.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,217,217;--color-primary-1:128,128,128;--color-primary-2:0,0,0;--color-primary-3:0,0,0;--color-primary-4:0,0,0;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:205,255,102;--color-tertiary-2:172,255,0;--color-tertiary-3:147,187,68;--color-tertiary-4:0,0,0;--headlines-font-family:"montserrat up";--paragraphs-font-family:"montserrat up"; }@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:#212503;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); }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/3931f85c-c463-4bde-a8e1-9fc1bc5c11e3/capaimersaoDESK.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP.adaptive-delivery-prevent-bg, #f11PS0S6re7UksMaivbv8Aaa2zXtCBIP.lazyload, #f11PS0S6re7UksMaivbv8Aaa2zXtCBIP.lazyloading { background-image: none; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container { background-color: transparent; background-image: none; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container > .video-iframe-container { display: none; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row > .video-iframe-container { display: none; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .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); }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container { border-width: 0; border-radius: 0; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container { width:75rem;height:50.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#FLg2ADIypehbxvaoTLJbUiLR4tvKAoOZ { color:#f3f3f3;display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.8408203125rem;left:1.90234375rem;height:3.0875rem;text-align:left;text-align-last:left;display:block; }
#WTWNGDKQ1sLH5oNde3EnlhTTsvpp8coK { color:#ffffff;display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:12.0966796875rem;left:1.77734375rem;height:7.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XM07xdZuZUCR0b4p5zs2WXJIhlf1bUJS { color:#f3f3f3;display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.9404296875rem;left:1.90234375rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#HuG94upKFlH1VXaM6z5pViZXJMRpJRuT { background-color:#1db20f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.8125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.9375rem;left:1.875rem;display:block; }
#b3vJINEwQ73PJC4Z4RinLLBwkQZ0Wpf2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RISh2F3lI7wtQa7Cfizk5xEHEgbFNP8I { color:#f3f3f3;display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.625rem;left:2.8125rem;height:1.1375rem;text-align:left;text-align-last:left;display:block; }
#bwDiZqkTbWTnzavZvTKzBW7rhnONdI45 { position:relative;display:block; }#bwDiZqkTbWTnzavZvTKzBW7rhnONdI45 { background-color: transparent; background-image: none; }#bwDiZqkTbWTnzavZvTKzBW7rhnONdI45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwDiZqkTbWTnzavZvTKzBW7rhnONdI45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwDiZqkTbWTnzavZvTKzBW7rhnONdI45 > .row .container > .video-iframe-container { display: none; }#bwDiZqkTbWTnzavZvTKzBW7rhnONdI45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwDiZqkTbWTnzavZvTKzBW7rhnONdI45 > .row > .video-iframe-container { display: none; }#bwDiZqkTbWTnzavZvTKzBW7rhnONdI45 > .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); }#bwDiZqkTbWTnzavZvTKzBW7rhnONdI45 { border-width: 0; border-radius: 0; }#bwDiZqkTbWTnzavZvTKzBW7rhnONdI45 > .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; }#bwDiZqkTbWTnzavZvTKzBW7rhnONdI45 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#212503;background-image:none;font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UeINX0wUX3P7ArZ3otOEfm9KN3nDTJNp { color:rgba(var(--color-primary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:25.75rem;left:15.25rem;height:5.525rem;text-align:left;text-align-last:left;display:block; }
#eWqbkbPyQysqD34eOMyQtrMRadQPJbA3 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1db20f, #1b1e00);background-image: -moz-linear-gradient(180deg, #1db20f, #1b1e00);background-image: -ms-linear-gradient(180deg, #1db20f, #1b1e00);background-image: -o-linear-gradient(180deg, #1db20f, #1b1e00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1db20f', endColorstr='#1b1e00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1db20f', endColorstr='#1b1e00' );";background-image: linear-gradient(180deg, #1db20f, #1b1e00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:31.625rem;width:22.4375rem;top:1.5rem;left:13.75rem;display:block; }
#ezHaMr0ttHoubV8aO9t5oVPDN2nQiN1P { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.75rem;width:21.0625rem;top:2.1875rem;left:14.4375rem;display:block; }
#lR4m9E1OGe2ikLLJgOdZbdNrfEHcEvN6 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:21.3125rem;left:15.5625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h3Tz6UnmqesTcTuPJaDOPbsb0BEirAkC { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15010;background-color:#464646;background-image:none;top:24rem;left:19.9375rem;display:block; }
#hcqUOvSeiVOik6n53PmTNlV52nUXSlq9 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1db20f, #1b1e00);background-image: -moz-linear-gradient(180deg, #1db20f, #1b1e00);background-image: -ms-linear-gradient(180deg, #1db20f, #1b1e00);background-image: -o-linear-gradient(180deg, #1db20f, #1b1e00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1db20f', endColorstr='#1b1e00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1db20f', endColorstr='#1b1e00' );";background-image: linear-gradient(180deg, #1db20f, #1b1e00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:31.625rem;width:22.4375rem;top:1.5rem;left:38.9375rem;display:block; }
#wKCGAwxFCCiFZIPcVhqEZVtPmqNmoSOl { color:rgba(var(--color-primary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:25.75rem;left:40.4375rem;height:4.14375rem;text-align:left;text-align-last:left;display:block; }
#mDHz4TWow1lJsxChFzN44BQxS22PyhDW { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:21.3125rem;left:40.75rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vrcwB2y4N9rvSpTiyPuRzqCAIKPFJQRp { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.75rem;width:21.0625rem;top:2.1875rem;left:39.625rem;display:block; }
#h74F1usuniBiavMQmHn9HIFBz8mEheZi { box-sizing:content-box;height:0.0625rem;width:9.375rem;position:absolute;display:block;z-index:15015;background-color:#464646;background-image:none;top:24rem;left:45.125rem;display:block; }
#z7bVs4st383Za6pBoquDQGxtUTIGaZIu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212503;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; }#z7bVs4st383Za6pBoquDQGxtUTIGaZIu > .row .container { background-color: transparent; background-image: none; }#z7bVs4st383Za6pBoquDQGxtUTIGaZIu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7bVs4st383Za6pBoquDQGxtUTIGaZIu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7bVs4st383Za6pBoquDQGxtUTIGaZIu > .row .container > .video-iframe-container { display: none; }#z7bVs4st383Za6pBoquDQGxtUTIGaZIu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7bVs4st383Za6pBoquDQGxtUTIGaZIu > .row > .video-iframe-container { display: none; }#z7bVs4st383Za6pBoquDQGxtUTIGaZIu > .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); }#z7bVs4st383Za6pBoquDQGxtUTIGaZIu > .row .container { border-width: 0; border-radius: 0; }#z7bVs4st383Za6pBoquDQGxtUTIGaZIu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z7bVs4st383Za6pBoquDQGxtUTIGaZIu > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#nrkcCSUGovndBHmhiryL37pKTpDlH9bJ { color:#ffffff;display:block;width:51rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:2.380859375rem;left:12rem;height:6.05rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hOKrOhesKkMF8gzwZXb4ZbT67t1Uo5Gt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212503;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; }#hOKrOhesKkMF8gzwZXb4ZbT67t1Uo5Gt > .row .container { background-color: transparent; background-image: none; }#hOKrOhesKkMF8gzwZXb4ZbT67t1Uo5Gt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOKrOhesKkMF8gzwZXb4ZbT67t1Uo5Gt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOKrOhesKkMF8gzwZXb4ZbT67t1Uo5Gt > .row .container > .video-iframe-container { display: none; }#hOKrOhesKkMF8gzwZXb4ZbT67t1Uo5Gt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOKrOhesKkMF8gzwZXb4ZbT67t1Uo5Gt > .row > .video-iframe-container { display: none; }#hOKrOhesKkMF8gzwZXb4ZbT67t1Uo5Gt > .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); }#hOKrOhesKkMF8gzwZXb4ZbT67t1Uo5Gt > .row .container { border-width: 0; border-radius: 0; }#hOKrOhesKkMF8gzwZXb4ZbT67t1Uo5Gt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hOKrOhesKkMF8gzwZXb4ZbT67t1Uo5Gt > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#JXvlOLGhUxzAt000gQDooIZlqVytK0Hl { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6861953735351rem;left:4.2485895156861rem;height:2.925rem;font-style:normal;display:block; }
#pv1z22URmJHV7vLci4VThBor0ADierVH { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:24.625rem;top:5.8125009536743rem;left:0.18673992156982rem;display:block; }
#lsATxqA1Omozh7KF57Tkk2bRi65z1gus { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.6617841720581rem;left:4.2485895156861rem;height:2.925rem;font-style:normal;display:block; }
#stTToryzWQnarTIQ7T7124qtpVsmJQ7h { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0623915rem;width:24.6245625rem;top:11.936848640442rem;left:0rem;display:block; }
#VCdTIzLelFo6uD57yUO7ErrdTbVd0lTx { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:13.661565303802rem;left:4.2485895156861rem;height:2.925rem;font-style:normal;display:block; }
#GvFU12R0FWwpgdJZiVqmkD4cbipZCFaI { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6851129531861rem;left:29.43576335907rem;height:2.925rem;font-style:normal;display:block; }
#L2yfhKh6a5l0bdxgfCT9F5c8R8rTlVW4 { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0623915rem;width:24.6245625rem;top:5.8121747970581rem;left:25.437827110291rem;display:block; }
#wyIwQsyJXwXc4VhKdwBqRycZxHZzaAHd { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.6616754531863rem;left:29.624892234802rem;height:2.925rem;font-style:normal;display:block; }
#whSKULctIMMCTUP1wAC5VhTvdqZ0VFte { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0623915rem;width:24.624rem;top:11.93630695343rem;left:25.438368797302rem;display:block; }
#nGgG16Kbzk8wultBU0FuZMvlFWFibQTL { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.661025047303rem;left:29.749892234802rem;height:2.925rem;font-style:normal;display:block; }
#Ghi1dMPx8gFTmVTB3qn5ZwMDIlTOeqC0 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.68603515625rem;left:54.5rem;height:2.925rem;font-style:normal;display:block; }
#xBmGIVylTbZ1QuhwVHFJXnJC6d9m8xcp { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0623915rem;width:24.624rem;top:5.8116321563721rem;left:50.375rem;display:block; }
#UsgWXkwCwMgEpTwDSGmUBucNeN32MNHN { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.6611328125rem;left:54.561957359314rem;height:2.925rem;font-style:normal;display:block; }
#cWSikJ2Flwwxel9OeQehu0vNcZTfgDil { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0623915rem;width:24.6235rem;top:11.935764312744rem;left:50.125002861023rem;display:block; }
#X93Vl3u4AGNvKbPkv0gUO5NUB6zwkvwt { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.660482406616rem;left:54.625rem;height:2.925rem;font-style:normal;display:block; }
#CqMMpgJ24Bt2tK9WxdL0A14mU3mLmLQk { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0623915rem;width:24.6235rem;top:11.935764312744rem;left:50.125002861023rem;display:none; }
#IvvmyP3GwF86Rex0uXTgk2V2FmktWlDr { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0623915rem;width:24.6235rem;top:11.935764312744rem;left:50.125002861023rem;display:none; }
#AVp6d1vfigi0ZZ5mfWsecQWa4xbiOcVk { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0623915rem;width:24.6235rem;top:11.935764312744rem;left:50.125002861023rem;display:none; }
#ffeSM6mtV6QOKicX4s81hpQpMCES3RRP { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:1.8984375rem;left:0.96044921875rem;overflow:hidden;display:block; }
#B7c2QRxooiTQinDRKDBQQndBwKAznpXF { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:7.8740234375rem;left:0.96044921875rem;overflow:hidden;display:block; }
#qnGi4iuuqreirKXLW3IEZGg0prAHVHzc { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:13.87353515625rem;left:0.96044921875rem;overflow:hidden;display:block; }
#uZJtsuTHJQusGu6oqTHmfgqsBaiSnEbC { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:1.8984375rem;left:26.14794921875rem;overflow:hidden;display:block; }
#iet6e3tKo6iaDQiX2eWvNe8roQy8TetN { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:7.8740234375rem;left:26.14794921875rem;overflow:hidden;display:block; }
#ALZ3Oc7KrtsnEvTZieiZE7vnF0rrq4ES { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:13.87353515625rem;left:26.14794921875rem;overflow:hidden;display:block; }
#l0ws9OsJ2dqWCR3sKI8tOZzLIWgiH53i { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:1.8984375rem;left:51.08544921875rem;overflow:hidden;display:block; }
#gJ0vuh4oEmkwel9eiAOEVSxXfh2ZRxLG { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:7.8740234375rem;left:51.08544921875rem;overflow:hidden;display:block; }
#MRLkUlan4ATHTfkpFvwqZ50oFRbQ7lug { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:13.87353515625rem;left:51.08544921875rem;overflow:hidden;display:block; }
#T9d94hcn8T3HuCGdUHoadQQIiTTF1oTS { 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; }#T9d94hcn8T3HuCGdUHoadQQIiTTF1oTS > .row .container { background-color: transparent; background-image: none; }#T9d94hcn8T3HuCGdUHoadQQIiTTF1oTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9d94hcn8T3HuCGdUHoadQQIiTTF1oTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9d94hcn8T3HuCGdUHoadQQIiTTF1oTS > .row .container > .video-iframe-container { display: none; }#T9d94hcn8T3HuCGdUHoadQQIiTTF1oTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9d94hcn8T3HuCGdUHoadQQIiTTF1oTS > .row > .video-iframe-container { display: none; }#T9d94hcn8T3HuCGdUHoadQQIiTTF1oTS > .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); }#T9d94hcn8T3HuCGdUHoadQQIiTTF1oTS > .row .container { border-width: 0; border-radius: 0; }#T9d94hcn8T3HuCGdUHoadQQIiTTF1oTS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T9d94hcn8T3HuCGdUHoadQQIiTTF1oTS > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;position:relative;display:block; }#ffHufJV7eKiVZHt9F5ynAZTHGaMO3ScD { box-sizing:content-box;height:29.5625rem;width:32.9375rem;position:absolute;display:block;z-index:15000;background-color:#eaeaea;background-image:none;top:14.375rem;left:20.999219894409rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#uNvBpDmt7m4uQ5ChmmM8s2vpcHHs9ezT { color:rgba(var(--color-primary-2),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.9;letter-spacing:0;top:24.9375rem;left:27.280467987061rem;height:6.4125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q3ZUfR46tyZK3s3HmSXDg4Urhxm9vTkb { color:#1db20f;display:block;width:11.875rem;position:absolute;font-family:georgia;font-size:6.25rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:16.187606811524rem;left:31.500002861023rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t1qwph1TIQgTdGVEPGAROPkS8e6yBbNq { color:#5b5b5b;display:block;width:18.87425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:24.812603950501rem;left:28.312609672546rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bOlH8OmRXQIlroFzEJIgFuVTX24Bqdun { background-color:#1db20f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.9;overflow:hidden;position:absolute;width:27.4366875rem;height:4.24921875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34.75rem;left:23.748439788818rem;display:block; }
#g6HqX7CuiaRtlqXqywSS71pNf8ZIBpU1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DymuyPRmLba2v4xUKJUZl2hIBHw08boZ { color:#da0909;display:block;width:19.3120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:16.187603473663rem;left:28.155383110046rem;height:1.6625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LLBsDJOhEigSKbb1JrcvLNIMei6gTWiW { color:#5b5b5b;display:block;width:2.2495125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:19.513281345367rem;left:33.003124237061rem;height:2.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ohlXnxcT0iQmb7pXkwUWOrJzHcd97mAC { color:#5b5b5b;display:block;width:2.2495125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:20.874218940735rem;left:39.435939788818rem;height:2.1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wTr4EOv0GNfeMHl0r9zEBGOSsuTAp2Vp { color:#795947;display:block;width:52.9991875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:6.74999332428rem;left:11.624219894409rem;height:3.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d3mHdhDqP1JK9EsUKHfgH0A7H9UXltPI { color:#979797;display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.573431015014rem;left:14.936719894409rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#BKwfZZ8UoGFuU3sKT0lB55TDwVncyTPr { box-sizing:content-box;height:2.625rem;width:18.5rem;position:absolute;display:block;z-index:15020;background-color:#e1e1e1;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:3rem;left:28.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#FvLq6ILcbeuPtBCI8wX0y78vwWGdahdC { color:#3f3f3f;display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:3.6625001430511rem;left:32.40625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#n4aEWToJm4yRdqFiGQWeOqBwrMRIz1tA { 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:15025;opacity:1;top:3.5625rem;left:29.75rem; }
#Vk8pvO59c6AsmsJ8pr0nHSwbWuDthHuv { position:absolute;display:block;z-index:15133;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:27.75rem;top:39.686719894409rem;left:23.625rem;overflow:hidden;display:block; }
#dxTPFr0nJ88rCnNqnMQqXsVvyNcJNbqo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dxTPFr0nJ88rCnNqnMQqXsVvyNcJNbqo > .row .container { background-color: transparent; background-image: none; }#dxTPFr0nJ88rCnNqnMQqXsVvyNcJNbqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxTPFr0nJ88rCnNqnMQqXsVvyNcJNbqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxTPFr0nJ88rCnNqnMQqXsVvyNcJNbqo > .row .container > .video-iframe-container { display: none; }#dxTPFr0nJ88rCnNqnMQqXsVvyNcJNbqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxTPFr0nJ88rCnNqnMQqXsVvyNcJNbqo > .row > .video-iframe-container { display: none; }#dxTPFr0nJ88rCnNqnMQqXsVvyNcJNbqo > .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); }#dxTPFr0nJ88rCnNqnMQqXsVvyNcJNbqo > .row .container { border-width: 0; border-radius: 0; }#dxTPFr0nJ88rCnNqnMQqXsVvyNcJNbqo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dxTPFr0nJ88rCnNqnMQqXsVvyNcJNbqo > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;position:relative;display:block; }#FaiwTyEuLa02wqcZtStHbANMhcos7fPl { color:rgba(var(--color-tertiary-4),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:15.2353515625rem;left:38.5rem;height:23.8rem;font-style:normal;display:block; }
#Pe7TmsFS3dufs179NBzWnvTWVMzVdBkH { color:#3e3046;display:block;width:32.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:5.8125rem;left:38.5rem;height:6.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JSI6XAhLAsvv9yTWLV0eiqTXErzlakB9 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.125rem;width:30.4375rem;top:2.09375rem;left:4.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f11PS0S6re7UksMaivbv8Aaa2zXtCBIP { display:block; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLg2ADIypehbxvaoTLJbUiLR4tvKAoOZ { top:19.8125rem;left:0rem;width:38.625rem;height:3.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTWNGDKQ1sLH5oNde3EnlhTTsvpp8coK { top:12.0625rem;left:0rem;width:46.0625rem;height:7.125rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM07xdZuZUCR0b4p5zs2WXJIhlf1bUJS { top:10.9375rem;left:0rem;width:28.6875rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuG94upKFlH1VXaM6z5pViZXJMRpJRuT { width:21.6875rem;height:3.3125rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3vJINEwQ73PJC4Z4RinLLBwkQZ0Wpf2 { display:block; }
 }@media only screen and (max-width: 763px) { #RISh2F3lI7wtQa7Cfizk5xEHEgbFNP8I { top:24.625rem;left:0rem;width:20.125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwDiZqkTbWTnzavZvTKzBW7rhnONdI45 { display:none; }#bwDiZqkTbWTnzavZvTKzBW7rhnONdI45 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UeINX0wUX3P7ArZ3otOEfm9KN3nDTJNp { width:19.4375rem;height:5.5rem;top:25.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWqbkbPyQysqD34eOMyQtrMRadQPJbA3 { top:1.5rem;left:0rem;width:22.4375rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezHaMr0ttHoubV8aO9t5oVPDN2nQiN1P { top:2.1875rem;left:0rem;width:21.0625rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR4m9E1OGe2ikLLJgOdZbdNrfEHcEvN6 { width:18.75rem;height:1.4375rem;top:21.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3Tz6UnmqesTcTuPJaDOPbsb0BEirAkC { top:24rem;left:6.5rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcqUOvSeiVOik6n53PmTNlV52nUXSlq9 { top:1.5rem;left:9.3125rem;width:22.4375rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKCGAwxFCCiFZIPcVhqEZVtPmqNmoSOl { width:19.4375rem;height:4.125rem;top:25.75rem;left:12.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDHz4TWow1lJsxChFzN44BQxS22PyhDW { width:18.75rem;height:1.4375rem;top:21.3125rem;left:13rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrcwB2y4N9rvSpTiyPuRzqCAIKPFJQRp { top:2.1875rem;left:10.6875rem;width:21.0625rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h74F1usuniBiavMQmHn9HIFBz8mEheZi { top:24rem;left:22.375rem;width:9.375rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7bVs4st383Za6pBoquDQGxtUTIGaZIu { display:none; }#z7bVs4st383Za6pBoquDQGxtUTIGaZIu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nrkcCSUGovndBHmhiryL37pKTpDlH9bJ { width:18.125rem;height:6.5rem;top:1.4375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOKrOhesKkMF8gzwZXb4ZbT67t1Uo5Gt { display:none; }#hOKrOhesKkMF8gzwZXb4ZbT67t1Uo5Gt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JXvlOLGhUxzAt000gQDooIZlqVytK0Hl { top:1.625rem;left:0rem;width:20.3125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv1z22URmJHV7vLci4VThBor0ADierVH { top:5.8125rem;left:0rem;width:24.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsATxqA1Omozh7KF57Tkk2bRi65z1gus { top:7.625rem;left:0rem;width:20.3125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #stTToryzWQnarTIQ7T7124qtpVsmJQ7h { top:11.875rem;left:0rem;width:24.5625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #VCdTIzLelFo6uD57yUO7ErrdTbVd0lTx { top:13.625rem;left:0rem;width:20.3125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvFU12R0FWwpgdJZiVqmkD4cbipZCFaI { top:1.625rem;left:11.4375rem;width:20.3125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2yfhKh6a5l0bdxgfCT9F5c8R8rTlVW4 { top:5.75rem;left:7.1875rem;width:24.5625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #wyIwQsyJXwXc4VhKdwBqRycZxHZzaAHd { top:7.625rem;left:11.4375rem;width:20.3125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #whSKULctIMMCTUP1wAC5VhTvdqZ0VFte { top:11.875rem;left:7.1875rem;width:24.5625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #nGgG16Kbzk8wultBU0FuZMvlFWFibQTL { top:13.625rem;left:11.4375rem;width:20.3125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ghi1dMPx8gFTmVTB3qn5ZwMDIlTOeqC0 { top:1.625rem;left:27.125rem;width:20.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBmGIVylTbZ1QuhwVHFJXnJC6d9m8xcp { top:5.75rem;left:23.0625rem;width:24.5625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #UsgWXkwCwMgEpTwDSGmUBucNeN32MNHN { top:7.625rem;left:27.3125rem;width:20.3125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWSikJ2Flwwxel9OeQehu0vNcZTfgDil { top:11.875rem;left:23.0625rem;width:24.5625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #X93Vl3u4AGNvKbPkv0gUO5NUB6zwkvwt { top:13.625rem;left:27.3125rem;width:20.3125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqMMpgJ24Bt2tK9WxdL0A14mU3mLmLQk { top:11.875rem;left:23.0625rem;width:24.5625rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #IvvmyP3GwF86Rex0uXTgk2V2FmktWlDr { top:11.875rem;left:23.0625rem;width:24.5625rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #AVp6d1vfigi0ZZ5mfWsecQWa4xbiOcVk { top:11.875rem;left:23.0625rem;width:24.5625rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #ffeSM6mtV6QOKicX4s81hpQpMCES3RRP { top:1.875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7c2QRxooiTQinDRKDBQQndBwKAznpXF { top:7.8125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnGi4iuuqreirKXLW3IEZGg0prAHVHzc { top:13.8125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZJtsuTHJQusGu6oqTHmfgqsBaiSnEbC { top:1.875rem;left:15.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iet6e3tKo6iaDQiX2eWvNe8roQy8TetN { top:7.8125rem;left:15.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALZ3Oc7KrtsnEvTZieiZE7vnF0rrq4ES { top:13.8125rem;left:15.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0ws9OsJ2dqWCR3sKI8tOZzLIWgiH53i { top:1.875rem;left:31.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ0vuh4oEmkwel9eiAOEVSxXfh2ZRxLG { top:7.8125rem;left:31.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRLkUlan4ATHTfkpFvwqZ50oFRbQ7lug { top:13.8125rem;left:31.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9d94hcn8T3HuCGdUHoadQQIiTTF1oTS { display:none; }#T9d94hcn8T3HuCGdUHoadQQIiTTF1oTS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ffHufJV7eKiVZHt9F5ynAZTHGaMO3ScD { top:14.375rem;left:7.3742198944094rem;width:32.9375rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNvBpDmt7m4uQ5ChmmM8s2vpcHHs9ezT { width:20.9375rem;height:6.375rem;top:24.9375rem;left:13.655467987061rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3ZUfR46tyZK3s3HmSXDg4Urhxm9vTkb { top:14.125rem;left:0rem;width:18.9375rem;height:7rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1qwph1TIQgTdGVEPGAROPkS8e6yBbNq { top:21.6875rem;left:0rem;width:19.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOlH8OmRXQIlroFzEJIgFuVTX24Bqdun { width:27.375rem;height:4.1875rem;top:34.75rem;left:10.123439788818rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6HqX7CuiaRtlqXqywSS71pNf8ZIBpU1 { display:block; }
 }@media only screen and (max-width: 763px) { #DymuyPRmLba2v4xUKJUZl2hIBHw08boZ { top:16.1875rem;left:14.529689788818rem;width:19.25rem;height:1.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLBsDJOhEigSKbb1JrcvLNIMei6gTWiW { top:19.5rem;left:19.378124237061rem;width:2.1875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohlXnxcT0iQmb7pXkwUWOrJzHcd97mAC { top:20.8125rem;left:25.810939788818rem;width:2.1875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTr4EOv0GNfeMHl0r9zEBGOSsuTAp2Vp { top:6.6875rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3mHdhDqP1JK9EsUKHfgH0A7H9UXltPI { top:10.5625rem;left:1.3117198944092rem;width:45.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKwfZZ8UoGFuU3sKT0lB55TDwVncyTPr { top:3rem;left:14.875rem;width:18.5rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvLq6ILcbeuPtBCI8wX0y78vwWGdahdC { top:3.625rem;left:18.78125rem;width:10.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4aEWToJm4yRdqFiGQWeOqBwrMRIz1tA { top:3.5625rem;left:16.125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk8pvO59c6AsmsJ8pr0nHSwbWuDthHuv { top:39.625rem;left:10rem;width:27.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxTPFr0nJ88rCnNqnMQqXsVvyNcJNbqo { display:none; }#dxTPFr0nJ88rCnNqnMQqXsVvyNcJNbqo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FaiwTyEuLa02wqcZtStHbANMhcos7fPl { width:33.375rem;height:23.75rem;top:15.1875rem;left:14.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe7TmsFS3dufs179NBzWnvTWVMzVdBkH { width:32.8125rem;height:6.875rem;top:5.8125rem;left:14.9375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSI6XAhLAsvv9yTWLV0eiqTXErzlakB9 { top:2.0625rem;left:0rem;width:30.4375rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#212503;background-image:none;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); } }@media only screen and (max-width: 763px) { #f11PS0S6re7UksMaivbv8Aaa2zXtCBIP { background-color:#212503;background-image:url("https://images.assets-landingi.com/uc/c8eddb94-b1e6-4ae5-9955-938427de03ba/SAIDATESTCAPAMOBCORP.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP.adaptive-delivery-prevent-bg, #f11PS0S6re7UksMaivbv8Aaa2zXtCBIP.lazyload, #f11PS0S6re7UksMaivbv8Aaa2zXtCBIP.lazyloading { background-image: none; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container { background-color: transparent; background-image: none; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container > .video-iframe-container { display: none; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row > .video-iframe-container { display: none; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .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); }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container { border-width: 0; border-radius: 0; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f11PS0S6re7UksMaivbv8Aaa2zXtCBIP > .row .container { width:20rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLg2ADIypehbxvaoTLJbUiLR4tvKAoOZ { width:20rem;height:8.53125rem;top:28.4375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WTWNGDKQ1sLH5oNde3EnlhTTsvpp8coK { width:20rem;height:5.25rem;top:21.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XM07xdZuZUCR0b4p5zs2WXJIhlf1bUJS { width:20rem;height:0.8125rem;top:20.375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HuG94upKFlH1VXaM6z5pViZXJMRpJRuT { width:19rem;height:3.4375rem;top:40.0625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3vJINEwQ73PJC4Z4RinLLBwkQZ0Wpf2 { display:block; }
 }@media only screen and (max-width: 763px) { #RISh2F3lI7wtQa7Cfizk5xEHEgbFNP8I { width:20rem;height:1.05625rem;top:38.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bwDiZqkTbWTnzavZvTKzBW7rhnONdI45 { display:block; }#bwDiZqkTbWTnzavZvTKzBW7rhnONdI45 { background-color: transparent; background-image: none; }#bwDiZqkTbWTnzavZvTKzBW7rhnONdI45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwDiZqkTbWTnzavZvTKzBW7rhnONdI45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwDiZqkTbWTnzavZvTKzBW7rhnONdI45 > .row .container > .video-iframe-container { display: none; }#bwDiZqkTbWTnzavZvTKzBW7rhnONdI45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bwDiZqkTbWTnzavZvTKzBW7rhnONdI45 > .row > .video-iframe-container { display: none; }#bwDiZqkTbWTnzavZvTKzBW7rhnONdI45 > .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); }#bwDiZqkTbWTnzavZvTKzBW7rhnONdI45 > .row .container { width:20rem;height:65.5625rem;background-color:#212503;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UeINX0wUX3P7ArZ3otOEfm9KN3nDTJNp { width:18.5rem;height:5.2rem;top:23.56689453125rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWqbkbPyQysqD34eOMyQtrMRadQPJbA3 { width:20rem;height:28.125rem;top:1.3359375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1db20f, #1b1e00);background-image: -moz-linear-gradient(180deg, #1db20f, #1b1e00);background-image: -ms-linear-gradient(180deg, #1db20f, #1b1e00);background-image: -o-linear-gradient(180deg, #1db20f, #1b1e00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1db20f', endColorstr='#1b1e00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1db20f', endColorstr='#1b1e00' );";background-image: linear-gradient(180deg, #1db20f, #1b1e00);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ezHaMr0ttHoubV8aO9t5oVPDN2nQiN1P { width:18.8125rem;height:16.0625rem;top:2.0234375rem;left:0.59375rem;background-color:rgba(var(--color-primary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lR4m9E1OGe2ikLLJgOdZbdNrfEHcEvN6 { width:18.75rem;height:1.38125rem;top:19.8984375rem;left:0.625rem;font-size:1.0625rem;color:#f12177;display:block; }
 }@media only screen and (max-width: 763px) { #h3Tz6UnmqesTcTuPJaDOPbsb0BEirAkC { width:9.375rem;height:0.0625rem;top:22.404296875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcqUOvSeiVOik6n53PmTNlV52nUXSlq9 { width:20rem;height:31.625rem;top:30.7109375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1db20f, #1b1e00);background-image: -moz-linear-gradient(180deg, #1db20f, #1b1e00);background-image: -ms-linear-gradient(180deg, #1db20f, #1b1e00);background-image: -o-linear-gradient(180deg, #1db20f, #1b1e00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1db20f', endColorstr='#1b1e00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1db20f', endColorstr='#1b1e00' );";background-image: linear-gradient(180deg, #1db20f, #1b1e00);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wKCGAwxFCCiFZIPcVhqEZVtPmqNmoSOl { width:19.4375rem;height:3.9rem;top:54.9609375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDHz4TWow1lJsxChFzN44BQxS22PyhDW { width:18.75rem;height:1.38125rem;top:50.5234375rem;left:1.125rem;font-size:1.0625rem;color:#f12177;display:block; }
 }@media only screen and (max-width: 763px) { #vrcwB2y4N9rvSpTiyPuRzqCAIKPFJQRp { width:19.1875rem;height:17rem;top:31.5234375rem;left:0.42321428571428rem;background-color:rgba(var(--color-primary-0),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #h74F1usuniBiavMQmHn9HIFBz8mEheZi { width:9.375rem;height:0.0625rem;top:53.2109375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7bVs4st383Za6pBoquDQGxtUTIGaZIu { background-color:#212503;background-image:none;display:block; }#z7bVs4st383Za6pBoquDQGxtUTIGaZIu > .row .container { background-color: transparent; background-image: none; }#z7bVs4st383Za6pBoquDQGxtUTIGaZIu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7bVs4st383Za6pBoquDQGxtUTIGaZIu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7bVs4st383Za6pBoquDQGxtUTIGaZIu > .row .container > .video-iframe-container { display: none; }#z7bVs4st383Za6pBoquDQGxtUTIGaZIu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7bVs4st383Za6pBoquDQGxtUTIGaZIu > .row > .video-iframe-container { display: none; }#z7bVs4st383Za6pBoquDQGxtUTIGaZIu > .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); }#z7bVs4st383Za6pBoquDQGxtUTIGaZIu > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrkcCSUGovndBHmhiryL37pKTpDlH9bJ { width:18.125rem;height:6.5rem;top:1.4375rem;left:0.9375rem;font-size:1.625rem;line-height:1;font-family:"montserrat upada";font-weight:700;font-style:normal;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #hOKrOhesKkMF8gzwZXb4ZbT67t1Uo5Gt { background-color:#212503;background-image:none;display:block; }#hOKrOhesKkMF8gzwZXb4ZbT67t1Uo5Gt > .row .container { background-color: transparent; background-image: none; }#hOKrOhesKkMF8gzwZXb4ZbT67t1Uo5Gt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOKrOhesKkMF8gzwZXb4ZbT67t1Uo5Gt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOKrOhesKkMF8gzwZXb4ZbT67t1Uo5Gt > .row .container > .video-iframe-container { display: none; }#hOKrOhesKkMF8gzwZXb4ZbT67t1Uo5Gt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOKrOhesKkMF8gzwZXb4ZbT67t1Uo5Gt > .row > .video-iframe-container { display: none; }#hOKrOhesKkMF8gzwZXb4ZbT67t1Uo5Gt > .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); }#hOKrOhesKkMF8gzwZXb4ZbT67t1Uo5Gt > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXvlOLGhUxzAt000gQDooIZlqVytK0Hl { width:15.8745625rem;height:2.6rem;top:0.97298431396487rem;left:3.3117408752441rem;font-size:1rem;font-family:sora;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #pv1z22URmJHV7vLci4VThBor0ADierVH { width:20rem;height:0.0625rem;top:4.8621959686279rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsATxqA1Omozh7KF57Tkk2bRi65z1gus { width:16.75rem;height:2.6rem;top:5.5235462188721rem;left:3.3125rem;font-size:1rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #stTToryzWQnarTIQ7T7124qtpVsmJQ7h { width:20rem;height:0.0625rem;top:9.6650390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCdTIzLelFo6uD57yUO7ErrdTbVd0lTx { width:16.5625rem;height:2.6rem;top:11.01708984375rem;left:3.31201171875rem;font-size:1rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #GvFU12R0FWwpgdJZiVqmkD4cbipZCFaI { width:16.5625rem;height:2.6rem;top:15.33203125rem;left:3.40478515625rem;font-size:1rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #L2yfhKh6a5l0bdxgfCT9F5c8R8rTlVW4 { width:20rem;height:0.0625rem;top:14.65869140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyIwQsyJXwXc4VhKdwBqRycZxHZzaAHd { width:16.375rem;height:2.6rem;top:20.189125061035rem;left:3.5004343986511rem;font-size:1rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #whSKULctIMMCTUP1wAC5VhTvdqZ0VFte { width:20rem;height:0;top:19.68925rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGgG16Kbzk8wultBU0FuZMvlFWFibQTL { width:16.375rem;height:2.6rem;top:24.850799560547rem;left:3.4998917579651rem;font-size:1rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #Ghi1dMPx8gFTmVTB3qn5ZwMDIlTOeqC0 { width:16.5625rem;height:3.9rem;top:28.9794921875rem;left:3.4375rem;font-size:1rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #xBmGIVylTbZ1QuhwVHFJXnJC6d9m8xcp { width:20rem;height:0.0625rem;top:19.039047241211rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsgWXkwCwMgEpTwDSGmUBucNeN32MNHN { width:16.312rem;height:2.6rem;top:34.5947265625rem;left:3.09228515625rem;font-size:1rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #cWSikJ2Flwwxel9OeQehu0vNcZTfgDil { width:20rem;height:0.0625rem;top:23.901695251465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X93Vl3u4AGNvKbPkv0gUO5NUB6zwkvwt { width:16.6245rem;height:2.6rem;top:39.45751953125rem;left:2.935546875rem;font-size:1rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #CqMMpgJ24Bt2tK9WxdL0A14mU3mLmLQk { width:20rem;height:0.0623915rem;top:28.5263671875rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #IvvmyP3GwF86Rex0uXTgk2V2FmktWlDr { width:20rem;height:0.06201175rem;top:33.79248046875rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #AVp6d1vfigi0ZZ5mfWsecQWa4xbiOcVk { width:20rem;height:0.0623915rem;top:38.400398254394rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ffeSM6mtV6QOKicX4s81hpQpMCES3RRP { width:2.5rem;height:2.5rem;top:1.103515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7c2QRxooiTQinDRKDBQQndBwKAznpXF { width:2.5rem;height:2.5rem;top:6.34423828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnGi4iuuqreirKXLW3IEZGg0prAHVHzc { width:2.5rem;height:2.5rem;top:11.337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZJtsuTHJQusGu6oqTHmfgqsBaiSnEbC { width:2.5rem;height:2.5rem;top:15.462890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iet6e3tKo6iaDQiX2eWvNe8roQy8TetN { width:2.5rem;height:2.5rem;top:20.31982421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALZ3Oc7KrtsnEvTZieiZE7vnF0rrq4ES { width:2.5rem;height:2.5rem;top:24.9814453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0ws9OsJ2dqWCR3sKI8tOZzLIWgiH53i { width:2.5rem;height:2.5rem;top:29.80029296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ0vuh4oEmkwel9eiAOEVSxXfh2ZRxLG { width:2.5rem;height:2.5rem;top:34.7255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRLkUlan4ATHTfkpFvwqZ50oFRbQ7lug { width:2.5rem;height:2.5rem;top:39.58837890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9d94hcn8T3HuCGdUHoadQQIiTTF1oTS { background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }#T9d94hcn8T3HuCGdUHoadQQIiTTF1oTS > .row .container { background-color: transparent; background-image: none; }#T9d94hcn8T3HuCGdUHoadQQIiTTF1oTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9d94hcn8T3HuCGdUHoadQQIiTTF1oTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9d94hcn8T3HuCGdUHoadQQIiTTF1oTS > .row .container > .video-iframe-container { display: none; }#T9d94hcn8T3HuCGdUHoadQQIiTTF1oTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9d94hcn8T3HuCGdUHoadQQIiTTF1oTS > .row > .video-iframe-container { display: none; }#T9d94hcn8T3HuCGdUHoadQQIiTTF1oTS > .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); }#T9d94hcn8T3HuCGdUHoadQQIiTTF1oTS > .row .container { width:20rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffHufJV7eKiVZHt9F5ynAZTHGaMO3ScD { width:20rem;height:27.75rem;top:11.74843788147rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #uNvBpDmt7m4uQ5ChmmM8s2vpcHHs9ezT { width:18.6241875rem;height:5.34375rem;top:21.739844560623rem;left:0.68671882152556rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q3ZUfR46tyZK3s3HmSXDg4Urhxm9vTkb { width:18.9995rem;height:7rem;top:13.98974609375rem;left:0.4990234375rem;font-size:5rem;color:#1db20f;display:block; }
 }@media only screen and (max-width: 763px) { #t1qwph1TIQgTdGVEPGAROPkS8e6yBbNq { width:19.6875rem;height:1.575rem;top:21.740125656128rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOlH8OmRXQIlroFzEJIgFuVTX24Bqdun { width:17.9366875rem;height:3.87421875rem;top:30.026563167572rem;left:1.0304688215256rem;font-size:1rem;box-shadow: none;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;background-color:#1db20f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #g6HqX7CuiaRtlqXqywSS71pNf8ZIBpU1 { display:block; }
 }@media only screen and (max-width: 763px) { #DymuyPRmLba2v4xUKJUZl2hIBHw08boZ { width:19.3125rem;height:1.75rem;top:13.2529296875rem;left:0.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLBsDJOhEigSKbb1JrcvLNIMei6gTWiW { width:2.1875rem;height:2.1rem;top:17.623157262802rem;left:3.5347223281861rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohlXnxcT0iQmb7pXkwUWOrJzHcd97mAC { width:2.1875rem;height:2.1rem;top:18.18505859375rem;left:12.03076171875rem;font-size:1.5rem;color:#1db20f;display:block; }
 }@media only screen and (max-width: 763px) { #wTr4EOv0GNfeMHl0r9zEBGOSsuTAp2Vp { width:20rem;height:1.99375rem;top:5.3125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.1;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #d3mHdhDqP1JK9EsUKHfgH0A7H9UXltPI { width:20rem;height:2.6rem;top:7.3054676055906rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKwfZZ8UoGFuU3sKT0lB55TDwVncyTPr { width:12.625rem;height:2.75rem;top:1.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvLq6ILcbeuPtBCI8wX0y78vwWGdahdC { width:8.875rem;height:1.1375rem;top:2.6804676055908rem;left:6.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n4aEWToJm4yRdqFiGQWeOqBwrMRIz1tA { display:flex;width:1.375rem;height:1.375rem;top:2.5625rem;left:4.3968749046326rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #Vk8pvO59c6AsmsJ8pr0nHSwbWuDthHuv { width:17.5rem;height:0.8125rem;top:34.525782585144rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxTPFr0nJ88rCnNqnMQqXsVvyNcJNbqo { background-color:#ffffff;background-image:none;display:block; }#dxTPFr0nJ88rCnNqnMQqXsVvyNcJNbqo > .row .container { background-color: transparent; background-image: none; }#dxTPFr0nJ88rCnNqnMQqXsVvyNcJNbqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxTPFr0nJ88rCnNqnMQqXsVvyNcJNbqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxTPFr0nJ88rCnNqnMQqXsVvyNcJNbqo > .row .container > .video-iframe-container { display: none; }#dxTPFr0nJ88rCnNqnMQqXsVvyNcJNbqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxTPFr0nJ88rCnNqnMQqXsVvyNcJNbqo > .row > .video-iframe-container { display: none; }#dxTPFr0nJ88rCnNqnMQqXsVvyNcJNbqo > .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); }#dxTPFr0nJ88rCnNqnMQqXsVvyNcJNbqo > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FaiwTyEuLa02wqcZtStHbANMhcos7fPl { width:20rem;height:28.125rem;top:35.4375rem;left:-0.21875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;color:#0e0e0e;display:block; }
 }@media only screen and (max-width: 763px) { #Pe7TmsFS3dufs179NBzWnvTWVMzVdBkH { width:20rem;height:3.6rem;top:29.724609375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JSI6XAhLAsvv9yTWLV0eiqTXErzlakB9 { width:20rem;height:25.1875rem;top:1.25rem;left:0rem;display:block; }
 }