.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:249,221,222;--color-primary-1:235,143,145;--color-primary-2:215,31,35;--color-primary-3:108,16,18;--color-primary-4:32,5,5;--color-secondary-0:251,253,254;--color-secondary-1:243,248,253;--color-secondary-2:231,241,250;--color-secondary-3:116,121,125;--color-secondary-4:35,36,38;--color-tertiary-0:255,255,255;--color-tertiary-1:143,179,237;--color-tertiary-2:68,128,225;--color-tertiary-3:21,96,218;--color-tertiary-4:0,35,132;--headlines-font-family:poppins;--paragraphs-font-family:poppins; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1ed580cf-2944-4f50-a290-202f362e9f3a/ofertadlainvitrolptlodesktop_1.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .row .container { background-color: transparent; background-image: none; }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .row .container > .video-iframe-container { display: none; }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .row > .video-iframe-container { display: none; }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .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); }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .row .container { border-width: 0; border-radius: 0; }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#BkJNscugCfNtyCFg3s2hGdKUs9UgMTlJ { 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:4.375rem;width:20.1248125rem;top:1.2217882871627rem;left:0rem;overflow:hidden;display:block; }
#gDaE66vIhkZ2rvrOfddkoJNEl61vTbpU { background-color:transparent;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; }#gDaE66vIhkZ2rvrOfddkoJNEl61vTbpU > .row .container { background-color: transparent; background-image: none; }#gDaE66vIhkZ2rvrOfddkoJNEl61vTbpU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDaE66vIhkZ2rvrOfddkoJNEl61vTbpU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDaE66vIhkZ2rvrOfddkoJNEl61vTbpU > .row .container > .video-iframe-container { display: none; }#gDaE66vIhkZ2rvrOfddkoJNEl61vTbpU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDaE66vIhkZ2rvrOfddkoJNEl61vTbpU > .row > .video-iframe-container { display: none; }#gDaE66vIhkZ2rvrOfddkoJNEl61vTbpU > .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); }#gDaE66vIhkZ2rvrOfddkoJNEl61vTbpU > .row .container { border-width: 0; border-radius: 0; }#gDaE66vIhkZ2rvrOfddkoJNEl61vTbpU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gDaE66vIhkZ2rvrOfddkoJNEl61vTbpU > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#ybRkrQSwwKHf7HWek6ibqBGmBnM0zMvB { color:rgba(var(--color-tertiary-3),1);display:block;width:33.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.5605478286744rem;left:0rem;height:12.999125rem;display:block; }
#PBNc34EH9ZcUHJBbHT6bsz04yCQXplx0 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:0.87457847595213rem;left:0rem;height:7.3111875rem;font-style:normal;display:block; }
#JWlU0nef2dIxqw3v47z6KJUpBinfFpKH { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.24913125rem;width:26.749125rem;top:25.873480796814rem;left:0rem;overflow:hidden;display:block; }
#XirQamKENOaUNrwZU2qy3SKp40odIP2H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XirQamKENOaUNrwZU2qy3SKp40odIP2H > .row .container { background-color: transparent; background-image: none; }#XirQamKENOaUNrwZU2qy3SKp40odIP2H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XirQamKENOaUNrwZU2qy3SKp40odIP2H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XirQamKENOaUNrwZU2qy3SKp40odIP2H > .row .container > .video-iframe-container { display: none; }#XirQamKENOaUNrwZU2qy3SKp40odIP2H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XirQamKENOaUNrwZU2qy3SKp40odIP2H > .row > .video-iframe-container { display: none; }#XirQamKENOaUNrwZU2qy3SKp40odIP2H > .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); }#XirQamKENOaUNrwZU2qy3SKp40odIP2H > .row .container { border-width: 0; border-radius: 0; }#XirQamKENOaUNrwZU2qy3SKp40odIP2H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XirQamKENOaUNrwZU2qy3SKp40odIP2H > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;position:relative;display:block; }#Xgo7TPOHCQKAlEIwUST51UuNJQWErriW { color:rgba(var(--color-tertiary-4),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:10.219184875488rem;left:39.497615814209rem;height:14.622375rem;text-align:center;text-align-last:center;display:block; }
#prfogVPTOezavcW9np6xve55QtCaRVSt { position:relative;display:block; }#prfogVPTOezavcW9np6xve55QtCaRVSt { background-color: transparent; background-image: none; }#prfogVPTOezavcW9np6xve55QtCaRVSt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prfogVPTOezavcW9np6xve55QtCaRVSt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prfogVPTOezavcW9np6xve55QtCaRVSt > .row .container > .video-iframe-container { display: none; }#prfogVPTOezavcW9np6xve55QtCaRVSt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prfogVPTOezavcW9np6xve55QtCaRVSt > .row > .video-iframe-container { display: none; }#prfogVPTOezavcW9np6xve55QtCaRVSt > .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); }#prfogVPTOezavcW9np6xve55QtCaRVSt { border-width: 0; border-radius: 0; }#prfogVPTOezavcW9np6xve55QtCaRVSt > .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; }#prfogVPTOezavcW9np6xve55QtCaRVSt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.375rem;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; }#FAgsahuvwvs6i7WT5Lavat2QggMZh4cF { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:21.875rem;top:10.4375rem;left:9.9375rem;overflow:hidden;display:block; }
#eVbFQPCeDZC49EIV7AE5PvZPMs6V4TEF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:11.25rem;top:10.8125rem;left:51.125rem;overflow:hidden;display:block; }
#vVTqpscZ6dNZ1Vb3539skzEbvzOI3eiU { color:#de2a0e;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:7.25rem;left:11.6875rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#xJINqID5K61zD1yOD0XWmOur1rBQn7u7 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.5rem;left:48.9375rem;height:2.92535rem;text-align:center;text-align-last:center;display:block; }
#op7miqB6OlwGyDQt8l1ykrnTIpBZsDhd { 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:7.4375rem;width:10.8125rem;display:none; }
#r1RZsf9T8oxXJsnWS4mSwxF65UvUhLBV { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9346790313721rem;left:0rem;height:2.7625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uVxKd2gP83omZqkHlgErqE9BeaFP953w { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:0.125rem;top:7.8797793388369rem;left:39.250217437744rem;overflow:hidden;display:block; }
#LxX47rgGe1hOGlOM9ASRImnQycmViltB { 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:0.25rem;width:21.375rem;display:none; }
#ZZhB6qPvNRCOed5ldtETDZDamko2XVLN { position:relative;display:block; }#ZZhB6qPvNRCOed5ldtETDZDamko2XVLN { background-color: transparent; background-image: none; }#ZZhB6qPvNRCOed5ldtETDZDamko2XVLN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZhB6qPvNRCOed5ldtETDZDamko2XVLN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZhB6qPvNRCOed5ldtETDZDamko2XVLN > .row .container > .video-iframe-container { display: none; }#ZZhB6qPvNRCOed5ldtETDZDamko2XVLN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZhB6qPvNRCOed5ldtETDZDamko2XVLN > .row > .video-iframe-container { display: none; }#ZZhB6qPvNRCOed5ldtETDZDamko2XVLN > .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); }#ZZhB6qPvNRCOed5ldtETDZDamko2XVLN { border-width: 0; border-radius: 0; }#ZZhB6qPvNRCOed5ldtETDZDamko2XVLN > .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; }#ZZhB6qPvNRCOed5ldtETDZDamko2XVLN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:44.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:block; }#mwSdQR8Xpr8ZUZ9wcQHHIz48tqGSGy6I { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:11.899957656861rem;left:5.68359375rem;height:16.90100625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-form-header {  }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:#003474;width:22.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;line-height:1.1;overflow:hidden;font-style:normal; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.1875rem;margin-bottom:0.25rem;margin-left:2.1875rem;display:block;box-sizing:border-box;font-size:1.75rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.625rem;height:3.5625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;font-size:0.75rem;font-weight:400;color:#031f59;vertical-align:top;width:21rem;overflow:hidden;font-style:normal;line-height:1.5; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container:first-of-type{padding-top:0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container:last-of-type{padding-bottom:0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.3851547241213rem;left:46.183594703674rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.0625rem;display:block;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:400;color:#031f59;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.3851547241213rem;left:46.183594703674rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #eZAp8UXwWrkKh1VpOvJ1oJhkG8ZX9ylH { position:relative;display:block;z-index:15000; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #reMqeSDgMAThA5B8kviJvoV9JKPN8z5I { position:relative;display:block;z-index:15000; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE { position:relative;z-index:2; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF { position:relative; }
#w7R8Zdc4cxZQNoNST2rhPcvgmUM9eOeb { color:rgba(var(--color-primary-2),1);display:block;width:21.8120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:7.8125rem;left:47.5625rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 1.0625rem 3.4375rem rgba(7,7,7,0.48) ;height:35.0625rem;width:25.9375rem;top:4.0625rem;left:45.124782562256rem;display:block; }
#ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.18728125rem;width:25.9375rem;top:3.5rem;left:45.125rem;display:block; }
#ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { color:rgba(var(--color-tertiary-0),1);display:block;width:20.8094375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:4.125rem;left:48.25rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pq9ViVIT5AezfoQFQpaO4qnCrvI75Suv { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:10.8125rem;top:0.44488143920899rem;left:5.68359375rem;overflow:hidden;display:block; }
#bnZakKIMcNdMACwmWUqSen4JxuZEvuD8 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1248125rem;width:9.375rem;top:33.305123329162rem;left:35.819232940674rem;overflow:hidden;display:block; }
#wXpuGL23EFmxUr8rhMhVIUBTS6iJhpUz { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:14.25rem;top:6.9316415786744rem;left:70.562068939206rem;overflow:hidden;display:block; }
#zRcDM29xVuJKk7d68tttDl0rDyZoWpgS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zRcDM29xVuJKk7d68tttDl0rDyZoWpgS > .row .container { background-color: transparent; background-image: none; }#zRcDM29xVuJKk7d68tttDl0rDyZoWpgS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRcDM29xVuJKk7d68tttDl0rDyZoWpgS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRcDM29xVuJKk7d68tttDl0rDyZoWpgS > .row .container > .video-iframe-container { display: none; }#zRcDM29xVuJKk7d68tttDl0rDyZoWpgS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRcDM29xVuJKk7d68tttDl0rDyZoWpgS > .row > .video-iframe-container { display: none; }#zRcDM29xVuJKk7d68tttDl0rDyZoWpgS > .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); }#zRcDM29xVuJKk7d68tttDl0rDyZoWpgS > .row .container { border-width: 0; border-radius: 0; }#zRcDM29xVuJKk7d68tttDl0rDyZoWpgS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRcDM29xVuJKk7d68tttDl0rDyZoWpgS > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#KdzBT2hTQdMK947NyeNwrOwWgOiZbdhV { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:2.2450103759766rem;left:0rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LGJTcn7xkEqNnBDTQUzsfJvJgN4izfEH { position:relative;display:block; }#LGJTcn7xkEqNnBDTQUzsfJvJgN4izfEH { background-color: transparent; background-image: none; }#LGJTcn7xkEqNnBDTQUzsfJvJgN4izfEH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGJTcn7xkEqNnBDTQUzsfJvJgN4izfEH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGJTcn7xkEqNnBDTQUzsfJvJgN4izfEH > .row .container > .video-iframe-container { display: none; }#LGJTcn7xkEqNnBDTQUzsfJvJgN4izfEH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGJTcn7xkEqNnBDTQUzsfJvJgN4izfEH > .row > .video-iframe-container { display: none; }#LGJTcn7xkEqNnBDTQUzsfJvJgN4izfEH > .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); }#LGJTcn7xkEqNnBDTQUzsfJvJgN4izfEH { border-width: 0; border-radius: 0; }#LGJTcn7xkEqNnBDTQUzsfJvJgN4izfEH > .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; }#LGJTcn7xkEqNnBDTQUzsfJvJgN4izfEH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:47rem;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; }#oM5Kygmeyz5gVBr5bhAwfziBRsHox1ad { 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:20.1875rem;width:29.8125rem;top:5.5978755950928rem;left:3.8606796264649rem;overflow:hidden;display:block; }
#NAC2NZe2LGCfuU0rfNPLvBJXCPNq9DhW { color:rgba(var(--color-tertiary-4),1);display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.162109375rem;left:43.172748565674rem;height:2.7625rem;font-style:normal;display:block; }
#Lm9p7MPkV4XapMEFp6wl3UvJQPVgKldl { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.88737487793rem;left:43.172748565674rem;height:16.9010125rem;display:block; }
#TXktGt91k2oni98DAT058CwaQTe3UHHS { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:24.8123125rem;top:37.156034469604rem;left:12.441408157349rem;overflow:hidden;display:block; }
#cQTJir84Rv62o6i6sVXg43QeaTg6msOG { color:rgba(var(--color-tertiary-4),1);display:block;width:23.936625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:34.3125rem;left:13.25rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#Bo2zchiIxXNuMPrLzxeU9Jk1A0gHqLIE { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.12435rem;width:21.936875rem;top:37.124568939209rem;left:40.503473281861rem;overflow:hidden;display:block; }
#CelymC96TDaQPMS8k7eDcMPWRC5fovgg { color:rgba(var(--color-tertiary-4),1);display:block;width:17.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:34.375rem;left:43.5625rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#nZ60zHPUCWoyEl6B6S8IJRIOvkTHVOCx { 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:3.1875rem;width:75rem;top:1.4116849899292rem;left:0rem;overflow:hidden;display:block; }
#BXsVTFVF0u73DOCp87NSLws1r5CTlkVR { position:relative;display:block; }#BXsVTFVF0u73DOCp87NSLws1r5CTlkVR { background-color: transparent; background-image: none; }#BXsVTFVF0u73DOCp87NSLws1r5CTlkVR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXsVTFVF0u73DOCp87NSLws1r5CTlkVR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXsVTFVF0u73DOCp87NSLws1r5CTlkVR > .row .container > .video-iframe-container { display: none; }#BXsVTFVF0u73DOCp87NSLws1r5CTlkVR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXsVTFVF0u73DOCp87NSLws1r5CTlkVR > .row > .video-iframe-container { display: none; }#BXsVTFVF0u73DOCp87NSLws1r5CTlkVR > .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); }#BXsVTFVF0u73DOCp87NSLws1r5CTlkVR { border-width: 0; border-radius: 0; }#BXsVTFVF0u73DOCp87NSLws1r5CTlkVR > .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; }#BXsVTFVF0u73DOCp87NSLws1r5CTlkVR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:40.4375rem;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; }#o9PlqoUgmSDF9JFfu3nNUTcctha4c9ma { color:rgba(var(--color-tertiary-4),1);display:block;width:43.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.8697967529297rem;left:28.859592437744rem;height:2.84375rem;font-style:normal;display:block; }
#vaiMaRscR0TykmIpSzF2zdb4N9nhuMoe { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.807292938233rem;left:36.983509063721rem;height:24.290375rem;display:block; }
#yccUz7k6eAeMzKfAnK6Rss6AmDXuoUiZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.0625rem;width:27.25rem;top:8.8411464691163rem;left:5.7345924377441rem;overflow:hidden;display:block; }
#Hc4lbbFG3HuzFq8yMIXqs8u7KGmrIJEI { position:relative;display:block; }#Hc4lbbFG3HuzFq8yMIXqs8u7KGmrIJEI { background-color: transparent; background-image: none; }#Hc4lbbFG3HuzFq8yMIXqs8u7KGmrIJEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hc4lbbFG3HuzFq8yMIXqs8u7KGmrIJEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hc4lbbFG3HuzFq8yMIXqs8u7KGmrIJEI > .row .container > .video-iframe-container { display: none; }#Hc4lbbFG3HuzFq8yMIXqs8u7KGmrIJEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hc4lbbFG3HuzFq8yMIXqs8u7KGmrIJEI > .row > .video-iframe-container { display: none; }#Hc4lbbFG3HuzFq8yMIXqs8u7KGmrIJEI > .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); }#Hc4lbbFG3HuzFq8yMIXqs8u7KGmrIJEI { border-width: 0; border-radius: 0; }#Hc4lbbFG3HuzFq8yMIXqs8u7KGmrIJEI > .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; }#Hc4lbbFG3HuzFq8yMIXqs8u7KGmrIJEI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:39rem;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; }#Iq0Aq2745xTxDTcJsXFMMkiRocWh2sOP { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.7022562026977rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GfdSGtDxhw76M7dLvU3QNBePut7E4kKv { position:absolute;display:block;z-index:15001;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.8125rem;width:7rem;top:10.203994750976rem;left:4.3598098754883rem;overflow:hidden;display:block; }
#E9fJrcFQArO34hI3q5I4KKrTehA3n52g { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:19.203559875488rem;left:4.3598098754883rem;overflow:hidden;display:block; }
#WKmFfrL13uVfF7byvmDm1Ti3956olri3 { 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:6.1875rem;width:6.6875rem;top:28.186851501465rem;left:4.4835090637207rem;overflow:hidden;display:block; }
#Zq6TLGiiSFui8rfwWC9T7ghedogCcTQq { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:10.5625rem;left:43.0625rem;overflow:hidden;display:block; }
#VhnuIGgkFOLaVOzRBiBPmJFC96BnfDdc { position:absolute;display:block;z-index:15005;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.6875rem;width:6.6875rem;top:19.5625rem;left:43.0625rem;overflow:hidden;display:block; }
#grPTnpOU8aDQInAspgBJpt6HSiclMyRy { position:absolute;display:block;z-index:15006;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.125rem;width:6.125rem;top:28.5625rem;left:43.1875rem;overflow:hidden;display:block; }
#txudiwcNX1T4b1PUDZxFc5I3s1Un0TG5 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.660156726837rem;left:13.671875rem;height:3.8997375rem;display:block; }
#UeIGo5AF58BNKtWT9hMea5Qn9NrZJolU { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.977215290069rem;left:13.671875rem;height:3.9rem;display:block; }
#aRd4xvK9UT51a0THDcg7gOeTZWm3caTv { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:28.562283039093rem;left:13.671875rem;height:6.4995625rem;display:block; }
#m9haVDQmQTAPDzA79Swm9XzxigqoJVFI { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.660156726837rem;left:52.623699188233rem;height:3.8997375rem;display:block; }
#AWeDLmwJQhZQvrPP0cSZbLQB8ACQKTR9 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.124125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.977215290069rem;left:52.687717437744rem;height:5.19965625rem;display:block; }
#kOks4ySlJpHWTBuFAtlU4shxfbgCzSbm { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:28.680557727814rem;left:52.561855316162rem;height:5.19965625rem;display:block; }
#kkm9XfifRFiVZPZ0u9qLUeMtTkNSmxfG { position:absolute;display:block;z-index:15013;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.125rem;width:75rem;top:1.3552417755127rem;left:0rem;overflow:hidden;display:block; }
#lFyJUGloCsbgJxReGttFnJo9lIXGTdA4 { position:absolute;display:block;z-index:15006;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:25rem;width:0.125rem;top:10.560968399048rem;left:37.437068939209rem;overflow:hidden;display:block; }
#kyAy8DSTb4vBlTGVRPRlHgwGgeATrlT3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#kyAy8DSTb4vBlTGVRPRlHgwGgeATrlT3 > .row .container { background-color: transparent; background-image: none; }#kyAy8DSTb4vBlTGVRPRlHgwGgeATrlT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyAy8DSTb4vBlTGVRPRlHgwGgeATrlT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyAy8DSTb4vBlTGVRPRlHgwGgeATrlT3 > .row .container > .video-iframe-container { display: none; }#kyAy8DSTb4vBlTGVRPRlHgwGgeATrlT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyAy8DSTb4vBlTGVRPRlHgwGgeATrlT3 > .row > .video-iframe-container { display: none; }#kyAy8DSTb4vBlTGVRPRlHgwGgeATrlT3 > .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); }#kyAy8DSTb4vBlTGVRPRlHgwGgeATrlT3 > .row .container { border-width: 0; border-radius: 0; }#kyAy8DSTb4vBlTGVRPRlHgwGgeATrlT3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kyAy8DSTb4vBlTGVRPRlHgwGgeATrlT3 > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:75rem;position:relative;display:block; }#wCK0TZsNApl9Ch5TucSQZQ5hS04WR2Vs { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5802917480469rem;left:0.4229621887207rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yTcGCuxqiQrC74RZUuPaOPa8yacHCxk0 { position:absolute;display:block;z-index:15001;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:16rem;width:20.4375rem;top:7.1560344696044rem;left:1.9835071563721rem;overflow:hidden;display:block; }
#mVaosxdFtzSLnFlSkp3HlrFHmTRoCU5M { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:17.5625rem;top:7.5618495941163rem;left:29.484596252441rem;overflow:hidden;display:block; }
#LzOkC3iZJJbTvVXUNkZ6bb6HizUcVwuW { 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:14.75rem;width:17.5rem;top:8.4743938446044rem;left:56.373699188233rem;overflow:hidden;display:block; }
#yKgJMBVAN6V7owPSTz4b7SX6caxa4bTC { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.019966125488rem;left:4.6375885009766rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#M3TEC9wuXKcoH1aMgplPz9rNnMZM6CHb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:26.019966125488rem;left:31.250003814698rem;height:5.19965625rem;text-align:center;text-align-last:center;display:block; }
#J8R0Z9JoKP349Z2BJu87yU8kQXPGXk4x { color:rgba(var(--color-tertiary-4),1);display:block;width:16.124125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.019966125488rem;left:54.248050689698rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#cytixVs8HCvySP3GTlX1J4zC6KfFuGLw { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.749125rem;width:7.999125rem;top:34.696182727814rem;left:9.0744361877444rem;overflow:hidden;display:block; }
#aMRl9Afag9Ubkc9LAhIVUeJoOZt0dwsM { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:7.375rem;top:35.343969345093rem;left:14.110244750976rem;overflow:hidden;display:none; }
#I9BXGB2fkxZDiaquwLOgPvRJUUPAerHx { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.81163125rem;width:37.6248125rem;top:37.500000476837rem;left:19.453125rem;overflow:hidden;display:block; }
#Q737UI6TNMZmXEGscrvfVg1E9HIuyp8n { 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:4.25rem;width:1.25rem;display:none; }
#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { background-color: transparent; background-image: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .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); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { border-width: 0; border-radius: 0; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:2rem;left:35.5rem; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#TPpUNe8edykLeak8E1pkcfbyuCVGKiae { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:1.875rem;left:38.625rem; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;top:1.875rem;left:42.0625rem; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:1.875rem;left:32.1875rem; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { background-color: transparent; background-image: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .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); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { border-width: 0; border-radius: 0; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { color:#7b7b7b;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.287109375rem;left:0rem;height:0.975rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 { display:block; }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkJNscugCfNtyCFg3s2hGdKUs9UgMTlJ { top:1.1875rem;left:0rem;width:20.0625rem;height:4.3614536781399rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDaE66vIhkZ2rvrOfddkoJNEl61vTbpU { display:block; }#gDaE66vIhkZ2rvrOfddkoJNEl61vTbpU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybRkrQSwwKHf7HWek6ibqBGmBnM0zMvB { width:33.25rem;height:13rem;top:9.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBNc34EH9ZcUHJBbHT6bsz04yCQXplx0 { width:41.5625rem;height:7.25rem;top:0.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWlU0nef2dIxqw3v47z6KJUpBinfFpKH { width:26.6875rem;height:4.2393420433145rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XirQamKENOaUNrwZU2qy3SKp40odIP2H { display:block; }#XirQamKENOaUNrwZU2qy3SKp40odIP2H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xgo7TPOHCQKAlEIwUST51UuNJQWErriW { width:32.1875rem;height:14.5625rem;top:10.1875rem;left:15.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prfogVPTOezavcW9np6xve55QtCaRVSt { display:block; }#prfogVPTOezavcW9np6xve55QtCaRVSt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FAgsahuvwvs6i7WT5Lavat2QggMZh4cF { width:21.875rem;height:16.124125rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVbFQPCeDZC49EIV7AE5PvZPMs6V4TEF { width:11.25rem;height:15.686875rem;top:10.8125rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVTqpscZ6dNZ1Vb3539skzEbvzOI3eiU { width:18.4375rem;height:2.875rem;top:7.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJINqID5K61zD1yOD0XWmOur1rBQn7u7 { width:15.625rem;height:2.875rem;top:7.5rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #op7miqB6OlwGyDQt8l1ykrnTIpBZsDhd { width:10.8125rem;height:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #r1RZsf9T8oxXJsnWS4mSwxF65UvUhLBV { width:47.75rem;height:2.75rem;top:1.875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVxKd2gP83omZqkHlgErqE9BeaFP953w { width:0.125rem;height:18.75rem;top:7.875rem;left:25.625217437744rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxX47rgGe1hOGlOM9ASRImnQycmViltB { width:21.375rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZhB6qPvNRCOed5ldtETDZDamko2XVLN { display:block; }#ZZhB6qPvNRCOed5ldtETDZDamko2XVLN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwSdQR8Xpr8ZUZ9wcQHHIz48tqGSGy6I { width:26.3125rem;height:16.875rem;top:11.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { width:22.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-checkbox-label { width:21.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { width:22.0625rem;height:auto;top:9.375rem;left:23.1875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { width:22.0625rem;height:auto;top:9.375rem;left:23.1875rem; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #eZAp8UXwWrkKh1VpOvJ1oJhkG8ZX9ylH {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #reMqeSDgMAThA5B8kviJvoV9JKPN8z5I {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF {  }
 }@media only screen and (max-width: 763px) { #w7R8Zdc4cxZQNoNST2rhPcvgmUM9eOeb { width:21.75rem;height:1.5625rem;top:7.8125rem;left:26rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { top:4.0625rem;left:21.8125rem;width:25.9375rem;height:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { top:3.5rem;left:21.8125rem;width:25.9375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { top:4.125rem;left:27rem;width:20.75rem;height:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq9ViVIT5AezfoQFQpaO4qnCrvI75Suv { width:10.8125rem;height:7.4375rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnZakKIMcNdMACwmWUqSen4JxuZEvuD8 { width:9.375rem;height:10.1248125rem;top:33.25rem;left:22.194232940674rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXpuGL23EFmxUr8rhMhVIUBTS6iJhpUz { width:14.25rem;height:21.875rem;top:6.875rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRcDM29xVuJKk7d68tttDl0rDyZoWpgS { display:block; }#zRcDM29xVuJKk7d68tttDl0rDyZoWpgS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdzBT2hTQdMK947NyeNwrOwWgOiZbdhV { top:2.1875rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGJTcn7xkEqNnBDTQUzsfJvJgN4izfEH { display:block; }#LGJTcn7xkEqNnBDTQUzsfJvJgN4izfEH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oM5Kygmeyz5gVBr5bhAwfziBRsHox1ad { width:29.8125rem;height:20.1875rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAC2NZe2LGCfuU0rfNPLvBJXCPNq9DhW { width:27.1875rem;height:2.75rem;top:6.125rem;left:20.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm9p7MPkV4XapMEFp6wl3UvJQPVgKldl { width:25.625rem;height:16.875rem;top:12.875rem;left:22.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXktGt91k2oni98DAT058CwaQTe3UHHS { width:24.75rem;height:4.0522976244153rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQTJir84Rv62o6i6sVXg43QeaTg6msOG { width:23.875rem;height:1.4375rem;top:34.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo2zchiIxXNuMPrLzxeU9Jk1A0gHqLIE { width:21.875rem;height:4.112716886521rem;top:37.0625rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CelymC96TDaQPMS8k7eDcMPWRC5fovgg { width:17.5rem;height:1.4375rem;top:34.375rem;left:29.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ60zHPUCWoyEl6B6S8IJRIOvkTHVOCx { width:47.75rem;height:2.029375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXsVTFVF0u73DOCp87NSLws1r5CTlkVR { display:block; }#BXsVTFVF0u73DOCp87NSLws1r5CTlkVR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o9PlqoUgmSDF9JFfu3nNUTcctha4c9ma { width:43.25rem;height:2.8125rem;top:4.8125rem;left:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaiMaRscR0TykmIpSzF2zdb4N9nhuMoe { width:35.75rem;height:24.25rem;top:10.75rem;left:11.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yccUz7k6eAeMzKfAnK6Rss6AmDXuoUiZ { width:27.25rem;height:29.0625rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc4lbbFG3HuzFq8yMIXqs8u7KGmrIJEI { display:block; }#Hc4lbbFG3HuzFq8yMIXqs8u7KGmrIJEI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iq0Aq2745xTxDTcJsXFMMkiRocWh2sOP { width:47.75rem;height:4.8125rem;top:3.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfdSGtDxhw76M7dLvU3QNBePut7E4kKv { width:7rem;height:6.8125rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9fJrcFQArO34hI3q5I4KKrTehA3n52g { width:6.75rem;height:6.75rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKmFfrL13uVfF7byvmDm1Ti3956olri3 { width:6.6875rem;height:6.1875rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq6TLGiiSFui8rfwWC9T7ghedogCcTQq { width:6.75rem;height:6.75rem;top:10.5625rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhnuIGgkFOLaVOzRBiBPmJFC96BnfDdc { width:6.6875rem;height:6.6875rem;top:19.5625rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #grPTnpOU8aDQInAspgBJpt6HSiclMyRy { width:6.125rem;height:6.125rem;top:28.5625rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #txudiwcNX1T4b1PUDZxFc5I3s1Un0TG5 { width:20.9375rem;height:3.875rem;top:11.625rem;left:0.046875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeIGo5AF58BNKtWT9hMea5Qn9NrZJolU { width:22.125rem;height:3.875rem;top:19.9375rem;left:0.046875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRd4xvK9UT51a0THDcg7gOeTZWm3caTv { width:22.75rem;height:6.5rem;top:28.5rem;left:0.046875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9haVDQmQTAPDzA79Swm9XzxigqoJVFI { width:21.25rem;height:3.875rem;top:11.625rem;left:26.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWeDLmwJQhZQvrPP0cSZbLQB8ACQKTR9 { width:21.0625rem;height:5.1875rem;top:19.9375rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOks4ySlJpHWTBuFAtlU4shxfbgCzSbm { width:21.3125rem;height:5.1875rem;top:28.625rem;left:26.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkm9XfifRFiVZPZ0u9qLUeMtTkNSmxfG { width:47.75rem;height:0.079583333333331rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFyJUGloCsbgJxReGttFnJo9lIXGTdA4 { width:0.125rem;height:25rem;top:10.5rem;left:23.812068939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyAy8DSTb4vBlTGVRPRlHgwGgeATrlT3 { display:block; }#kyAy8DSTb4vBlTGVRPRlHgwGgeATrlT3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCK0TZsNApl9Ch5TucSQZQ5hS04WR2Vs { width:47.75rem;height:2.8125rem;top:2.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTcGCuxqiQrC74RZUuPaOPa8yacHCxk0 { width:20.4375rem;height:16rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVaosxdFtzSLnFlSkp3HlrFHmTRoCU5M { width:17.5625rem;height:15.1875rem;top:7.5rem;left:15.859596252441rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzOkC3iZJJbTvVXUNkZ6bb6HizUcVwuW { width:17.5rem;height:14.75rem;top:8.4375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKgJMBVAN6V7owPSTz4b7SX6caxa4bTC { width:16.875rem;height:5.1875rem;top:26rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3TEC9wuXKcoH1aMgplPz9rNnMZM6CHb { width:12.5rem;height:5.1875rem;top:26rem;left:17.625003814698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8R0Z9JoKP349Z2BJu87yU8kQXPGXk4x { width:16.0625rem;height:5.1875rem;top:26rem;left:31.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cytixVs8HCvySP3GTlX1J4zC6KfFuGLw { width:7.9375rem;height:6.6971299595269rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMRl9Afag9Ubkc9LAhIVUeJoOZt0dwsM { width:7.375rem;height:8.75rem;top:35.3125rem;left:0.48524475097656rem;display:none; }
 }@media only screen and (max-width: 763px) { #I9BXGB2fkxZDiaquwLOgPvRJUUPAerHx { width:37.5625rem;height:5.8020062911443rem;top:37.5rem;left:5.828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q737UI6TNMZmXEGscrvfVg1E9HIuyp8n { width:1.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { display:block; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { width:2.25rem;height:2.25rem;top:2rem;left:21.875rem;display:block; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #TPpUNe8edykLeak8E1pkcfbyuCVGKiae { width:2.5625rem;height:2.5625rem;top:1.875rem;left:25rem;display:block; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { width:2.5625rem;height:2.5625rem;top:1.875rem;left:28.4375rem;display:block; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { width:2.5rem;height:2.5rem;top:1.875rem;left:18.5625rem;display:block; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { display:block; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { width:47.75rem;height:0.9375rem;top:2.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b8c7864b-72d0-43ee-a7e1-5b40a6f27478/MOBILE_OK_400.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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) { #w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 { position:relative;z-index:auto;background-color:transparent;background-image:none;display:block; }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .row .container { background-color: transparent; background-image: none; }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .row .container > .video-iframe-container { display: none; }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .row > .video-iframe-container { display: none; }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .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); }#w1nxyBf7KLCmCaBq6ZSfruiHqrUJToq1 > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkJNscugCfNtyCFg3s2hGdKUs9UgMTlJ { width:9.6235rem;height:1.9987rem;top:0.71831601858137rem;left:5.1877172589302rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gDaE66vIhkZ2rvrOfddkoJNEl61vTbpU { background-color:transparent;background-image:none;display:block; }#gDaE66vIhkZ2rvrOfddkoJNEl61vTbpU > .row .container { background-color: transparent; background-image: none; }#gDaE66vIhkZ2rvrOfddkoJNEl61vTbpU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDaE66vIhkZ2rvrOfddkoJNEl61vTbpU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDaE66vIhkZ2rvrOfddkoJNEl61vTbpU > .row .container > .video-iframe-container { display: none; }#gDaE66vIhkZ2rvrOfddkoJNEl61vTbpU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDaE66vIhkZ2rvrOfddkoJNEl61vTbpU > .row > .video-iframe-container { display: none; }#gDaE66vIhkZ2rvrOfddkoJNEl61vTbpU > .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); }#gDaE66vIhkZ2rvrOfddkoJNEl61vTbpU > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybRkrQSwwKHf7HWek6ibqBGmBnM0zMvB { width:16.25rem;height:5.85069375rem;top:7.2862412929537rem;left:1.8750000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PBNc34EH9ZcUHJBbHT6bsz04yCQXplx0 { width:20rem;height:3.73698125rem;top:1.0644550323486rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JWlU0nef2dIxqw3v47z6KJUpBinfFpKH { width:20rem;height:3.176rem;top:16.075304031372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XirQamKENOaUNrwZU2qy3SKp40odIP2H { background-color:transparent;background-image:none;display:block; }#XirQamKENOaUNrwZU2qy3SKp40odIP2H > .row .container { background-color: transparent; background-image: none; }#XirQamKENOaUNrwZU2qy3SKp40odIP2H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XirQamKENOaUNrwZU2qy3SKp40odIP2H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XirQamKENOaUNrwZU2qy3SKp40odIP2H > .row .container > .video-iframe-container { display: none; }#XirQamKENOaUNrwZU2qy3SKp40odIP2H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XirQamKENOaUNrwZU2qy3SKp40odIP2H > .row > .video-iframe-container { display: none; }#XirQamKENOaUNrwZU2qy3SKp40odIP2H > .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); }#XirQamKENOaUNrwZU2qy3SKp40odIP2H > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xgo7TPOHCQKAlEIwUST51UuNJQWErriW { width:20rem;height:9.2578125rem;top:21.932508468628rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #prfogVPTOezavcW9np6xve55QtCaRVSt { display:block; }#prfogVPTOezavcW9np6xve55QtCaRVSt { background-color: transparent; background-image: none; }#prfogVPTOezavcW9np6xve55QtCaRVSt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prfogVPTOezavcW9np6xve55QtCaRVSt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prfogVPTOezavcW9np6xve55QtCaRVSt > .row .container > .video-iframe-container { display: none; }#prfogVPTOezavcW9np6xve55QtCaRVSt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#prfogVPTOezavcW9np6xve55QtCaRVSt > .row > .video-iframe-container { display: none; }#prfogVPTOezavcW9np6xve55QtCaRVSt > .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); }#prfogVPTOezavcW9np6xve55QtCaRVSt > .row .container { width:20rem;height:48.4375rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FAgsahuvwvs6i7WT5Lavat2QggMZh4cF { width:15.7498125rem;height:11.5625rem;top:12.233073592186rem;left:2.1245661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVbFQPCeDZC49EIV7AE5PvZPMs6V4TEF { width:6.936875rem;height:9.749375rem;top:31.912979483604rem;left:6.5310330986975rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVTqpscZ6dNZ1Vb3539skzEbvzOI3eiU { width:12.5rem;height:3.9rem;top:7.6605901718137rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJINqID5K61zD1yOD0XWmOur1rBQn7u7 { width:12.5rem;height:2.6rem;top:28.322483420372rem;left:4.4368491768837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #op7miqB6OlwGyDQt8l1ykrnTIpBZsDhd { top:43.999567031861rem;left:7.5303822159769rem;width:4.93706875rem;height:3.37456875rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #r1RZsf9T8oxXJsnWS4mSwxF65UvUhLBV { width:19.9370625rem;height:2.92535rem;top:1.9997825622559rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVxKd2gP83omZqkHlgErqE9BeaFP953w { width:0.125rem;height:18.75rem;top:48.624141503906rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LxX47rgGe1hOGlOM9ASRImnQycmViltB { top:25.911460444331rem;left:0.62500005960463rem;width:18.75rem;height:0.1875rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZZhB6qPvNRCOed5ldtETDZDamko2XVLN { display:block; }#ZZhB6qPvNRCOed5ldtETDZDamko2XVLN > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwSdQR8Xpr8ZUZ9wcQHHIz48tqGSGy6I { width:20rem;height:14.61915rem;top:4.1916227340698rem;left:0rem;font-size:1.25rem;z-index:15023;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.6875rem;overflow:hidden;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#d71f23;background-image:none;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;font-size:1.625rem;overflow:hidden;height:3.4375rem;text-align:center;text-align-last:center; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { width:17.5rem;height:auto;top:30.761720657349rem;left:0rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-info-text { font-size:0.625rem;overflow:hidden;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { width:17.5rem;height:auto;top:30.761720657349rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #eZAp8UXwWrkKh1VpOvJ1oJhkG8ZX9ylH {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #reMqeSDgMAThA5B8kviJvoV9JKPN8z5I {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF {  }
 }@media only screen and (max-width: 763px) { #w7R8Zdc4cxZQNoNST2rhPcvgmUM9eOeb { width:20rem;height:1.575rem;top:29.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { width:20rem;height:29.875rem;top:28.249784469604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { width:20rem;height:3.75rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { width:20rem;height:2.25rem;top:26.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq9ViVIT5AezfoQFQpaO4qnCrvI75Suv { width:10.8125rem;height:7.4375rem;top:69.159072186281rem;left:4.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bnZakKIMcNdMACwmWUqSen4JxuZEvuD8 { width:4.375rem;height:4.74935rem;top:20.756290674209rem;left:0.62391489744186rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXpuGL23EFmxUr8rhMhVIUBTS6iJhpUz { width:3.99956875rem;height:6.18706875rem;top:20.068360567093rem;left:15.999350607395rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRcDM29xVuJKk7d68tttDl0rDyZoWpgS { background-color:transparent;background-image:none;display:block; }#zRcDM29xVuJKk7d68tttDl0rDyZoWpgS > .row .container { background-color: transparent; background-image: none; }#zRcDM29xVuJKk7d68tttDl0rDyZoWpgS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRcDM29xVuJKk7d68tttDl0rDyZoWpgS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRcDM29xVuJKk7d68tttDl0rDyZoWpgS > .row .container > .video-iframe-container { display: none; }#zRcDM29xVuJKk7d68tttDl0rDyZoWpgS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRcDM29xVuJKk7d68tttDl0rDyZoWpgS > .row > .video-iframe-container { display: none; }#zRcDM29xVuJKk7d68tttDl0rDyZoWpgS > .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); }#zRcDM29xVuJKk7d68tttDl0rDyZoWpgS > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdzBT2hTQdMK947NyeNwrOwWgOiZbdhV { width:19.124375rem;height:2rem;top:0.71397399902344rem;left:0.87456601858137rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGJTcn7xkEqNnBDTQUzsfJvJgN4izfEH { display:block; }#LGJTcn7xkEqNnBDTQUzsfJvJgN4izfEH { background-color: transparent; background-image: none; }#LGJTcn7xkEqNnBDTQUzsfJvJgN4izfEH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGJTcn7xkEqNnBDTQUzsfJvJgN4izfEH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGJTcn7xkEqNnBDTQUzsfJvJgN4izfEH > .row .container > .video-iframe-container { display: none; }#LGJTcn7xkEqNnBDTQUzsfJvJgN4izfEH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGJTcn7xkEqNnBDTQUzsfJvJgN4izfEH > .row > .video-iframe-container { display: none; }#LGJTcn7xkEqNnBDTQUzsfJvJgN4izfEH > .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); }#LGJTcn7xkEqNnBDTQUzsfJvJgN4izfEH > .row .container { width:20rem;height:45.625rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oM5Kygmeyz5gVBr5bhAwfziBRsHox1ad { width:20rem;height:13.542976939203rem;top:3.3496125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAC2NZe2LGCfuU0rfNPLvBJXCPNq9DhW { width:19.25rem;height:1.625rem;top:17.579211354256rem;left:0.68684893846512rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lm9p7MPkV4XapMEFp6wl3UvJQPVgKldl { width:19.9375rem;height:7.31119375rem;top:19.905600667rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXktGt91k2oni98DAT058CwaQTe3UHHS { width:18.75rem;height:3.18685rem;top:32.060542106628rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQTJir84Rv62o6i6sVXg43QeaTg6msOG { width:12.5rem;height:1.2999125rem;top:29.811199188233rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo2zchiIxXNuMPrLzxeU9Jk1A0gHqLIE { width:15.9375rem;height:3.06206875rem;top:39.434679031372rem;left:2.0312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CelymC96TDaQPMS8k7eDcMPWRC5fovgg { width:19.25rem;height:1.2999125rem;top:37.0625rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZ60zHPUCWoyEl6B6S8IJRIOvkTHVOCx { width:20rem;height:0.85rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXsVTFVF0u73DOCp87NSLws1r5CTlkVR { display:block; }#BXsVTFVF0u73DOCp87NSLws1r5CTlkVR { background-color: transparent; background-image: none; }#BXsVTFVF0u73DOCp87NSLws1r5CTlkVR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXsVTFVF0u73DOCp87NSLws1r5CTlkVR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXsVTFVF0u73DOCp87NSLws1r5CTlkVR > .row .container > .video-iframe-container { display: none; }#BXsVTFVF0u73DOCp87NSLws1r5CTlkVR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXsVTFVF0u73DOCp87NSLws1r5CTlkVR > .row > .video-iframe-container { display: none; }#BXsVTFVF0u73DOCp87NSLws1r5CTlkVR > .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); }#BXsVTFVF0u73DOCp87NSLws1r5CTlkVR > .row .container { width:20rem;height:51.5625rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o9PlqoUgmSDF9JFfu3nNUTcctha4c9ma { width:20rem;height:3.2487rem;top:1.1241321563721rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vaiMaRscR0TykmIpSzF2zdb4N9nhuMoe { width:18.811875rem;height:22.0985rem;top:27.489151000976rem;left:0.59353297948838rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yccUz7k6eAeMzKfAnK6Rss6AmDXuoUiZ { width:20rem;height:21.330275229358rem;top:5.09874375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc4lbbFG3HuzFq8yMIXqs8u7KGmrIJEI { display:block; }#Hc4lbbFG3HuzFq8yMIXqs8u7KGmrIJEI { background-color: transparent; background-image: none; }#Hc4lbbFG3HuzFq8yMIXqs8u7KGmrIJEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hc4lbbFG3HuzFq8yMIXqs8u7KGmrIJEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hc4lbbFG3HuzFq8yMIXqs8u7KGmrIJEI > .row .container > .video-iframe-container { display: none; }#Hc4lbbFG3HuzFq8yMIXqs8u7KGmrIJEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hc4lbbFG3HuzFq8yMIXqs8u7KGmrIJEI > .row > .video-iframe-container { display: none; }#Hc4lbbFG3HuzFq8yMIXqs8u7KGmrIJEI > .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); }#Hc4lbbFG3HuzFq8yMIXqs8u7KGmrIJEI { border-width: 0; border-radius: 0; }#Hc4lbbFG3HuzFq8yMIXqs8u7KGmrIJEI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hc4lbbFG3HuzFq8yMIXqs8u7KGmrIJEI > .row .container { width:20rem;height:49.6875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iq0Aq2745xTxDTcJsXFMMkiRocWh2sOP { width:20rem;height:6.497375rem;top:2.3480815887451rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfdSGtDxhw76M7dLvU3QNBePut7E4kKv { width:3.8125rem;height:3.75rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9fJrcFQArO34hI3q5I4KKrTehA3n52g { width:3.75rem;height:3.75rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKmFfrL13uVfF7byvmDm1Ti3956olri3 { width:4rem;height:3.75rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq6TLGiiSFui8rfwWC9T7ghedogCcTQq { width:3.75rem;height:3.75rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhnuIGgkFOLaVOzRBiBPmJFC96BnfDdc { width:3.75rem;height:3.75rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #grPTnpOU8aDQInAspgBJpt6HSiclMyRy { width:3.75rem;height:3.75rem;top:42.497833251953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #txudiwcNX1T4b1PUDZxFc5I3s1Un0TG5 { width:14.6875rem;height:3.4082rem;top:10.061859130859rem;left:5.3125000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeIGo5AF58BNKtWT9hMea5Qn9NrZJolU { width:14.6245625rem;height:4.54426875rem;top:20.312497138977rem;left:5.3754344582558rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRd4xvK9UT51a0THDcg7gOeTZWm3caTv { width:14.6875rem;height:7.9525rem;top:33.562286376953rem;left:5.3125000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9haVDQmQTAPDzA79Swm9XzxigqoJVFI { width:14.5rem;height:3.4082rem;top:15rem;left:5.3125000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWeDLmwJQhZQvrPP0cSZbLQB8ACQKTR9 { width:14.6875rem;height:5.6803375rem;top:26.499566555023rem;left:5.3114152550698rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOks4ySlJpHWTBuFAtlU4shxfbgCzSbm { width:14.4375rem;height:6.816375rem;top:42.497833251953rem;left:5.3125000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkm9XfifRFiVZPZ0u9qLUeMtTkNSmxfG { width:20rem;height:0.0325520625rem;top:1.5906982421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFyJUGloCsbgJxReGttFnJo9lIXGTdA4 { width:0.125rem;height:25rem;top:41.404296875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kyAy8DSTb4vBlTGVRPRlHgwGgeATrlT3 { display:block; }#kyAy8DSTb4vBlTGVRPRlHgwGgeATrlT3 > .row .container { width:20rem;height:67.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCK0TZsNApl9Ch5TucSQZQ5hS04WR2Vs { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yTcGCuxqiQrC74RZUuPaOPa8yacHCxk0 { width:10.374375rem;height:8.125rem;top:5.1605892181396rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVaosxdFtzSLnFlSkp3HlrFHmTRoCU5M { width:11.0623125rem;height:9.5605625rem;top:30.875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzOkC3iZJJbTvVXUNkZ6bb6HizUcVwuW { width:11.186rem;height:9.436875rem;top:48.875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKgJMBVAN6V7owPSTz4b7SX6caxa4bTC { width:18.625rem;height:5.2rem;top:14.31640625rem;left:0.87500005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3TEC9wuXKcoH1aMgplPz9rNnMZM6CHb { width:18.625rem;height:3.9rem;top:42.4375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8R0Z9JoKP349Z2BJu87yU8kQXPGXk4x { width:19.1875rem;height:5.2rem;top:61.4375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cytixVs8HCvySP3GTlX1J4zC6KfFuGLw { width:10.374375rem;height:8.75rem;top:16.572278976441rem;left:1.4366319775581rem;display:none; }
 }@media only screen and (max-width: 763px) { #aMRl9Afag9Ubkc9LAhIVUeJoOZt0dwsM { width:2.43706875rem;height:2.87435rem;top:23.032770156861rem;left:3.0674913525581rem;z-index:15008;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #I9BXGB2fkxZDiaquwLOgPvRJUUPAerHx { width:20rem;height:3.08919375rem;top:23.656686782837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q737UI6TNMZmXEGscrvfVg1E9HIuyp8n { top:19.014757156372rem;left:2.8819444775581rem;width:0.9375rem;height:3.4375rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { background-color:transparent;background-image:none;display:block; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { background-color: transparent; background-image: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .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); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { width:1.75rem;height:1.75rem;top:1.875rem;left:7.5625rem;display:block; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #TPpUNe8edykLeak8E1pkcfbyuCVGKiae { width:2rem;height:2rem;top:1.75rem;left:10.75rem;display:block; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { width:1.9375rem;height:1.9375rem;top:1.75rem;left:14.0625rem;display:block; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { width:1.75rem;height:1.75rem;top:1.875rem;left:4.0625rem;display:block; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { background-color: transparent; background-image: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .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); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { border-width: 0; border-radius: 0; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { width:19.7471875rem;height:1.9987rem;top:0rem;left:0rem;font-size:0.625rem;color:#343a40;line-height:1.6;display:block; }
 }