.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#ufF3dslFbmQV3FkCbxKTITI7SlprD1tH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(244,244,244,0.95);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ufF3dslFbmQV3FkCbxKTITI7SlprD1tH > .row .container { background-color: transparent; background-image: none; }#ufF3dslFbmQV3FkCbxKTITI7SlprD1tH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufF3dslFbmQV3FkCbxKTITI7SlprD1tH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufF3dslFbmQV3FkCbxKTITI7SlprD1tH > .row .container > .video-iframe-container { display: none; }#ufF3dslFbmQV3FkCbxKTITI7SlprD1tH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufF3dslFbmQV3FkCbxKTITI7SlprD1tH > .row > .video-iframe-container { display: none; }#ufF3dslFbmQV3FkCbxKTITI7SlprD1tH > .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); }#ufF3dslFbmQV3FkCbxKTITI7SlprD1tH > .row .container { border-width: 0; border-radius: 0; }#ufF3dslFbmQV3FkCbxKTITI7SlprD1tH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ufF3dslFbmQV3FkCbxKTITI7SlprD1tH > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#KrgdFTzh9wg3TpwcpIPFRehxnBeuT6Ml { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:2.5625rem;left:63.9375rem;height:1.7871125rem;font-style:normal;display:block; }
#LTP7TOhyXdcId2KKpAfifEg6fTwclTn0 { color:#717171;display:block;width:9.9375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:2.328125rem;left:30.125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cSerfieODGOZTZvnm9GqNRZrGgZqQQUZ { color:#717171;display:block;width:5.4375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:2.3125rem;left:40rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QV4h0xbX1m71WLHVwR1GyT56g3pCtOZd { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:14rem;top:1.15625rem;left:0rem;overflow:hidden;display:block; }
#GcvnTaB7UN9mHDkWOxWawemyyR0Zi0H7 { color:#717171;display:block;width:10rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:1.5rem;left:63.9375rem;height:1.13715rem;font-style:normal;display:block; }
#qt0Jz0dnLHWOZsKube5egrzg5egBMCTq { background-color:#c0392b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:1.25rem;left:47.75rem;display:block; }
#yk0xnlypHrfX93TCbcyHC85tFVyVFW9q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#f6deda;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { border-width: 0; border-radius: 0; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { color:#1f333b;display:block;width:29rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:300;z-index:14997;line-height:1.2;letter-spacing:0;top:6.11328125rem;left:0rem;height:3.57421875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { color:#1f333b;display:block;width:29.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:20.3125rem;left:0rem;height:6.3125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { position:absolute;display:block;z-index:14995;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:42rem;width:23rem;top:3.4375rem;left:32.470232928241rem;overflow:hidden;display:block; }
#ri3ibWNqlou6OXIVPCzV8ZEVgPbhuqEH { background-color:#c0392b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.4375rem;height:4.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:34.3125rem;left:0rem;display:block; }
#pfVBFI28VC7N9F80QAyH33HEggEuLZDo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gsRVBoNIwTuklmy6J4HQaLr1OlGnSM46 { color:#1f333b;display:block;width:29.4375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:38.8125rem;left:0rem;height:1.69921875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CWVaCeo9Jhse076PpLQV1ocGP9xnVIrl { color:rgba(31,51,59,0.8);display:block;width:32.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:20.5966796875rem;left:1.4375rem;height:16.19825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#VzDICUtqwrPbEG8VffZdGbxdCekBMxhV { color:#1f333b;display:block;width:25.875rem;position:absolute;font-family:montserrat;font-size:4.3125rem;font-weight:400;z-index:14998;line-height:1.2;letter-spacing:0;top:9.6875rem;left:0.25rem;height:5.29980625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NKaBTy4DikJe685B1s91Ki5O6XKhNH0i { color:#1f333b;display:block;width:29.0625rem;position:absolute;font-family:montserrat;font-size:4.75rem;font-weight:400;z-index:14999;line-height:1.2;letter-spacing:0;top:14.5rem;left:0.25rem;height:5.82421875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OLyCi4qneQCtI3UeqiTuNOfcTCvvkFHi { color:#ffffff;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:4.4375rem;font-weight:400;z-index:14999;line-height:1.2;letter-spacing:0;top:10.4375rem;left:25.375rem;height:5.38671875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Xzb8KU8SIOKynf6Am8JmgpCoursI50AL { position:absolute;display:block;z-index:14994;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:40.5rem;width:26.25rem;top:4.875rem;left:47.5rem;overflow:hidden;display:block; }
#EpCTcienJL3gW1rPnQmmNCkscc4SRzed { box-sizing:content-box;height:10.625rem;width:29.3125rem;position:absolute;display:block;z-index:14993;background-color:#c0392b;background-image:none;top:9.6875rem;left:0rem;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; }
#KxTa67yuQRfNN1KIQ6BIWX9fQFJW8Qpo { background-color:#f6deda;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KxTa67yuQRfNN1KIQ6BIWX9fQFJW8Qpo > .row .container { background-color: transparent; background-image: none; }#KxTa67yuQRfNN1KIQ6BIWX9fQFJW8Qpo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxTa67yuQRfNN1KIQ6BIWX9fQFJW8Qpo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxTa67yuQRfNN1KIQ6BIWX9fQFJW8Qpo > .row .container > .video-iframe-container { display: none; }#KxTa67yuQRfNN1KIQ6BIWX9fQFJW8Qpo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxTa67yuQRfNN1KIQ6BIWX9fQFJW8Qpo > .row > .video-iframe-container { display: none; }#KxTa67yuQRfNN1KIQ6BIWX9fQFJW8Qpo > .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); }#KxTa67yuQRfNN1KIQ6BIWX9fQFJW8Qpo > .row .container { border-width: 0; border-radius: 0; }#KxTa67yuQRfNN1KIQ6BIWX9fQFJW8Qpo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KxTa67yuQRfNN1KIQ6BIWX9fQFJW8Qpo > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#B9sFNsmScSoHD94oKm0swNB7y5N7tB37 { color:#1f333b;display:block;width:32.3125rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:8.5625rem;left:0rem;height:7.3125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RwlZ3xkEqJS9qv73i3lkOWldP3790vox { color:#1f333b;display:block;width:29.25rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:16.6875rem;left:0rem;height:3.298825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RtUC4g2Rv5QdgvpbZTlIW2QsOJmpdDXO { position:absolute;display:block;z-index:14992;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:40.5rem;width:21.875rem;top:4.9364141225815rem;left:32.311199188233rem;overflow:hidden;display:block; }
#aAv80y9ivwldrT4h1axCtzNF5W8eSVR3 { background-color:#c0392b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.4375rem;height:4.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:34.3125rem;left:0rem;display:block; }
#iv1x1BXaDhJhipRThEaTigZlEIoBI2B2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pWmeRWT9Qlo7HICQmQP084n4m0nhIifZ { color:#1f333b;display:block;width:29.4375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:38.8125rem;left:0rem;height:1.69921875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LmtslDz3aeewv7P2QcwxEB3ARJDK06Hd { color:rgba(31,51,59,0.8);display:block;width:32.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:20.5966796875rem;left:1.4375rem;height:16.19825rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#zIbWdXTTm8c4OM4kpxuAxyuAmpCLVOeT { position:absolute;display:block;z-index:14994;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:40.5rem;width:26.25rem;top:4.9366302490234rem;left:47.5rem;overflow:hidden;display:block; }
#UPOoOO6tpmhQJlBlXDQle1JgtNvwMOs9 { box-sizing:content-box;height:2.375rem;width:12.8125rem;position:absolute;display:block;z-index:14990;background-color:#c0392b;background-image:none;top:11.0625rem;left:4.3125rem;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:block; }
#ItAZPhESyBxeWzGThJHScdNKwSxRTxq7 { box-sizing:content-box;height:2.375rem;width:9.1875rem;position:absolute;display:block;z-index:14991;background-color:#c0392b;background-image:none;top:11.0625rem;left:18.75rem;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:block; }
#dGwwXPzaSaUEo9JeUquA4mSOnxhFHEho { box-sizing:content-box;height:2.375rem;width:10.6875rem;position:absolute;display:block;z-index:14992;background-color:#c0392b;background-image:none;top:8.4375rem;left:21rem;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:block; }
#RKJyybe6NCSdsS6ZtCsCDMBODAUcZzdi { color:#1f333b;display:block;width:23.625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:21.875rem;left:0rem;height:5.57324375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#RKJyybe6NCSdsS6ZtCsCDMBODAUcZzdi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RKJyybe6NCSdsS6ZtCsCDMBODAUcZzdi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0e2e7261f2d5dce2764e071cf1e64e1bc639e464.svg); }
#TJkqH34d7v4WT4muWI8lH5Uf807DQTnk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#TJkqH34d7v4WT4muWI8lH5Uf807DQTnk > .row .container { background-color: transparent; background-image: none; }#TJkqH34d7v4WT4muWI8lH5Uf807DQTnk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJkqH34d7v4WT4muWI8lH5Uf807DQTnk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJkqH34d7v4WT4muWI8lH5Uf807DQTnk > .row .container > .video-iframe-container { display: none; }#TJkqH34d7v4WT4muWI8lH5Uf807DQTnk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJkqH34d7v4WT4muWI8lH5Uf807DQTnk > .row > .video-iframe-container { display: none; }#TJkqH34d7v4WT4muWI8lH5Uf807DQTnk > .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); }#TJkqH34d7v4WT4muWI8lH5Uf807DQTnk > .row .container { border-width: 0; border-radius: 0; }#TJkqH34d7v4WT4muWI8lH5Uf807DQTnk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TJkqH34d7v4WT4muWI8lH5Uf807DQTnk > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#QzR8ubFK9sbteGx0v5TvNOzwkIqkgym0 { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15057;line-height:1.1;letter-spacing:0;top:3.375rem;left:4.25rem;height:1.1002625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fqFsMNUzbe6TJ5GKTGK2HPlawDVOB59C { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15054;line-height:1.1;letter-spacing:0;top:2.1875rem;left:4.25rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fTC9GguTGmraHh1VoX94OaAeVL4EkQVi { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:2.25rem;left:1.4375rem; }
#Q2TETBTkth8oNSdF6N6KHg0u2n61G6Kb { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15060;line-height:1.1;letter-spacing:0;top:2.8125rem;left:60rem;height:2.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dXa6dMbZXNAsGWIJAkF5avkTuWgBLpTf { color:#000000;display:block;width:10.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15057;line-height:1.1;letter-spacing:0;top:1.625rem;left:60rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XCdwwkzbT3zzHpWmo8GdQXh8l2lCteAF { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1.6875rem;left:57.1875rem; }
#u3MOT4xSxxn7MklkrJ9r36NlUTiXl9IX { color:#000000;display:block;width:14.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15063;line-height:1.1;letter-spacing:0;top:2.8125rem;left:41rem;height:2.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QTVuLwaTAqaKkJRNZldJJALHtWCBA4o6 { color:#000000;display:block;width:10.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15060;line-height:1.1;letter-spacing:0;top:1.625rem;left:41rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TU2TVVKF8HDsvp1VTHV7B2Zer1Jm3PcP { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.6875rem;left:38.1875rem; }
#ZJsTsCTkqqcw2VUBEd0mxBFDl7RgDuvw { color:#000000;display:block;width:8.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15060;line-height:1.1;letter-spacing:0;top:3.375rem;left:24.4375rem;height:1.1002625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DrG6ffwpMaQKz0CrcpGGiFxmhIGIegt9 { color:#000000;display:block;width:10.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15057;line-height:1.1;letter-spacing:0;top:2.1875rem;left:24.4375rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FMcKhUXym7Ptp7ZE3LWX05X7LD4qzIRc { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:2.25rem;left:21.625rem; }
#S4myooPtis1cf2obwBN51Ft4moR2lrvF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(244,244,244,0.95);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; }#S4myooPtis1cf2obwBN51Ft4moR2lrvF > .row .container { background-color: transparent; background-image: none; }#S4myooPtis1cf2obwBN51Ft4moR2lrvF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4myooPtis1cf2obwBN51Ft4moR2lrvF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4myooPtis1cf2obwBN51Ft4moR2lrvF > .row .container > .video-iframe-container { display: none; }#S4myooPtis1cf2obwBN51Ft4moR2lrvF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4myooPtis1cf2obwBN51Ft4moR2lrvF > .row > .video-iframe-container { display: none; }#S4myooPtis1cf2obwBN51Ft4moR2lrvF > .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); }#S4myooPtis1cf2obwBN51Ft4moR2lrvF > .row .container { border-width: 0; border-radius: 0; }#S4myooPtis1cf2obwBN51Ft4moR2lrvF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S4myooPtis1cf2obwBN51Ft4moR2lrvF > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:75rem;position:relative;display:block; }#mFl3ZXnGlHdqrCmgibSPKllkA5LFgVlL { color:#cb1551;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:3.4375rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y2oPoeeFV6WgPMhheV7Ly186Ue1J66FE { box-sizing:content-box;height:9.75rem;width:14.375rem;position:absolute;display:block;z-index:14997;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7f461cdf-b6b9-421e-8275-aa40090d8c06/C6288092475A4E90AFE7C0B32CDB7C75.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.625rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#y2oPoeeFV6WgPMhheV7Ly186Ue1J66FE.adaptive-delivery-prevent-bg, #y2oPoeeFV6WgPMhheV7Ly186Ue1J66FE.lazyload, #y2oPoeeFV6WgPMhheV7Ly186Ue1J66FE.lazyloading { background-image: none; }
#eZ7ie0D7zLiV7JofrUiELDr3pP3HZane { box-sizing:content-box;height:9.749375rem;width:14.375rem;position:absolute;display:block;z-index:14996;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/10b0646a-08e0-4151-a480-704194e00afb/0FC1FE2E85CC45198F85CFE37DB1DD67.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.625rem;left:15.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#eZ7ie0D7zLiV7JofrUiELDr3pP3HZane.adaptive-delivery-prevent-bg, #eZ7ie0D7zLiV7JofrUiELDr3pP3HZane.lazyload, #eZ7ie0D7zLiV7JofrUiELDr3pP3HZane.lazyloading { background-image: none; }
#qr1ZtDBLeMdelyG0Dq0FO2f76L3rQPBn { box-sizing:content-box;height:9.749375rem;width:14.375rem;position:absolute;display:block;z-index:14995;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4084b9c9-f69f-460c-9533-adc41decc169/3EF0ED6D8DBA44B4BBE9B64D24F5E7C8.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.625rem;left:30.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#qr1ZtDBLeMdelyG0Dq0FO2f76L3rQPBn.adaptive-delivery-prevent-bg, #qr1ZtDBLeMdelyG0Dq0FO2f76L3rQPBn.lazyload, #qr1ZtDBLeMdelyG0Dq0FO2f76L3rQPBn.lazyloading { background-image: none; }
#Zb94gm3Lfb90bR9QTn5etsy5eqpMWtXk { box-sizing:content-box;height:9.749375rem;width:14.375rem;position:absolute;display:block;z-index:14994;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/163d9d22-4ab5-4257-928a-d5e89064b7d9/E9A4BB3B93C74F3A81124A05F3D3E0AC.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.625rem;left:45.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#Zb94gm3Lfb90bR9QTn5etsy5eqpMWtXk.adaptive-delivery-prevent-bg, #Zb94gm3Lfb90bR9QTn5etsy5eqpMWtXk.lazyload, #Zb94gm3Lfb90bR9QTn5etsy5eqpMWtXk.lazyloading { background-image: none; }
#CVfsGW1yXGXDpU0AkyQ3wVbvZzH6JZO1 { background-color:rgba(192,57,43,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:1.875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:14.0625rem;left:0.625rem;display:block; }
#OVBS0UtIifLBIiCaiEJUMN5sKs14yst4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ICrJ9fH1CT9fWDRmWBGe2DWfrqMayS5k { background-color:rgba(192,57,43,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:1.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:14.0625rem;left:15.8125rem;display:block; }
#lz8LwaJ5nmq3AdHCbQoVr5aNvxa57NCh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pZk0LS5KxtrQGTdadn9SZImw7p7V85y4 { background-color:rgba(192,57,43,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:1.875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:14.0625rem;left:30.9375rem;display:block; }
#paMh9UnxS9Gk1OF3WQqze7ckav4ZqzrG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lulR4L1VNMqnmcr7dIJyKxwPSi6SWnVq { background-color:rgba(192,57,43,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:1.875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:14.0625rem;left:46.1875rem;display:block; }
#h4oPwigpJVUVAkFFTALvpIluI5502cLK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QuxgsKH0a52LRNDRRDEIeosyiydBgVub { box-sizing:content-box;height:9.749375rem;width:14.375rem;position:absolute;display:block;z-index:14995;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/559d2fe9-516c-44b9-b340-e4b4c1abf85d/E5DA4090F1A744D390801D5D0B49D2CE.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:7.625rem;left:60.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#QuxgsKH0a52LRNDRRDEIeosyiydBgVub.adaptive-delivery-prevent-bg, #QuxgsKH0a52LRNDRRDEIeosyiydBgVub.lazyload, #QuxgsKH0a52LRNDRRDEIeosyiydBgVub.lazyloading { background-image: none; }
#QPSq0DgHecVgBf4JSlGorATzhex3ih1a { background-color:rgba(192,57,43,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:1.875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:14.0625rem;left:61.25rem;display:block; }
#knmJV9tzNzyxVHxCtza3c4TJUWhpoIXI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WzIsht8BDbUOGdkI9ivHsxmdcPQrO6bs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6deda;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; }#WzIsht8BDbUOGdkI9ivHsxmdcPQrO6bs > .row .container { background-color: transparent; background-image: none; }#WzIsht8BDbUOGdkI9ivHsxmdcPQrO6bs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WzIsht8BDbUOGdkI9ivHsxmdcPQrO6bs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WzIsht8BDbUOGdkI9ivHsxmdcPQrO6bs > .row .container > .video-iframe-container { display: none; }#WzIsht8BDbUOGdkI9ivHsxmdcPQrO6bs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WzIsht8BDbUOGdkI9ivHsxmdcPQrO6bs > .row > .video-iframe-container { display: none; }#WzIsht8BDbUOGdkI9ivHsxmdcPQrO6bs > .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); }#WzIsht8BDbUOGdkI9ivHsxmdcPQrO6bs > .row .container { border-width: 0; border-radius: 0; }#WzIsht8BDbUOGdkI9ivHsxmdcPQrO6bs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WzIsht8BDbUOGdkI9ivHsxmdcPQrO6bs > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#bAId63QltN3t7vq27OH4zRu2WnTtv6hS { color:#cb1551;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:2.3125rem;left:0.875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PRmh4SIktJJFdm4SKv8GAHK2yes3iTVH { position:absolute;display:block;z-index:14998;background-color:#a7161c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.25rem;width:48.1875rem;top:5.1875rem;left:0rem;display:none; }
#NWnUhhqqxHFlGmuwcLA3XcxE1T27dR4d { box-sizing:content-box;height:0.0625rem;width:40.625rem;position:absolute;display:block;z-index:15004;background-color:#333333;background-image:none;top:3.8125rem;left:17.1875rem;display:block; }
#pL5E1tRBbxKebwahF4vwpl55cWsysWsN { background-color:#c0392b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.46875rem;left:60.8125rem;display:block; }
#rfM6w2O9wcFfocGc79nRPycluZSb5QMF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LvLFnvrsENB1AFVZ76DaZM1cRLyxdDT5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6deda;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; }#LvLFnvrsENB1AFVZ76DaZM1cRLyxdDT5 > .row .container { background-color: transparent; background-image: none; }#LvLFnvrsENB1AFVZ76DaZM1cRLyxdDT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvLFnvrsENB1AFVZ76DaZM1cRLyxdDT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvLFnvrsENB1AFVZ76DaZM1cRLyxdDT5 > .row .container > .video-iframe-container { display: none; }#LvLFnvrsENB1AFVZ76DaZM1cRLyxdDT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvLFnvrsENB1AFVZ76DaZM1cRLyxdDT5 > .row > .video-iframe-container { display: none; }#LvLFnvrsENB1AFVZ76DaZM1cRLyxdDT5 > .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); }#LvLFnvrsENB1AFVZ76DaZM1cRLyxdDT5 > .row .container { border-width: 0; border-radius: 0; }#LvLFnvrsENB1AFVZ76DaZM1cRLyxdDT5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LvLFnvrsENB1AFVZ76DaZM1cRLyxdDT5 > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:block; }#t0VqDgpbQ61ByCrZ7ZfefyX5FHmVmvz0 { position:absolute;display:block;z-index:15000;height:29.4375rem;width:75rem;top:0.8125rem;left:0rem;display:block; }
#t8D4tt1i1mv6LAnXvASTqq0HTOAtTzAR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6deda;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; }#t8D4tt1i1mv6LAnXvASTqq0HTOAtTzAR > .row .container { background-color: transparent; background-image: none; }#t8D4tt1i1mv6LAnXvASTqq0HTOAtTzAR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8D4tt1i1mv6LAnXvASTqq0HTOAtTzAR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8D4tt1i1mv6LAnXvASTqq0HTOAtTzAR > .row .container > .video-iframe-container { display: none; }#t8D4tt1i1mv6LAnXvASTqq0HTOAtTzAR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t8D4tt1i1mv6LAnXvASTqq0HTOAtTzAR > .row > .video-iframe-container { display: none; }#t8D4tt1i1mv6LAnXvASTqq0HTOAtTzAR > .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); }#t8D4tt1i1mv6LAnXvASTqq0HTOAtTzAR > .row .container { border-width: 0; border-radius: 0; }#t8D4tt1i1mv6LAnXvASTqq0HTOAtTzAR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t8D4tt1i1mv6LAnXvASTqq0HTOAtTzAR > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#xK37vbPWgBm0UJFa0XDFWms2Z4QNH66a { color:#cb1551;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:2.03125rem;left:60.25rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eyWI6b5F918J8ltuByV73OkufgJqtnrR { position:absolute;display:block;z-index:14998;background-color:#a7161c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.25rem;width:48.1875rem;top:5.1875rem;left:0rem;display:none; }
#rTGkUzKGiEnn0Z3ZIMeCJEe6q2h2fKmM { box-sizing:content-box;height:0.0625rem;width:40.625rem;position:absolute;display:block;z-index:15004;background-color:#333333;background-image:none;top:3.25rem;left:17.1875rem;display:block; }
#VSkdrgZLEHFEqWU0SGeOay26VrglITMq { background-color:#c0392b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.90625rem;left:0.9375rem;display:block; }
#a9DeOwCP5aFC6IbPr2t2eFhN2Px3kV2l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZdNsdb2CpAz86Gnoi3ukwh675WXAAocx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6deda;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; }#ZdNsdb2CpAz86Gnoi3ukwh675WXAAocx > .row .container { background-color: transparent; background-image: none; }#ZdNsdb2CpAz86Gnoi3ukwh675WXAAocx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdNsdb2CpAz86Gnoi3ukwh675WXAAocx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdNsdb2CpAz86Gnoi3ukwh675WXAAocx > .row .container > .video-iframe-container { display: none; }#ZdNsdb2CpAz86Gnoi3ukwh675WXAAocx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdNsdb2CpAz86Gnoi3ukwh675WXAAocx > .row > .video-iframe-container { display: none; }#ZdNsdb2CpAz86Gnoi3ukwh675WXAAocx > .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); }#ZdNsdb2CpAz86Gnoi3ukwh675WXAAocx > .row .container { border-width: 0; border-radius: 0; }#ZdNsdb2CpAz86Gnoi3ukwh675WXAAocx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZdNsdb2CpAz86Gnoi3ukwh675WXAAocx > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:block; }#a0izAAWfim9qShVAeeNzGWp7grqsG9sx { position:absolute;display:block;z-index:15000;height:29.4375rem;width:75rem;top:0.8125rem;left:0rem;display:block; }
#GthZTbxBH3dTelliMFT6Pyu9iAe9BZnf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6deda;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; }#GthZTbxBH3dTelliMFT6Pyu9iAe9BZnf > .row .container { background-color: transparent; background-image: none; }#GthZTbxBH3dTelliMFT6Pyu9iAe9BZnf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GthZTbxBH3dTelliMFT6Pyu9iAe9BZnf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GthZTbxBH3dTelliMFT6Pyu9iAe9BZnf > .row .container > .video-iframe-container { display: none; }#GthZTbxBH3dTelliMFT6Pyu9iAe9BZnf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GthZTbxBH3dTelliMFT6Pyu9iAe9BZnf > .row > .video-iframe-container { display: none; }#GthZTbxBH3dTelliMFT6Pyu9iAe9BZnf > .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); }#GthZTbxBH3dTelliMFT6Pyu9iAe9BZnf > .row .container { border-width: 0; border-radius: 0; }#GthZTbxBH3dTelliMFT6Pyu9iAe9BZnf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GthZTbxBH3dTelliMFT6Pyu9iAe9BZnf > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#Sis0bAUfimfXdTndTX2c4X4I7QrWHHOx { color:#cb1551;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:2.3125rem;left:0.875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tPRLeOy1cq4uQeaX6mgMvI7PsZwCxp4a { position:absolute;display:block;z-index:14998;background-color:#a7161c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.25rem;width:48.1875rem;top:5.1875rem;left:0rem;display:none; }
#C5pyhcPlCbEq3A9SGE9DW9I3AwbSemF9 { box-sizing:content-box;height:0.0625rem;width:40.625rem;position:absolute;display:block;z-index:15004;background-color:#333333;background-image:none;top:3.8125rem;left:17.1875rem;display:block; }
#eSiM6qtMhA3QqPPGTHlBME3676I5z2he { background-color:#c0392b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.46875rem;left:60.8125rem;display:block; }
#uFOG78QzT5MII1PeLyphzIGaTiS1bJ8F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bLDDmUNTxngLLdULxDTl4nXEweXie7Ru { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6deda;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; }#bLDDmUNTxngLLdULxDTl4nXEweXie7Ru > .row .container { background-color: transparent; background-image: none; }#bLDDmUNTxngLLdULxDTl4nXEweXie7Ru::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLDDmUNTxngLLdULxDTl4nXEweXie7Ru > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLDDmUNTxngLLdULxDTl4nXEweXie7Ru > .row .container > .video-iframe-container { display: none; }#bLDDmUNTxngLLdULxDTl4nXEweXie7Ru > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLDDmUNTxngLLdULxDTl4nXEweXie7Ru > .row > .video-iframe-container { display: none; }#bLDDmUNTxngLLdULxDTl4nXEweXie7Ru > .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); }#bLDDmUNTxngLLdULxDTl4nXEweXie7Ru > .row .container { border-width: 0; border-radius: 0; }#bLDDmUNTxngLLdULxDTl4nXEweXie7Ru > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bLDDmUNTxngLLdULxDTl4nXEweXie7Ru > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:block; }#fTPuBALEdtTy96RcINTCol5Lf9bqpdCK { position:absolute;display:block;z-index:15000;height:29.4375rem;width:75rem;top:0.8125rem;left:0rem;display:block; }
#H7HcIfELrUddw7FmqdtrQ40RN10ONFaf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6deda;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; }#H7HcIfELrUddw7FmqdtrQ40RN10ONFaf > .row .container { background-color: transparent; background-image: none; }#H7HcIfELrUddw7FmqdtrQ40RN10ONFaf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7HcIfELrUddw7FmqdtrQ40RN10ONFaf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7HcIfELrUddw7FmqdtrQ40RN10ONFaf > .row .container > .video-iframe-container { display: none; }#H7HcIfELrUddw7FmqdtrQ40RN10ONFaf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7HcIfELrUddw7FmqdtrQ40RN10ONFaf > .row > .video-iframe-container { display: none; }#H7HcIfELrUddw7FmqdtrQ40RN10ONFaf > .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); }#H7HcIfELrUddw7FmqdtrQ40RN10ONFaf > .row .container { border-width: 0; border-radius: 0; }#H7HcIfELrUddw7FmqdtrQ40RN10ONFaf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H7HcIfELrUddw7FmqdtrQ40RN10ONFaf > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#eMCTf4GS89KqKCeteMQnB0G4xoXE7zdJ { color:#cb1551;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:2.03125rem;left:60.25rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qhJIrW2224dpoARX84EhIOGE7Ff4MNo9 { position:absolute;display:block;z-index:14998;background-color:#a7161c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.25rem;width:48.1875rem;top:5.1875rem;left:0rem;display:none; }
#uZ5txfaJm9HuSRRi9CasBnb8HhMAHWin { box-sizing:content-box;height:0.0625rem;width:40.625rem;position:absolute;display:block;z-index:15004;background-color:#333333;background-image:none;top:3.25rem;left:17.1875rem;display:block; }
#ueR9IMSdKBpVQ7ciTevblRERcDwxk6qI { background-color:#c0392b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.90625rem;left:0.9375rem;display:block; }
#uu33DpQTNQNwEBDTzIJwtD6ytgGIgtwz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H7cwNtBSk2fnFVJPzJXQLE3e5RRU5tl0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6deda;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; }#H7cwNtBSk2fnFVJPzJXQLE3e5RRU5tl0 > .row .container { background-color: transparent; background-image: none; }#H7cwNtBSk2fnFVJPzJXQLE3e5RRU5tl0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7cwNtBSk2fnFVJPzJXQLE3e5RRU5tl0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7cwNtBSk2fnFVJPzJXQLE3e5RRU5tl0 > .row .container > .video-iframe-container { display: none; }#H7cwNtBSk2fnFVJPzJXQLE3e5RRU5tl0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7cwNtBSk2fnFVJPzJXQLE3e5RRU5tl0 > .row > .video-iframe-container { display: none; }#H7cwNtBSk2fnFVJPzJXQLE3e5RRU5tl0 > .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); }#H7cwNtBSk2fnFVJPzJXQLE3e5RRU5tl0 > .row .container { border-width: 0; border-radius: 0; }#H7cwNtBSk2fnFVJPzJXQLE3e5RRU5tl0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H7cwNtBSk2fnFVJPzJXQLE3e5RRU5tl0 > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:block; }#AWGtGwcGeXMLq7Fl5bABDWKgIqyVhLIn { position:absolute;display:block;z-index:15000;height:29.4375rem;width:75rem;top:0.8125rem;left:0rem;display:block; }
#NwDwa7w4Rv9iaTHz9VvSfE546qS1n4xx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6deda;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; }#NwDwa7w4Rv9iaTHz9VvSfE546qS1n4xx > .row .container { background-color: transparent; background-image: none; }#NwDwa7w4Rv9iaTHz9VvSfE546qS1n4xx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwDwa7w4Rv9iaTHz9VvSfE546qS1n4xx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwDwa7w4Rv9iaTHz9VvSfE546qS1n4xx > .row .container > .video-iframe-container { display: none; }#NwDwa7w4Rv9iaTHz9VvSfE546qS1n4xx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwDwa7w4Rv9iaTHz9VvSfE546qS1n4xx > .row > .video-iframe-container { display: none; }#NwDwa7w4Rv9iaTHz9VvSfE546qS1n4xx > .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); }#NwDwa7w4Rv9iaTHz9VvSfE546qS1n4xx > .row .container { border-width: 0; border-radius: 0; }#NwDwa7w4Rv9iaTHz9VvSfE546qS1n4xx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NwDwa7w4Rv9iaTHz9VvSfE546qS1n4xx > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#HG5Ti9PNMgxCU9UFkUr2pTlrE3bq5Je7 { color:#cb1551;display:block;width:20.125rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:2.3122844696045rem;left:0.87456512451175rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mbruaqpyVLIEcfoghPmuPzv9FlMDeutR { position:absolute;display:block;z-index:14998;background-color:#a7161c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.25rem;width:48.1875rem;top:5.1875rem;left:0rem;display:none; }
#W7sTJhrsFSkzzOymVgTETrQdKONZ5MLb { box-sizing:content-box;height:0.0618489375rem;width:36.25rem;position:absolute;display:block;z-index:15004;background-color:#333333;background-image:none;top:3.8107640743256rem;left:22.187065124512rem;display:block; }
#K8m4HEO1kTovAtQnJfo8sM6ESzQQELeT { background-color:#c0392b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:2.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.46875rem;left:60.8125rem;display:block; }
#AHoBME6d6PtHTu5RUSkgrwEQSZBgw0NF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uNrP2anM9vadaazbZekHi1PU2bFqqQHE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6deda;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; }#uNrP2anM9vadaazbZekHi1PU2bFqqQHE > .row .container { background-color: transparent; background-image: none; }#uNrP2anM9vadaazbZekHi1PU2bFqqQHE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNrP2anM9vadaazbZekHi1PU2bFqqQHE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNrP2anM9vadaazbZekHi1PU2bFqqQHE > .row .container > .video-iframe-container { display: none; }#uNrP2anM9vadaazbZekHi1PU2bFqqQHE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uNrP2anM9vadaazbZekHi1PU2bFqqQHE > .row > .video-iframe-container { display: none; }#uNrP2anM9vadaazbZekHi1PU2bFqqQHE > .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); }#uNrP2anM9vadaazbZekHi1PU2bFqqQHE > .row .container { border-width: 0; border-radius: 0; }#uNrP2anM9vadaazbZekHi1PU2bFqqQHE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uNrP2anM9vadaazbZekHi1PU2bFqqQHE > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:block; }#STSQxio0EyLxmsZ7U5OZe99KA5fzSmcp { position:absolute;display:block;z-index:15000;height:29.4375rem;width:75rem;top:0.8125rem;left:0rem;display:block; }
#DnpOzk708lG5PNuq2mGnHs4GaMGp7hEU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(244,244,244,0.95);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DnpOzk708lG5PNuq2mGnHs4GaMGp7hEU > .row .container { border-width: 0; border-radius: 0; }#DnpOzk708lG5PNuq2mGnHs4GaMGp7hEU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DnpOzk708lG5PNuq2mGnHs4GaMGp7hEU > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:none; }#VewVON9XVWqVCs3zK7rPtHhCNSme5m75 { color:#000000;display:block;width:70.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:7.25rem;left:2.34375rem;height:4.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SsIfAIVgp93lW4Zglb534yAifZ9QQZws { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.8125rem;left:20.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Oz4TblM3t6Prcig4zk6iDquGMerAy5qh { position:absolute;display:block;z-index:15018;height:14.4375rem;width:75rem;top:13.3125rem;left:0rem;display:block; }
#ypGGSuFln4ShEdU0GaxlKJpoeAle09Ik { border-top:0.4375rem solid #d8a49b;border-left:0;border-right:0;border-bottom:0;background-color:#f6deda;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ypGGSuFln4ShEdU0GaxlKJpoeAle09Ik > .row .container { background-color: transparent; background-image: none; }#ypGGSuFln4ShEdU0GaxlKJpoeAle09Ik::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypGGSuFln4ShEdU0GaxlKJpoeAle09Ik > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypGGSuFln4ShEdU0GaxlKJpoeAle09Ik > .row .container > .video-iframe-container { display: none; }#ypGGSuFln4ShEdU0GaxlKJpoeAle09Ik > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypGGSuFln4ShEdU0GaxlKJpoeAle09Ik > .row > .video-iframe-container { display: none; }#ypGGSuFln4ShEdU0GaxlKJpoeAle09Ik > .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); }#ypGGSuFln4ShEdU0GaxlKJpoeAle09Ik > .row .container { border-width: 0; border-radius: 0; }#ypGGSuFln4ShEdU0GaxlKJpoeAle09Ik > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ypGGSuFln4ShEdU0GaxlKJpoeAle09Ik > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#RO5TGQladLpMRza7fwynXr6xmg7v6A5m { color:#ffffff;display:block;width:29.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:12.9375rem;left:42.625rem;height:1.2000875rem;text-align:left;text-align-last:left;display:block; }
#VZUwdISD0wlwGKL4KoTGphm7THqmDcJg { color:#ffffff;display:block;width:15rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:2.9991149902344rem;left:20.562065124512rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#rfuyKuwu7QKUTNKq5r1veCTHbR0HmMtQ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15035;top:12.9375rem;left:41rem; }
#p2RTSC6TbroacuSxmIk8pdNBlPwOvrMR { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:2.9375rem;left:18.6875rem; }
#h5672FCV9ZRRunHx7vNCslDMy4oJabWt { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:1.9375rem;left:39rem;height:3.2rem;text-align:left;text-align-last:left;display:none; }
#fIrehybwOe7QHTNsTzwIC4PnGrdMt63X { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:6.875rem;left:20.5625rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#ikLyRwHzCPBLqrDJAWU32TWBXQnK7FQB { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:6.875rem;left:18.6875rem; }
#cgvWxRFU9q52BXM0mOPTNHiJRk30bxCU { 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:6.375rem;width:18.75rem;display:none; }
#hVVveD9Jo5F8FEpkz8X5elDsyoOt6ZXs { 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:14.1875rem;width:15.625rem;display:none; }
#JyHHqNFGxPDrhFHc2azaJlXhHdX8yLUN { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:14.75rem;top:5.71875rem;left:1.5rem;overflow:hidden;display:block; }
#HXG31msf2EvnUTfxJv24gdIpoJ4ze7v2 { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:4.8741149902344rem;left:20.562065124512rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#kvbdcfTZREELCEkhlVDAklyT6nXAT0k6 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:4.875rem;left:18.6875rem; }
#ui4pblhSl3eW8HBAAIv5ygVosCbsuX9b { position:absolute;display:block;z-index:15043;height:10.1875rem;width:36.0625rem;top:2.5rem;left:38.3125rem;display:block; }
#MgQXP7sGOy6Zg7fNCR3pcFPvh7DW96ST { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15037;background-color:#1c1c1c;background-image:none;top:16.125rem;left:3.125rem;display:block; }
#sMVhyoJbkTg0odHqa2VFoX32T3HGzlwU { position:absolute;display:block;z-index:15043;height:6.5625rem;width:36.0625rem;top:2rem;left:38.3125rem;display:none; }
#QdPUA5DNrsTD7SzLx7hauT4dxJQJLTZC { color:#36c4b2;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:8.875rem;left:20.5625rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XuSm1ANnkOEdTB4NTP28CzPTDP6QIDuZ { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;top:8.875rem;left:18.75rem; }
#rB1MvIwTqpqNuwr8m6kxmlC3VTDQS023 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6deda;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; }#rB1MvIwTqpqNuwr8m6kxmlC3VTDQS023 > .row .container { background-color: transparent; background-image: none; }#rB1MvIwTqpqNuwr8m6kxmlC3VTDQS023::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rB1MvIwTqpqNuwr8m6kxmlC3VTDQS023 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rB1MvIwTqpqNuwr8m6kxmlC3VTDQS023 > .row .container > .video-iframe-container { display: none; }#rB1MvIwTqpqNuwr8m6kxmlC3VTDQS023 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rB1MvIwTqpqNuwr8m6kxmlC3VTDQS023 > .row > .video-iframe-container { display: none; }#rB1MvIwTqpqNuwr8m6kxmlC3VTDQS023 > .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); }#rB1MvIwTqpqNuwr8m6kxmlC3VTDQS023 > .row .container { border-width: 0; border-radius: 0; }#rB1MvIwTqpqNuwr8m6kxmlC3VTDQS023 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rB1MvIwTqpqNuwr8m6kxmlC3VTDQS023 > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:75rem;position:relative;display:block; }#br8rFnsDQzbKsLXyTPZTyHIxrIzT6dRl { color:#ffffff;display:block;width:31.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:0.9375rem;left:0.6875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yOR4pwRUV6vvWUesZoyE0OO6i47VCdUU { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:0.9375rem;left:71.0625rem; }
#yOR4pwRUV6vvWUesZoyE0OO6i47VCdUU > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#rVnRqtEt8T7Gul19eX0kFOTagv7GNGIN { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;top:0.9375rem;left:72.8125rem; }
#rVnRqtEt8T7Gul19eX0kFOTagv7GNGIN > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#WZpDbhmCVGNuQryKslsJrb9kpNrvTbu5 { position:relative;display:none; }#WZpDbhmCVGNuQryKslsJrb9kpNrvTbu5 { border-width: 0; border-radius: 0; }#WZpDbhmCVGNuQryKslsJrb9kpNrvTbu5 > .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; }#WZpDbhmCVGNuQryKslsJrb9kpNrvTbu5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;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; }#w4zM59TFp51gWXADJ9tzceC00dMXFykZ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #4daf50, #7db700);background-image: -moz-linear-gradient(90deg, #4daf50, #7db700);background-image: -ms-linear-gradient(90deg, #4daf50, #7db700);background-image: -o-linear-gradient(90deg, #4daf50, #7db700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4daf50', endColorstr='#7db700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4daf50', endColorstr='#7db700' );";background-image: linear-gradient(90deg, #4daf50, #7db700);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"san francisco";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.1875rem;height:5.875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:45.5625rem;left:0rem;display:none; }
#dJLoXCf3ccFSdZqLV9ETRodPKwlNL7s9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mhUA7QXo9TaHanhrn7fmZtlOaCiqPCUU { 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:3.4375rem;width:18.75rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ufF3dslFbmQV3FkCbxKTITI7SlprD1tH { display:block; }#ufF3dslFbmQV3FkCbxKTITI7SlprD1tH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrgdFTzh9wg3TpwcpIPFRehxnBeuT6Ml { width:11.0625rem;height:1.75rem;top:2.5625rem;left:36.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTP7TOhyXdcId2KKpAfifEg6fTwclTn0 { width:9.9375rem;height:1.1875rem;top:2.3125rem;left:16.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSerfieODGOZTZvnm9GqNRZrGgZqQQUZ { width:5.4375rem;height:1.1875rem;top:2.3125rem;left:26.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV4h0xbX1m71WLHVwR1GyT56g3pCtOZd { width:14rem;height:3.5625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcvnTaB7UN9mHDkWOxWawemyyR0Zi0H7 { width:10rem;height:1.125rem;top:1.5rem;left:37.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt0Jz0dnLHWOZsKube5egrzg5egBMCTq { width:15.625rem;height:3.4375rem;top:1.25rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk0xnlypHrfX93TCbcyHC85tFVyVFW9q { display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { display:none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:29rem;height:3.4375rem;top:6.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:29.25rem;height:;top:20.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:23rem;height:42rem;top:3.4375rem;left:18.845232928241rem;display:block; }
 }@media only screen and (max-width: 763px) { #ri3ibWNqlou6OXIVPCzV8ZEVgPbhuqEH { width:29.4375rem;height:4.0625rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfVBFI28VC7N9F80QAyH33HEggEuLZDo { display:block; }
 }@media only screen and (max-width: 763px) { #gsRVBoNIwTuklmy6J4HQaLr1OlGnSM46 { width:29.4375rem;height:;top:38.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWVaCeo9Jhse076PpLQV1ocGP9xnVIrl { width:20rem;height:;top:22.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VzDICUtqwrPbEG8VffZdGbxdCekBMxhV { width:25.875rem;height:;top:9.6875rem;left:0rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKaBTy4DikJe685B1s91Ki5O6XKhNH0i { width:29.0625rem;height:;top:14.5rem;left:0rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLyCi4qneQCtI3UeqiTuNOfcTCvvkFHi { width:3.1875rem;height:;top:10.4375rem;left:11.75rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzb8KU8SIOKynf6Am8JmgpCoursI50AL { width:26.25rem;height:40.5rem;top:4.875rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpCTcienJL3gW1rPnQmmNCkscc4SRzed { width:29.3125rem;height:10.625rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxTa67yuQRfNN1KIQ6BIWX9fQFJW8Qpo { display:block; }#KxTa67yuQRfNN1KIQ6BIWX9fQFJW8Qpo > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9sFNsmScSoHD94oKm0swNB7y5N7tB37 { width:32.3125rem;height:7.3125rem;top:8.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwlZ3xkEqJS9qv73i3lkOWldP3790vox { width:29.25rem;height:3.25rem;top:16.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtUC4g2Rv5QdgvpbZTlIW2QsOJmpdDXO { width:21.875rem;height:40.5rem;top:4.875rem;left:18.686199188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAv80y9ivwldrT4h1axCtzNF5W8eSVR3 { width:29.4375rem;height:4.0625rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv1x1BXaDhJhipRThEaTigZlEIoBI2B2 { display:block; }
 }@media only screen and (max-width: 763px) { #pWmeRWT9Qlo7HICQmQP084n4m0nhIifZ { width:29.4375rem;height:;top:38.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmtslDz3aeewv7P2QcwxEB3ARJDK06Hd { width:20rem;height:;top:22.3125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zIbWdXTTm8c4OM4kpxuAxyuAmpCLVOeT { width:26.25rem;height:40.499125rem;top:4.875rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPOoOO6tpmhQJlBlXDQle1JgtNvwMOs9 { width:12.8125rem;height:2.375rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItAZPhESyBxeWzGThJHScdNKwSxRTxq7 { width:9.1875rem;height:2.375rem;top:11.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGwwXPzaSaUEo9JeUquA4mSOnxhFHEho { width:10.6875rem;height:2.375rem;top:8.4375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKJyybe6NCSdsS6ZtCsCDMBODAUcZzdi { width:23.625rem;height:5.5625rem;top:21.875rem;left:0rem;font-size:0.9375rem;display:block; }#RKJyybe6NCSdsS6ZtCsCDMBODAUcZzdi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0e2e7261f2d5dce2764e071cf1e64e1bc639e464.svg); }
 }@media only screen and (max-width: 763px) { #TJkqH34d7v4WT4muWI8lH5Uf807DQTnk { display:block; }#TJkqH34d7v4WT4muWI8lH5Uf807DQTnk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QzR8ubFK9sbteGx0v5TvNOzwkIqkgym0 { width:11.8125rem;height:1.0625rem;top:3.375rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqFsMNUzbe6TJ5GKTGK2HPlawDVOB59C { width:13.0625rem;height:1.0625rem;top:2.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTC9GguTGmraHh1VoX94OaAeVL4EkQVi { width:2.1875rem;height:2.1875rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2TETBTkth8oNSdF6N6KHg0u2n61G6Kb { width:14.0625rem;height:2.1875rem;top:2.8125rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXa6dMbZXNAsGWIJAkF5avkTuWgBLpTf { width:10.25rem;height:1.0625rem;top:1.625rem;left:36.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCdwwkzbT3zzHpWmo8GdQXh8l2lCteAF { width:2.1875rem;height:2.1875rem;top:1.6875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3MOT4xSxxn7MklkrJ9r36NlUTiXl9IX { width:14.625rem;height:2.1875rem;top:2.8125rem;left:21.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTVuLwaTAqaKkJRNZldJJALHtWCBA4o6 { width:10.25rem;height:1.0625rem;top:1.625rem;left:23.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU2TVVKF8HDsvp1VTHV7B2Zer1Jm3PcP { width:2.1875rem;height:2.1875rem;top:1.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJsTsCTkqqcw2VUBEd0mxBFDl7RgDuvw { width:8.875rem;height:1.0625rem;top:3.375rem;left:14.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrG6ffwpMaQKz0CrcpGGiFxmhIGIegt9 { width:10.25rem;height:1.0625rem;top:2.1875rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMcKhUXym7Ptp7ZE3LWX05X7LD4qzIRc { width:2.1875rem;height:2.1875rem;top:2.25rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4myooPtis1cf2obwBN51Ft4moR2lrvF { display:block; }#S4myooPtis1cf2obwBN51Ft4moR2lrvF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mFl3ZXnGlHdqrCmgibSPKllkA5LFgVlL { width:47.75rem;height:2.5rem;top:3.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2oPoeeFV6WgPMhheV7Ly186Ue1J66FE { width:14.375rem;height:9.6875rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ7ie0D7zLiV7JofrUiELDr3pP3HZane { width:14.375rem;height:9.6875rem;top:7.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr1ZtDBLeMdelyG0Dq0FO2f76L3rQPBn { width:14.375rem;height:9.6875rem;top:7.625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb94gm3Lfb90bR9QTn5etsy5eqpMWtXk { width:14.375rem;height:9.6875rem;top:7.625rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVfsGW1yXGXDpU0AkyQ3wVbvZzH6JZO1 { width:13.125rem;height:1.875rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVBS0UtIifLBIiCaiEJUMN5sKs14yst4 { display:block; }
 }@media only screen and (max-width: 763px) { #ICrJ9fH1CT9fWDRmWBGe2DWfrqMayS5k { width:13.125rem;height:1.875rem;top:14.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz8LwaJ5nmq3AdHCbQoVr5aNvxa57NCh { display:block; }
 }@media only screen and (max-width: 763px) { #pZk0LS5KxtrQGTdadn9SZImw7p7V85y4 { width:13.125rem;height:1.875rem;top:14.0625rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #paMh9UnxS9Gk1OF3WQqze7ckav4ZqzrG { display:block; }
 }@media only screen and (max-width: 763px) { #lulR4L1VNMqnmcr7dIJyKxwPSi6SWnVq { width:13.125rem;height:1.875rem;top:14.0625rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4oPwigpJVUVAkFFTALvpIluI5502cLK { display:block; }
 }@media only screen and (max-width: 763px) { #QuxgsKH0a52LRNDRRDEIeosyiydBgVub { width:14.375rem;height:9.6875rem;top:7.625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPSq0DgHecVgBf4JSlGorATzhex3ih1a { width:13.125rem;height:1.875rem;top:14.0625rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knmJV9tzNzyxVHxCtza3c4TJUWhpoIXI { display:block; }
 }@media only screen and (max-width: 763px) { #WzIsht8BDbUOGdkI9ivHsxmdcPQrO6bs { display:block; }#WzIsht8BDbUOGdkI9ivHsxmdcPQrO6bs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAId63QltN3t7vq27OH4zRu2WnTtv6hS { width:13.875rem;height:;top:2.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRmh4SIktJJFdm4SKv8GAHK2yes3iTVH { width:47.75rem;height:27.25rem;top:5.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NWnUhhqqxHFlGmuwcLA3XcxE1T27dR4d { width:40.625rem;height:0.0625rem;top:3.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL5E1tRBbxKebwahF4vwpl55cWsysWsN { width:13.0625rem;height:2.75rem;top:2.4375rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfM6w2O9wcFfocGc79nRPycluZSb5QMF { display:block; }
 }@media only screen and (max-width: 763px) { #LvLFnvrsENB1AFVZ76DaZM1cRLyxdDT5 { display:block; }#LvLFnvrsENB1AFVZ76DaZM1cRLyxdDT5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0VqDgpbQ61ByCrZ7ZfefyX5FHmVmvz0 { width:47.75rem;height:29.4375rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8D4tt1i1mv6LAnXvASTqq0HTOAtTzAR { display:block; }#t8D4tt1i1mv6LAnXvASTqq0HTOAtTzAR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xK37vbPWgBm0UJFa0XDFWms2Z4QNH66a { width:13.875rem;height:2.5rem;top:2rem;left:33.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyWI6b5F918J8ltuByV73OkufgJqtnrR { width:47.75rem;height:27.25rem;top:5.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTGkUzKGiEnn0Z3ZIMeCJEe6q2h2fKmM { width:40.625rem;height:0.0625rem;top:3.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSkdrgZLEHFEqWU0SGeOay26VrglITMq { width:13.0625rem;height:2.75rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9DeOwCP5aFC6IbPr2t2eFhN2Px3kV2l { display:block; }
 }@media only screen and (max-width: 763px) { #ZdNsdb2CpAz86Gnoi3ukwh675WXAAocx { display:block; }#ZdNsdb2CpAz86Gnoi3ukwh675WXAAocx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0izAAWfim9qShVAeeNzGWp7grqsG9sx { width:47.75rem;height:29.4375rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GthZTbxBH3dTelliMFT6Pyu9iAe9BZnf { display:block; }#GthZTbxBH3dTelliMFT6Pyu9iAe9BZnf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sis0bAUfimfXdTndTX2c4X4I7QrWHHOx { width:13.875rem;height:2.5rem;top:2.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPRLeOy1cq4uQeaX6mgMvI7PsZwCxp4a { width:47.75rem;height:27.25rem;top:5.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C5pyhcPlCbEq3A9SGE9DW9I3AwbSemF9 { width:40.625rem;height:0.0625rem;top:3.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSiM6qtMhA3QqPPGTHlBME3676I5z2he { width:13.0625rem;height:2.75rem;top:2.4375rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFOG78QzT5MII1PeLyphzIGaTiS1bJ8F { display:block; }
 }@media only screen and (max-width: 763px) { #bLDDmUNTxngLLdULxDTl4nXEweXie7Ru { display:block; }#bLDDmUNTxngLLdULxDTl4nXEweXie7Ru > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTPuBALEdtTy96RcINTCol5Lf9bqpdCK { width:47.75rem;height:29.4375rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7HcIfELrUddw7FmqdtrQ40RN10ONFaf { display:block; }#H7HcIfELrUddw7FmqdtrQ40RN10ONFaf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMCTf4GS89KqKCeteMQnB0G4xoXE7zdJ { width:13.875rem;height:2.5rem;top:2rem;left:33.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhJIrW2224dpoARX84EhIOGE7Ff4MNo9 { width:47.75rem;height:27.25rem;top:5.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uZ5txfaJm9HuSRRi9CasBnb8HhMAHWin { width:40.625rem;height:0.0625rem;top:3.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueR9IMSdKBpVQ7ciTevblRERcDwxk6qI { width:13.0625rem;height:2.75rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uu33DpQTNQNwEBDTzIJwtD6ytgGIgtwz { display:block; }
 }@media only screen and (max-width: 763px) { #H7cwNtBSk2fnFVJPzJXQLE3e5RRU5tl0 { display:block; }#H7cwNtBSk2fnFVJPzJXQLE3e5RRU5tl0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWGtGwcGeXMLq7Fl5bABDWKgIqyVhLIn { width:47.75rem;height:29.4375rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwDwa7w4Rv9iaTHz9VvSfE546qS1n4xx { display:block; }#NwDwa7w4Rv9iaTHz9VvSfE546qS1n4xx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HG5Ti9PNMgxCU9UFkUr2pTlrE3bq5Je7 { width:20.125rem;height:2.5rem;top:2.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbruaqpyVLIEcfoghPmuPzv9FlMDeutR { width:47.75rem;height:27.25rem;top:5.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7sTJhrsFSkzzOymVgTETrQdKONZ5MLb { width:36.25rem;height:0;top:3.75rem;left:8.5620651245119rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8m4HEO1kTovAtQnJfo8sM6ESzQQELeT { width:13.0625rem;height:2.75rem;top:2.4375rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHoBME6d6PtHTu5RUSkgrwEQSZBgw0NF { display:block; }
 }@media only screen and (max-width: 763px) { #uNrP2anM9vadaazbZekHi1PU2bFqqQHE { display:block; }#uNrP2anM9vadaazbZekHi1PU2bFqqQHE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STSQxio0EyLxmsZ7U5OZe99KA5fzSmcp { width:47.75rem;height:29.4375rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnpOzk708lG5PNuq2mGnHs4GaMGp7hEU { display:none; }#DnpOzk708lG5PNuq2mGnHs4GaMGp7hEU > .row .container { width:47.75rem;height:26.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VewVON9XVWqVCs3zK7rPtHhCNSme5m75 { width:36.4375rem;height:14rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsIfAIVgp93lW4Zglb534yAifZ9QQZws { width:34.375rem;height:3.25rem;top:3.8125rem;left:6.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz4TblM3t6Prcig4zk6iDquGMerAy5qh { width:47.75rem;height:14.4375rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypGGSuFln4ShEdU0GaxlKJpoeAle09Ik { display:block; }#ypGGSuFln4ShEdU0GaxlKJpoeAle09Ik > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RO5TGQladLpMRza7fwynXr6xmg7v6A5m { top:12.9375rem;left:18.625rem;width:29.125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZUwdISD0wlwGKL4KoTGphm7THqmDcJg { top:2.9375rem;left:6.9370651245119rem;width:15rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfuyKuwu7QKUTNKq5r1veCTHbR0HmMtQ { top:12.9375rem;left:27.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2RTSC6TbroacuSxmIk8pdNBlPwOvrMR { top:2.9375rem;left:5.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5672FCV9ZRRunHx7vNCslDMy4oJabWt { top:9.3125rem;left:0rem;width:17.1875rem;height:1.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fIrehybwOe7QHTNsTzwIC4PnGrdMt63X { top:6.875rem;left:6.9375rem;width:14.8125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikLyRwHzCPBLqrDJAWU32TWBXQnK7FQB { top:6.875rem;left:5.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgvWxRFU9q52BXM0mOPTNHiJRk30bxCU { width:18.75rem;height:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hVVveD9Jo5F8FEpkz8X5elDsyoOt6ZXs { width:15.625rem;height:14.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JyHHqNFGxPDrhFHc2azaJlXhHdX8yLUN { width:14.75rem;height:3.8125rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXG31msf2EvnUTfxJv24gdIpoJ4ze7v2 { top:4.8125rem;left:6.9370651245119rem;width:13.9375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvbdcfTZREELCEkhlVDAklyT6nXAT0k6 { top:4.875rem;left:5.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui4pblhSl3eW8HBAAIv5ygVosCbsuX9b { width:36.0625rem;height:10.1875rem;top:2.5rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgQXP7sGOy6Zg7fNCR3pcFPvh7DW96ST { width:47.75rem;height:0.0625rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMVhyoJbkTg0odHqa2VFoX32T3HGzlwU { width:36.0625rem;height:6.5625rem;top:2rem;left:11.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QdPUA5DNrsTD7SzLx7hauT4dxJQJLTZC { width:12.625rem;height:5.25rem;top:8.875rem;left:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuSm1ANnkOEdTB4NTP28CzPTDP6QIDuZ { width:1.4375rem;height:1.4375rem;top:8.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB1MvIwTqpqNuwr8m6kxmlC3VTDQS023 { display:block; }#rB1MvIwTqpqNuwr8m6kxmlC3VTDQS023 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #br8rFnsDQzbKsLXyTPZTyHIxrIzT6dRl { top:0.9375rem;left:0rem;width:31.6875rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOR4pwRUV6vvWUesZoyE0OO6i47VCdUU { top:0.9375rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
#yOR4pwRUV6vvWUesZoyE0OO6i47VCdUU > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #rVnRqtEt8T7Gul19eX0kFOTagv7GNGIN { top:0.9375rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
#rVnRqtEt8T7Gul19eX0kFOTagv7GNGIN > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #WZpDbhmCVGNuQryKslsJrb9kpNrvTbu5 { display:none; }#WZpDbhmCVGNuQryKslsJrb9kpNrvTbu5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w4zM59TFp51gWXADJ9tzceC00dMXFykZ { width:37.1875rem;height:5.875rem;top:45.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dJLoXCf3ccFSdZqLV9ETRodPKwlNL7s9 { display:block; }
 }@media only screen and (max-width: 763px) { #mhUA7QXo9TaHanhrn7fmZtlOaCiqPCUU { width:18.75rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ufF3dslFbmQV3FkCbxKTITI7SlprD1tH { position:relative;z-index:auto;background-color:rgba(244,244,244,0.95);background-image:none;display:block; }#ufF3dslFbmQV3FkCbxKTITI7SlprD1tH > .row .container { background-color: transparent; background-image: none; }#ufF3dslFbmQV3FkCbxKTITI7SlprD1tH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufF3dslFbmQV3FkCbxKTITI7SlprD1tH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufF3dslFbmQV3FkCbxKTITI7SlprD1tH > .row .container > .video-iframe-container { display: none; }#ufF3dslFbmQV3FkCbxKTITI7SlprD1tH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ufF3dslFbmQV3FkCbxKTITI7SlprD1tH > .row > .video-iframe-container { display: none; }#ufF3dslFbmQV3FkCbxKTITI7SlprD1tH > .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); }#ufF3dslFbmQV3FkCbxKTITI7SlprD1tH > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrgdFTzh9wg3TpwcpIPFRehxnBeuT6Ml { width:11.625rem;height:0;top:6.6875rem;left:4.1875rem;text-align:right;text-align-last:right;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTP7TOhyXdcId2KKpAfifEg6fTwclTn0 { width:7.6875rem;height:0;top:17.768750190735rem;left:6.125rem;text-align:right;text-align-last:right;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cSerfieODGOZTZvnm9GqNRZrGgZqQQUZ { width:6.5rem;height:0;top:22.868750190735rem;left:6.75rem;text-align:right;text-align-last:right;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QV4h0xbX1m71WLHVwR1GyT56g3pCtOZd { width:10.5625rem;height:2.6875rem;top:1.3125rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcvnTaB7UN9mHDkWOxWawemyyR0Zi0H7 { width:10rem;height:0;top:9.80625rem;left:5rem;text-align:right;text-align-last:right;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qt0Jz0dnLHWOZsKube5egrzg5egBMCTq { width:15.625rem;height:3.4375rem;top:4.8125rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yk0xnlypHrfX93TCbcyHC85tFVyVFW9q { display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#f6deda;background-image:none;display:none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:20rem;height:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:17.75rem;height:2.44921875rem;top:2.5rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:18.75rem;height:4.19824375rem;top:11.798828125rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:12.125rem;height:22.6875rem;top:18.625rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #ri3ibWNqlou6OXIVPCzV8ZEVgPbhuqEH { width:19rem;height:3.125rem;top:40rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #pfVBFI28VC7N9F80QAyH33HEggEuLZDo { display:block; }
 }@media only screen and (max-width: 763px) { #gsRVBoNIwTuklmy6J4HQaLr1OlGnSM46 { width:19rem;height:1.29980625rem;top:43.9375rem;left:0.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CWVaCeo9Jhse076PpLQV1ocGP9xnVIrl { width:19.25rem;height:0;top:34.0625rem;left:0.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #VzDICUtqwrPbEG8VffZdGbxdCekBMxhV { width:16.4375rem;height:3.4121125rem;top:5.125rem;left:1.8125rem;font-size:2.4375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NKaBTy4DikJe685B1s91Ki5O6XKhNH0i { width:16.4375rem;height:3.76171875rem;top:7.875rem;left:1.8125rem;font-size:2.6875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OLyCi4qneQCtI3UeqiTuNOfcTCvvkFHi { width:2.75rem;height:3.4121125rem;top:5.125rem;left:15.4375rem;font-size:2.4375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Xzb8KU8SIOKynf6Am8JmgpCoursI50AL { width:14.375rem;height:22.3125rem;top:19.0625rem;left:5.625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #EpCTcienJL3gW1rPnQmmNCkscc4SRzed { width:17.75rem;height:5.875rem;top:5.44921875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxTa67yuQRfNN1KIQ6BIWX9fQFJW8Qpo { background-color:#f6deda;background-image:none;display:block; }#KxTa67yuQRfNN1KIQ6BIWX9fQFJW8Qpo > .row .container { background-color: transparent; background-image: none; }#KxTa67yuQRfNN1KIQ6BIWX9fQFJW8Qpo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxTa67yuQRfNN1KIQ6BIWX9fQFJW8Qpo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxTa67yuQRfNN1KIQ6BIWX9fQFJW8Qpo > .row .container > .video-iframe-container { display: none; }#KxTa67yuQRfNN1KIQ6BIWX9fQFJW8Qpo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KxTa67yuQRfNN1KIQ6BIWX9fQFJW8Qpo > .row > .video-iframe-container { display: none; }#KxTa67yuQRfNN1KIQ6BIWX9fQFJW8Qpo > .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); }#KxTa67yuQRfNN1KIQ6BIWX9fQFJW8Qpo > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9sFNsmScSoHD94oKm0swNB7y5N7tB37 { width:20rem;height:4.79948125rem;top:2.0625rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #RwlZ3xkEqJS9qv73i3lkOWldP3790vox { width:16.0623125rem;height:2.625rem;top:7.7953567504881rem;left:1.9683161377907rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RtUC4g2Rv5QdgvpbZTlIW2QsOJmpdDXO { width:12.3125rem;height:22.3125rem;top:18.215061187744rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #aAv80y9ivwldrT4h1axCtzNF5W8eSVR3 { width:19rem;height:3.125rem;top:40rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #iv1x1BXaDhJhipRThEaTigZlEIoBI2B2 { display:block; }
 }@media only screen and (max-width: 763px) { #pWmeRWT9Qlo7HICQmQP084n4m0nhIifZ { width:19rem;height:1.2999125rem;top:43.874134033918rem;left:0.49913197755814rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LmtslDz3aeewv7P2QcwxEB3ARJDK06Hd { width:19.25rem;height:0;top:34.0625rem;left:0.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #zIbWdXTTm8c4OM4kpxuAxyuAmpCLVOeT { width:14.375rem;height:22.3123125rem;top:18.216361522674rem;left:5.6239150166511rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #UPOoOO6tpmhQJlBlXDQle1JgtNvwMOs9 { width:8rem;height:1.25rem;top:3.8118476867676rem;left:3.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItAZPhESyBxeWzGThJHScdNKwSxRTxq7 { width:5.9375rem;height:1.25rem;top:3.8125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGwwXPzaSaUEo9JeUquA4mSOnxhFHEho { width:6.5625rem;height:1.25rem;top:2.25rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKJyybe6NCSdsS6ZtCsCDMBODAUcZzdi { width:16.749125rem;height:5.125rem;top:10.861545562744rem;left:1.6254342198372rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }#RKJyybe6NCSdsS6ZtCsCDMBODAUcZzdi li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0e2e7261f2d5dce2764e071cf1e64e1bc639e464.svg); }
 }@media only screen and (max-width: 763px) { #TJkqH34d7v4WT4muWI8lH5Uf807DQTnk { display:block; }#TJkqH34d7v4WT4muWI8lH5Uf807DQTnk > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QzR8ubFK9sbteGx0v5TvNOzwkIqkgym0 { width:11.8125rem;height:1.1002625rem;top:4.625rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqFsMNUzbe6TJ5GKTGK2HPlawDVOB59C { width:13.0625rem;height:1.1002625rem;top:3.5rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTC9GguTGmraHh1VoX94OaAeVL4EkQVi { display:flex;width:2.1875rem;height:2.1875rem;top:1.3125rem;left:8.875rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #Q2TETBTkth8oNSdF6N6KHg0u2n61G6Kb { width:11.5625rem;height:3.59895625rem;top:23.1875rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dXa6dMbZXNAsGWIJAkF5avkTuWgBLpTf { width:10.25rem;height:1.1002625rem;top:22.0625rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCdwwkzbT3zzHpWmo8GdQXh8l2lCteAF { display:flex;width:2.1875rem;height:2.1875rem;top:19.875rem;left:8.875rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #u3MOT4xSxxn7MklkrJ9r36NlUTiXl9IX { width:11.5625rem;height:3.59895625rem;top:15.349609375rem;left:4.21875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QTVuLwaTAqaKkJRNZldJJALHtWCBA4o6 { width:10.25rem;height:1.1002625rem;top:14.25rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU2TVVKF8HDsvp1VTHV7B2Zer1Jm3PcP { display:flex;width:2.1875rem;height:2.1875rem;top:12.0625rem;left:8.9375rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #ZJsTsCTkqqcw2VUBEd0mxBFDl7RgDuvw { width:8.875rem;height:1.1002625rem;top:10rem;left:5.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrG6ffwpMaQKz0CrcpGGiFxmhIGIegt9 { width:10.25rem;height:1.1002625rem;top:8.875rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMcKhUXym7Ptp7ZE3LWX05X7LD4qzIRc { display:flex;width:2.1875rem;height:2.1875rem;top:6.5625rem;left:8.875rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #S4myooPtis1cf2obwBN51Ft4moR2lrvF { display:block; }#S4myooPtis1cf2obwBN51Ft4moR2lrvF > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mFl3ZXnGlHdqrCmgibSPKllkA5LFgVlL { width:20rem;height:1.375rem;top:3.5rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y2oPoeeFV6WgPMhheV7Ly186Ue1J66FE { width:17.1875rem;height:7.5rem;top:6.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ7ie0D7zLiV7JofrUiELDr3pP3HZane { width:17.1875rem;height:7.5rem;top:15.5625rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr1ZtDBLeMdelyG0Dq0FO2f76L3rQPBn { width:17.1875rem;height:7.5rem;top:25.0625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb94gm3Lfb90bR9QTn5etsy5eqpMWtXk { width:17.1875rem;height:7.5rem;top:34.5625rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVfsGW1yXGXDpU0AkyQ3wVbvZzH6JZO1 { width:14.9375rem;height:1.875rem;top:12.625rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVBS0UtIifLBIiCaiEJUMN5sKs14yst4 { display:block; }
 }@media only screen and (max-width: 763px) { #ICrJ9fH1CT9fWDRmWBGe2DWfrqMayS5k { width:14.9375rem;height:1.875rem;top:22.09375rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz8LwaJ5nmq3AdHCbQoVr5aNvxa57NCh { display:block; }
 }@media only screen and (max-width: 763px) { #pZk0LS5KxtrQGTdadn9SZImw7p7V85y4 { width:14.9375rem;height:1.875rem;top:31.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #paMh9UnxS9Gk1OF3WQqze7ckav4ZqzrG { display:block; }
 }@media only screen and (max-width: 763px) { #lulR4L1VNMqnmcr7dIJyKxwPSi6SWnVq { width:14.9375rem;height:1.875rem;top:41.0625rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4oPwigpJVUVAkFFTALvpIluI5502cLK { display:block; }
 }@media only screen and (max-width: 763px) { #QuxgsKH0a52LRNDRRDEIeosyiydBgVub { width:17.1875rem;height:7.5rem;top:44.187295913696rem;left:1.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPSq0DgHecVgBf4JSlGorATzhex3ih1a { width:14.9375rem;height:1.875rem;top:50.716798782349rem;left:2.5303819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #knmJV9tzNzyxVHxCtza3c4TJUWhpoIXI { display:block; }
 }@media only screen and (max-width: 763px) { #WzIsht8BDbUOGdkI9ivHsxmdcPQrO6bs { display:block; }#WzIsht8BDbUOGdkI9ivHsxmdcPQrO6bs > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAId63QltN3t7vq27OH4zRu2WnTtv6hS { width:9.5rem;height:1.31293125rem;top:2.40625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PRmh4SIktJJFdm4SKv8GAHK2yes3iTVH { width:19.75rem;height:21.4375rem;top:4.25rem;left:0rem;z-index:14999;border-top:0.125rem solid #60796b;border-left:0.125rem solid #60796b;border-right:0.125rem solid #60796b;border-bottom:0.125rem solid #60796b;background-color:transparent;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:none; }
 }@media only screen and (max-width: 763px) { #NWnUhhqqxHFlGmuwcLA3XcxE1T27dR4d { width:20rem;height:0.0625rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL5E1tRBbxKebwahF4vwpl55cWsysWsN { width:10.5rem;height:2.75rem;top:1.6875rem;left:9.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #rfM6w2O9wcFfocGc79nRPycluZSb5QMF { display:block; }
 }@media only screen and (max-width: 763px) { #LvLFnvrsENB1AFVZ76DaZM1cRLyxdDT5 { display:block; }#LvLFnvrsENB1AFVZ76DaZM1cRLyxdDT5 > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0VqDgpbQ61ByCrZ7ZfefyX5FHmVmvz0 { width:20rem;height:21.25rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8D4tt1i1mv6LAnXvASTqq0HTOAtTzAR { display:block; }#t8D4tt1i1mv6LAnXvASTqq0HTOAtTzAR > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xK37vbPWgBm0UJFa0XDFWms2Z4QNH66a { width:9.5rem;height:1.31293125rem;top:1.8125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eyWI6b5F918J8ltuByV73OkufgJqtnrR { width:19.75rem;height:21.4375rem;top:4.25rem;left:0rem;z-index:14999;border-top:0.125rem solid #60796b;border-left:0.125rem solid #60796b;border-right:0.125rem solid #60796b;border-bottom:0.125rem solid #60796b;background-color:transparent;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:none; }
 }@media only screen and (max-width: 763px) { #rTGkUzKGiEnn0Z3ZIMeCJEe6q2h2fKmM { width:20rem;height:0.0625rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSkdrgZLEHFEqWU0SGeOay26VrglITMq { width:10.5rem;height:2.75rem;top:1.09375rem;left:9.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #a9DeOwCP5aFC6IbPr2t2eFhN2Px3kV2l { display:block; }
 }@media only screen and (max-width: 763px) { #ZdNsdb2CpAz86Gnoi3ukwh675WXAAocx { display:block; }#ZdNsdb2CpAz86Gnoi3ukwh675WXAAocx > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0izAAWfim9qShVAeeNzGWp7grqsG9sx { width:20rem;height:21.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GthZTbxBH3dTelliMFT6Pyu9iAe9BZnf { display:block; }#GthZTbxBH3dTelliMFT6Pyu9iAe9BZnf > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sis0bAUfimfXdTndTX2c4X4I7QrWHHOx { width:9.5rem;height:1.31293125rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tPRLeOy1cq4uQeaX6mgMvI7PsZwCxp4a { width:19.75rem;height:21.4375rem;top:4.25rem;left:0rem;z-index:14999;border-top:0.125rem solid #60796b;border-left:0.125rem solid #60796b;border-right:0.125rem solid #60796b;border-bottom:0.125rem solid #60796b;background-color:transparent;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:none; }
 }@media only screen and (max-width: 763px) { #C5pyhcPlCbEq3A9SGE9DW9I3AwbSemF9 { width:20rem;height:0.0625rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSiM6qtMhA3QqPPGTHlBME3676I5z2he { width:10.5rem;height:2.75rem;top:0.53125rem;left:9.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #uFOG78QzT5MII1PeLyphzIGaTiS1bJ8F { display:block; }
 }@media only screen and (max-width: 763px) { #bLDDmUNTxngLLdULxDTl4nXEweXie7Ru { display:block; }#bLDDmUNTxngLLdULxDTl4nXEweXie7Ru > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTPuBALEdtTy96RcINTCol5Lf9bqpdCK { width:20rem;height:21.25rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7HcIfELrUddw7FmqdtrQ40RN10ONFaf { display:block; }#H7HcIfELrUddw7FmqdtrQ40RN10ONFaf > .row .container { width:20rem;height:4.1250038146973rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMCTf4GS89KqKCeteMQnB0G4xoXE7zdJ { width:9.5rem;height:1.31293125rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qhJIrW2224dpoARX84EhIOGE7Ff4MNo9 { width:19.75rem;height:21.4375rem;top:4.25rem;left:0rem;z-index:14999;border-top:0.125rem solid #60796b;border-left:0.125rem solid #60796b;border-right:0.125rem solid #60796b;border-bottom:0.125rem solid #60796b;background-color:transparent;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:none; }
 }@media only screen and (max-width: 763px) { #uZ5txfaJm9HuSRRi9CasBnb8HhMAHWin { width:20rem;height:0.0625rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueR9IMSdKBpVQ7ciTevblRERcDwxk6qI { width:10.5rem;height:2.75rem;top:0.53125rem;left:9.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #uu33DpQTNQNwEBDTzIJwtD6ytgGIgtwz { display:block; }
 }@media only screen and (max-width: 763px) { #H7cwNtBSk2fnFVJPzJXQLE3e5RRU5tl0 { display:block; }#H7cwNtBSk2fnFVJPzJXQLE3e5RRU5tl0 > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWGtGwcGeXMLq7Fl5bABDWKgIqyVhLIn { width:20rem;height:21.25rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwDwa7w4Rv9iaTHz9VvSfE546qS1n4xx { display:block; }#NwDwa7w4Rv9iaTHz9VvSfE546qS1n4xx > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HG5Ti9PNMgxCU9UFkUr2pTlrE3bq5Je7 { width:8.6875rem;height:2.625rem;top:0.49673461914062rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mbruaqpyVLIEcfoghPmuPzv9FlMDeutR { width:19.75rem;height:21.4375rem;top:4.25rem;left:0rem;z-index:14999;border-top:0.125rem solid #60796b;border-left:0.125rem solid #60796b;border-right:0.125rem solid #60796b;border-bottom:0.125rem solid #60796b;background-color:transparent;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:none; }
 }@media only screen and (max-width: 763px) { #W7sTJhrsFSkzzOymVgTETrQdKONZ5MLb { width:20rem;height:0.0625rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8m4HEO1kTovAtQnJfo8sM6ESzQQELeT { width:10.5rem;height:2.75rem;top:0.53125rem;left:9.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #AHoBME6d6PtHTu5RUSkgrwEQSZBgw0NF { display:block; }
 }@media only screen and (max-width: 763px) { #uNrP2anM9vadaazbZekHi1PU2bFqqQHE { display:block; }#uNrP2anM9vadaazbZekHi1PU2bFqqQHE > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STSQxio0EyLxmsZ7U5OZe99KA5fzSmcp { width:20rem;height:21.25rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnpOzk708lG5PNuq2mGnHs4GaMGp7hEU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/39250147-b8e0-4bc1-b740-f72be553a965/covere_doutor.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#DnpOzk708lG5PNuq2mGnHs4GaMGp7hEU.adaptive-delivery-prevent-bg, #DnpOzk708lG5PNuq2mGnHs4GaMGp7hEU.lazyload, #DnpOzk708lG5PNuq2mGnHs4GaMGp7hEU.lazyloading { background-image: none; }#DnpOzk708lG5PNuq2mGnHs4GaMGp7hEU > .row .container { width:20rem;height:40.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VewVON9XVWqVCs3zK7rPtHhCNSme5m75 { width:18rem;height:8.53125rem;top:4.1875rem;left:1rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SsIfAIVgp93lW4Zglb534yAifZ9QQZws { width:19.0625rem;height:1.7246125rem;top:2.4375rem;left:0.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Oz4TblM3t6Prcig4zk6iDquGMerAy5qh { width:20rem;height:24.5625rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypGGSuFln4ShEdU0GaxlKJpoeAle09Ik { position:relative;z-index:auto;background-color:#f6deda;background-image:none;display:block; }#ypGGSuFln4ShEdU0GaxlKJpoeAle09Ik > .row .container { background-color: transparent; background-image: none; }#ypGGSuFln4ShEdU0GaxlKJpoeAle09Ik::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypGGSuFln4ShEdU0GaxlKJpoeAle09Ik > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypGGSuFln4ShEdU0GaxlKJpoeAle09Ik > .row .container > .video-iframe-container { display: none; }#ypGGSuFln4ShEdU0GaxlKJpoeAle09Ik > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypGGSuFln4ShEdU0GaxlKJpoeAle09Ik > .row > .video-iframe-container { display: none; }#ypGGSuFln4ShEdU0GaxlKJpoeAle09Ik > .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); }#ypGGSuFln4ShEdU0GaxlKJpoeAle09Ik > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RO5TGQladLpMRza7fwynXr6xmg7v6A5m { width:15rem;height:2.25rem;top:40.4375rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZUwdISD0wlwGKL4KoTGphm7THqmDcJg { width:10.75rem;height:0;top:32.7125rem;left:4.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rfuyKuwu7QKUTNKq5r1veCTHbR0HmMtQ { width:1.5625rem;height:1.5625rem;top:40.8125rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2RTSC6TbroacuSxmIk8pdNBlPwOvrMR { width:1.5625rem;height:1.5625rem;top:8.3125rem;left:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5672FCV9ZRRunHx7vNCslDMy4oJabWt { width:14.4375rem;height:1.5rem;top:8.3745651245119rem;left:3.3745663762093rem;font-size:0.9375rem;z-index:15011;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #fIrehybwOe7QHTNsTzwIC4PnGrdMt63X { width:15.25rem;height:1.5rem;top:12.25rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikLyRwHzCPBLqrDJAWU32TWBXQnK7FQB { width:1.5625rem;height:1.5625rem;top:12.1875rem;left:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgvWxRFU9q52BXM0mOPTNHiJRk30bxCU { top:2.36328125rem;left:5.0625rem;width:9.875rem;height:3.3125rem;z-index:15042;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #hVVveD9Jo5F8FEpkz8X5elDsyoOt6ZXs { top:6.75rem;left:6.9375rem;width:6.1875rem;height:5.5625rem;z-index:15043;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #JyHHqNFGxPDrhFHc2azaJlXhHdX8yLUN { width:12.9375rem;height:3.4375rem;top:2.8125rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXG31msf2EvnUTfxJv24gdIpoJ4ze7v2 { width:13.5625rem;height:1.5rem;top:10.3125rem;left:3.3745663762093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvbdcfTZREELCEkhlVDAklyT6nXAT0k6 { width:1.5625rem;height:1.5625rem;top:10.25rem;left:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui4pblhSl3eW8HBAAIv5ygVosCbsuX9b { width:18.75rem;height:14.6875rem;top:15rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MgQXP7sGOy6Zg7fNCR3pcFPvh7DW96ST { width:20rem;height:0.0625rem;top:43.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMVhyoJbkTg0odHqa2VFoX32T3HGzlwU { width:18.75rem;height:18.4375rem;top:21.3125rem;left:0.625rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #QdPUA5DNrsTD7SzLx7hauT4dxJQJLTZC { width:12.625rem;height:5.25rem;top:14.125rem;left:3.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuSm1ANnkOEdTB4NTP28CzPTDP6QIDuZ { width:1.5625rem;height:1.5625rem;top:14.125rem;left:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB1MvIwTqpqNuwr8m6kxmlC3VTDQS023 { display:block; }#rB1MvIwTqpqNuwr8m6kxmlC3VTDQS023 > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #br8rFnsDQzbKsLXyTPZTyHIxrIzT6dRl { width:14.8125rem;height:3.8984375rem;top:0.87457275390625rem;left:0.74978297948838rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOR4pwRUV6vvWUesZoyE0OO6i47VCdUU { width:1.5625rem;height:1.5625rem;top:1.5rem;left:16.0625rem;font-size:1.0625rem;display:block; }
#yOR4pwRUV6vvWUesZoyE0OO6i47VCdUU > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #rVnRqtEt8T7Gul19eX0kFOTagv7GNGIN { width:1.5625rem;height:1.5625rem;top:1.5rem;left:17.75rem;font-size:1.0625rem;display:block; }
#rVnRqtEt8T7Gul19eX0kFOTagv7GNGIN > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #WZpDbhmCVGNuQryKslsJrb9kpNrvTbu5 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:rgba(0,0,0,0);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; }#WZpDbhmCVGNuQryKslsJrb9kpNrvTbu5 > .row .container { background-color: transparent; background-image: none; }#WZpDbhmCVGNuQryKslsJrb9kpNrvTbu5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZpDbhmCVGNuQryKslsJrb9kpNrvTbu5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZpDbhmCVGNuQryKslsJrb9kpNrvTbu5 > .row .container > .video-iframe-container { display: none; }#WZpDbhmCVGNuQryKslsJrb9kpNrvTbu5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZpDbhmCVGNuQryKslsJrb9kpNrvTbu5 > .row > .video-iframe-container { display: none; }#WZpDbhmCVGNuQryKslsJrb9kpNrvTbu5 > .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); }#WZpDbhmCVGNuQryKslsJrb9kpNrvTbu5 > .row .container { border-width: 0; border-radius: 0; }#WZpDbhmCVGNuQryKslsJrb9kpNrvTbu5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WZpDbhmCVGNuQryKslsJrb9kpNrvTbu5 > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4zM59TFp51gWXADJ9tzceC00dMXFykZ { width:18.75rem;height:3.4375rem;top:0.4375rem;left:0.625rem;z-index:15022;font-size:1.1875rem;background-color:#009d17;background-image:url("https://images.assets-landingi.com/uc/a5ee09b6-090a-447f-adef-d848f101ad4e/BT_PAPEL.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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; }#w4zM59TFp51gWXADJ9tzceC00dMXFykZ.adaptive-delivery-prevent-bg, #w4zM59TFp51gWXADJ9tzceC00dMXFykZ.lazyload, #w4zM59TFp51gWXADJ9tzceC00dMXFykZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dJLoXCf3ccFSdZqLV9ETRodPKwlNL7s9 { display:block; }
 }@media only screen and (max-width: 763px) { #mhUA7QXo9TaHanhrn7fmZtlOaCiqPCUU { top:4.1875rem;left:0.625rem;width:18.75rem;height:3.4375rem;z-index:15023;overflow:hidden;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; }
 }