.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:168,57,185;--color-primary-1:102,51,153;--color-primary-2:71,10,95;--color-primary-3:91,5,95;--color-primary-4:35,6,42;--color-secondary-0:254,239,222;--color-secondary-1:251,208,157;--color-secondary-2:248,177,92;--color-secondary-3:236,180,98;--color-secondary-4:215,144,59;--color-tertiary-0:255,255,255;--color-tertiary-1:91,91,91;--color-tertiary-2:88,88,88;--color-tertiary-3:40,40,40;--color-tertiary-4:0,0,0;--headlines-font-family:open sans;--paragraphs-font-family:MavenPro; }@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaBA4oq9ekxgVhu09dvT0xqVlMKdvnbl { 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; }#IaBA4oq9ekxgVhu09dvT0xqVlMKdvnbl > .row .container { background-color: transparent; background-image: none; }#IaBA4oq9ekxgVhu09dvT0xqVlMKdvnbl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaBA4oq9ekxgVhu09dvT0xqVlMKdvnbl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaBA4oq9ekxgVhu09dvT0xqVlMKdvnbl > .row .container > .video-iframe-container { display: none; }#IaBA4oq9ekxgVhu09dvT0xqVlMKdvnbl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaBA4oq9ekxgVhu09dvT0xqVlMKdvnbl > .row > .video-iframe-container { display: none; }#IaBA4oq9ekxgVhu09dvT0xqVlMKdvnbl > .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); }#IaBA4oq9ekxgVhu09dvT0xqVlMKdvnbl > .row .container { border-width: 0; border-radius: 0; }#IaBA4oq9ekxgVhu09dvT0xqVlMKdvnbl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IaBA4oq9ekxgVhu09dvT0xqVlMKdvnbl > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#dluNxe2oTsPBrc0yk2l8AEE8En1lCgX8 { color:#3b2087;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.92329549789431rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#M47r0QTQWdHfRRL9OVlcVprrDWBQXJgC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3df1b93a-e031-44ed-bbdd-812c1f942abf/Fundo1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M47r0QTQWdHfRRL9OVlcVprrDWBQXJgC.adaptive-delivery-prevent-bg, #M47r0QTQWdHfRRL9OVlcVprrDWBQXJgC.lazyload, #M47r0QTQWdHfRRL9OVlcVprrDWBQXJgC.lazyloading { background-image: none; }#M47r0QTQWdHfRRL9OVlcVprrDWBQXJgC > .row .container { background-color: transparent; background-image: none; }#M47r0QTQWdHfRRL9OVlcVprrDWBQXJgC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#M47r0QTQWdHfRRL9OVlcVprrDWBQXJgC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M47r0QTQWdHfRRL9OVlcVprrDWBQXJgC > .row .container > .video-iframe-container { display: none; }#M47r0QTQWdHfRRL9OVlcVprrDWBQXJgC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#M47r0QTQWdHfRRL9OVlcVprrDWBQXJgC > .row > .video-iframe-container { display: none; }#M47r0QTQWdHfRRL9OVlcVprrDWBQXJgC > .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); }#M47r0QTQWdHfRRL9OVlcVprrDWBQXJgC > .row .container { border-width: 0; border-radius: 0; }#M47r0QTQWdHfRRL9OVlcVprrDWBQXJgC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M47r0QTQWdHfRRL9OVlcVprrDWBQXJgC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M47r0QTQWdHfRRL9OVlcVprrDWBQXJgC > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#Q1eek3QKmTpNNEZAhzH7o3wXTuWRU3AE { color:rgba(var(--color-tertiary-4),1);display:block;width:46rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:9.125rem;left:14.5rem;height:0;text-align:center;text-align-last:center;display:none; }
#T5EJOEEOGqT9Tp5eNacskQ6CVHsHr993 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.875rem;width:41.4375rem;top:10.84375rem;left:15.625rem;display:none; }
#qGdod45KKEk3MFAmIpmxF90RwSZdBKum { color:rgba(var(--color-tertiary-4),1);display:block;width:31.4375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:35.3125rem;left:21.78125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RPtFTI90croqIWFJFqM0CfekWTAyemhJ { color:rgba(var(--color-tertiary-4),1);display:block;width:39.8125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:10.25rem;left:17.59375rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TAkaQckCWyi1LegXmmFvaPvlaLL5Frus { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem #1e9052 ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.25rem;height:3.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:40.8369140625rem;left:20.375rem;display:block; }
#IQ0BvgQsN7XRAKVOCFzKhwIxArTwu0dm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TBIKAT837FaglmVUQOWJ9MgAS4rWarSr { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:5.9375rem;top:1.875rem;left:34.53125rem;overflow:hidden;display:block; }
#nJ4rcWIoWNnOWxHxmWbvBtrEDLDKAMTh { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.75rem;width:19.5rem;top:12.9375rem;left:93.53125rem;overflow:hidden;display:block; }
#WdZLTQ8ep2PVusocuUBouyC2S1DxVzaG { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:16rem;width:28.5625rem;top:16.4375rem;left:23.21875rem;display:block; }
#Urx1SevOyJpfzPHK5d7Vqht87numTsyz { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/IsBNpoCC/01.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Urx1SevOyJpfzPHK5d7Vqht87numTsyz.adaptive-delivery-prevent-bg, #Urx1SevOyJpfzPHK5d7Vqht87numTsyz.lazyload, #Urx1SevOyJpfzPHK5d7Vqht87numTsyz.lazyloading { background-image: none; }#Urx1SevOyJpfzPHK5d7Vqht87numTsyz > .row .container { border-width: 0; border-radius: 0; }#Urx1SevOyJpfzPHK5d7Vqht87numTsyz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Urx1SevOyJpfzPHK5d7Vqht87numTsyz > .row .container { font-size:0.875rem;font-family:arial;height:47rem;width:75rem;overflow:visible;position:relative;display:none; }#HfDGRbwiz8hraqoropRCcbV7N3Xhz8Ca { color:rgba(var(--color-tertiary-4),1);display:block;width:46rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:9.125rem;left:14.5rem;height:0;text-align:center;text-align-last:center;display:none; }
#yDwyUZHe411PgtJNKNGoOKVlCnVLQBpC { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.875rem;width:41.4375rem;top:10.84375rem;left:15.625rem;display:none; }
#HtOZCqqAcrogrOlNIwgFawuNeyqFO8k6 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:13.4375rem;left:16.0625rem;display:block; }
#w5EcoMshKTpZ8mEIf6hhlCaRxpX3IugT { color:rgba(var(--color-tertiary-4),1);display:block;width:57.125rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.875rem;left:8.9375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VJL8Ll2JgqyUZ14ZdzfoRn1I5N8S53MI { color:rgba(var(--color-tertiary-4),1);display:block;width:47.1875rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:2.0625rem;left:12.4375rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JyL1N14nFbTZcnrHTCcUG3q8uUSL20nl { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem #8dffc1 ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.25rem;height:3.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:38.275000572204rem;left:18.9375rem;display:block; }
#ZngSuh6K1Tyugo76ZNDmgt7uZgF94zB7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fmOEuCeH9uXgdkzATCeDM12S4IN2I08X { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:69.5rem;width:59.9375rem;display:none; }
#EbD8faCAWNlI0h8DsPTQHAEZGTehcoAC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/yMaKxi29/3254309.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EbD8faCAWNlI0h8DsPTQHAEZGTehcoAC.adaptive-delivery-prevent-bg, #EbD8faCAWNlI0h8DsPTQHAEZGTehcoAC.lazyload, #EbD8faCAWNlI0h8DsPTQHAEZGTehcoAC.lazyloading { background-image: none; }#EbD8faCAWNlI0h8DsPTQHAEZGTehcoAC > .row .container { background-color: transparent; background-image: none; }#EbD8faCAWNlI0h8DsPTQHAEZGTehcoAC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.68); }#EbD8faCAWNlI0h8DsPTQHAEZGTehcoAC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbD8faCAWNlI0h8DsPTQHAEZGTehcoAC > .row .container > .video-iframe-container { display: none; }#EbD8faCAWNlI0h8DsPTQHAEZGTehcoAC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.68); }#EbD8faCAWNlI0h8DsPTQHAEZGTehcoAC > .row > .video-iframe-container { display: none; }#EbD8faCAWNlI0h8DsPTQHAEZGTehcoAC > .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); }#EbD8faCAWNlI0h8DsPTQHAEZGTehcoAC > .row .container { border-width: 0; border-radius: 0; }#EbD8faCAWNlI0h8DsPTQHAEZGTehcoAC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EbD8faCAWNlI0h8DsPTQHAEZGTehcoAC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EbD8faCAWNlI0h8DsPTQHAEZGTehcoAC > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:75rem;position:relative;display:block; }#dyoTIa1vB0adFRpyyOwWbVWfIk2AMSaL { display:block;width:12.75rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:14.9375rem;left:3rem;height:4.5rem;font-style:normal;color:#2c2c3f;text-align:center;text-align-last:center;display:block; }
#FNd6MUW6B3PuJHmAA6zdKa8fJNie7rio { display:block;width:13.25rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:14.1875rem;left:21.5rem;height:6rem;font-style:normal;color:#353232;text-align:center;text-align-last:center;display:block; }
#rg0k6JOqniqa0mFUbX7o82XHWKFkPDFP { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:14.387500762939rem;left:40.875rem;height:5.59765625rem;text-align:center;text-align-last:center;display:block; }
#X2qS3cXv6UXinnU4uIgQfbNpv3CmTE0A { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:15.237499237061rem;left:59.75rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#u0OmDhmSDgwuThuPti2T4TXV5WvSD0rR { display:block;width:57rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.44921875rem;left:11rem;height:2.35618125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mXtRIm69n9k0TctpHUaBN0QntXdvufxX { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cf64d5;border-left:0.0625rem solid #cf64d5;border-right:0.0625rem solid #cf64d5;border-bottom:0.0625rem solid #cf64d5;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:11.75rem;width:14.8125rem;top:9rem;left:1.875rem;display:block; }
#t3hCpKwF8aTPFt5NRATG3cyBBbVFAq3E { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:11.375rem;top:5.3875007629394rem;left:22.4375rem;overflow:hidden;display:block; }
#GQVsEtxbpB8DDoHXR65ls6IXFDC62upW { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cf64d5;border-left:0.0625rem solid #cf64d5;border-right:0.0625rem solid #cf64d5;border-bottom:0.0625rem solid #cf64d5;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:11.75rem;width:14.8125rem;top:9rem;left:20.625rem;display:block; }
#U8ucyXJpmVAciGkB7v9TpV0okML2Rbh3 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cf64d5;border-left:0.0625rem solid #cf64d5;border-right:0.0625rem solid #cf64d5;border-bottom:0.0625rem solid #cf64d5;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:11.75rem;width:14.8125rem;top:9rem;left:39.375rem;display:block; }
#LHEEQZUTccMP3QpHKI6FmHW2onZxK0sk { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:10.5625rem;top:5.8125rem;left:41.5625rem;overflow:hidden;display:block; }
#CR5zgHlihqo4ySv7NC9TPb9yt19X7oiy { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cf64d5;border-left:0.0625rem solid #cf64d5;border-right:0.0625rem solid #cf64d5;border-bottom:0.0625rem solid #cf64d5;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:11.75rem;width:14.8125rem;top:8.999351501465rem;left:58.176433563233rem;display:block; }
#RNMkzl1UbpSyDpqJZLvv5HTrsdgs8m2y { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:11.625rem;top:5.0625rem;left:3.5625rem;overflow:hidden;display:block; }
#fpxBr5oiXkPnn5DvlTgUkRzJ9eGGHfKd { position:absolute;display:block;z-index:15023;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.1875rem;width:12rem;top:5.1117191314697rem;left:59.5625rem;overflow:hidden;display:block; }
#XnGgZ9pF8rhx8U2dIgUSLNOPFXsl5hed { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/yMaKxi29/3254309.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XnGgZ9pF8rhx8U2dIgUSLNOPFXsl5hed.adaptive-delivery-prevent-bg, #XnGgZ9pF8rhx8U2dIgUSLNOPFXsl5hed.lazyload, #XnGgZ9pF8rhx8U2dIgUSLNOPFXsl5hed.lazyloading { background-image: none; }#XnGgZ9pF8rhx8U2dIgUSLNOPFXsl5hed > .row .container { background-color: transparent; background-image: none; }#XnGgZ9pF8rhx8U2dIgUSLNOPFXsl5hed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.34); }#XnGgZ9pF8rhx8U2dIgUSLNOPFXsl5hed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnGgZ9pF8rhx8U2dIgUSLNOPFXsl5hed > .row .container > .video-iframe-container { display: none; }#XnGgZ9pF8rhx8U2dIgUSLNOPFXsl5hed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.34); }#XnGgZ9pF8rhx8U2dIgUSLNOPFXsl5hed > .row > .video-iframe-container { display: none; }#XnGgZ9pF8rhx8U2dIgUSLNOPFXsl5hed > .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); }#XnGgZ9pF8rhx8U2dIgUSLNOPFXsl5hed > .row .container { border-width: 0; border-radius: 0; }#XnGgZ9pF8rhx8U2dIgUSLNOPFXsl5hed::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XnGgZ9pF8rhx8U2dIgUSLNOPFXsl5hed > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XnGgZ9pF8rhx8U2dIgUSLNOPFXsl5hed > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#T9127QxWabXb3IafbmBpcMRMf37chZnx { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.6633529663086rem;left:8.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#mSoWyKnmPqciA9rIUNyJAargTATQi6ho { color:rgba(var(--color-tertiary-4),1);display:block;width:43.125rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.87429046630862rem;left:17rem;height:2.03125rem;font-style:normal;display:block; }
#o62p6G7XWRcE2HatDZy5bBCmzctyTd9d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.7);background-image:url("https://images.assets-landingi.com/5SxiK8KZ/20.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o62p6G7XWRcE2HatDZy5bBCmzctyTd9d.adaptive-delivery-prevent-bg, #o62p6G7XWRcE2HatDZy5bBCmzctyTd9d.lazyload, #o62p6G7XWRcE2HatDZy5bBCmzctyTd9d.lazyloading { background-image: none; }#o62p6G7XWRcE2HatDZy5bBCmzctyTd9d > .row .container { background-color: transparent; background-image: none; }#o62p6G7XWRcE2HatDZy5bBCmzctyTd9d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o62p6G7XWRcE2HatDZy5bBCmzctyTd9d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o62p6G7XWRcE2HatDZy5bBCmzctyTd9d > .row .container > .video-iframe-container { display: none; }#o62p6G7XWRcE2HatDZy5bBCmzctyTd9d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o62p6G7XWRcE2HatDZy5bBCmzctyTd9d > .row > .video-iframe-container { display: none; }#o62p6G7XWRcE2HatDZy5bBCmzctyTd9d > .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); }#o62p6G7XWRcE2HatDZy5bBCmzctyTd9d > .row .container { border-width: 0; border-radius: 0; }#o62p6G7XWRcE2HatDZy5bBCmzctyTd9d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o62p6G7XWRcE2HatDZy5bBCmzctyTd9d > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:block; }#oSdV0roxkPIey5XJ9s0lPuEnspviCaxR { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:22.096096038818rem;left:33rem;height:1.70625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fqm54btLRFf9k0w6GhwUiJzP4ysrooGD { color:#454b54;display:block;width:55.9375rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:300;z-index:14968;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.8062515258789rem;left:10.1875rem;height:4.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yNiIQErl2EcvCwpRiPZzLBJBRVEZkFWU { color:rgba(var(--color-tertiary-4),1);display:block;width:56.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:9.7203130722044rem;left:10.1875rem;height:13.1572125rem;text-align:justify;text-align-last:initial;display:block; }
#Lf64vysP6O6Mh5s3SqOcvMlTIISnEyJ2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DxpVdu4I/15.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lf64vysP6O6Mh5s3SqOcvMlTIISnEyJ2.adaptive-delivery-prevent-bg, #Lf64vysP6O6Mh5s3SqOcvMlTIISnEyJ2.lazyload, #Lf64vysP6O6Mh5s3SqOcvMlTIISnEyJ2.lazyloading { background-image: none; }#Lf64vysP6O6Mh5s3SqOcvMlTIISnEyJ2 > .row .container { background-color: transparent; background-image: none; }#Lf64vysP6O6Mh5s3SqOcvMlTIISnEyJ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#Lf64vysP6O6Mh5s3SqOcvMlTIISnEyJ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lf64vysP6O6Mh5s3SqOcvMlTIISnEyJ2 > .row .container > .video-iframe-container { display: none; }#Lf64vysP6O6Mh5s3SqOcvMlTIISnEyJ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#Lf64vysP6O6Mh5s3SqOcvMlTIISnEyJ2 > .row > .video-iframe-container { display: none; }#Lf64vysP6O6Mh5s3SqOcvMlTIISnEyJ2 > .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); }#Lf64vysP6O6Mh5s3SqOcvMlTIISnEyJ2 > .row .container { border-width: 0; border-radius: 0; }#Lf64vysP6O6Mh5s3SqOcvMlTIISnEyJ2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lf64vysP6O6Mh5s3SqOcvMlTIISnEyJ2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lf64vysP6O6Mh5s3SqOcvMlTIISnEyJ2 > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:75rem;position:relative;display:block; }#dfL0oHglIUOOxhJVO5iIOOiR2tgsDVip { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:5.25rem;left:38.75rem;height:17.54295rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KAKidPhPDRHIlrPEp1n7T5X5OnOUehq2 { box-sizing:content-box;color:#f4c987;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:5.375rem;left:37.1875rem;display:block; }
#zVXWTgXu5ggTOVMHQKJwk122Si0RT5CM { box-sizing:content-box;color:#f4c987;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:9.6875rem;left:37.125rem;display:block; }
#TwtdZkL5VoKAfJdkSfsSavqs2gBPvF4G { box-sizing:content-box;color:#f4c987;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:14.125rem;left:37.0625rem;display:block; }
#Gy59bWnDiSEiX6zbRTIk7EilrOcTUVPH { box-sizing:content-box;color:#f4c987;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:18.4375rem;left:37.0625rem;display:block; }
#RITmAKUruIPeI8GT0zTuMURALS4EbZgt { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.5) ;height:12.5rem;width:12.5rem;display:none; }
#w8dwRXTzAMWshT1Q4yQTXVshGysUOtxv { 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:34.1875rem;width:25.375rem;top:2.9375033378601rem;left:6.0625rem;overflow:hidden;display:none; }
#NJexI2eqOOAm4IR4eb7zTuGoNtz9XVnc { box-sizing:content-box;color:#f4c987;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:21.5rem;left:37rem;display:block; }
#FK1EGKwWbahJKNLfAFA8ytFKwnQJAEBu { color:rgba(var(--color-tertiary-0),1);display:block;width:37.3125rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:31.750003814698rem;left:0.1875rem;height:2.3636375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Rr0Fu9xy288fzV2LBqNQLMU3CbTdMJa7 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.4375rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:1.0540390014649rem;left:37.436847686767rem;height:2.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qCcW6WbPH0tEwJ5FeT4FLTBTrN3frJnJ { 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:23.3125rem;width:17.1875rem;top:0.34375rem;left:10.15625rem;overflow:hidden;display:block; }
#uEKA3cmsvU8TLuXnqUius6p5ZnC3viIP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8f8;background-image:url("https://images.assets-landingi.com/ZikOJpfa/333.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uEKA3cmsvU8TLuXnqUius6p5ZnC3viIP.adaptive-delivery-prevent-bg, #uEKA3cmsvU8TLuXnqUius6p5ZnC3viIP.lazyload, #uEKA3cmsvU8TLuXnqUius6p5ZnC3viIP.lazyloading { background-image: none; }#uEKA3cmsvU8TLuXnqUius6p5ZnC3viIP > .row .container { background-color: transparent; background-image: none; }#uEKA3cmsvU8TLuXnqUius6p5ZnC3viIP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEKA3cmsvU8TLuXnqUius6p5ZnC3viIP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEKA3cmsvU8TLuXnqUius6p5ZnC3viIP > .row .container > .video-iframe-container { display: none; }#uEKA3cmsvU8TLuXnqUius6p5ZnC3viIP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEKA3cmsvU8TLuXnqUius6p5ZnC3viIP > .row > .video-iframe-container { display: none; }#uEKA3cmsvU8TLuXnqUius6p5ZnC3viIP > .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); }#uEKA3cmsvU8TLuXnqUius6p5ZnC3viIP > .row .container { border-width: 0; border-radius: 0; }#uEKA3cmsvU8TLuXnqUius6p5ZnC3viIP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uEKA3cmsvU8TLuXnqUius6p5ZnC3viIP > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;position:relative;display:block; }#ISvPiv8tqHxTMnxrCTTNyHo7DUiaCwtS { display:block;width:24.125rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:25.206249237061rem;left:40.5rem;height:4.78125rem;font-style:normal;color:#2c2c3f;text-align:left;text-align-last:left;display:block; }
#HiNq1Qyf7g0EcaxIPAS6OB73K6C0Hzi8 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:3.875rem;top:25.5rem;left:35.5625rem;overflow:hidden;display:block; }
#E9gCtWmlkSJiIoE8rTCazTzh4v0pRxvN { display:block;width:19.9375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:23.9375rem;left:12.625rem;height:6.375rem;font-style:normal;color:#353232;text-align:justify;text-align-last:initial;display:block; }
#Ef7D9gIWJ8eKdyUQwO6SqW8mna05MDav { position:absolute;display:block;z-index:15024;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:3.9375rem;top:25.0625rem;left:7.875rem;overflow:hidden;display:block; }
#xx1IOxxo9oTUsxr1TbDl9QEXfc70BngJ { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f6c4a3;border-left:0.0625rem solid #f6c4a3;border-right:0.0625rem solid #f6c4a3;border-bottom:0.0625rem solid #f6c4a3;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:8.9375rem;width:28.5rem;top:22.5625rem;left:37.375rem;display:block; }
#k5Mv6PWRTNMGoJa0FUNpPezsgE8cymQw { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f6c4a3;border-left:0.0625rem solid #f6c4a3;border-right:0.0625rem solid #f6c4a3;border-bottom:0.0625rem solid #f6c4a3;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:8.625rem;width:23.9375rem;top:22.5625rem;left:9.9375rem;display:block; }
#WsRxTQvXFJTq2RTG67D8y6JWfFVbK1SE { color:rgba(var(--color-tertiary-0),1);display:block;width:57.25rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:2.4999952316284rem;left:7.875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I9aQoLUz0x0EbAQU2EuICfk4RbfXrIDN { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.52);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f6c4a3;border-left:0.0625rem solid #f6c4a3;border-right:0.0625rem solid #f6c4a3;border-bottom:0.0625rem solid #f6c4a3;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:10.1875rem;width:23.5rem;top:8.8125rem;left:9.9375rem;display:block; }
#dZVTwTJhiPCKH7apcoXnXStBdmsiCqsG { position:absolute;display:block;z-index:15024;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:3.875rem;top:11.4375rem;left:7.875rem;overflow:hidden;display:block; }
#kmBIFhyAP4H68OgrrtXzPqEX61TGEpTl { display:block;width:19.9375rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:11.125rem;left:12.625rem;height:6.375rem;font-style:normal;color:#0e0e2a;text-align:justify;text-align-last:initial;display:block; }
#ShMTAoXGrGLMJfPirKhVOK2oyzsKdn9J { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #0e9ae5, #9c6cea);background-image: -moz-linear-gradient(200deg, #0e9ae5, #9c6cea);background-image: -ms-linear-gradient(200deg, #0e9ae5, #9c6cea);background-image: -o-linear-gradient(200deg, #0e9ae5, #9c6cea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e9ae5', endColorstr='#9c6cea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e9ae5', endColorstr='#9c6cea' );";background-image: linear-gradient(200deg, #0e9ae5, #9c6cea);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.4375rem;width:9.375rem;top:1.4375rem;left:34rem;display:block; }
#guxdXSESbNRiwSQ1XP2fcBz1HCQ7ct0V { display:block;width:24.875rem;position:absolute;font-family:nunito;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:10rem;left:40.125rem;height:9.5625rem;font-style:normal;color:#2c2c3f;text-align:left;text-align-last:left;display:block; }
#yVkkMOlTekVP09LhGUEcJ9GJcFXE71fQ { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f6c4a3;border-left:0.0625rem solid #f6c4a3;border-right:0.0625rem solid #f6c4a3;border-bottom:0.0625rem solid #f6c4a3;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:10.125rem;width:28rem;top:9.125rem;left:37.5rem;display:block; }
#SmPMAQKUahKuPnT4gOqLLuc54XKD487c { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.75rem;top:11.4375rem;left:35.4375rem;overflow:hidden;display:block; }
#Bo1uGa81QTVsOU2se1348TxumcbkBbdq { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dotted #b0b0b0;border-left:0.0625rem dotted #b0b0b0;border-right:0.0625rem dotted #b0b0b0;border-bottom:0.0625rem dotted #b0b0b0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:8.5rem;width:27.4375rem;top:48.125rem;left:38.6875rem;display:none; }
#OCowzRFPAVRzDaHAgJbn6FipoT6bA3cA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/atsyaM7I/kjggf.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OCowzRFPAVRzDaHAgJbn6FipoT6bA3cA.adaptive-delivery-prevent-bg, #OCowzRFPAVRzDaHAgJbn6FipoT6bA3cA.lazyload, #OCowzRFPAVRzDaHAgJbn6FipoT6bA3cA.lazyloading { background-image: none; }#OCowzRFPAVRzDaHAgJbn6FipoT6bA3cA > .row .container { background-color: transparent; background-image: none; }#OCowzRFPAVRzDaHAgJbn6FipoT6bA3cA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.94); }#OCowzRFPAVRzDaHAgJbn6FipoT6bA3cA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCowzRFPAVRzDaHAgJbn6FipoT6bA3cA > .row .container > .video-iframe-container { display: none; }#OCowzRFPAVRzDaHAgJbn6FipoT6bA3cA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.94); }#OCowzRFPAVRzDaHAgJbn6FipoT6bA3cA > .row > .video-iframe-container { display: none; }#OCowzRFPAVRzDaHAgJbn6FipoT6bA3cA > .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); }#OCowzRFPAVRzDaHAgJbn6FipoT6bA3cA > .row .container { border-width: 0; border-radius: 0; }#OCowzRFPAVRzDaHAgJbn6FipoT6bA3cA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OCowzRFPAVRzDaHAgJbn6FipoT6bA3cA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OCowzRFPAVRzDaHAgJbn6FipoT6bA3cA > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:block; }#O1A5KPlTWuadF8N2IPwgwIXQ3M9M3l3t { color:#2b2d6a;display:block;width:55.375rem;position:absolute;font-family:lobster;font-size:1.6875rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:28.561630249024rem;left:9.8125rem;height:3.7119125rem;text-align:center;text-align-last:center;display:block; }
#WqWnlQLrvTyMClHraBRtxQGp3tcBmSvC { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.12) ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:34.687498092651rem;left:23.5625rem;display:none; }
#PHIZuxSMKBDDWfldCQ2kERkDRKfxH4IR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SaQ9DULwnuMnQsG8thST35VF7EKSb7hl { color:#454b54;display:block;width:48.375rem;position:absolute;font-family:ubuntu;font-size:1.75rem;font-weight:300;z-index:14967;line-height:1.4;letter-spacing:0;top:1.3480114936829rem;left:11.8125rem;height:4.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HT3BzRVCGITTv5Gz6g2rwI8dd7vA1vwC { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:10.360242843628rem;left:7.5rem;height:14.29784375rem;text-align:justify;text-align-last:initial;display:block; }
#TXrogJ0XBD2AKc2XrQi9NxKMB4tSolzq { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:27.8125rem;top:5.9971618652344rem;left:39.625rem;overflow:hidden;display:block; }
#UN0ZLziks6utBz3NN7CgfXaeRzhyhwbf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/3Kdyd2Pn/Prancheta_1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UN0ZLziks6utBz3NN7CgfXaeRzhyhwbf.adaptive-delivery-prevent-bg, #UN0ZLziks6utBz3NN7CgfXaeRzhyhwbf.lazyload, #UN0ZLziks6utBz3NN7CgfXaeRzhyhwbf.lazyloading { background-image: none; }#UN0ZLziks6utBz3NN7CgfXaeRzhyhwbf > .row .container { background-color: transparent; background-image: none; }#UN0ZLziks6utBz3NN7CgfXaeRzhyhwbf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,6,88,0.48); }#UN0ZLziks6utBz3NN7CgfXaeRzhyhwbf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UN0ZLziks6utBz3NN7CgfXaeRzhyhwbf > .row .container > .video-iframe-container { display: none; }#UN0ZLziks6utBz3NN7CgfXaeRzhyhwbf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,6,88,0.48); }#UN0ZLziks6utBz3NN7CgfXaeRzhyhwbf > .row > .video-iframe-container { display: none; }#UN0ZLziks6utBz3NN7CgfXaeRzhyhwbf > .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); }#UN0ZLziks6utBz3NN7CgfXaeRzhyhwbf > .row .container { border-width: 0; border-radius: 0; }#UN0ZLziks6utBz3NN7CgfXaeRzhyhwbf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UN0ZLziks6utBz3NN7CgfXaeRzhyhwbf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UN0ZLziks6utBz3NN7CgfXaeRzhyhwbf > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:75rem;position:relative;display:block; }#SpV8sRfIMU4cLDmKrOKO1eTs2Lhm2k5I { color:#4ab667;display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:1.7159091457724rem;left:13.25rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wI53qkNcipASLw3y3EBSHfG0ITFotVhH { color:rgba(var(--color-tertiary-2),1);display:block;width:31rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:10.785515785218rem;left:36.5rem;height:24.6962875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k50ZpgrvUqTaVO5fm5bsPAE3sQf1d84X { color:rgba(var(--color-primary-1),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:7.7784078121187rem;left:36.625rem;height:2.19375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ARkIHUtBwGFVyrPJI6g7QJIVswH7W3mo { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.625rem;width:22.8125rem;top:4.6179022789001rem;left:11.0625rem;overflow:hidden;display:block; }
#t9van0n9hvRhtI2xIZ69sRlaW2OnqMTC { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:38.181821107864rem;left:0rem;height:10.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XtHw5OqI8Pp6TJQbTNmo8DWc7mSZ6E7I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/RYe901ER/Prancheta_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XtHw5OqI8Pp6TJQbTNmo8DWc7mSZ6E7I.adaptive-delivery-prevent-bg, #XtHw5OqI8Pp6TJQbTNmo8DWc7mSZ6E7I.lazyload, #XtHw5OqI8Pp6TJQbTNmo8DWc7mSZ6E7I.lazyloading { background-image: none; }#XtHw5OqI8Pp6TJQbTNmo8DWc7mSZ6E7I > .row .container { background-color: transparent; background-image: none; }#XtHw5OqI8Pp6TJQbTNmo8DWc7mSZ6E7I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtHw5OqI8Pp6TJQbTNmo8DWc7mSZ6E7I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtHw5OqI8Pp6TJQbTNmo8DWc7mSZ6E7I > .row .container > .video-iframe-container { display: none; }#XtHw5OqI8Pp6TJQbTNmo8DWc7mSZ6E7I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XtHw5OqI8Pp6TJQbTNmo8DWc7mSZ6E7I > .row > .video-iframe-container { display: none; }#XtHw5OqI8Pp6TJQbTNmo8DWc7mSZ6E7I > .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); }#XtHw5OqI8Pp6TJQbTNmo8DWc7mSZ6E7I > .row .container { border-width: 0; border-radius: 0; }#XtHw5OqI8Pp6TJQbTNmo8DWc7mSZ6E7I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XtHw5OqI8Pp6TJQbTNmo8DWc7mSZ6E7I > .row .container { font-size:0.875rem;font-family:arial;height:60.125rem;width:75rem;position:relative;display:block; }#w1DHwxdHg1EEsdGOcLSfWwS2FyAwcdHL { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:nunito;font-size:0.9375rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:6.4765625rem;left:0rem;height:7.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sS8GZqyTUT41NGasf5oeMJTcOHpQCJRV { color:rgba(var(--color-primary-1),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:2.562494635582rem;left:25.0625rem;height:2.19375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XKKAtXd4AW7TPvuhOwds4RZELXxCoS8g { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:40.125rem;width:58.625rem;top:17.5625rem;left:8.1875rem;display:block; }
#nd9k1Cl2yIUaWSUcZTW9dvycysQ4LBnQ { color:rgba(var(--color-tertiary-2),1);display:block;width:26.5rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:21.375rem;left:9.5625rem;height:33.7949rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#zIvULTCf5UqHX6kpixo0X6kipGXibnB9 { color:rgba(var(--color-primary-1),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:18.750000953674rem;left:28.25rem;height:1.949775rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vp9DCG6Su0pMN6PAiTVpFdCvpswVzV8W { color:rgba(var(--color-tertiary-2),1);display:block;width:26rem;position:absolute;font-family:nunito;font-size:1rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:21.375000953674rem;left:38.6875rem;height:35.09469375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#LS3XBI2dXvkXn9yPgk8tTwkAa46QnBTv { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.75rem;width:0.125rem;top:21.375000953674rem;left:37.4375rem;display:block; }
#D2hCDfd10T10HAU6LHEC1Z3KtzTamJ79 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#wn9cGvA8CsUgMKb5Fw6SRh5JImznLAH2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#xxIZ8UK8P0h18bKf6v7MztOQBTsQqxLo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#qvHOul9DWPeLkWhr4TcFSXUXBNlEk0q1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#k0BdepRn4pCpUQWTO5ZM9F8wXNyh9a98 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6c4a3;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; }#k0BdepRn4pCpUQWTO5ZM9F8wXNyh9a98 > .row .container { background-color: transparent; background-image: none; }#k0BdepRn4pCpUQWTO5ZM9F8wXNyh9a98::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0BdepRn4pCpUQWTO5ZM9F8wXNyh9a98 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0BdepRn4pCpUQWTO5ZM9F8wXNyh9a98 > .row .container > .video-iframe-container { display: none; }#k0BdepRn4pCpUQWTO5ZM9F8wXNyh9a98 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k0BdepRn4pCpUQWTO5ZM9F8wXNyh9a98 > .row > .video-iframe-container { display: none; }#k0BdepRn4pCpUQWTO5ZM9F8wXNyh9a98 > .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); }#k0BdepRn4pCpUQWTO5ZM9F8wXNyh9a98 > .row .container { border-width: 0; border-radius: 0; }#k0BdepRn4pCpUQWTO5ZM9F8wXNyh9a98 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k0BdepRn4pCpUQWTO5ZM9F8wXNyh9a98 > .row .container { font-size:0.875rem;font-family:arial;height:63.75rem;width:75rem;position:relative;display:block; }#Ue41fw2Vg6GK7mqtL8ATZezEA8Mdt6TP { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem #8dffc1 ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:57.998046875rem;left:25.000003814698rem;display:block; }
#HcSnFVrXoh9PuZeZ3444kfTETohlTuTX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UQ2zyptL0DuunZDi4LR1C06c7hWN5Ws4 { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:13.399861335754rem;left:12rem;height:10.2305rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HultUJ2exmUyxtmFLTrtiQt4Uksv1Ph8 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid #faf6f3;border-left:0.125rem solid #faf6f3;border-right:0.125rem solid #faf6f3;border-bottom:0.125rem solid #faf6f3;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:18.0625rem;width:19.4375rem;top:7.875rem;left:2.5rem;display:block; }
#hNreIFTu1d5lpdrUemnJwgn1FcnmRsne { color:rgba(var(--color-primary-1),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:9.2606525421144rem;left:4.125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GT7tCsmwKtF8gpdTJTutdsUIte2SQU6q { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(200deg, rgba(var(--color-primary-1),1), #b768ff);background-image: -moz-linear-gradient(200deg, rgba(var(--color-primary-1),1), #b768ff);background-image: -ms-linear-gradient(200deg, rgba(var(--color-primary-1),1), #b768ff);background-image: -o-linear-gradient(200deg, rgba(var(--color-primary-1),1), #b768ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#b768ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#b768ff' );";background-image: linear-gradient(200deg, rgba(var(--color-primary-1),1), #b768ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.1875rem;width:16.3125rem;top:11.742902517319rem;left:4.125rem;display:block; }
#wP0zTk08VTt8r6NPTGmqAzS9NDhQyxI4 { position:absolute;display:block;z-index:15133;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:9.6875rem;top:12.77486205101rem;left:2.5rem;overflow:hidden;display:block; }
#fypDTC5BZye2bvTPTEATULNNpq7uLP3E { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid #faf6f3;border-left:0.125rem solid #faf6f3;border-right:0.125rem solid #faf6f3;border-bottom:0.125rem solid #faf6f3;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:18.0625rem;width:19.4375rem;top:8rem;left:27.5rem;display:block; }
#iXarGT4Pxy05bMZaIp56dseJVumVOzTx { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:13.5625rem;left:37.0625rem;height:10.2304375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uKOnhTVuTGZ2PHG0LU74elnT5rqntLCC { position:absolute;display:block;z-index:15143;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:9.6875rem;top:12.9375rem;left:27.5rem;overflow:hidden;display:block; }
#l1bQ1TtyQnK8HTyc4QnCmcwB8haHgcD3 { position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(200deg, rgba(var(--color-primary-1),1), #b768ff);background-image: -moz-linear-gradient(200deg, rgba(var(--color-primary-1),1), #b768ff);background-image: -ms-linear-gradient(200deg, rgba(var(--color-primary-1),1), #b768ff);background-image: -o-linear-gradient(200deg, rgba(var(--color-primary-1),1), #b768ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#b768ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#b768ff' );";background-image: linear-gradient(200deg, rgba(var(--color-primary-1),1), #b768ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.1875rem;width:16.3125rem;top:12rem;left:29.125rem;display:block; }
#MHZtF1rgIzRRMWWnib1pL2ieZqFGkn1S { color:rgba(var(--color-primary-1),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:8.4375rem;left:28.9375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RrByUV3lZzCQvskZTs5TlpJXlmUdZXgR { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:13.625rem;left:62.625rem;height:9.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yMr2Fw6SiirTbhzLhi92Iq22UanPGQeU { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid #faf6f3;border-left:0.125rem solid #faf6f3;border-right:0.125rem solid #faf6f3;border-bottom:0.125rem solid #faf6f3;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:18.0625rem;width:19.4375rem;top:8rem;left:53.0625rem;display:block; }
#fZ5mKdfxWkT9OcgDtA5Dt7GmcSPb5FAP { position:absolute;display:block;z-index:15138;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:9.375rem;top:12.9375rem;left:53.0625rem;overflow:hidden;display:block; }
#AXO6gdF6kATvONTaxXTfsBiXSXJDG7TR { color:rgba(var(--color-primary-1),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:9.375rem;left:54.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KBOx9iMTm5IcWUnDBF2e0fzITPKP5CDp { position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(200deg, rgba(var(--color-primary-1),1), #b768ff);background-image: -moz-linear-gradient(200deg, rgba(var(--color-primary-1),1), #b768ff);background-image: -ms-linear-gradient(200deg, rgba(var(--color-primary-1),1), #b768ff);background-image: -o-linear-gradient(200deg, rgba(var(--color-primary-1),1), #b768ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#b768ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#b768ff' );";background-image: linear-gradient(200deg, rgba(var(--color-primary-1),1), #b768ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.1875rem;width:16.3125rem;top:11.875rem;left:54.6875rem;display:block; }
#E3MLrxc6lIllCbv0XD2nRwVlG3A7kZ1Z { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid #faf6f3;border-left:0.125rem solid #faf6f3;border-right:0.125rem solid #faf6f3;border-bottom:0.125rem solid #faf6f3;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:18.0625rem;width:19.4375rem;top:27rem;left:2.5rem;display:block; }
#LIifXnzmCIKr3EyiieoqDEXT9eAeTy6M { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:33.1875rem;left:12.1875rem;height:6.8203125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e96PuU0HiDuH5TE4FlFLQ0ATV3OOcTxk { position:absolute;display:block;z-index:15143;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:9.6875rem;top:31.9375rem;left:2.5rem;overflow:hidden;display:block; }
#yZ8DKtXFgqUioEEWQuBVIhWpZ3mpiwXZ { position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(200deg, rgba(var(--color-primary-1),1), #b768ff);background-image: -moz-linear-gradient(200deg, rgba(var(--color-primary-1),1), #b768ff);background-image: -ms-linear-gradient(200deg, rgba(var(--color-primary-1),1), #b768ff);background-image: -o-linear-gradient(200deg, rgba(var(--color-primary-1),1), #b768ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#b768ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#b768ff' );";background-image: linear-gradient(200deg, rgba(var(--color-primary-1),1), #b768ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.1875rem;width:16.3125rem;top:30.875rem;left:4.125rem;display:block; }
#cLxrbrXym3e4D8wzCwDOsSrHLOrr8lzP { color:rgba(var(--color-primary-1),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:28.375rem;left:4.125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gZ1T7JSMNmLkZWzxSUXmTvmdFkbsCtAT { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:33.125rem;left:62.3125rem;height:7.957rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ERnQMz0O8VUTGRvOck777hFgEN70QZUs { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid #faf6f3;border-left:0.125rem solid #faf6f3;border-right:0.125rem solid #faf6f3;border-bottom:0.125rem solid #faf6f3;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:18.0625rem;width:19.4375rem;top:27.125rem;left:52.75rem;display:block; }
#mpXb8M8e4M7PuighaMhnEZ7UKrSPVwcx { position:absolute;display:block;z-index:15143;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:9.6875rem;top:32.0625rem;left:52.75rem;overflow:hidden;display:block; }
#DLwA7a6I5v8ShrJqz91cFzKBJbnHbUrM { position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(200deg, rgba(var(--color-primary-1),1), #b768ff);background-image: -moz-linear-gradient(200deg, rgba(var(--color-primary-1),1), #b768ff);background-image: -ms-linear-gradient(200deg, rgba(var(--color-primary-1),1), #b768ff);background-image: -o-linear-gradient(200deg, rgba(var(--color-primary-1),1), #b768ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#b768ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#b768ff' );";background-image: linear-gradient(200deg, rgba(var(--color-primary-1),1), #b768ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.1875rem;width:16.3125rem;top:31.25rem;left:54.375rem;display:block; }
#HuzQ0Zp1kW0JQVKV0TesWoTDsPr2gx5s { color:rgba(var(--color-primary-1),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:27.9375rem;left:54.375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sf3sAlgxQn9uruZfdpMr3WoK8ag0UTuM { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid #faf6f3;border-left:0.125rem solid #faf6f3;border-right:0.125rem solid #faf6f3;border-bottom:0.125rem solid #faf6f3;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:18.0625rem;width:19.4375rem;top:27.125rem;left:27.5rem;display:block; }
#LKqfEXLSFIbKBgozHnVGZl4BKmlKNwaT { color:rgba(var(--color-tertiary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:33.3125rem;left:37rem;height:7.957rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T1MPQTS6HesLd2XTIiVOfmxTqTBbiV3L { position:absolute;display:block;z-index:15148;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:9.6875rem;top:32.0625rem;left:27.5rem;overflow:hidden;display:block; }
#A4d3G7J9Pqc3aw7XTdOtgQBtTQQttibU { position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(200deg, rgba(var(--color-primary-1),1), #b768ff);background-image: -moz-linear-gradient(200deg, rgba(var(--color-primary-1),1), #b768ff);background-image: -ms-linear-gradient(200deg, rgba(var(--color-primary-1),1), #b768ff);background-image: -o-linear-gradient(200deg, rgba(var(--color-primary-1),1), #b768ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#b768ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#b768ff' );";background-image: linear-gradient(200deg, rgba(var(--color-primary-1),1), #b768ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.1875rem;width:16.3125rem;top:31.125rem;left:29.125rem;display:block; }
#TFR1mIlCXXMnCLP5xBW4lRKr3oo2iaad { color:rgba(var(--color-primary-1),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:27.8125rem;left:29.125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zQRWXTTW0kAPfufoQGGU39b2assLJcpI { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:13.75rem;left:62.3125rem;height:10.2272875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ViqqA3vpqvFP5OVZdHa3BCdIuD1mVCoI { color:#4ab667;display:block;width:61.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:0.935546875rem;left:6.90625rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eA7CJ5J4iIiqEWANHGMQm6rRXJ6SnJTA { color:#4ab667;display:block;width:53.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:49.921875rem;left:10.71875rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rVkLUVGKHOlE6Si9xr2UtOe1Vidy7nSt { 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:10.5625rem;width:53.6875rem;top:46.703125rem;left:10.9375rem;overflow:hidden;display:block; }
#DzSDlHSffBXB6ztbRy13iS6gch6ksXtC { color:#4ab667;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:50.171878814698rem;left:0rem;height:4.09090625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FEfLZGLtuHmWLbqA9igHn9AcE3LOtVHZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/EciTQ8wv/menor.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FEfLZGLtuHmWLbqA9igHn9AcE3LOtVHZ.adaptive-delivery-prevent-bg, #FEfLZGLtuHmWLbqA9igHn9AcE3LOtVHZ.lazyload, #FEfLZGLtuHmWLbqA9igHn9AcE3LOtVHZ.lazyloading { background-image: none; }#FEfLZGLtuHmWLbqA9igHn9AcE3LOtVHZ > .row .container { background-color: transparent; background-image: none; }#FEfLZGLtuHmWLbqA9igHn9AcE3LOtVHZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,11,90,0.64); }#FEfLZGLtuHmWLbqA9igHn9AcE3LOtVHZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEfLZGLtuHmWLbqA9igHn9AcE3LOtVHZ > .row .container > .video-iframe-container { display: none; }#FEfLZGLtuHmWLbqA9igHn9AcE3LOtVHZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,11,90,0.64); }#FEfLZGLtuHmWLbqA9igHn9AcE3LOtVHZ > .row > .video-iframe-container { display: none; }#FEfLZGLtuHmWLbqA9igHn9AcE3LOtVHZ > .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); }#FEfLZGLtuHmWLbqA9igHn9AcE3LOtVHZ > .row .container { border-width: 0; border-radius: 0; }#FEfLZGLtuHmWLbqA9igHn9AcE3LOtVHZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FEfLZGLtuHmWLbqA9igHn9AcE3LOtVHZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FEfLZGLtuHmWLbqA9igHn9AcE3LOtVHZ > .row .container { font-size:0.875rem;font-family:arial;height:86.5625rem;width:75rem;position:relative;display:block; }#ZMrDSfGLPhBLxvsqyfFsFmtTuFvcywMp { color:rgba(var(--color-tertiary-4),1);display:block;width:56.375rem;position:absolute;font-family:ubuntu;font-size:1.625rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:2.6328125rem;left:9.125rem;height:4.2246125rem;text-align:center;text-align-last:center;display:block; }
#Q82chkCmuFRv6RssNdK49pVzOtlKKtx0 { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:3.9375rem;width:3.8125rem;top:9.875rem;left:1.0416679382324rem;display:block; }
#he9D1oHk33X2kzqSmurpKHKcPpvzK3xE { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.4375rem;width:69.4375rem;top:10.625rem;left:2.59375rem;display:block; }
#JPFFOeFW2qQAfv39958FcR2d4uyBBdda { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:11.03125rem;left:4.8541679382324rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#I0Qdl8TXJ9EqFvrhSVzUbdUdxzoIi9Ep { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5625rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:10.666015625rem;left:1.1666679382324rem;height:2.35618125rem;text-align:center;text-align-last:center;display:block; }
#A9hS6n7KVy630LHmdL84FRIIirH3eMBk { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:14.625rem;width:69.625rem;top:13rem;left:2.125rem;display:block; }
#eP0yQZLHKOKakU5drV4TrNqUw9OWKHcQ { color:rgba(var(--color-tertiary-4),1);display:block;width:58.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:14.3125rem;left:9.0625rem;height:5.68359375rem;text-align:justify;text-align-last:initial;display:block; }
#ITb4KDK9A3EDQ8qIWROILR5QDMKDSKea { color:rgba(var(--color-tertiary-4),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:21.73046875rem;left:8.6875rem;height:5.59765rem;text-align:left;text-align-last:left;display:block; }
#kTBdDHO61nnHam991HqUBOJFuwrLzoDy { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:14.3125rem;left:7.3125rem;display:block; }
#tTTuOdmsDEWsOt45EUBiV3uNQCB6STgW { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:28.6875rem;left:46.25rem;height:1.29980625rem;display:block; }
#hrZ2DolCtxQSxoBAFKUAaXQAmcdAaDbX { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15041;top:16.5rem;left:7.25rem;display:block; }
#CHXLTucNhk4Od7JaDgM81s9KE5TXtZQC { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15042;top:18.8125rem;left:7.1875rem;display:block; }
#xfUdTb8JHQn512ZES37lK988RJlHT5Ow { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:12.9375rem;width:69.625rem;top:32.274742126465rem;left:2.25rem;display:block; }
#m6TqyThQgsZROngrVS8OvHQDZXOIJB43 { color:rgba(var(--color-tertiary-4),1);display:block;width:61.9375rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:33.881511688233rem;left:8.6875rem;height:9.09375rem;text-align:justify;text-align-last:initial;display:block; }
#JTgZIi3eAO2TQAsEQ9wPQvqCdUhQJHQK { position:absolute;display:block;z-index:15066;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:3.9375rem;width:3.8125rem;top:29.3125rem;left:1.0416679382324rem;display:block; }
#VZrnuKT7nTWDug7L5DRHJqSs6M3NniDK { position:absolute;display:block;z-index:15064;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.4375rem;width:37.5rem;top:29.986980438233rem;left:1.0416679382324rem;display:block; }
#rN5CGnPqO5Sf4caeuZo9DaMokAJXHZIk { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5625rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:29.986980438233rem;left:1.1666679382324rem;height:2.35618125rem;text-align:center;text-align-last:center;display:block; }
#XdwTOzvWB9MTfqNEm4DdoKXIKrW0PcCT { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:30.44140625rem;left:3.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#yQHDpG1TdftM5Dohy9XAB8LqwOQfKogV { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15056;top:33.6875rem;left:7.25rem;display:block; }
#PFfScIkP9EGKbPdCWQbPdBxarXknzi8L { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15057;top:35.8125rem;left:7.25rem;display:block; }
#paK0zwzraSy4VtHSUTEbBNTFpT0zLQpX { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:38.375rem;left:7.25rem;display:block; }
#ITT5rpxZNSaLk90ZKJDUDtnvicnsiW0r { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15059;top:40.6875rem;left:7.25rem;display:block; }
#VUJJPws1UnvmxcSTnJ7v0zTT7ThXGXZX { position:absolute;display:block;z-index:15068;background-color:#d055e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.4375rem;width:69.6875rem;top:47.40625rem;left:2.53125rem;display:block; }
#kJarruNuOWDITJppQavDRa5RD4TlELxq { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:47.8125rem;left:2.90625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#mfqgemfZ3R68Kw9VC5bUSLDbrH0SidlA { position:absolute;display:block;z-index:15070;background-color:#d055e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:3.9375rem;width:3.8125rem;top:46.65625rem;left:1.0416679382324rem;display:block; }
#oaOGwkmxeDvNlxg1X4KShqroSlIAo3bO { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5625rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:47.4375rem;left:1.1875rem;height:2.35618125rem;text-align:center;text-align-last:center;display:block; }
#AfL9tMWPThGQb0mnXenbs6AHbrFpRKSZ { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:12.9375rem;width:69.625rem;top:49.8125rem;left:2.3125rem;display:block; }
#e3JRUw3oWHv1XT2hyvJIXy3BM6VKM3y4 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:50.90625rem;left:8.6875rem;height:12.50390625rem;text-align:justify;text-align-last:initial;display:block; }
#fnpmxUq2VUoJ1nNc5Dc2OuOe5sccaqQd { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15060;top:50.875rem;left:7.25rem;display:block; }
#Z4MUpPQ4o93dNdHbtcJcQuafAFL0KPGb { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15061;top:53.0625rem;left:7.3125rem;display:block; }
#AxB5O4q88LZSI7z1ZuRmzWk3q8ZfcXAD { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15062;top:55.3125rem;left:7.3125rem;display:block; }
#ZnUoWaz1KpwdT31y9EIb1AhI68Aig4EH { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15063;top:57.5rem;left:7.25rem;display:block; }
#Okym0AlUhREVoryJZlx3SeJHL5wv8piP { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15064;top:59.8125rem;left:7.3125rem;display:block; }
#ZtmpWnpbb8oqy49d1Q13IPgTNN3woNJc { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:16.5625rem;width:69.625rem;top:67.3125rem;left:2.3125rem;display:block; }
#GEENqvn8c4e73v13fLC0DVzKIoDP9cq1 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:68.431640625rem;left:8.75rem;height:15.9140625rem;text-align:justify;text-align-last:initial;display:block; }
#qog2VfKsWbzFFziZByRRlh4Q2VpTKJc0 { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15072;top:70.5625rem;left:7.3125rem;display:block; }
#ULiWkfugT6K3Oo9NRwceSmsunIuIbRAd { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15073;top:72.8125rem;left:7.3125rem;display:block; }
#KMQBTmz3HK1ccKylCuKvp7pDVMTQSUdE { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15074;top:75.0625rem;left:7.25rem;display:block; }
#BlZekc8IfBfDaMhMQOPJpXyFRrGt9flU { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15075;top:77.375rem;left:7.3125rem;display:block; }
#zeoXoaHeKV8tlpQIitn2kwWbyZF56JCI { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15071;top:68.375rem;left:7.25rem;display:block; }
#TboKyrrotb7kAvpcOuLivVbW7zc1DeO0 { position:absolute;display:block;z-index:15081;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:3.9375rem;width:3.8125rem;top:64.104167938231rem;left:1.0416679382324rem;display:block; }
#OinWTg0dnDnlSq0sRpKnGEBcS6ZpgV89 { position:absolute;display:block;z-index:15079;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.4375rem;width:69.9375rem;top:64.916667938231rem;left:2.25rem;display:block; }
#Vk7AIz1OzpQU5zlJwZgQ9EKKqCKbl4il { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5625rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:normal;z-index:15083;line-height:1.3;letter-spacing:0;top:64.9375rem;left:1.1875rem;height:2.35618125rem;text-align:center;text-align-last:center;display:block; }
#HJ54q7zdASa3hRvyRlPHX13Vc1UGpMxl { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:65.4375rem;left:3.375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#UluTuUbaNuUQhA2ZiNAniBP75dsK9HNn { position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.4375rem;width:69.75rem;top:30rem;left:2.375rem;display:block; }
#VFzNmhcJ7EHw8qXDAkH5qWFU32pdwiwe { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:21.75rem;left:7.25rem;display:block; }
#XlEsQv7fIhOZhXhO71EfV79t8Um4i35i { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:24.4375rem;left:7.1875rem;display:block; }
#P8mgeHdVbO5pIu4suOax5AKpuoEVipUk { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15076;top:80.75rem;left:7.25rem;display:block; }
#sp6DUwFV0hJLxKz4zWyoLTry7WCtQtPc { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:39.1875rem;left:7.25rem;display:none; }
#nz12dakv6evrJW1a9WSTP7gVsloO4myT { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:39.1875rem;left:7.25rem;display:none; }
#BV8X2qahvLJ9y881bVgbQM8ZITOA7Tn8 { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:39.1875rem;left:7.25rem;display:none; }
#udD1N31wiqACVL5TtEIOUUfAxNBIxons { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.4375rem;width:37.5rem;top:10.625rem;left:0rem;display:none; }
#tLFZ4TwEIlLLxXesGCZ0LHQ3SvDL9tGO { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.4375rem;width:37.5rem;top:10.625rem;left:0rem;display:none; }
#rnnxTleF6ZV6DOc3e45lPQTXlvQRnbfB { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:39.1875rem;left:7.25rem;display:none; }
#PJBa4XaH3KCOSO25AQdvRBT3W1TaQJdQ { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:39.1875rem;left:7.25rem;display:none; }
#uNGTVeT40txyvVMAwL2sZX8TeHQ3hT9P { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:39.1875rem;left:7.25rem;display:none; }
#mrCFp7UPJWxwOk7sXzUPtCN4gSw1vgUH { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:39.1875rem;left:7.25rem;display:none; }
#DhJGpwZdmNeZgiSMynGp4vtfdFTvELSX { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:39.1875rem;left:7.25rem;display:none; }
#EtDMATC4MRDXPuCMkeJcCbgxvQwyRarQ { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:39.1875rem;left:7.25rem;display:none; }
#OR7k0KEex7ZW0NQeFJh7CJiaQLB9ydsD { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:39.1875rem;left:7.25rem;display:none; }
#u4hpBZQT0nk5GsrNk9wenMlXfWyInAEI { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:39.1875rem;left:7.25rem;display:none; }
#GTm39WIngpIaPr8y94S01z0U0iCc7MFn { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:39.1875rem;left:7.25rem;display:none; }
#Kd1XI5RMP2WhFBm0STZl0tOTBV0rxHFs { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:39.1875rem;left:7.25rem;display:none; }
#KIcUKhWERmXg9Ce9SF7LJAIlGbGt8uOv { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:39.1875rem;left:7.25rem;display:none; }
#DUq2bMTt4Ixw9I9d9kM1QEW5uLFtN2nH { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15058;top:39.1875rem;left:7.25rem;display:none; }
#Kp6y0fNNu0p6huOcXqwBk3mcMdZH60wR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/BgW1DN90/certoo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kp6y0fNNu0p6huOcXqwBk3mcMdZH60wR.adaptive-delivery-prevent-bg, #Kp6y0fNNu0p6huOcXqwBk3mcMdZH60wR.lazyload, #Kp6y0fNNu0p6huOcXqwBk3mcMdZH60wR.lazyloading { background-image: none; }#Kp6y0fNNu0p6huOcXqwBk3mcMdZH60wR > .row .container { background-color: transparent; background-image: none; }#Kp6y0fNNu0p6huOcXqwBk3mcMdZH60wR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kp6y0fNNu0p6huOcXqwBk3mcMdZH60wR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kp6y0fNNu0p6huOcXqwBk3mcMdZH60wR > .row .container > .video-iframe-container { display: none; }#Kp6y0fNNu0p6huOcXqwBk3mcMdZH60wR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kp6y0fNNu0p6huOcXqwBk3mcMdZH60wR > .row > .video-iframe-container { display: none; }#Kp6y0fNNu0p6huOcXqwBk3mcMdZH60wR > .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); }#Kp6y0fNNu0p6huOcXqwBk3mcMdZH60wR > .row .container { border-width: 0; border-radius: 0; }#Kp6y0fNNu0p6huOcXqwBk3mcMdZH60wR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kp6y0fNNu0p6huOcXqwBk3mcMdZH60wR > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:block; }#XzTBtHgo2AQUoUOITT1JW0yvdgEuNTDn { color:rgba(var(--color-tertiary-0),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.7734375rem;left:13.25rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#nA66tXTO66vFc303VNEz7R3hfTufGkFU { color:rgba(var(--color-tertiary-4),1);display:block;width:41.9375rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:9.1484413146975rem;left:11.875rem;height:10.23339375rem;text-align:center;text-align-last:center;display:block; }
#a4qczbB6o42ISLEOrrJm96KP42FpFrbp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/VxLAVjMM/02_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a4qczbB6o42ISLEOrrJm96KP42FpFrbp.adaptive-delivery-prevent-bg, #a4qczbB6o42ISLEOrrJm96KP42FpFrbp.lazyload, #a4qczbB6o42ISLEOrrJm96KP42FpFrbp.lazyloading { background-image: none; }#a4qczbB6o42ISLEOrrJm96KP42FpFrbp > .row .container { background-color: transparent; background-image: none; }#a4qczbB6o42ISLEOrrJm96KP42FpFrbp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,48,51,0.51); }#a4qczbB6o42ISLEOrrJm96KP42FpFrbp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4qczbB6o42ISLEOrrJm96KP42FpFrbp > .row .container > .video-iframe-container { display: none; }#a4qczbB6o42ISLEOrrJm96KP42FpFrbp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,48,51,0.51); }#a4qczbB6o42ISLEOrrJm96KP42FpFrbp > .row > .video-iframe-container { display: none; }#a4qczbB6o42ISLEOrrJm96KP42FpFrbp > .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); }#a4qczbB6o42ISLEOrrJm96KP42FpFrbp > .row .container { border-width: 0; border-radius: 0; }#a4qczbB6o42ISLEOrrJm96KP42FpFrbp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a4qczbB6o42ISLEOrrJm96KP42FpFrbp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a4qczbB6o42ISLEOrrJm96KP42FpFrbp > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#HP0rRlBM67MscN63FABb5MdDFeATbu0B { color:rgba(var(--color-tertiary-0),1);display:block;width:41rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:4.3110795021057rem;left:18.3125rem;height:4.048825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qDJnFxe1CU5qw7TfKZn3e9kwAp6NVCz5 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:8.4375rem;width:15.5625rem;top:10.0625rem;left:20.625rem;display:block; }
#S1p5GdW7TKXSkswm1FLzb7ickqwzZfNz { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:8.4375rem;width:15.5625rem;top:10.0625rem;left:41.5rem;display:block; }
#S9lAsXcRNSChpMaxzx6P3Hx2MKQ6VprE { color:rgba(var(--color-tertiary-0),1);display:block;width:36.3125rem;position:absolute;font-family:raleway;font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1825275421143rem;left:20.375rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tivtTVgo5uOoldawaxT6FynbnWEcpaaD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/iaPcqQRG/certoo2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tivtTVgo5uOoldawaxT6FynbnWEcpaaD.adaptive-delivery-prevent-bg, #tivtTVgo5uOoldawaxT6FynbnWEcpaaD.lazyload, #tivtTVgo5uOoldawaxT6FynbnWEcpaaD.lazyloading { background-image: none; }#tivtTVgo5uOoldawaxT6FynbnWEcpaaD > .row .container { background-color: transparent; background-image: none; }#tivtTVgo5uOoldawaxT6FynbnWEcpaaD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.79); }#tivtTVgo5uOoldawaxT6FynbnWEcpaaD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tivtTVgo5uOoldawaxT6FynbnWEcpaaD > .row .container > .video-iframe-container { display: none; }#tivtTVgo5uOoldawaxT6FynbnWEcpaaD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.79); }#tivtTVgo5uOoldawaxT6FynbnWEcpaaD > .row > .video-iframe-container { display: none; }#tivtTVgo5uOoldawaxT6FynbnWEcpaaD > .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); }#tivtTVgo5uOoldawaxT6FynbnWEcpaaD > .row .container { border-width: 0; border-radius: 0; }#tivtTVgo5uOoldawaxT6FynbnWEcpaaD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tivtTVgo5uOoldawaxT6FynbnWEcpaaD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tivtTVgo5uOoldawaxT6FynbnWEcpaaD > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:75rem;position:relative;display:block; }#AK5o00FvaJRzJpAaBfwR05oJRLE8TDAS { color:rgba(var(--color-tertiary-0),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:0.76888275146487rem;left:10.25rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fCrOAracVOThRguO9UJREr5BRJogTnnc { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:3.64453125rem;left:25.000003814698rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XnL0i4TV0i6kDkxd9g6RP3pwa3muQseg { position:absolute;display:block;z-index:15127;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:11.4375rem;top:10.9375rem;left:6.8125rem;overflow:hidden;display:block; }
#HPrWnmmUTu0klX07BGpTZ1e0gG5sOHo6 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:35.3125rem;width:20rem;top:13rem;left:2.5rem;display:block; }
#QctPTV7K7GSbWQswsN1kRSDOrRJ62LCT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:26.0625rem;left:4.3125rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CEqfXk4uDQgg5sCHiiWgha9BnNQCcMGA { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #0cb9d7, #fff846);background-image: -moz-linear-gradient(200deg, #0cb9d7, #fff846);background-image: -ms-linear-gradient(200deg, #0cb9d7, #fff846);background-image: -o-linear-gradient(200deg, #0cb9d7, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cb9d7', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cb9d7', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #0cb9d7, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.375rem;width:7.375rem;top:28.625rem;left:8.8125rem;display:block; }
#MKZXTW2Bio2F52aKphn9gS4iEB8xvcis { color:#411962;display:block;width:17.875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:30.5625rem;left:3.5625rem;height:3.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O2ysNrp4AcdPF4uTMHzl7FGaVqO6LFdU { color:rgba(var(--color-tertiary-2),1);display:block;width:16.625rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:35.10227394104rem;left:4.1875rem;height:11.3671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ukgsQPsqQpCK2xqIt8K947NDO5CGIB9J { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:35.8125rem;width:19.9375rem;top:13rem;left:27.5rem;display:block; }
#nd67C405vRInEbTq369RGqIZK37xB10p { color:#411962;display:block;width:17.75rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:30.855115890503rem;left:28.625rem;height:4.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mRTEx2dzlPGH5uD44S04tu4ZJmskbaDg { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:25.687500953674rem;left:29.3125rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RybSOhBkQ05d5xFe3eihKBlPe4TPD23B { position:absolute;display:block;z-index:15127;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:11.375rem;top:10.187501192093rem;left:31.75rem;overflow:hidden;display:block; }
#zEMB6Tk8CpEb3eTsyZOQmVuppIyy071C { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #18b9f4, #fff846);background-image: -moz-linear-gradient(200deg, #18b9f4, #fff846);background-image: -ms-linear-gradient(200deg, #18b9f4, #fff846);background-image: -o-linear-gradient(200deg, #18b9f4, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b9f4', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b9f4', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #18b9f4, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.375rem;width:7.375rem;top:28.625000953674rem;left:33.5625rem;display:block; }
#Q0v47x5934EtW83dfLAzvFEJgo51d97u { color:rgba(var(--color-tertiary-2),1);display:block;width:16.5625rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:37.57386636734rem;left:29.5rem;height:7.957rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pDcsc95EOhg2SzGxllSFVO31FUCJnPE8 { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(125,123,121,0.3) ;height:36.3125rem;width:20rem;top:12.5rem;left:52.500003814698rem;display:block; }
#FOG9mFkOrkNWTpR9eTrIxsOvJ02TDMIS { position:absolute;display:block;z-index:15127;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:11.4375rem;top:10.1875rem;left:56.781253814698rem;overflow:hidden;display:block; }
#b8hqDNyyVgSeeWqqqMzxyVnIHTl8n4Wd { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #18b9f4, #fff846);background-image: -moz-linear-gradient(200deg, #18b9f4, #fff846);background-image: -ms-linear-gradient(200deg, #18b9f4, #fff846);background-image: -o-linear-gradient(200deg, #18b9f4, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b9f4', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b9f4', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #18b9f4, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.375rem;width:7.375rem;top:28.625000953674rem;left:58.75rem;display:block; }
#ziukbSPNgu7nTBPEpt2UWfe8ykSJbTTJ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:26.062500953674rem;left:54.25rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DI7TcRrukbiSZrZXdR3CSXBLicKLlMog { color:rgba(var(--color-tertiary-3),1);display:block;width:17.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:30.5625rem;left:54.3125rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HRDfwkbtLceVDXDA1x5Uvl3xVZEw1whL { color:#637084;display:block;width:18.125rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:36.301137924194rem;left:53.375rem;height:10.2305rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ESIAzLnTME61XcTw5mTSId0Z3CwspTvU { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:42.375rem;width:20rem;top:13rem;left:2.5rem;display:none; }
#e8S6tSX1uJmG5E7CoNiGcVZkHkJwb9NP { z-index:15132;top:69.4999961853rem;left:36.375rem;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#qm3yudKrNzK3m8KqKTHtp6iklLKBnFI5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XGZFvbFvSnp8TZTcTmJHmnFMfiDfw9Xg { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:25.687500953674rem;left:29.3125rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#gDuDI7giUz05TksoePRuCG9xaBTwbqzA { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #18b9f4, #fff846);background-image: -moz-linear-gradient(200deg, #18b9f4, #fff846);background-image: -ms-linear-gradient(200deg, #18b9f4, #fff846);background-image: -o-linear-gradient(200deg, #18b9f4, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b9f4', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#18b9f4', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #18b9f4, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.375rem;width:7.375rem;top:28.625000953674rem;left:33.5625rem;display:none; }
#zmEXXM9gTs4a0pH5cPCPfoJCovTm7yGB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(174deg, rgba(var(--color-tertiary-0),1), #f1d1f1);background-image: -moz-linear-gradient(174deg, rgba(var(--color-tertiary-0),1), #f1d1f1);background-image: -ms-linear-gradient(174deg, rgba(var(--color-tertiary-0),1), #f1d1f1);background-image: -o-linear-gradient(174deg, rgba(var(--color-tertiary-0),1), #f1d1f1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f1d1f1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f1d1f1' );";background-image: linear-gradient(174deg, rgba(var(--color-tertiary-0),1), #f1d1f1);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zmEXXM9gTs4a0pH5cPCPfoJCovTm7yGB > .row .container { background-color: transparent; background-image: none; }#zmEXXM9gTs4a0pH5cPCPfoJCovTm7yGB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmEXXM9gTs4a0pH5cPCPfoJCovTm7yGB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmEXXM9gTs4a0pH5cPCPfoJCovTm7yGB > .row .container > .video-iframe-container { display: none; }#zmEXXM9gTs4a0pH5cPCPfoJCovTm7yGB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmEXXM9gTs4a0pH5cPCPfoJCovTm7yGB > .row > .video-iframe-container { display: none; }#zmEXXM9gTs4a0pH5cPCPfoJCovTm7yGB > .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); }#zmEXXM9gTs4a0pH5cPCPfoJCovTm7yGB > .row .container { border-width: 0; border-radius: 0; }#zmEXXM9gTs4a0pH5cPCPfoJCovTm7yGB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zmEXXM9gTs4a0pH5cPCPfoJCovTm7yGB > .row .container { font-size:0.875rem;font-family:arial;height:93.3125rem;width:75rem;position:relative;display:block; }#PQf4vxxhAm3d2yUWIPTrcRG0RqmbVNb8 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:18.6875rem;width:27.875rem;top:9rem;left:39.75rem;display:block; }
#KdlEDpQIex609eCaIM3KDst9IR0Tmel1 { color:rgba(var(--color-tertiary-0),1);display:block;width:59.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:3.4375rem;left:7.75rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ehL70rvNyJKwb3DR51Tfd1sDRe96TQH5 { position:absolute;display:block;z-index:15128;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:11.25rem;top:11.6875rem;left:37.1875rem;overflow:hidden;display:block; }
#zRyyX3IHAcCc62ruoTo57xkD8tFzAK0z { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.4375rem;width:14.75rem;top:0.875rem;left:30.125rem;display:block; }
#fzzM6OrNsMBkig4vnuWDSXRJfMZWRgG7 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:10.4375rem;left:49.375rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FszaO090vHRITCCISTwbTsznwhK8ofZl { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.375rem;width:7.375rem;top:12.5rem;left:49.375rem;display:block; }
#wsL0ElLMUiinfWe8Ofbqim23eEI3fRvC { color:rgba(var(--color-tertiary-3),1);display:block;width:16.625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:13.5rem;left:49.3125rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CrAtvc36HqsJuFkyEorAOIABFTOJcSpP { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:18.125rem;width:26.625rem;top:9.625rem;left:8.4375rem;display:block; }
#E9CR7z9TI7OKfJU95z7HysDWL8k43cOZ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:11.125rem;left:19.8125rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rGfDCT3vaKLECUSAD6BtAbz42TmwQliw { color:#411962;display:block;width:15.0625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:14.0625rem;left:19.625rem;height:2.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CTcZLEETstbdZZpv51tXrQnUzTWECezJ { color:#637084;display:block;width:17.25rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:16.1875rem;left:49.375rem;height:10.2305rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WTwyqeB8KoKx9mzw9C8Q57G9UMta6kUu { color:rgba(var(--color-tertiary-2),1);display:block;width:14.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:18.3125rem;left:19.8125rem;height:6.8203125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lotITA0s4yIVTQBC460Upk37K8lqq9cd { position:absolute;display:block;z-index:15127;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:12.5625rem;top:11.6875rem;left:7.5rem;overflow:hidden;display:block; }
#g5VpO4WIF32kmxy141oe5zUJMOT0NL6B { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.375rem;width:7.375rem;top:13.125rem;left:19.8125rem;display:block; }
#iORztBZGkiLL9DZ2PDw8eyMeMvlIrp9Q { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:19.3125rem;width:27.875rem;top:28.9375rem;left:8.4375rem;display:block; }
#skGwd6aW31f3xQ12xppSBOFWFQtyx6sf { position:absolute;display:block;z-index:15142;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:11.8125rem;top:31.3125rem;left:7.5rem;overflow:hidden;display:block; }
#SHIirP1WisJG6eXDicqRLGcM2WPHfvPp { color:rgba(var(--color-tertiary-3),1);display:block;width:16.625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15045;line-height:1;letter-spacing:0;top:34.5625rem;left:18.875rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ASJBKnaS6Nkn9oFccgOpUJmyIfxXnbQ6 { position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.375rem;width:7.375rem;top:33.625rem;left:18.9375rem;display:block; }
#CLKstMuNTcGKFo7P56vabq0pchQSkA1K { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:31.3125rem;left:19rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VtiEz4l3OrUGtQS99z2VK52HQCOTUqcS { color:#637084;display:block;width:15.625rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:38.562506258488rem;left:19.125rem;height:5.68359375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JJaDmb9LaHnQTwQsDEiN9aHaSUN82PE2 { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:19.375rem;width:27.875rem;top:28.9375rem;left:39.625rem;display:block; }
#h1u4TnN6mqoITTGGLFTD7PIEIJxbzlzW { color:#637084;display:block;width:16.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:37.993609428406rem;left:49.1875rem;height:6.8203125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w1WlTDfewMXx1NTakdWWzo8U3cNheFbe { color:rgba(var(--color-tertiary-3),1);display:block;width:17.625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:15052;line-height:1;letter-spacing:0;top:35.125rem;left:49.1875rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fVza9gJdIDQraBkiTll3bbH9AzCiSBS7 { position:absolute;display:block;z-index:15046;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.375rem;width:7.375rem;top:33.25rem;left:49.375rem;display:block; }
#VAuvTrxxxX96TWeZTXrbI8akTuzhaEEp { position:absolute;display:block;z-index:15149;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:12.25rem;top:30.625rem;left:36.6875rem;overflow:hidden;display:block; }
#s9WeqgXARo0QmUnqOvL25a5LoGNmrKU6 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:31.125rem;left:49.375rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XP380IlhVQlQEJ78SEZ9y70mMg3pCrDM { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:19.875rem;width:27.875rem;top:50.25rem;left:8.4375rem;display:block; }
#JCk8VS01OzsyuBnRam1OA07oFRrTqsS3 { position:absolute;display:block;z-index:15149;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:14rem;width:11.1875rem;top:53.834484100342rem;left:7.5rem;overflow:hidden;display:block; }
#gcIw1Ndc2N2n3iXstw3IaP9uaqTzFoCv { color:#637084;display:block;width:16.25rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:59rem;left:19.0625rem;height:6.8203125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F66BhdvbPqSvbuN5WT7SzUub3J903OGW { color:rgba(var(--color-tertiary-3),1);display:block;width:16.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15052;line-height:1;letter-spacing:0;top:55.5625rem;left:18.875rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qJgy6A5PS7fN6FuZUw9toA0bSzy3AlTM { position:absolute;display:block;z-index:15046;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.375rem;width:7.375rem;top:54.3125rem;left:18.9375rem;display:block; }
#Cq4qQUovvXmbDNKtvVmhqH64t07Tiegw { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:52.0625rem;left:19rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c7p5icLB9EUh5Qb2n8pw4g0FzkSmPV6S { position:absolute;display:block;z-index:15156;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5625rem;width:12.6875rem;top:51.906251907349rem;left:36.4375rem;overflow:hidden;display:block; }
#kh0a81tTFXW8DyhXafGgrU818zyNTAhU { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:20.0625rem;width:27.875rem;top:50.25rem;left:39.625rem;display:block; }
#pFTT6FhqDVvvCB4fbE4P2AnhB9aCrrly { color:#637084;display:block;width:16.75rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:61.125rem;left:48.625rem;height:6.8203125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PCb8KEkiHTZm3aveTzhbs2KlaOqTI8fH { position:absolute;display:block;z-index:15053;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.375rem;width:7.375rem;top:55rem;left:48.5625rem;display:block; }
#Ds5qC54GqwHJ9KZrdw2miGsoPKSREJC5 { color:rgba(var(--color-tertiary-3),1);display:block;width:17rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15059;line-height:1;letter-spacing:0;top:55.875rem;left:48.5625rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m3v4mmtPkZuXi6TkRbTXNvlE4TsqFcmD { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:52.6875rem;left:48.6875rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rLQilfNS1HLxXBB7gFXGtZZzRbaidrsh { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(195,195,195,0.3) ;height:17.9375rem;width:58.875rem;top:72.25rem;left:8.5625rem;display:block; }
#UUuyMoZulPfDmyDlKr4o63keKC4c91TJ { position:absolute;display:block;z-index:15135;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:13.5rem;top:73.3125rem;left:13.75rem;overflow:hidden;display:block; }
#pktV8CIb4AXXrpgLhclL83iL159mZvSg { position:absolute;display:block;z-index:15135;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:11.625rem;top:75.4375rem;left:10.875rem;overflow:hidden;display:block; }
#htZd7Tkx50g1lauq1ezXrfCe9OocZ3wh { color:rgba(var(--color-tertiary-4),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:74.6875rem;left:28.375rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KL3Gb0daAmVfAzIGBLbGqAgeU26VPwXg { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #eb9852, #fff846);background-image: -moz-linear-gradient(200deg, #eb9852, #fff846);background-image: -ms-linear-gradient(200deg, #eb9852, #fff846);background-image: -o-linear-gradient(200deg, #eb9852, #fff846);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb9852', endColorstr='#fff846' );";background-image: linear-gradient(200deg, #eb9852, #fff846);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.375rem;width:30.9375rem;top:76.8125rem;left:28.375rem;display:block; }
#uso34uq12iav5LBeB82qQxxwLWZEScXo { color:rgba(var(--color-tertiary-3),1);display:block;width:36.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;top:77.4375rem;left:28.375rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nZQz2BTKso0E7lLAwJRnCvDZB0wRlUPO { color:rgba(var(--color-tertiary-4),1);display:block;width:25.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15137;line-height:1.3;letter-spacing:0;top:78.875rem;left:28.5625rem;height:1.29980625rem;display:block; }
#aqAiTRayh54wA2dczw6bUWoO8gNJPJo3 { color:#637084;display:block;width:34.875rem;position:absolute;font-family:nunito;font-size:0.875rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:81.625rem;left:28.0625rem;height:5.68359375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#szqiwoetLLT1piNM6XvqIInhqSdIa648 { 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:none; }#szqiwoetLLT1piNM6XvqIInhqSdIa648 > .row .container { border-width: 0; border-radius: 0; }#szqiwoetLLT1piNM6XvqIInhqSdIa648 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#szqiwoetLLT1piNM6XvqIInhqSdIa648 > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:75rem;position:relative;display:none; }#Jw1EH8M4TBQeGi2ZGzLUVXoNDVqRL6c2 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:"montserrat 900";font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.625rem;left:3.0625rem;height:2.15rem;text-align:center;text-align-last:center;display:block; }
#LxEhHXZzc2vCW9TGe9zQVibeGxNurea8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.5625rem;left:6.25rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#GX89fkgqvnPeZW7RTBfWTmg6TtttoGy3 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.5625rem;left:6rem;height:2.15rem;text-align:center;text-align-last:center;display:block; }
#GnwCzf19PHeOht8E57WOLTxbl4TsNvNm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:3.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:22.0625rem;left:6.25rem;height:9.9rem;text-align:center;text-align-last:center;display:block; }
#cuMLEWesZcQ8NWtWIEw64HPQwa79HMrS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:24.3125rem;left:11.25rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#NUJFfVcSPXBwXTPpVraxBietSTeBiPVL { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.8125rem;left:4.9375rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#dUUmgmTW97wV5CdSvTfSt2JwQKwmAefT { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24.25rem;left:4.4375rem;height:2.15rem;text-align:center;text-align-last:center;display:block; }
#rJwnBfCI4fIKdxvxATpQbC7aJs8Ezqt7 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:20.375rem;left:10.1875rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#T50KSGTKB351G1NiAQ5a0qWCXlRcGR9L { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:27.1875rem;left:5.8125rem;height:1.2rem;text-align:center;text-align-last:center;display:block; }
#LT2vfd468nKXMa5Ul9rmDLxekxlAmypl { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.48);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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:14.9375rem;width:14.875rem;top:17.5rem;left:5.125rem;display:block; }
#ZV8yT00ybbmuMJ0zDk6NPveRuQrwT7IW { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b13be3, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #b13be3, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #b13be3, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #b13be3, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b13be3', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b13be3', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #b13be3, rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:26.375rem;width:19.625rem;top:10.6875rem;left:2.5rem;display:block; }
#SpIq0zmLi8yhoA9mHhc0BahaJauU0QSc { color:rgba(var(--color-tertiary-1),1);display:block;width:8.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:35rem;left:13.5625rem;height:0.95rem;font-style:italic;display:block; }
#uZrGT4pWyExF8K0lsgq4GKwkKXPncCgG { box-sizing:content-box;color:#f3bf00;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:block;z-index:15044;top:34.0625rem;left:11.0625rem;display:block; }
#ZvaIPHT623mkVOBqrzhWHAKKdp6tcxGF { color:#5a5a5a;display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:34.75rem;left:5.75rem;height:1.05rem;font-style:italic;display:block; }
#HD620biSGQFK45Ho9JRF2CHPT3O2GeMN { box-sizing:content-box;color:#f3bf00;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:block;z-index:15042;top:34.1875rem;left:3.25rem;display:block; }
#kFU6vxgxrzpna1w85mkzTxvddWxRq2ol { position:absolute;display:block;z-index:15045;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:4rem;top:13.6875rem;left:15.25rem;overflow:hidden;display:block; }
#t5BT7EVcECQmrTqROBMqqxQ8wgPmTITR { position:absolute;display:block;z-index:15046;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:4rem;top:13.75rem;left:5.5625rem;overflow:hidden;display:block; }
#Zs9qJ3IVzHof9Op7MPefEor9UhLIrlbd { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37e532, #0c4c0a);background-image: -moz-linear-gradient(180deg, #37e532, #0c4c0a);background-image: -ms-linear-gradient(180deg, #37e532, #0c4c0a);background-image: -o-linear-gradient(180deg, #37e532, #0c4c0a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37e532', endColorstr='#0c4c0a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37e532', endColorstr='#0c4c0a' );";background-image: linear-gradient(180deg, #37e532, #0c4c0a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:2.625rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:29rem;left:5.75rem;display:block; }
#SUSHBxMuoPA7gLrtBJb5N7kJu449OI7T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#esAo65mb6QwzRSL8IgbAt9wupzJSI1dq { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:"montserrat 900";font-size:0.8125rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:33rem;left:5.375rem;height:1.05rem;text-align:center;text-align-last:center;display:block; }
#EI0v1l7bfSP61IOUoPSUD8OaafaAZyof { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dfdedf, #666368);background-image: -moz-linear-gradient(180deg, #dfdedf, #666368);background-image: -ms-linear-gradient(180deg, #dfdedf, #666368);background-image: -o-linear-gradient(180deg, #dfdedf, #666368);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdedf', endColorstr='#666368' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdedf', endColorstr='#666368' );";background-image: linear-gradient(180deg, #dfdedf, #666368);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:26.5625rem;width:19.625rem;top:10.5625rem;left:27.5rem;display:block; }
#xR5RawWKr2afndfF451dKlQ4WOTOQq9G { color:rgba(var(--color-tertiary-1),1);display:block;width:8.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:35rem;left:39rem;height:0.95rem;font-style:italic;display:block; }
#seq4Xbt6svwlLy80kGd1udLTU3FzJT5t { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),0.48);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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:11.6875rem;width:14.8125rem;top:17.875rem;left:30.0625rem;display:block; }
#uUfToBQhReIAya0hFnZAJxl6pIJzo169 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:"montserrat 900";font-size:0.8125rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:31.902500152588rem;left:30.4375rem;height:1.05rem;text-align:center;text-align-last:center;display:block; }
#ZQwtFsBxT6RTvgP1cRQGSBqGrO1JLr4Z { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:3.8125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:22.0625rem;left:31.25rem;height:9.9rem;text-align:center;text-align-last:center;display:block; }
#brIxt3wLQTkCsF4pSm8Pi28WifSxh7ed { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:27.1875rem;left:30.8125rem;height:1.2rem;text-align:center;text-align-last:center;display:block; }
#lJGmmm6vccSqwQSvcvg0HTFE0L7UHJgb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:24.3125rem;left:36.0625rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#fLMCBvwCSmOxblGluoOgBtoETlMVNVAS { box-sizing:content-box;color:#f3bf00;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:block;z-index:15063;top:33.979999542236rem;left:36.0625rem;display:block; }
#QhzZRw7zp9sVteMI1TGMl5k4ZfcWC3QC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:18.5625rem;left:31.25rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#rws6mlc6TvbI5iv54T7B9rg77BdwnmTQ { color:rgba(var(--color-tertiary-4),1);display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:20.6875rem;left:35rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#RNl9Ly11TXdfSNcdwUGfh4bc34ctkWDd { color:#5a5a5a;display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:34.772499084472rem;left:30rem;height:1.05rem;font-style:italic;display:block; }
#aIW34i167WcC8emBnCx7fqAHT8I8Su93 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:22.6875rem;left:30.3125rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#MFR2wEZPAR3FxVT7v52rRVIJGrMDBmdg { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:24.25rem;left:30.0625rem;height:2.15rem;text-align:center;text-align-last:center;display:block; }
#b6R3bMCq5cA0RczwWsrhFVT5GhMTwIkN { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:14.5625rem;left:31.25rem;height:2.15rem;text-align:center;text-align-last:center;display:block; }
#Na3B7HT4JyRIEQLGIyygUn7ayh6zvZGv { box-sizing:content-box;color:#f3bf00;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:block;z-index:15061;top:34.104999542236rem;left:27.75rem;display:block; }
#euudHcdLhTwPm8BR4Nt2EWJsdXJoGrBe { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:"montserrat 900";font-size:1.6875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:11.625rem;left:28rem;height:2.15rem;text-align:center;text-align-last:center;display:block; }
#su0u7im0SVMI5O5rPlWqtdAu8qIhPKgb { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dfdedf, #666368);background-image: -moz-linear-gradient(180deg, #dfdedf, #666368);background-image: -ms-linear-gradient(180deg, #dfdedf, #666368);background-image: -o-linear-gradient(180deg, #dfdedf, #666368);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdedf', endColorstr='#666368' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdedf', endColorstr='#666368' );";background-image: linear-gradient(180deg, #dfdedf, #666368);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:26.1875rem;width:19.625rem;top:10.6875rem;left:52.875rem;display:block; }
#KRPMiaiNK4IXuhfpWuuTFNf42FFMhsQp { color:rgba(var(--color-tertiary-1),1);display:block;width:8.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15075;line-height:1.3;letter-spacing:0;top:35rem;left:64rem;height:0.95rem;font-style:italic;display:block; }
#GsekSGZmntRPkD9BNpNCo8t00ve9GnHO { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:"montserrat 900";font-size:0.8125rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:31.902500152588rem;left:55.4375rem;height:1.05rem;text-align:center;text-align-last:center;display:block; }
#HvraitTzSLhRkJrQZeWV3MKcgnpxDedT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:3.8125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:22.0625rem;left:56.25rem;height:9.9rem;text-align:center;text-align-last:center;display:block; }
#Erx38yGAeUhCGUnWEvUK8kkBBf8n0Gvz { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),0.48);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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:11.6875rem;width:14.8125rem;top:17.625rem;left:55.0625rem;display:block; }
#znIJAfsCwMporfODqHNBIBsBrT7Q1qGp { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:26.375rem;left:55.8125rem;height:1.2rem;text-align:center;text-align-last:center;display:block; }
#Oc6bFh70mkI27BBFR87svrIXQERtkn66 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.9375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:24.3125rem;left:64.25rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#GOwAD8WPvRpXsA0On6v6MTMb2S0GCSGz { box-sizing:content-box;color:#f3bf00;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:block;z-index:15078;top:34.104999542236rem;left:61.5625rem;display:block; }
#NxVl9yCiiVB77yuZ4AMWZD2Pb4qEXzy7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:18.5625rem;left:56.25rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#vsPS0bITXBozLgbED6ZdmO22uSLwULm7 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:20.375rem;left:60.1875rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#GUTLsS86mrhUTifgW5q3PrEwmGEwT1fN { color:#5a5a5a;display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;top:34.959999084472rem;left:56.25rem;height:1.05rem;font-style:italic;display:block; }
#KqGaSscxMg0LoRLOZe6fEBfDiAwobpU1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:14.5625rem;left:55.1875rem;height:2.15rem;text-align:center;text-align-last:center;display:block; }
#g5wCg8C2gitfbJap7ScMb8P1sI3d6WXr { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:"montserrat 900";font-size:1.6875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:11.625rem;left:53rem;height:2.15rem;text-align:center;text-align-last:center;display:block; }
#XMp63omIrcQQoT3eVSQcSxuXhT65th1w { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:22.875rem;left:55.25rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#P0LrnResLkD33yKh0aSHwmAtB6KGn8O3 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:24.3125rem;left:54.875rem;height:2.15rem;text-align:center;text-align-last:center;display:block; }
#XTumEQzmtGB7JwVG3HdrpOeim1FSMBui { box-sizing:content-box;color:#f3bf00;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:block;z-index:15062;top:34.104999542236rem;left:53.5rem;display:block; }
#anxNLZU2e1ZllTZh2Q6QBtCQ9LDQbofX { color:rgba(var(--color-tertiary-4),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:6.0625rem;left:0rem;height:2rem;display:block; }
#ef7H5ycptPzZhaZuxWBmvbqKWxOwE0yW { color:#ff9400;display:block;width:25rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:300;z-index:14969;line-height:1.5;letter-spacing:0;top:2.3125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OoGTZJmAfckVz5FP6XRAJwgs5UV6buc4 { color:rgba(var(--color-tertiary-1),1);display:block;width:8.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:35rem;left:13.5625rem;height:0.95rem;font-style:italic;display:none; }
#EQu9CyEuTxAMvXRhCVp1TxE4hBfgHZiL { box-sizing:content-box;color:#f3bf00;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:block;z-index:15044;top:34.0625rem;left:11.0625rem;display:none; }
#qBA3SOBfdNZr4EhlDV9b6p1yDgFTJUkT { color:rgba(var(--color-tertiary-1),1);display:block;width:8.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:35rem;left:13.5625rem;height:0.95rem;font-style:italic;display:none; }
#Tq2vU6Wvyk9dPlsMhkdO1vTeTdA0KCFf { box-sizing:content-box;color:#f3bf00;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:block;z-index:15044;top:34.0625rem;left:11.0625rem;display:none; }
#Di6TGcaXxCQWq9D6MXDfyTAvuLQbuhOB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/DxpVdu4I/15.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Di6TGcaXxCQWq9D6MXDfyTAvuLQbuhOB.adaptive-delivery-prevent-bg, #Di6TGcaXxCQWq9D6MXDfyTAvuLQbuhOB.lazyload, #Di6TGcaXxCQWq9D6MXDfyTAvuLQbuhOB.lazyloading { background-image: none; }#Di6TGcaXxCQWq9D6MXDfyTAvuLQbuhOB > .row .container { background-color: transparent; background-image: none; }#Di6TGcaXxCQWq9D6MXDfyTAvuLQbuhOB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Di6TGcaXxCQWq9D6MXDfyTAvuLQbuhOB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Di6TGcaXxCQWq9D6MXDfyTAvuLQbuhOB > .row .container > .video-iframe-container { display: none; }#Di6TGcaXxCQWq9D6MXDfyTAvuLQbuhOB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Di6TGcaXxCQWq9D6MXDfyTAvuLQbuhOB > .row > .video-iframe-container { display: none; }#Di6TGcaXxCQWq9D6MXDfyTAvuLQbuhOB > .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); }#Di6TGcaXxCQWq9D6MXDfyTAvuLQbuhOB > .row .container { border-width: 0; border-radius: 0; }#Di6TGcaXxCQWq9D6MXDfyTAvuLQbuhOB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Di6TGcaXxCQWq9D6MXDfyTAvuLQbuhOB > .row .container { font-size:0.875rem;font-family:arial;height:53.0625rem;width:75rem;position:relative;display:block; }#OIc8EF7aL4l0TbpXILdUMJrBPETbs3wc { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:10.3037109375rem;left:5.0625rem;height:36.791rem;display:block; }
#wNzqJyiH7K2B2KUe9V9Z3WHZiiOH4Lca { color:rgba(var(--color-tertiary-4),1);display:block;width:47.875rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.75rem;left:7.5rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#f9qLo5RqKStvdXClITJpGsrlbhtfCJau { 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:44.875rem;width:26.9375rem;top:7.060546875rem;left:43.3125rem;overflow:hidden;display:block; }
#wggOXW33robFBpUi6AtQH3R7KuQsd4ii { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wggOXW33robFBpUi6AtQH3R7KuQsd4ii > .row .container { background-color: transparent; background-image: none; }#wggOXW33robFBpUi6AtQH3R7KuQsd4ii::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wggOXW33robFBpUi6AtQH3R7KuQsd4ii > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wggOXW33robFBpUi6AtQH3R7KuQsd4ii > .row .container > .video-iframe-container { display: none; }#wggOXW33robFBpUi6AtQH3R7KuQsd4ii > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wggOXW33robFBpUi6AtQH3R7KuQsd4ii > .row > .video-iframe-container { display: none; }#wggOXW33robFBpUi6AtQH3R7KuQsd4ii > .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); }#wggOXW33robFBpUi6AtQH3R7KuQsd4ii > .row .container { border-width: 0; border-radius: 0; }#wggOXW33robFBpUi6AtQH3R7KuQsd4ii > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wggOXW33robFBpUi6AtQH3R7KuQsd4ii > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#UcgJTnSF0xsJLIDTwCTAoQ3GDu6Sd2eJ { color:#f8f6f6;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3880208730698rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#IiVqSBqMkTCUmxVBCOZGIfa2g6JUsMse { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/VxLAVjMM/02_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IiVqSBqMkTCUmxVBCOZGIfa2g6JUsMse.adaptive-delivery-prevent-bg, #IiVqSBqMkTCUmxVBCOZGIfa2g6JUsMse.lazyload, #IiVqSBqMkTCUmxVBCOZGIfa2g6JUsMse.lazyloading { background-image: none; }#IiVqSBqMkTCUmxVBCOZGIfa2g6JUsMse > .row .container { background-color: transparent; background-image: none; }#IiVqSBqMkTCUmxVBCOZGIfa2g6JUsMse::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#IiVqSBqMkTCUmxVBCOZGIfa2g6JUsMse > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiVqSBqMkTCUmxVBCOZGIfa2g6JUsMse > .row .container > .video-iframe-container { display: none; }#IiVqSBqMkTCUmxVBCOZGIfa2g6JUsMse > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#IiVqSBqMkTCUmxVBCOZGIfa2g6JUsMse > .row > .video-iframe-container { display: none; }#IiVqSBqMkTCUmxVBCOZGIfa2g6JUsMse > .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); }#IiVqSBqMkTCUmxVBCOZGIfa2g6JUsMse > .row .container { border-width: 0; border-radius: 0; }#IiVqSBqMkTCUmxVBCOZGIfa2g6JUsMse::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IiVqSBqMkTCUmxVBCOZGIfa2g6JUsMse > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IiVqSBqMkTCUmxVBCOZGIfa2g6JUsMse > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:block; }#EFEs5FMps2SecveIfyT61QQL8QRpRbK7 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.375rem #a039a4 ;height:37.5rem;width:30.6875rem;top:5.625rem;left:22.1875rem;display:block; }
#ndQRHtJDU02iMuDnKVmxqPzTPSWqkavi { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:18.125rem;left:30.625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xIlImfQQOsVKc2471zFTZhVAAm4TL2vA { position:absolute;display:block;z-index:15058;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.625rem;width:8.1875rem;top:6.625rem;left:33.375rem;overflow:hidden;display:block; }
#fXVlbOEW7SFB3RpmO4dVbvIoWE6VVlt6 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:13.0625rem;top:18.5625rem;left:30.9375rem;overflow:hidden;display:block; }
#gz6SvUynogwWW97QMfxkFKbUKJeyGkU0 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:16.8125rem;left:35.875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T30CDG28TkAFIT7bHVTagVEwCbTag6r4 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:21.0625rem;left:35.875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RnamgeMoB5slHuv3lCCc58WdDsCU01ah { color:#d8a23f;display:block;width:12.5625rem;position:absolute;font-family:montserrat;font-size:5.875rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:21.3125rem;left:31.1875rem;height:7.6371875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rTEaBowfz1bTpiXuan9f3hUl6Th4qxXv { color:rgba(var(--color-tertiary-4),1);display:block;width:1.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:26.1875rem;left:29.5rem;height:1.29980625rem;font-style:normal;display:block; }
#GJ0p8HEOdXW8OfVJxp7Zg55sEs3k3eTM { color:rgba(var(--color-tertiary-4),1);display:block;width:1.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:25.25rem;left:29.375rem;height:1.29980625rem;font-style:normal;display:block; }
#XbhR5BLWzIP9mtANqS3wbSVyGdUGlnOL { color:#d8a23f;display:block;width:3rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:23.1875rem;left:43rem;height:3.25rem;font-style:normal;display:block; }
#lVyTdUOvEqR1heHMU07h72bUuvzr14kJ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:28.1875rem;left:32rem;height:1.29980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#HkVSKeAAvsXMJHK20TnPuMGXTPqHyNbu { background-color:transparent;background-image: -webkit-linear-gradient(250deg, #76fb9b, #3fc100);background-image: -moz-linear-gradient(250deg, #76fb9b, #3fc100);background-image: -ms-linear-gradient(250deg, #76fb9b, #3fc100);background-image: -o-linear-gradient(250deg, #76fb9b, #3fc100);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#76fb9b', endColorstr='#3fc100' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#76fb9b', endColorstr='#3fc100' );";background-image: linear-gradient(250deg, #76fb9b, #3fc100);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(var(--color-tertiary-4),0.21) ;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.9375rem;height:4.6875rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:30.3125rem;left:24rem;display:block; }
#xwa7BKXHcqcT9XsUJbV30tNc6K5twr6k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E6mHicpGJpBcT6uCJh8mIiHPTwOLv17u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:35.75rem;left:24.3125rem; }
#DWl8ivHilmcfacLaLfNshsve4QLTqsIT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:35.75rem;left:31.625rem; }
#iBO4sOgvRKeXDGcBZB53R5IGenp0v7E6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:35.75rem;left:44rem; }
#rMG52xrdF9hwk8fsbqPK4qwaA0LvEJdu { color:rgba(var(--color-tertiary-4),1);display:block;width:3.75rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15055;line-height:1;letter-spacing:0;top:35.875rem;left:26.875rem;height:1.50035625rem;font-style:italic;display:block; }
#l0wcofryGoBkVg8DgcQxiNagKW9RmTcA { color:rgba(var(--color-tertiary-4),1);display:block;width:9.75rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15057;line-height:1;letter-spacing:0;top:35.875rem;left:33.9375rem;height:1.50035625rem;font-style:italic;display:block; }
#U7RbAWyfEhRseZKBnDy9Suklb4HQPnwm { color:rgba(var(--color-tertiary-4),1);display:block;width:5.125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15057;line-height:1;letter-spacing:0;top:35.875rem;left:45.875rem;height:1.50035625rem;font-style:italic;display:block; }
#iAfeikDgTiCr5HGSSWgbTMvhJRyTcaEB { color:#ff9400;display:block;width:54.3125rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:300;z-index:14970;line-height:1.5;letter-spacing:0;top:1.6875rem;left:10.3125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UQT2dL2wV4zvT8pVnslBui5rT7HmckvT { 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; }#UQT2dL2wV4zvT8pVnslBui5rT7HmckvT > .row .container { background-color: transparent; background-image: none; }#UQT2dL2wV4zvT8pVnslBui5rT7HmckvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQT2dL2wV4zvT8pVnslBui5rT7HmckvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQT2dL2wV4zvT8pVnslBui5rT7HmckvT > .row .container > .video-iframe-container { display: none; }#UQT2dL2wV4zvT8pVnslBui5rT7HmckvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UQT2dL2wV4zvT8pVnslBui5rT7HmckvT > .row > .video-iframe-container { display: none; }#UQT2dL2wV4zvT8pVnslBui5rT7HmckvT > .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); }#UQT2dL2wV4zvT8pVnslBui5rT7HmckvT > .row .container { border-width: 0; border-radius: 0; }#UQT2dL2wV4zvT8pVnslBui5rT7HmckvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UQT2dL2wV4zvT8pVnslBui5rT7HmckvT > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;position:relative;display:block; }#LURRHG3zRTrwQMFp2lTtnkdq1TaFSHqP { color:rgba(var(--color-tertiary-4),1);display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.8039779663088rem;left:30.5625rem;height:10.2363125rem;text-align:left;text-align-last:left;display:block; }
#PqVev97Vs4MmEAEg8kWfKzVOesxKnu9a { color:rgba(var(--color-tertiary-3),1);display:block;width:29.5625rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4992904663086rem;left:30.5625rem;height:5.19921875rem;font-style:normal;display:block; }
#bWebSNloSNy7bpOPpZX4BBecRtNQF7mQ { 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:18.625rem;width:20.3125rem;top:0rem;left:8.375rem;overflow:hidden;display:block; }
#TTno13vgtZLSHwaDa9qflnRE9Af6iQuB { 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; }#TTno13vgtZLSHwaDa9qflnRE9Af6iQuB > .row .container { background-color: transparent; background-image: none; }#TTno13vgtZLSHwaDa9qflnRE9Af6iQuB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTno13vgtZLSHwaDa9qflnRE9Af6iQuB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTno13vgtZLSHwaDa9qflnRE9Af6iQuB > .row .container > .video-iframe-container { display: none; }#TTno13vgtZLSHwaDa9qflnRE9Af6iQuB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTno13vgtZLSHwaDa9qflnRE9Af6iQuB > .row > .video-iframe-container { display: none; }#TTno13vgtZLSHwaDa9qflnRE9Af6iQuB > .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); }#TTno13vgtZLSHwaDa9qflnRE9Af6iQuB > .row .container { border-width: 0; border-radius: 0; }#TTno13vgtZLSHwaDa9qflnRE9Af6iQuB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTno13vgtZLSHwaDa9qflnRE9Af6iQuB > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#sUkbqfbp85PNIweoATbffaAvxfyAJcSm { color:#0e9ae5;display:block;width:31.875rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.2223129272461rem;left:21.5rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#By0UC8Lst5zDWDUHUnDJ93aIzUvLSqZC { 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; }#By0UC8Lst5zDWDUHUnDJ93aIzUvLSqZC > .row .container { background-color: transparent; background-image: none; }#By0UC8Lst5zDWDUHUnDJ93aIzUvLSqZC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#By0UC8Lst5zDWDUHUnDJ93aIzUvLSqZC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#By0UC8Lst5zDWDUHUnDJ93aIzUvLSqZC > .row .container > .video-iframe-container { display: none; }#By0UC8Lst5zDWDUHUnDJ93aIzUvLSqZC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#By0UC8Lst5zDWDUHUnDJ93aIzUvLSqZC > .row > .video-iframe-container { display: none; }#By0UC8Lst5zDWDUHUnDJ93aIzUvLSqZC > .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); }#By0UC8Lst5zDWDUHUnDJ93aIzUvLSqZC > .row .container { border-width: 0; border-radius: 0; }#By0UC8Lst5zDWDUHUnDJ93aIzUvLSqZC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#By0UC8Lst5zDWDUHUnDJ93aIzUvLSqZC > .row .container { font-size:0.875rem;font-family:arial;height:2.625rem;width:75rem;position:relative;display:block; }#omF3wCRTbbdaFNIBphyaTtsnogLxTi4K { color:#49778b;display:block;width:55.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.1875rem;left:7.5rem;height:1.625rem;font-style:normal;display:block; }
#LEPATpucAe5xUWncrMxqXQhtIkA6Qk0U { box-sizing:content-box;color:#265a92;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:0.25rem;left:65.875rem;display:none; }
#TRxoDGIMxaVlWlNwxOBTWaeLFwQXfGD9 { position:absolute;display:block;z-index:14999;background-color:#eff7ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#i5ZN0lsTCs00BTyLHUretAG978wdSDNl { box-sizing:content-box;color:#25c57f;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:0.22500038146973rem;left:65.3125rem;display:block; }
#J9It7Q1DWv07aoTE9PPVIQkszK8hFEUr { 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; }#J9It7Q1DWv07aoTE9PPVIQkszK8hFEUr > .row .container { background-color: transparent; background-image: none; }#J9It7Q1DWv07aoTE9PPVIQkszK8hFEUr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9It7Q1DWv07aoTE9PPVIQkszK8hFEUr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9It7Q1DWv07aoTE9PPVIQkszK8hFEUr > .row .container > .video-iframe-container { display: none; }#J9It7Q1DWv07aoTE9PPVIQkszK8hFEUr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9It7Q1DWv07aoTE9PPVIQkszK8hFEUr > .row > .video-iframe-container { display: none; }#J9It7Q1DWv07aoTE9PPVIQkszK8hFEUr > .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); }#J9It7Q1DWv07aoTE9PPVIQkszK8hFEUr > .row .container { border-width: 0; border-radius: 0; }#J9It7Q1DWv07aoTE9PPVIQkszK8hFEUr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J9It7Q1DWv07aoTE9PPVIQkszK8hFEUr > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#MhMsrDHJpZtfupvQF1Rlliv0x5KFSkg6 { color:#004461;display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1867904663086rem;left:7.5rem;height:3.65625rem;text-align:justify;text-align-last:initial;display:block; }
#APTLfgHKxusPrhuNwtnyLH40r2shKt6k { 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; }#APTLfgHKxusPrhuNwtnyLH40r2shKt6k > .row .container { background-color: transparent; background-image: none; }#APTLfgHKxusPrhuNwtnyLH40r2shKt6k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APTLfgHKxusPrhuNwtnyLH40r2shKt6k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APTLfgHKxusPrhuNwtnyLH40r2shKt6k > .row .container > .video-iframe-container { display: none; }#APTLfgHKxusPrhuNwtnyLH40r2shKt6k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#APTLfgHKxusPrhuNwtnyLH40r2shKt6k > .row > .video-iframe-container { display: none; }#APTLfgHKxusPrhuNwtnyLH40r2shKt6k > .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); }#APTLfgHKxusPrhuNwtnyLH40r2shKt6k > .row .container { border-width: 0; border-radius: 0; }#APTLfgHKxusPrhuNwtnyLH40r2shKt6k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#APTLfgHKxusPrhuNwtnyLH40r2shKt6k > .row .container { font-size:0.875rem;font-family:arial;height:2.625rem;width:75rem;position:relative;display:block; }#TU7tttE1lwwEXmVacIcMrbNepRBxnpKw { color:#49778b;display:block;width:39.6875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.1875rem;left:7.5rem;height:1.625rem;font-style:normal;display:block; }
#KVdBaxHBahsvTUMSpQSyMC7HfZcTrPu6 { box-sizing:content-box;color:#265a92;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:0.25rem;left:65.875rem;display:none; }
#ASmrZ33VeDTKn7gyimmububzTClaIPt5 { position:absolute;display:block;z-index:14999;background-color:#eff7ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#D3DVvPA4Aw0KSRdTfnCl5XZzCdOqm2ML { box-sizing:content-box;color:#25c57f;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:0.28750038146973rem;left:65.5rem;display:block; }
#JqAE3S0f4zhXNeVsfZHVAbeIzQsvt2Vv { 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; }#JqAE3S0f4zhXNeVsfZHVAbeIzQsvt2Vv > .row .container { background-color: transparent; background-image: none; }#JqAE3S0f4zhXNeVsfZHVAbeIzQsvt2Vv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JqAE3S0f4zhXNeVsfZHVAbeIzQsvt2Vv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JqAE3S0f4zhXNeVsfZHVAbeIzQsvt2Vv > .row .container > .video-iframe-container { display: none; }#JqAE3S0f4zhXNeVsfZHVAbeIzQsvt2Vv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JqAE3S0f4zhXNeVsfZHVAbeIzQsvt2Vv > .row > .video-iframe-container { display: none; }#JqAE3S0f4zhXNeVsfZHVAbeIzQsvt2Vv > .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); }#JqAE3S0f4zhXNeVsfZHVAbeIzQsvt2Vv > .row .container { border-width: 0; border-radius: 0; }#JqAE3S0f4zhXNeVsfZHVAbeIzQsvt2Vv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JqAE3S0f4zhXNeVsfZHVAbeIzQsvt2Vv > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;position:relative;display:block; }#sDBpuVovZDmJyxGTfSdUcgTSshrceqe9 { color:#004461;display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.1875rem;left:7.5rem;height:2.4375rem;text-align:justify;text-align-last:initial;display:block; }
#hMX52Sq498J1Hm1TReOvXD3B6HyIlef3 { 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; }#hMX52Sq498J1Hm1TReOvXD3B6HyIlef3 > .row .container { background-color: transparent; background-image: none; }#hMX52Sq498J1Hm1TReOvXD3B6HyIlef3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMX52Sq498J1Hm1TReOvXD3B6HyIlef3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMX52Sq498J1Hm1TReOvXD3B6HyIlef3 > .row .container > .video-iframe-container { display: none; }#hMX52Sq498J1Hm1TReOvXD3B6HyIlef3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMX52Sq498J1Hm1TReOvXD3B6HyIlef3 > .row > .video-iframe-container { display: none; }#hMX52Sq498J1Hm1TReOvXD3B6HyIlef3 > .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); }#hMX52Sq498J1Hm1TReOvXD3B6HyIlef3 > .row .container { border-width: 0; border-radius: 0; }#hMX52Sq498J1Hm1TReOvXD3B6HyIlef3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hMX52Sq498J1Hm1TReOvXD3B6HyIlef3 > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#GJcIGBKdf0IZA728cw9De1fTrXJIA8ZL { color:#49778b;display:block;width:57.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.1875rem;left:7.5rem;height:1.625rem;font-style:normal;display:block; }
#Q09BHuAL2AL7Nptk72h6f6JeTRuuQ4zK { box-sizing:content-box;color:#265a92;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:0.25rem;left:65.875rem;display:none; }
#ev5mhVeL74tCXmRdcOnUWx1hSPaRnTme { position:absolute;display:block;z-index:14999;background-color:#eff7ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#fhD6hM1D7KgGhw6SK3Kwk38lVGprDFH3 { box-sizing:content-box;color:#25c57f;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:0.22421646118164rem;left:65.3125rem;display:block; }
#Lsd0w1Re6FF73GsGVITIiCHGrfnEQT4w { 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; }#Lsd0w1Re6FF73GsGVITIiCHGrfnEQT4w > .row .container { background-color: transparent; background-image: none; }#Lsd0w1Re6FF73GsGVITIiCHGrfnEQT4w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lsd0w1Re6FF73GsGVITIiCHGrfnEQT4w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lsd0w1Re6FF73GsGVITIiCHGrfnEQT4w > .row .container > .video-iframe-container { display: none; }#Lsd0w1Re6FF73GsGVITIiCHGrfnEQT4w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lsd0w1Re6FF73GsGVITIiCHGrfnEQT4w > .row > .video-iframe-container { display: none; }#Lsd0w1Re6FF73GsGVITIiCHGrfnEQT4w > .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); }#Lsd0w1Re6FF73GsGVITIiCHGrfnEQT4w > .row .container { border-width: 0; border-radius: 0; }#Lsd0w1Re6FF73GsGVITIiCHGrfnEQT4w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lsd0w1Re6FF73GsGVITIiCHGrfnEQT4w > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#pNIVeUJ4fr0Kvqwoa05lmqlH2WHpoWvV { color:#004461;display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.43756580352783rem;left:7.5rem;height:3.65625rem;text-align:justify;text-align-last:initial;display:block; }
#sKSM4LyZSt6bt0qDN1uW10au3OraUOEV { 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; }#sKSM4LyZSt6bt0qDN1uW10au3OraUOEV > .row .container { background-color: transparent; background-image: none; }#sKSM4LyZSt6bt0qDN1uW10au3OraUOEV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKSM4LyZSt6bt0qDN1uW10au3OraUOEV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKSM4LyZSt6bt0qDN1uW10au3OraUOEV > .row .container > .video-iframe-container { display: none; }#sKSM4LyZSt6bt0qDN1uW10au3OraUOEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sKSM4LyZSt6bt0qDN1uW10au3OraUOEV > .row > .video-iframe-container { display: none; }#sKSM4LyZSt6bt0qDN1uW10au3OraUOEV > .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); }#sKSM4LyZSt6bt0qDN1uW10au3OraUOEV > .row .container { border-width: 0; border-radius: 0; }#sKSM4LyZSt6bt0qDN1uW10au3OraUOEV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sKSM4LyZSt6bt0qDN1uW10au3OraUOEV > .row .container { font-size:0.875rem;font-family:arial;height:2.625rem;width:75rem;position:relative;display:block; }#ZzkZUtRlmWdrOkfT6sSNQ1DMTTAin7rT { color:#49778b;display:block;width:39.6875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.1875rem;left:7.5rem;height:1.625rem;font-style:normal;display:block; }
#gDutLeKXrI23W5i7fKdqdvQ62wftfBl3 { box-sizing:content-box;color:#265a92;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:0.25rem;left:65.875rem;display:none; }
#hT7JRlzd0wvsnbAyfm4a6ZrPtBzo4olC { position:absolute;display:block;z-index:14999;background-color:#eff7ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#Dnt51BK3OFkpksWRyziCXsNpHSARF4OR { box-sizing:content-box;color:#25c57f;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:0.41171646118164rem;left:65.3125rem;display:block; }
#uJaJDEBrZUunxV5o9u0N6UywmL9SEni2 { 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; }#uJaJDEBrZUunxV5o9u0N6UywmL9SEni2 > .row .container { background-color: transparent; background-image: none; }#uJaJDEBrZUunxV5o9u0N6UywmL9SEni2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJaJDEBrZUunxV5o9u0N6UywmL9SEni2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJaJDEBrZUunxV5o9u0N6UywmL9SEni2 > .row .container > .video-iframe-container { display: none; }#uJaJDEBrZUunxV5o9u0N6UywmL9SEni2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJaJDEBrZUunxV5o9u0N6UywmL9SEni2 > .row > .video-iframe-container { display: none; }#uJaJDEBrZUunxV5o9u0N6UywmL9SEni2 > .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); }#uJaJDEBrZUunxV5o9u0N6UywmL9SEni2 > .row .container { border-width: 0; border-radius: 0; }#uJaJDEBrZUunxV5o9u0N6UywmL9SEni2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uJaJDEBrZUunxV5o9u0N6UywmL9SEni2 > .row .container { font-size:0.875rem;font-family:arial;height:2.375rem;width:75rem;position:relative;display:block; }#BL3yRSZrFfXuCuFVQx5vnSLNdK5DuunS { color:#004461;display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.1875rem;left:7.5rem;height:1.21875rem;text-align:justify;text-align-last:initial;display:block; }
#asEWmEdTxDfCs5Ro19weobfG1yNcxA9O { 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; }#asEWmEdTxDfCs5Ro19weobfG1yNcxA9O > .row .container { background-color: transparent; background-image: none; }#asEWmEdTxDfCs5Ro19weobfG1yNcxA9O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asEWmEdTxDfCs5Ro19weobfG1yNcxA9O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asEWmEdTxDfCs5Ro19weobfG1yNcxA9O > .row .container > .video-iframe-container { display: none; }#asEWmEdTxDfCs5Ro19weobfG1yNcxA9O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#asEWmEdTxDfCs5Ro19weobfG1yNcxA9O > .row > .video-iframe-container { display: none; }#asEWmEdTxDfCs5Ro19weobfG1yNcxA9O > .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); }#asEWmEdTxDfCs5Ro19weobfG1yNcxA9O > .row .container { border-width: 0; border-radius: 0; }#asEWmEdTxDfCs5Ro19weobfG1yNcxA9O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#asEWmEdTxDfCs5Ro19weobfG1yNcxA9O > .row .container { font-size:0.875rem;font-family:arial;height:2.625rem;width:75rem;position:relative;display:block; }#hL5ThNmkuTz5iJ1c5vdNdAaTfBntGnh3 { color:#49778b;display:block;width:39.6875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.1875rem;left:7.5rem;height:1.625rem;font-style:normal;display:block; }
#tT1TrAqexniIGwXzBkxPGLV8zrHdHQbx { box-sizing:content-box;color:#265a92;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:0.25rem;left:65.875rem;display:none; }
#p6pd32sLu8GsMu14rDW216LRHU1nsKP9 { position:absolute;display:block;z-index:14999;background-color:#eff7ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#iK2Xk6eTRAr6eS2z8T16k8T6f1rGtVIf { box-sizing:content-box;color:#25c57f;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:0.41250038146973rem;left:65.4375rem;display:block; }
#nDDOOSTeAMcX4VKp6eZgzDquNAiebMnT { 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; }#nDDOOSTeAMcX4VKp6eZgzDquNAiebMnT > .row .container { background-color: transparent; background-image: none; }#nDDOOSTeAMcX4VKp6eZgzDquNAiebMnT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDDOOSTeAMcX4VKp6eZgzDquNAiebMnT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDDOOSTeAMcX4VKp6eZgzDquNAiebMnT > .row .container > .video-iframe-container { display: none; }#nDDOOSTeAMcX4VKp6eZgzDquNAiebMnT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nDDOOSTeAMcX4VKp6eZgzDquNAiebMnT > .row > .video-iframe-container { display: none; }#nDDOOSTeAMcX4VKp6eZgzDquNAiebMnT > .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); }#nDDOOSTeAMcX4VKp6eZgzDquNAiebMnT > .row .container { border-width: 0; border-radius: 0; }#nDDOOSTeAMcX4VKp6eZgzDquNAiebMnT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nDDOOSTeAMcX4VKp6eZgzDquNAiebMnT > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#X0LutcaVESQI3f6d7BoJNRmwvCBpde1h { color:#004461;display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.64060401916506rem;left:7.5rem;height:7.3125rem;text-align:justify;text-align-last:initial;display:block; }
#ytI9o7Gi6g1S9g8ns3UsAOlR7v04EnBi { 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; }#ytI9o7Gi6g1S9g8ns3UsAOlR7v04EnBi > .row .container { background-color: transparent; background-image: none; }#ytI9o7Gi6g1S9g8ns3UsAOlR7v04EnBi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytI9o7Gi6g1S9g8ns3UsAOlR7v04EnBi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytI9o7Gi6g1S9g8ns3UsAOlR7v04EnBi > .row .container > .video-iframe-container { display: none; }#ytI9o7Gi6g1S9g8ns3UsAOlR7v04EnBi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytI9o7Gi6g1S9g8ns3UsAOlR7v04EnBi > .row > .video-iframe-container { display: none; }#ytI9o7Gi6g1S9g8ns3UsAOlR7v04EnBi > .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); }#ytI9o7Gi6g1S9g8ns3UsAOlR7v04EnBi > .row .container { border-width: 0; border-radius: 0; }#ytI9o7Gi6g1S9g8ns3UsAOlR7v04EnBi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ytI9o7Gi6g1S9g8ns3UsAOlR7v04EnBi > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:75rem;position:relative;display:block; }#n5LpmaSSTLduTipN7Jt1k0RHe7e4dpAo { color:#49778b;display:block;width:57.625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.1875rem;left:7.5rem;height:1.625rem;font-style:normal;display:block; }
#HIsJHOZ80A3gk3fUJ78dnyZRwHL3pLwE { box-sizing:content-box;color:#265a92;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:0.25rem;left:65.875rem;display:none; }
#rRCMyVVx77cE7I0D3n3OlN61b9qOH9v9 { position:absolute;display:block;z-index:14999;background-color:#eff7ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#ZbNzKWu8ZW1J6zIPrXcfUU03cFZQTrPL { box-sizing:content-box;color:#25c57f;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:0.22421646118164rem;left:65.25rem;display:block; }
#c4iuMtvX41TVOg3DweLUWV2bgHN6h5G8 { 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; }#c4iuMtvX41TVOg3DweLUWV2bgHN6h5G8 > .row .container { background-color: transparent; background-image: none; }#c4iuMtvX41TVOg3DweLUWV2bgHN6h5G8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4iuMtvX41TVOg3DweLUWV2bgHN6h5G8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4iuMtvX41TVOg3DweLUWV2bgHN6h5G8 > .row .container > .video-iframe-container { display: none; }#c4iuMtvX41TVOg3DweLUWV2bgHN6h5G8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4iuMtvX41TVOg3DweLUWV2bgHN6h5G8 > .row > .video-iframe-container { display: none; }#c4iuMtvX41TVOg3DweLUWV2bgHN6h5G8 > .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); }#c4iuMtvX41TVOg3DweLUWV2bgHN6h5G8 > .row .container { border-width: 0; border-radius: 0; }#c4iuMtvX41TVOg3DweLUWV2bgHN6h5G8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c4iuMtvX41TVOg3DweLUWV2bgHN6h5G8 > .row .container { font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;position:relative;display:block; }#pZFT1ZD7a0ceqfodOtNzVgGHUFZ8H9o9 { color:#004461;display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.1875rem;left:7.5rem;height:1.21875rem;text-align:justify;text-align-last:initial;display:block; }
#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #IIfe2xORN7HcgTObnTn1V7xmDgGfFKPH > .row .container { background-color: transparent; background-image: none; }#IIfe2xORN7HcgTObnTn1V7xmDgGfFKPH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIfe2xORN7HcgTObnTn1V7xmDgGfFKPH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIfe2xORN7HcgTObnTn1V7xmDgGfFKPH > .row .container > .video-iframe-container { display: none; }#IIfe2xORN7HcgTObnTn1V7xmDgGfFKPH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIfe2xORN7HcgTObnTn1V7xmDgGfFKPH > .row > .video-iframe-container { display: none; }#IIfe2xORN7HcgTObnTn1V7xmDgGfFKPH > .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); }#IIfe2xORN7HcgTObnTn1V7xmDgGfFKPH > .row .container { border-width: 0; border-radius: 0; }#IIfe2xORN7HcgTObnTn1V7xmDgGfFKPH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IIfe2xORN7HcgTObnTn1V7xmDgGfFKPH > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IaBA4oq9ekxgVhu09dvT0xqVlMKdvnbl { display:block; }#IaBA4oq9ekxgVhu09dvT0xqVlMKdvnbl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dluNxe2oTsPBrc0yk2l8AEE8En1lCgX8 { width:47.75rem;height:1.5625rem;top:0.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M47r0QTQWdHfRRL9OVlcVprrDWBQXJgC { display:block; }#M47r0QTQWdHfRRL9OVlcVprrDWBQXJgC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1eek3QKmTpNNEZAhzH7o3wXTuWRU3AE { width:46rem;height:3.375rem;top:9.125rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5EJOEEOGqT9Tp5eNacskQ6CVHsHr993 { width:41.4375rem;height:22.875rem;top:10.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGdod45KKEk3MFAmIpmxF90RwSZdBKum { width:31.4375rem;height:3.25rem;top:35.3125rem;left:8.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPtFTI90croqIWFJFqM0CfekWTAyemhJ { width:39.8125rem;height:3.5625rem;top:10.25rem;left:3.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAkaQckCWyi1LegXmmFvaPvlaLL5Frus { width:34.25rem;height:3.8125rem;top:40.8125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ0BvgQsN7XRAKVOCFzKhwIxArTwu0dm { display:block; }
 }@media only screen and (max-width: 763px) { #TBIKAT837FaglmVUQOWJ9MgAS4rWarSr { top:1.875rem;left:20.90625rem;width:5.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJ4rcWIoWNnOWxHxmWbvBtrEDLDKAMTh { width:19.5rem;height:34.75rem;top:13.5625rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdZLTQ8ep2PVusocuUBouyC2S1DxVzaG { top:16.4375rem;left:9.59375rem;width:28.5625rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urx1SevOyJpfzPHK5d7Vqht87numTsyz { display:block; }#Urx1SevOyJpfzPHK5d7Vqht87numTsyz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfDGRbwiz8hraqoropRCcbV7N3Xhz8Ca { width:46rem;height:3.375rem;top:9.125rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDwyUZHe411PgtJNKNGoOKVlCnVLQBpC { width:41.4375rem;height:22.875rem;top:10.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtOZCqqAcrogrOlNIwgFawuNeyqFO8k6 { width:40rem;height:22.5rem;top:13.4375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5EcoMshKTpZ8mEIf6hhlCaRxpX3IugT { width:47.75rem;height:4.875rem;top:6.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJL8Ll2JgqyUZ14ZdzfoRn1I5N8S53MI { width:47.1875rem;height:3.5rem;top:2.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyL1N14nFbTZcnrHTCcUG3q8uUSL20nl { width:34.25rem;height:3.8125rem;top:38.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZngSuh6K1Tyugo76ZNDmgt7uZgF94zB7 { display:block; }
 }@media only screen and (max-width: 763px) { #fmOEuCeH9uXgdkzATCeDM12S4IN2I08X { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EbD8faCAWNlI0h8DsPTQHAEZGTehcoAC { display:block; }#EbD8faCAWNlI0h8DsPTQHAEZGTehcoAC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dyoTIa1vB0adFRpyyOwWbVWfIk2AMSaL { width:14.375rem;height:4.5rem;top:7.8125rem;left:16.729166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNd6MUW6B3PuJHmAA6zdKa8fJNie7rio { width:13.25rem;height:6rem;top:14.1875rem;left:10.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg0k6JOqniqa0mFUbX7o82XHWKFkPDFP { width:11.9375rem;height:5.5625rem;top:14.375rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2qS3cXv6UXinnU4uIgQfbNpv3CmTE0A { width:11.625rem;height:3.875rem;top:15.1875rem;left:35.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0OmDhmSDgwuThuPti2T4TXV5WvSD0rR { width:47.75rem;height:2.3125rem;top:1.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXtRIm69n9k0TctpHUaBN0QntXdvufxX { width:14.8125rem;height:11.75rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3hCpKwF8aTPFt5NRATG3cyBBbVFAq3E { width:11.375rem;height:9.0625rem;top:5.375rem;left:12.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQVsEtxbpB8DDoHXR65ls6IXFDC62upW { width:14.8125rem;height:11.75rem;top:9rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8ucyXJpmVAciGkB7v9TpV0okML2Rbh3 { width:14.8125rem;height:11.75rem;top:9rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHEEQZUTccMP3QpHKI6FmHW2onZxK0sk { width:10.5625rem;height:8.4375rem;top:5.8125rem;left:24.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR5zgHlihqo4ySv7NC9TPb9yt19X7oiy { width:14.8125rem;height:11.75rem;top:8.9375rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNMkzl1UbpSyDpqJZLvv5HTrsdgs8m2y { width:11.625rem;height:9.1875rem;top:5.0625rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpxBr5oiXkPnn5DvlTgUkRzJ9eGGHfKd { width:12rem;height:10.1875rem;top:5.0625rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnGgZ9pF8rhx8U2dIgUSLNOPFXsl5hed { display:block; }#XnGgZ9pF8rhx8U2dIgUSLNOPFXsl5hed > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9127QxWabXb3IafbmBpcMRMf37chZnx { width:47.75rem;height:2.5rem;top:3.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSoWyKnmPqciA9rIUNyJAargTATQi6ho { width:43.125rem;height:2rem;top:0.8125rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o62p6G7XWRcE2HatDZy5bBCmzctyTd9d { display:block; }#o62p6G7XWRcE2HatDZy5bBCmzctyTd9d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSdV0roxkPIey5XJ9s0lPuEnspviCaxR { width:34.5rem;height:1.6875rem;top:22.0625rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqm54btLRFf9k0w6GhwUiJzP4ysrooGD { width:47.75rem;height:4.8125rem;top:2.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNiIQErl2EcvCwpRiPZzLBJBRVEZkFWU { width:47.75rem;height:13rem;top:9.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf64vysP6O6Mh5s3SqOcvMlTIISnEyJ2 { display:block; }#Lf64vysP6O6Mh5s3SqOcvMlTIISnEyJ2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dfL0oHglIUOOxhJVO5iIOOiR2tgsDVip { width:36.25rem;height:17.5rem;top:5.25rem;left:11.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAKidPhPDRHIlrPEp1n7T5X5OnOUehq2 { width:1.5625rem;height:1.5625rem;top:5.375rem;left:22.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVXWTgXu5ggTOVMHQKJwk122Si0RT5CM { width:1.5625rem;height:1.5625rem;top:9.6875rem;left:22.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwtdZkL5VoKAfJdkSfsSavqs2gBPvF4G { width:1.5625rem;height:1.5625rem;top:14.125rem;left:22.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy59bWnDiSEiX6zbRTIk7EilrOcTUVPH { width:1.5625rem;height:1.5625rem;top:18.4375rem;left:22.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RITmAKUruIPeI8GT0zTuMURALS4EbZgt { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w8dwRXTzAMWshT1Q4yQTXVshGysUOtxv { width:25.375rem;height:34.1875rem;top:2.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJexI2eqOOAm4IR4eb7zTuGoNtz9XVnc { width:1.5625rem;height:1.5625rem;top:21.5rem;left:22.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK1EGKwWbahJKNLfAFA8ytFKwnQJAEBu { width:37.3125rem;height:2.3125rem;top:31.75rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rr0Fu9xy288fzV2LBqNQLMU3CbTdMJa7 { width:37.4375rem;height:2.375rem;top:1rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCcW6WbPH0tEwJ5FeT4FLTBTrN3frJnJ { width:17.1875rem;height:23.3125rem;top:0.3125rem;left:3.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uEKA3cmsvU8TLuXnqUius6p5ZnC3viIP { display:block; }#uEKA3cmsvU8TLuXnqUius6p5ZnC3viIP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISvPiv8tqHxTMnxrCTTNyHo7DUiaCwtS { width:14.375rem;height:9.3rem;top:7.8125rem;left:16.729166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiNq1Qyf7g0EcaxIPAS6OB73K6C0Hzi8 { width:3.875rem;height:4.0625rem;top:25.5rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9gCtWmlkSJiIoE8rTCazTzh4v0pRxvN { width:19.9375rem;height:6.1875rem;top:23.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef7D9gIWJ8eKdyUQwO6SqW8mna05MDav { width:3.9375rem;height:4rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xx1IOxxo9oTUsxr1TbDl9QEXfc70BngJ { width:28.5rem;height:8.9375rem;top:22.5625rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5Mv6PWRTNMGoJa0FUNpPezsgE8cymQw { width:23.9375rem;height:8.625rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsRxTQvXFJTq2RTG67D8y6JWfFVbK1SE { width:47.75rem;height:2.1875rem;top:2.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9aQoLUz0x0EbAQU2EuICfk4RbfXrIDN { width:23.5rem;height:10.1875rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZVTwTJhiPCKH7apcoXnXStBdmsiCqsG { width:3.875rem;height:3.875rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmBIFhyAP4H68OgrrtXzPqEX61TGEpTl { width:19.9375rem;height:6.1875rem;top:11.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShMTAoXGrGLMJfPirKhVOK2oyzsKdn9J { width:9.375rem;height:0.4375rem;top:1.4375rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #guxdXSESbNRiwSQ1XP2fcBz1HCQ7ct0V { width:14.375rem;height:15.5rem;top:7.8125rem;left:16.729166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVkkMOlTekVP09LhGUEcJ9GJcFXE71fQ { width:28rem;height:10.125rem;top:9.125rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmPMAQKUahKuPnT4gOqLLuc54XKD487c { width:3.75rem;height:3.8125rem;top:11.4375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo1uGa81QTVsOU2se1348TxumcbkBbdq { width:27.4375rem;height:8.5rem;top:48.125rem;left:20.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OCowzRFPAVRzDaHAgJbn6FipoT6bA3cA { display:block; }#OCowzRFPAVRzDaHAgJbn6FipoT6bA3cA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1A5KPlTWuadF8N2IPwgwIXQ3M9M3l3t { width:47.75rem;height:3.625rem;top:28.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqWnlQLrvTyMClHraBRtxQGp3tcBmSvC { width:27.8125rem;height:3.8125rem;top:34.625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHIZuxSMKBDDWfldCQ2kERkDRKfxH4IR { display:block; }
 }@media only screen and (max-width: 763px) { #SaQ9DULwnuMnQsG8thST35VF7EKSb7hl { width:47.75rem;height:4.8125rem;top:1.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT3BzRVCGITTv5Gz6g2rwI8dd7vA1vwC { width:31.75rem;height:13.9375rem;top:10.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXrogJ0XBD2AKc2XrQi9NxKMB4tSolzq { width:27.8125rem;height:21.5625rem;top:5.9375rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN0ZLziks6utBz3NN7CgfXaeRzhyhwbf { display:block; }#UN0ZLziks6utBz3NN7CgfXaeRzhyhwbf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpV8sRfIMU4cLDmKrOKO1eTs2Lhm2k5I { width:44.6875rem;height:4.0625rem;top:1.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI53qkNcipASLw3y3EBSHfG0ITFotVhH { width:31rem;height:24.125rem;top:10.75rem;left:16.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k50ZpgrvUqTaVO5fm5bsPAE3sQf1d84X { width:23.1875rem;height:2.125rem;top:7.75rem;left:23rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARkIHUtBwGFVyrPJI6g7QJIVswH7W3mo { width:22.8125rem;height:28.625rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9van0n9hvRhtI2xIZ69sRlaW2OnqMTC { width:47.75rem;height:12.6875rem;top:38.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtHw5OqI8Pp6TJQbTNmo8DWc7mSZ6E7I { display:block; }#XtHw5OqI8Pp6TJQbTNmo8DWc7mSZ6E7I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w1DHwxdHg1EEsdGOcLSfWwS2FyAwcdHL { width:47.75rem;height:9.4375rem;top:6.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS8GZqyTUT41NGasf5oeMJTcOHpQCJRV { width:23.1875rem;height:2.125rem;top:2.5rem;left:11.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKKAtXd4AW7TPvuhOwds4RZELXxCoS8g { width:47.5rem;height:40.125rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd9k1Cl2yIUaWSUcZTW9dvycysQ4LBnQ { width:26.5rem;height:33.0625rem;top:21.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIvULTCf5UqHX6kpixo0X6kipGXibnB9 { width:23.1875rem;height:1.875rem;top:18.75rem;left:14.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp9DCG6Su0pMN6PAiTVpFdCvpswVzV8W { width:26rem;height:34.3125rem;top:21.375rem;left:21.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS3XBI2dXvkXn9yPgk8tTwkAa46QnBTv { width:0.125rem;height:34.75rem;top:21.375rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2hCDfd10T10HAU6LHEC1Z3KtzTamJ79 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wn9cGvA8CsUgMKb5Fw6SRh5JImznLAH2 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xxIZ8UK8P0h18bKf6v7MztOQBTsQqxLo { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qvHOul9DWPeLkWhr4TcFSXUXBNlEk0q1 { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k0BdepRn4pCpUQWTO5ZM9F8wXNyh9a98 { display:block; }#k0BdepRn4pCpUQWTO5ZM9F8wXNyh9a98 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ue41fw2Vg6GK7mqtL8ATZezEA8Mdt6TP { width:25rem;height:3.8125rem;top:57.9375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcSnFVrXoh9PuZeZ3444kfTETohlTuTX { display:block; }
 }@media only screen and (max-width: 763px) { #UQ2zyptL0DuunZDi4LR1C06c7hWN5Ws4 { width:9.25rem;height:10.1875rem;top:13.375rem;left:6.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HultUJ2exmUyxtmFLTrtiQt4Uksv1Ph8 { width:19.4375rem;height:18.0625rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNreIFTu1d5lpdrUemnJwgn1FcnmRsne { width:17.0625rem;height:1.5625rem;top:9.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT7tCsmwKtF8gpdTJTutdsUIte2SQU6q { width:16.3125rem;height:0.1875rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP0zTk08VTt8r6NPTGmqAzS9NDhQyxI4 { width:9.6875rem;height:12.125rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fypDTC5BZye2bvTPTEATULNNpq7uLP3E { width:19.4375rem;height:18.0625rem;top:8rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXarGT4Pxy05bMZaIp56dseJVumVOzTx { width:8.8125rem;height:10.1875rem;top:13.5625rem;left:22.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKOnhTVuTGZ2PHG0LU74elnT5rqntLCC { width:9.6875rem;height:12.5625rem;top:12.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1bQ1TtyQnK8HTyc4QnCmcwB8haHgcD3 { width:16.3125rem;height:0.1875rem;top:12rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHZtF1rgIzRRMWWnib1pL2ieZqFGkn1S { width:17.0625rem;height:3.125rem;top:8.4375rem;left:14.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrByUV3lZzCQvskZTs5TlpJXlmUdZXgR { width:9.25rem;height:9.0625rem;top:13.625rem;left:38.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMr2Fw6SiirTbhzLhi92Iq22UanPGQeU { width:19.4375rem;height:18.0625rem;top:8rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ5mKdfxWkT9OcgDtA5Dt7GmcSPb5FAP { width:9.375rem;height:12.125rem;top:12.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXO6gdF6kATvONTaxXTfsBiXSXJDG7TR { width:17.0625rem;height:1.5625rem;top:9.375rem;left:30.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBOx9iMTm5IcWUnDBF2e0fzITPKP5CDp { width:16.3125rem;height:0.1875rem;top:11.875rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3MLrxc6lIllCbv0XD2nRwVlG3A7kZ1Z { width:19.4375rem;height:18.0625rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIifXnzmCIKr3EyiieoqDEXT9eAeTy6M { width:9.25rem;height:6.8125rem;top:33.1875rem;left:6.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e96PuU0HiDuH5TE4FlFLQ0ATV3OOcTxk { width:9.6875rem;height:12.5625rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ8DKtXFgqUioEEWQuBVIhWpZ3mpiwXZ { width:16.3125rem;height:0.1875rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLxrbrXym3e4D8wzCwDOsSrHLOrr8lzP { width:17.0625rem;height:1.5625rem;top:28.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ1T7JSMNmLkZWzxSUXmTvmdFkbsCtAT { width:9.25rem;height:7.9375rem;top:33.125rem;left:38.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERnQMz0O8VUTGRvOck777hFgEN70QZUs { width:19.4375rem;height:18.0625rem;top:27.125rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpXb8M8e4M7PuighaMhnEZ7UKrSPVwcx { width:9.6875rem;height:12.5625rem;top:32.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLwA7a6I5v8ShrJqz91cFzKBJbnHbUrM { width:16.3125rem;height:0.1875rem;top:31.25rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuzQ0Zp1kW0JQVKV0TesWoTDsPr2gx5s { width:17.0625rem;height:3.125rem;top:27.9375rem;left:30.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf3sAlgxQn9uruZfdpMr3WoK8ag0UTuM { width:19.4375rem;height:18.0625rem;top:27.125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKqfEXLSFIbKBgozHnVGZl4BKmlKNwaT { width:9.25rem;height:7.9375rem;top:33.3125rem;left:22.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1MPQTS6HesLd2XTIiVOfmxTqTBbiV3L { width:9.6875rem;height:12.125rem;top:32.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4d3G7J9Pqc3aw7XTdOtgQBtTQQttibU { width:16.3125rem;height:0.1875rem;top:31.125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFR1mIlCXXMnCLP5xBW4lRKr3oo2iaad { width:17.0625rem;height:3.125rem;top:27.8125rem;left:14.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQRWXTTW0kAPfufoQGGU39b2assLJcpI { width:10.125rem;height:9.4375rem;top:13.75rem;left:37.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ViqqA3vpqvFP5OVZdHa3BCdIuD1mVCoI { width:47.75rem;height:4.125rem;top:0.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA7CJ5J4iIiqEWANHGMQm6rRXJ6SnJTA { width:47.75rem;height:4.125rem;top:49.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVkLUVGKHOlE6Si9xr2UtOe1Vidy7nSt { width:47.75rem;height:9.3943538998838rem;top:46.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DzSDlHSffBXB6ztbRy13iS6gch6ksXtC { width:20rem;height:5.4375rem;top:50.125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FEfLZGLtuHmWLbqA9igHn9AcE3LOtVHZ { display:block; }#FEfLZGLtuHmWLbqA9igHn9AcE3LOtVHZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMrDSfGLPhBLxvsqyfFsFmtTuFvcywMp { width:47.75rem;height:4.1875rem;top:2.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q82chkCmuFRv6RssNdK49pVzOtlKKtx0 { width:3.8125rem;height:3.9375rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #he9D1oHk33X2kzqSmurpKHKcPpvzK3xE { width:47.75rem;height:2.4375rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPFFOeFW2qQAfv39958FcR2d4uyBBdda { width:20.125rem;height:1.625rem;top:11rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0Qdl8TXJ9EqFvrhSVzUbdUdxzoIi9Ep { width:3.5625rem;height:2.3125rem;top:10.625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9hS6n7KVy630LHmdL84FRIIirH3eMBk { width:47.5rem;height:14.625rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP0yQZLHKOKakU5drV4TrNqUw9OWKHcQ { width:47.75rem;height:5.625rem;top:14.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITb4KDK9A3EDQ8qIWROILR5QDMKDSKea { width:45rem;height:5.625rem;top:21.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTBdDHO61nnHam991HqUBOJFuwrLzoDy { width:1.375rem;height:1.4375rem;top:14.3125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTTuOdmsDEWsOt45EUBiV3uNQCB6STgW { width:24.5625rem;height:1.25rem;top:28.6875rem;left:23.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrZ2DolCtxQSxoBAFKUAaXQAmcdAaDbX { width:1.375rem;height:1.4375rem;top:16.5rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHXLTucNhk4Od7JaDgM81s9KE5TXtZQC { width:1.375rem;height:1.4375rem;top:18.8125rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfUdTb8JHQn512ZES37lK988RJlHT5Ow { width:47.5rem;height:12.9375rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6TqyThQgsZROngrVS8OvHQDZXOIJB43 { width:47.75rem;height:9.0625rem;top:33.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTgZIi3eAO2TQAsEQ9wPQvqCdUhQJHQK { width:3.8125rem;height:3.9375rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZrnuKT7nTWDug7L5DRHJqSs6M3NniDK { width:37.5rem;height:2.4375rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rN5CGnPqO5Sf4caeuZo9DaMokAJXHZIk { width:3.5625rem;height:2.3125rem;top:29.9375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdwTOzvWB9MTfqNEm4DdoKXIKrW0PcCT { width:20.125rem;height:1.625rem;top:30.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQHDpG1TdftM5Dohy9XAB8LqwOQfKogV { width:1.375rem;height:1.4375rem;top:33.6875rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFfScIkP9EGKbPdCWQbPdBxarXknzi8L { width:1.375rem;height:1.4375rem;top:35.8125rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #paK0zwzraSy4VtHSUTEbBNTFpT0zLQpX { width:1.375rem;height:1.4375rem;top:38.375rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITT5rpxZNSaLk90ZKJDUDtnvicnsiW0r { width:1.375rem;height:1.4375rem;top:40.6875rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUJJPws1UnvmxcSTnJ7v0zTT7ThXGXZX { width:47.75rem;height:2.4375rem;top:47.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJarruNuOWDITJppQavDRa5RD4TlELxq { width:27.5rem;height:1.625rem;top:47.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfqgemfZ3R68Kw9VC5bUSLDbrH0SidlA { width:3.8125rem;height:3.9375rem;top:46.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaOGwkmxeDvNlxg1X4KShqroSlIAo3bO { width:3.5625rem;height:2.3125rem;top:47.4375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfL9tMWPThGQb0mnXenbs6AHbrFpRKSZ { width:47.5rem;height:12.9375rem;top:49.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3JRUw3oWHv1XT2hyvJIXy3BM6VKM3y4 { width:47.75rem;height:12.5rem;top:50.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnpmxUq2VUoJ1nNc5Dc2OuOe5sccaqQd { width:1.375rem;height:1.4375rem;top:50.875rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4MUpPQ4o93dNdHbtcJcQuafAFL0KPGb { width:1.375rem;height:1.4375rem;top:53.0625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxB5O4q88LZSI7z1ZuRmzWk3q8ZfcXAD { width:1.375rem;height:1.4375rem;top:55.3125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnUoWaz1KpwdT31y9EIb1AhI68Aig4EH { width:1.375rem;height:1.4375rem;top:57.5rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Okym0AlUhREVoryJZlx3SeJHL5wv8piP { width:1.375rem;height:1.4375rem;top:59.8125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtmpWnpbb8oqy49d1Q13IPgTNN3woNJc { width:47.5rem;height:16.5625rem;top:67.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEENqvn8c4e73v13fLC0DVzKIoDP9cq1 { width:47.75rem;height:15.875rem;top:68.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qog2VfKsWbzFFziZByRRlh4Q2VpTKJc0 { width:1.375rem;height:1.4375rem;top:70.5625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULiWkfugT6K3Oo9NRwceSmsunIuIbRAd { width:1.375rem;height:1.4375rem;top:72.8125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMQBTmz3HK1ccKylCuKvp7pDVMTQSUdE { width:1.375rem;height:1.4375rem;top:75.0625rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlZekc8IfBfDaMhMQOPJpXyFRrGt9flU { width:1.375rem;height:1.4375rem;top:77.375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeoXoaHeKV8tlpQIitn2kwWbyZF56JCI { width:1.375rem;height:1.4375rem;top:68.375rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TboKyrrotb7kAvpcOuLivVbW7zc1DeO0 { width:3.8125rem;height:3.9375rem;top:64.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OinWTg0dnDnlSq0sRpKnGEBcS6ZpgV89 { width:47.75rem;height:2.4375rem;top:64.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk7AIz1OzpQU5zlJwZgQ9EKKqCKbl4il { width:3.5625rem;height:2.3125rem;top:64.9375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ54q7zdASa3hRvyRlPHX13Vc1UGpMxl { width:20.5625rem;height:1.5625rem;top:65.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UluTuUbaNuUQhA2ZiNAniBP75dsK9HNn { width:47.75rem;height:2.4375rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFzNmhcJ7EHw8qXDAkH5qWFU32pdwiwe { width:1.375rem;height:1.4375rem;top:21.75rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlEsQv7fIhOZhXhO71EfV79t8Um4i35i { width:1.375rem;height:1.4375rem;top:24.4375rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8mgeHdVbO5pIu4suOax5AKpuoEVipUk { width:1.375rem;height:1.4375rem;top:80.75rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp6DUwFV0hJLxKz4zWyoLTry7WCtQtPc { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nz12dakv6evrJW1a9WSTP7gVsloO4myT { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BV8X2qahvLJ9y881bVgbQM8ZITOA7Tn8 { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #udD1N31wiqACVL5TtEIOUUfAxNBIxons { width:47.75rem;height:2.4375rem;top:10.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tLFZ4TwEIlLLxXesGCZ0LHQ3SvDL9tGO { width:47.75rem;height:2.4375rem;top:10.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rnnxTleF6ZV6DOc3e45lPQTXlvQRnbfB { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJBa4XaH3KCOSO25AQdvRBT3W1TaQJdQ { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uNGTVeT40txyvVMAwL2sZX8TeHQ3hT9P { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mrCFp7UPJWxwOk7sXzUPtCN4gSw1vgUH { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DhJGpwZdmNeZgiSMynGp4vtfdFTvELSX { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EtDMATC4MRDXPuCMkeJcCbgxvQwyRarQ { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OR7k0KEex7ZW0NQeFJh7CJiaQLB9ydsD { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #u4hpBZQT0nk5GsrNk9wenMlXfWyInAEI { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTm39WIngpIaPr8y94S01z0U0iCc7MFn { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kd1XI5RMP2WhFBm0STZl0tOTBV0rxHFs { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KIcUKhWERmXg9Ce9SF7LJAIlGbGt8uOv { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DUq2bMTt4Ixw9I9d9kM1QEW5uLFtN2nH { width:1.375rem;height:1.4375rem;top:39.1875rem;left:0.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kp6y0fNNu0p6huOcXqwBk3mcMdZH60wR { display:none; }#Kp6y0fNNu0p6huOcXqwBk3mcMdZH60wR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XzTBtHgo2AQUoUOITT1JW0yvdgEuNTDn { width:43.4375rem;height:4rem;top:2.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA66tXTO66vFc303VNEz7R3hfTufGkFU { width:41.9375rem;height:10.1875rem;top:9.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4qczbB6o42ISLEOrrJm96KP42FpFrbp { display:block; }#a4qczbB6o42ISLEOrrJm96KP42FpFrbp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HP0rRlBM67MscN63FABb5MdDFeATbu0B { width:41rem;height:4rem;top:4.25rem;left:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDJnFxe1CU5qw7TfKZn3e9kwAp6NVCz5 { width:15.5625rem;height:8.4375rem;top:10.0625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1p5GdW7TKXSkswm1FLzb7ickqwzZfNz { width:15.5625rem;height:8.4375rem;top:10.0625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9lAsXcRNSChpMaxzx6P3Hx2MKQ6VprE { width:36.3125rem;height:2.3125rem;top:1.125rem;left:6.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tivtTVgo5uOoldawaxT6FynbnWEcpaaD { display:block; }#tivtTVgo5uOoldawaxT6FynbnWEcpaaD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AK5o00FvaJRzJpAaBfwR05oJRLE8TDAS { width:47.75rem;height:2.0625rem;top:0.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCrOAracVOThRguO9UJREr5BRJogTnnc { width:25rem;height:2.75rem;top:3.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnL0i4TV0i6kDkxd9g6RP3pwa3muQseg { width:11.4375rem;height:14.3125rem;top:10.9375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPrWnmmUTu0klX07BGpTZ1e0gG5sOHo6 { width:20rem;height:35.3125rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QctPTV7K7GSbWQswsN1kRSDOrRJ62LCT { width:16.375rem;height:1.75rem;top:26.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEqfXk4uDQgg5sCHiiWgha9BnNQCcMGA { width:7.375rem;height:0.375rem;top:28.625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKZXTW2Bio2F52aKphn9gS4iEB8xvcis { width:17.875rem;height:3.5rem;top:30.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2ysNrp4AcdPF4uTMHzl7FGaVqO6LFdU { width:16.625rem;height:11.3125rem;top:35.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukgsQPsqQpCK2xqIt8K947NDO5CGIB9J { width:19.9375rem;height:35.8125rem;top:13rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd67C405vRInEbTq369RGqIZK37xB10p { width:17.75rem;height:4.6875rem;top:30.8125rem;left:14rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRTEx2dzlPGH5uD44S04tu4ZJmskbaDg { width:16.375rem;height:1.75rem;top:25.6875rem;left:15.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RybSOhBkQ05d5xFe3eihKBlPe4TPD23B { width:11.375rem;height:14.3125rem;top:10.1875rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEMB6Tk8CpEb3eTsyZOQmVuppIyy071C { width:7.375rem;height:0.375rem;top:28.625rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0v47x5934EtW83dfLAzvFEJgo51d97u { width:16.5625rem;height:7.9375rem;top:37.5625rem;left:15.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDcsc95EOhg2SzGxllSFVO31FUCJnPE8 { width:20rem;height:36.3125rem;top:12.5rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOG9mFkOrkNWTpR9eTrIxsOvJ02TDMIS { width:11.4375rem;height:14.3125rem;top:10.1875rem;left:33.968753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8hqDNyyVgSeeWqqqMzxyVnIHTl8n4Wd { width:7.375rem;height:0.375rem;top:28.625rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziukbSPNgu7nTBPEpt2UWfe8ykSJbTTJ { width:16.375rem;height:1.75rem;top:26.0625rem;left:31.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI7TcRrukbiSZrZXdR3CSXBLicKLlMog { width:17.375rem;height:4rem;top:30.5625rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRDfwkbtLceVDXDA1x5Uvl3xVZEw1whL { width:18.125rem;height:10.1875rem;top:36.25rem;left:29.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESIAzLnTME61XcTw5mTSId0Z3CwspTvU { width:20rem;height:42.375rem;top:13rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e8S6tSX1uJmG5E7CoNiGcVZkHkJwb9NP { top:69.4375rem;left:18.125rem;width:13.625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm3yudKrNzK3m8KqKTHtp6iklLKBnFI5 { display:block; }
 }@media only screen and (max-width: 763px) { #XGZFvbFvSnp8TZTcTmJHmnFMfiDfw9Xg { width:16.375rem;height:1.75rem;top:25.6875rem;left:15.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gDuDI7giUz05TksoePRuCG9xaBTwbqzA { width:7.375rem;height:0.375rem;top:28.625rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zmEXXM9gTs4a0pH5cPCPfoJCovTm7yGB { display:block; }#zmEXXM9gTs4a0pH5cPCPfoJCovTm7yGB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQf4vxxhAm3d2yUWIPTrcRG0RqmbVNb8 { width:27.875rem;height:18.6875rem;top:9rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdlEDpQIex609eCaIM3KDst9IR0Tmel1 { width:47.75rem;height:2.6875rem;top:3.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehL70rvNyJKwb3DR51Tfd1sDRe96TQH5 { width:11.25rem;height:14.5rem;top:11.6875rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRyyX3IHAcCc62ruoTo57xkD8tFzAK0z { width:14.75rem;height:0.4375rem;top:0.875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzzM6OrNsMBkig4vnuWDSXRJfMZWRgG7 { width:16.375rem;height:1.75rem;top:10.4375rem;left:31.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FszaO090vHRITCCISTwbTsznwhK8ofZl { width:7.375rem;height:0.375rem;top:12.5rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsL0ElLMUiinfWe8Ofbqim23eEI3fRvC { width:16.625rem;height:2rem;top:13.5rem;left:31.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrAtvc36HqsJuFkyEorAOIABFTOJcSpP { width:26.625rem;height:18.125rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9CR7z9TI7OKfJU95z7HysDWL8k43cOZ { width:16.375rem;height:1.75rem;top:11.125rem;left:6.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGfDCT3vaKLECUSAD6BtAbz42TmwQliw { width:15.0625rem;height:2.3125rem;top:14.0625rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTcZLEETstbdZZpv51tXrQnUzTWECezJ { width:17.25rem;height:10.1875rem;top:16.1875rem;left:30.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTwyqeB8KoKx9mzw9C8Q57G9UMta6kUu { width:14.75rem;height:6.8125rem;top:18.3125rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lotITA0s4yIVTQBC460Upk37K8lqq9cd { width:12.5625rem;height:16.3125rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5VpO4WIF32kmxy141oe5zUJMOT0NL6B { width:7.375rem;height:0.375rem;top:13.125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iORztBZGkiLL9DZ2PDw8eyMeMvlIrp9Q { width:27.875rem;height:19.3125rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #skGwd6aW31f3xQ12xppSBOFWFQtyx6sf { width:11.8125rem;height:15.3125rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHIirP1WisJG6eXDicqRLGcM2WPHfvPp { width:16.625rem;height:3rem;top:34.5625rem;left:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASJBKnaS6Nkn9oFccgOpUJmyIfxXnbQ6 { width:7.375rem;height:0.375rem;top:33.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLKstMuNTcGKFo7P56vabq0pchQSkA1K { width:16.375rem;height:1.75rem;top:31.3125rem;left:5.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtiEz4l3OrUGtQS99z2VK52HQCOTUqcS { width:15.625rem;height:5.625rem;top:38.5625rem;left:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJaDmb9LaHnQTwQsDEiN9aHaSUN82PE2 { width:27.875rem;height:19.375rem;top:28.9375rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1u4TnN6mqoITTGGLFTD7PIEIJxbzlzW { width:16.75rem;height:6.8125rem;top:37.9375rem;left:31rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1WlTDfewMXx1NTakdWWzo8U3cNheFbe { width:17.625rem;height:2rem;top:35.125rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVza9gJdIDQraBkiTll3bbH9AzCiSBS7 { width:7.375rem;height:0.375rem;top:33.25rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAuvTrxxxX96TWeZTXrbI8akTuzhaEEp { width:12.25rem;height:15.375rem;top:30.625rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9WeqgXARo0QmUnqOvL25a5LoGNmrKU6 { width:16.375rem;height:1.75rem;top:31.125rem;left:31.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP380IlhVQlQEJ78SEZ9y70mMg3pCrDM { width:27.875rem;height:19.875rem;top:50.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCk8VS01OzsyuBnRam1OA07oFRrTqsS3 { width:11.1875rem;height:14rem;top:53.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcIw1Ndc2N2n3iXstw3IaP9uaqTzFoCv { width:16.25rem;height:6.8125rem;top:59rem;left:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F66BhdvbPqSvbuN5WT7SzUub3J903OGW { width:16.625rem;height:2.125rem;top:55.5625rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJgy6A5PS7fN6FuZUw9toA0bSzy3AlTM { width:7.375rem;height:0.375rem;top:54.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq4qQUovvXmbDNKtvVmhqH64t07Tiegw { width:16.375rem;height:1.75rem;top:52.0625rem;left:5.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7p5icLB9EUh5Qb2n8pw4g0FzkSmPV6S { width:12.6875rem;height:16.5625rem;top:51.875rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kh0a81tTFXW8DyhXafGgrU818zyNTAhU { width:27.875rem;height:20.0625rem;top:50.25rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFTT6FhqDVvvCB4fbE4P2AnhB9aCrrly { width:16.75rem;height:6.8125rem;top:61.125rem;left:31rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCb8KEkiHTZm3aveTzhbs2KlaOqTI8fH { width:7.375rem;height:0.375rem;top:55rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds5qC54GqwHJ9KZrdw2miGsoPKSREJC5 { width:17rem;height:4.3125rem;top:55.875rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3v4mmtPkZuXi6TkRbTXNvlE4TsqFcmD { width:16.375rem;height:1.75rem;top:52.6875rem;left:31.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLQilfNS1HLxXBB7gFXGtZZzRbaidrsh { width:47.75rem;height:17.9375rem;top:72.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuyMoZulPfDmyDlKr4o63keKC4c91TJ { width:13.5rem;height:16.9375rem;top:73.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pktV8CIb4AXXrpgLhclL83iL159mZvSg { width:11.625rem;height:14.6875rem;top:75.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #htZd7Tkx50g1lauq1ezXrfCe9OocZ3wh { width:38.4375rem;height:1.75rem;top:74.6875rem;left:9.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL3Gb0daAmVfAzIGBLbGqAgeU26VPwXg { width:30.9375rem;height:0.375rem;top:76.8125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uso34uq12iav5LBeB82qQxxwLWZEScXo { width:36.625rem;height:1.0625rem;top:77.4375rem;left:11.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZQz2BTKso0E7lLAwJRnCvDZB0wRlUPO { width:25.25rem;height:1.25rem;top:78.875rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqAiTRayh54wA2dczw6bUWoO8gNJPJo3 { width:34.875rem;height:5.625rem;top:81.625rem;left:12.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szqiwoetLLT1piNM6XvqIInhqSdIa648 { display:block; }#szqiwoetLLT1piNM6XvqIInhqSdIa648 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jw1EH8M4TBQeGi2ZGzLUVXoNDVqRL6c2 { width:18.9375rem;height:2.125rem;top:11.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxEhHXZzc2vCW9TGe9zQVibeGxNurea8 { width:12.5rem;height:3.5rem;top:18.5625rem;left:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX89fkgqvnPeZW7RTBfWTmg6TtttoGy3 { width:12.5rem;height:2.125rem;top:14.5625rem;left:1.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnwCzf19PHeOht8E57WOLTxbl4TsNvNm { width:12.5rem;height:9.8125rem;top:22.0625rem;left:1.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuMLEWesZcQ8NWtWIEw64HPQwa79HMrS { width:12.5rem;height:2rem;top:24.3125rem;left:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUJFfVcSPXBwXTPpVraxBietSTeBiPVL { width:4.8125rem;height:1.875rem;top:22.8125rem;left:0.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUUmgmTW97wV5CdSvTfSt2JwQKwmAefT { width:4.8125rem;height:2.125rem;top:24.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJwnBfCI4fIKdxvxATpQbC7aJs8Ezqt7 { width:4.625rem;height:1.75rem;top:20.375rem;left:5.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T50KSGTKB351G1NiAQ5a0qWCXlRcGR9L { width:13.375rem;height:1.1875rem;top:27.1875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT2vfd468nKXMa5Ul9rmDLxekxlAmypl { width:14.875rem;height:14.9375rem;top:17.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV8yT00ybbmuMJ0zDk6NPveRuQrwT7IW { width:19.625rem;height:26.375rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpIq0zmLi8yhoA9mHhc0BahaJauU0QSc { width:8.5rem;height:0.9375rem;top:35rem;left:7.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uZrGT4pWyExF8K0lsgq4GKwkKXPncCgG { width:2.75rem;height:2.75rem;top:34.0625rem;left:6.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvaIPHT623mkVOBqrzhWHAKKdp6tcxGF { width:6.875rem;height:1rem;top:34.75rem;left:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD620biSGQFK45Ho9JRF2CHPT3O2GeMN { width:2.75rem;height:2.75rem;top:34.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFU6vxgxrzpna1w85mkzTxvddWxRq2ol { width:4rem;height:4rem;top:13.6875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5BT7EVcECQmrTqROBMqqxQ8wgPmTITR { width:4rem;height:4rem;top:13.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs9qJ3IVzHof9Op7MPefEor9UhLIrlbd { width:13.5625rem;height:2.625rem;top:29rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUSHBxMuoPA7gLrtBJb5N7kJu449OI7T { display:block; }
 }@media only screen and (max-width: 763px) { #esAo65mb6QwzRSL8IgbAt9wupzJSI1dq { width:14.0625rem;height:1rem;top:33rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI0v1l7bfSP61IOUoPSUD8OaafaAZyof { width:19.625rem;height:26.5625rem;top:10.5625rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR5RawWKr2afndfF451dKlQ4WOTOQq9G { width:8.5rem;height:0.9375rem;top:35rem;left:23.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #seq4Xbt6svwlLy80kGd1udLTU3FzJT5t { width:14.8125rem;height:11.6875rem;top:17.875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUfToBQhReIAya0hFnZAJxl6pIJzo169 { width:14.0625rem;height:1rem;top:31.875rem;left:16.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQwtFsBxT6RTvgP1cRQGSBqGrO1JLr4Z { width:12.5rem;height:9.8125rem;top:22.0625rem;left:17.5625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brIxt3wLQTkCsF4pSm8Pi28WifSxh7ed { width:13.375rem;height:1.1875rem;top:27.1875rem;left:17.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJGmmm6vccSqwQSvcvg0HTFE0L7UHJgb { width:12.5rem;height:2rem;top:24.3125rem;left:19.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLMCBvwCSmOxblGluoOgBtoETlMVNVAS { width:2.75rem;height:2.75rem;top:33.9375rem;left:22.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhzZRw7zp9sVteMI1TGMl5k4ZfcWC3QC { width:12.5rem;height:3.5rem;top:18.5625rem;left:17.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rws6mlc6TvbI5iv54T7B9rg77BdwnmTQ { width:4.625rem;height:1.75rem;top:20.6875rem;left:21.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNl9Ly11TXdfSNcdwUGfh4bc34ctkWDd { width:6.875rem;height:1rem;top:34.75rem;left:16.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIW34i167WcC8emBnCx7fqAHT8I8Su93 { width:4.8125rem;height:1.875rem;top:22.6875rem;left:16.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFR2wEZPAR3FxVT7v52rRVIJGrMDBmdg { width:4.8125rem;height:2.125rem;top:24.25rem;left:16.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6R3bMCq5cA0RczwWsrhFVT5GhMTwIkN { width:12.5rem;height:2.125rem;top:14.5625rem;left:17.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na3B7HT4JyRIEQLGIyygUn7ayh6zvZGv { width:2.75rem;height:2.75rem;top:34.0625rem;left:15.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euudHcdLhTwPm8BR4Nt2EWJsdXJoGrBe { width:18.9375rem;height:2.125rem;top:11.625rem;left:12.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #su0u7im0SVMI5O5rPlWqtdAu8qIhPKgb { width:19.625rem;height:26.1875rem;top:10.6875rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRPMiaiNK4IXuhfpWuuTFNf42FFMhsQp { width:8.5rem;height:0.9375rem;top:35rem;left:39.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsekSGZmntRPkD9BNpNCo8t00ve9GnHO { width:14.0625rem;height:1rem;top:31.875rem;left:32.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvraitTzSLhRkJrQZeWV3MKcgnpxDedT { width:12.5rem;height:9.8125rem;top:22.0625rem;left:33.4375rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Erx38yGAeUhCGUnWEvUK8kkBBf8n0Gvz { width:14.8125rem;height:11.6875rem;top:17.625rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #znIJAfsCwMporfODqHNBIBsBrT7Q1qGp { width:13.375rem;height:1.1875rem;top:26.375rem;left:33rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc6bFh70mkI27BBFR87svrIXQERtkn66 { width:5.9375rem;height:2rem;top:24.3125rem;left:41.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOwAD8WPvRpXsA0On6v6MTMb2S0GCSGz { width:2.75rem;height:2.75rem;top:34.0625rem;left:38.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxVl9yCiiVB77yuZ4AMWZD2Pb4qEXzy7 { width:12.5rem;height:3.5rem;top:18.5625rem;left:33.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsPS0bITXBozLgbED6ZdmO22uSLwULm7 { width:4.625rem;height:1.75rem;top:20.375rem;left:37.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUTLsS86mrhUTifgW5q3PrEwmGEwT1fN { width:6.875rem;height:1rem;top:34.9375rem;left:33.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqGaSscxMg0LoRLOZe6fEBfDiAwobpU1 { width:12.5rem;height:2.125rem;top:14.5625rem;left:32.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5wCg8C2gitfbJap7ScMb8P1sI3d6WXr { width:18.9375rem;height:2.125rem;top:11.625rem;left:28.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMp63omIrcQQoT3eVSQcSxuXhT65th1w { width:4.8125rem;height:1.875rem;top:22.875rem;left:32.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0LrnResLkD33yKh0aSHwmAtB6KGn8O3 { width:4.8125rem;height:2.125rem;top:24.3125rem;left:32.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTumEQzmtGB7JwVG3HdrpOeim1FSMBui { width:2.75rem;height:2.75rem;top:34.0625rem;left:31.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #anxNLZU2e1ZllTZh2Q6QBtCQ9LDQbofX { width:47.75rem;height:2rem;top:6.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef7H5ycptPzZhaZuxWBmvbqKWxOwE0yW { width:47.75rem;height:3rem;top:2.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoGTZJmAfckVz5FP6XRAJwgs5UV6buc4 { width:8.5rem;height:0.9375rem;top:35rem;left:7.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQu9CyEuTxAMvXRhCVp1TxE4hBfgHZiL { width:2.75rem;height:2.75rem;top:34.0625rem;left:6.5rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qBA3SOBfdNZr4EhlDV9b6p1yDgFTJUkT { width:8.5rem;height:0.9375rem;top:35rem;left:7.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tq2vU6Wvyk9dPlsMhkdO1vTeTdA0KCFf { width:2.75rem;height:2.75rem;top:34.0625rem;left:6.5rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Di6TGcaXxCQWq9D6MXDfyTAvuLQbuhOB { display:block; }#Di6TGcaXxCQWq9D6MXDfyTAvuLQbuhOB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OIc8EF7aL4l0TbpXILdUMJrBPETbs3wc { width:37.5625rem;height:36.8125rem;top:10.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNzqJyiH7K2B2KUe9V9Z3WHZiiOH4Lca { width:47.75rem;height:3.375rem;top:2.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9qLo5RqKStvdXClITJpGsrlbhtfCJau { width:26.9375rem;height:44.875rem;top:7rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wggOXW33robFBpUi6AtQH3R7KuQsd4ii { display:block; }#wggOXW33robFBpUi6AtQH3R7KuQsd4ii > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UcgJTnSF0xsJLIDTwCTAoQ3GDu6Sd2eJ { width:47.75rem;height:1.5625rem;top:1.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiVqSBqMkTCUmxVBCOZGIfa2g6JUsMse { display:block; }#IiVqSBqMkTCUmxVBCOZGIfa2g6JUsMse > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EFEs5FMps2SecveIfyT61QQL8QRpRbK7 { width:30.6875rem;height:37.5rem;top:5.625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndQRHtJDU02iMuDnKVmxqPzTPSWqkavi { width:13.6875rem;height:2.4375rem;top:18.125rem;left:17rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIlImfQQOsVKc2471zFTZhVAAm4TL2vA { top:6.625rem;left:19.75rem;width:8.1875rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXVlbOEW7SFB3RpmO4dVbvIoWE6VVlt6 { width:13.0625rem;height:1.625rem;top:18.5625rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz6SvUynogwWW97QMfxkFKbUKJeyGkU0 { width:3.125rem;height:1.25rem;top:16.8125rem;left:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T30CDG28TkAFIT7bHVTagVEwCbTag6r4 { width:3.125rem;height:1.25rem;top:21.0625rem;left:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnamgeMoB5slHuv3lCCc58WdDsCU01ah { width:12.5625rem;height:7.625rem;top:21.3125rem;left:17.5625rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTEaBowfz1bTpiXuan9f3hUl6Th4qxXv { width:1.75rem;height:1.25rem;top:26.1875rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ0p8HEOdXW8OfVJxp7Zg55sEs3k3eTM { width:1.75rem;height:1.25rem;top:25.25rem;left:15.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbhR5BLWzIP9mtANqS3wbSVyGdUGlnOL { width:3rem;height:3.25rem;top:23.1875rem;left:29.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVyTdUOvEqR1heHMU07h72bUuvzr14kJ { width:10.9375rem;height:1.25rem;top:28.1875rem;left:18.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkVSKeAAvsXMJHK20TnPuMGXTPqHyNbu { width:26.9375rem;height:4.6875rem;top:30.3125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwa7BKXHcqcT9XsUJbV30tNc6K5twr6k { display:block; }
 }@media only screen and (max-width: 763px) { #E6mHicpGJpBcT6uCJh8mIiHPTwOLv17u { width:1.75rem;height:1.75rem;top:35.75rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWl8ivHilmcfacLaLfNshsve4QLTqsIT { width:1.75rem;height:1.75rem;top:35.75rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBO4sOgvRKeXDGcBZB53R5IGenp0v7E6 { width:1.75rem;height:1.75rem;top:35.75rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMG52xrdF9hwk8fsbqPK4qwaA0LvEJdu { width:3.75rem;height:1.5rem;top:35.875rem;left:13.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0wcofryGoBkVg8DgcQxiNagKW9RmTcA { width:9.75rem;height:1.5rem;top:35.875rem;left:20.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7RbAWyfEhRseZKBnDy9Suklb4HQPnwm { width:5.125rem;height:1.5rem;top:35.875rem;left:32.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAfeikDgTiCr5HGSSWgbTMvhJRyTcaEB { width:47.75rem;height:3rem;top:1.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQT2dL2wV4zvT8pVnslBui5rT7HmckvT { display:block; }#UQT2dL2wV4zvT8pVnslBui5rT7HmckvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LURRHG3zRTrwQMFp2lTtnkdq1TaFSHqP { width:36.9375rem;height:10.0625rem;top:7.75rem;left:10.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqVev97Vs4MmEAEg8kWfKzVOesxKnu9a { width:29.5625rem;height:5.125rem;top:1.4375rem;left:16.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWebSNloSNy7bpOPpZX4BBecRtNQF7mQ { width:20.3125rem;height:18.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTno13vgtZLSHwaDa9qflnRE9Af6iQuB { display:block; }#TTno13vgtZLSHwaDa9qflnRE9Af6iQuB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUkbqfbp85PNIweoATbffaAvxfyAJcSm { width:31.875rem;height:2.5625rem;top:1.1875rem;left:7.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #By0UC8Lst5zDWDUHUnDJ93aIzUvLSqZC { display:block; }#By0UC8Lst5zDWDUHUnDJ93aIzUvLSqZC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omF3wCRTbbdaFNIBphyaTtsnogLxTi4K { width:47.75rem;height:1.5625rem;top:0.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEPATpucAe5xUWncrMxqXQhtIkA6Qk0U { width:1.625rem;height:1.6875rem;top:0.25rem;left:46.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRxoDGIMxaVlWlNwxOBTWaeLFwQXfGD9 { width:47.75rem;height:2.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5ZN0lsTCs00BTyLHUretAG978wdSDNl { width:1.625rem;height:1.6875rem;top:0.1875rem;left:46.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9It7Q1DWv07aoTE9PPVIQkszK8hFEUr { display:block; }#J9It7Q1DWv07aoTE9PPVIQkszK8hFEUr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhMsrDHJpZtfupvQF1Rlliv0x5KFSkg6 { width:47.75rem;height:3.5rem;top:1.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APTLfgHKxusPrhuNwtnyLH40r2shKt6k { display:block; }#APTLfgHKxusPrhuNwtnyLH40r2shKt6k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TU7tttE1lwwEXmVacIcMrbNepRBxnpKw { width:39.6875rem;height:1.5625rem;top:0.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVdBaxHBahsvTUMSpQSyMC7HfZcTrPu6 { width:1.625rem;height:1.6875rem;top:0.25rem;left:46.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASmrZ33VeDTKn7gyimmububzTClaIPt5 { width:47.75rem;height:2.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3DVvPA4Aw0KSRdTfnCl5XZzCdOqm2ML { width:1.625rem;height:1.6875rem;top:0.25rem;left:46.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqAE3S0f4zhXNeVsfZHVAbeIzQsvt2Vv { display:block; }#JqAE3S0f4zhXNeVsfZHVAbeIzQsvt2Vv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDBpuVovZDmJyxGTfSdUcgTSshrceqe9 { width:47.75rem;height:2.3125rem;top:0.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMX52Sq498J1Hm1TReOvXD3B6HyIlef3 { display:block; }#hMX52Sq498J1Hm1TReOvXD3B6HyIlef3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJcIGBKdf0IZA728cw9De1fTrXJIA8ZL { width:47.75rem;height:1.5625rem;top:0.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q09BHuAL2AL7Nptk72h6f6JeTRuuQ4zK { width:1.625rem;height:1.6875rem;top:0.25rem;left:46.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev5mhVeL74tCXmRdcOnUWx1hSPaRnTme { width:47.75rem;height:2.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhD6hM1D7KgGhw6SK3Kwk38lVGprDFH3 { width:1.625rem;height:1.6875rem;top:0.1875rem;left:46.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsd0w1Re6FF73GsGVITIiCHGrfnEQT4w { display:block; }#Lsd0w1Re6FF73GsGVITIiCHGrfnEQT4w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pNIVeUJ4fr0Kvqwoa05lmqlH2WHpoWvV { width:47.75rem;height:3.5rem;top:0.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKSM4LyZSt6bt0qDN1uW10au3OraUOEV { display:block; }#sKSM4LyZSt6bt0qDN1uW10au3OraUOEV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZzkZUtRlmWdrOkfT6sSNQ1DMTTAin7rT { width:39.6875rem;height:1.5625rem;top:0.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDutLeKXrI23W5i7fKdqdvQ62wftfBl3 { width:1.625rem;height:1.6875rem;top:0.25rem;left:46.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT7JRlzd0wvsnbAyfm4a6ZrPtBzo4olC { width:47.75rem;height:2.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dnt51BK3OFkpksWRyziCXsNpHSARF4OR { width:1.625rem;height:1.6875rem;top:0.375rem;left:46.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJaJDEBrZUunxV5o9u0N6UywmL9SEni2 { display:block; }#uJaJDEBrZUunxV5o9u0N6UywmL9SEni2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BL3yRSZrFfXuCuFVQx5vnSLNdK5DuunS { width:47.75rem;height:1.125rem;top:0.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #asEWmEdTxDfCs5Ro19weobfG1yNcxA9O { display:block; }#asEWmEdTxDfCs5Ro19weobfG1yNcxA9O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hL5ThNmkuTz5iJ1c5vdNdAaTfBntGnh3 { width:39.6875rem;height:1.5625rem;top:0.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT1TrAqexniIGwXzBkxPGLV8zrHdHQbx { width:1.625rem;height:1.6875rem;top:0.25rem;left:46.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6pd32sLu8GsMu14rDW216LRHU1nsKP9 { width:47.75rem;height:2.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK2Xk6eTRAr6eS2z8T16k8T6f1rGtVIf { width:1.625rem;height:1.6875rem;top:0.375rem;left:46.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDDOOSTeAMcX4VKp6eZgzDquNAiebMnT { display:block; }#nDDOOSTeAMcX4VKp6eZgzDquNAiebMnT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0LutcaVESQI3f6d7BoJNRmwvCBpde1h { width:47.75rem;height:7.0625rem;top:0.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytI9o7Gi6g1S9g8ns3UsAOlR7v04EnBi { display:block; }#ytI9o7Gi6g1S9g8ns3UsAOlR7v04EnBi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n5LpmaSSTLduTipN7Jt1k0RHe7e4dpAo { width:47.75rem;height:1.5625rem;top:0.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIsJHOZ80A3gk3fUJ78dnyZRwHL3pLwE { width:1.625rem;height:1.6875rem;top:0.25rem;left:46.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRCMyVVx77cE7I0D3n3OlN61b9qOH9v9 { width:47.75rem;height:2.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbNzKWu8ZW1J6zIPrXcfUU03cFZQTrPL { width:1.625rem;height:1.6875rem;top:0.1875rem;left:46.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4iuMtvX41TVOg3DweLUWV2bgHN6h5G8 { display:block; }#c4iuMtvX41TVOg3DweLUWV2bgHN6h5G8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZFT1ZD7a0ceqfodOtNzVgGHUFZ8H9o9 { width:47.75rem;height:1.125rem;top:0.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection { display:block; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #IIfe2xORN7HcgTObnTn1V7xmDgGfFKPH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IaBA4oq9ekxgVhu09dvT0xqVlMKdvnbl { display:block; }#IaBA4oq9ekxgVhu09dvT0xqVlMKdvnbl > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dluNxe2oTsPBrc0yk2l8AEE8En1lCgX8 { width:20rem;height:1.94921875rem;top:0.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M47r0QTQWdHfRRL9OVlcVprrDWBQXJgC { background-color:transparent;background-image:url("https://images.assets-landingi.com/IsBNpoCC/01.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#M47r0QTQWdHfRRL9OVlcVprrDWBQXJgC.adaptive-delivery-prevent-bg, #M47r0QTQWdHfRRL9OVlcVprrDWBQXJgC.lazyload, #M47r0QTQWdHfRRL9OVlcVprrDWBQXJgC.lazyloading { background-image: none; }#M47r0QTQWdHfRRL9OVlcVprrDWBQXJgC > .row .container { background-color: transparent; background-image: none; }#M47r0QTQWdHfRRL9OVlcVprrDWBQXJgC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(45,18,91,0.51); }#M47r0QTQWdHfRRL9OVlcVprrDWBQXJgC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M47r0QTQWdHfRRL9OVlcVprrDWBQXJgC > .row .container > .video-iframe-container { display: none; }#M47r0QTQWdHfRRL9OVlcVprrDWBQXJgC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(45,18,91,0.51); }#M47r0QTQWdHfRRL9OVlcVprrDWBQXJgC > .row > .video-iframe-container { display: none; }#M47r0QTQWdHfRRL9OVlcVprrDWBQXJgC > .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); }#M47r0QTQWdHfRRL9OVlcVprrDWBQXJgC > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1eek3QKmTpNNEZAhzH7o3wXTuWRU3AE { width:20rem;height:3.6rem;top:28.797584533691rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5EJOEEOGqT9Tp5eNacskQ6CVHsHr993 { height:11.0639375rem;width:20rem;top:16.509943008423rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qGdod45KKEk3MFAmIpmxF90RwSZdBKum { width:20rem;height:4.875rem;top:5.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPtFTI90croqIWFJFqM0CfekWTAyemhJ { width:20rem;height:3.41015625rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAkaQckCWyi1LegXmmFvaPvlaLL5Frus { width:19rem;height:3.8125rem;top:24.25rem;left:0.5rem;font-size:0.875rem;box-shadow: 0.0625rem 0.0625rem 1rem #1e9052 ;display:block; }
 }@media only screen and (max-width: 763px) { #IQ0BvgQsN7XRAKVOCFzKhwIxArTwu0dm { display:block; }
 }@media only screen and (max-width: 763px) { #TBIKAT837FaglmVUQOWJ9MgAS4rWarSr { width:6.3125rem;height:7.375rem;top:1.3125rem;left:6.8437502980231rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJ4rcWIoWNnOWxHxmWbvBtrEDLDKAMTh { width:11.5625rem;height:20.604967948718rem;top:29.3125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdZLTQ8ep2PVusocuUBouyC2S1DxVzaG { height:11.203125rem;width:20rem;top:11.2294921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urx1SevOyJpfzPHK5d7Vqht87numTsyz { background-color:transparent;background-image:url("https://images.assets-landingi.com/IsBNpoCC/01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#Urx1SevOyJpfzPHK5d7Vqht87numTsyz.adaptive-delivery-prevent-bg, #Urx1SevOyJpfzPHK5d7Vqht87numTsyz.lazyload, #Urx1SevOyJpfzPHK5d7Vqht87numTsyz.lazyloading { background-image: none; }#Urx1SevOyJpfzPHK5d7Vqht87numTsyz > .row .container { width:20rem;height:30.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HfDGRbwiz8hraqoropRCcbV7N3Xhz8Ca { width:20rem;height:3.6rem;top:28.797584533691rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yDwyUZHe411PgtJNKNGoOKVlCnVLQBpC { height:11.0639375rem;width:20rem;top:16.509943008423rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HtOZCqqAcrogrOlNIwgFawuNeyqFO8k6 { height:11.25rem;width:20rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5EcoMshKTpZ8mEIf6hhlCaRxpX3IugT { width:20rem;height:4.875rem;top:12.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJL8Ll2JgqyUZ14ZdzfoRn1I5N8S53MI { width:20rem;height:3.4125rem;top:8.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyL1N14nFbTZcnrHTCcUG3q8uUSL20nl { width:19rem;height:3.8125rem;top:38.25rem;left:0.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZngSuh6K1Tyugo76ZNDmgt7uZgF94zB7 { display:block; }
 }@media only screen and (max-width: 763px) { #fmOEuCeH9uXgdkzATCeDM12S4IN2I08X { top:0.875rem;left:7.0937502980231rem;width:5.75rem;height:6.6875rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EbD8faCAWNlI0h8DsPTQHAEZGTehcoAC { display:block; }#EbD8faCAWNlI0h8DsPTQHAEZGTehcoAC > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dyoTIa1vB0adFRpyyOwWbVWfIk2AMSaL { width:9.125rem;height:4.875rem;top:6.6875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;color:#414141;display:block; }
 }@media only screen and (max-width: 763px) { #FNd6MUW6B3PuJHmAA6zdKa8fJNie7rio { width:7.6875rem;height:6.733375rem;top:6.3125rem;left:11.5rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.1;color:#484848;display:block; }
 }@media only screen and (max-width: 763px) { #rg0k6JOqniqa0mFUbX7o82XHWKFkPDFP { width:7.4375rem;height:4.80956875rem;top:15.5625rem;left:1.25rem;font-size:0.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X2qS3cXv6UXinnU4uIgQfbNpv3CmTE0A { width:7.625rem;height:3.84765625rem;top:16.0625rem;left:11.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #u0OmDhmSDgwuThuPti2T4TXV5WvSD0rR { width:19.5625rem;height:3.25rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXtRIm69n9k0TctpHUaBN0QntXdvufxX { width:9.875rem;height:8.625rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3hCpKwF8aTPFt5NRATG3cyBBbVFAq3E { width:8.375rem;height:6.625rem;top:19.4375rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQVsEtxbpB8DDoHXR65ls6IXFDC62upW { width:9.5rem;height:8.625rem;top:5.25rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8ucyXJpmVAciGkB7v9TpV0okML2Rbh3 { width:9.9375rem;height:7.875rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHEEQZUTccMP3QpHKI6FmHW2onZxK0sk { width:9.375rem;height:7.3125rem;top:32.3125rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CR5zgHlihqo4ySv7NC9TPb9yt19X7oiy { width:9.4375rem;height:7.9375rem;top:14.3125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNMkzl1UbpSyDpqJZLvv5HTrsdgs8m2y { width:8.6875rem;height:6.875rem;top:6.8742895126344rem;left:5.6250001788139rem;display:none; }
 }@media only screen and (max-width: 763px) { #fpxBr5oiXkPnn5DvlTgUkRzJ9eGGHfKd { width:8.8125rem;height:7.5rem;top:44.1875rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XnGgZ9pF8rhx8U2dIgUSLNOPFXsl5hed { display:block; }#XnGgZ9pF8rhx8U2dIgUSLNOPFXsl5hed > .row .container { width:20rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9127QxWabXb3IafbmBpcMRMf37chZnx { width:20rem;height:4.546875rem;top:5.25rem;left:5.9604644775391E-8rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mSoWyKnmPqciA9rIUNyJAargTATQi6ho { width:20rem;height:2.923825rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o62p6G7XWRcE2HatDZy5bBCmzctyTd9d { background-color:#990f98;background-image:url("https://images.assets-landingi.com/VxLAVjMM/02_2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#o62p6G7XWRcE2HatDZy5bBCmzctyTd9d.adaptive-delivery-prevent-bg, #o62p6G7XWRcE2HatDZy5bBCmzctyTd9d.lazyload, #o62p6G7XWRcE2HatDZy5bBCmzctyTd9d.lazyloading { background-image: none; }#o62p6G7XWRcE2HatDZy5bBCmzctyTd9d > .row .container { background-color: transparent; background-image: none; }#o62p6G7XWRcE2HatDZy5bBCmzctyTd9d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o62p6G7XWRcE2HatDZy5bBCmzctyTd9d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o62p6G7XWRcE2HatDZy5bBCmzctyTd9d > .row .container > .video-iframe-container { display: none; }#o62p6G7XWRcE2HatDZy5bBCmzctyTd9d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o62p6G7XWRcE2HatDZy5bBCmzctyTd9d > .row > .video-iframe-container { display: none; }#o62p6G7XWRcE2HatDZy5bBCmzctyTd9d > .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); }#o62p6G7XWRcE2HatDZy5bBCmzctyTd9d > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSdV0roxkPIey5XJ9s0lPuEnspviCaxR { width:20rem;height:0;top:20.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fqm54btLRFf9k0w6GhwUiJzP4ysrooGD { width:20rem;height:5.19921875rem;top:1.1853642463684rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yNiIQErl2EcvCwpRiPZzLBJBRVEZkFWU { width:18.4375rem;height:18.1875rem;top:7.8096590042112rem;left:0.78125005960463rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lf64vysP6O6Mh5s3SqOcvMlTIISnEyJ2 { display:block; }#Lf64vysP6O6Mh5s3SqOcvMlTIISnEyJ2 > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dfL0oHglIUOOxhJVO5iIOOiR2tgsDVip { width:17.25rem;height:17.05078125rem;top:23.625003695488rem;left:1.9374999403954rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #KAKidPhPDRHIlrPEp1n7T5X5OnOUehq2 { width:1.5625rem;height:1.5625rem;top:26.750001907349rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVXWTgXu5ggTOVMHQKJwk122Si0RT5CM { width:1.5625rem;height:1.5625rem;top:23.375000953674rem;left:0.4367898106575rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwtdZkL5VoKAfJdkSfsSavqs2gBPvF4G { width:1.5625rem;height:1.5625rem;top:35.812502080574rem;left:0.4367898106575rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy59bWnDiSEiX6zbRTIk7EilrOcTUVPH { width:1.5625rem;height:1.5625rem;top:31.303268432618rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RITmAKUruIPeI8GT0zTuMURALS4EbZgt { top:75.6875rem;left:0rem;width:20rem;height:42rem;z-index:14993;background-color:#ffffff;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:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #w8dwRXTzAMWshT1Q4yQTXVshGysUOtxv { width:11.8125rem;height:15.9375rem;top:6.5021313428881rem;left:4.0937501788139rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #NJexI2eqOOAm4IR4eb7zTuGoNtz9XVnc { width:1.5625rem;height:1.5625rem;top:38.187502080574rem;left:0.4367898106575rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK1EGKwWbahJKNLfAFA8ytFKwnQJAEBu { width:20rem;height:3.75rem;top:1.4630681276321rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Rr0Fu9xy288fzV2LBqNQLMU3CbTdMJa7 { width:20rem;height:0;top:27.241474365234rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qCcW6WbPH0tEwJ5FeT4FLTBTrN3frJnJ { width:11.8125rem;height:15.9375rem;top:0rem;left:5.2171877622604rem;display:none; }
 }@media only screen and (max-width: 763px) { #uEKA3cmsvU8TLuXnqUius6p5ZnC3viIP { background-color:transparent;background-image:url("https://images.assets-landingi.com/ZikOJpfa/333.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#uEKA3cmsvU8TLuXnqUius6p5ZnC3viIP.adaptive-delivery-prevent-bg, #uEKA3cmsvU8TLuXnqUius6p5ZnC3viIP.lazyload, #uEKA3cmsvU8TLuXnqUius6p5ZnC3viIP.lazyloading { background-image: none; }#uEKA3cmsvU8TLuXnqUius6p5ZnC3viIP > .row .container { background-color: transparent; background-image: none; }#uEKA3cmsvU8TLuXnqUius6p5ZnC3viIP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fff8f8; }#uEKA3cmsvU8TLuXnqUius6p5ZnC3viIP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uEKA3cmsvU8TLuXnqUius6p5ZnC3viIP > .row .container > .video-iframe-container { display: none; }#uEKA3cmsvU8TLuXnqUius6p5ZnC3viIP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fff8f8; }#uEKA3cmsvU8TLuXnqUius6p5ZnC3viIP > .row > .video-iframe-container { display: none; }#uEKA3cmsvU8TLuXnqUius6p5ZnC3viIP > .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); }#uEKA3cmsvU8TLuXnqUius6p5ZnC3viIP > .row .container { width:20rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISvPiv8tqHxTMnxrCTTNyHo7DUiaCwtS { width:15.875rem;height:4.546875rem;top:23.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;color:#414141;display:block; }
 }@media only screen and (max-width: 763px) { #HiNq1Qyf7g0EcaxIPAS6OB73K6C0Hzi8 { width:3.875rem;height:4.0625rem;top:18.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9gCtWmlkSJiIoE8rTCazTzh4v0pRxvN { width:15.8125rem;height:4.8984375rem;top:11.249289989471rem;left:2.0937499403954rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;color:#484848;display:block; }
 }@media only screen and (max-width: 763px) { #Ef7D9gIWJ8eKdyUQwO6SqW8mna05MDav { width:3.9375rem;height:4rem;top:6.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xx1IOxxo9oTUsxr1TbDl9QEXfc70BngJ { width:18.375rem;height:9.1875rem;top:8.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5Mv6PWRTNMGoJa0FUNpPezsgE8cymQw { width:18.9375rem;height:11.625rem;top:43.125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsRxTQvXFJTq2RTG67D8y6JWfFVbK1SE { width:20rem;height:3.298825rem;top:1.9985694885254rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I9aQoLUz0x0EbAQU2EuICfk4RbfXrIDN { width:19.875rem;height:9.125rem;top:119.12414169311rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dZVTwTJhiPCKH7apcoXnXStBdmsiCqsG { width:3.875rem;height:3.875rem;top:30.375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmBIFhyAP4H68OgrrtXzPqEX61TGEpTl { width:15.8125rem;height:4.8984375rem;top:34.25rem;left:2.125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;color:#414141;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #ShMTAoXGrGLMJfPirKhVOK2oyzsKdn9J { width:9.375rem;height:0.25rem;top:1.0742092132568rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #guxdXSESbNRiwSQ1XP2fcBz1HCQ7ct0V { width:17.25rem;height:9.1875rem;top:44.9375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#414141;display:block; }
 }@media only screen and (max-width: 763px) { #yVkkMOlTekVP09LhGUEcJ9GJcFXE71fQ { width:17.875rem;height:8.5625rem;top:31.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmPMAQKUahKuPnT4gOqLLuc54XKD487c { width:3.75rem;height:3.8125rem;top:41.125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo1uGa81QTVsOU2se1348TxumcbkBbdq { width:18.4375rem;height:9.1875rem;top:20.125rem;left:0.8125rem;z-index:15005;border-top:0.0625rem solid #f6c4a3;border-left:0.0625rem solid #f6c4a3;border-right:0.0625rem solid #f6c4a3;border-bottom:0.0625rem solid #f6c4a3;display:block; }
 }@media only screen and (max-width: 763px) { #OCowzRFPAVRzDaHAgJbn6FipoT6bA3cA { background-color:transparent;background-image:url("https://images.assets-landingi.com/atsyaM7I/kjggf.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OCowzRFPAVRzDaHAgJbn6FipoT6bA3cA.adaptive-delivery-prevent-bg, #OCowzRFPAVRzDaHAgJbn6FipoT6bA3cA.lazyload, #OCowzRFPAVRzDaHAgJbn6FipoT6bA3cA.lazyloading { background-image: none; }#OCowzRFPAVRzDaHAgJbn6FipoT6bA3cA > .row .container { background-color: transparent; background-image: none; }#OCowzRFPAVRzDaHAgJbn6FipoT6bA3cA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.94); }#OCowzRFPAVRzDaHAgJbn6FipoT6bA3cA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCowzRFPAVRzDaHAgJbn6FipoT6bA3cA > .row .container > .video-iframe-container { display: none; }#OCowzRFPAVRzDaHAgJbn6FipoT6bA3cA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.94); }#OCowzRFPAVRzDaHAgJbn6FipoT6bA3cA > .row > .video-iframe-container { display: none; }#OCowzRFPAVRzDaHAgJbn6FipoT6bA3cA > .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); }#OCowzRFPAVRzDaHAgJbn6FipoT6bA3cA > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1A5KPlTWuadF8N2IPwgwIXQ3M9M3l3t { width:20rem;height:5.3984375rem;top:40.402700424194rem;left:0rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WqWnlQLrvTyMClHraBRtxQGp3tcBmSvC { width:19rem;height:3.8125rem;top:47.402700424194rem;left:0.4992898106575rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PHIZuxSMKBDDWfldCQ2kERkDRKfxH4IR { display:block; }
 }@media only screen and (max-width: 763px) { #SaQ9DULwnuMnQsG8thST35VF7EKSb7hl { width:20rem;height:6.171875rem;top:0.8125rem;left:0rem;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HT3BzRVCGITTv5Gz6g2rwI8dd7vA1vwC { width:18.6875rem;height:18.1875rem;top:22.964410781861rem;left:0.65538197755812rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TXrogJ0XBD2AKc2XrQi9NxKMB4tSolzq { width:20rem;height:15.5051875rem;top:6.2638797760013rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN0ZLziks6utBz3NN7CgfXaeRzhyhwbf { background-color:transparent;background-image:url("https://images.assets-landingi.com/3Kdyd2Pn/Prancheta_1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UN0ZLziks6utBz3NN7CgfXaeRzhyhwbf.adaptive-delivery-prevent-bg, #UN0ZLziks6utBz3NN7CgfXaeRzhyhwbf.lazyload, #UN0ZLziks6utBz3NN7CgfXaeRzhyhwbf.lazyloading { background-image: none; }#UN0ZLziks6utBz3NN7CgfXaeRzhyhwbf > .row .container { background-color: transparent; background-image: none; }#UN0ZLziks6utBz3NN7CgfXaeRzhyhwbf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,6,58,0.7); }#UN0ZLziks6utBz3NN7CgfXaeRzhyhwbf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UN0ZLziks6utBz3NN7CgfXaeRzhyhwbf > .row .container > .video-iframe-container { display: none; }#UN0ZLziks6utBz3NN7CgfXaeRzhyhwbf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,6,58,0.7); }#UN0ZLziks6utBz3NN7CgfXaeRzhyhwbf > .row > .video-iframe-container { display: none; }#UN0ZLziks6utBz3NN7CgfXaeRzhyhwbf > .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); }#UN0ZLziks6utBz3NN7CgfXaeRzhyhwbf > .row .container { width:20rem;height:89.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpV8sRfIMU4cLDmKrOKO1eTs2Lhm2k5I { width:20rem;height:4.125rem;top:1.9701705574989rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI53qkNcipASLw3y3EBSHfG0ITFotVhH { width:19.625rem;height:28.418rem;top:30.355827331543rem;left:0.375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #k50ZpgrvUqTaVO5fm5bsPAE3sQf1d84X { width:20rem;height:2.1933625rem;top:27.485806345939rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ARkIHUtBwGFVyrPJI6g7QJIVswH7W3mo { width:16.5rem;height:20.6875rem;top:6.7982958555219rem;left:1.7499999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9van0n9hvRhtI2xIZ69sRlaW2OnqMTC { width:19.75rem;height:27.28128125rem;top:60.424011230469rem;left:0.2492898106575rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XtHw5OqI8Pp6TJQbTNmo8DWc7mSZ6E7I { display:block; }#XtHw5OqI8Pp6TJQbTNmo8DWc7mSZ6E7I > .row .container { width:20rem;height:109.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w1DHwxdHg1EEsdGOcLSfWwS2FyAwcdHL { width:19.5rem;height:20.46090625rem;top:6.8636322021488rem;left:0.5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sS8GZqyTUT41NGasf5oeMJTcOHpQCJRV { width:20rem;height:4.38671875rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XKKAtXd4AW7TPvuhOwds4RZELXxCoS8g { width:19.75rem;height:79.75rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd9k1Cl2yIUaWSUcZTW9dvycysQ4LBnQ { width:18.4375rem;height:35.2383125rem;top:31.937529325485rem;left:0.78125005960463rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zIvULTCf5UqHX6kpixo0X6kipGXibnB9 { width:20rem;height:1.7871125rem;top:29.062489509583rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vp9DCG6Su0pMN6PAiTVpFdCvpswVzV8W { width:17.25rem;height:38.64840625rem;top:68.4765663147rem;left:1.9687500596046rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LS3XBI2dXvkXn9yPgk8tTwkAa46QnBTv { width:0.125rem;height:34.75rem;top:79.3515625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D2hCDfd10T10HAU6LHEC1Z3KtzTamJ79 { top:68.1562538147rem;left:0.3125rem;width:1.5625rem;height:1.5625rem;z-index:15048;font-size:1.0625rem;color:#ecb462;display:block; }
 }@media only screen and (max-width: 763px) { #wn9cGvA8CsUgMKb5Fw6SRh5JImznLAH2 { top:80.676139831544rem;left:0.25rem;width:1.5625rem;height:1.5625rem;z-index:15049;font-size:1.0625rem;color:#ecb462;display:block; }
 }@media only screen and (max-width: 763px) { #xxIZ8UK8P0h18bKf6v7MztOQBTsQqxLo { top:86.363639831544rem;left:0.25rem;width:1.5625rem;height:1.5625rem;z-index:15050;font-size:1.0625rem;color:#ecb462;display:block; }
 }@media only screen and (max-width: 763px) { #qvHOul9DWPeLkWhr4TcFSXUXBNlEk0q1 { top:96.676116943363rem;left:0.3742898106575rem;width:1.5625rem;height:1.5625rem;z-index:15051;font-size:1.0625rem;color:#ecb462;display:block; }
 }@media only screen and (max-width: 763px) { #k0BdepRn4pCpUQWTO5ZM9F8wXNyh9a98 { display:block; }#k0BdepRn4pCpUQWTO5ZM9F8wXNyh9a98 > .row .container { width:20rem;height:114.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ue41fw2Vg6GK7mqtL8ATZezEA8Mdt6TP { width:19rem;height:3.8125rem;top:57.9375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HcSnFVrXoh9PuZeZ3444kfTETohlTuTX { display:block; }
 }@media only screen and (max-width: 763px) { #UQ2zyptL0DuunZDi4LR1C06c7hWN5Ws4 { width:11.4375rem;height:9.75rem;top:13.123580066488rem;left:7.6562506556512rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HultUJ2exmUyxtmFLTrtiQt4Uksv1Ph8 { width:19.4375rem;height:15.5rem;top:8.014892578125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNreIFTu1d5lpdrUemnJwgn1FcnmRsne { width:17.0625rem;height:1.625rem;top:9.3998061279294rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GT7tCsmwKtF8gpdTJTutdsUIte2SQU6q { width:16.3125rem;height:0.1875rem;top:11.882777319336rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP0zTk08VTt8r6NPTGmqAzS9NDhQyxI4 { width:7.875rem;height:9.875rem;top:12.9140625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fypDTC5BZye2bvTPTEATULNNpq7uLP3E { width:19.4375rem;height:15.25rem;top:25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXarGT4Pxy05bMZaIp56dseJVumVOzTx { width:11.9375rem;height:0;top:51.4375rem;left:7.1562506556512rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #uKOnhTVuTGZ2PHG0LU74elnT5rqntLCC { width:8.4375rem;height:10.9375rem;top:29.8125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1bQ1TtyQnK8HTyc4QnCmcwB8haHgcD3 { width:16.3125rem;height:0.1875rem;top:29rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHZtF1rgIzRRMWWnib1pL2ieZqFGkn1S { width:17.0625rem;height:3.25rem;top:25.5rem;left:1.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RrByUV3lZzCQvskZTs5TlpJXlmUdZXgR { width:11.1875rem;height:9.75rem;top:46.3125rem;left:7.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yMr2Fw6SiirTbhzLhi92Iq22UanPGQeU { width:19.4375rem;height:15.625rem;top:41.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ5mKdfxWkT9OcgDtA5Dt7GmcSPb5FAP { width:8.125rem;height:10.5625rem;top:46.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXO6gdF6kATvONTaxXTfsBiXSXJDG7TR { width:17.0625rem;height:1.625rem;top:42.8125rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KBOx9iMTm5IcWUnDBF2e0fzITPKP5CDp { width:16.3125rem;height:0.1875rem;top:45.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3MLrxc6lIllCbv0XD2nRwVlG3A7kZ1Z { width:19.4375rem;height:15rem;top:58.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIifXnzmCIKr3EyiieoqDEXT9eAeTy6M { width:10.6875rem;height:7.3125rem;top:64.375rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #e96PuU0HiDuH5TE4FlFLQ0ATV3OOcTxk { width:8.25rem;height:10.625rem;top:63.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ8DKtXFgqUioEEWQuBVIhWpZ3mpiwXZ { width:16.3125rem;height:0.1875rem;top:62.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLxrbrXym3e4D8wzCwDOsSrHLOrr8lzP { width:17.0625rem;height:1.625rem;top:59.5625rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gZ1T7JSMNmLkZWzxSUXmTvmdFkbsCtAT { width:11.0625rem;height:7.3125rem;top:96.4375rem;left:8.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ERnQMz0O8VUTGRvOck777hFgEN70QZUs { width:19.4375rem;height:15.0625rem;top:90.8125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpXb8M8e4M7PuighaMhnEZ7UKrSPVwcx { width:8.375rem;height:10.875rem;top:95.75rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLwA7a6I5v8ShrJqz91cFzKBJbnHbUrM { width:16.3125rem;height:0.1875rem;top:94.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuzQ0Zp1kW0JQVKV0TesWoTDsPr2gx5s { width:17.0625rem;height:3.25rem;top:91.625rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sf3sAlgxQn9uruZfdpMr3WoK8ag0UTuM { width:19.4375rem;height:15.0625rem;top:74.4375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKqfEXLSFIbKBgozHnVGZl4BKmlKNwaT { width:10.9375rem;height:7.3125rem;top:80.0625rem;left:8.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T1MPQTS6HesLd2XTIiVOfmxTqTBbiV3L { width:7.9375rem;height:9.9375rem;top:79.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4d3G7J9Pqc3aw7XTdOtgQBtTQQttibU { width:16.3125rem;height:0.1875rem;top:78.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFR1mIlCXXMnCLP5xBW4lRKr3oo2iaad { width:17.0625rem;height:3.25rem;top:75.125rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zQRWXTTW0kAPfufoQGGU39b2assLJcpI { width:10.125rem;height:9.75rem;top:29.8125rem;left:8.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #ViqqA3vpqvFP5OVZdHa3BCdIuD1mVCoI { width:18.0625rem;height:5.5rem;top:1.3110795021057rem;left:0.96875005960463rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA7CJ5J4iIiqEWANHGMQm6rRXJ6SnJTA { width:20rem;height:0;top:108.49930858612rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rVkLUVGKHOlE6Si9xr2UtOe1Vidy7nSt { width:20rem;height:3.25rem;top:110.95312452316rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DzSDlHSffBXB6ztbRy13iS6gch6ksXtC { width:20rem;height:5.5rem;top:107.55113983154rem;left:0rem;font-size:1.25rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #FEfLZGLtuHmWLbqA9igHn9AcE3LOtVHZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/EciTQ8wv/menor.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#FEfLZGLtuHmWLbqA9igHn9AcE3LOtVHZ.adaptive-delivery-prevent-bg, #FEfLZGLtuHmWLbqA9igHn9AcE3LOtVHZ.lazyload, #FEfLZGLtuHmWLbqA9igHn9AcE3LOtVHZ.lazyloading { background-image: none; }#FEfLZGLtuHmWLbqA9igHn9AcE3LOtVHZ > .row .container { background-color: transparent; background-image: none; }#FEfLZGLtuHmWLbqA9igHn9AcE3LOtVHZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,11,90,0.64); }#FEfLZGLtuHmWLbqA9igHn9AcE3LOtVHZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FEfLZGLtuHmWLbqA9igHn9AcE3LOtVHZ > .row .container > .video-iframe-container { display: none; }#FEfLZGLtuHmWLbqA9igHn9AcE3LOtVHZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,11,90,0.64); }#FEfLZGLtuHmWLbqA9igHn9AcE3LOtVHZ > .row > .video-iframe-container { display: none; }#FEfLZGLtuHmWLbqA9igHn9AcE3LOtVHZ > .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); }#FEfLZGLtuHmWLbqA9igHn9AcE3LOtVHZ > .row .container { width:20rem;height:125.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMrDSfGLPhBLxvsqyfFsFmtTuFvcywMp { width:20rem;height:7.71484375rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q82chkCmuFRv6RssNdK49pVzOtlKKtx0 { width:2.5625rem;height:2.625rem;top:14.340198934078rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #he9D1oHk33X2kzqSmurpKHKcPpvzK3xE { width:20rem;height:2.4375rem;top:12.3125rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPFFOeFW2qQAfv39958FcR2d4uyBBdda { width:17.5rem;height:1.38125rem;top:12.849432408809rem;left:2.4992899298668rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0Qdl8TXJ9EqFvrhSVzUbdUdxzoIi9Ep { width:3.5625rem;height:2.35625rem;top:12.308948934078rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9hS6n7KVy630LHmdL84FRIIirH3eMBk { width:19.75rem;height:23.375rem;top:14.750000417232rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP0yQZLHKOKakU5drV4TrNqUw9OWKHcQ { width:18.5625rem;height:12.50390625rem;top:15.562501370907rem;left:1.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ITb4KDK9A3EDQ8qIWROILR5QDMKDSKea { width:18.5625rem;height:9.79589375rem;top:28.875rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTBdDHO61nnHam991HqUBOJFuwrLzoDy { width:1.375rem;height:1.4375rem;top:15.562501370907rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTTuOdmsDEWsOt45EUBiV3uNQCB6STgW { width:20rem;height:0;top:140.729375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hrZ2DolCtxQSxoBAFKUAaXQAmcdAaDbX { width:1.375rem;height:1.4375rem;top:25.8515625rem;left:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHXLTucNhk4Od7JaDgM81s9KE5TXtZQC { width:1.375rem;height:1.4375rem;top:18.851563870907rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfUdTb8JHQn512ZES37lK988RJlHT5Ow { width:19.75rem;height:20.9375rem;top:42rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6TqyThQgsZROngrVS8OvHQDZXOIJB43 { width:18.4375rem;height:18.1875rem;top:43.25rem;left:1.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JTgZIi3eAO2TQAsEQ9wPQvqCdUhQJHQK { width:3.8125rem;height:3.9375rem;top:43.7371875rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VZrnuKT7nTWDug7L5DRHJqSs6M3NniDK { width:20rem;height:2.4375rem;top:39.4375rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rN5CGnPqO5Sf4caeuZo9DaMokAJXHZIk { width:3.5625rem;height:2.35625rem;top:39.620030403137rem;left:0.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdwTOzvWB9MTfqNEm4DdoKXIKrW0PcCT { width:15.125rem;height:1.4625rem;top:40.051136016846rem;left:3.6867896914482rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQHDpG1TdftM5Dohy9XAB8LqwOQfKogV { width:1.375rem;height:1.4375rem;top:32.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFfScIkP9EGKbPdCWQbPdBxarXknzi8L { width:1.375rem;height:1.4375rem;top:50.4246875rem;left:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #paK0zwzraSy4VtHSUTEbBNTFpT0zLQpX { width:1.375rem;height:1.4375rem;top:43.250001907349rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITT5rpxZNSaLk90ZKJDUDtnvicnsiW0r { width:1.375rem;height:1.4375rem;top:56.0496875rem;left:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VUJJPws1UnvmxcSTnJ7v0zTT7ThXGXZX { width:20rem;height:2.4375rem;top:70.662625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJarruNuOWDITJppQavDRa5RD4TlELxq { width:15.6875rem;height:2.4375rem;top:64.5rem;left:2.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mfqgemfZ3R68Kw9VC5bUSLDbrH0SidlA { width:3.8125rem;height:3.9375rem;top:69.912625rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oaOGwkmxeDvNlxg1X4KShqroSlIAo3bO { width:3.5625rem;height:2.35625rem;top:64.5625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfL9tMWPThGQb0mnXenbs6AHbrFpRKSZ { width:19.75rem;height:24.1875rem;top:66.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3JRUw3oWHv1XT2hyvJIXy3BM6VKM3y4 { width:18.3125rem;height:23.87109375rem;top:68rem;left:1.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fnpmxUq2VUoJ1nNc5Dc2OuOe5sccaqQd { width:1.375rem;height:1.4375rem;top:74.162625rem;left:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z4MUpPQ4o93dNdHbtcJcQuafAFL0KPGb { width:1.375rem;height:1.4375rem;top:76.350125rem;left:1.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AxB5O4q88LZSI7z1ZuRmzWk3q8ZfcXAD { width:1.375rem;height:1.4375rem;top:78.600125rem;left:1.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZnUoWaz1KpwdT31y9EIb1AhI68Aig4EH { width:1.375rem;height:1.4375rem;top:80.787625rem;left:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Okym0AlUhREVoryJZlx3SeJHL5wv8piP { width:1.375rem;height:1.4375rem;top:83.100125rem;left:1.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZtmpWnpbb8oqy49d1Q13IPgTNN3woNJc { width:19.75rem;height:29.0625rem;top:94.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEENqvn8c4e73v13fLC0DVzKIoDP9cq1 { width:18.25rem;height:28.41796875rem;top:95.9375rem;left:1.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qog2VfKsWbzFFziZByRRlh4Q2VpTKJc0 { width:1.375rem;height:1.4375rem;top:108.5766875rem;left:1.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ULiWkfugT6K3Oo9NRwceSmsunIuIbRAd { width:1.375rem;height:1.4375rem;top:110.8266875rem;left:1.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KMQBTmz3HK1ccKylCuKvp7pDVMTQSUdE { width:1.375rem;height:1.4375rem;top:113.0141875rem;left:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BlZekc8IfBfDaMhMQOPJpXyFRrGt9flU { width:1.375rem;height:1.4375rem;top:115.3266875rem;left:1.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zeoXoaHeKV8tlpQIitn2kwWbyZF56JCI { width:1.375rem;height:1.4375rem;top:106.3891875rem;left:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TboKyrrotb7kAvpcOuLivVbW7zc1DeO0 { width:3.8125rem;height:3.9375rem;top:102.1391875rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OinWTg0dnDnlSq0sRpKnGEBcS6ZpgV89 { width:20rem;height:2.4375rem;top:92.4375rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk7AIz1OzpQU5zlJwZgQ9EKKqCKbl4il { width:3.5625rem;height:2.35625rem;top:92.625rem;left:0.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ54q7zdASa3hRvyRlPHX13Vc1UGpMxl { width:16.625rem;height:1.38125rem;top:93.1875rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UluTuUbaNuUQhA2ZiNAniBP75dsK9HNn { width:20rem;height:2.4375rem;top:39.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VFzNmhcJ7EHw8qXDAkH5qWFU32pdwiwe { width:1.375rem;height:1.4375rem;top:23.351563870907rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlEsQv7fIhOZhXhO71EfV79t8Um4i35i { width:1.375rem;height:1.4375rem;top:28.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8mgeHdVbO5pIu4suOax5AKpuoEVipUk { width:1.375rem;height:1.4375rem;top:118.7641875rem;left:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sp6DUwFV0hJLxKz4zWyoLTry7WCtQtPc { width:1.375rem;height:1.4375rem;top:47.562501907349rem;left:0rem;font-size:1rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #nz12dakv6evrJW1a9WSTP7gVsloO4myT { width:1.375rem;height:1.4375rem;top:53.187501907349rem;left:0.125rem;font-size:1rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #BV8X2qahvLJ9y881bVgbQM8ZITOA7Tn8 { width:1.375rem;height:1.4375rem;top:56.738637924194rem;left:0rem;font-size:1rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #udD1N31wiqACVL5TtEIOUUfAxNBIxons { width:20rem;height:2.4375rem;top:39.625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0rem;z-index:15049;background-color:#d78e35;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tLFZ4TwEIlLLxXesGCZ0LHQ3SvDL9tGO { width:20rem;height:2.75rem;top:64.1875rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0rem;z-index:15050;background-color:#d055e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rnnxTleF6ZV6DOc3e45lPQTXlvQRnbfB { width:1.375rem;height:1.4375rem;top:68rem;left:0.1875rem;font-size:1rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #PJBa4XaH3KCOSO25AQdvRBT3W1TaQJdQ { width:1.375rem;height:1.4375rem;top:72.4375rem;left:0.1875rem;font-size:1rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #uNGTVeT40txyvVMAwL2sZX8TeHQ3hT9P { width:1.375rem;height:1.4375rem;top:76.875rem;left:0.25rem;font-size:1rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #mrCFp7UPJWxwOk7sXzUPtCN4gSw1vgUH { width:1.375rem;height:1.4375rem;top:81.5rem;left:0.25rem;font-size:1rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #DhJGpwZdmNeZgiSMynGp4vtfdFTvELSX { width:1.375rem;height:1.4375rem;top:86.0625rem;left:0.25rem;font-size:1rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #EtDMATC4MRDXPuCMkeJcCbgxvQwyRarQ { width:1.375rem;height:1.4375rem;top:95.8125rem;left:0.1875rem;font-size:1rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #OR7k0KEex7ZW0NQeFJh7CJiaQLB9ydsD { width:1.375rem;height:1.4375rem;top:92.6875rem;left:6.4375rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #u4hpBZQT0nk5GsrNk9wenMlXfWyInAEI { width:1.375rem;height:1.4375rem;top:99.1875rem;left:0.1875rem;font-size:1rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #GTm39WIngpIaPr8y94S01z0U0iCc7MFn { width:1.375rem;height:1.4375rem;top:102.5625rem;left:0.1875rem;font-size:1rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #Kd1XI5RMP2WhFBm0STZl0tOTBV0rxHFs { width:1.375rem;height:1.4375rem;top:107.25rem;left:0.25rem;font-size:1rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #KIcUKhWERmXg9Ce9SF7LJAIlGbGt8uOv { width:1.375rem;height:1.4375rem;top:110.5625rem;left:0.25rem;font-size:1rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #DUq2bMTt4Ixw9I9d9kM1QEW5uLFtN2nH { width:1.375rem;height:1.4375rem;top:118.5rem;left:0.25rem;font-size:1rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #Kp6y0fNNu0p6huOcXqwBk3mcMdZH60wR { display:block; }#Kp6y0fNNu0p6huOcXqwBk3mcMdZH60wR > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzTBtHgo2AQUoUOITT1JW0yvdgEuNTDn { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA66tXTO66vFc303VNEz7R3hfTufGkFU { width:20rem;height:14.29783125rem;top:7.3750133514406rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4qczbB6o42ISLEOrrJm96KP42FpFrbp { background-color:transparent;background-image:url("https://images.assets-landingi.com/VxLAVjMM/02_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#a4qczbB6o42ISLEOrrJm96KP42FpFrbp.adaptive-delivery-prevent-bg, #a4qczbB6o42ISLEOrrJm96KP42FpFrbp.lazyload, #a4qczbB6o42ISLEOrrJm96KP42FpFrbp.lazyloading { background-image: none; }#a4qczbB6o42ISLEOrrJm96KP42FpFrbp > .row .container { background-color: transparent; background-image: none; }#a4qczbB6o42ISLEOrrJm96KP42FpFrbp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,48,51,0.51); }#a4qczbB6o42ISLEOrrJm96KP42FpFrbp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4qczbB6o42ISLEOrrJm96KP42FpFrbp > .row .container > .video-iframe-container { display: none; }#a4qczbB6o42ISLEOrrJm96KP42FpFrbp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(58,48,51,0.51); }#a4qczbB6o42ISLEOrrJm96KP42FpFrbp > .row > .video-iframe-container { display: none; }#a4qczbB6o42ISLEOrrJm96KP42FpFrbp > .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); }#a4qczbB6o42ISLEOrrJm96KP42FpFrbp > .row .container { width:20rem;height:32.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HP0rRlBM67MscN63FABb5MdDFeATbu0B { width:18rem;height:6rem;top:5.8160514831543rem;left:1.0000000596046rem;font-size:0.9375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #qDJnFxe1CU5qw7TfKZn3e9kwAp6NVCz5 { height:8.4375rem;width:15.5625rem;top:12.9375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1p5GdW7TKXSkswm1FLzb7ickqwzZfNz { height:8.4375rem;width:15.5625rem;top:22.625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9lAsXcRNSChpMaxzx6P3Hx2MKQ6VprE { width:13.1875rem;height:3.8984375rem;top:1.4375rem;left:3.4062498807907rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tivtTVgo5uOoldawaxT6FynbnWEcpaaD { display:block; }#tivtTVgo5uOoldawaxT6FynbnWEcpaaD > .row .container { width:20rem;height:76.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AK5o00FvaJRzJpAaBfwR05oJRLE8TDAS { width:20rem;height:4.94824375rem;top:1.0624694824219rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCrOAracVOThRguO9UJREr5BRJogTnnc { width:20rem;height:1.92505rem;top:7.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnL0i4TV0i6kDkxd9g6RP3pwa3muQseg { width:6.9375rem;height:8.6875rem;top:11.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPrWnmmUTu0klX07BGpTZ1e0gG5sOHo6 { width:20rem;height:18.6875rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QctPTV7K7GSbWQswsN1kRSDOrRJ62LCT { width:9.125rem;height:1.625rem;top:12.5625rem;left:8.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CEqfXk4uDQgg5sCHiiWgha9BnNQCcMGA { width:7.375rem;height:0.25rem;top:105.75rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MKZXTW2Bio2F52aKphn9gS4iEB8xvcis { width:10.6875rem;height:3.8984375rem;top:15.0625rem;left:8.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O2ysNrp4AcdPF4uTMHzl7FGaVqO6LFdU { width:16.5rem;height:9.501rem;top:20.875rem;left:1.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ukgsQPsqQpCK2xqIt8K947NDO5CGIB9J { width:20rem;height:29.6875rem;top:97.125rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #nd67C405vRInEbTq369RGqIZK37xB10p { width:13.25rem;height:5.249025rem;top:37.125001907349rem;left:6.7492901682856rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mRTEx2dzlPGH5uD44S04tu4ZJmskbaDg { width:8.5rem;height:1.625rem;top:34.1875rem;left:8.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RybSOhBkQ05d5xFe3eihKBlPe4TPD23B { width:7.3125rem;height:9.1875rem;top:34.186792373657rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEMB6Tk8CpEb3eTsyZOQmVuppIyy071C { width:7.375rem;height:0.25rem;top:35.6875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0v47x5934EtW83dfLAzvFEJgo51d97u { width:17.0625rem;height:6.334rem;top:43.937501907349rem;left:1.4687499403954rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pDcsc95EOhg2SzGxllSFVO31FUCJnPE8 { width:20rem;height:21.5625rem;top:53.000056266784rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(125,123,121,0.3) ;display:block; }
 }@media only screen and (max-width: 763px) { #FOG9mFkOrkNWTpR9eTrIxsOvJ02TDMIS { width:6.8125rem;height:8.5625rem;top:54.187502861023rem;left:1.2492896914482rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8hqDNyyVgSeeWqqqMzxyVnIHTl8n4Wd { width:7.375rem;height:0.25rem;top:14.0625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziukbSPNgu7nTBPEpt2UWfe8ykSJbTTJ { width:16.375rem;height:0;top:104.0625rem;left:1.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DI7TcRrukbiSZrZXdR3CSXBLicKLlMog { width:11.25rem;height:5.25rem;top:57.505683898926rem;left:7.9375006556512rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HRDfwkbtLceVDXDA1x5Uvl3xVZEw1whL { width:17.75rem;height:9.501rem;top:63.4375038147rem;left:1.1250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ESIAzLnTME61XcTw5mTSId0Z3CwspTvU { width:20rem;height:21.25rem;top:10.9375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #e8S6tSX1uJmG5E7CoNiGcVZkHkJwb9NP { top:151.9375rem;left:3rem;width:13.625rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qm3yudKrNzK3m8KqKTHtp6iklLKBnFI5 { display:block; }
 }@media only screen and (max-width: 763px) { #XGZFvbFvSnp8TZTcTmJHmnFMfiDfw9Xg { width:7.9375rem;height:1.625rem;top:54.187502861023rem;left:8.9375006556513rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #gDuDI7giUz05TksoePRuCG9xaBTwbqzA { width:7.375rem;height:0.25rem;top:56.375002861023rem;left:9.5625006556513rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #zmEXXM9gTs4a0pH5cPCPfoJCovTm7yGB { display:block; }#zmEXXM9gTs4a0pH5cPCPfoJCovTm7yGB > .row .container { width:20rem;height:163.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQf4vxxhAm3d2yUWIPTrcRG0RqmbVNb8 { width:20rem;height:22rem;top:23.5rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #KdlEDpQIex609eCaIM3KDst9IR0Tmel1 { width:20rem;height:1.85625rem;top:2.6234369277954rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehL70rvNyJKwb3DR51Tfd1sDRe96TQH5 { width:7.25rem;height:9.375rem;top:24.500000953674rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #zRyyX3IHAcCc62ruoTo57xkD8tFzAK0z { width:9.375rem;height:0.4375rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzzM6OrNsMBkig4vnuWDSXRJfMZWRgG7 { width:7.6875rem;height:1.54375rem;top:25.000000953674rem;left:8.6562506556513rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FszaO090vHRITCCISTwbTsznwhK8ofZl { width:7.375rem;height:0.25rem;top:26.812500953674rem;left:9.0937506556513rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsL0ElLMUiinfWe8Ofbqim23eEI3fRvC { width:12.0625rem;height:3.375rem;top:27.551137924194rem;left:6.5000001788137rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CrAtvc36HqsJuFkyEorAOIABFTOJcSpP { width:20rem;height:16.8125rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9CR7z9TI7OKfJU95z7HysDWL8k43cOZ { width:7.9375rem;height:1.625rem;top:7.25rem;left:8.5312506556513rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rGfDCT3vaKLECUSAD6BtAbz42TmwQliw { width:11.875rem;height:3.59765625rem;top:10.0703125rem;left:7.0000001788137rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTcZLEETstbdZZpv51tXrQnUzTWECezJ { width:17.625rem;height:9.09375rem;top:33.875001907349rem;left:1.3742896914482rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WTwyqeB8KoKx9mzw9C8Q57G9UMta6kUu { width:17.625rem;height:5.68359375rem;top:15.625rem;left:1.1875000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lotITA0s4yIVTQBC460Upk37K8lqq9cd { width:6.75rem;height:8.6875rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5VpO4WIF32kmxy141oe5zUJMOT0NL6B { width:7.375rem;height:0.25rem;top:9.375rem;left:8.8125006556513rem;display:block; }
 }@media only screen and (max-width: 763px) { #iORztBZGkiLL9DZ2PDw8eyMeMvlIrp9Q { width:20rem;height:17.75rem;top:46.625000953674rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #skGwd6aW31f3xQ12xppSBOFWFQtyx6sf { width:7.9375rem;height:10.3125rem;top:46.625000953674rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #SHIirP1WisJG6eXDicqRLGcM2WPHfvPp { width:12.25rem;height:3.75rem;top:51.125rem;left:7.2500006556512rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ASJBKnaS6Nkn9oFccgOpUJmyIfxXnbQ6 { width:7.375rem;height:0.375rem;top:49.5rem;left:9.9375006556513rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLKstMuNTcGKFo7P56vabq0pchQSkA1K { width:9.875rem;height:1.54375rem;top:47.500000953674rem;left:8.6562506556513rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VtiEz4l3OrUGtQS99z2VK52HQCOTUqcS { width:16.875rem;height:6.09375rem;top:56.937501907349rem;left:1.5624999403954rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JJaDmb9LaHnQTwQsDEiN9aHaSUN82PE2 { width:20rem;height:19.5625rem;top:65.5625rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #h1u4TnN6mqoITTGGLFTD7PIEIJxbzlzW { width:16.75rem;height:6.8203125rem;top:76.125rem;left:1.625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #w1WlTDfewMXx1NTakdWWzo8U3cNheFbe { width:11.375rem;height:2rem;top:70.1875rem;left:7.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fVza9gJdIDQraBkiTll3bbH9AzCiSBS7 { width:7.375rem;height:0.375rem;top:68.875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAuvTrxxxX96TWeZTXrbI8akTuzhaEEp { width:7rem;height:8.75rem;top:66.8125rem;left:0.3125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #s9WeqgXARo0QmUnqOvL25a5LoGNmrKU6 { width:8.0625rem;height:1.54375rem;top:66.8125rem;left:9.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XP380IlhVQlQEJ78SEZ9y70mMg3pCrDM { width:20rem;height:19.3125rem;top:85.8125rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #JCk8VS01OzsyuBnRam1OA07oFRrTqsS3 { width:6.9375rem;height:8.6875rem;top:87.0625rem;left:0.125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #gcIw1Ndc2N2n3iXstw3IaP9uaqTzFoCv { width:16.25rem;height:7.3125rem;top:96.4375rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #F66BhdvbPqSvbuN5WT7SzUub3J903OGW { width:11.6875rem;height:3rem;top:89.75rem;left:6.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qJgy6A5PS7fN6FuZUw9toA0bSzy3AlTM { width:7.375rem;height:0.375rem;top:88.8125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq4qQUovvXmbDNKtvVmhqH64t07Tiegw { width:9.0625rem;height:1.54375rem;top:87.0625rem;left:8rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c7p5icLB9EUh5Qb2n8pw4g0FzkSmPV6S { width:7.625rem;height:9.9375rem;top:106.5625rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #kh0a81tTFXW8DyhXafGgrU818zyNTAhU { width:20rem;height:19.5rem;top:105.875rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #pFTT6FhqDVvvCB4fbE4P2AnhB9aCrrly { width:16.75rem;height:7.3125rem;top:116.5rem;left:1.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PCb8KEkiHTZm3aveTzhbs2KlaOqTI8fH { width:7.375rem;height:0.375rem;top:109.0625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds5qC54GqwHJ9KZrdw2miGsoPKSREJC5 { width:12.5625rem;height:5rem;top:110rem;left:6.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m3v4mmtPkZuXi6TkRbTXNvlE4TsqFcmD { width:8.5rem;height:1.54375rem;top:107.625rem;left:8.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rLQilfNS1HLxXBB7gFXGtZZzRbaidrsh { width:20rem;height:28.875rem;top:133.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuyMoZulPfDmyDlKr4o63keKC4c91TJ { width:11.375rem;height:14.3125rem;top:126.75rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pktV8CIb4AXXrpgLhclL83iL159mZvSg { width:10.6875rem;height:13.5rem;top:127.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #htZd7Tkx50g1lauq1ezXrfCe9OocZ3wh { width:18.5rem;height:3.25rem;top:141.5625rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KL3Gb0daAmVfAzIGBLbGqAgeU26VPwXg { width:0.125rem;height:0.125rem;top:141rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uso34uq12iav5LBeB82qQxxwLWZEScXo { width:16.375rem;height:2rem;top:146.0625rem;left:1.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nZQz2BTKso0E7lLAwJRnCvDZB0wRlUPO { width:13.375rem;height:2.5996125rem;top:148.625rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqAiTRayh54wA2dczw6bUWoO8gNJPJo3 { width:16.625rem;height:10.556625rem;top:151.5000038147rem;left:1.6875001192093rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #szqiwoetLLT1piNM6XvqIInhqSdIa648 { display:none; }#szqiwoetLLT1piNM6XvqIInhqSdIa648 > .row .container { width:20rem;height:90.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Jw1EH8M4TBQeGi2ZGzLUVXoNDVqRL6c2 { width:18.9375rem;height:2.15rem;top:11.778912353516rem;left:0.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxEhHXZzc2vCW9TGe9zQVibeGxNurea8 { width:12.5rem;height:3.5rem;top:18.716412353516rem;left:3.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX89fkgqvnPeZW7RTBfWTmg6TtttoGy3 { width:12.5rem;height:2.15rem;top:14.716412353516rem;left:3.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnwCzf19PHeOht8E57WOLTxbl4TsNvNm { width:12.5rem;height:7.3rem;top:22.866407394409rem;left:3.7499998807907rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuMLEWesZcQ8NWtWIEw64HPQwa79HMrS { width:10.25rem;height:2rem;top:23.99765586853rem;left:9.0625003576281rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUJFfVcSPXBwXTPpVraxBietSTeBiPVL { width:4.8125rem;height:1.6rem;top:23.153912353516rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUUmgmTW97wV5CdSvTfSt2JwQKwmAefT { width:4.8125rem;height:1.85rem;top:24.26015663147rem;left:3.0000001192093rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJwnBfCI4fIKdxvxATpQbC7aJs8Ezqt7 { width:4.625rem;height:1.75rem;top:20.528912353516rem;left:7.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T50KSGTKB351G1NiAQ5a0qWCXlRcGR9L { width:13.375rem;height:1.2rem;top:26.71640586853rem;left:3.3124998807907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT2vfd468nKXMa5Ul9rmDLxekxlAmypl { width:14.875rem;height:14.9375rem;top:17.653912353516rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV8yT00ybbmuMJ0zDk6NPveRuQrwT7IW { width:19.625rem;height:26.375rem;top:10.841412353516rem;left:0.1875rem;z-index:14966;display:block; }
 }@media only screen and (max-width: 763px) { #SpIq0zmLi8yhoA9mHhc0BahaJauU0QSc { width:8.5rem;height:0.95rem;top:35.091400146484rem;left:10.937500357628rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uZrGT4pWyExF8K0lsgq4GKwkKXPncCgG { width:2.75rem;height:2.75rem;top:34.053924560547rem;left:9.1875003576281rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvaIPHT623mkVOBqrzhWHAKKdp6tcxGF { width:6.875rem;height:1.05rem;top:35.028900146484rem;left:2.6249998807907rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HD620biSGQFK45Ho9JRF2CHPT3O2GeMN { width:2.75rem;height:2.75rem;top:34.341412353516rem;left:0.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFU6vxgxrzpna1w85mkzTxvddWxRq2ol { width:4rem;height:4rem;top:13.841412353516rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5BT7EVcECQmrTqROBMqqxQ8wgPmTITR { width:4rem;height:4rem;top:13.903912353516rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs9qJ3IVzHof9Op7MPefEor9UhLIrlbd { width:13.5625rem;height:2.625rem;top:29.153912353516rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUSHBxMuoPA7gLrtBJb5N7kJu449OI7T { display:block; }
 }@media only screen and (max-width: 763px) { #esAo65mb6QwzRSL8IgbAt9wupzJSI1dq { width:14.0625rem;height:1.05rem;top:33.153912353516rem;left:3.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI0v1l7bfSP61IOUoPSUD8OaafaAZyof { width:19.625rem;height:24.875rem;top:38.466400146484rem;left:0.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #666368, #dfdedf);background-image: -moz-linear-gradient(180deg, #666368, #dfdedf);background-image: -ms-linear-gradient(180deg, #666368, #dfdedf);background-image: -o-linear-gradient(180deg, #666368, #dfdedf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#666368', endColorstr='#dfdedf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#666368', endColorstr='#dfdedf' );";background-image: linear-gradient(180deg, #666368, #dfdedf);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xR5RawWKr2afndfF451dKlQ4WOTOQq9G { width:8.5rem;height:0;top:62.903912353513rem;left:11.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #seq4Xbt6svwlLy80kGd1udLTU3FzJT5t { width:14.8125rem;height:11.6875rem;top:45.778912353516rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUfToBQhReIAya0hFnZAJxl6pIJzo169 { width:14.0625rem;height:1.05rem;top:58.86874961853rem;left:2.9687501192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQwtFsBxT6RTvgP1cRQGSBqGrO1JLr4Z { width:12.5rem;height:8.2rem;top:49.966400146484rem;left:3.6874998807907rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brIxt3wLQTkCsF4pSm8Pi28WifSxh7ed { width:13.375rem;height:1.2rem;top:54.71640586853rem;left:3.3124998807907rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJGmmm6vccSqwQSvcvg0HTFE0L7UHJgb { width:7.75rem;height:2rem;top:51.528125762939rem;left:10.375000357628rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLMCBvwCSmOxblGluoOgBtoETlMVNVAS { width:2.75rem;height:2.75rem;top:61.883911895752rem;left:8.8118724823rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QhzZRw7zp9sVteMI1TGMl5k4ZfcWC3QC { width:12.5rem;height:3.5rem;top:46.466412353516rem;left:3.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rws6mlc6TvbI5iv54T7B9rg77BdwnmTQ { width:4.625rem;height:1.75rem;top:48.591412353516rem;left:7.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNl9Ly11TXdfSNcdwUGfh4bc34ctkWDd { width:6.875rem;height:1.05rem;top:61.02109336853rem;left:2.5617188215256rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aIW34i167WcC8emBnCx7fqAHT8I8Su93 { width:4.8125rem;height:1.6rem;top:50.466400146484rem;left:3.2500001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFR2wEZPAR3FxVT7v52rRVIJGrMDBmdg { width:4.8125rem;height:2.15rem;top:51.528900146484rem;left:2.7500001192093rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6R3bMCq5cA0RczwWsrhFVT5GhMTwIkN { width:12.5rem;height:2.15rem;top:42.466412353516rem;left:3.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na3B7HT4JyRIEQLGIyygUn7ayh6zvZGv { width:2.75rem;height:2.75rem;top:60.231248855591rem;left:0.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euudHcdLhTwPm8BR4Nt2EWJsdXJoGrBe { width:18.9375rem;height:2.15rem;top:39.528912353516rem;left:0.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #su0u7im0SVMI5O5rPlWqtdAu8qIhPKgb { width:19.625rem;height:24.375rem;top:64.5625rem;left:0.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #666368, #dfdedf);background-image: -moz-linear-gradient(180deg, #666368, #dfdedf);background-image: -ms-linear-gradient(180deg, #666368, #dfdedf);background-image: -o-linear-gradient(180deg, #666368, #dfdedf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#666368', endColorstr='#dfdedf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#666368', endColorstr='#dfdedf' );";background-image: linear-gradient(180deg, #666368, #dfdedf);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #KRPMiaiNK4IXuhfpWuuTFNf42FFMhsQp { width:8.5rem;height:0;top:90.653912353512rem;left:11.312501907349rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GsekSGZmntRPkD9BNpNCo8t00ve9GnHO { width:14.0625rem;height:1.05rem;top:84.0625rem;left:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvraitTzSLhRkJrQZeWV3MKcgnpxDedT { width:12.5rem;height:9.2rem;top:75.8125rem;left:3.5625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Erx38yGAeUhCGUnWEvUK8kkBBf8n0Gvz { width:14.8125rem;height:11.6875rem;top:71.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #znIJAfsCwMporfODqHNBIBsBrT7Q1qGp { width:13.375rem;height:1.2rem;top:80.25rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc6bFh70mkI27BBFR87svrIXQERtkn66 { width:5.9375rem;height:2rem;top:77.875rem;left:11.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOwAD8WPvRpXsA0On6v6MTMb2S0GCSGz { width:2.75rem;height:2.75rem;top:89.75891189575rem;left:8.8750019073488rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NxVl9yCiiVB77yuZ4AMWZD2Pb4qEXzy7 { width:12.5rem;height:3.5rem;top:72.4375rem;left:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsPS0bITXBozLgbED6ZdmO22uSLwULm7 { width:4.625rem;height:1.75rem;top:74.25rem;left:7.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUTLsS86mrhUTifgW5q3PrEwmGEwT1fN { width:6.875rem;height:1.05rem;top:86.25rem;left:2.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KqGaSscxMg0LoRLOZe6fEBfDiAwobpU1 { width:12.5rem;height:2.15rem;top:68.4375rem;left:2.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5wCg8C2gitfbJap7ScMb8P1sI3d6WXr { width:18.9375rem;height:2.15rem;top:65.5rem;left:0.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMp63omIrcQQoT3eVSQcSxuXhT65th1w { width:4.8125rem;height:1.6rem;top:76.4375rem;left:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0LrnResLkD33yKh0aSHwmAtB6KGn8O3 { width:4.8125rem;height:2.25rem;top:77.625rem;left:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTumEQzmtGB7JwVG3HdrpOeim1FSMBui { width:2.75rem;height:2.75rem;top:85.400001525881rem;left:0.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #anxNLZU2e1ZllTZh2Q6QBtCQ9LDQbofX { width:20rem;height:4.8rem;top:4.7914066314697rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ef7H5ycptPzZhaZuxWBmvbqKWxOwE0yW { width:18.75rem;height:2.6rem;top:0.9375rem;left:0.625rem;font-size:1.1875rem;line-height:1.1;z-index:14967;display:block; }
 }@media only screen and (max-width: 763px) { #OoGTZJmAfckVz5FP6XRAJwgs5UV6buc4 { width:8.5rem;height:0.95rem;top:61.258592605591rem;left:10.625000357628rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #EQu9CyEuTxAMvXRhCVp1TxE4hBfgHZiL { width:2.75rem;height:2.75rem;top:60.171094894409rem;left:8.6250003576281rem;font-size:1.875rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #qBA3SOBfdNZr4EhlDV9b6p1yDgFTJUkT { width:8.5rem;height:0.95rem;top:86.3125rem;left:10.875rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #Tq2vU6Wvyk9dPlsMhkdO1vTeTdA0KCFf { width:2.75rem;height:2.75rem;top:85.375rem;left:8.875rem;font-size:1.875rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #Di6TGcaXxCQWq9D6MXDfyTAvuLQbuhOB { display:block; }#Di6TGcaXxCQWq9D6MXDfyTAvuLQbuhOB > .row .container { width:20rem;height:85.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OIc8EF7aL4l0TbpXILdUMJrBPETbs3wc { width:19.625rem;height:42.8613125rem;top:7.046875rem;left:0.1875rem;font-size:0.875rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wNzqJyiH7K2B2KUe9V9Z3WHZiiOH4Lca { width:16.625rem;height:4.548825rem;top:1.3125rem;left:1.6875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f9qLo5RqKStvdXClITJpGsrlbhtfCJau { width:20rem;height:33.3159375rem;top:51.8828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wggOXW33robFBpUi6AtQH3R7KuQsd4ii { display:block; }#wggOXW33robFBpUi6AtQH3R7KuQsd4ii > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UcgJTnSF0xsJLIDTwCTAoQ3GDu6Sd2eJ { width:20rem;height:1.94921875rem;top:0.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiVqSBqMkTCUmxVBCOZGIfa2g6JUsMse { display:block; }#IiVqSBqMkTCUmxVBCOZGIfa2g6JUsMse > .row .container { width:20rem;height:38rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EFEs5FMps2SecveIfyT61QQL8QRpRbK7 { width:20rem;height:31.75rem;top:4.7289123535156rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndQRHtJDU02iMuDnKVmxqPzTPSWqkavi { width:13.6875rem;height:2.2753875rem;top:13.75rem;left:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIlImfQQOsVKc2471zFTZhVAAm4TL2vA { width:5.25rem;height:6.1875rem;top:5.5rem;left:7.3750002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXVlbOEW7SFB3RpmO4dVbvIoWE6VVlt6 { width:13.0625rem;height:1.625rem;top:14.1875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz6SvUynogwWW97QMfxkFKbUKJeyGkU0 { width:3.125rem;height:1.3rem;top:12.4375rem;left:8.4375002980231rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T30CDG28TkAFIT7bHVTagVEwCbTag6r4 { width:3.125rem;height:1.3rem;top:16.336588382721rem;left:8.4375002980231rem;font-size:1rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #RnamgeMoB5slHuv3lCCc58WdDsCU01ah { width:12.5625rem;height:6.41875rem;top:16.29062461853rem;left:3.7187498807907rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTEaBowfz1bTpiXuan9f3hUl6Th4qxXv { width:1.75rem;height:1.3rem;top:20.0625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ0p8HEOdXW8OfVJxp7Zg55sEs3k3eTM { width:1.75rem;height:1.3rem;top:18.9375rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbhR5BLWzIP9mtANqS3wbSVyGdUGlnOL { width:3rem;height:4.386725rem;top:17.640625rem;left:14.562500357628rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVyTdUOvEqR1heHMU07h72bUuvzr14kJ { width:10.9375rem;height:1.21875rem;top:22.110678195953rem;left:4.5312502980232rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkVSKeAAvsXMJHK20TnPuMGXTPqHyNbu { width:19rem;height:4.6875rem;top:24.125000476837rem;left:0.50000005960464rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwa7BKXHcqcT9XsUJbV30tNc6K5twr6k { display:block; }
 }@media only screen and (max-width: 763px) { #E6mHicpGJpBcT6uCJh8mIiHPTwOLv17u { display:flex;width:1.75rem;height:1.75rem;top:30.924479007721rem;left:1.7291668057442rem; }
 }@media only screen and (max-width: 763px) { #DWl8ivHilmcfacLaLfNshsve4QLTqsIT { display:flex;width:1.75rem;height:1.75rem;top:33.687502384186rem;left:4.5312502980232rem; }
 }@media only screen and (max-width: 763px) { #iBO4sOgvRKeXDGcBZB53R5IGenp0v7E6 { display:flex;width:1.75rem;height:1.75rem;top:30.924479007721rem;left:10.416667282581rem; }
 }@media only screen and (max-width: 763px) { #rMG52xrdF9hwk8fsbqPK4qwaA0LvEJdu { width:3.75rem;height:1.5rem;top:31.049479007721rem;left:4.5625002980232rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0wcofryGoBkVg8DgcQxiNagKW9RmTcA { width:9.75rem;height:1.5rem;top:33.875002384186rem;left:6.7500002980231rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7RbAWyfEhRseZKBnDy9Suklb4HQPnwm { width:5.125rem;height:1.5rem;top:31.091146945953rem;left:12.687500298023rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAfeikDgTiCr5HGSSWgbTMvhJRyTcaEB { width:20rem;height:2.611325rem;top:1.25rem;left:0rem;font-size:1.1875rem;line-height:1.1;z-index:14967;display:block; }
 }@media only screen and (max-width: 763px) { #UQT2dL2wV4zvT8pVnslBui5rT7HmckvT { display:block; }#UQT2dL2wV4zvT8pVnslBui5rT7HmckvT > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LURRHG3zRTrwQMFp2lTtnkdq1TaFSHqP { width:19.0625rem;height:9rem;top:7.5625rem;left:0.46875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PqVev97Vs4MmEAEg8kWfKzVOesxKnu9a { width:12.9375rem;height:4.38574375rem;top:2.0874996185302rem;left:6.0624998807907rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bWebSNloSNy7bpOPpZX4BBecRtNQF7mQ { width:6.0625rem;height:5.625rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTno13vgtZLSHwaDa9qflnRE9Af6iQuB { display:block; }#TTno13vgtZLSHwaDa9qflnRE9Af6iQuB > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUkbqfbp85PNIweoATbffaAvxfyAJcSm { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #By0UC8Lst5zDWDUHUnDJ93aIzUvLSqZC { display:block; }#By0UC8Lst5zDWDUHUnDJ93aIzUvLSqZC > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omF3wCRTbbdaFNIBphyaTtsnogLxTi4K { width:18.375rem;height:2.4375rem;top:1.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEPATpucAe5xUWncrMxqXQhtIkA6Qk0U { width:1.625rem;height:1.6875rem;top:1.5rem;left:18.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRxoDGIMxaVlWlNwxOBTWaeLFwQXfGD9 { width:20rem;height:2.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5ZN0lsTCs00BTyLHUretAG978wdSDNl { width:1.625rem;height:1.6875rem;top:1.73046875rem;left:18.375000357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9It7Q1DWv07aoTE9PPVIQkszK8hFEUr { display:block; }#J9It7Q1DWv07aoTE9PPVIQkszK8hFEUr > .row .container { width:20rem;height:7.1953359375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhMsrDHJpZtfupvQF1Rlliv0x5KFSkg6 { width:20rem;height:6.82225rem;top:0.37499809265137rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #APTLfgHKxusPrhuNwtnyLH40r2shKt6k { display:block; }#APTLfgHKxusPrhuNwtnyLH40r2shKt6k > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TU7tttE1lwwEXmVacIcMrbNepRBxnpKw { width:18.8125rem;height:2.4375rem;top:1.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVdBaxHBahsvTUMSpQSyMC7HfZcTrPu6 { width:1.625rem;height:1.6875rem;top:1.5rem;left:18.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASmrZ33VeDTKn7gyimmububzTClaIPt5 { width:20rem;height:2.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3DVvPA4Aw0KSRdTfnCl5XZzCdOqm2ML { width:1.625rem;height:1.6875rem;top:1.73046875rem;left:18.250000357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqAE3S0f4zhXNeVsfZHVAbeIzQsvt2Vv { display:block; }#JqAE3S0f4zhXNeVsfZHVAbeIzQsvt2Vv > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDBpuVovZDmJyxGTfSdUcgTSshrceqe9 { width:20rem;height:3.8984375rem;top:0.37499809265137rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hMX52Sq498J1Hm1TReOvXD3B6HyIlef3 { display:block; }#hMX52Sq498J1Hm1TReOvXD3B6HyIlef3 > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJcIGBKdf0IZA728cw9De1fTrXJIA8ZL { width:18.875rem;height:2.4375rem;top:1.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q09BHuAL2AL7Nptk72h6f6JeTRuuQ4zK { width:1.625rem;height:1.6875rem;top:1.5rem;left:18.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ev5mhVeL74tCXmRdcOnUWx1hSPaRnTme { width:20rem;height:2.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhD6hM1D7KgGhw6SK3Kwk38lVGprDFH3 { width:1.625rem;height:1.6875rem;top:2.3304672241211rem;left:18.375000357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsd0w1Re6FF73GsGVITIiCHGrfnEQT4w { display:block; }#Lsd0w1Re6FF73GsGVITIiCHGrfnEQT4w > .row .container { width:20rem;height:6.2216796875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pNIVeUJ4fr0Kvqwoa05lmqlH2WHpoWvV { width:20rem;height:5.84765625rem;top:0.37499809265137rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sKSM4LyZSt6bt0qDN1uW10au3OraUOEV { display:block; }#sKSM4LyZSt6bt0qDN1uW10au3OraUOEV > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZzkZUtRlmWdrOkfT6sSNQ1DMTTAin7rT { width:20rem;height:1.21875rem;top:1.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDutLeKXrI23W5i7fKdqdvQ62wftfBl3 { width:1.625rem;height:1.6875rem;top:1.5rem;left:18.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hT7JRlzd0wvsnbAyfm4a6ZrPtBzo4olC { width:20rem;height:2.6875rem;top:0.63046836853025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dnt51BK3OFkpksWRyziCXsNpHSARF4OR { width:1.625rem;height:1.6875rem;top:1.1304683685302rem;left:18.375000357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJaJDEBrZUunxV5o9u0N6UywmL9SEni2 { display:block; }#uJaJDEBrZUunxV5o9u0N6UywmL9SEni2 > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BL3yRSZrFfXuCuFVQx5vnSLNdK5DuunS { width:20rem;height:2.923825rem;top:0.37499809265137rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #asEWmEdTxDfCs5Ro19weobfG1yNcxA9O { display:block; }#asEWmEdTxDfCs5Ro19weobfG1yNcxA9O > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hL5ThNmkuTz5iJ1c5vdNdAaTfBntGnh3 { width:20rem;height:1.21875rem;top:1.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT1TrAqexniIGwXzBkxPGLV8zrHdHQbx { width:1.625rem;height:1.6875rem;top:1.5rem;left:18.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p6pd32sLu8GsMu14rDW216LRHU1nsKP9 { width:20rem;height:2.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK2Xk6eTRAr6eS2z8T16k8T6f1rGtVIf { width:1.625rem;height:1.6875rem;top:1.1312990188599rem;left:18.375000357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDDOOSTeAMcX4VKp6eZgzDquNAiebMnT { display:block; }#nDDOOSTeAMcX4VKp6eZgzDquNAiebMnT > .row .container { width:20rem;height:14.0175859375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0LutcaVESQI3f6d7BoJNRmwvCBpde1h { width:20rem;height:13.6445rem;top:0.37499809265137rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ytI9o7Gi6g1S9g8ns3UsAOlR7v04EnBi { display:block; }#ytI9o7Gi6g1S9g8ns3UsAOlR7v04EnBi > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n5LpmaSSTLduTipN7Jt1k0RHe7e4dpAo { width:18.1875rem;height:2.4375rem;top:1.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIsJHOZ80A3gk3fUJ78dnyZRwHL3pLwE { width:1.625rem;height:1.6875rem;top:1.5rem;left:18.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rRCMyVVx77cE7I0D3n3OlN61b9qOH9v9 { width:20rem;height:4.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbNzKWu8ZW1J6zIPrXcfUU03cFZQTrPL { width:1.625rem;height:1.6875rem;top:1.7296905517578rem;left:18.375000357628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4iuMtvX41TVOg3DweLUWV2bgHN6h5G8 { display:block; }#c4iuMtvX41TVOg3DweLUWV2bgHN6h5G8 > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZFT1ZD7a0ceqfodOtNzVgGHUFZ8H9o9 { width:20rem;height:1.94921875rem;top:0.37499809265137rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection { display:block; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #IIfe2xORN7HcgTObnTn1V7xmDgGfFKPH > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }