.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:233,231,255;--color-primary-1:183,174,255;--color-primary-2:111,92,255;--color-primary-3:56,46,128;--color-primary-4:17,14,38;--color-secondary-0:249,218,222;--color-secondary-1:235,133,146;--color-secondary-2:214,10,36;--color-secondary-3:107,5,18;--color-secondary-4:32,2,5;--color-tertiary-0:255,255,255;--color-tertiary-1:170,169,172;--color-tertiary-2:113,112,117;--color-tertiary-3:68,67,70;--color-tertiary-4:18,17,25;--headlines-font-family:Montserrat;--paragraphs-font-family:Montserrat; }@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:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d928334d-f6d3-4068-966f-ba8c5f451e5e/amio_lpcover.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.adaptive-delivery-prevent-bg, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyload, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyloading { background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { background-color: transparent; background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .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); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { border-width: 0; border-radius: 0; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;overflow:visible;position:relative;display:block; }#LTnEqbx8PMLfFhGdbU1QoacO3fasQfBb { color:rgba(var(--color-tertiary-0),1);display:block;width:42.6875rem;position:absolute;font-family:unbounded;font-size:3.625rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:11.3125rem;left:0rem;height:3.625rem;display:block; }
#Zl1M4QkHMBqlWa6rRRWVIDi89ZHuVXL2 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:23.0625rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#EwIX4e4THIeLPhsbhXsD72NiIS4mO9py { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.25rem;left:0rem;display:block; }
#UVlZPFXUH2XnIeOzSUq0oqTRWBnL269N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ygOMrtItpEEvNfFvmQiLyM4Xtsasbbrc { color:rgba(var(--color-tertiary-0),1);display:block;width:42.6875rem;position:absolute;font-family:unbounded;font-size:4.25rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:15.75rem;left:0rem;height:4.25rem;font-style:normal;display:block; }
#FCw5PHxB88ZQva0XbIa4Xnl11ZrFcnxZ { 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:5.25rem;width:7.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { position:relative;display:block; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { background-color: transparent; background-image: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container > .video-iframe-container { display: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row > .video-iframe-container { display: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .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); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { border-width: 0; border-radius: 0; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .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; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .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:17.25rem;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; }#UZz9N05TUKwaqq5iJXOi3A3K5JyxCLsG { color:rgba(var(--color-tertiary-0),1);display:block;width:39.9375rem;position:absolute;font-family:unbounded;font-size:2.125rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:3rem;left:17.53125rem;height:4.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EJdRukDEzplrlNGGzBnP47C2BoHNhVie { color:rgba(var(--color-tertiary-0),1);display:block;width:50.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9rem;left:12.09375rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#Tn8CNpW4S3smAnGXpMX9Ep7ZaO9mU8nH { 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; }#Tn8CNpW4S3smAnGXpMX9Ep7ZaO9mU8nH > .row .container { background-color: transparent; background-image: none; }#Tn8CNpW4S3smAnGXpMX9Ep7ZaO9mU8nH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tn8CNpW4S3smAnGXpMX9Ep7ZaO9mU8nH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tn8CNpW4S3smAnGXpMX9Ep7ZaO9mU8nH > .row .container > .video-iframe-container { display: none; }#Tn8CNpW4S3smAnGXpMX9Ep7ZaO9mU8nH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tn8CNpW4S3smAnGXpMX9Ep7ZaO9mU8nH > .row > .video-iframe-container { display: none; }#Tn8CNpW4S3smAnGXpMX9Ep7ZaO9mU8nH > .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); }#Tn8CNpW4S3smAnGXpMX9Ep7ZaO9mU8nH > .row .container { border-width: 0; border-radius: 0; }#Tn8CNpW4S3smAnGXpMX9Ep7ZaO9mU8nH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tn8CNpW4S3smAnGXpMX9Ep7ZaO9mU8nH > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;position:relative;display:block; }#twZ4B9J11HUz1Exd6bDHVhPeKNXumOTL { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.75rem;left:2.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ua3c4oJp8BmSX3RGR182ppSHpIvuOR3B { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.375rem;left:3.125rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FvuDlhGIPDb3noNZGAqqfoE0vxzsyFDv { 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:3.5rem;width:3.5rem;top:3.5625rem;left:7.625rem;overflow:hidden;display:block; }
#kdq2zKKIuhBk3XGIVU6nTzKRLiCqu9Tu { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.375rem;left:21.875rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FMWAxVWgty8DBqmKX2aPQr5IDfd3VXgy { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.75rem;left:21.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#quUshTKLrADEd8JdSIvvuTr3sciPll3O { 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:3.5rem;width:3.5rem;top:3.5625rem;left:26.375rem;overflow:hidden;display:block; }
#bdJ45P3rfOh5CgWHAWfmb6l9aQHVXt7x { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.375rem;left:40.15625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hqy5FbtJJK5rtLoTHfeClOqhwwRgcmWL { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.75rem;left:40.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KkhPfNtRfhiDolfUtyr2DFqU5bqcUCn5 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:3.5625rem;left:45.125rem;overflow:hidden;display:block; }
#gZceRr4Q0zvESa4COhHsMD54XQyUK7iS { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:10.375rem;left:59.375rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pfyg75QrPuvVuMLsCcVFdU3kgXzxSOTa { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.75rem;left:59.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TyXRZlWMCLG85a4nKFvNpkEGg8xt7dzc { position:absolute;display:block;z-index:15015;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.5rem;width:3.5rem;top:3.5625rem;left:63.875rem;overflow:hidden;display:block; }
#B1Gs6B404FsToeLGEPEO2pxKqu1z2HSx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ccd8a77c-642c-4b86-ae58-b920bbda436a/amio_lp_grafikastrumienswiecenia2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B1Gs6B404FsToeLGEPEO2pxKqu1z2HSx.adaptive-delivery-prevent-bg, #B1Gs6B404FsToeLGEPEO2pxKqu1z2HSx.lazyload, #B1Gs6B404FsToeLGEPEO2pxKqu1z2HSx.lazyloading { background-image: none; }#B1Gs6B404FsToeLGEPEO2pxKqu1z2HSx > .row .container { background-color: transparent; background-image: none; }#B1Gs6B404FsToeLGEPEO2pxKqu1z2HSx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1Gs6B404FsToeLGEPEO2pxKqu1z2HSx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1Gs6B404FsToeLGEPEO2pxKqu1z2HSx > .row .container > .video-iframe-container { display: none; }#B1Gs6B404FsToeLGEPEO2pxKqu1z2HSx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1Gs6B404FsToeLGEPEO2pxKqu1z2HSx > .row > .video-iframe-container { display: none; }#B1Gs6B404FsToeLGEPEO2pxKqu1z2HSx > .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); }#B1Gs6B404FsToeLGEPEO2pxKqu1z2HSx > .row .container { border-width: 0; border-radius: 0; }#B1Gs6B404FsToeLGEPEO2pxKqu1z2HSx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B1Gs6B404FsToeLGEPEO2pxKqu1z2HSx > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#nblw5Hil6AUzLNxO7afwc0Dscc4enZXV { color:rgba(var(--color-tertiary-0),1);display:block;width:39.9375rem;position:absolute;font-family:unbounded;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.875rem;left:17.53125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gIZzh4JITwpgstGEXwnZATAE0vdwskg6 { position:relative;display:block; }#gIZzh4JITwpgstGEXwnZATAE0vdwskg6 { background-color: transparent; background-image: none; }#gIZzh4JITwpgstGEXwnZATAE0vdwskg6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIZzh4JITwpgstGEXwnZATAE0vdwskg6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIZzh4JITwpgstGEXwnZATAE0vdwskg6 > .row .container > .video-iframe-container { display: none; }#gIZzh4JITwpgstGEXwnZATAE0vdwskg6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIZzh4JITwpgstGEXwnZATAE0vdwskg6 > .row > .video-iframe-container { display: none; }#gIZzh4JITwpgstGEXwnZATAE0vdwskg6 > .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); }#gIZzh4JITwpgstGEXwnZATAE0vdwskg6 { border-width: 0; border-radius: 0; }#gIZzh4JITwpgstGEXwnZATAE0vdwskg6 > .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; }#gIZzh4JITwpgstGEXwnZATAE0vdwskg6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:36.25rem;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; }#xglslQ4cN8dVq5KPPUydLHKXp4knubOp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.625rem;width:56.25rem;top:2.3125rem;left:9.375rem;display:block; }
#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { background-color: transparent; background-image: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container > .video-iframe-container { display: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row > .video-iframe-container { display: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .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); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { border-width: 0; border-radius: 0; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#muN6J9TaxD8LQ44Ee5akuSVVccNq9REI { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:unbounded;font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:3.75rem;left:12.5rem;height:2.3125rem;text-align:center;text-align-last:center;display:block; }
#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { position:relative;display:block; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { background-color: transparent; background-image: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container > .video-iframe-container { display: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row > .video-iframe-container { display: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .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); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { border-width: 0; border-radius: 0; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .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; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .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:34.6875rem;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; }#zkeg9lA2AtshVDxnNhSW9KbwhLhyldyp { box-sizing:content-box;height:32.375rem;width:23.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#u5OdaQ6PyWQUKaDcgAGa4TDUpQcplfpe { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:unbounded;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:24.5625rem;left:1.8125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QUDcyayrOktHWVbBDtyeaNK0wltH0r9C { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:26.4375rem;left:1.8125rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iLlhcwXxmbHFcE3P64PIm5VaRTI7VFqD { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:26.4375rem;left:7.1875rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rqokMsMCtIaNiZO9iTIi3HNENk2GtnRz { box-sizing:content-box;height:32.375rem;width:23.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:25.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#oe4TvbvmCzlETccuCktuqFVT6zv3LWQn { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:unbounded;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:24.5625rem;left:27.375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gB4PSfItP5neCfi0NEpbHLTwIP419QBm { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:23.875rem;width:23.875rem;top:0rem;left:25.75rem;overflow:hidden;display:block; }
#hXihH69b00yHQvBqo20CVIm2SeMaFnqi { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:26.4375rem;left:32.8125rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZQxJPgJuuk80gB8a4lMzkBzViLKlKCTq { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:26.4375rem;left:27.375rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#On7150GiXkPmBcINxcWskE0cxkptiTtk { box-sizing:content-box;height:32.375rem;width:23.875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:51.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#Tf8lW2wgg4gEO7bOLoqvaugoK4ra6GwJ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:23.875rem;width:23.875rem;top:0rem;left:51.125rem;overflow:hidden;display:block; }
#wuRXDl4bTlXfSPC94hqfQcs0fCpEGCdX { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:unbounded;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:24.5625rem;left:52.75rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bKF0eDKGJh3T3racdCtBrEudFrB1v54c { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:26.4375rem;left:58.125rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QdrrTkBIvVlrAIb8v2rgTfbwtoESoq9V { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:26.4375rem;left:52.75rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wE3ocua4IOrcAaUupKsxhtaMmzwTc70i { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:23.875rem;width:23.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#mzbbaJWfP4bygDgrElIef5mpRKkfnNFa { position:relative;display:block; }#mzbbaJWfP4bygDgrElIef5mpRKkfnNFa { background-color: transparent; background-image: none; }#mzbbaJWfP4bygDgrElIef5mpRKkfnNFa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzbbaJWfP4bygDgrElIef5mpRKkfnNFa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzbbaJWfP4bygDgrElIef5mpRKkfnNFa > .row .container > .video-iframe-container { display: none; }#mzbbaJWfP4bygDgrElIef5mpRKkfnNFa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzbbaJWfP4bygDgrElIef5mpRKkfnNFa > .row > .video-iframe-container { display: none; }#mzbbaJWfP4bygDgrElIef5mpRKkfnNFa > .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); }#mzbbaJWfP4bygDgrElIef5mpRKkfnNFa { border-width: 0; border-radius: 0; }#mzbbaJWfP4bygDgrElIef5mpRKkfnNFa > .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; }#mzbbaJWfP4bygDgrElIef5mpRKkfnNFa > .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:34.6875rem;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; }#q4baWSrZtnu2heq24ytRtqRh4awOVd20 { box-sizing:content-box;height:32.375rem;width:23.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#W752VTrD0aERFwZpgkbQ8awI9PM7EGeC { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:unbounded;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:24.5625rem;left:1.8125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cWZcCIRxi3QkzQTK0e3QSkkWrU86GxCG { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:26.4375rem;left:1.8125rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dzq1E6Pknbmr1gNllX3XyUCFqSGHQTu4 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:26.4375rem;left:7.1875rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#icdtbdLGr5yyDnrNdwFD7e8OF0A2sCnJ { box-sizing:content-box;height:32.375rem;width:23.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:25.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#nCy9rM3Nd275KiurFxKD4aTQP6gnpTn4 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:unbounded;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:24.5625rem;left:27.375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lAK7E82ZhzOE1N1L8fpHkAqOebtnpEd3 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:23.875rem;width:23.875rem;top:0rem;left:25.75rem;overflow:hidden;display:block; }
#OnTdyZl7eTxhFHqQfEG5FFSf2W6wBumN { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:26.4375rem;left:32.8125rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ov0FgvTMGwvh7JgWEddxdk3Q0IvIErqb { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:26.4375rem;left:27.375rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bPhBIqtJTBJsO7MhVrIDbbZ7ZT8c9SgU { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:23.875rem;width:23.875rem;top:0rem;left:51.125rem;overflow:hidden;display:block; }
#zWeT0ehvuBTTKWTd6pHlN7bPe2bXLsnF { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:unbounded;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:24.5625rem;left:52.75rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RSTFqRbMzUSbwP6um1NbJW3IRvQPuTWJ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:26.4375rem;left:58.125rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lLvXsbE5AVueHMQcOFBoxmRIChfewNMS { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:26.4375rem;left:52.75rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tFDQCdG9W8R8nvRuPhrifsOI1TFxg1IW { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:23.875rem;width:23.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#lHRtcA32URoz1FTeUkHKbu2zlUSlQOyP { box-sizing:content-box;height:32.375rem;width:23.875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:51.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#foN0o3ml5dxBm5Ode8kuuJeA6oANQdpq { position:relative;display:block; }#foN0o3ml5dxBm5Ode8kuuJeA6oANQdpq { background-color: transparent; background-image: none; }#foN0o3ml5dxBm5Ode8kuuJeA6oANQdpq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foN0o3ml5dxBm5Ode8kuuJeA6oANQdpq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foN0o3ml5dxBm5Ode8kuuJeA6oANQdpq > .row .container > .video-iframe-container { display: none; }#foN0o3ml5dxBm5Ode8kuuJeA6oANQdpq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foN0o3ml5dxBm5Ode8kuuJeA6oANQdpq > .row > .video-iframe-container { display: none; }#foN0o3ml5dxBm5Ode8kuuJeA6oANQdpq > .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); }#foN0o3ml5dxBm5Ode8kuuJeA6oANQdpq { border-width: 0; border-radius: 0; }#foN0o3ml5dxBm5Ode8kuuJeA6oANQdpq > .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; }#foN0o3ml5dxBm5Ode8kuuJeA6oANQdpq > .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:40.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; }#N8flQ5mszgAkzGV6ThOL3O4UCQZNFZya { box-sizing:content-box;height:32.375rem;width:23.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#XVndi6dxuAMKNaHLqKTbK3oNP9cfxn2o { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:unbounded;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:24.5625rem;left:1.8125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P0PJ3PCJnJXqvkcQxrDOdVbtWUEn9rn0 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:26.4375rem;left:1.8125rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n8cGGC0JIltQuuWxzx7tb7g4avfcC0r2 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:26.4375rem;left:7.1875rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bZvFQw6EJMUPtWLUeKKRbO8mGELDVomT { box-sizing:content-box;height:32.375rem;width:23.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:25.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.05) ;display:block; }
#UslGBRK2wJm1gs96mitCsX60atdJraWL { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:unbounded;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:24.5625rem;left:27.375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KFGrq7r4bwB9AsZez4BpuTdiQCPvOT5h { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:23.875rem;width:23.875rem;top:0rem;left:25.75rem;overflow:hidden;display:block; }
#sU32IcgKr93EAPuBo2PPSMKeDA3nEZWJ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:26.4375rem;left:32.8125rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R8Anb1cxGzJZhAShbnr5mETRv8zOI5zb { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:26.4375rem;left:27.375rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zTxTUau4APbKFbCAFfoghz5zpwzRebmy { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:23.875rem;width:23.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#eMPRqfJnE3avZySCDb29mWcWeDWTyzTE { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.9375rem;left:28.125rem;display:block; }
#iFO5ta1JAQR0HNdZN9EAVp01Dw5zEuFQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bf069GHGnd7X5WZmvHeFqAmJiOCKEplx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/99d169fd-7992-4b27-956f-ba6d3b1985e1/amio_lpbaner11_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bf069GHGnd7X5WZmvHeFqAmJiOCKEplx.adaptive-delivery-prevent-bg, #bf069GHGnd7X5WZmvHeFqAmJiOCKEplx.lazyload, #bf069GHGnd7X5WZmvHeFqAmJiOCKEplx.lazyloading { background-image: none; }#bf069GHGnd7X5WZmvHeFqAmJiOCKEplx > .row .container { background-color: transparent; background-image: none; }#bf069GHGnd7X5WZmvHeFqAmJiOCKEplx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bf069GHGnd7X5WZmvHeFqAmJiOCKEplx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bf069GHGnd7X5WZmvHeFqAmJiOCKEplx > .row .container > .video-iframe-container { display: none; }#bf069GHGnd7X5WZmvHeFqAmJiOCKEplx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bf069GHGnd7X5WZmvHeFqAmJiOCKEplx > .row > .video-iframe-container { display: none; }#bf069GHGnd7X5WZmvHeFqAmJiOCKEplx > .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); }#bf069GHGnd7X5WZmvHeFqAmJiOCKEplx > .row .container { border-width: 0; border-radius: 0; }#bf069GHGnd7X5WZmvHeFqAmJiOCKEplx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bf069GHGnd7X5WZmvHeFqAmJiOCKEplx > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#qpTZ97TbLqT1UMGhmpOxvkG5uEqWSMfn { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:unbounded;font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:32.3125rem;left:12.5rem;height:2.3125rem;text-align:center;text-align-last:center;display:block; }
#koJ8wn2aDDEflqNaBVRhROakGOel0zIR { position:relative;display:block; }#koJ8wn2aDDEflqNaBVRhROakGOel0zIR { background-color: transparent; background-image: none; }#koJ8wn2aDDEflqNaBVRhROakGOel0zIR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koJ8wn2aDDEflqNaBVRhROakGOel0zIR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koJ8wn2aDDEflqNaBVRhROakGOel0zIR > .row .container > .video-iframe-container { display: none; }#koJ8wn2aDDEflqNaBVRhROakGOel0zIR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koJ8wn2aDDEflqNaBVRhROakGOel0zIR > .row > .video-iframe-container { display: none; }#koJ8wn2aDDEflqNaBVRhROakGOel0zIR > .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); }#koJ8wn2aDDEflqNaBVRhROakGOel0zIR { border-width: 0; border-radius: 0; }#koJ8wn2aDDEflqNaBVRhROakGOel0zIR > .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; }#koJ8wn2aDDEflqNaBVRhROakGOel0zIR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:2.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; }#CFO1sWW8Jwa8U7D6Agd41kn9bJuiHp5I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/0d42e4bc-2867-4027-a34f-27e68095a079/Zrzutekranu20251028o091810.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CFO1sWW8Jwa8U7D6Agd41kn9bJuiHp5I.adaptive-delivery-prevent-bg, #CFO1sWW8Jwa8U7D6Agd41kn9bJuiHp5I.lazyload, #CFO1sWW8Jwa8U7D6Agd41kn9bJuiHp5I.lazyloading { background-image: none; }#CFO1sWW8Jwa8U7D6Agd41kn9bJuiHp5I > .row .container { background-color: transparent; background-image: none; }#CFO1sWW8Jwa8U7D6Agd41kn9bJuiHp5I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFO1sWW8Jwa8U7D6Agd41kn9bJuiHp5I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFO1sWW8Jwa8U7D6Agd41kn9bJuiHp5I > .row .container > .video-iframe-container { display: none; }#CFO1sWW8Jwa8U7D6Agd41kn9bJuiHp5I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFO1sWW8Jwa8U7D6Agd41kn9bJuiHp5I > .row > .video-iframe-container { display: none; }#CFO1sWW8Jwa8U7D6Agd41kn9bJuiHp5I > .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); }#CFO1sWW8Jwa8U7D6Agd41kn9bJuiHp5I > .row .container { border-width: 0; border-radius: 0; }#CFO1sWW8Jwa8U7D6Agd41kn9bJuiHp5I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CFO1sWW8Jwa8U7D6Agd41kn9bJuiHp5I > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:block; }#dgVsWxaEyrWf2SziO4S3bcpoqH4d9hUE { color:rgba(var(--color-tertiary-0),1);display:block;width:36.9375rem;position:absolute;font-family:unbounded;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:8.5rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mpXqvHyGPTXRyy5k1LT8JRvN38y8f4co { color:rgba(var(--color-tertiary-0),1);display:block;width:36.9375rem;position:absolute;font-family:unbounded;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:8.5rem;left:36.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q1RnVCxZLnBmOxhq4OagFkhG5qKVbsun { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q1RnVCxZLnBmOxhq4OagFkhG5qKVbsun > .row .container { background-color: transparent; background-image: none; }#Q1RnVCxZLnBmOxhq4OagFkhG5qKVbsun::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1RnVCxZLnBmOxhq4OagFkhG5qKVbsun > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1RnVCxZLnBmOxhq4OagFkhG5qKVbsun > .row .container > .video-iframe-container { display: none; }#Q1RnVCxZLnBmOxhq4OagFkhG5qKVbsun > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1RnVCxZLnBmOxhq4OagFkhG5qKVbsun > .row > .video-iframe-container { display: none; }#Q1RnVCxZLnBmOxhq4OagFkhG5qKVbsun > .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); }#Q1RnVCxZLnBmOxhq4OagFkhG5qKVbsun > .row .container { border-width: 0; border-radius: 0; }#Q1RnVCxZLnBmOxhq4OagFkhG5qKVbsun > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q1RnVCxZLnBmOxhq4OagFkhG5qKVbsun > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#ofWqQIy1OIR3rBWTlakmXaVBsHUz1M5z { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:unbounded;font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:3.75rem;left:12.5rem;height:2.3125rem;text-align:center;text-align-last:center;display:block; }
#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row .container { background-color: transparent; background-image: none; }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row .container > .video-iframe-container { display: none; }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row > .video-iframe-container { display: none; }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .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); }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row .container { border-width: 0; border-radius: 0; }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#dHgn6gUyD8TLZwtDEuC3GendhSLDq9E5 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1.9375rem;left:21.5625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FJ26PIkXhG24IIeRnO4Pu2Ctpku5GTXq { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:unbounded;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:1.8125rem;left:40.25rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#VaAl9fNZ3IBfOGD3S53UR63qDBER5MWV { color:#b8affd;display:block;width:6.25rem;position:absolute;font-family:unbounded;font-size:3.125rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:1.25rem;left:10rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#ZRcUVUngLZcFdSbp2sCTRdQzpNsd0KnN { box-sizing:content-box;height:7.8125rem;width:56.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.3);background-image:none;top:0rem;left:9.0625rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0rem solid rgba(var(--color-primary-2),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0rem solid rgba(var(--color-primary-2),1);display:block; }
#ldMUmcqmJl0668zvNaMhTdh3ngHwEq2A { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:3.806640625rem;left:40.25rem;height:2.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QD9RKodxQPHWR4Gf6bkBOXNC6Lzb46ry { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QD9RKodxQPHWR4Gf6bkBOXNC6Lzb46ry > .row .container { background-color: transparent; background-image: none; }#QD9RKodxQPHWR4Gf6bkBOXNC6Lzb46ry::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QD9RKodxQPHWR4Gf6bkBOXNC6Lzb46ry > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QD9RKodxQPHWR4Gf6bkBOXNC6Lzb46ry > .row .container > .video-iframe-container { display: none; }#QD9RKodxQPHWR4Gf6bkBOXNC6Lzb46ry > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QD9RKodxQPHWR4Gf6bkBOXNC6Lzb46ry > .row > .video-iframe-container { display: none; }#QD9RKodxQPHWR4Gf6bkBOXNC6Lzb46ry > .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); }#QD9RKodxQPHWR4Gf6bkBOXNC6Lzb46ry > .row .container { border-width: 0; border-radius: 0; }#QD9RKodxQPHWR4Gf6bkBOXNC6Lzb46ry > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QD9RKodxQPHWR4Gf6bkBOXNC6Lzb46ry > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;position:relative;display:block; }#HWGwcbkJPBk0bmfVqpD3IXu5muooET1f { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1.9375rem;left:21.5625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WA8QnFZMp4ZFyUq7fWOTZdTcli0LVCu2 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:unbounded;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:1.8125rem;left:40.25rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#QT2bTfeEGVseDHq9q9Iw9ocHw2vhFF33 { color:#b8affd;display:block;width:6.25rem;position:absolute;font-family:unbounded;font-size:3.125rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:1.25rem;left:10rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#B65TfwdqtkU8gk12qKr27LdqoPqXHt6k { box-sizing:content-box;height:7.1875rem;width:56.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.3);background-image:none;top:0rem;left:9.0625rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0rem solid rgba(var(--color-primary-2),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0rem solid rgba(var(--color-primary-2),1);display:block; }
#Nm14GuzMS2co0Sym6ccxQtxLNK2FEib5 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:3.806640625rem;left:40.25rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cG8NGcXTsoiXOCnQTuyMfgapSVrDlwCF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cG8NGcXTsoiXOCnQTuyMfgapSVrDlwCF > .row .container { background-color: transparent; background-image: none; }#cG8NGcXTsoiXOCnQTuyMfgapSVrDlwCF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cG8NGcXTsoiXOCnQTuyMfgapSVrDlwCF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cG8NGcXTsoiXOCnQTuyMfgapSVrDlwCF > .row .container > .video-iframe-container { display: none; }#cG8NGcXTsoiXOCnQTuyMfgapSVrDlwCF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cG8NGcXTsoiXOCnQTuyMfgapSVrDlwCF > .row > .video-iframe-container { display: none; }#cG8NGcXTsoiXOCnQTuyMfgapSVrDlwCF > .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); }#cG8NGcXTsoiXOCnQTuyMfgapSVrDlwCF > .row .container { border-width: 0; border-radius: 0; }#cG8NGcXTsoiXOCnQTuyMfgapSVrDlwCF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cG8NGcXTsoiXOCnQTuyMfgapSVrDlwCF > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#ZvoZEkrN5XOmdWwKPBaROuiHADdnBauz { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1.9375rem;left:21.5625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ff6ONNHoJ35wKRpTR5c5fA3luIClf8Qf { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:unbounded;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:1.8125rem;left:40.25rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#vhWCNUtBq1rot1T2yk2WZXcvrB2VG4I3 { color:#b8affd;display:block;width:6.25rem;position:absolute;font-family:unbounded;font-size:3.125rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:1.25rem;left:10rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#FGGzgdb91kNKJbob0SzI6ImVikCBDzXg { box-sizing:content-box;height:7.1875rem;width:56.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.3);background-image:none;top:0rem;left:9.0625rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0rem solid rgba(var(--color-primary-2),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0rem solid rgba(var(--color-primary-2),1);display:block; }
#tA5DkKllVm52tq1AdNpuUeVo1xolNTk3 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:3.806640625rem;left:40.25rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SnAX2teZWauO5JUyzcbwFL5y4f6HEXe7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SnAX2teZWauO5JUyzcbwFL5y4f6HEXe7 > .row .container { background-color: transparent; background-image: none; }#SnAX2teZWauO5JUyzcbwFL5y4f6HEXe7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnAX2teZWauO5JUyzcbwFL5y4f6HEXe7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnAX2teZWauO5JUyzcbwFL5y4f6HEXe7 > .row .container > .video-iframe-container { display: none; }#SnAX2teZWauO5JUyzcbwFL5y4f6HEXe7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnAX2teZWauO5JUyzcbwFL5y4f6HEXe7 > .row > .video-iframe-container { display: none; }#SnAX2teZWauO5JUyzcbwFL5y4f6HEXe7 > .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); }#SnAX2teZWauO5JUyzcbwFL5y4f6HEXe7 > .row .container { border-width: 0; border-radius: 0; }#SnAX2teZWauO5JUyzcbwFL5y4f6HEXe7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SnAX2teZWauO5JUyzcbwFL5y4f6HEXe7 > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#ELNrOXao83wnvz6W2IMDGqJGvH8NO6L8 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1.9375rem;left:21.5625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dp0PGsDno0vTQs4huMyDPQ7662Grp4U4 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:unbounded;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:1.8125rem;left:40.25rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#Q4QkLwwHCTinzbI2GTxzsvknCikZFGlv { color:#b8affd;display:block;width:6.25rem;position:absolute;font-family:unbounded;font-size:3.125rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:1.25rem;left:10rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#b9fFHQhfVHolaKkFB37p9rbG5Ts9vBvJ { box-sizing:content-box;height:7.8125rem;width:56.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.3);background-image:none;top:0rem;left:9.0625rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0rem solid rgba(var(--color-primary-2),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0rem solid rgba(var(--color-primary-2),1);display:block; }
#rXvp6X9NAeoIhpK7DeHGlNISDNmFPxgd { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:3.8125rem;left:40.25rem;height:2.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U1Ts2JmNPnrcHlixbw6pVTUCdco3GxZP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U1Ts2JmNPnrcHlixbw6pVTUCdco3GxZP > .row .container { background-color: transparent; background-image: none; }#U1Ts2JmNPnrcHlixbw6pVTUCdco3GxZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1Ts2JmNPnrcHlixbw6pVTUCdco3GxZP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1Ts2JmNPnrcHlixbw6pVTUCdco3GxZP > .row .container > .video-iframe-container { display: none; }#U1Ts2JmNPnrcHlixbw6pVTUCdco3GxZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1Ts2JmNPnrcHlixbw6pVTUCdco3GxZP > .row > .video-iframe-container { display: none; }#U1Ts2JmNPnrcHlixbw6pVTUCdco3GxZP > .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); }#U1Ts2JmNPnrcHlixbw6pVTUCdco3GxZP > .row .container { border-width: 0; border-radius: 0; }#U1Ts2JmNPnrcHlixbw6pVTUCdco3GxZP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U1Ts2JmNPnrcHlixbw6pVTUCdco3GxZP > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#LMSx7xMWCIlHP7CIDMEzVNVJIy4w4SPV { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1.9375rem;left:21.5625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yK2ekNhiPKKz1xOE1QQ6o0FN6m58JhV8 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:unbounded;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:1.8125rem;left:40.25rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#qh7mhmb9zhaMb26SJMQD6tG26yi3ltxG { color:#b8affd;display:block;width:6.25rem;position:absolute;font-family:unbounded;font-size:3.125rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:1.25rem;left:10rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#b35LUfE3miXmaonBB8hq3X1cXGcfQ9Ch { box-sizing:content-box;height:7.1875rem;width:56.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.3);background-image:none;top:0rem;left:9.0625rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0rem solid rgba(var(--color-primary-2),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0rem solid rgba(var(--color-primary-2),1);display:block; }
#gttyq7K75lr7tbOaDTJ1XBw0w5Nxpx1g { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:3.806640625rem;left:40.25rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MXrDP459MKM0PlcsJ1PvW1wzWC2T4TzU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MXrDP459MKM0PlcsJ1PvW1wzWC2T4TzU > .row .container { background-color: transparent; background-image: none; }#MXrDP459MKM0PlcsJ1PvW1wzWC2T4TzU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXrDP459MKM0PlcsJ1PvW1wzWC2T4TzU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXrDP459MKM0PlcsJ1PvW1wzWC2T4TzU > .row .container > .video-iframe-container { display: none; }#MXrDP459MKM0PlcsJ1PvW1wzWC2T4TzU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXrDP459MKM0PlcsJ1PvW1wzWC2T4TzU > .row > .video-iframe-container { display: none; }#MXrDP459MKM0PlcsJ1PvW1wzWC2T4TzU > .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); }#MXrDP459MKM0PlcsJ1PvW1wzWC2T4TzU > .row .container { border-width: 0; border-radius: 0; }#MXrDP459MKM0PlcsJ1PvW1wzWC2T4TzU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MXrDP459MKM0PlcsJ1PvW1wzWC2T4TzU > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#kZpvvy24lG3sf5Dnt7lwJI8TpJMwkXn4 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1.9375rem;left:21.5625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cyZIkzdnPI6hBfzGHfzvVTuBtgCdTW7u { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:unbounded;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:1.8125rem;left:40.25rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#TUWkLUmvmQoK3uJSmEXXdk2h3AVJ7VBd { color:#b8affd;display:block;width:6.25rem;position:absolute;font-family:unbounded;font-size:3.125rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:1.25rem;left:10rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#gGecq9GdTzwmi33aJcHEwFMaoKtqQ1Ib { box-sizing:content-box;height:7.1875rem;width:56.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.3);background-image:none;top:0rem;left:9.0625rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0rem solid rgba(var(--color-primary-2),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0rem solid rgba(var(--color-primary-2),1);display:block; }
#znuKZUVoAquTeg9VraODytkIZ8iT7BZR { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:3.806640625rem;left:40.25rem;height:2.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BxPq5tBw5fztAKkEqqlNWasCBurdgwkn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BxPq5tBw5fztAKkEqqlNWasCBurdgwkn > .row .container { background-color: transparent; background-image: none; }#BxPq5tBw5fztAKkEqqlNWasCBurdgwkn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxPq5tBw5fztAKkEqqlNWasCBurdgwkn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxPq5tBw5fztAKkEqqlNWasCBurdgwkn > .row .container > .video-iframe-container { display: none; }#BxPq5tBw5fztAKkEqqlNWasCBurdgwkn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxPq5tBw5fztAKkEqqlNWasCBurdgwkn > .row > .video-iframe-container { display: none; }#BxPq5tBw5fztAKkEqqlNWasCBurdgwkn > .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); }#BxPq5tBw5fztAKkEqqlNWasCBurdgwkn > .row .container { border-width: 0; border-radius: 0; }#BxPq5tBw5fztAKkEqqlNWasCBurdgwkn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BxPq5tBw5fztAKkEqqlNWasCBurdgwkn > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#PBZ47tGSO69OI5HA5XJwhNVa3ihgN08e { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1.9375rem;left:21.5625rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ji56xdRod4TT3Qbkd47v8me5Ft24rLx1 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:unbounded;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:1.8125rem;left:40.25rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#hyhE07k5p3hCW00K2DDv3gGl1n4km7zZ { color:#b8affd;display:block;width:6.25rem;position:absolute;font-family:unbounded;font-size:3.125rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:1.25rem;left:10rem;height:2.8125rem;text-align:left;text-align-last:left;display:block; }
#fKJFS1hATZwimHm3vgh2nf5xrf2zc35A { box-sizing:content-box;height:7.8125rem;width:56.25rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.3);background-image:none;top:0rem;left:9.0625rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0rem solid rgba(var(--color-primary-2),1);border-right:0rem solid rgba(var(--color-primary-2),1);border-bottom:0rem solid rgba(var(--color-primary-2),1);display:block; }
#Rp952h3e4xFLuTVIrTQdZTHh08mtkXWT { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:3.806640625rem;left:40.25rem;height:1.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XCdAtEkNVczlmHHN2qhwMKny4UQOa9zo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XCdAtEkNVczlmHHN2qhwMKny4UQOa9zo > .row .container { background-color: transparent; background-image: none; }#XCdAtEkNVczlmHHN2qhwMKny4UQOa9zo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCdAtEkNVczlmHHN2qhwMKny4UQOa9zo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCdAtEkNVczlmHHN2qhwMKny4UQOa9zo > .row .container > .video-iframe-container { display: none; }#XCdAtEkNVczlmHHN2qhwMKny4UQOa9zo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCdAtEkNVczlmHHN2qhwMKny4UQOa9zo > .row > .video-iframe-container { display: none; }#XCdAtEkNVczlmHHN2qhwMKny4UQOa9zo > .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); }#XCdAtEkNVczlmHHN2qhwMKny4UQOa9zo > .row .container { border-width: 0; border-radius: 0; }#XCdAtEkNVczlmHHN2qhwMKny4UQOa9zo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XCdAtEkNVczlmHHN2qhwMKny4UQOa9zo > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#e1IWs6DSKEiapORrWq8SiwD9K2qawKOG { color:rgba(var(--color-tertiary-0),1);display:block;width:56.4375rem;position:absolute;font-family:unbounded;font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:3.75rem;left:9rem;height:2.3125rem;text-align:center;text-align-last:center;display:block; }
#T8tcqneuyekBz0KTzhZl5XUW8yT2vTS8 { position:relative;display:block; }#T8tcqneuyekBz0KTzhZl5XUW8yT2vTS8 { background-color: transparent; background-image: none; }#T8tcqneuyekBz0KTzhZl5XUW8yT2vTS8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8tcqneuyekBz0KTzhZl5XUW8yT2vTS8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8tcqneuyekBz0KTzhZl5XUW8yT2vTS8 > .row .container > .video-iframe-container { display: none; }#T8tcqneuyekBz0KTzhZl5XUW8yT2vTS8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8tcqneuyekBz0KTzhZl5XUW8yT2vTS8 > .row > .video-iframe-container { display: none; }#T8tcqneuyekBz0KTzhZl5XUW8yT2vTS8 > .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); }#T8tcqneuyekBz0KTzhZl5XUW8yT2vTS8 { border-width: 0; border-radius: 0; }#T8tcqneuyekBz0KTzhZl5XUW8yT2vTS8 > .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; }#T8tcqneuyekBz0KTzhZl5XUW8yT2vTS8 > .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:33.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; }#ZbHtfc9OOs5rMyUJmdqhsZrAqrDDZJCm { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.125rem;width:10.125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:21.625rem;overflow:hidden;display:block; }
#CRFtGoLzk48STmsEwQVLoNCwbbCTkuC0 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.6875rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.3125rem;left:26.5625rem;display:block; }
#yVAt9JJhIGAJPCuR5L0h7v56d045wJsN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RKBNymqnZym5ULWQBy6TCZhZu3o7mDDT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10rem;width:10.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:10.8125rem;overflow:hidden;display:block; }
#iVLNxMPWB9qGhZCmCB6tdkRw8IPll5Gs { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.125rem;width:10.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:32.4375rem;overflow:hidden;display:block; }
#TGoTrp0DbvaPDxif55BEMXJZhhTDxx7d { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.125rem;width:10.125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:43.25rem;overflow:hidden;display:block; }
#UHknFiUVvaDMJFOwLiui7ztxzSZNGPCn { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.125rem;width:10.125rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:54.0625rem;overflow:hidden;display:block; }
#Cc077UiRX0X815AKrI66bwULVhlWts24 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:10.625rem;left:21.625rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TyNfrWETcZh7Bs9vL6RbPllzuh29lDad { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:10.625rem;left:10.8125rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cKrqWE5T79h7G5bTuLv5qUGQZWxwxwVD { color:rgba(var(--color-tertiary-0),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:10.625rem;left:32.4375rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sGvXBwwBZgoWkHKC0ETR5WGeNvJCvbAN { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.125rem;width:10.125rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:13.0625rem;left:0rem;overflow:hidden;display:block; }
#aQ1HVQ2PSqU6q5vIzkue0Pnn9Jvdor6D { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.125rem;width:10.125rem;position:absolute;display:block;z-index:15014;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:13.0625rem;left:54.0625rem;overflow:hidden;display:block; }
#GoMyRud9M4xtOeEoulNTNAoZFhM5ZEsZ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.125rem;width:10.125rem;position:absolute;display:block;z-index:15013;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:13.0625rem;left:43.25rem;overflow:hidden;display:block; }
#ct8mMyNg4SkDvSrK2uHB0dMsZc3ZJzTk { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.125rem;width:10.125rem;position:absolute;display:block;z-index:15012;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:13.0625rem;left:64.875rem;overflow:hidden;display:block; }
#Xn22y5mnITCCiwGcsiZMNAQP42AsMMq7 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:23.6875rem;left:64.875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rlt80QvdL0pl3XeigtStrLZPizidgHfe { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.125rem;width:10.125rem;position:absolute;display:block;z-index:15012;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:13.0625rem;left:21.625rem;overflow:hidden;display:block; }
#hCgqseFTayVOIudyhTDAqNoxICHtAF8a { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:23.6875rem;left:21.625rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LT56Sk9EETecODEzo1KDp7WEqD2w4bVd { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.125rem;width:10.125rem;position:absolute;display:block;z-index:15011;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:64.875rem;overflow:hidden;display:block; }
#FKIv4viBTUgrsVoaQcF98goOXTeAzuGf { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:10.625rem;left:64.875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mcpXPp0DOpKg7s9uLfWiBxowcAqxU8XA { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:10.625rem;left:43.25rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e3oxWbMmCHzxoVf4fRJ4diOxS24QTZP6 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:10.625rem;left:54.0625rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qy4bsPQ0EklL7RN32GTOFxtOr0fQW3HK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.125rem;width:10.125rem;position:absolute;display:block;z-index:15013;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:13.0625rem;left:10.8125rem;overflow:hidden;display:block; }
#TS5ybevXAy6rw63TCFF54lCJUbxE3CB7 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:23.75rem;left:10.8125rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tH359ZmLWcqEM6clFFKmTnetxH7mQprM { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:23.6875rem;left:0rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vL3ouxeC8X7AJNdiOuTm41VdbXDz2r5c { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.125rem;width:10.125rem;position:absolute;display:block;z-index:15014;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:13.0625rem;left:32.4375rem;overflow:hidden;display:block; }
#wmibh7Cbr9WSIWpg9RFIvEqlRVnwM4KG { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:23.75rem;left:32.4375rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gcIzC2KQWyPHV997AFX52fUO6Vdit0iE { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:23.6875rem;left:43.25rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mriPu93T87JWNlQ9bkFpPisS9XxbmlGW { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:23.6875rem;left:54.0625rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wutDgACi9cQ2SaRrGGx4fKWdWr00I5qT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.125rem;width:10.125rem;position:absolute;display:block;z-index:15018;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:0rem;overflow:hidden;display:block; }
#mFnI8AnqkteTZKMlLU5AqUPpXyZbw1eE { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:10.625rem;left:0rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/da1ea78c-0cb6-4729-8efe-f52d8360bdf8/amio_lptlo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH.adaptive-delivery-prevent-bg, #WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH.lazyload, #WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH.lazyloading { background-image: none; }#WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH > .row .container { background-color: transparent; background-image: none; }#WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH > .row .container > .video-iframe-container { display: none; }#WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH > .row > .video-iframe-container { display: none; }#WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH > .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); }#WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH > .row .container { border-width: 0; border-radius: 0; }#WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH > .row > .video-iframe-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:75rem;position:relative;display:block; }#BHFP9NGrayR5B6iUbEoJpZQpW99RPncZ { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:oswald;font-size:2.9375rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:4.625rem;left:0rem;height:2.9375rem;text-align:center;text-align-last:center;display:block; }
#Uo89ZmZ2X2WvRSCdT1gXe9yte5gGuzF1 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:8.4375rem;left:23.875rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-form-header {  }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:33.3125rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-input-text { 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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #eae7fe;border-left:0.0625rem solid #eae7fe;border-right:0.0625rem solid #eae7fe;border-bottom:0.0625rem solid #eae7fe;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:33.3125rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:unbounded;text-align:center;text-align-last:center;vertical-align:top; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-input-text {padding-top: 0; padding-bottom: 0;}#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-textarea { 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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #eae7fe;border-left:0.0625rem solid #eae7fe;border-right:0.0625rem solid #eae7fe;border-bottom:0.0625rem solid #eae7fe;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:33.3125rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:unbounded;text-align:center;text-align-last:center;vertical-align:top; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .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:33.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-input-select {padding-top: 0; padding-bottom: 0;}#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-input-checkbox { width:1rem;height:1rem;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; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-input-button { 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:#000000;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:12rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:21.3125rem;height:3.4375rem;font-family:oswald;overflow:hidden;font-style:normal; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.7);font-family:var(--paragraphs-font-family);font-size:1rem; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.7);font-family:var(--paragraphs-font-family);font-size:1rem; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.7);font-family:var(--paragraphs-font-family);font-size:1rem; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.7);font-family:var(--paragraphs-font-family);font-size:1rem; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:32.125rem;overflow:hidden;font-style:normal;float:none; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .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; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-container:first-of-type{padding-top:0;}#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-container:last-of-type{padding-bottom:0;}#pLETSbToluNdMVwdwXwpFECKt0XKwkLi  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.125rem;left:19.59375rem; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:33.3125rem;display:block;vertical-align:top; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi {display:block;}#pLETSbToluNdMVwdwXwpFECKt0XKwkLi { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.125rem;left:19.59375rem; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi #pKEBgVArCTfDV3hyh8Z2o9xXB09xMq8p { position:relative; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi #BL3EeBErTW8RcpsSdlqC18A9vi97AuR8 { position:relative;display:none; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi #PMn6ntkACvXIHoo9CDpBeweR6wr9JPJC { position:relative; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi #m8LJmseceLG03ltRyXDlEqlIf8FZ8sxs { position:relative; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi #TH5SWzzJfSKM3iTbxbQ1Ad5KZpoP7bnZ { position:relative;display:none; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi #BGpl4DWhtmqFlisScTZPSszCOW5KZFhl { position:relative; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi #glxHAx17Rn6KsOIPtFkkN04ynvrUiBUU { position:relative; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi #V24LkkqdOwxf0XFUlbQo956M7RRi7BXP { position:relative;display:none; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi #cSHy3gdzTTyplcEExdfWmGGM0CFTyqDO { position:relative; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi #OtP9TEGuMUIbQhO4vP5cGVVE6qyTTxQD { position:relative; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi #MSQIgsMATyTRnZNRn1xFNU04ownzK1fl { position:relative; }
#vNTyg0CKWSoPPQ3KgCC6bbSa2ZbMUh81 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#vNTyg0CKWSoPPQ3KgCC6bbSa2ZbMUh81 > .row .container { background-color: transparent; background-image: none; }#vNTyg0CKWSoPPQ3KgCC6bbSa2ZbMUh81::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNTyg0CKWSoPPQ3KgCC6bbSa2ZbMUh81 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNTyg0CKWSoPPQ3KgCC6bbSa2ZbMUh81 > .row .container > .video-iframe-container { display: none; }#vNTyg0CKWSoPPQ3KgCC6bbSa2ZbMUh81 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNTyg0CKWSoPPQ3KgCC6bbSa2ZbMUh81 > .row > .video-iframe-container { display: none; }#vNTyg0CKWSoPPQ3KgCC6bbSa2ZbMUh81 > .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); }#vNTyg0CKWSoPPQ3KgCC6bbSa2ZbMUh81 > .row .container { border-width: 0; border-radius: 0; }#vNTyg0CKWSoPPQ3KgCC6bbSa2ZbMUh81 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vNTyg0CKWSoPPQ3KgCC6bbSa2ZbMUh81 > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#EqpUzEgyPya62QLp1HfvZo53iuOUKsWP { 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:3.9375rem;width:7.5rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
#l3iHRcoH8ecTWP9fQsGFOFTiSRsn9MWP { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:3.125rem;left:12.0625rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tD0gu0rdrmAyQS27f3WoSM223mISHd2e { color:rgba(var(--color-tertiary-0),0.6);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:5.875rem;left:12.0625rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tq03zunZAa2Xk0tAHKE97bFW0lz9vbgs { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:3.125rem;left:56rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kvq6vKUNsm7DohhxetIlcbNU4gVbyGTf { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:5.6875rem;left:56rem;display:block; }
#ktUesPa40bgOdh9fcCDTKsKHfkA7K6rv { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:6.5rem;left:56.8125rem; }
#ktUesPa40bgOdh9fcCDTKsKHfkA7K6rv > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#S1VLeIvPGkbTT6Kmtd8Mfi2d4nbmnG4w { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:5.6875rem;left:59.625rem;display:block; }
#yB0IlzNsV1BixQTyKg5XdAUyBfeh64GW { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:6.5rem;left:60.4375rem; }
#yB0IlzNsV1BixQTyKg5XdAUyBfeh64GW > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#PTLyTd5l3GqinCmzvkLcI6XVxt1rE5iH { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:5.75rem;left:63.125rem;display:block; }
#QxUpflhQ0hrnnHwoNOa2Qy9KSHXVL7mN { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:6.5625rem;left:63.9375rem; }
#QxUpflhQ0hrnnHwoNOa2Qy9KSHXVL7mN > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#r3xdBdSp0Pk9ykzqJ3WS9H9s4XRiUMDw { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:5.6875rem;left:70.125rem;display:block; }
#rE8UPM2xWXD96J5Oz0fq1lJtHnKFOHqX { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;top:5.6875rem;left:66.625rem;display:block; }
#rEX5GVqEcRw6GQCqlfTdxhaOFh4sq3ty { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:6.5rem;left:70.9375rem; }
#rEX5GVqEcRw6GQCqlfTdxhaOFh4sq3ty > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#euZfXwhkEP5TrNwn4SE5xKWTcQEa1mJO { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:6.5rem;left:67.4375rem; }
#euZfXwhkEP5TrNwn4SE5xKWTcQEa1mJO > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#amp0t68kREU3R6hPGIzdpmJWLbOqTWpB { color:rgba(var(--color-tertiary-0),0.7);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:5.875rem;left:16.25rem;height:6.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UxhcFgsDPDAwDlAJN9isxcUwhUcJDpOD { color:rgba(var(--color-tertiary-0),0.6);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:5.875rem;left:31.5rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F7iqkak33TPk38mKcTne7gs165NhxTz8 { color:rgba(var(--color-tertiary-0),0.7);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:5.875rem;left:36.0625rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bc314396-a979-43f6-b036-dc1ec349a5ca/hero3.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.adaptive-delivery-prevent-bg, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyload, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyloading { background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { background-color: transparent; background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .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); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { border-width: 0; border-radius: 0; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTnEqbx8PMLfFhGdbU1QoacO3fasQfBb { width:42.6875rem;height:3.625rem;top:11.3125rem;left:0rem;font-size:3.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Zl1M4QkHMBqlWa6rRRWVIDi89ZHuVXL2 { width:30.875rem;height:3.375rem;top:23.0625rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EwIX4e4THIeLPhsbhXsD72NiIS4mO9py { width:13.8125rem;height:3.125rem;top:30.25rem;left:0rem;background-color:#ff5e14;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;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UVlZPFXUH2XnIeOzSUq0oqTRWBnL269N { display:block; }
 }@media only screen and (max-width: 763px) { #ygOMrtItpEEvNfFvmQiLyM4Xtsasbbrc { width:42.6875rem;height:4.25rem;top:15.75rem;left:0rem;font-size:4.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FCw5PHxB88ZQva0XbIa4Xnl11ZrFcnxZ { width:7.5rem;height:5.25rem;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { display:block; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { background-color: transparent; background-image: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container > .video-iframe-container { display: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row > .video-iframe-container { display: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .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); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { border-width: 0; border-radius: 0; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZz9N05TUKwaqq5iJXOi3A3K5JyxCLsG { width:39.9375rem;height:4.625rem;top:3rem;left:3.90625rem;font-size:1.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #EJdRukDEzplrlNGGzBnP47C2BoHNhVie { top:9rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn8CNpW4S3smAnGXpMX9Ep7ZaO9mU8nH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Tn8CNpW4S3smAnGXpMX9Ep7ZaO9mU8nH > .row .container { background-color: transparent; background-image: none; }#Tn8CNpW4S3smAnGXpMX9Ep7ZaO9mU8nH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tn8CNpW4S3smAnGXpMX9Ep7ZaO9mU8nH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tn8CNpW4S3smAnGXpMX9Ep7ZaO9mU8nH > .row .container > .video-iframe-container { display: none; }#Tn8CNpW4S3smAnGXpMX9Ep7ZaO9mU8nH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tn8CNpW4S3smAnGXpMX9Ep7ZaO9mU8nH > .row > .video-iframe-container { display: none; }#Tn8CNpW4S3smAnGXpMX9Ep7ZaO9mU8nH > .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); }#Tn8CNpW4S3smAnGXpMX9Ep7ZaO9mU8nH > .row .container { border-width: 0; border-radius: 0; }#Tn8CNpW4S3smAnGXpMX9Ep7ZaO9mU8nH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #twZ4B9J11HUz1Exd6bDHVhPeKNXumOTL { width:13.125rem;height:1.625rem;top:7.75rem;left:0rem;font-size:1rem;color:#0c0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #Ua3c4oJp8BmSX3RGR182ppSHpIvuOR3B { width:12.5rem;height:5.625rem;top:10.375rem;left:0rem;font-size:0.875rem;color:#0c0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #FvuDlhGIPDb3noNZGAqqfoE0vxzsyFDv { width:3.5rem;height:3.5rem;top:3.5625rem;left:4.21875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kdq2zKKIuhBk3XGIVU6nTzKRLiCqu9Tu { width:12.5rem;height:3.375rem;top:10.375rem;left:11.375rem;font-size:0.875rem;color:#0c0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #FMWAxVWgty8DBqmKX2aPQr5IDfd3VXgy { width:13.125rem;height:1.625rem;top:7.75rem;left:10.75rem;font-size:1rem;color:#0c0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #quUshTKLrADEd8JdSIvvuTr3sciPll3O { width:3.5rem;height:3.5rem;top:3.5625rem;left:16.15625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bdJ45P3rfOh5CgWHAWfmb6l9aQHVXt7x { width:13.4375rem;height:3.375rem;top:10.375rem;left:22.375rem;font-size:0.875rem;color:#0c0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #hqy5FbtJJK5rtLoTHfeClOqhwwRgcmWL { width:13.125rem;height:1.625rem;top:7.75rem;left:22.6875rem;font-size:1rem;color:#0c0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #KkhPfNtRfhiDolfUtyr2DFqU5bqcUCn5 { width:3.5rem;height:3.5rem;top:3.5625rem;left:28.09375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gZceRr4Q0zvESa4COhHsMD54XQyUK7iS { width:12.5rem;height:4.5rem;top:10.375rem;left:35.25rem;font-size:0.875rem;color:#0c0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #Pfyg75QrPuvVuMLsCcVFdU3kgXzxSOTa { width:13.125rem;height:1.625rem;top:7.75rem;left:34.625rem;font-size:1rem;color:#0c0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #TyXRZlWMCLG85a4nKFvNpkEGg8xt7dzc { width:3.5rem;height:3.5rem;top:3.5625rem;left:40.03125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #B1Gs6B404FsToeLGEPEO2pxKqu1z2HSx { display:block; }#B1Gs6B404FsToeLGEPEO2pxKqu1z2HSx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nblw5Hil6AUzLNxO7afwc0Dscc4enZXV { width:39.9375rem;height:1.625rem;top:4.875rem;left:3.90625rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #gIZzh4JITwpgstGEXwnZATAE0vdwskg6 { display:block; }#gIZzh4JITwpgstGEXwnZATAE0vdwskg6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xglslQ4cN8dVq5KPPUydLHKXp4knubOp { top:2.3125rem;left:0rem;width:47.75rem;height:26.846111111111rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { background-color: transparent; background-image: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container > .video-iframe-container { display: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row > .video-iframe-container { display: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .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); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { border-width: 0; border-radius: 0; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muN6J9TaxD8LQ44Ee5akuSVVccNq9REI { width:47.75rem;height:2.3125rem;top:3.75rem;left:0rem;font-size:1.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { display:block; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { background-color: transparent; background-image: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container > .video-iframe-container { display: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row > .video-iframe-container { display: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .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); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { border-width: 0; border-radius: 0; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkeg9lA2AtshVDxnNhSW9KbwhLhyldyp { width:23.875rem;height:32.375rem;top:0rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #u5OdaQ6PyWQUKaDcgAGa4TDUpQcplfpe { width:15.625rem;height:1.5rem;top:24.5625rem;left:0rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #QUDcyayrOktHWVbBDtyeaNK0wltH0r9C { width:10.6875rem;height:4.5rem;top:26.4375rem;left:0rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #iLlhcwXxmbHFcE3P64PIm5VaRTI7VFqD { width:8.4375rem;height:4.5rem;top:26.4375rem;left:0rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #rqokMsMCtIaNiZO9iTIi3HNENk2GtnRz { width:23.875rem;height:32.375rem;top:0rem;left:12.125rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #oe4TvbvmCzlETccuCktuqFVT6zv3LWQn { width:15.625rem;height:1.5rem;top:24.5625rem;left:13.75rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #gB4PSfItP5neCfi0NEpbHLTwIP419QBm { width:23.875rem;height:23.875rem;top:0rem;left:12.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hXihH69b00yHQvBqo20CVIm2SeMaFnqi { width:8.75rem;height:4.5rem;top:26.4375rem;left:19.1875rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #ZQxJPgJuuk80gB8a4lMzkBzViLKlKCTq { width:10.6875rem;height:4.5rem;top:26.4375rem;left:13.75rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #On7150GiXkPmBcINxcWskE0cxkptiTtk { width:23.875rem;height:32.375rem;top:0rem;left:23.875rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #Tf8lW2wgg4gEO7bOLoqvaugoK4ra6GwJ { width:23.875rem;height:23.875rem;top:0rem;left:23.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wuRXDl4bTlXfSPC94hqfQcs0fCpEGCdX { width:15.625rem;height:1.5rem;top:24.5625rem;left:32.125rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #bKF0eDKGJh3T3racdCtBrEudFrB1v54c { width:8.75rem;height:4.5rem;top:26.4375rem;left:39rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #QdrrTkBIvVlrAIb8v2rgTfbwtoESoq9V { width:10.6875rem;height:4.5rem;top:26.4375rem;left:37.0625rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #wE3ocua4IOrcAaUupKsxhtaMmzwTc70i { width:23.875rem;height:23.875rem;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mzbbaJWfP4bygDgrElIef5mpRKkfnNFa { display:block; }#mzbbaJWfP4bygDgrElIef5mpRKkfnNFa { background-color: transparent; background-image: none; }#mzbbaJWfP4bygDgrElIef5mpRKkfnNFa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzbbaJWfP4bygDgrElIef5mpRKkfnNFa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzbbaJWfP4bygDgrElIef5mpRKkfnNFa > .row .container > .video-iframe-container { display: none; }#mzbbaJWfP4bygDgrElIef5mpRKkfnNFa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzbbaJWfP4bygDgrElIef5mpRKkfnNFa > .row > .video-iframe-container { display: none; }#mzbbaJWfP4bygDgrElIef5mpRKkfnNFa > .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); }#mzbbaJWfP4bygDgrElIef5mpRKkfnNFa { border-width: 0; border-radius: 0; }#mzbbaJWfP4bygDgrElIef5mpRKkfnNFa > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q4baWSrZtnu2heq24ytRtqRh4awOVd20 { width:23.875rem;height:32.375rem;top:0rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #W752VTrD0aERFwZpgkbQ8awI9PM7EGeC { width:15.625rem;height:1.5rem;top:24.5625rem;left:0rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #cWZcCIRxi3QkzQTK0e3QSkkWrU86GxCG { width:10.6875rem;height:4.5rem;top:26.4375rem;left:0rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #Dzq1E6Pknbmr1gNllX3XyUCFqSGHQTu4 { width:7.5rem;height:4.5rem;top:26.4375rem;left:0rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #icdtbdLGr5yyDnrNdwFD7e8OF0A2sCnJ { width:23.875rem;height:32.375rem;top:0rem;left:12.125rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #nCy9rM3Nd275KiurFxKD4aTQP6gnpTn4 { width:15.625rem;height:1.5rem;top:24.5625rem;left:13.75rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #lAK7E82ZhzOE1N1L8fpHkAqOebtnpEd3 { width:23.875rem;height:23.875rem;top:0rem;left:12.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OnTdyZl7eTxhFHqQfEG5FFSf2W6wBumN { width:8.75rem;height:4.5rem;top:26.4375rem;left:19.1875rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #ov0FgvTMGwvh7JgWEddxdk3Q0IvIErqb { width:10.6875rem;height:4.5rem;top:26.4375rem;left:13.75rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #bPhBIqtJTBJsO7MhVrIDbbZ7ZT8c9SgU { width:23.875rem;height:23.875rem;top:0rem;left:23.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zWeT0ehvuBTTKWTd6pHlN7bPe2bXLsnF { width:15.625rem;height:1.5rem;top:24.5625rem;left:32.125rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #RSTFqRbMzUSbwP6um1NbJW3IRvQPuTWJ { width:8.75rem;height:4.5rem;top:26.4375rem;left:39rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #lLvXsbE5AVueHMQcOFBoxmRIChfewNMS { width:10.6875rem;height:4.5rem;top:26.4375rem;left:37.0625rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #tFDQCdG9W8R8nvRuPhrifsOI1TFxg1IW { width:23.875rem;height:23.875rem;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lHRtcA32URoz1FTeUkHKbu2zlUSlQOyP { width:23.875rem;height:32.375rem;top:0rem;left:23.875rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #foN0o3ml5dxBm5Ode8kuuJeA6oANQdpq { display:block; }#foN0o3ml5dxBm5Ode8kuuJeA6oANQdpq { background-color: transparent; background-image: none; }#foN0o3ml5dxBm5Ode8kuuJeA6oANQdpq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foN0o3ml5dxBm5Ode8kuuJeA6oANQdpq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foN0o3ml5dxBm5Ode8kuuJeA6oANQdpq > .row .container > .video-iframe-container { display: none; }#foN0o3ml5dxBm5Ode8kuuJeA6oANQdpq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foN0o3ml5dxBm5Ode8kuuJeA6oANQdpq > .row > .video-iframe-container { display: none; }#foN0o3ml5dxBm5Ode8kuuJeA6oANQdpq > .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); }#foN0o3ml5dxBm5Ode8kuuJeA6oANQdpq { border-width: 0; border-radius: 0; }#foN0o3ml5dxBm5Ode8kuuJeA6oANQdpq > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8flQ5mszgAkzGV6ThOL3O4UCQZNFZya { width:23.875rem;height:32.375rem;top:0rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #XVndi6dxuAMKNaHLqKTbK3oNP9cfxn2o { width:15.625rem;height:1.5rem;top:24.5625rem;left:0rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #P0PJ3PCJnJXqvkcQxrDOdVbtWUEn9rn0 { width:10.6875rem;height:4.5rem;top:26.4375rem;left:0rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #n8cGGC0JIltQuuWxzx7tb7g4avfcC0r2 { width:8.75rem;height:4.5rem;top:26.4375rem;left:0rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #bZvFQw6EJMUPtWLUeKKRbO8mGELDVomT { width:23.875rem;height:32.375rem;top:0rem;left:12.125rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #UslGBRK2wJm1gs96mitCsX60atdJraWL { width:15.625rem;height:1.5rem;top:24.5625rem;left:13.75rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #KFGrq7r4bwB9AsZez4BpuTdiQCPvOT5h { width:23.875rem;height:23.875rem;top:0rem;left:12.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sU32IcgKr93EAPuBo2PPSMKeDA3nEZWJ { width:8.75rem;height:4.5rem;top:26.4375rem;left:19.1875rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #R8Anb1cxGzJZhAShbnr5mETRv8zOI5zb { width:10.6875rem;height:4.5rem;top:26.4375rem;left:13.75rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #zTxTUau4APbKFbCAFfoghz5zpwzRebmy { width:23.875rem;height:23.875rem;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eMPRqfJnE3avZySCDb29mWcWeDWTyzTE { width:20rem;height:4.375rem;top:2.75rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFO5ta1JAQR0HNdZN9EAVp01Dw5zEuFQ { display:block; }
 }@media only screen and (max-width: 763px) { #bf069GHGnd7X5WZmvHeFqAmJiOCKEplx { display:block; }#bf069GHGnd7X5WZmvHeFqAmJiOCKEplx { background-color: transparent; background-image: none; }#bf069GHGnd7X5WZmvHeFqAmJiOCKEplx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bf069GHGnd7X5WZmvHeFqAmJiOCKEplx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bf069GHGnd7X5WZmvHeFqAmJiOCKEplx > .row .container > .video-iframe-container { display: none; }#bf069GHGnd7X5WZmvHeFqAmJiOCKEplx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bf069GHGnd7X5WZmvHeFqAmJiOCKEplx > .row > .video-iframe-container { display: none; }#bf069GHGnd7X5WZmvHeFqAmJiOCKEplx > .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); }#bf069GHGnd7X5WZmvHeFqAmJiOCKEplx { border-width: 0; border-radius: 0; }#bf069GHGnd7X5WZmvHeFqAmJiOCKEplx > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpTZ97TbLqT1UMGhmpOxvkG5uEqWSMfn { width:47.75rem;height:2.3125rem;top:32.3125rem;left:0rem;font-size:1.5rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #koJ8wn2aDDEflqNaBVRhROakGOel0zIR { display:block; }#koJ8wn2aDDEflqNaBVRhROakGOel0zIR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFO1sWW8Jwa8U7D6Agd41kn9bJuiHp5I { display:block; }#CFO1sWW8Jwa8U7D6Agd41kn9bJuiHp5I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dgVsWxaEyrWf2SziO4S3bcpoqH4d9hUE { width:36.9375rem;height:1.625rem;top:8.5rem;left:0rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #mpXqvHyGPTXRyy5k1LT8JRvN38y8f4co { width:36.9375rem;height:1.625rem;top:8.5rem;left:10.8125rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #Q1RnVCxZLnBmOxhq4OagFkhG5qKVbsun { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Q1RnVCxZLnBmOxhq4OagFkhG5qKVbsun > .row .container { background-color: transparent; background-image: none; }#Q1RnVCxZLnBmOxhq4OagFkhG5qKVbsun::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1RnVCxZLnBmOxhq4OagFkhG5qKVbsun > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1RnVCxZLnBmOxhq4OagFkhG5qKVbsun > .row .container > .video-iframe-container { display: none; }#Q1RnVCxZLnBmOxhq4OagFkhG5qKVbsun > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1RnVCxZLnBmOxhq4OagFkhG5qKVbsun > .row > .video-iframe-container { display: none; }#Q1RnVCxZLnBmOxhq4OagFkhG5qKVbsun > .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); }#Q1RnVCxZLnBmOxhq4OagFkhG5qKVbsun > .row .container { border-width: 0; border-radius: 0; }#Q1RnVCxZLnBmOxhq4OagFkhG5qKVbsun > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofWqQIy1OIR3rBWTlakmXaVBsHUz1M5z { width:47.75rem;height:2.3125rem;top:3.75rem;left:0rem;font-size:2.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row .container { background-color: transparent; background-image: none; }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row .container > .video-iframe-container { display: none; }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row > .video-iframe-container { display: none; }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .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); }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row .container { border-width: 0; border-radius: 0; }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHgn6gUyD8TLZwtDEuC3GendhSLDq9E5 { width:14.25rem;height:1.3125rem;top:1.9375rem;left:7.9375rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #FJ26PIkXhG24IIeRnO4Pu2Ctpku5GTXq { width:22.75rem;height:1.375rem;top:1.8125rem;left:25rem;font-size:1.25rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #VaAl9fNZ3IBfOGD3S53UR63qDBER5MWV { width:6.25rem;height:2.8125rem;top:1.25rem;left:0rem;font-size:2.5rem;color:#b8affd;display:block; }
 }@media only screen and (max-width: 763px) { #ZRcUVUngLZcFdSbp2sCTRdQzpNsd0KnN { width:47.75rem;height:7.8125rem;top:0rem;left:0rem;background-color:rgba(111,92,255,0.12);background-image:none;border-top:0.125rem solid #6f5cff;border-left:0rem solid #6f5cff;border-right:0rem solid #6f5cff;border-bottom:0rem solid #6f5cff;display:block; }
 }@media only screen and (max-width: 763px) { #ldMUmcqmJl0668zvNaMhTdh3ngHwEq2A { width:22.75rem;height:2.4375rem;top:3.75rem;left:25rem;font-size:0.875rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #QD9RKodxQPHWR4Gf6bkBOXNC6Lzb46ry { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#QD9RKodxQPHWR4Gf6bkBOXNC6Lzb46ry > .row .container { background-color: transparent; background-image: none; }#QD9RKodxQPHWR4Gf6bkBOXNC6Lzb46ry::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QD9RKodxQPHWR4Gf6bkBOXNC6Lzb46ry > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QD9RKodxQPHWR4Gf6bkBOXNC6Lzb46ry > .row .container > .video-iframe-container { display: none; }#QD9RKodxQPHWR4Gf6bkBOXNC6Lzb46ry > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QD9RKodxQPHWR4Gf6bkBOXNC6Lzb46ry > .row > .video-iframe-container { display: none; }#QD9RKodxQPHWR4Gf6bkBOXNC6Lzb46ry > .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); }#QD9RKodxQPHWR4Gf6bkBOXNC6Lzb46ry > .row .container { border-width: 0; border-radius: 0; }#QD9RKodxQPHWR4Gf6bkBOXNC6Lzb46ry > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HWGwcbkJPBk0bmfVqpD3IXu5muooET1f { width:14.25rem;height:1.3125rem;top:1.9375rem;left:7.9375rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #WA8QnFZMp4ZFyUq7fWOTZdTcli0LVCu2 { width:22.75rem;height:1.375rem;top:1.8125rem;left:25rem;font-size:1.25rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #QT2bTfeEGVseDHq9q9Iw9ocHw2vhFF33 { width:6.25rem;height:2.8125rem;top:1.25rem;left:0rem;font-size:2.5rem;color:#b8affd;display:block; }
 }@media only screen and (max-width: 763px) { #B65TfwdqtkU8gk12qKr27LdqoPqXHt6k { width:47.75rem;height:7.1875rem;top:0rem;left:0rem;background-color:rgba(111,92,255,0.12);background-image:none;border-top:0.125rem solid #6f5cff;border-left:0rem solid #6f5cff;border-right:0rem solid #6f5cff;border-bottom:0rem solid #6f5cff;display:block; }
 }@media only screen and (max-width: 763px) { #Nm14GuzMS2co0Sym6ccxQtxLNK2FEib5 { width:22.75rem;height:1.375rem;top:3.75rem;left:25rem;font-size:0.875rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #cG8NGcXTsoiXOCnQTuyMfgapSVrDlwCF { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#cG8NGcXTsoiXOCnQTuyMfgapSVrDlwCF > .row .container { background-color: transparent; background-image: none; }#cG8NGcXTsoiXOCnQTuyMfgapSVrDlwCF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cG8NGcXTsoiXOCnQTuyMfgapSVrDlwCF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cG8NGcXTsoiXOCnQTuyMfgapSVrDlwCF > .row .container > .video-iframe-container { display: none; }#cG8NGcXTsoiXOCnQTuyMfgapSVrDlwCF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cG8NGcXTsoiXOCnQTuyMfgapSVrDlwCF > .row > .video-iframe-container { display: none; }#cG8NGcXTsoiXOCnQTuyMfgapSVrDlwCF > .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); }#cG8NGcXTsoiXOCnQTuyMfgapSVrDlwCF > .row .container { border-width: 0; border-radius: 0; }#cG8NGcXTsoiXOCnQTuyMfgapSVrDlwCF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZvoZEkrN5XOmdWwKPBaROuiHADdnBauz { width:14.25rem;height:1.3125rem;top:1.9375rem;left:7.9375rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #ff6ONNHoJ35wKRpTR5c5fA3luIClf8Qf { width:22.75rem;height:1.375rem;top:1.8125rem;left:25rem;font-size:1.25rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #vhWCNUtBq1rot1T2yk2WZXcvrB2VG4I3 { width:6.25rem;height:2.8125rem;top:1.25rem;left:0rem;font-size:2.5rem;color:#b8affd;display:block; }
 }@media only screen and (max-width: 763px) { #FGGzgdb91kNKJbob0SzI6ImVikCBDzXg { width:47.75rem;height:7.1875rem;top:0rem;left:0rem;background-color:rgba(111,92,255,0.12);background-image:none;border-top:0.125rem solid #6f5cff;border-left:0rem solid #6f5cff;border-right:0rem solid #6f5cff;border-bottom:0rem solid #6f5cff;display:block; }
 }@media only screen and (max-width: 763px) { #tA5DkKllVm52tq1AdNpuUeVo1xolNTk3 { width:22.75rem;height:1.375rem;top:3.75rem;left:25rem;font-size:0.875rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #SnAX2teZWauO5JUyzcbwFL5y4f6HEXe7 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#SnAX2teZWauO5JUyzcbwFL5y4f6HEXe7 > .row .container { background-color: transparent; background-image: none; }#SnAX2teZWauO5JUyzcbwFL5y4f6HEXe7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnAX2teZWauO5JUyzcbwFL5y4f6HEXe7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnAX2teZWauO5JUyzcbwFL5y4f6HEXe7 > .row .container > .video-iframe-container { display: none; }#SnAX2teZWauO5JUyzcbwFL5y4f6HEXe7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnAX2teZWauO5JUyzcbwFL5y4f6HEXe7 > .row > .video-iframe-container { display: none; }#SnAX2teZWauO5JUyzcbwFL5y4f6HEXe7 > .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); }#SnAX2teZWauO5JUyzcbwFL5y4f6HEXe7 > .row .container { border-width: 0; border-radius: 0; }#SnAX2teZWauO5JUyzcbwFL5y4f6HEXe7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ELNrOXao83wnvz6W2IMDGqJGvH8NO6L8 { width:14.25rem;height:1.3125rem;top:1.9375rem;left:7.9375rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #dp0PGsDno0vTQs4huMyDPQ7662Grp4U4 { width:22.75rem;height:1.375rem;top:1.8125rem;left:25rem;font-size:1.25rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #Q4QkLwwHCTinzbI2GTxzsvknCikZFGlv { width:6.25rem;height:2.8125rem;top:1.25rem;left:0rem;font-size:2.5rem;color:#b8affd;display:block; }
 }@media only screen and (max-width: 763px) { #b9fFHQhfVHolaKkFB37p9rbG5Ts9vBvJ { width:47.75rem;height:7.8125rem;top:0rem;left:0rem;background-color:rgba(111,92,255,0.12);background-image:none;border-top:0.125rem solid #6f5cff;border-left:0rem solid #6f5cff;border-right:0rem solid #6f5cff;border-bottom:0rem solid #6f5cff;display:block; }
 }@media only screen and (max-width: 763px) { #rXvp6X9NAeoIhpK7DeHGlNISDNmFPxgd { width:22.75rem;height:2.4375rem;top:3.8125rem;left:25rem;font-size:0.875rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #U1Ts2JmNPnrcHlixbw6pVTUCdco3GxZP { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#U1Ts2JmNPnrcHlixbw6pVTUCdco3GxZP > .row .container { background-color: transparent; background-image: none; }#U1Ts2JmNPnrcHlixbw6pVTUCdco3GxZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1Ts2JmNPnrcHlixbw6pVTUCdco3GxZP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1Ts2JmNPnrcHlixbw6pVTUCdco3GxZP > .row .container > .video-iframe-container { display: none; }#U1Ts2JmNPnrcHlixbw6pVTUCdco3GxZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1Ts2JmNPnrcHlixbw6pVTUCdco3GxZP > .row > .video-iframe-container { display: none; }#U1Ts2JmNPnrcHlixbw6pVTUCdco3GxZP > .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); }#U1Ts2JmNPnrcHlixbw6pVTUCdco3GxZP > .row .container { border-width: 0; border-radius: 0; }#U1Ts2JmNPnrcHlixbw6pVTUCdco3GxZP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMSx7xMWCIlHP7CIDMEzVNVJIy4w4SPV { width:14.25rem;height:1.3125rem;top:1.9375rem;left:7.9375rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #yK2ekNhiPKKz1xOE1QQ6o0FN6m58JhV8 { width:22.75rem;height:1.375rem;top:1.8125rem;left:25rem;font-size:1.25rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #qh7mhmb9zhaMb26SJMQD6tG26yi3ltxG { width:6.25rem;height:2.8125rem;top:1.25rem;left:0rem;font-size:2.5rem;color:#b8affd;display:block; }
 }@media only screen and (max-width: 763px) { #b35LUfE3miXmaonBB8hq3X1cXGcfQ9Ch { width:47.75rem;height:7.1875rem;top:0rem;left:0rem;background-color:rgba(111,92,255,0.12);background-image:none;border-top:0.125rem solid #6f5cff;border-left:0rem solid #6f5cff;border-right:0rem solid #6f5cff;border-bottom:0rem solid #6f5cff;display:block; }
 }@media only screen and (max-width: 763px) { #gttyq7K75lr7tbOaDTJ1XBw0w5Nxpx1g { width:22.75rem;height:1.375rem;top:3.75rem;left:25rem;font-size:0.875rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #MXrDP459MKM0PlcsJ1PvW1wzWC2T4TzU { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#MXrDP459MKM0PlcsJ1PvW1wzWC2T4TzU > .row .container { background-color: transparent; background-image: none; }#MXrDP459MKM0PlcsJ1PvW1wzWC2T4TzU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXrDP459MKM0PlcsJ1PvW1wzWC2T4TzU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXrDP459MKM0PlcsJ1PvW1wzWC2T4TzU > .row .container > .video-iframe-container { display: none; }#MXrDP459MKM0PlcsJ1PvW1wzWC2T4TzU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXrDP459MKM0PlcsJ1PvW1wzWC2T4TzU > .row > .video-iframe-container { display: none; }#MXrDP459MKM0PlcsJ1PvW1wzWC2T4TzU > .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); }#MXrDP459MKM0PlcsJ1PvW1wzWC2T4TzU > .row .container { border-width: 0; border-radius: 0; }#MXrDP459MKM0PlcsJ1PvW1wzWC2T4TzU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZpvvy24lG3sf5Dnt7lwJI8TpJMwkXn4 { width:14.25rem;height:1.3125rem;top:1.9375rem;left:7.9375rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #cyZIkzdnPI6hBfzGHfzvVTuBtgCdTW7u { width:22.75rem;height:1.375rem;top:1.8125rem;left:25rem;font-size:1.25rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #TUWkLUmvmQoK3uJSmEXXdk2h3AVJ7VBd { width:6.25rem;height:2.8125rem;top:1.25rem;left:0rem;font-size:2.5rem;color:#b8affd;display:block; }
 }@media only screen and (max-width: 763px) { #gGecq9GdTzwmi33aJcHEwFMaoKtqQ1Ib { width:47.75rem;height:7.1875rem;top:0rem;left:0rem;background-color:rgba(111,92,255,0.12);background-image:none;border-top:0.125rem solid #6f5cff;border-left:0rem solid #6f5cff;border-right:0rem solid #6f5cff;border-bottom:0rem solid #6f5cff;display:block; }
 }@media only screen and (max-width: 763px) { #znuKZUVoAquTeg9VraODytkIZ8iT7BZR { width:23.625rem;height:2.4375rem;top:3.75rem;left:24.125rem;font-size:0.875rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #BxPq5tBw5fztAKkEqqlNWasCBurdgwkn { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#BxPq5tBw5fztAKkEqqlNWasCBurdgwkn > .row .container { background-color: transparent; background-image: none; }#BxPq5tBw5fztAKkEqqlNWasCBurdgwkn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxPq5tBw5fztAKkEqqlNWasCBurdgwkn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxPq5tBw5fztAKkEqqlNWasCBurdgwkn > .row .container > .video-iframe-container { display: none; }#BxPq5tBw5fztAKkEqqlNWasCBurdgwkn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxPq5tBw5fztAKkEqqlNWasCBurdgwkn > .row > .video-iframe-container { display: none; }#BxPq5tBw5fztAKkEqqlNWasCBurdgwkn > .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); }#BxPq5tBw5fztAKkEqqlNWasCBurdgwkn > .row .container { border-width: 0; border-radius: 0; }#BxPq5tBw5fztAKkEqqlNWasCBurdgwkn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PBZ47tGSO69OI5HA5XJwhNVa3ihgN08e { width:14.25rem;height:1.3125rem;top:1.9375rem;left:7.9375rem;font-size:1.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #Ji56xdRod4TT3Qbkd47v8me5Ft24rLx1 { width:22.75rem;height:1.375rem;top:1.8125rem;left:25rem;font-size:1.25rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #hyhE07k5p3hCW00K2DDv3gGl1n4km7zZ { width:6.25rem;height:2.8125rem;top:1.25rem;left:0rem;font-size:2.5rem;color:#b8affd;display:block; }
 }@media only screen and (max-width: 763px) { #fKJFS1hATZwimHm3vgh2nf5xrf2zc35A { width:47.75rem;height:7.8125rem;top:0rem;left:0rem;background-color:rgba(111,92,255,0.12);background-image:none;border-top:0.125rem solid #6f5cff;border-left:0rem solid #6f5cff;border-right:0rem solid #6f5cff;border-bottom:0rem solid #6f5cff;display:block; }
 }@media only screen and (max-width: 763px) { #Rp952h3e4xFLuTVIrTQdZTHh08mtkXWT { width:22.75rem;height:1.1875rem;top:3.75rem;left:25rem;font-size:0.875rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #XCdAtEkNVczlmHHN2qhwMKny4UQOa9zo { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XCdAtEkNVczlmHHN2qhwMKny4UQOa9zo > .row .container { background-color: transparent; background-image: none; }#XCdAtEkNVczlmHHN2qhwMKny4UQOa9zo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCdAtEkNVczlmHHN2qhwMKny4UQOa9zo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCdAtEkNVczlmHHN2qhwMKny4UQOa9zo > .row .container > .video-iframe-container { display: none; }#XCdAtEkNVczlmHHN2qhwMKny4UQOa9zo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCdAtEkNVczlmHHN2qhwMKny4UQOa9zo > .row > .video-iframe-container { display: none; }#XCdAtEkNVczlmHHN2qhwMKny4UQOa9zo > .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); }#XCdAtEkNVczlmHHN2qhwMKny4UQOa9zo > .row .container { border-width: 0; border-radius: 0; }#XCdAtEkNVczlmHHN2qhwMKny4UQOa9zo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1IWs6DSKEiapORrWq8SiwD9K2qawKOG { width:47.75rem;height:2.3125rem;top:3.75rem;left:0rem;font-size:1.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #T8tcqneuyekBz0KTzhZl5XUW8yT2vTS8 { display:block; }#T8tcqneuyekBz0KTzhZl5XUW8yT2vTS8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZbHtfc9OOs5rMyUJmdqhsZrAqrDDZJCm { width:10.125rem;height:10.125rem;top:0rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRFtGoLzk48STmsEwQVLoNCwbbCTkuC0 { width:20rem;height:4.375rem;top:2.75rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVAt9JJhIGAJPCuR5L0h7v56d045wJsN { display:block; }
 }@media only screen and (max-width: 763px) { #RKBNymqnZym5ULWQBy6TCZhZu3o7mDDT { width:10.125rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVLNxMPWB9qGhZCmCB6tdkRw8IPll5Gs { width:10.125rem;height:10.125rem;top:0rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGoTrp0DbvaPDxif55BEMXJZhhTDxx7d { width:10.125rem;height:10.125rem;top:0rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHknFiUVvaDMJFOwLiui7ztxzSZNGPCn { width:10.125rem;height:10.125rem;top:0rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc077UiRX0X815AKrI66bwULVhlWts24 { width:8.3125rem;height:1.125rem;top:10.625rem;left:8rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #TyNfrWETcZh7Bs9vL6RbPllzuh29lDad { width:8.3125rem;height:1.125rem;top:10.625rem;left:0rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #cKrqWE5T79h7G5bTuLv5qUGQZWxwxwVD { width:8.3125rem;height:1.125rem;top:10.625rem;left:18.8125rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #sGvXBwwBZgoWkHKC0ETR5WGeNvJCvbAN { width:10.125rem;height:10.125rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ1HVQ2PSqU6q5vIzkue0Pnn9Jvdor6D { width:10.125rem;height:10.125rem;top:13.0625rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoMyRud9M4xtOeEoulNTNAoZFhM5ZEsZ { width:10.125rem;height:10.125rem;top:13.0625rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct8mMyNg4SkDvSrK2uHB0dMsZc3ZJzTk { width:10.125rem;height:10.125rem;top:13.0625rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn22y5mnITCCiwGcsiZMNAQP42AsMMq7 { width:8.3125rem;height:1.125rem;top:23.6875rem;left:39.4375rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #Rlt80QvdL0pl3XeigtStrLZPizidgHfe { width:10.125rem;height:10.125rem;top:13.0625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCgqseFTayVOIudyhTDAqNoxICHtAF8a { width:8.3125rem;height:1.125rem;top:23.6875rem;left:8rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #LT56Sk9EETecODEzo1KDp7WEqD2w4bVd { width:10.125rem;height:10.125rem;top:0rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKIv4viBTUgrsVoaQcF98goOXTeAzuGf { width:8.3125rem;height:1.125rem;top:10.625rem;left:39.4375rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #mcpXPp0DOpKg7s9uLfWiBxowcAqxU8XA { width:8.3125rem;height:1.125rem;top:10.625rem;left:29.625rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #e3oxWbMmCHzxoVf4fRJ4diOxS24QTZP6 { width:9.625rem;height:1.125rem;top:10.625rem;left:38.125rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #Qy4bsPQ0EklL7RN32GTOFxtOr0fQW3HK { width:10.125rem;height:10.125rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS5ybevXAy6rw63TCFF54lCJUbxE3CB7 { width:9.9375rem;height:1.125rem;top:23.75rem;left:0rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #tH359ZmLWcqEM6clFFKmTnetxH7mQprM { width:8.3125rem;height:1.125rem;top:23.6875rem;left:0rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #vL3ouxeC8X7AJNdiOuTm41VdbXDz2r5c { width:10.125rem;height:10.125rem;top:13.0625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmibh7Cbr9WSIWpg9RFIvEqlRVnwM4KG { width:9.5625rem;height:1.125rem;top:23.75rem;left:18.8125rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #gcIzC2KQWyPHV997AFX52fUO6Vdit0iE { width:8.3125rem;height:1.125rem;top:23.6875rem;left:29.625rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #mriPu93T87JWNlQ9bkFpPisS9XxbmlGW { width:8.3125rem;height:1.125rem;top:23.6875rem;left:39.4375rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #wutDgACi9cQ2SaRrGGx4fKWdWr00I5qT { width:10.125rem;height:10.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFnI8AnqkteTZKMlLU5AqUPpXyZbw1eE { width:9rem;height:1.125rem;top:10.625rem;left:0rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH { background-color:#ff5e14;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH > .row .container { background-color: transparent; background-image: none; }#WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH > .row .container > .video-iframe-container { display: none; }#WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH > .row > .video-iframe-container { display: none; }#WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH > .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); }#WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH > .row .container { border-width: 0; border-radius: 0; }#WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHFP9NGrayR5B6iUbEoJpZQpW99RPncZ { width:47.75rem;height:2.9375rem;top:4.625rem;left:0rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Uo89ZmZ2X2WvRSCdT1gXe9yte5gGuzF1 { width:27.25rem;height:3.1875rem;top:8.4375rem;left:10.25rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-regular-label { width:33.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;color:#000000; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-input-text { width:33.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #eae7fe;border-left:0.0625rem solid #eae7fe;border-right:0.0625rem solid #eae7fe;border-bottom:0.0625rem solid #eae7fe;color:#121119; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-input-text {padding-top: 0; padding-bottom: 0;}#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-textarea { width:33.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #eae7fe;border-left:0.0625rem solid #eae7fe;border-right:0.0625rem solid #eae7fe;border-bottom:0.0625rem solid #eae7fe;color:#121119; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-input-select { width:33.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;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;color:#161616; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-input-select {padding-top: 0; padding-bottom: 0;}#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-input-button { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#1900da;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;color:#ffffff; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi [class*="-text"]:-moz-placeholder { color:rgba(18,17,25,0.7); }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi [class*="-text"]::-moz-placeholder { color:rgba(18,17,25,0.7); }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi [class*="-text"]:-ms-input-placeholder { color:rgba(18,17,25,0.7); }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi [class*="-text"]::-webkit-input-placeholder { color:rgba(18,17,25,0.7); }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-checkbox-label { width:32.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#000000; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-radio-label { color:#161616; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi  { width:33.3125rem;height:auto;top:13.125rem;left:5.96875rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .radio-container { width:33.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-info-text { color:#000000; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi {display:block;}#pLETSbToluNdMVwdwXwpFECKt0XKwkLi { width:33.3125rem;height:auto;top:13.125rem;left:5.96875rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #pLETSbToluNdMVwdwXwpFECKt0XKwkLi #pKEBgVArCTfDV3hyh8Z2o9xXB09xMq8p {  }
 }@media only screen and (max-width: 763px) { #pLETSbToluNdMVwdwXwpFECKt0XKwkLi #BL3EeBErTW8RcpsSdlqC18A9vi97AuR8 {  }
 }@media only screen and (max-width: 763px) { #pLETSbToluNdMVwdwXwpFECKt0XKwkLi #PMn6ntkACvXIHoo9CDpBeweR6wr9JPJC {  }
 }@media only screen and (max-width: 763px) { #pLETSbToluNdMVwdwXwpFECKt0XKwkLi #m8LJmseceLG03ltRyXDlEqlIf8FZ8sxs {  }
 }@media only screen and (max-width: 763px) { #pLETSbToluNdMVwdwXwpFECKt0XKwkLi #TH5SWzzJfSKM3iTbxbQ1Ad5KZpoP7bnZ {  }
 }@media only screen and (max-width: 763px) { #pLETSbToluNdMVwdwXwpFECKt0XKwkLi #BGpl4DWhtmqFlisScTZPSszCOW5KZFhl {  }
 }@media only screen and (max-width: 763px) { #pLETSbToluNdMVwdwXwpFECKt0XKwkLi #glxHAx17Rn6KsOIPtFkkN04ynvrUiBUU {  }
 }@media only screen and (max-width: 763px) { #pLETSbToluNdMVwdwXwpFECKt0XKwkLi #V24LkkqdOwxf0XFUlbQo956M7RRi7BXP {  }
 }@media only screen and (max-width: 763px) { #pLETSbToluNdMVwdwXwpFECKt0XKwkLi #cSHy3gdzTTyplcEExdfWmGGM0CFTyqDO {  }
 }@media only screen and (max-width: 763px) { #pLETSbToluNdMVwdwXwpFECKt0XKwkLi #OtP9TEGuMUIbQhO4vP5cGVVE6qyTTxQD {  }
 }@media only screen and (max-width: 763px) { #pLETSbToluNdMVwdwXwpFECKt0XKwkLi #MSQIgsMATyTRnZNRn1xFNU04ownzK1fl {  }
 }@media only screen and (max-width: 763px) { #vNTyg0CKWSoPPQ3KgCC6bbSa2ZbMUh81 { background-color:#121119;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#vNTyg0CKWSoPPQ3KgCC6bbSa2ZbMUh81 > .row .container { background-color: transparent; background-image: none; }#vNTyg0CKWSoPPQ3KgCC6bbSa2ZbMUh81::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNTyg0CKWSoPPQ3KgCC6bbSa2ZbMUh81 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNTyg0CKWSoPPQ3KgCC6bbSa2ZbMUh81 > .row .container > .video-iframe-container { display: none; }#vNTyg0CKWSoPPQ3KgCC6bbSa2ZbMUh81 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNTyg0CKWSoPPQ3KgCC6bbSa2ZbMUh81 > .row > .video-iframe-container { display: none; }#vNTyg0CKWSoPPQ3KgCC6bbSa2ZbMUh81 > .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); }#vNTyg0CKWSoPPQ3KgCC6bbSa2ZbMUh81 > .row .container { border-width: 0; border-radius: 0; }#vNTyg0CKWSoPPQ3KgCC6bbSa2ZbMUh81 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqpUzEgyPya62QLp1HfvZo53iuOUKsWP { width:7.5rem;height:3.9375rem;top:1.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #l3iHRcoH8ecTWP9fQsGFOFTiSRsn9MWP { width:17.125rem;height:1.5625rem;top:3.125rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tD0gu0rdrmAyQS27f3WoSM223mISHd2e { width:7.5rem;height:1.375rem;top:5.875rem;left:0rem;font-size:0.875rem;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #Tq03zunZAa2Xk0tAHKE97bFW0lz9vbgs { width:17.125rem;height:1.5625rem;top:3.125rem;left:30.625rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kvq6vKUNsm7DohhxetIlcbNU4gVbyGTf { width:3rem;height:3rem;top:5.6875rem;left:42.375rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ktUesPa40bgOdh9fcCDTKsKHfkA7K6rv { width:1.375rem;height:1.375rem;top:6.5rem;left:43.1875rem;color:#5d92ff;display:block; }
#ktUesPa40bgOdh9fcCDTKsKHfkA7K6rv > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #S1VLeIvPGkbTT6Kmtd8Mfi2d4nbmnG4w { width:3rem;height:3rem;top:5.6875rem;left:44.75rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yB0IlzNsV1BixQTyKg5XdAUyBfeh64GW { width:1.375rem;height:1.375rem;top:6.5rem;left:46.375rem;color:#5d92ff;display:block; }
#yB0IlzNsV1BixQTyKg5XdAUyBfeh64GW > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #PTLyTd5l3GqinCmzvkLcI6XVxt1rE5iH { width:3rem;height:3rem;top:5.75rem;left:44.75rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QxUpflhQ0hrnnHwoNOa2Qy9KSHXVL7mN { width:1.375rem;height:1.375rem;top:6.5625rem;left:46.375rem;color:#5d92ff;display:block; }
#QxUpflhQ0hrnnHwoNOa2Qy9KSHXVL7mN > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #r3xdBdSp0Pk9ykzqJ3WS9H9s4XRiUMDw { width:3rem;height:3rem;top:5.6875rem;left:44.75rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rE8UPM2xWXD96J5Oz0fq1lJtHnKFOHqX { width:3rem;height:3rem;top:5.6875rem;left:44.75rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rEX5GVqEcRw6GQCqlfTdxhaOFh4sq3ty { width:1.375rem;height:1.375rem;top:6.5rem;left:46.375rem;color:#5d92ff;display:block; }
#rEX5GVqEcRw6GQCqlfTdxhaOFh4sq3ty > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #euZfXwhkEP5TrNwn4SE5xKWTcQEa1mJO { width:1.375rem;height:1.375rem;top:6.5rem;left:46.375rem;color:#5d92ff;display:block; }
#euZfXwhkEP5TrNwn4SE5xKWTcQEa1mJO > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #amp0t68kREU3R6hPGIzdpmJWLbOqTWpB { width:17.5rem;height:6.875rem;top:5.875rem;left:2.625rem;font-size:0.875rem;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #UxhcFgsDPDAwDlAJN9isxcUwhUcJDpOD { width:7.5rem;height:4.125rem;top:5.875rem;left:17.875rem;font-size:0.875rem;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #F7iqkak33TPk38mKcTne7gs165NhxTz8 { width:17.5rem;height:5.5rem;top:5.875rem;left:22.4375rem;font-size:0.875rem;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d7349c6b-2eac-4d82-a5ee-4251e163b1e0/amio_lpcoverF25_mobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.adaptive-delivery-prevent-bg, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyload, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyloading { background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { background-color: transparent; background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .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); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { border-width: 0; border-radius: 0; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { width:20rem;height:48.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTnEqbx8PMLfFhGdbU1QoacO3fasQfBb { width:20rem;height:4rem;top:7.5625rem;left:0rem;font-size:2rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zl1M4QkHMBqlWa6rRRWVIDi89ZHuVXL2 { width:20rem;height:2.25rem;top:15.125rem;left:0rem;font-size:0.875rem;line-height:1.3;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EwIX4e4THIeLPhsbhXsD72NiIS4mO9py { width:9.6875rem;height:2.75rem;top:18.5rem;left:0rem;background-color:#d60a24;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;box-shadow: none;color:#ffffff;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVlZPFXUH2XnIeOzSUq0oqTRWBnL269N { display:block; }
 }@media only screen and (max-width: 763px) { #ygOMrtItpEEvNfFvmQiLyM4Xtsasbbrc { width:20rem;height:2rem;top:11.8125rem;left:0rem;font-size:2rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FCw5PHxB88ZQva0XbIa4Xnl11ZrFcnxZ { width:6.25rem;height:4.375rem;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { display:block; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { background-color: transparent; background-image: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container > .video-iframe-container { display: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row > .video-iframe-container { display: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .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); }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { border-width: 0; border-radius: 0; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container { width:20rem;height:22.625rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZz9N05TUKwaqq5iJXOi3A3K5JyxCLsG { width:20rem;height:7.5rem;top:1.25rem;left:0rem;font-size:1.75rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EJdRukDEzplrlNGGzBnP47C2BoHNhVie { width:20rem;height:10.125rem;top:11.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tn8CNpW4S3smAnGXpMX9Ep7ZaO9mU8nH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Tn8CNpW4S3smAnGXpMX9Ep7ZaO9mU8nH > .row .container { background-color: transparent; background-image: none; }#Tn8CNpW4S3smAnGXpMX9Ep7ZaO9mU8nH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tn8CNpW4S3smAnGXpMX9Ep7ZaO9mU8nH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tn8CNpW4S3smAnGXpMX9Ep7ZaO9mU8nH > .row .container > .video-iframe-container { display: none; }#Tn8CNpW4S3smAnGXpMX9Ep7ZaO9mU8nH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tn8CNpW4S3smAnGXpMX9Ep7ZaO9mU8nH > .row > .video-iframe-container { display: none; }#Tn8CNpW4S3smAnGXpMX9Ep7ZaO9mU8nH > .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); }#Tn8CNpW4S3smAnGXpMX9Ep7ZaO9mU8nH > .row .container { border-width: 0; border-radius: 0; }#Tn8CNpW4S3smAnGXpMX9Ep7ZaO9mU8nH > .row .container { width:20rem;height:53.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #twZ4B9J11HUz1Exd6bDHVhPeKNXumOTL { width:13.125rem;height:1.25rem;top:5.625rem;left:3.4375rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua3c4oJp8BmSX3RGR182ppSHpIvuOR3B { width:14.5rem;height:4.5rem;top:7.5rem;left:2.75rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvuDlhGIPDb3noNZGAqqfoE0vxzsyFDv { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #kdq2zKKIuhBk3XGIVU6nTzKRLiCqu9Tu { width:13.125rem;height:3.375rem;top:20.75rem;left:3.4375rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMWAxVWgty8DBqmKX2aPQr5IDfd3VXgy { width:13.125rem;height:1.25rem;top:18.875rem;left:3.4375rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #quUshTKLrADEd8JdSIvvuTr3sciPll3O { width:3.125rem;height:3.125rem;top:14.5rem;left:8.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bdJ45P3rfOh5CgWHAWfmb6l9aQHVXt7x { width:14.625rem;height:3.375rem;top:32.875rem;left:2.6875rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqy5FbtJJK5rtLoTHfeClOqhwwRgcmWL { width:13.125rem;height:1.25rem;top:31rem;left:3.4375rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkhPfNtRfhiDolfUtyr2DFqU5bqcUCn5 { width:3.125rem;height:3.125rem;top:26.625rem;left:8.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #gZceRr4Q0zvESa4COhHsMD54XQyUK7iS { width:15.4375rem;height:3.375rem;top:46.625rem;left:2.28125rem;text-align:center;text-align-last:center;color:#ffffff;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfyg75QrPuvVuMLsCcVFdU3kgXzxSOTa { width:13.125rem;height:1.25rem;top:44.75rem;left:3.4375rem;text-align:center;text-align-last:center;color:#ffffff;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyXRZlWMCLG85a4nKFvNpkEGg8xt7dzc { width:3.125rem;height:3.125rem;top:40.375rem;left:8.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #B1Gs6B404FsToeLGEPEO2pxKqu1z2HSx { display:block; }#B1Gs6B404FsToeLGEPEO2pxKqu1z2HSx > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nblw5Hil6AUzLNxO7afwc0Dscc4enZXV { width:20rem;height:2.625rem;top:1.8125rem;left:0rem;font-size:1.125rem;color:#ffffff;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gIZzh4JITwpgstGEXwnZATAE0vdwskg6 { display:block; }#gIZzh4JITwpgstGEXwnZATAE0vdwskg6 > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xglslQ4cN8dVq5KPPUydLHKXp4knubOp { height:11.244444444444rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { background-color: transparent; background-image: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container > .video-iframe-container { display: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row > .video-iframe-container { display: none; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .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); }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { border-width: 0; border-radius: 0; }#N1wGTQHdJhy5gsMugA6DfvusNFuKQO8u > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muN6J9TaxD8LQ44Ee5akuSVVccNq9REI { width:19.625rem;height:3.75rem;top:1.25rem;left:0.1875rem;font-size:1.75rem;line-height:1.1;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { display:block; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { background-color: transparent; background-image: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container > .video-iframe-container { display: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row > .video-iframe-container { display: none; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .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); }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 { border-width: 0; border-radius: 0; }#GvKHOkGslFMzmfZ1ADveQD6MT6Z7yxG8 > .row .container { width:20rem;height:86.375rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkeg9lA2AtshVDxnNhSW9KbwhLhyldyp { width:20rem;height:27.375rem;top:0rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #u5OdaQ6PyWQUKaDcgAGa4TDUpQcplfpe { width:12.5rem;height:1.125rem;top:20.9375rem;left:1.25rem;font-size:1.125rem;line-height:1;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #QUDcyayrOktHWVbBDtyeaNK0wltH0r9C { width:17.5rem;height:3.75rem;top:22.6875rem;left:1.25rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #iLlhcwXxmbHFcE3P64PIm5VaRTI7VFqD { width:6.5rem;height:3.75rem;top:22.6875rem;left:6.25rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #rqokMsMCtIaNiZO9iTIi3HNENk2GtnRz { width:20rem;height:27.375rem;top:28.625rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #oe4TvbvmCzlETccuCktuqFVT6zv3LWQn { width:15.625rem;height:1.125rem;top:49.5rem;left:1.25rem;font-size:1.125rem;line-height:1;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #gB4PSfItP5neCfi0NEpbHLTwIP419QBm { width:20rem;height:20rem;top:28.625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #hXihH69b00yHQvBqo20CVIm2SeMaFnqi { width:6.5rem;height:3.75rem;top:51.25rem;left:6.25rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #ZQxJPgJuuk80gB8a4lMzkBzViLKlKCTq { width:10.6875rem;height:3.75rem;top:51.25rem;left:1.25rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #On7150GiXkPmBcINxcWskE0cxkptiTtk { width:20rem;height:27.375rem;top:57.25rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #Tf8lW2wgg4gEO7bOLoqvaugoK4ra6GwJ { width:20rem;height:20rem;top:57.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #wuRXDl4bTlXfSPC94hqfQcs0fCpEGCdX { width:15.625rem;height:1.125rem;top:78.125rem;left:1.25rem;font-size:1.125rem;line-height:1;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #bKF0eDKGJh3T3racdCtBrEudFrB1v54c { width:6.5rem;height:3.75rem;top:79.875rem;left:6.75rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #QdrrTkBIvVlrAIb8v2rgTfbwtoESoq9V { width:10.6875rem;height:3.75rem;top:79.875rem;left:1.25rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #wE3ocua4IOrcAaUupKsxhtaMmzwTc70i { width:20rem;height:20rem;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mzbbaJWfP4bygDgrElIef5mpRKkfnNFa { display:block; }#mzbbaJWfP4bygDgrElIef5mpRKkfnNFa { background-color: transparent; background-image: none; }#mzbbaJWfP4bygDgrElIef5mpRKkfnNFa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzbbaJWfP4bygDgrElIef5mpRKkfnNFa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzbbaJWfP4bygDgrElIef5mpRKkfnNFa > .row .container > .video-iframe-container { display: none; }#mzbbaJWfP4bygDgrElIef5mpRKkfnNFa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mzbbaJWfP4bygDgrElIef5mpRKkfnNFa > .row > .video-iframe-container { display: none; }#mzbbaJWfP4bygDgrElIef5mpRKkfnNFa > .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); }#mzbbaJWfP4bygDgrElIef5mpRKkfnNFa { border-width: 0; border-radius: 0; }#mzbbaJWfP4bygDgrElIef5mpRKkfnNFa > .row .container { width:20rem;height:85.625rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q4baWSrZtnu2heq24ytRtqRh4awOVd20 { width:20rem;height:27.375rem;top:0rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #W752VTrD0aERFwZpgkbQ8awI9PM7EGeC { width:12.5rem;height:1.125rem;top:20.875rem;left:1.25rem;font-size:1.125rem;line-height:1;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #cWZcCIRxi3QkzQTK0e3QSkkWrU86GxCG { width:17.5rem;height:3.75rem;top:22.625rem;left:1.25rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #Dzq1E6Pknbmr1gNllX3XyUCFqSGHQTu4 { width:6.5rem;height:3.75rem;top:22.625rem;left:6.25rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #icdtbdLGr5yyDnrNdwFD7e8OF0A2sCnJ { width:20rem;height:27.375rem;top:28.625rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #nCy9rM3Nd275KiurFxKD4aTQP6gnpTn4 { width:15.625rem;height:1.125rem;top:49.5rem;left:1.25rem;font-size:1.125rem;line-height:1;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #lAK7E82ZhzOE1N1L8fpHkAqOebtnpEd3 { width:20rem;height:20rem;top:28.625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OnTdyZl7eTxhFHqQfEG5FFSf2W6wBumN { width:6.5rem;height:3.75rem;top:51.25rem;left:6.25rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #ov0FgvTMGwvh7JgWEddxdk3Q0IvIErqb { width:10.6875rem;height:3.75rem;top:51.25rem;left:1.25rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #bPhBIqtJTBJsO7MhVrIDbbZ7ZT8c9SgU { width:20rem;height:20rem;top:57.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #zWeT0ehvuBTTKWTd6pHlN7bPe2bXLsnF { width:15.625rem;height:1.125rem;top:78.125rem;left:1.25rem;font-size:1.125rem;line-height:1;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #RSTFqRbMzUSbwP6um1NbJW3IRvQPuTWJ { width:6.5rem;height:3.75rem;top:79.875rem;left:6.25rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #lLvXsbE5AVueHMQcOFBoxmRIChfewNMS { width:10.6875rem;height:3.75rem;top:79.875rem;left:1.25rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #tFDQCdG9W8R8nvRuPhrifsOI1TFxg1IW { width:20rem;height:20rem;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #lHRtcA32URoz1FTeUkHKbu2zlUSlQOyP { width:20rem;height:27.375rem;top:57.25rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #foN0o3ml5dxBm5Ode8kuuJeA6oANQdpq { display:block; }#foN0o3ml5dxBm5Ode8kuuJeA6oANQdpq { background-color: transparent; background-image: none; }#foN0o3ml5dxBm5Ode8kuuJeA6oANQdpq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foN0o3ml5dxBm5Ode8kuuJeA6oANQdpq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foN0o3ml5dxBm5Ode8kuuJeA6oANQdpq > .row .container > .video-iframe-container { display: none; }#foN0o3ml5dxBm5Ode8kuuJeA6oANQdpq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foN0o3ml5dxBm5Ode8kuuJeA6oANQdpq > .row > .video-iframe-container { display: none; }#foN0o3ml5dxBm5Ode8kuuJeA6oANQdpq > .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); }#foN0o3ml5dxBm5Ode8kuuJeA6oANQdpq { border-width: 0; border-radius: 0; }#foN0o3ml5dxBm5Ode8kuuJeA6oANQdpq > .row .container { width:20rem;height:63.25rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8flQ5mszgAkzGV6ThOL3O4UCQZNFZya { width:20rem;height:27.375rem;top:0rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #XVndi6dxuAMKNaHLqKTbK3oNP9cfxn2o { width:12.5rem;height:1.125rem;top:20.875rem;left:1.25rem;font-size:1.125rem;line-height:1;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #P0PJ3PCJnJXqvkcQxrDOdVbtWUEn9rn0 { width:17.5rem;height:3.75rem;top:22.625rem;left:1.25rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #n8cGGC0JIltQuuWxzx7tb7g4avfcC0r2 { width:6.5rem;height:3.75rem;top:22.625rem;left:6.25rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #bZvFQw6EJMUPtWLUeKKRbO8mGELDVomT { width:20rem;height:27.375rem;top:28.625rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #UslGBRK2wJm1gs96mitCsX60atdJraWL { width:15.625rem;height:1.125rem;top:49.5rem;left:1.25rem;font-size:1.125rem;line-height:1;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #KFGrq7r4bwB9AsZez4BpuTdiQCPvOT5h { width:20rem;height:20rem;top:28.625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sU32IcgKr93EAPuBo2PPSMKeDA3nEZWJ { width:6.5rem;height:3.75rem;top:51.25rem;left:6.25rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #R8Anb1cxGzJZhAShbnr5mETRv8zOI5zb { width:10.6875rem;height:3.75rem;top:51.25rem;left:1.25rem;font-size:0.75rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #zTxTUau4APbKFbCAFfoghz5zpwzRebmy { width:20rem;height:20rem;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #eMPRqfJnE3avZySCDb29mWcWeDWTyzTE { width:18.75rem;height:3.125rem;top:58.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFO5ta1JAQR0HNdZN9EAVp01Dw5zEuFQ { display:block; }
 }@media only screen and (max-width: 763px) { #bf069GHGnd7X5WZmvHeFqAmJiOCKEplx { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/99d169fd-7992-4b27-956f-ba6d3b1985e1/amio_lpbaner11_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bf069GHGnd7X5WZmvHeFqAmJiOCKEplx.adaptive-delivery-prevent-bg, #bf069GHGnd7X5WZmvHeFqAmJiOCKEplx.lazyload, #bf069GHGnd7X5WZmvHeFqAmJiOCKEplx.lazyloading { background-image: none; }#bf069GHGnd7X5WZmvHeFqAmJiOCKEplx > .row .container { background-color: transparent; background-image: none; }#bf069GHGnd7X5WZmvHeFqAmJiOCKEplx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bf069GHGnd7X5WZmvHeFqAmJiOCKEplx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bf069GHGnd7X5WZmvHeFqAmJiOCKEplx > .row .container > .video-iframe-container { display: none; }#bf069GHGnd7X5WZmvHeFqAmJiOCKEplx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bf069GHGnd7X5WZmvHeFqAmJiOCKEplx > .row > .video-iframe-container { display: none; }#bf069GHGnd7X5WZmvHeFqAmJiOCKEplx > .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); }#bf069GHGnd7X5WZmvHeFqAmJiOCKEplx > .row .container { border-width: 0; border-radius: 0; }#bf069GHGnd7X5WZmvHeFqAmJiOCKEplx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bf069GHGnd7X5WZmvHeFqAmJiOCKEplx > .row .container { width:20rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpTZ97TbLqT1UMGhmpOxvkG5uEqWSMfn { width:20rem;height:1.5rem;top:16.375rem;left:0rem;font-size:1.5rem;line-height:1;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #koJ8wn2aDDEflqNaBVRhROakGOel0zIR { display:block; }#koJ8wn2aDDEflqNaBVRhROakGOel0zIR > .row .container { width:20rem;height:2.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFO1sWW8Jwa8U7D6Agd41kn9bJuiHp5I { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0d42e4bc-2867-4027-a34f-27e68095a079/Zrzutekranu20251028o091810.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CFO1sWW8Jwa8U7D6Agd41kn9bJuiHp5I.adaptive-delivery-prevent-bg, #CFO1sWW8Jwa8U7D6Agd41kn9bJuiHp5I.lazyload, #CFO1sWW8Jwa8U7D6Agd41kn9bJuiHp5I.lazyloading { background-image: none; }#CFO1sWW8Jwa8U7D6Agd41kn9bJuiHp5I > .row .container { background-color: transparent; background-image: none; }#CFO1sWW8Jwa8U7D6Agd41kn9bJuiHp5I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFO1sWW8Jwa8U7D6Agd41kn9bJuiHp5I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFO1sWW8Jwa8U7D6Agd41kn9bJuiHp5I > .row .container > .video-iframe-container { display: none; }#CFO1sWW8Jwa8U7D6Agd41kn9bJuiHp5I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFO1sWW8Jwa8U7D6Agd41kn9bJuiHp5I > .row > .video-iframe-container { display: none; }#CFO1sWW8Jwa8U7D6Agd41kn9bJuiHp5I > .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); }#CFO1sWW8Jwa8U7D6Agd41kn9bJuiHp5I > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dgVsWxaEyrWf2SziO4S3bcpoqH4d9hUE { width:9.75rem;height:0.875rem;top:3.9375rem;left:0rem;font-size:0.75rem;color:#ffffff;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mpXqvHyGPTXRyy5k1LT8JRvN38y8f4co { width:9.75rem;height:1.75rem;top:3.9375rem;left:10.25rem;font-size:0.75rem;color:#ffffff;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q1RnVCxZLnBmOxhq4OagFkhG5qKVbsun { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Q1RnVCxZLnBmOxhq4OagFkhG5qKVbsun > .row .container { background-color: transparent; background-image: none; }#Q1RnVCxZLnBmOxhq4OagFkhG5qKVbsun::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1RnVCxZLnBmOxhq4OagFkhG5qKVbsun > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1RnVCxZLnBmOxhq4OagFkhG5qKVbsun > .row .container > .video-iframe-container { display: none; }#Q1RnVCxZLnBmOxhq4OagFkhG5qKVbsun > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1RnVCxZLnBmOxhq4OagFkhG5qKVbsun > .row > .video-iframe-container { display: none; }#Q1RnVCxZLnBmOxhq4OagFkhG5qKVbsun > .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); }#Q1RnVCxZLnBmOxhq4OagFkhG5qKVbsun > .row .container { border-width: 0; border-radius: 0; }#Q1RnVCxZLnBmOxhq4OagFkhG5qKVbsun > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofWqQIy1OIR3rBWTlakmXaVBsHUz1M5z { width:19.625rem;height:4.125rem;top:1.25rem;left:0.1875rem;font-size:1.875rem;line-height:1.1;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row .container { background-color: transparent; background-image: none; }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row .container > .video-iframe-container { display: none; }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row > .video-iframe-container { display: none; }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .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); }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row .container { border-width: 0; border-radius: 0; }#dkCQQmPyFmmMqOJHT89TgV5wSPLdWKLO > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHgn6gUyD8TLZwtDEuC3GendhSLDq9E5 { width:9.5rem;height:1.1875rem;top:2.46875rem;left:6.875rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FJ26PIkXhG24IIeRnO4Pu2Ctpku5GTXq { width:17.3125rem;height:1.375rem;top:5.625rem;left:1.21875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VaAl9fNZ3IBfOGD3S53UR63qDBER5MWV { width:3.75rem;height:2.25rem;top:1.875rem;left:0.9375rem;font-size:2.5rem;color:#b8affd;display:block; }
 }@media only screen and (max-width: 763px) { #ZRcUVUngLZcFdSbp2sCTRdQzpNsd0KnN { width:20rem;height:11.25rem;top:0rem;left:0rem;background-color:rgba(111,92,255,0.3);background-image:none;border-top:0.125rem solid #6f5cff;border-left:0rem solid #6f5cff;border-right:0rem solid #6f5cff;border-bottom:0rem solid #6f5cff;display:block; }
 }@media only screen and (max-width: 763px) { #ldMUmcqmJl0668zvNaMhTdh3ngHwEq2A { width:17.3125rem;height:2rem;top:7.5rem;left:1.21875rem;font-size:0.875rem;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QD9RKodxQPHWR4Gf6bkBOXNC6Lzb46ry { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#QD9RKodxQPHWR4Gf6bkBOXNC6Lzb46ry > .row .container { background-color: transparent; background-image: none; }#QD9RKodxQPHWR4Gf6bkBOXNC6Lzb46ry::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QD9RKodxQPHWR4Gf6bkBOXNC6Lzb46ry > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QD9RKodxQPHWR4Gf6bkBOXNC6Lzb46ry > .row .container > .video-iframe-container { display: none; }#QD9RKodxQPHWR4Gf6bkBOXNC6Lzb46ry > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QD9RKodxQPHWR4Gf6bkBOXNC6Lzb46ry > .row > .video-iframe-container { display: none; }#QD9RKodxQPHWR4Gf6bkBOXNC6Lzb46ry > .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); }#QD9RKodxQPHWR4Gf6bkBOXNC6Lzb46ry > .row .container { border-width: 0; border-radius: 0; }#QD9RKodxQPHWR4Gf6bkBOXNC6Lzb46ry > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HWGwcbkJPBk0bmfVqpD3IXu5muooET1f { width:9.5rem;height:1.3125rem;top:2.46875rem;left:6.875rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WA8QnFZMp4ZFyUq7fWOTZdTcli0LVCu2 { width:17.3125rem;height:1.375rem;top:5.625rem;left:1.21875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QT2bTfeEGVseDHq9q9Iw9ocHw2vhFF33 { width:3.75rem;height:2.25rem;top:2rem;left:1.21875rem;font-size:2.5rem;color:#b8affd;display:block; }
 }@media only screen and (max-width: 763px) { #B65TfwdqtkU8gk12qKr27LdqoPqXHt6k { width:20rem;height:11.25rem;top:0rem;left:0rem;background-color:rgba(111,92,255,0.3);background-image:none;border-top:0.125rem solid #6f5cff;border-left:0rem solid #6f5cff;border-right:0rem solid #6f5cff;border-bottom:0rem solid #6f5cff;display:block; }
 }@media only screen and (max-width: 763px) { #Nm14GuzMS2co0Sym6ccxQtxLNK2FEib5 { width:17.3125rem;height:2.375rem;top:7.5rem;left:1.25rem;font-size:0.875rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cG8NGcXTsoiXOCnQTuyMfgapSVrDlwCF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#cG8NGcXTsoiXOCnQTuyMfgapSVrDlwCF > .row .container { background-color: transparent; background-image: none; }#cG8NGcXTsoiXOCnQTuyMfgapSVrDlwCF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cG8NGcXTsoiXOCnQTuyMfgapSVrDlwCF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cG8NGcXTsoiXOCnQTuyMfgapSVrDlwCF > .row .container > .video-iframe-container { display: none; }#cG8NGcXTsoiXOCnQTuyMfgapSVrDlwCF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cG8NGcXTsoiXOCnQTuyMfgapSVrDlwCF > .row > .video-iframe-container { display: none; }#cG8NGcXTsoiXOCnQTuyMfgapSVrDlwCF > .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); }#cG8NGcXTsoiXOCnQTuyMfgapSVrDlwCF > .row .container { border-width: 0; border-radius: 0; }#cG8NGcXTsoiXOCnQTuyMfgapSVrDlwCF > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZvoZEkrN5XOmdWwKPBaROuiHADdnBauz { width:9.5rem;height:1.3125rem;top:2.46875rem;left:6.875rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ff6ONNHoJ35wKRpTR5c5fA3luIClf8Qf { width:17.3125rem;height:1.375rem;top:5.625rem;left:1.21875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vhWCNUtBq1rot1T2yk2WZXcvrB2VG4I3 { width:3.75rem;height:2.25rem;top:1.9375rem;left:1.25rem;font-size:2.5rem;color:#b8affd;display:block; }
 }@media only screen and (max-width: 763px) { #FGGzgdb91kNKJbob0SzI6ImVikCBDzXg { width:20rem;height:11.25rem;top:0rem;left:0rem;background-color:rgba(111,92,255,0.3);background-image:none;border-top:0.125rem solid #6f5cff;border-left:0rem solid #6f5cff;border-right:0rem solid #6f5cff;border-bottom:0rem solid #6f5cff;display:block; }
 }@media only screen and (max-width: 763px) { #tA5DkKllVm52tq1AdNpuUeVo1xolNTk3 { width:17.3125rem;height:2.375rem;top:7.494140625rem;left:1.34375rem;font-size:0.875rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SnAX2teZWauO5JUyzcbwFL5y4f6HEXe7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#SnAX2teZWauO5JUyzcbwFL5y4f6HEXe7 > .row .container { background-color: transparent; background-image: none; }#SnAX2teZWauO5JUyzcbwFL5y4f6HEXe7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnAX2teZWauO5JUyzcbwFL5y4f6HEXe7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnAX2teZWauO5JUyzcbwFL5y4f6HEXe7 > .row .container > .video-iframe-container { display: none; }#SnAX2teZWauO5JUyzcbwFL5y4f6HEXe7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SnAX2teZWauO5JUyzcbwFL5y4f6HEXe7 > .row > .video-iframe-container { display: none; }#SnAX2teZWauO5JUyzcbwFL5y4f6HEXe7 > .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); }#SnAX2teZWauO5JUyzcbwFL5y4f6HEXe7 > .row .container { border-width: 0; border-radius: 0; }#SnAX2teZWauO5JUyzcbwFL5y4f6HEXe7 > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ELNrOXao83wnvz6W2IMDGqJGvH8NO6L8 { width:12.9375rem;height:1.3125rem;top:2.5rem;left:6.875rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dp0PGsDno0vTQs4huMyDPQ7662Grp4U4 { width:17.3125rem;height:1.375rem;top:5.625rem;left:1.25rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Q4QkLwwHCTinzbI2GTxzsvknCikZFGlv { width:3.75rem;height:2.25rem;top:1.9375rem;left:1.25rem;font-size:2.5rem;color:#b8affd;display:block; }
 }@media only screen and (max-width: 763px) { #b9fFHQhfVHolaKkFB37p9rbG5Ts9vBvJ { width:20rem;height:11.25rem;top:0rem;left:0rem;background-color:rgba(111,92,255,0.3);background-image:none;border-top:0.125rem solid #6f5cff;border-left:0rem solid #6f5cff;border-right:0rem solid #6f5cff;border-bottom:0rem solid #6f5cff;display:block; }
 }@media only screen and (max-width: 763px) { #rXvp6X9NAeoIhpK7DeHGlNISDNmFPxgd { width:17.3125rem;height:2.375rem;top:7.5rem;left:1.25rem;font-size:0.875rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #U1Ts2JmNPnrcHlixbw6pVTUCdco3GxZP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#U1Ts2JmNPnrcHlixbw6pVTUCdco3GxZP > .row .container { background-color: transparent; background-image: none; }#U1Ts2JmNPnrcHlixbw6pVTUCdco3GxZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1Ts2JmNPnrcHlixbw6pVTUCdco3GxZP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1Ts2JmNPnrcHlixbw6pVTUCdco3GxZP > .row .container > .video-iframe-container { display: none; }#U1Ts2JmNPnrcHlixbw6pVTUCdco3GxZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1Ts2JmNPnrcHlixbw6pVTUCdco3GxZP > .row > .video-iframe-container { display: none; }#U1Ts2JmNPnrcHlixbw6pVTUCdco3GxZP > .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); }#U1Ts2JmNPnrcHlixbw6pVTUCdco3GxZP > .row .container { border-width: 0; border-radius: 0; }#U1Ts2JmNPnrcHlixbw6pVTUCdco3GxZP > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMSx7xMWCIlHP7CIDMEzVNVJIy4w4SPV { width:13.375rem;height:1.3125rem;top:2.5rem;left:6.875rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yK2ekNhiPKKz1xOE1QQ6o0FN6m58JhV8 { width:17.3125rem;height:1.375rem;top:5.625rem;left:1.25rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qh7mhmb9zhaMb26SJMQD6tG26yi3ltxG { width:3.75rem;height:2.25rem;top:1.9375rem;left:1.25rem;font-size:2.5rem;color:#b8affd;display:block; }
 }@media only screen and (max-width: 763px) { #b35LUfE3miXmaonBB8hq3X1cXGcfQ9Ch { width:20rem;height:13.75rem;top:0rem;left:0rem;background-color:rgba(111,92,255,0.3);background-image:none;border-top:0.125rem solid #6f5cff;border-left:0rem solid #6f5cff;border-right:0rem solid #6f5cff;border-bottom:0rem solid #6f5cff;display:block; }
 }@media only screen and (max-width: 763px) { #gttyq7K75lr7tbOaDTJ1XBw0w5Nxpx1g { width:17.3125rem;height:2.375rem;top:9.3125rem;left:1.21875rem;font-size:0.875rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MXrDP459MKM0PlcsJ1PvW1wzWC2T4TzU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#MXrDP459MKM0PlcsJ1PvW1wzWC2T4TzU > .row .container { background-color: transparent; background-image: none; }#MXrDP459MKM0PlcsJ1PvW1wzWC2T4TzU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXrDP459MKM0PlcsJ1PvW1wzWC2T4TzU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXrDP459MKM0PlcsJ1PvW1wzWC2T4TzU > .row .container > .video-iframe-container { display: none; }#MXrDP459MKM0PlcsJ1PvW1wzWC2T4TzU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXrDP459MKM0PlcsJ1PvW1wzWC2T4TzU > .row > .video-iframe-container { display: none; }#MXrDP459MKM0PlcsJ1PvW1wzWC2T4TzU > .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); }#MXrDP459MKM0PlcsJ1PvW1wzWC2T4TzU > .row .container { border-width: 0; border-radius: 0; }#MXrDP459MKM0PlcsJ1PvW1wzWC2T4TzU > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZpvvy24lG3sf5Dnt7lwJI8TpJMwkXn4 { width:9.5rem;height:1.3125rem;top:2.5rem;left:6.875rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cyZIkzdnPI6hBfzGHfzvVTuBtgCdTW7u { width:17.3125rem;height:1.375rem;top:5.625rem;left:1.25rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TUWkLUmvmQoK3uJSmEXXdk2h3AVJ7VBd { width:3.75rem;height:2.25rem;top:1.9375rem;left:1.25rem;font-size:2.5rem;color:#b8affd;display:block; }
 }@media only screen and (max-width: 763px) { #gGecq9GdTzwmi33aJcHEwFMaoKtqQ1Ib { width:20rem;height:12.1875rem;top:0rem;left:0rem;background-color:rgba(111,92,255,0.3);background-image:none;border-top:0.125rem solid #6f5cff;border-left:0rem solid #6f5cff;border-right:0rem solid #6f5cff;border-bottom:0rem solid #6f5cff;display:block; }
 }@media only screen and (max-width: 763px) { #znuKZUVoAquTeg9VraODytkIZ8iT7BZR { width:17.3125rem;height:3.5625rem;top:7.494140625rem;left:1.34375rem;font-size:0.875rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BxPq5tBw5fztAKkEqqlNWasCBurdgwkn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#BxPq5tBw5fztAKkEqqlNWasCBurdgwkn > .row .container { background-color: transparent; background-image: none; }#BxPq5tBw5fztAKkEqqlNWasCBurdgwkn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxPq5tBw5fztAKkEqqlNWasCBurdgwkn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxPq5tBw5fztAKkEqqlNWasCBurdgwkn > .row .container > .video-iframe-container { display: none; }#BxPq5tBw5fztAKkEqqlNWasCBurdgwkn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BxPq5tBw5fztAKkEqqlNWasCBurdgwkn > .row > .video-iframe-container { display: none; }#BxPq5tBw5fztAKkEqqlNWasCBurdgwkn > .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); }#BxPq5tBw5fztAKkEqqlNWasCBurdgwkn > .row .container { border-width: 0; border-radius: 0; }#BxPq5tBw5fztAKkEqqlNWasCBurdgwkn > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PBZ47tGSO69OI5HA5XJwhNVa3ihgN08e { width:9.5rem;height:1.3125rem;top:2.5rem;left:6.875rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ji56xdRod4TT3Qbkd47v8me5Ft24rLx1 { width:17.3125rem;height:1.375rem;top:5.625rem;left:1.25rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hyhE07k5p3hCW00K2DDv3gGl1n4km7zZ { width:3.75rem;height:2.25rem;top:1.9375rem;left:1.25rem;font-size:2.5rem;color:#b8affd;display:block; }
 }@media only screen and (max-width: 763px) { #fKJFS1hATZwimHm3vgh2nf5xrf2zc35A { width:20rem;height:11.25rem;top:0rem;left:0rem;background-color:rgba(111,92,255,0.3);background-image:none;border-top:0.125rem solid #6f5cff;border-left:0rem solid #6f5cff;border-right:0rem solid #6f5cff;border-bottom:0rem solid #6f5cff;display:block; }
 }@media only screen and (max-width: 763px) { #Rp952h3e4xFLuTVIrTQdZTHh08mtkXWT { width:17.3125rem;height:1.1875rem;top:7.5rem;left:1.3125rem;font-size:0.875rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XCdAtEkNVczlmHHN2qhwMKny4UQOa9zo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XCdAtEkNVczlmHHN2qhwMKny4UQOa9zo > .row .container { background-color: transparent; background-image: none; }#XCdAtEkNVczlmHHN2qhwMKny4UQOa9zo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCdAtEkNVczlmHHN2qhwMKny4UQOa9zo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCdAtEkNVczlmHHN2qhwMKny4UQOa9zo > .row .container > .video-iframe-container { display: none; }#XCdAtEkNVczlmHHN2qhwMKny4UQOa9zo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCdAtEkNVczlmHHN2qhwMKny4UQOa9zo > .row > .video-iframe-container { display: none; }#XCdAtEkNVczlmHHN2qhwMKny4UQOa9zo > .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); }#XCdAtEkNVczlmHHN2qhwMKny4UQOa9zo > .row .container { border-width: 0; border-radius: 0; }#XCdAtEkNVczlmHHN2qhwMKny4UQOa9zo > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1IWs6DSKEiapORrWq8SiwD9K2qawKOG { width:19.625rem;height:5.625rem;top:1.875rem;left:0rem;font-size:1.75rem;line-height:1.1;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8tcqneuyekBz0KTzhZl5XUW8yT2vTS8 { display:block; }#T8tcqneuyekBz0KTzhZl5XUW8yT2vTS8 > .row .container { width:20rem;height:96.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZbHtfc9OOs5rMyUJmdqhsZrAqrDDZJCm { width:9.6875rem;height:9.6875rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRFtGoLzk48STmsEwQVLoNCwbbCTkuC0 { width:13.75rem;height:3.125rem;top:90.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVAt9JJhIGAJPCuR5L0h7v56d045wJsN { display:block; }
 }@media only screen and (max-width: 763px) { #RKBNymqnZym5ULWQBy6TCZhZu3o7mDDT { width:9.6875rem;height:9.6875rem;top:1.6875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVLNxMPWB9qGhZCmCB6tdkRw8IPll5Gs { width:9.6875rem;height:9.6875rem;top:14.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGoTrp0DbvaPDxif55BEMXJZhhTDxx7d { width:9.6875rem;height:9.6875rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHknFiUVvaDMJFOwLiui7ztxzSZNGPCn { width:9.6875rem;height:9.6875rem;top:26.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc077UiRX0X815AKrI66bwULVhlWts24 { width:8.3125rem;height:0.9375rem;top:24.375rem;left:0rem;font-size:0.75rem;color:#121119;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TyNfrWETcZh7Bs9vL6RbPllzuh29lDad { width:8.3125rem;height:0.9375rem;top:12rem;left:10.3125rem;font-size:0.75rem;color:#121119;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cKrqWE5T79h7G5bTuLv5qUGQZWxwxwVD { width:8.3125rem;height:0.9375rem;top:24.375rem;left:10.3125rem;font-size:0.75rem;color:#121119;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sGvXBwwBZgoWkHKC0ETR5WGeNvJCvbAN { width:9.6875rem;height:9.6875rem;top:39.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ1HVQ2PSqU6q5vIzkue0Pnn9Jvdor6D { width:9.6875rem;height:9.6875rem;top:76.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoMyRud9M4xtOeEoulNTNAoZFhM5ZEsZ { width:9.6875rem;height:9.6875rem;top:64.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct8mMyNg4SkDvSrK2uHB0dMsZc3ZJzTk { width:9.6875rem;height:9.6875rem;top:76.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn22y5mnITCCiwGcsiZMNAQP42AsMMq7 { width:8.3125rem;height:0.9375rem;top:86.9375rem;left:10.3125rem;font-size:0.75rem;color:#121119;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Rlt80QvdL0pl3XeigtStrLZPizidgHfe { width:9.6875rem;height:9.6875rem;top:51.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCgqseFTayVOIudyhTDAqNoxICHtAF8a { width:8.3125rem;height:0.9375rem;top:61.9375rem;left:10.3125rem;font-size:0.75rem;color:#121119;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LT56Sk9EETecODEzo1KDp7WEqD2w4bVd { width:9.6875rem;height:9.6875rem;top:39.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKIv4viBTUgrsVoaQcF98goOXTeAzuGf { width:8.3125rem;height:0.9375rem;top:49.4375rem;left:0rem;font-size:0.75rem;color:#121119;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mcpXPp0DOpKg7s9uLfWiBxowcAqxU8XA { width:8.3125rem;height:0.9375rem;top:36.875rem;left:0rem;font-size:0.75rem;color:#121119;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e3oxWbMmCHzxoVf4fRJ4diOxS24QTZP6 { width:8.3125rem;height:0.9375rem;top:36.875rem;left:10.3125rem;font-size:0.75rem;color:#121119;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qy4bsPQ0EklL7RN32GTOFxtOr0fQW3HK { width:9.6875rem;height:9.6875rem;top:51.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS5ybevXAy6rw63TCFF54lCJUbxE3CB7 { width:8.3125rem;height:0.9375rem;top:61.9375rem;left:0rem;font-size:0.75rem;color:#121119;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tH359ZmLWcqEM6clFFKmTnetxH7mQprM { width:8.3125rem;height:0.9375rem;top:49.4375rem;left:10.3125rem;font-size:0.75rem;color:#121119;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vL3ouxeC8X7AJNdiOuTm41VdbXDz2r5c { width:9.6875rem;height:9.6875rem;top:64.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmibh7Cbr9WSIWpg9RFIvEqlRVnwM4KG { width:8.3125rem;height:0.9375rem;top:74.4375rem;left:0rem;font-size:0.75rem;color:#121119;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gcIzC2KQWyPHV997AFX52fUO6Vdit0iE { width:8.3125rem;height:0.9375rem;top:74.4375rem;left:10.3125rem;font-size:0.75rem;color:#121119;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mriPu93T87JWNlQ9bkFpPisS9XxbmlGW { width:8.3125rem;height:0.9375rem;top:86.9375rem;left:0rem;font-size:0.75rem;color:#121119;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wutDgACi9cQ2SaRrGGx4fKWdWr00I5qT { width:9.6875rem;height:9.6875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFnI8AnqkteTZKMlLU5AqUPpXyZbw1eE { width:9rem;height:0.9375rem;top:12rem;left:0rem;font-size:0.75rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH { background-color:#d60a24;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; }#WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH > .row .container { background-color: transparent; background-image: none; }#WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH > .row .container > .video-iframe-container { display: none; }#WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH > .row > .video-iframe-container { display: none; }#WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH > .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); }#WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH > .row .container { border-width: 0; border-radius: 0; }#WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WqaIUIlZp4nBdAFKzCxQ2aR2SAKrzSKH > .row .container { width:20rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHFP9NGrayR5B6iUbEoJpZQpW99RPncZ { width:20rem;height:2.25rem;top:1.25rem;left:0rem;font-size:1.875rem;line-height:1.2;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uo89ZmZ2X2WvRSCdT1gXe9yte5gGuzF1 { width:20rem;height:2.75rem;top:4.75rem;left:0rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;color:#000000; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #eae7fe;border-left:0.0625rem solid #eae7fe;border-right:0.0625rem solid #eae7fe;border-bottom:0.0625rem solid #eae7fe;color:#121119;font-family:"marck script"; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-input-text {padding-top: 0; padding-bottom: 0;}#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #eae7fe;border-left:0.0625rem solid #eae7fe;border-right:0.0625rem solid #eae7fe;border-bottom:0.0625rem solid #eae7fe;color:#121119;font-family:"marck script"; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;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;color:#161616; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-input-select {padding-top: 0; padding-bottom: 0;}#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-input-button { width:11.1875rem;margin-top:0.25rem;margin-right:8.75rem;margin-bottom:0.25rem;margin-left:0;background-color:#000000;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;color:#ffffff;text-align:center;text-align-last:center;line-height:1.4;overflow:hidden; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi [class*="-text"]:-moz-placeholder { color:rgba(18,17,25,0.7);font-size:0.875rem; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi [class*="-text"]::-moz-placeholder { color:rgba(18,17,25,0.7);font-size:0.875rem; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi [class*="-text"]:-ms-input-placeholder { color:rgba(18,17,25,0.7);font-size:0.875rem; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi [class*="-text"]::-webkit-input-placeholder { color:rgba(18,17,25,0.7);font-size:0.875rem; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#000000; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-radio-label { color:#161616; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi  { width:17.5rem;height:16.6875rem;top:8.75rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi .widget-info-text { color:#000000; }
#pLETSbToluNdMVwdwXwpFECKt0XKwkLi {display:block;}#pLETSbToluNdMVwdwXwpFECKt0XKwkLi { width:17.5rem;height:16.6875rem;top:8.75rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #pLETSbToluNdMVwdwXwpFECKt0XKwkLi #pKEBgVArCTfDV3hyh8Z2o9xXB09xMq8p {  }
 }@media only screen and (max-width: 763px) { #pLETSbToluNdMVwdwXwpFECKt0XKwkLi #BL3EeBErTW8RcpsSdlqC18A9vi97AuR8 {  }
 }@media only screen and (max-width: 763px) { #pLETSbToluNdMVwdwXwpFECKt0XKwkLi #PMn6ntkACvXIHoo9CDpBeweR6wr9JPJC {  }
 }@media only screen and (max-width: 763px) { #pLETSbToluNdMVwdwXwpFECKt0XKwkLi #m8LJmseceLG03ltRyXDlEqlIf8FZ8sxs {  }
 }@media only screen and (max-width: 763px) { #pLETSbToluNdMVwdwXwpFECKt0XKwkLi #TH5SWzzJfSKM3iTbxbQ1Ad5KZpoP7bnZ {  }
 }@media only screen and (max-width: 763px) { #pLETSbToluNdMVwdwXwpFECKt0XKwkLi #BGpl4DWhtmqFlisScTZPSszCOW5KZFhl {  }
 }@media only screen and (max-width: 763px) { #pLETSbToluNdMVwdwXwpFECKt0XKwkLi #glxHAx17Rn6KsOIPtFkkN04ynvrUiBUU {  }
 }@media only screen and (max-width: 763px) { #pLETSbToluNdMVwdwXwpFECKt0XKwkLi #V24LkkqdOwxf0XFUlbQo956M7RRi7BXP {  }
 }@media only screen and (max-width: 763px) { #pLETSbToluNdMVwdwXwpFECKt0XKwkLi #cSHy3gdzTTyplcEExdfWmGGM0CFTyqDO {  }
 }@media only screen and (max-width: 763px) { #pLETSbToluNdMVwdwXwpFECKt0XKwkLi #OtP9TEGuMUIbQhO4vP5cGVVE6qyTTxQD {  }
 }@media only screen and (max-width: 763px) { #pLETSbToluNdMVwdwXwpFECKt0XKwkLi #MSQIgsMATyTRnZNRn1xFNU04ownzK1fl {  }
 }@media only screen and (max-width: 763px) { #vNTyg0CKWSoPPQ3KgCC6bbSa2ZbMUh81 { background-color:#121119;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#vNTyg0CKWSoPPQ3KgCC6bbSa2ZbMUh81 > .row .container { background-color: transparent; background-image: none; }#vNTyg0CKWSoPPQ3KgCC6bbSa2ZbMUh81::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNTyg0CKWSoPPQ3KgCC6bbSa2ZbMUh81 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNTyg0CKWSoPPQ3KgCC6bbSa2ZbMUh81 > .row .container > .video-iframe-container { display: none; }#vNTyg0CKWSoPPQ3KgCC6bbSa2ZbMUh81 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNTyg0CKWSoPPQ3KgCC6bbSa2ZbMUh81 > .row > .video-iframe-container { display: none; }#vNTyg0CKWSoPPQ3KgCC6bbSa2ZbMUh81 > .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); }#vNTyg0CKWSoPPQ3KgCC6bbSa2ZbMUh81 > .row .container { border-width: 0; border-radius: 0; }#vNTyg0CKWSoPPQ3KgCC6bbSa2ZbMUh81 > .row .container { width:20rem;height:40.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqpUzEgyPya62QLp1HfvZo53iuOUKsWP { width:7.5rem;height:3.9375rem;top:2.1875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #l3iHRcoH8ecTWP9fQsGFOFTiSRsn9MWP { width:18.125rem;height:1.75rem;top:9.3125rem;left:0rem;font-size:1.125rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tD0gu0rdrmAyQS27f3WoSM223mISHd2e { width:18.125rem;height:1.375rem;top:11.6875rem;left:0rem;font-size:0.875rem;color:rgba(255,255,255,0.6);text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tq03zunZAa2Xk0tAHKE97bFW0lz9vbgs { width:17.125rem;height:1.75rem;top:30rem;left:0rem;font-size:1.125rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kvq6vKUNsm7DohhxetIlcbNU4gVbyGTf { width:3rem;height:3rem;top:33rem;left:0rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ktUesPa40bgOdh9fcCDTKsKHfkA7K6rv { display:flex;width:1.375rem;height:1.375rem;top:33.8125rem;left:0.8125rem;color:#5d92ff; }
#ktUesPa40bgOdh9fcCDTKsKHfkA7K6rv > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #S1VLeIvPGkbTT6Kmtd8Mfi2d4nbmnG4w { width:3rem;height:3rem;top:33rem;left:3.5625rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yB0IlzNsV1BixQTyKg5XdAUyBfeh64GW { display:flex;width:1.375rem;height:1.375rem;top:33.8125rem;left:4.375rem;color:#5d92ff; }
#yB0IlzNsV1BixQTyKg5XdAUyBfeh64GW > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #PTLyTd5l3GqinCmzvkLcI6XVxt1rE5iH { width:3rem;height:3rem;top:33rem;left:7.1875rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QxUpflhQ0hrnnHwoNOa2Qy9KSHXVL7mN { display:flex;width:1.375rem;height:1.375rem;top:33.8125rem;left:8.0625rem;color:#5d92ff; }
#QxUpflhQ0hrnnHwoNOa2Qy9KSHXVL7mN > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #r3xdBdSp0Pk9ykzqJ3WS9H9s4XRiUMDw { width:3rem;height:3rem;top:33rem;left:14.4375rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rE8UPM2xWXD96J5Oz0fq1lJtHnKFOHqX { width:3rem;height:3rem;top:33rem;left:10.8125rem;background-color:rgba(255,255,255,0.2);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rEX5GVqEcRw6GQCqlfTdxhaOFh4sq3ty { display:flex;width:1.375rem;height:1.375rem;top:33.8125rem;left:15.25rem;color:#5d92ff; }
#rEX5GVqEcRw6GQCqlfTdxhaOFh4sq3ty > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #euZfXwhkEP5TrNwn4SE5xKWTcQEa1mJO { display:flex;width:1.375rem;height:1.375rem;top:33.8125rem;left:11.625rem;color:#5d92ff; }
#euZfXwhkEP5TrNwn4SE5xKWTcQEa1mJO > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #amp0t68kREU3R6hPGIzdpmJWLbOqTWpB { width:15rem;height:6.875rem;top:11.6875rem;left:5rem;font-size:0.875rem;color:rgba(255,255,255,0.6);text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UxhcFgsDPDAwDlAJN9isxcUwhUcJDpOD { width:7.5rem;height:4.125rem;top:19.9375rem;left:0rem;font-size:0.875rem;color:rgba(255,255,255,0.6);text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F7iqkak33TPk38mKcTne7gs165NhxTz8 { width:15rem;height:5.5rem;top:19.9375rem;left:5rem;font-size:0.875rem;color:rgba(255,255,255,0.6);text-align:left;text-align-last:left;display:block; }
 }