.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:251,222,230;--color-primary-1:244,157,179;--color-primary-2:236,91,129;--color-primary-3:255,46,109;--color-primary-4:220,44,90;--color-secondary-0:224,246,225;--color-secondary-1:163,229,166;--color-secondary-2:102,212,106;--color-secondary-3:77,175,80;--color-secondary-4:0,183,6;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:79,79,79;--color-tertiary-4:0,0,0;--headlines-font-family:"Howdybun";--paragraphs-font-family:"Rubik"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT > .row > .video-iframe-container { display: none; }#QpkH6g1X9kUEG0tO8U5qf7ZzDarp7sGT > .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); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container { background-color: transparent; background-image: none; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container > .video-iframe-container { display: none; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row > .video-iframe-container { display: none; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .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); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container { border-width: 0; border-radius: 0; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#mF7WyoObTqdEK9OJ7eO9oTXRaa24nsIN { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:2.375rem;left:13.875rem;height:1.03125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tf15ncba9qUipAM2GXQyrcu7rdNFvaKL { color:rgba(var(--color-tertiary-4),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:2.375rem;left:21.25rem;height:1.03125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vmw7o1Qv4lDECWxeVmLzbgID9hoL29ZA { color:rgba(var(--color-tertiary-4),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:2.4375rem;left:37.6875rem;height:1.03125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hIWqP64J82Zvmtzl9hPcXl73kLwyfPp3 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:2.375rem;left:29.5rem;height:1.03125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gDgR5EPFVkBQV7nZJbMfKG4MJW2xD7Z4 { position:absolute;display:block;z-index:15048;height:3.75rem;width:20rem;top:0.21875rem;left:55rem;display:none; }
#WGyRsPUe7PmZ9GAEEXaUgkvuXEdNUUQP { position:absolute;display:block;z-index:15057;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:9.1875rem;top:1.21875rem;left:0rem;overflow:hidden;display:block; }
#nl2TSAvcPpXkbWTAXr9JTaD5SR7oiUCL { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.4375rem;left:60.8125rem;height:2.11221875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tzvmw7SxFatJb77SwnQFcPK6oC1Of8L6 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:1.25rem;left:60.8125rem;height:1.46235625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CR5KRWHyTHucQeZVOCKt0zCHt0at2zAg { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #eb4763, #e40f79);background-image: -moz-linear-gradient(270deg, #eb4763, #e40f79);background-image: -ms-linear-gradient(270deg, #eb4763, #e40f79);background-image: -o-linear-gradient(270deg, #eb4763, #e40f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4763', endColorstr='#e40f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4763', endColorstr='#e40f79' );";background-image: linear-gradient(270deg, #eb4763, #e40f79);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:4.0625rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:0.875rem;left:45.875rem;display:block; }
#UrxnNmTRKoQzqFQHSATDQru1lXPuLGnX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ad9UCSqTrR0yBREk7mWzbdd115lixIoi { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fcfaf6, #f3f3f3);background-image: -moz-linear-gradient(90deg, #fcfaf6, #f3f3f3);background-image: -ms-linear-gradient(90deg, #fcfaf6, #f3f3f3);background-image: -o-linear-gradient(90deg, #fcfaf6, #f3f3f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfaf6', endColorstr='#f3f3f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfaf6', endColorstr='#f3f3f3' );";background-image: linear-gradient(90deg, #fcfaf6, #f3f3f3);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ad9UCSqTrR0yBREk7mWzbdd115lixIoi > .row .container { background-color: transparent; background-image: none; }#ad9UCSqTrR0yBREk7mWzbdd115lixIoi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad9UCSqTrR0yBREk7mWzbdd115lixIoi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad9UCSqTrR0yBREk7mWzbdd115lixIoi > .row .container > .video-iframe-container { display: none; }#ad9UCSqTrR0yBREk7mWzbdd115lixIoi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad9UCSqTrR0yBREk7mWzbdd115lixIoi > .row > .video-iframe-container { display: none; }#ad9UCSqTrR0yBREk7mWzbdd115lixIoi > .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); }#ad9UCSqTrR0yBREk7mWzbdd115lixIoi > .row .container { border-width: 0; border-radius: 0; }#ad9UCSqTrR0yBREk7mWzbdd115lixIoi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ad9UCSqTrR0yBREk7mWzbdd115lixIoi > .row .container { width:75rem;height:76.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ItczHA5fhukfmLFDoTUWBWu5mpz97OCH { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #eb4763, #e40f79);background-image: -moz-linear-gradient(270deg, #eb4763, #e40f79);background-image: -ms-linear-gradient(270deg, #eb4763, #e40f79);background-image: -o-linear-gradient(270deg, #eb4763, #e40f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4763', endColorstr='#e40f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4763', endColorstr='#e40f79' );";background-image: linear-gradient(270deg, #eb4763, #e40f79);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.6875rem;height:4.0625rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:66.25rem;left:24.1875rem;display:block; }
#JhKgSSitKv8GmGiz0Tb1ZfKs1vEONJ2e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FarJIVZOQ3WKHnzuv6MICTDIT3hyLih4 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.25rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:14.5625rem;left:0rem;height:4.67471875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bcPIxLNlQG0drOchJNRkvBZ95gLJ6cue { position:absolute;display:block;z-index:15045;height:3.75rem;width:20rem;top:54.1875rem;left:3.09375rem;display:none; }
#z5MN1FPZWnyQ1wNzsIWnRHvWyOb6vgC2 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:12.752131462097rem;left:0rem;height:1.855825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wTggxiU6RIxbczBWFDPOgKQB49kOA8hL { color:rgba(var(--color-tertiary-0),1);display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19.46875rem;left:12.15625rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#clJ6QmbtIV3LcHVKAbwAdlZxqONKX9Mh { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:71.003554344175rem;left:30.4375rem;height:1.86860625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QgpTTfXvxEGKO9TiVIwIAtJEIDXxgXwH { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:37.375rem;width:66.75rem;top:26.482955932618rem;left:4.15625rem;display:block; }
#l683fZWJbg6gpLgpoe4zaiiCOGLiBlTJ { box-sizing:content-box;height:4.375rem;width:11.1875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:61.1875rem;left:63.8125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#iBLVKeIdimTvNNAHcW0eqz5JgI73pmg7 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:62.25rem;left:66.5rem;height:1.46235625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pzZD2I54AdH8uagtovdErCmribFhqC1e { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:63.4375rem;left:66.625rem;height:1.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OxStSIFbbtTB1QV5IDADMItMWywXvLQu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:62.625rem;left:64.5rem; }
#Zc2DvTNEKk0dMloU4Lxp3VkF1NVz6XNh { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:26.75rem;left:9.125rem;height:1.70596875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TZn3fzdyLcMh08aGtDBu04ILZquFDK6h { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:26.9375rem;left:3.5625rem; }
#nTiD1uTmDEJkFXdCx9NUp7Jw6xacQZ8g { box-sizing:content-box;height:3.1875rem;width:9.9375rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.9375rem;left:2.875rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#b9eM3rSFouwSk3XhgAWnkl0XVnb6dkPl { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:26.9375rem;left:4.8125rem; }
#GTD7DvQyS2CTOcNwBECmu2rlV2NF9eWF { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:26.9375rem;left:6.0625rem; }
#wtxX74goAz0kTpG2woTOahx6eW9h1RhX { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:26.9375rem;left:7.3125rem; }
#AS5x3NlaDpBZLswOlPqAd5me9MhUgPmM { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:26.9375rem;left:8.5625rem; }
#LZLRp9yxGQbRFugyTQJ4QZ130ziWS2tN { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#ZT2M23HU7tI0slC8pVJE6aN8OJcDgWpO { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #fcfaf6, #f3f3f3);background-image: -moz-linear-gradient(90deg, #fcfaf6, #f3f3f3);background-image: -ms-linear-gradient(90deg, #fcfaf6, #f3f3f3);background-image: -o-linear-gradient(90deg, #fcfaf6, #f3f3f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfaf6', endColorstr='#f3f3f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfaf6', endColorstr='#f3f3f3' );";background-image: linear-gradient(90deg, #fcfaf6, #f3f3f3);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZT2M23HU7tI0slC8pVJE6aN8OJcDgWpO > .row .container { background-color: transparent; background-image: none; }#ZT2M23HU7tI0slC8pVJE6aN8OJcDgWpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT2M23HU7tI0slC8pVJE6aN8OJcDgWpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT2M23HU7tI0slC8pVJE6aN8OJcDgWpO > .row .container > .video-iframe-container { display: none; }#ZT2M23HU7tI0slC8pVJE6aN8OJcDgWpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT2M23HU7tI0slC8pVJE6aN8OJcDgWpO > .row > .video-iframe-container { display: none; }#ZT2M23HU7tI0slC8pVJE6aN8OJcDgWpO > .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); }#ZT2M23HU7tI0slC8pVJE6aN8OJcDgWpO > .row .container { border-width: 0; border-radius: 0; }#ZT2M23HU7tI0slC8pVJE6aN8OJcDgWpO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZT2M23HU7tI0slC8pVJE6aN8OJcDgWpO > .row .container { width:75rem;height:19.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#uawoKTOg6GqICppuJHANSWsWGcZFvIHg { position:absolute;display:block;z-index:15045;height:3.75rem;width:20rem;top:54.1875rem;left:3.09375rem;display:none; }
#z2JPpeEwHq9fcpLAT7rdEo7D6gAzsaxo { position:absolute;display:block;z-index:15046;height:18.75rem;width:75rem;top:0rem;left:0rem;display:block; }
#xCtHPEy3lhHSslXshg6ygzroT9vOk6f3 { background-color:rgba(255,255,255,0.8);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xCtHPEy3lhHSslXshg6ygzroT9vOk6f3 > .row .container { background-color: transparent; background-image: none; }#xCtHPEy3lhHSslXshg6ygzroT9vOk6f3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCtHPEy3lhHSslXshg6ygzroT9vOk6f3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCtHPEy3lhHSslXshg6ygzroT9vOk6f3 > .row .container > .video-iframe-container { display: none; }#xCtHPEy3lhHSslXshg6ygzroT9vOk6f3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCtHPEy3lhHSslXshg6ygzroT9vOk6f3 > .row > .video-iframe-container { display: none; }#xCtHPEy3lhHSslXshg6ygzroT9vOk6f3 > .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); }#xCtHPEy3lhHSslXshg6ygzroT9vOk6f3 > .row .container { border-width: 0; border-radius: 0; }#xCtHPEy3lhHSslXshg6ygzroT9vOk6f3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xCtHPEy3lhHSslXshg6ygzroT9vOk6f3 > .row .container { width:75rem;height:17.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#nGlvRvdDTUEp7vDGExcfrlCN6RvTrITM { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:8.0625rem;left:0rem;height:3.09375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hQkgMs7EJR7oShL0GaPsSgsBPRqCf6dJ { position:absolute;display:block;z-index:15045;height:3.75rem;width:20rem;top:54.1875rem;left:3.09375rem;display:none; }
#RqT1OSqb2TOPF9u2vEXI8qxklFIvuoR1 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:11.154829025269rem;left:17.0625rem;height:3.16193125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NTb5fy1R0BHPzdtOwETAbgK1UQAiLp10 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NTb5fy1R0BHPzdtOwETAbgK1UQAiLp10 > .row .container { background-color: transparent; background-image: none; }#NTb5fy1R0BHPzdtOwETAbgK1UQAiLp10::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTb5fy1R0BHPzdtOwETAbgK1UQAiLp10 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTb5fy1R0BHPzdtOwETAbgK1UQAiLp10 > .row .container > .video-iframe-container { display: none; }#NTb5fy1R0BHPzdtOwETAbgK1UQAiLp10 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTb5fy1R0BHPzdtOwETAbgK1UQAiLp10 > .row > .video-iframe-container { display: none; }#NTb5fy1R0BHPzdtOwETAbgK1UQAiLp10 > .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); }#NTb5fy1R0BHPzdtOwETAbgK1UQAiLp10 > .row .container { border-width: 0; border-radius: 0; }#NTb5fy1R0BHPzdtOwETAbgK1UQAiLp10 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NTb5fy1R0BHPzdtOwETAbgK1UQAiLp10 > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:75rem;position:relative;display:block; }#Tf7DgM2rgyO3l7aw1IqZ31wO3hkO8e3U { box-sizing:content-box;height:32.0625rem;width:17.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.5);background-image:url("https://images.assets-landingi.com/uc/bf6b8c6f-cd18-4f31-b4ef-e963e60a1ba0/ImagemdoWhatsAppde20230808as164843.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0.46875rem;display:block; }#Tf7DgM2rgyO3l7aw1IqZ31wO3hkO8e3U.adaptive-delivery-prevent-bg, #Tf7DgM2rgyO3l7aw1IqZ31wO3hkO8e3U.lazyload, #Tf7DgM2rgyO3l7aw1IqZ31wO3hkO8e3U.lazyloading { background-image: none; }
#vwTMKfclUW4hZbVh2s2EBz6bosCUfJ4s { box-sizing:content-box;height:32.0625rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0.5);background-image:url("https://images.assets-landingi.com/uc/e26b24c1-b3a5-45c3-961f-a6eee45e0624/3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:19.21875rem;display:block; }#vwTMKfclUW4hZbVh2s2EBz6bosCUfJ4s.adaptive-delivery-prevent-bg, #vwTMKfclUW4hZbVh2s2EBz6bosCUfJ4s.lazyload, #vwTMKfclUW4hZbVh2s2EBz6bosCUfJ4s.lazyloading { background-image: none; }
#QLAD94TrbdiTrsEU4Ue5brKHyEZ1tsoL { box-sizing:content-box;height:32.0625rem;width:17.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0.5);background-image:url("https://images.assets-landingi.com/uc/69efebcc-6563-480b-82cf-64339c26d008/ImagemdoWhatsAppde20230808as164842.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:37.96875rem;display:block; }#QLAD94TrbdiTrsEU4Ue5brKHyEZ1tsoL.adaptive-delivery-prevent-bg, #QLAD94TrbdiTrsEU4Ue5brKHyEZ1tsoL.lazyload, #QLAD94TrbdiTrsEU4Ue5brKHyEZ1tsoL.lazyloading { background-image: none; }
#tkPmtB0AdthaSAB7I9Gi0g1Ch6C8Qi21 { box-sizing:content-box;height:32.0625rem;width:17.8125rem;position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0.5);background-image:url("https://images.assets-landingi.com/uc/5e5dae8c-dd30-4963-a290-de24c1175d74/ImagemdoWhatsAppde20230808as1648431.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:56.71875rem;display:block; }#tkPmtB0AdthaSAB7I9Gi0g1Ch6C8Qi21.adaptive-delivery-prevent-bg, #tkPmtB0AdthaSAB7I9Gi0g1Ch6C8Qi21.lazyload, #tkPmtB0AdthaSAB7I9Gi0g1Ch6C8Qi21.lazyloading { background-image: none; }
#OteDL16kpWMcItB6bpDNV7TXIcaE7rdh { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:26.2109375rem;left:3rem;height:1.58096875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qwAH7n85JlvbQCSvOMzlKSVeRavBoJTf { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:26.210939407349rem;left:21.75rem;height:1.58096875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SIayhbvnBhQub6I8cwWKNrK5t34FGNsZ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:26.210939407349rem;left:40.5rem;height:1.58096875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Tq2iWencfvTxMXiwwHZwe2a8Wsw4vpOw { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:26.210939407349rem;left:59.25rem;height:1.58096875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nzcE1XSl7Olu8WNSiCQRbO8mPJgT4eED { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:25.225141525269rem;left:3rem;height:1.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sUmhi8Bg7bOEaxHNJo0purxo0Lz4LeHn { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:25.225141525269rem;left:21.75rem;height:1.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RAEcRuSk2SEQbqZqhuyDVPQdpVVKxWqX { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:25.225141525269rem;left:40.5rem;height:1.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#A7ITmtVltxef2IquTpMsyz9RyaomsGLJ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:25.225141525269rem;left:59.25rem;height:1.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oGa0EvCc1OSuuuAcSa6Z72HhTN0Bu4HU { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #eb4763, #e40f79);background-image: -moz-linear-gradient(270deg, #eb4763, #e40f79);background-image: -ms-linear-gradient(270deg, #eb4763, #e40f79);background-image: -o-linear-gradient(270deg, #eb4763, #e40f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4763', endColorstr='#e40f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4763', endColorstr='#e40f79' );";background-image: linear-gradient(270deg, #eb4763, #e40f79);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.8125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:30.558952331543rem;left:40.3125rem;display:block; }
#RpfI9FO6zT5W1TGEcUJsGKi4uHMzm6v1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DIURcEULCo1ptQk8s9etrewRavkHdoUo { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #eb4763, #e40f79);background-image: -moz-linear-gradient(270deg, #eb4763, #e40f79);background-image: -ms-linear-gradient(270deg, #eb4763, #e40f79);background-image: -o-linear-gradient(270deg, #eb4763, #e40f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4763', endColorstr='#e40f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4763', endColorstr='#e40f79' );";background-image: linear-gradient(270deg, #eb4763, #e40f79);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.8125rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:30.558952331543rem;left:59.0625rem;display:block; }
#nyNr0LvZUkEa2eEE3uHr0vhsemfWLoXb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TvK1OAzDsabzbpLJx0KU5VK7w2IXbIlX { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #eb4763, #e40f79);background-image: -moz-linear-gradient(270deg, #eb4763, #e40f79);background-image: -ms-linear-gradient(270deg, #eb4763, #e40f79);background-image: -o-linear-gradient(270deg, #eb4763, #e40f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4763', endColorstr='#e40f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4763', endColorstr='#e40f79' );";background-image: linear-gradient(270deg, #eb4763, #e40f79);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.8125rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:30.558952331543rem;left:21.5625rem;display:block; }
#PnwxQ0453HifpPuMViAiCBgmyBVdTwXI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#idTcp4FdAdl14ZBVXVBqzJJk10TzifVV { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #eb4763, #e40f79);background-image: -moz-linear-gradient(270deg, #eb4763, #e40f79);background-image: -ms-linear-gradient(270deg, #eb4763, #e40f79);background-image: -o-linear-gradient(270deg, #eb4763, #e40f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4763', endColorstr='#e40f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4763', endColorstr='#e40f79' );";background-image: linear-gradient(270deg, #eb4763, #e40f79);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.8125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:30.558952331543rem;left:2.6704521179199rem;display:block; }
#DzCzTLWEP4PsZHhfCId9IHIZU4kMzQTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HTaasmnBHzTdTckO3uBzLTGCOCAP3sl9 { box-sizing:content-box;height:16.6875rem;width:17.8125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:cover !important;top:15.25rem;left:37.96875rem;display:block; }
#uda5gRLwRFXHM5E0sJxKTZhX4J7EITGn { box-sizing:content-box;height:16.6875rem;width:17.8125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:cover !important;top:15.420454025269rem;left:56.71875rem;display:block; }
#zMhTn0O9x8tOEVPa3oCtTkCngxz7O9Sa { box-sizing:content-box;height:16.6875rem;width:17.8125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:cover !important;top:15.420454025269rem;left:19.21875rem;display:block; }
#CeTMgb0uwHWpwf2LLwotILDLsep9JQWF { box-sizing:content-box;height:16.6875rem;width:17.8125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:cover !important;top:15.420454025269rem;left:0.46875rem;display:block; }
#rVTmaTOOA20hTNl56clgv59cCExmupWM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rVTmaTOOA20hTNl56clgv59cCExmupWM > .row .container { background-color: transparent; background-image: none; }#rVTmaTOOA20hTNl56clgv59cCExmupWM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVTmaTOOA20hTNl56clgv59cCExmupWM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVTmaTOOA20hTNl56clgv59cCExmupWM > .row .container > .video-iframe-container { display: none; }#rVTmaTOOA20hTNl56clgv59cCExmupWM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVTmaTOOA20hTNl56clgv59cCExmupWM > .row > .video-iframe-container { display: none; }#rVTmaTOOA20hTNl56clgv59cCExmupWM > .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); }#rVTmaTOOA20hTNl56clgv59cCExmupWM > .row .container { border-width: 0; border-radius: 0; }#rVTmaTOOA20hTNl56clgv59cCExmupWM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rVTmaTOOA20hTNl56clgv59cCExmupWM > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;position:relative;display:block; }#UkEGnBmL0TgWWA27y12wbNG6DeQwWpmo { box-sizing:content-box;height:32.0625rem;width:17.8125rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0.5);background-image:url("https://images.assets-landingi.com/uc/7363d5cc-5d8b-4967-937d-48fc99b0fefe/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0.46875rem;display:block; }#UkEGnBmL0TgWWA27y12wbNG6DeQwWpmo.adaptive-delivery-prevent-bg, #UkEGnBmL0TgWWA27y12wbNG6DeQwWpmo.lazyload, #UkEGnBmL0TgWWA27y12wbNG6DeQwWpmo.lazyloading { background-image: none; }
#cQ3bGViHg4oyIXGPx9Th1NZ4blue5cHZ { box-sizing:content-box;height:32.0625rem;width:17.8125rem;position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0.5);background-image:url("https://images.assets-landingi.com/uc/aaadf015-af2c-4802-88ab-f436f118665a/6.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:19.21875rem;display:block; }#cQ3bGViHg4oyIXGPx9Th1NZ4blue5cHZ.adaptive-delivery-prevent-bg, #cQ3bGViHg4oyIXGPx9Th1NZ4blue5cHZ.lazyload, #cQ3bGViHg4oyIXGPx9Th1NZ4blue5cHZ.lazyloading { background-image: none; }
#QLHwBpw1KS586k965tedEZfHMCES01sO { box-sizing:content-box;height:32.0625rem;width:17.8125rem;position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0.5);background-image:url("https://images.assets-landingi.com/uc/c4502fd1-b255-4828-a344-96944ef3680a/ImagemdoWhatsAppde20230809as122531e1691603597721.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:37.96875rem;display:block; }#QLHwBpw1KS586k965tedEZfHMCES01sO.adaptive-delivery-prevent-bg, #QLHwBpw1KS586k965tedEZfHMCES01sO.lazyload, #QLHwBpw1KS586k965tedEZfHMCES01sO.lazyloading { background-image: none; }
#lSNnKRPBq8xNPQsaieRpRLXqT10eLptr { box-sizing:content-box;height:32.0625rem;width:17.8125rem;position:absolute;display:block;z-index:14996;background-color:rgba(0,0,0,0.5);background-image:url("https://images.assets-landingi.com/uc/d4cabbec-582a-42ca-a73d-af92cbd351dd/Desenho.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:56.71875rem;display:block; }#lSNnKRPBq8xNPQsaieRpRLXqT10eLptr.adaptive-delivery-prevent-bg, #lSNnKRPBq8xNPQsaieRpRLXqT10eLptr.lazyload, #lSNnKRPBq8xNPQsaieRpRLXqT10eLptr.lazyloading { background-image: none; }
#BcDD2s7rzZ3SwR3avGMAeucPgoUGXBuC { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:26.2109375rem;left:2.28125rem;height:1.58096875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mDzQ6SsUeHtvxhWbd0bi6qV8KSdJoqG7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:26.210939407349rem;left:21.75rem;height:1.58096875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#U6MExpVfl0BQliE9uIUufwsyuAhlTqqS { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:26.210939407349rem;left:40.5rem;height:1.58096875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#i6fLT2nznJyFub89XVmJJ2DkPBIRmN0D { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:26.2109375rem;left:58.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#a2lDDAqbSaxfGbkggwNTlVSeeB0fi1NW { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:25.225141525269rem;left:3rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OJF1u1QnzgMQRtfXCFFkpeBxri7Toowv { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:25.225141525269rem;left:21.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ngskZtZwB8AfemFoixee2owrrrFrHW31 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:25.225141525269rem;left:40.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XhTaxJpX6VE0skglQhg0ABNJlzH1QZpM { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:25.225141525269rem;left:59.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#m554zM061U3xSmsZ4XhsUpsdKPgRKSFi { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #eb4763, #e40f79);background-image: -moz-linear-gradient(270deg, #eb4763, #e40f79);background-image: -ms-linear-gradient(270deg, #eb4763, #e40f79);background-image: -o-linear-gradient(270deg, #eb4763, #e40f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4763', endColorstr='#e40f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4763', endColorstr='#e40f79' );";background-image: linear-gradient(270deg, #eb4763, #e40f79);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.8125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:30.558952331543rem;left:40.3125rem;display:block; }
#ZOEQBfLwpb0RHJTCccv3QLsm7GfX6NoT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WUwarUZaRUoCLxNxb1rfulCIJMA6owhI { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #eb4763, #e40f79);background-image: -moz-linear-gradient(270deg, #eb4763, #e40f79);background-image: -ms-linear-gradient(270deg, #eb4763, #e40f79);background-image: -o-linear-gradient(270deg, #eb4763, #e40f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4763', endColorstr='#e40f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4763', endColorstr='#e40f79' );";background-image: linear-gradient(270deg, #eb4763, #e40f79);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.8125rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:30.558952331543rem;left:59.0625rem;display:block; }
#g762NqJI2xyeBrJVZkTJR2swl2zOA30O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U56zqFPJ7JTpav0nT0iRCrHOtbP6JlIT { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #eb4763, #e40f79);background-image: -moz-linear-gradient(270deg, #eb4763, #e40f79);background-image: -ms-linear-gradient(270deg, #eb4763, #e40f79);background-image: -o-linear-gradient(270deg, #eb4763, #e40f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4763', endColorstr='#e40f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4763', endColorstr='#e40f79' );";background-image: linear-gradient(270deg, #eb4763, #e40f79);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.8125rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:30.558952331543rem;left:21.5625rem;display:block; }
#OgVkR5ubvC8UrGK00JUpRO1JEAL20aRV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VnSXKUhgI5s5L3Pr8pTbOe6APUTKz4Cq { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #eb4763, #e40f79);background-image: -moz-linear-gradient(270deg, #eb4763, #e40f79);background-image: -ms-linear-gradient(270deg, #eb4763, #e40f79);background-image: -o-linear-gradient(270deg, #eb4763, #e40f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4763', endColorstr='#e40f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4763', endColorstr='#e40f79' );";background-image: linear-gradient(270deg, #eb4763, #e40f79);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.8125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:30.558952331543rem;left:2.6704521179199rem;display:block; }
#l4HtqkMEOz24SJOh3uSMqzEvsEfLdOJP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DCF5olxg5S7bLoRXIHBo380ESSULWeo8 { box-sizing:content-box;height:16.6875rem;width:17.8125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:cover !important;top:15.42045211792rem;left:0.46875rem;display:block; }
#Ga6KswhbgS9A8hKHv8IqFSnLzDTHdMwn { box-sizing:content-box;height:16.6875rem;width:17.8125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:cover !important;top:15.42045211792rem;left:19.21875rem;display:block; }
#xrn9cXW8lq92TLVq2s2dXcFBFAZBAQ3C { box-sizing:content-box;height:16.6875rem;width:17.8125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:cover !important;top:15.42045211792rem;left:37.96875rem;display:block; }
#Lt3zWTsVaIkQ2WshOBJCuvJ7LQ9y3ZSS { box-sizing:content-box;height:16.6875rem;width:17.8125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:cover !important;top:15.42045211792rem;left:56.71875rem;display:block; }
#blG7lzPXAe77UUOaqwOHdN8ISABA7WGU { background-color:rgba(255,255,255,0.8);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#blG7lzPXAe77UUOaqwOHdN8ISABA7WGU > .row .container { background-color: transparent; background-image: none; }#blG7lzPXAe77UUOaqwOHdN8ISABA7WGU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blG7lzPXAe77UUOaqwOHdN8ISABA7WGU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blG7lzPXAe77UUOaqwOHdN8ISABA7WGU > .row .container > .video-iframe-container { display: none; }#blG7lzPXAe77UUOaqwOHdN8ISABA7WGU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blG7lzPXAe77UUOaqwOHdN8ISABA7WGU > .row > .video-iframe-container { display: none; }#blG7lzPXAe77UUOaqwOHdN8ISABA7WGU > .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); }#blG7lzPXAe77UUOaqwOHdN8ISABA7WGU > .row .container { border-width: 0; border-radius: 0; }#blG7lzPXAe77UUOaqwOHdN8ISABA7WGU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#blG7lzPXAe77UUOaqwOHdN8ISABA7WGU > .row .container { width:75rem;height:15.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#zsUhnkaSRNXRBMVFgezVqHwJg94c97O8 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:6.8125rem;left:0rem;height:3.09375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PZ8Qc6GwNTXRTvmk9I6hBRvreaez8rWM { position:absolute;display:block;z-index:15045;height:3.75rem;width:20rem;top:54.1875rem;left:3.09375rem;display:none; }
#JTBVMfmfrLH7I5zvOtSvWIMgVBH2f4TM { color:rgba(var(--color-tertiary-0),1);display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:9.90625rem;left:20.15625rem;height:3.16193125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 { 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; }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .row .container { background-color: transparent; background-image: none; }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .row .container > .video-iframe-container { display: none; }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .row > .video-iframe-container { display: none; }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .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); }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .row .container { border-width: 0; border-radius: 0; }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .row .container { font-size:0.875rem;font-family:arial;height:101.25rem;width:75rem;position:relative;display:block; }#pcXEf6VNNBTXxB4PMZr4Xd9qk3FyH3px { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:19.375rem;display:none; }
#x08SmWyoZdcbwdWVr7lfOKdGphKmNX1O { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #eb4763, #e40f79);background-image: -moz-linear-gradient(270deg, #eb4763, #e40f79);background-image: -ms-linear-gradient(270deg, #eb4763, #e40f79);background-image: -o-linear-gradient(270deg, #eb4763, #e40f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4763', endColorstr='#e40f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4763', endColorstr='#e40f79' );";background-image: linear-gradient(270deg, #eb4763, #e40f79);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.625rem;height:4.0625rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:92.3750038147rem;left:10.875rem;display:block; }
#VKDfntOw5qa0CBEEDGXdAoLMT9ELsWOE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TAceFAEMAigPOSqnBmcT5uKqLutn7LVS { box-sizing:content-box;height:4.375rem;width:21.8125rem;position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:92.2500038147rem;left:42.375rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#dwxn3wiinL9KGmC0Fc3K7rbBL86UET3L { position:absolute;display:block;z-index:15088;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:6.75rem;top:93.2500038147rem;left:56.1875rem;overflow:hidden;display:block; }
#WADvl7F41mosg3WFJ8V4miw2yvR6TfJq { color:#36c4b2;display:block;width:10.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;top:94.3125038147rem;left:46.75rem;height:1.04971875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZxCTwxKfG6WOXk3oTPIDtmlcKEikIpSk { color:#36c4b2;display:block;width:10.125rem;position:absolute;font-family:poppins;font-size:0.5625rem;font-weight:400;z-index:15055;line-height:1.2;letter-spacing:0;top:93.5625038147rem;left:46.75rem;height:0.67471875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZLtk05ICtMqhHlGPyRgs2VllStyiwHuk { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:2.5rem;width:2.5rem;top:93.1875038147rem;left:43.375rem;overflow:hidden;display:block; }
#WUasqGA6KNwZlAiG7xGKONu3arNsIIeJ { position:absolute;display:block;z-index:15089;height:89.375rem;width:75rem;top:0rem;left:0rem;display:block; }
#xKtV7zVgaTeD203mfbHLaQzRwTFcIkgI { background-color:#eb4763;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xKtV7zVgaTeD203mfbHLaQzRwTFcIkgI > .row .container { background-color: transparent; background-image: none; }#xKtV7zVgaTeD203mfbHLaQzRwTFcIkgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKtV7zVgaTeD203mfbHLaQzRwTFcIkgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKtV7zVgaTeD203mfbHLaQzRwTFcIkgI > .row .container > .video-iframe-container { display: none; }#xKtV7zVgaTeD203mfbHLaQzRwTFcIkgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKtV7zVgaTeD203mfbHLaQzRwTFcIkgI > .row > .video-iframe-container { display: none; }#xKtV7zVgaTeD203mfbHLaQzRwTFcIkgI > .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); }#xKtV7zVgaTeD203mfbHLaQzRwTFcIkgI > .row .container { border-width: 0; border-radius: 0; }#xKtV7zVgaTeD203mfbHLaQzRwTFcIkgI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xKtV7zVgaTeD203mfbHLaQzRwTFcIkgI > .row .container { width:75rem;height:10.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#IDLicqPNZrtMKpWDWROxmLvvd6P9ZPuk { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:5.5625rem;left:0rem;height:3.09375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DZB5qrrTUCT5PAb2c6FTKhGAK5Qm3Cu4 { position:absolute;display:block;z-index:15045;height:3.75rem;width:20rem;top:54.1875rem;left:3.09375rem;display:none; }
#sbVT82dk9ZbbWtnOnQXGy7sPvUMFTStl { color:rgba(var(--color-tertiary-0),1);display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:8.625rem;left:20.1875rem;height:1.58096875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VAm4d74xSS6GOBTpXtTKiVTQ5xEF4TW1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eb4763;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; }#VAm4d74xSS6GOBTpXtTKiVTQ5xEF4TW1 > .row .container { background-color: transparent; background-image: none; }#VAm4d74xSS6GOBTpXtTKiVTQ5xEF4TW1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAm4d74xSS6GOBTpXtTKiVTQ5xEF4TW1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAm4d74xSS6GOBTpXtTKiVTQ5xEF4TW1 > .row .container > .video-iframe-container { display: none; }#VAm4d74xSS6GOBTpXtTKiVTQ5xEF4TW1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAm4d74xSS6GOBTpXtTKiVTQ5xEF4TW1 > .row > .video-iframe-container { display: none; }#VAm4d74xSS6GOBTpXtTKiVTQ5xEF4TW1 > .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); }#VAm4d74xSS6GOBTpXtTKiVTQ5xEF4TW1 > .row .container { border-width: 0; border-radius: 0; }#VAm4d74xSS6GOBTpXtTKiVTQ5xEF4TW1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VAm4d74xSS6GOBTpXtTKiVTQ5xEF4TW1 > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#J5297CaBixVoMA9aNBq2WyRmbbOyePe7 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:20.875rem;width:37.1875rem;top:1.1242687925696rem;left:0rem;display:block; }
#RgoFCWFtpueqZ8DVokkkmZOmy6WBNmia { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:20.875rem;width:37.1875rem;top:1.1242904663086rem;left:37.8125rem;display:block; }
#H19oCW4vpPCAplwTrKv2fyQphThJacU3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eb4763;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; }#H19oCW4vpPCAplwTrKv2fyQphThJacU3 > .row .container { background-color: transparent; background-image: none; }#H19oCW4vpPCAplwTrKv2fyQphThJacU3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H19oCW4vpPCAplwTrKv2fyQphThJacU3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H19oCW4vpPCAplwTrKv2fyQphThJacU3 > .row .container > .video-iframe-container { display: none; }#H19oCW4vpPCAplwTrKv2fyQphThJacU3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H19oCW4vpPCAplwTrKv2fyQphThJacU3 > .row > .video-iframe-container { display: none; }#H19oCW4vpPCAplwTrKv2fyQphThJacU3 > .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); }#H19oCW4vpPCAplwTrKv2fyQphThJacU3 > .row .container { border-width: 0; border-radius: 0; }#H19oCW4vpPCAplwTrKv2fyQphThJacU3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H19oCW4vpPCAplwTrKv2fyQphThJacU3 > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;position:relative;display:block; }#yGTODmX7IifkiMH3qiltLqh43ICB1A8x { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:44rem;width:24.6875rem;top:0.625rem;left:0rem;display:block; }
#IaePxUVGKBVRAatFC0BhV22lhSk9DLwU { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:44rem;width:24.6875rem;top:0.625rem;left:25.15625rem;display:block; }
#ZdJ6piTktsUVTMQ14hgiszvAcHWN3CuM { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:44rem;width:24.6875rem;top:0.625rem;left:50.3125rem;display:block; }
#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eb4763;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; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container { background-color: transparent; background-image: none; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container > .video-iframe-container { display: none; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row > .video-iframe-container { display: none; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .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); }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container { border-width: 0; border-radius: 0; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#ILhCbyz909T0JdD3sE346U9KLIqEceWT { position:absolute;display:block;z-index:15029;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:28.75rem;width:75rem;top:0.625rem;left:0rem;display:block; }
#fMSOwiXZHqL2PFlneUsMcS9hdlA2owBt { color:#36c4b2;display:block;width:18.375rem;position:absolute;font-family:azosans;font-size:1rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:11.814636230469rem;left:52.686790466309rem;height:5.5994375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dfusH0Voo0gyiHIoQ9LbV07UntW57nAv { color:rgba(var(--color-tertiary-3),1);display:block;width:19.5rem;position:absolute;font-family:azosans;font-size:1rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:5.6875rem;left:52.6875rem;height:4.199575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#STNycFX2VbVcMcS4u0AE1LNPSpOl8mkr { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;top:12.063232421875rem;left:50.811790466309rem; }
#M33NKMwVd4GtegFbip1SEyKeBgRHZkXD { box-sizing:content-box;color:#5d92ff;font-size:1.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:15049;top:5.6875rem;left:50.5625rem; }
#FkRyXVPiXkRlck70RzghWXRgOuNclI2d { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:3.1875rem;left:1.5625rem;display:block; }
#f7wQHOSFVOIKOShA3AJzPxhUOuv4Po7t { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;top:19.3125rem;left:50.875rem; }
#tf8RaSUgE0za2x7NEn6CpKMceTy3Thqx { color:#36c4b2;display:block;width:15.875rem;position:absolute;font-family:azosans;font-size:1rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:18.8125rem;left:52.75rem;height:2.79971875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b99c1wlPFBnBs0qJZiRiLNiL8fG2vqxi { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:2.5712509155274rem;left:1.5625rem;display:none; }
#Qo4TqDTMyPoql6PV0KWXLMtvkaDq9DzJ { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:22.727294921875rem;left:50.856536865234rem; }
#Qo4TqDTMyPoql6PV0KWXLMtvkaDq9DzJ > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#SWEDwp3AMiQZwMDeeaSvVyhlxKIiuxcu { color:#36c4b2;display:block;width:17.3125rem;position:absolute;font-family:azosans;font-size:1rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:22.614349365234rem;left:52.686080932618rem;height:1.59943125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 { 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; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container { background-color: transparent; background-image: none; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container > .video-iframe-container { display: none; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row > .video-iframe-container { display: none; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .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); }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container { border-width: 0; border-radius: 0; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#uflM6XmQ1qFWaPOTV7iQNy3qT689vhFO { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:1.0500030517578rem;left:0rem;height:1.29971875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN { position:relative;display:none; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN { border-width: 0; border-radius: 0; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#UfuvigqWlkg5ZK0GSnsSumUSfaf8acEU { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #eb4763, #e40f79);background-image: -moz-linear-gradient(270deg, #eb4763, #e40f79);background-image: -ms-linear-gradient(270deg, #eb4763, #e40f79);background-image: -o-linear-gradient(270deg, #eb4763, #e40f79);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4763', endColorstr='#e40f79' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4763', endColorstr='#e40f79' );";background-image: linear-gradient(270deg, #eb4763, #e40f79);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.6875rem;height:4.0625rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:66.25rem;left:24.1875rem;display:none; }
#g8rs2m7HLMIzQKCI2rP3wE2Ivd29uzbA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lmWTWiEebwiTqZwTObss8ovDK1J1aMax { display:block; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mF7WyoObTqdEK9OJ7eO9oTXRaa24nsIN { width:7.375rem;height:1rem;top:2.375rem;left:0.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf15ncba9qUipAM2GXQyrcu7rdNFvaKL { width:8.0625rem;height:1rem;top:2.375rem;left:7.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmw7o1Qv4lDECWxeVmLzbgID9hoL29ZA { width:5.9375rem;height:1rem;top:2.4375rem;left:24.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIWqP64J82Zvmtzl9hPcXl73kLwyfPp3 { width:8.1875rem;height:1rem;top:2.375rem;left:15.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDgR5EPFVkBQV7nZJbMfKG4MJW2xD7Z4 { width:20rem;height:3.75rem;top:0.1875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGyRsPUe7PmZ9GAEEXaUgkvuXEdNUUQP { width:9.1875rem;height:3.375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl2TSAvcPpXkbWTAXr9JTaD5SR7oiUCL { width:14.1875rem;height:2.0625rem;top:2.4375rem;left:33.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzvmw7SxFatJb77SwnQFcPK6oC1Of8L6 { width:14.1875rem;height:1.4375rem;top:1.25rem;left:33.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR5KRWHyTHucQeZVOCKt0zCHt0at2zAg { width:13.875rem;height:4.0625rem;top:0.875rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrxnNmTRKoQzqFQHSATDQru1lXPuLGnX { display:block; }
 }@media only screen and (max-width: 763px) { #ad9UCSqTrR0yBREk7mWzbdd115lixIoi { display:block; }#ad9UCSqTrR0yBREk7mWzbdd115lixIoi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItczHA5fhukfmLFDoTUWBWu5mpz97OCH { width:26.6875rem;height:4.0625rem;top:66.25rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhKgSSitKv8GmGiz0Tb1ZfKs1vEONJ2e { display:block; }
 }@media only screen and (max-width: 763px) { #FarJIVZOQ3WKHnzuv6MICTDIT3hyLih4 { width:47.75rem;height:4.625rem;top:14.5625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcPIxLNlQG0drOchJNRkvBZ95gLJ6cue { width:20rem;height:3.75rem;top:54.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z5MN1FPZWnyQ1wNzsIWnRHvWyOb6vgC2 { width:47.75rem;height:1.8125rem;top:12.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTggxiU6RIxbczBWFDPOgKQB49kOA8hL { width:47.75rem;height:4.875rem;top:19.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #clJ6QmbtIV3LcHVKAbwAdlZxqONKX9Mh { width:14.1875rem;height:1.8125rem;top:71rem;left:16.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgpTTfXvxEGKO9TiVIwIAtJEIDXxgXwH { width:47.75rem;height:26.736423220974rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l683fZWJbg6gpLgpoe4zaiiCOGLiBlTJ { width:11.1875rem;height:4.375rem;top:61.1875rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBLVKeIdimTvNNAHcW0eqz5JgI73pmg7 { width:8.3125rem;height:1.4375rem;top:62.25rem;left:39.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzZD2I54AdH8uagtovdErCmribFhqC1e { width:7.5rem;height:1.1875rem;top:63.4375rem;left:40.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxStSIFbbtTB1QV5IDADMItMWywXvLQu { width:1.625rem;height:1.625rem;top:62.625rem;left:46.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc2DvTNEKk0dMloU4Lxp3VkF1NVz6XNh { width:3.875rem;height:1.6875rem;top:26.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZn3fzdyLcMh08aGtDBu04ILZquFDK6h { width:1.125rem;height:1.125rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTiD1uTmDEJkFXdCx9NUp7Jw6xacQZ8g { width:9.9375rem;height:3.1875rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9eM3rSFouwSk3XhgAWnkl0XVnb6dkPl { width:1.125rem;height:1.125rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTD7DvQyS2CTOcNwBECmu2rlV2NF9eWF { width:1.125rem;height:1.125rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtxX74goAz0kTpG2woTOahx6eW9h1RhX { width:1.125rem;height:1.125rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS5x3NlaDpBZLswOlPqAd5me9MhUgPmM { width:1.125rem;height:1.125rem;top:26.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZLRp9yxGQbRFugyTQJ4QZ130ziWS2tN { width:16.875rem;height:30rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZT2M23HU7tI0slC8pVJE6aN8OJcDgWpO { display:block; }#ZT2M23HU7tI0slC8pVJE6aN8OJcDgWpO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uawoKTOg6GqICppuJHANSWsWGcZFvIHg { width:20rem;height:3.75rem;top:54.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z2JPpeEwHq9fcpLAT7rdEo7D6gAzsaxo { width:47.75rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCtHPEy3lhHSslXshg6ygzroT9vOk6f3 { display:block; }#xCtHPEy3lhHSslXshg6ygzroT9vOk6f3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGlvRvdDTUEp7vDGExcfrlCN6RvTrITM { width:47.75rem;height:3.0625rem;top:8.0625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQkgMs7EJR7oShL0GaPsSgsBPRqCf6dJ { width:20rem;height:3.75rem;top:54.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RqT1OSqb2TOPF9u2vEXI8qxklFIvuoR1 { width:40.875rem;height:3.125rem;top:11.125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTb5fy1R0BHPzdtOwETAbgK1UQAiLp10 { display:block; }#NTb5fy1R0BHPzdtOwETAbgK1UQAiLp10 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tf7DgM2rgyO3l7aw1IqZ31wO3hkO8e3U { width:17.8125rem;height:32.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwTMKfclUW4hZbVh2s2EBz6bosCUfJ4s { width:17.8125rem;height:32.0625rem;top:0rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLAD94TrbdiTrsEU4Ue5brKHyEZ1tsoL { width:17.8125rem;height:32.0625rem;top:0rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkPmtB0AdthaSAB7I9Gi0g1Ch6C8Qi21 { width:17.8125rem;height:32.0625rem;top:0rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OteDL16kpWMcItB6bpDNV7TXIcaE7rdh { width:12.75rem;height:1.5625rem;top:26.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwAH7n85JlvbQCSvOMzlKSVeRavBoJTf { width:12.75rem;height:;top:26.1875rem;left:11.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIayhbvnBhQub6I8cwWKNrK5t34FGNsZ { width:12.75rem;height:1.5625rem;top:26.1875rem;left:23.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq2iWencfvTxMXiwwHZwe2a8Wsw4vpOw { width:12.75rem;height:1.5625rem;top:26.1875rem;left:35rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzcE1XSl7Olu8WNSiCQRbO8mPJgT4eED { width:12.75rem;height:1rem;top:25.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUmhi8Bg7bOEaxHNJo0purxo0Lz4LeHn { width:12.75rem;height:;top:25.1875rem;left:11.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAEcRuSk2SEQbqZqhuyDVPQdpVVKxWqX { width:12.75rem;height:;top:25.1875rem;left:23.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7ITmtVltxef2IquTpMsyz9RyaomsGLJ { width:12.75rem;height:;top:25.1875rem;left:35rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGa0EvCc1OSuuuAcSa6Z72HhTN0Bu4HU { width:13.125rem;height:2.8125rem;top:30.5rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpfI9FO6zT5W1TGEcUJsGKi4uHMzm6v1 { display:block; }
 }@media only screen and (max-width: 763px) { #DIURcEULCo1ptQk8s9etrewRavkHdoUo { width:13.125rem;height:2.8125rem;top:30.5rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyNr0LvZUkEa2eEE3uHr0vhsemfWLoXb { display:block; }
 }@media only screen and (max-width: 763px) { #TvK1OAzDsabzbpLJx0KU5VK7w2IXbIlX { width:13.125rem;height:2.8125rem;top:30.5rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnwxQ0453HifpPuMViAiCBgmyBVdTwXI { display:block; }
 }@media only screen and (max-width: 763px) { #idTcp4FdAdl14ZBVXVBqzJJk10TzifVV { width:13.125rem;height:2.8125rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzCzTLWEP4PsZHhfCId9IHIZU4kMzQTm { display:block; }
 }@media only screen and (max-width: 763px) { #HTaasmnBHzTdTckO3uBzLTGCOCAP3sl9 { width:17.8125rem;height:16.6875rem;top:15.25rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #uda5gRLwRFXHM5E0sJxKTZhX4J7EITGn { width:17.8125rem;height:16.6875rem;top:15.375rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMhTn0O9x8tOEVPa3oCtTkCngxz7O9Sa { width:17.8125rem;height:16.6875rem;top:15.375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeTMgb0uwHWpwf2LLwotILDLsep9JQWF { width:17.8125rem;height:16.6875rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVTmaTOOA20hTNl56clgv59cCExmupWM { display:block; }#rVTmaTOOA20hTNl56clgv59cCExmupWM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UkEGnBmL0TgWWA27y12wbNG6DeQwWpmo { width:17.8125rem;height:32.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ3bGViHg4oyIXGPx9Th1NZ4blue5cHZ { width:17.8125rem;height:32.0625rem;top:0rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLHwBpw1KS586k965tedEZfHMCES01sO { width:17.8125rem;height:32.0625rem;top:0rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSNnKRPBq8xNPQsaieRpRLXqT10eLptr { width:17.8125rem;height:32.0625rem;top:0rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcDD2s7rzZ3SwR3avGMAeucPgoUGXBuC { width:14.1875rem;height:1.5625rem;top:26.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDzQ6SsUeHtvxhWbd0bi6qV8KSdJoqG7 { width:12.75rem;height:;top:26.1875rem;left:11.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6MExpVfl0BQliE9uIUufwsyuAhlTqqS { width:12.75rem;height:;top:26.1875rem;left:23.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6fLT2nznJyFub89XVmJJ2DkPBIRmN0D { width:14.125rem;height:;top:26.1875rem;left:33.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2lDDAqbSaxfGbkggwNTlVSeeB0fi1NW { width:12.75rem;height:;top:25.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJF1u1QnzgMQRtfXCFFkpeBxri7Toowv { width:12.75rem;height:;top:25.1875rem;left:11.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngskZtZwB8AfemFoixee2owrrrFrHW31 { width:12.75rem;height:;top:25.1875rem;left:23.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhTaxJpX6VE0skglQhg0ABNJlzH1QZpM { width:12.75rem;height:;top:25.1875rem;left:35rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m554zM061U3xSmsZ4XhsUpsdKPgRKSFi { width:13.125rem;height:2.8125rem;top:30.5rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOEQBfLwpb0RHJTCccv3QLsm7GfX6NoT { display:block; }
 }@media only screen and (max-width: 763px) { #WUwarUZaRUoCLxNxb1rfulCIJMA6owhI { width:13.125rem;height:2.8125rem;top:30.5rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g762NqJI2xyeBrJVZkTJR2swl2zOA30O { display:block; }
 }@media only screen and (max-width: 763px) { #U56zqFPJ7JTpav0nT0iRCrHOtbP6JlIT { width:13.125rem;height:2.8125rem;top:30.5rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgVkR5ubvC8UrGK00JUpRO1JEAL20aRV { display:block; }
 }@media only screen and (max-width: 763px) { #VnSXKUhgI5s5L3Pr8pTbOe6APUTKz4Cq { width:13.125rem;height:2.8125rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4HtqkMEOz24SJOh3uSMqzEvsEfLdOJP { display:block; }
 }@media only screen and (max-width: 763px) { #DCF5olxg5S7bLoRXIHBo380ESSULWeo8 { width:17.8125rem;height:16.6875rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga6KswhbgS9A8hKHv8IqFSnLzDTHdMwn { width:17.8125rem;height:16.6875rem;top:15.375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrn9cXW8lq92TLVq2s2dXcFBFAZBAQ3C { width:17.8125rem;height:16.6875rem;top:15.375rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt3zWTsVaIkQ2WshOBJCuvJ7LQ9y3ZSS { width:17.8125rem;height:16.6875rem;top:15.375rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #blG7lzPXAe77UUOaqwOHdN8ISABA7WGU { display:block; }#blG7lzPXAe77UUOaqwOHdN8ISABA7WGU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsUhnkaSRNXRBMVFgezVqHwJg94c97O8 { width:47.75rem;height:;top:6.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZ8Qc6GwNTXRTvmk9I6hBRvreaez8rWM { width:20rem;height:3.75rem;top:54.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTBVMfmfrLH7I5zvOtSvWIMgVBH2f4TM { width:34.6875rem;height:3.125rem;top:9.875rem;left:6.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 { display:block; }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pcXEf6VNNBTXxB4PMZr4Xd9qk3FyH3px { width:19.375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #x08SmWyoZdcbwdWVr7lfOKdGphKmNX1O { width:30.625rem;height:4.0625rem;top:92.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKDfntOw5qa0CBEEDGXdAoLMT9ELsWOE { display:block; }
 }@media only screen and (max-width: 763px) { #TAceFAEMAigPOSqnBmcT5uKqLutn7LVS { width:21.8125rem;height:4.375rem;top:92.25rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwxn3wiinL9KGmC0Fc3K7rbBL86UET3L { width:6.75rem;height:2.4375rem;top:93.25rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #WADvl7F41mosg3WFJ8V4miw2yvR6TfJq { width:10.25rem;height:1rem;top:94.3125rem;left:33.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxCTwxKfG6WOXk3oTPIDtmlcKEikIpSk { width:10.125rem;height:0.625rem;top:93.5625rem;left:33.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLtk05ICtMqhHlGPyRgs2VllStyiwHuk { width:2.5rem;height:2.5rem;top:93.1875rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUasqGA6KNwZlAiG7xGKONu3arNsIIeJ { width:47.75rem;height:89.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKtV7zVgaTeD203mfbHLaQzRwTFcIkgI { display:block; }#xKtV7zVgaTeD203mfbHLaQzRwTFcIkgI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDLicqPNZrtMKpWDWROxmLvvd6P9ZPuk { width:47.75rem;height:3.0625rem;top:5.5625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZB5qrrTUCT5PAb2c6FTKhGAK5Qm3Cu4 { width:20rem;height:3.75rem;top:54.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbVT82dk9ZbbWtnOnQXGy7sPvUMFTStl { width:34.6875rem;height:1.5625rem;top:8.625rem;left:6.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAm4d74xSS6GOBTpXtTKiVTQ5xEF4TW1 { display:block; }#VAm4d74xSS6GOBTpXtTKiVTQ5xEF4TW1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5297CaBixVoMA9aNBq2WyRmbbOyePe7 { width:37.1875rem;height:20.875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgoFCWFtpueqZ8DVokkkmZOmy6WBNmia { width:37.1875rem;height:20.875rem;top:1.0625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H19oCW4vpPCAplwTrKv2fyQphThJacU3 { display:block; }#H19oCW4vpPCAplwTrKv2fyQphThJacU3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGTODmX7IifkiMH3qiltLqh43ICB1A8x { width:24.6875rem;height:44rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaePxUVGKBVRAatFC0BhV22lhSk9DLwU { width:24.6875rem;height:44rem;top:0.625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdJ6piTktsUVTMQ14hgiszvAcHWN3CuM { width:24.6875rem;height:44rem;top:0.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC { display:block; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ILhCbyz909T0JdD3sE346U9KLIqEceWT { width:47.75rem;height:28.75rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMSOwiXZHqL2PFlneUsMcS9hdlA2owBt { width:18.375rem;height:5.5625rem;top:11.8125rem;left:29.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfusH0Voo0gyiHIoQ9LbV07UntW57nAv { width:19.5rem;height:4.1875rem;top:5.6875rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #STNycFX2VbVcMcS4u0AE1LNPSpOl8mkr { width:1.25rem;height:1.25rem;top:12.0625rem;left:37.186790466309rem;display:block; }
 }@media only screen and (max-width: 763px) { #M33NKMwVd4GtegFbip1SEyKeBgRHZkXD { width:1.75rem;height:1.75rem;top:5.6875rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkRyXVPiXkRlck70RzghWXRgOuNclI2d { width:46.875rem;height:23.6875rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7wQHOSFVOIKOShA3AJzPxhUOuv4Po7t { width:1.25rem;height:1.25rem;top:19.3125rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf8RaSUgE0za2x7NEn6CpKMceTy3Thqx { width:15.875rem;height:2.75rem;top:18.8125rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b99c1wlPFBnBs0qJZiRiLNiL8fG2vqxi { width:46.875rem;height:23.6875rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qo4TqDTMyPoql6PV0KWXLMtvkaDq9DzJ { width:1.375rem;height:1.375rem;top:22.6875rem;left:37.231536865234rem;display:block; }
#Qo4TqDTMyPoql6PV0KWXLMtvkaDq9DzJ > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #SWEDwp3AMiQZwMDeeaSvVyhlxKIiuxcu { width:17.3125rem;height:1.5625rem;top:22.5625rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 { display:block; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uflM6XmQ1qFWaPOTV7iQNy3qT689vhFO { width:47.75rem;height:1.25rem;top:1rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN { display:none; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UfuvigqWlkg5ZK0GSnsSumUSfaf8acEU { width:26.6875rem;height:4.0625rem;top:66.25rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8rs2m7HLMIzQKCI2rP3wE2Ivd29uzbA { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lmWTWiEebwiTqZwTObss8ovDK1J1aMax { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container { background-color: transparent; background-image: none; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container > .video-iframe-container { display: none; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row > .video-iframe-container { display: none; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .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); }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container { border-width: 0; border-radius: 0; }#lmWTWiEebwiTqZwTObss8ovDK1J1aMax > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mF7WyoObTqdEK9OJ7eO9oTXRaa24nsIN { width:6.25rem;height:0;top:9.5rem;left:6.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #Tf15ncba9qUipAM2GXQyrcu7rdNFvaKL { width:6.25rem;height:0;top:11.78125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #vmw7o1Qv4lDECWxeVmLzbgID9hoL29ZA { width:8.1875rem;height:0;top:18.625rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #hIWqP64J82Zvmtzl9hPcXl73kLwyfPp3 { width:8.1875rem;height:auto;top:2.375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #gDgR5EPFVkBQV7nZJbMfKG4MJW2xD7Z4 { width:20rem;height:3.75rem;top:7rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WGyRsPUe7PmZ9GAEEXaUgkvuXEdNUUQP { width:9.1875rem;height:3.375rem;top:0.875rem;left:5.4062501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl2TSAvcPpXkbWTAXr9JTaD5SR7oiUCL { width:14.1875rem;height:0;top:11.1875rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #tzvmw7SxFatJb77SwnQFcPK6oC1Of8L6 { width:14.1875rem;height:0;top:14.22371875rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #CR5KRWHyTHucQeZVOCKt0zCHt0at2zAg { width:13.875rem;height:4.0625rem;top:5.875rem;left:3.0625rem;font-size:1.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UrxnNmTRKoQzqFQHSATDQru1lXPuLGnX { display:block; }
 }@media only screen and (max-width: 763px) { #ad9UCSqTrR0yBREk7mWzbdd115lixIoi { background-color:transparent;background-image: -webkit-linear-gradient(top, #fcfaf6, #f3f3f3);background-image: -moz-linear-gradient(top, #fcfaf6, #f3f3f3);background-image: -ms-linear-gradient(top, #fcfaf6, #f3f3f3);background-image: -o-linear-gradient(top, #fcfaf6, #f3f3f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfaf6', endColorstr='#f3f3f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfaf6', endColorstr='#f3f3f3' );";background-image: linear-gradient(to bottom, #fcfaf6, #f3f3f3);background-size:initial !important;display:block; }#ad9UCSqTrR0yBREk7mWzbdd115lixIoi > .row .container { background-color: transparent; background-image: none; }#ad9UCSqTrR0yBREk7mWzbdd115lixIoi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad9UCSqTrR0yBREk7mWzbdd115lixIoi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad9UCSqTrR0yBREk7mWzbdd115lixIoi > .row .container > .video-iframe-container { display: none; }#ad9UCSqTrR0yBREk7mWzbdd115lixIoi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad9UCSqTrR0yBREk7mWzbdd115lixIoi > .row > .video-iframe-container { display: none; }#ad9UCSqTrR0yBREk7mWzbdd115lixIoi > .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); }#ad9UCSqTrR0yBREk7mWzbdd115lixIoi > .row .container { width:20rem;height:70.750007629395rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItczHA5fhukfmLFDoTUWBWu5mpz97OCH { width:20rem;height:4.0625rem;top:57.4375rem;left:0rem;font-size:1.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhKgSSitKv8GmGiz0Tb1ZfKs1vEONJ2e { display:block; }
 }@media only screen and (max-width: 763px) { #FarJIVZOQ3WKHnzuv6MICTDIT3hyLih4 { width:20rem;height:4.75rem;top:5.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #bcPIxLNlQG0drOchJNRkvBZ95gLJ6cue { width:20rem;height:3.75rem;top:56.643749237061rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z5MN1FPZWnyQ1wNzsIWnRHvWyOb6vgC2 { width:20rem;height:1.71875rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wTggxiU6RIxbczBWFDPOgKQB49kOA8hL { width:20rem;height:7.14775rem;top:11rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #clJ6QmbtIV3LcHVKAbwAdlZxqONKX9Mh { width:14.1875rem;height:1.58096875rem;top:62.625rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QgpTTfXvxEGKO9TiVIwIAtJEIDXxgXwH { height:11.198125rem;width:20rem;top:11.605824649334rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #l683fZWJbg6gpLgpoe4zaiiCOGLiBlTJ { width:11.1875rem;height:3.1875rem;top:19.9375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBLVKeIdimTvNNAHcW0eqz5JgI73pmg7 { width:7.6875rem;height:1.168325rem;top:20.5rem;left:7.25rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pzZD2I54AdH8uagtovdErCmribFhqC1e { width:7.5rem;height:1.03125rem;top:21.6875rem;left:7.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OxStSIFbbtTB1QV5IDADMItMWywXvLQu { display:flex;width:1.625rem;height:1.625rem;top:20.75rem;left:5.3125rem; }
 }@media only screen and (max-width: 763px) { #Zc2DvTNEKk0dMloU4Lxp3VkF1NVz6XNh { width:3.375rem;height:1.44318125rem;top:68.5rem;left:11.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TZn3fzdyLcMh08aGtDBu04ILZquFDK6h { display:flex;width:1.125rem;height:1.125rem;top:68.5625rem;left:5.625rem; }
 }@media only screen and (max-width: 763px) { #nTiD1uTmDEJkFXdCx9NUp7Jw6xacQZ8g { width:9.9375rem;height:3.1875rem;top:67.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9eM3rSFouwSk3XhgAWnkl0XVnb6dkPl { display:flex;width:1.125rem;height:1.125rem;top:68.5625rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #GTD7DvQyS2CTOcNwBECmu2rlV2NF9eWF { display:flex;width:1.125rem;height:1.125rem;top:68.5625rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #wtxX74goAz0kTpG2woTOahx6eW9h1RhX { display:flex;width:1.125rem;height:1.125rem;top:68.5625rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #AS5x3NlaDpBZLswOlPqAd5me9MhUgPmM { display:flex;width:1.125rem;height:1.125rem;top:68.5625rem;left:10.625rem; }
 }@media only screen and (max-width: 763px) { #LZLRp9yxGQbRFugyTQJ4QZ130ziWS2tN { top:21.8125rem;left:0rem;width:20rem;height:35.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ZT2M23HU7tI0slC8pVJE6aN8OJcDgWpO { background-color:transparent;background-image: -webkit-linear-gradient(top, #f3f3f3, #fcfaf6);background-image: -moz-linear-gradient(top, #f3f3f3, #fcfaf6);background-image: -ms-linear-gradient(top, #f3f3f3, #fcfaf6);background-image: -o-linear-gradient(top, #f3f3f3, #fcfaf6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#fcfaf6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#fcfaf6' );";background-image: linear-gradient(to bottom, #f3f3f3, #fcfaf6);background-size:initial !important;display:block; }#ZT2M23HU7tI0slC8pVJE6aN8OJcDgWpO > .row .container { background-color: transparent; background-image: none; }#ZT2M23HU7tI0slC8pVJE6aN8OJcDgWpO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT2M23HU7tI0slC8pVJE6aN8OJcDgWpO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT2M23HU7tI0slC8pVJE6aN8OJcDgWpO > .row .container > .video-iframe-container { display: none; }#ZT2M23HU7tI0slC8pVJE6aN8OJcDgWpO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT2M23HU7tI0slC8pVJE6aN8OJcDgWpO > .row > .video-iframe-container { display: none; }#ZT2M23HU7tI0slC8pVJE6aN8OJcDgWpO > .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); }#ZT2M23HU7tI0slC8pVJE6aN8OJcDgWpO > .row .container { width:20rem;height:33.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uawoKTOg6GqICppuJHANSWsWGcZFvIHg { width:20rem;height:3.75rem;top:56.643749237061rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z2JPpeEwHq9fcpLAT7rdEo7D6gAzsaxo { width:20rem;height:18.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCtHPEy3lhHSslXshg6ygzroT9vOk6f3 { background-color:rgba(255,255,255,0.9);background-image:none;display:block; }#xCtHPEy3lhHSslXshg6ygzroT9vOk6f3 > .row .container { background-color: transparent; background-image: none; }#xCtHPEy3lhHSslXshg6ygzroT9vOk6f3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCtHPEy3lhHSslXshg6ygzroT9vOk6f3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCtHPEy3lhHSslXshg6ygzroT9vOk6f3 > .row .container > .video-iframe-container { display: none; }#xCtHPEy3lhHSslXshg6ygzroT9vOk6f3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCtHPEy3lhHSslXshg6ygzroT9vOk6f3 > .row > .video-iframe-container { display: none; }#xCtHPEy3lhHSslXshg6ygzroT9vOk6f3 > .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); }#xCtHPEy3lhHSslXshg6ygzroT9vOk6f3 > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nGlvRvdDTUEp7vDGExcfrlCN6RvTrITM { width:20rem;height:1.99360625rem;top:4.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hQkgMs7EJR7oShL0GaPsSgsBPRqCf6dJ { width:20rem;height:3.75rem;top:56.643749237061rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RqT1OSqb2TOPF9u2vEXI8qxklFIvuoR1 { width:20rem;height:3.29829375rem;top:6.2571144104006rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NTb5fy1R0BHPzdtOwETAbgK1UQAiLp10 { display:block; }#NTb5fy1R0BHPzdtOwETAbgK1UQAiLp10 > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tf7DgM2rgyO3l7aw1IqZ31wO3hkO8e3U { width:9.6875rem;height:17.4375rem;top:4.7683715820312E-7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwTMKfclUW4hZbVh2s2EBz6bosCUfJ4s { width:9.6875rem;height:17.4375rem;top:0rem;left:10.312500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLAD94TrbdiTrsEU4Ue5brKHyEZ1tsoL { width:9.6875rem;height:17.4375rem;top:20.937500476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkPmtB0AdthaSAB7I9Gi0g1Ch6C8Qi21 { width:9.6875rem;height:17.4375rem;top:20.937500476837rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OteDL16kpWMcItB6bpDNV7TXIcaE7rdh { width:9.6875rem;height:1.03125rem;top:15.125000476837rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qwAH7n85JlvbQCSvOMzlKSVeRavBoJTf { width:9.6875rem;height:1.03125rem;top:15.062500476837rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SIayhbvnBhQub6I8cwWKNrK5t34FGNsZ { width:9.6875rem;height:1.03125rem;top:35.875000476837rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Tq2iWencfvTxMXiwwHZwe2a8Wsw4vpOw { width:9.6875rem;height:1.03125rem;top:35.875000476837rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nzcE1XSl7Olu8WNSiCQRbO8mPJgT4eED { width:9.6875rem;height:0.824575rem;top:14.125000476837rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #sUmhi8Bg7bOEaxHNJo0purxo0Lz4LeHn { width:9.6875rem;height:0.824575rem;top:14.125000476837rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RAEcRuSk2SEQbqZqhuyDVPQdpVVKxWqX { width:9.6875rem;height:0.824575rem;top:34.875000476837rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #A7ITmtVltxef2IquTpMsyz9RyaomsGLJ { width:9.6875rem;height:0.824575rem;top:34.875000476837rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #oGa0EvCc1OSuuuAcSa6Z72HhTN0Bu4HU { width:9.6875rem;height:2.8125rem;top:38.375000476837rem;left:0rem;font-size:0.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpfI9FO6zT5W1TGEcUJsGKi4uHMzm6v1 { display:block; }
 }@media only screen and (max-width: 763px) { #DIURcEULCo1ptQk8s9etrewRavkHdoUo { width:9.6875rem;height:2.8125rem;top:38.375000476837rem;left:10.3125rem;font-size:0.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyNr0LvZUkEa2eEE3uHr0vhsemfWLoXb { display:block; }
 }@media only screen and (max-width: 763px) { #TvK1OAzDsabzbpLJx0KU5VK7w2IXbIlX { width:9.6875rem;height:2.8125rem;top:17.43750333786rem;left:10.312500119209rem;font-size:0.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnwxQ0453HifpPuMViAiCBgmyBVdTwXI { display:block; }
 }@media only screen and (max-width: 763px) { #idTcp4FdAdl14ZBVXVBqzJJk10TzifVV { width:9.6875rem;height:2.8125rem;top:17.437508106232rem;left:0rem;font-size:0.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzCzTLWEP4PsZHhfCId9IHIZU4kMzQTm { display:block; }
 }@media only screen and (max-width: 763px) { #HTaasmnBHzTdTckO3uBzLTGCOCAP3sl9 { width:9.6875rem;height:9.0625rem;top:29.375000476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uda5gRLwRFXHM5E0sJxKTZhX4J7EITGn { width:9.6875rem;height:9.0625rem;top:29.375000476837rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMhTn0O9x8tOEVPa3oCtTkCngxz7O9Sa { width:9.6875rem;height:9.0625rem;top:8.4204564094544rem;left:10.312500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeTMgb0uwHWpwf2LLwotILDLsep9JQWF { width:9.6875rem;height:9.0625rem;top:8.4204549789431rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVTmaTOOA20hTNl56clgv59cCExmupWM { display:block; }#rVTmaTOOA20hTNl56clgv59cCExmupWM > .row .container { width:20rem;height:42.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UkEGnBmL0TgWWA27y12wbNG6DeQwWpmo { width:9.6875rem;height:17.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ3bGViHg4oyIXGPx9Th1NZ4blue5cHZ { width:9.6875rem;height:17.4375rem;top:4.7683715820312E-6rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLHwBpw1KS586k965tedEZfHMCES01sO { width:9.6875rem;height:17.4375rem;top:20.875004768372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSNnKRPBq8xNPQsaieRpRLXqT10eLptr { width:9.6875rem;height:17.4375rem;top:20.875004768372rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcDD2s7rzZ3SwR3avGMAeucPgoUGXBuC { width:9.6875rem;height:1.03125rem;top:15.375004768372rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mDzQ6SsUeHtvxhWbd0bi6qV8KSdJoqG7 { width:9.6875rem;height:1.03125rem;top:15.312504768372rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #U6MExpVfl0BQliE9uIUufwsyuAhlTqqS { width:9.6875rem;height:1.03125rem;top:36.062504768372rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #i6fLT2nznJyFub89XVmJJ2DkPBIRmN0D { width:9.6875rem;height:1.03125rem;top:36.062504768372rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #a2lDDAqbSaxfGbkggwNTlVSeeB0fi1NW { width:9.6875rem;height:0.824575rem;top:14.437504768372rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OJF1u1QnzgMQRtfXCFFkpeBxri7Toowv { width:9.6875rem;height:0.824575rem;top:14.312504768372rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ngskZtZwB8AfemFoixee2owrrrFrHW31 { width:9.6875rem;height:0.824575rem;top:35.312504768372rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XhTaxJpX6VE0skglQhg0ABNJlzH1QZpM { width:9.6875rem;height:0.824575rem;top:35.062504768372rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #m554zM061U3xSmsZ4XhsUpsdKPgRKSFi { width:9.6875rem;height:2.8125rem;top:38.312504768372rem;left:0rem;font-size:0.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOEQBfLwpb0RHJTCccv3QLsm7GfX6NoT { display:block; }
 }@media only screen and (max-width: 763px) { #WUwarUZaRUoCLxNxb1rfulCIJMA6owhI { width:9.6875rem;height:2.8125rem;top:38.312504768372rem;left:10.3125rem;font-size:0.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g762NqJI2xyeBrJVZkTJR2swl2zOA30O { display:block; }
 }@media only screen and (max-width: 763px) { #U56zqFPJ7JTpav0nT0iRCrHOtbP6JlIT { width:9.6875rem;height:2.8125rem;top:17.436800956726rem;left:10.312500119209rem;font-size:0.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgVkR5ubvC8UrGK00JUpRO1JEAL20aRV { display:block; }
 }@media only screen and (max-width: 763px) { #VnSXKUhgI5s5L3Pr8pTbOe6APUTKz4Cq { width:9.6875rem;height:2.8125rem;top:17.436085700989rem;left:0rem;font-size:0.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4HtqkMEOz24SJOh3uSMqzEvsEfLdOJP { display:block; }
 }@media only screen and (max-width: 763px) { #DCF5olxg5S7bLoRXIHBo380ESSULWeo8 { width:9.6875rem;height:9.0625rem;top:8.4197626113894rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga6KswhbgS9A8hKHv8IqFSnLzDTHdMwn { width:9.6875rem;height:9.0625rem;top:8.4375047683719rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrn9cXW8lq92TLVq2s2dXcFBFAZBAQ3C { width:9.6875rem;height:9.0625rem;top:29.312504768372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt3zWTsVaIkQ2WshOBJCuvJ7LQ9y3ZSS { width:9.6875rem;height:9.0625rem;top:29.312504768372rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #blG7lzPXAe77UUOaqwOHdN8ISABA7WGU { background-color:rgba(255,255,255,0.9);background-image:none;display:block; }#blG7lzPXAe77UUOaqwOHdN8ISABA7WGU > .row .container { background-color: transparent; background-image: none; }#blG7lzPXAe77UUOaqwOHdN8ISABA7WGU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blG7lzPXAe77UUOaqwOHdN8ISABA7WGU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blG7lzPXAe77UUOaqwOHdN8ISABA7WGU > .row .container > .video-iframe-container { display: none; }#blG7lzPXAe77UUOaqwOHdN8ISABA7WGU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blG7lzPXAe77UUOaqwOHdN8ISABA7WGU > .row > .video-iframe-container { display: none; }#blG7lzPXAe77UUOaqwOHdN8ISABA7WGU > .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); }#blG7lzPXAe77UUOaqwOHdN8ISABA7WGU > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsUhnkaSRNXRBMVFgezVqHwJg94c97O8 { width:20rem;height:1.99360625rem;top:3.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PZ8Qc6GwNTXRTvmk9I6hBRvreaez8rWM { width:20rem;height:3.75rem;top:56.643749237061rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTBVMfmfrLH7I5zvOtSvWIMgVBH2f4TM { width:20rem;height:2.1988625rem;top:5.9289774894714rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 { background-color:rgba(255,255,255,0.9);background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .row .container { background-color: transparent; background-image: none; }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .row .container > .video-iframe-container { display: none; }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .row > .video-iframe-container { display: none; }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .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); }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#DleOiIpeTIG0xX5SKFmMQEAy0KAu65U0 > .row .container { width:20rem;height:69.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pcXEf6VNNBTXxB4PMZr4Xd9qk3FyH3px { top:100.7373046875rem;left:0.625rem;width:19.375rem;height:2.1875rem;z-index:15077;overflow:hidden;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x08SmWyoZdcbwdWVr7lfOKdGphKmNX1O { width:20rem;height:4.0625rem;top:88.5625rem;left:0rem;font-size:1.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKDfntOw5qa0CBEEDGXdAoLMT9ELsWOE { display:block; }
 }@media only screen and (max-width: 763px) { #TAceFAEMAigPOSqnBmcT5uKqLutn7LVS { width:20rem;height:4.375rem;top:93.1875rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
 }@media only screen and (max-width: 763px) { #dwxn3wiinL9KGmC0Fc3K7rbBL86UET3L { width:6.75rem;height:2.4375rem;top:94.1875rem;left:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WADvl7F41mosg3WFJ8V4miw2yvR6TfJq { width:9.125rem;height:0;top:95.25rem;left:3.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZxCTwxKfG6WOXk3oTPIDtmlcKEikIpSk { width:8.6875rem;height:0;top:94.5rem;left:3.25rem;text-align:left;text-align-last:left;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZLtk05ICtMqhHlGPyRgs2VllStyiwHuk { width:2.5rem;height:2.5rem;top:94.125rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WUasqGA6KNwZlAiG7xGKONu3arNsIIeJ { width:20rem;height:58.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKtV7zVgaTeD203mfbHLaQzRwTFcIkgI { background-color:#eb4763;background-image:none;display:block; }#xKtV7zVgaTeD203mfbHLaQzRwTFcIkgI > .row .container { background-color: transparent; background-image: none; }#xKtV7zVgaTeD203mfbHLaQzRwTFcIkgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKtV7zVgaTeD203mfbHLaQzRwTFcIkgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKtV7zVgaTeD203mfbHLaQzRwTFcIkgI > .row .container > .video-iframe-container { display: none; }#xKtV7zVgaTeD203mfbHLaQzRwTFcIkgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKtV7zVgaTeD203mfbHLaQzRwTFcIkgI > .row > .video-iframe-container { display: none; }#xKtV7zVgaTeD203mfbHLaQzRwTFcIkgI > .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); }#xKtV7zVgaTeD203mfbHLaQzRwTFcIkgI > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDLicqPNZrtMKpWDWROxmLvvd6P9ZPuk { width:20rem;height:2.95596875rem;top:3.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DZB5qrrTUCT5PAb2c6FTKhGAK5Qm3Cu4 { width:20rem;height:3.75rem;top:56.643749237061rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbVT82dk9ZbbWtnOnQXGy7sPvUMFTStl { width:20rem;height:1.58096875rem;top:6.5170440673825rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VAm4d74xSS6GOBTpXtTKiVTQ5xEF4TW1 { display:block; }#VAm4d74xSS6GOBTpXtTKiVTQ5xEF4TW1 > .row .container { width:20rem;height:24.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5297CaBixVoMA9aNBq2WyRmbbOyePe7 { height:11.226890756303rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgoFCWFtpueqZ8DVokkkmZOmy6WBNmia { height:11.2265625rem;width:20rem;top:13.100852966309rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H19oCW4vpPCAplwTrKv2fyQphThJacU3 { display:block; }#H19oCW4vpPCAplwTrKv2fyQphThJacU3 > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGTODmX7IifkiMH3qiltLqh43ICB1A8x { width:6.375rem;height:11.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaePxUVGKBVRAatFC0BhV22lhSk9DLwU { width:6.375rem;height:11.25rem;top:0.625rem;left:6.8125001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdJ6piTktsUVTMQ14hgiszvAcHWN3CuM { width:6.375rem;height:11.25rem;top:0.625rem;left:13.625000119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC { display:block; }#IEucqGDOzvpV500ZNeJ1OE0vfhNXQuoC > .row .container { width:20rem;height:52.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ILhCbyz909T0JdD3sE346U9KLIqEceWT { width:20rem;height:38.3125rem;top:0.625rem;left:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #fMSOwiXZHqL2PFlneUsMcS9hdlA2owBt { width:16.375rem;height:5.25rem;top:3.1264190673828rem;left:2.5617898702621rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfusH0Voo0gyiHIoQ9LbV07UntW57nAv { width:16.5rem;height:3.9375rem;top:9.8764190673825rem;left:2.4992898702621rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STNycFX2VbVcMcS4u0AE1LNPSpOl8mkr { width:1.25rem;height:1.25rem;top:5.0014190673828rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M33NKMwVd4GtegFbip1SEyKeBgRHZkXD { width:1.5625rem;height:1.5625rem;top:11.751419067382rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkRyXVPiXkRlck70RzghWXRgOuNclI2d { width:20rem;height:23.6875rem;top:67.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f7wQHOSFVOIKOShA3AJzPxhUOuv4Po7t { width:1.25rem;height:1.25rem;top:22.376419067382rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf8RaSUgE0za2x7NEn6CpKMceTy3Thqx { width:16.375rem;height:2.79971875rem;top:20.501419067382rem;left:2.3742898702621rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b99c1wlPFBnBs0qJZiRiLNiL8fG2vqxi { width:20rem;height:20rem;top:27.688919067382rem;left:0rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #Qo4TqDTMyPoql6PV0KWXLMtvkaDq9DzJ { display:flex;width:1.4375rem;height:1.4375rem;top:24.438919067382rem;left:1rem; }
#Qo4TqDTMyPoql6PV0KWXLMtvkaDq9DzJ > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #SWEDwp3AMiQZwMDeeaSvVyhlxKIiuxcu { width:13rem;height:1.59943125rem;top:24.376419067382rem;left:2.5617898702621rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 { display:block; }#U9S54dk7J6crJRiH6xMbBgMWbJ11vf94 > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uflM6XmQ1qFWaPOTV7iQNy3qT689vhFO { width:20rem;height:0.89346875rem;top:1.1761322021484rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container { background-color: transparent; background-image: none; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container > .video-iframe-container { display: none; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row > .video-iframe-container { display: none; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .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); }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container { border-width: 0; border-radius: 0; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lJ1CvivDZEoqTAy5Q9NuPcd3wrIHEXAN > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfuvigqWlkg5ZK0GSnsSumUSfaf8acEU { width:20rem;height:4.0625rem;top:0rem;left:0rem;font-size:1.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #g8rs2m7HLMIzQKCI2rP3wE2Ivd29uzbA { display:block; }
 }