.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:230,232,237;--color-primary-1:180,187,200;--color-primary-2:130,142,163;--color-primary-3:106,111,131;--color-primary-4:47,67,102;--color-secondary-0:250,224,217;--color-secondary-1:238,151,128;--color-secondary-2:220,47,0;--color-secondary-3:110,24,0;--color-secondary-4:33,7,0;--color-tertiary-0:255,255,255;--color-tertiary-1:180,187,200;--color-tertiary-2:130,142,163;--color-tertiary-3:112,123,139;--color-tertiary-4:47,67,102;--headlines-font-family:"Titillium Web";--paragraphs-font-family:"Titillium Web"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { background-color: transparent; background-image: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .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); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { border-width: 0; border-radius: 0; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#C9MBJxzFJyKtUW4sdHOWtc319FJLlbsq { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:14.4375rem;top:1.15625rem;left:0.51953125rem;overflow:hidden;display:block; }
#NxvIHKFUz1JCqbQpezKBp79ZLKgzBuV4 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:13.4375rem;top:1.6875rem;left:17.031098688724rem;overflow:hidden;display:block; }
#NmzXkfqokKsxZybylnIugIqKXJy0r9qs { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:16.4375rem;top:1.0625rem;left:33.187498092651rem;overflow:hidden;display:block; }
#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .row .container { border-width: 0; border-radius: 0; }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:none; }#zF9d8et1Odcq7RuTPmJIpTBwRoXpaRAx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zF9d8et1Odcq7RuTPmJIpTBwRoXpaRAx > .row .container { border-width: 0; border-radius: 0; }#zF9d8et1Odcq7RuTPmJIpTBwRoXpaRAx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zF9d8et1Odcq7RuTPmJIpTBwRoXpaRAx > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:none; }#QcdD7sKEUVTVom0rL0nIkaHIqLebqV7Q { color:rgba(var(--color-primary-3),1);display:block;width:44.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:0.90625rem;left:30.019532203674rem;height:6.5rem;text-align:right;text-align-last:right;display:block; }
#zBRJIFGycBn0b3xwyDc56c3X4rUTqyOx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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:none; }#zBRJIFGycBn0b3xwyDc56c3X4rUTqyOx > .row .container { border-width: 0; border-radius: 0; }#zBRJIFGycBn0b3xwyDc56c3X4rUTqyOx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zBRJIFGycBn0b3xwyDc56c3X4rUTqyOx > .row .container { font-size:0.875rem;font-family:arial;height:1rem;width:75rem;position:relative;display:none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/38a0dc4e-0aab-41df-966b-aa52dccbfc27/Depositphotos_11604208_XL.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.adaptive-delivery-prevent-bg, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyload, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyloading { background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { background-color: transparent; background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .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); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { border-width: 0; border-radius: 0; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { width:75rem;height:30.125rem;font-size:0.875rem;font-family:arial;overflow:visible;position:relative;display:block; }#i7AuZ1oVvKTvX7shdoIORSMhNldIvo0D { color:rgba(var(--color-tertiary-0),1);display:block;width:41.499rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.25);top:3.7890625rem;left:2.9375rem;height:8.1255625rem;font-style:normal;display:block; }
#hSxvZvKuP8o68Nm2cv8k0PdJTNsKV3UI { color:rgba(var(--color-tertiary-0),1);display:block;width:51.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.5);top:19.437499046326rem;left:0.6875rem;height:3.59884375rem;display:block; }
#BEivOsEz0zbXKC9FA7ziq7SmFofnkLoQ { background-color:rgba(var(--color-primary-4),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9364375rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:25.780208587646rem;left:10.001041412354rem;display:block; }
#K9lyFK57QEuD7Mgxr5MoGNtMR4M3wJzD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cr2QxnEBS7L9EHWQ8vyeif9uI09Wg4xb { background-color:rgba(var(--color-primary-4),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.7270625rem;height:3.35104375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:25.780208587646rem;left:30.636459350586rem;display:block; }
#eXi7s05tpCxPM9Dt3UKwDH0Cux8TJQth { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E3XHIZPBUwISDxEOiug366LTc1iyFAxS { box-sizing:content-box;height:30.3125rem;width:49.625rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;top:0rem;left:0rem;box-shadow: none;display:block; }
#fPiD8tRr6hv93EB0Vq7wFeaQ4wJMHMtw { position:absolute;display:block;z-index:15031;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:0.1640625rem;left:40.582035064698rem;overflow:hidden;display:block; }
#XE0XHUNn0xocumHMyqzenIUUk6Na1zca { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.5);top:1.7890625rem;left:2.9375rem;height:2.00043125rem;text-align:left;text-align-last:left;display:block; }
#QlgH13x0oPPGqlspFX9qeVZ9V2krWTbd { color:rgba(var(--color-tertiary-0),1);display:block;width:44.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:12.568359375rem;left:2.9375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#zw2rB3xdOL9hXBVpEmAsv1nIM91vkDOc { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:4.75rem;width:49.375rem;top:19.4375rem;left:0rem;display:block; }
#qEmmmmCp8gVE1M6XCxsxWoTTtFhE7AQL { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2rem;font-weight:400;line-height:1;height:2.87475625rem;width:2.87475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:15.212890625rem;left:2.9375rem;display:block; }
#MJsTJW0v9hQRNV6VTlFf4f3vGdwLOczG { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2rem;font-weight:400;line-height:1;height:2.87475625rem;width:2.87475625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:15.2119140625rem;left:23.875rem;display:block; }
#GalF050mwygfCV8pzrRzdCEOiCJwFQoQ { color:#000000;display:block;width:15.437rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:15.9189453125rem;left:6.3125rem;height:1.4625rem;display:block; }
#VlAvXc1sutRroUUSJl3TDbSRE88c9iew { color:#000000;display:block;width:13.62425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:15.9189453125rem;left:27.6875rem;height:1.4625rem;display:block; }
#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V { 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; }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row .container { background-color: transparent; background-image: none; }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row .container > .video-iframe-container { display: none; }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row > .video-iframe-container { display: none; }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .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); }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row .container { border-width: 0; border-radius: 0; }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row .container { font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;position:relative;display:block; }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .row .container { background-color: transparent; background-image: none; }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .row .container > .video-iframe-container { display: none; }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .row > .video-iframe-container { display: none; }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .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); }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .row .container { border-width: 0; border-radius: 0; }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:block; }#L3IMwdtnOODB05sfnEpKUbd6MTCPQ4ok { color:rgba(var(--color-primary-3),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.6;letter-spacing:0;top:1.046875rem;left:2rem;height:17.99420625rem;text-align:left;text-align-last:left;display:block; }
#nR8i8lNWefK685wSOKhKDsKmfTqwUG5q { color:rgba(var(--color-tertiary-4),1);display:block;width:71rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:20.375rem;left:2.125rem;height:5.00026875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bPnThQpF5AJwTLBKfwTBnvAQip9BHdy4 { color:rgba(var(--color-tertiary-3),1);display:block;width:44.4976875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:26.1875rem;left:30.5625rem;height:1.625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qgS7PKPQIpaKEB4qOUmmFZ9zWFfzJMRT { color:rgba(var(--color-tertiary-4),1);display:block;width:57.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:17.02499961853rem;left:4.5625rem;height:3.4125rem;text-align:left;text-align-last:left;display:block; }
#vdxKDn8ot41UCWWlsQ5PifpRT92W341Q { position:relative;display:block; }#vdxKDn8ot41UCWWlsQ5PifpRT92W341Q { background-color: transparent; background-image: none; }#vdxKDn8ot41UCWWlsQ5PifpRT92W341Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdxKDn8ot41UCWWlsQ5PifpRT92W341Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdxKDn8ot41UCWWlsQ5PifpRT92W341Q > .row .container > .video-iframe-container { display: none; }#vdxKDn8ot41UCWWlsQ5PifpRT92W341Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vdxKDn8ot41UCWWlsQ5PifpRT92W341Q > .row > .video-iframe-container { display: none; }#vdxKDn8ot41UCWWlsQ5PifpRT92W341Q > .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); }#vdxKDn8ot41UCWWlsQ5PifpRT92W341Q { border-width: 0; border-radius: 0; }#vdxKDn8ot41UCWWlsQ5PifpRT92W341Q > .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; }#vdxKDn8ot41UCWWlsQ5PifpRT92W341Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.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; }#Wibg6XC7QPgXAqGVh9r12STfaoEmzE9s { background-color:rgba(var(--color-primary-4),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.3515625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.69921875rem;left:28.125rem;display:block; }
#KMTIuKbiAwuP9gre49fqQmOLVuD0rxMy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu { position:relative;display:block; }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu { background-color: transparent; background-image: none; }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .row .container > .video-iframe-container { display: none; }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .row > .video-iframe-container { display: none; }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .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); }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu { border-width: 0; border-radius: 0; }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { position:relative;display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { background-color: transparent; background-image: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container > .video-iframe-container { display: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row > .video-iframe-container { display: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .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); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { border-width: 0; border-radius: 0; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .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; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.1875rem;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; }#rm9v3eLIypk8cmQJelaTXT8ynziu5eEa { color:rgba(var(--color-primary-3),1);display:block;width:55.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:6.8929686546325rem;left:6.18359375rem;height:20.801875rem;display:block; }#rm9v3eLIypk8cmQJelaTXT8ynziu5eEa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rm9v3eLIypk8cmQJelaTXT8ynziu5eEa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e596122309e654a58b033ddd0aafc3144e7e685.svg); }
#kMpEKAotAd4BWTsbSV5fwHtyylV8cNEX { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:0.062255875rem;top:3.2685546875rem;left:2.5615234375rem;display:block; }
#sEoOU0TsOnOv0xKrwd7vHmIxML7QtN1W { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:0.062255875rem;top:23.7060546875rem;left:2.5625rem;display:block; }
#N8IGMLzNKU5c2794pF4MQNLxudHcOOer { box-sizing:content-box;height:32.875rem;width:61.875rem;position:absolute;display:block;z-index:15001;background-color:#f1f1f1;background-image:none;top:3.26904296875rem;left:5.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
#NPtZ4pVOymPRleMq57H33c3or5C9ATad { color:rgba(var(--color-primary-3),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:29.97421836853rem;left:9.374218940735rem;height:1.4625rem;text-align:right;text-align-last:right;display:block; }
#WslSvUvlZKWDCDZuaHLiqO2y3PmbsDTS { box-sizing:content-box;height:36.1875rem;width:44.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;top:1.56005859375rem;left:30.68603515625rem;display:block; }
#UkGfJo0x3xLZKmrUB24n0M94LELmty3C { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:18.1435546875rem;left:1.029296875rem;overflow:hidden;display:block; }
#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { position:relative;display:block; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { background-color: transparent; background-image: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container > .video-iframe-container { display: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row > .video-iframe-container { display: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .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); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { border-width: 0; border-radius: 0; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .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; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6rem;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; }#fcIIE7316pDyTZyIzMglMpCwFWPVFUp5 { background-color:rgba(var(--color-primary-4),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.727875rem;height:3.3515625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.69921875rem;left:48.791667938233rem;display:block; }
#fJodz0vRGb2aLQevZpSickmQId5DKp2s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#krMzn0VX7dLsFD6BImuTPAVvEZ69odHc { background-color:rgba(var(--color-primary-4),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.65625rem;left:13.625rem;display:block; }
#XufGTBRS6nWk0xcR4pg9BOOEwOZIyoIF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ { position:relative;display:block; }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ { background-color: transparent; background-image: none; }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ > .row .container > .video-iframe-container { display: none; }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ > .row > .video-iframe-container { display: none; }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ > .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); }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ { border-width: 0; border-radius: 0; }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { background-color: transparent; background-image: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container > .video-iframe-container { display: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container { display: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .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); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { border-width: 0; border-radius: 0; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:block; }#SF53tQvKVPpbmlrubcI8v36tXBrVHt06 { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.125rem;width:48.0625rem;top:8.25rem;left:7.8125rem;display:block; }
#BW5PA1irpNecHoeiRkW7l4N7sXxvdK9e { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:0.125rem;top:5rem;left:72.59375rem;display:block; }
#Eq9vyJKcZ8RtbQXeTLCEd9QJrtXU0qf9 { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:0.125rem;top:21.95703125rem;left:72.625rem;display:block; }
#uhw4xTp4LauG0HrrTbd5Mi39FWen8zZk { box-sizing:content-box;height:26.375rem;width:58rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;top:5.96875rem;left:0rem;display:block; }
#MFHVB9mpwDbDJ3BdJPkD5DiNMChGoUp9 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:3.4375rem;left:4.5rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#XFxgpR9uH3k9s3AgSxhZOR7GvKg69ZB8 { color:rgba(var(--color-primary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:18.425003051757rem;left:8.375rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#W44QiagmufDHQWJtcgy9Ap7hv1KF9N9X { position:absolute;display:block;z-index:15004;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.375rem;width:47.9375rem;top:12.46875rem;left:7.875rem;display:block; }
#KOqUZq7li0NaKAKKo7vxly6qT2lwTFIZ { position:absolute;display:block;z-index:15005;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.3125rem;width:48.0625rem;top:17.500000953674rem;left:7.8125rem;display:block; }
#BTdnVURJbiW6ZK29w1q6zDACGZbJRTCJ { position:absolute;display:block;z-index:15006;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.125rem;width:48.1875rem;top:21.957291603088rem;left:7.75rem;display:block; }
#pJsqf7Py36AJ1mbp8dCuITIccqIa8B8O { color:rgba(var(--color-primary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:8.8312492370606rem;left:8.375rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#sODlq3vOCfqNucr7eGeWWqXLTGT5oNwE { color:rgba(var(--color-primary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:13.337500572204rem;left:8.375rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#bSr9UT8gpvbOJzzHl9w6wQ35ee81eCEu { color:rgba(var(--color-primary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:22.788543701172rem;left:8.375rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#JxgUX8q2cBmduBeq3qAlwk8XFBxvS00d { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:18.3125rem;left:71.03125rem;overflow:hidden;display:block; }
#iCak4mooFhPeX0tbd8UzFwSiKcX7PwOV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:2.6874942779541rem;left:0rem; }
#LqK4o3Rt42R9i3MJn617Qki64dzGs1nx { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:8.875rem;left:2.6749992370606rem; }
#Oc5ASu16thSLw601LstlHZWntctBueVg { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:13.21875rem;left:2.6749992370606rem; }
#pLZTcrWfTJfWpoDchBy2eh1Parzva423 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:18.106249809265rem;left:2.6749992370606rem; }
#VGy2OwUvwxJEZp06xzsAkO7V4VlDKbP0 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:22.582291603088rem;left:2.6749992370606rem; }
#ZggTlSxzMdsFHQ3gzPA54vGaKJKtv0Av { position:absolute;display:block;z-index:15007;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.125rem;width:48.1875rem;top:26.644791603088rem;left:7.75rem;display:block; }
#BvbCULT9wlB0ckzH8k1EbSX47Lx4stIS { color:rgba(var(--color-primary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:27.476043701172rem;left:8.375rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#ANkyCI0gFgUiNbeniLrUXk6RfvR9NJa1 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:27.269791603088rem;left:2.6749992370606rem; }
#xMUgain2nZJTZpdFqfe5yn4DCtothHoi { position:relative;display:block; }#xMUgain2nZJTZpdFqfe5yn4DCtothHoi { background-color: transparent; background-image: none; }#xMUgain2nZJTZpdFqfe5yn4DCtothHoi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMUgain2nZJTZpdFqfe5yn4DCtothHoi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMUgain2nZJTZpdFqfe5yn4DCtothHoi > .row .container > .video-iframe-container { display: none; }#xMUgain2nZJTZpdFqfe5yn4DCtothHoi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMUgain2nZJTZpdFqfe5yn4DCtothHoi > .row > .video-iframe-container { display: none; }#xMUgain2nZJTZpdFqfe5yn4DCtothHoi > .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); }#xMUgain2nZJTZpdFqfe5yn4DCtothHoi { border-width: 0; border-radius: 0; }#xMUgain2nZJTZpdFqfe5yn4DCtothHoi > .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; }#xMUgain2nZJTZpdFqfe5yn4DCtothHoi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6rem;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; }#TGG5MwVhG52U0VWPa6GT9mTNhsKwyAT7 { background-color:rgba(var(--color-primary-4),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.727875rem;height:3.3515625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.69921875rem;left:48.791667938233rem;display:block; }
#dRF5toP1tqkRxgpTWE4M69waXtcKA34s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZdFSxHZNxHNa8EcJuRhLiBGVZHckyfXR { background-color:rgba(var(--color-primary-4),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.65625rem;left:13.625rem;display:block; }
#wKqIChpKdQ3KrR3PPpQDWxRprASDvRN8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CHGZUBXpgyEkTgqOLqrKi1OMWPsAmef4 { position:relative;display:block; }#CHGZUBXpgyEkTgqOLqrKi1OMWPsAmef4 { background-color: transparent; background-image: none; }#CHGZUBXpgyEkTgqOLqrKi1OMWPsAmef4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHGZUBXpgyEkTgqOLqrKi1OMWPsAmef4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHGZUBXpgyEkTgqOLqrKi1OMWPsAmef4 > .row .container > .video-iframe-container { display: none; }#CHGZUBXpgyEkTgqOLqrKi1OMWPsAmef4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHGZUBXpgyEkTgqOLqrKi1OMWPsAmef4 > .row > .video-iframe-container { display: none; }#CHGZUBXpgyEkTgqOLqrKi1OMWPsAmef4 > .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); }#CHGZUBXpgyEkTgqOLqrKi1OMWPsAmef4 { border-width: 0; border-radius: 0; }#CHGZUBXpgyEkTgqOLqrKi1OMWPsAmef4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CHGZUBXpgyEkTgqOLqrKi1OMWPsAmef4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS { position:relative;display:block; }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS { background-color: transparent; background-image: none; }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS > .row .container > .video-iframe-container { display: none; }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS > .row > .video-iframe-container { display: none; }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS > .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); }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS { border-width: 0; border-radius: 0; }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS > .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; }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.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; }#BEmdXyL0pT9R2CGDoBoa07ko4cBvylDl { color:rgba(var(--color-primary-3),1);display:block;width:61rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:9.125rem;left:6.2374992370606rem;height:10.2449375rem;display:block; }#BEmdXyL0pT9R2CGDoBoa07ko4cBvylDl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BEmdXyL0pT9R2CGDoBoa07ko4cBvylDl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e596122309e654a58b033ddd0aafc3144e7e685.svg); }
#K3cUlCoGXXblTWEU2XLGTxFF6ddDHwHc { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.0625rem;top:1.560546875rem;left:2.625rem;display:block; }
#fQqFW7e0QikywJHBCifaGhhvV0ALOU2H { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.0625rem;top:16.2548828125rem;left:2.625rem;display:block; }
#cwSGXWbrIaMCSf52oLqybpph0tnI16LU { box-sizing:content-box;height:15.5rem;width:61.875rem;position:absolute;display:block;z-index:15001;background-color:#f1f1f1;background-image:none;top:5.4354095458984rem;left:5.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
#SIScnaSIk6v4Jw0OapbHFfDxVH32uKIR { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:6.373046875rem;left:5.75rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#WeEZzyrTkXMlVW9uF4P1JBBEkrVghai3 { box-sizing:content-box;height:19.3125rem;width:44.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;top:3.4041595458984rem;left:30.687498092651rem;display:block; }
#FZV6pJ49UX0yiO37pgTZfB09LP4qQkwx { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:11.82421875rem;left:1.09375rem;overflow:hidden;display:block; }
#bcmDg1p8VnMBOkxdsuXNw0kWTJdtWl45 { position:relative;display:block; }#bcmDg1p8VnMBOkxdsuXNw0kWTJdtWl45 { background-color: transparent; background-image: none; }#bcmDg1p8VnMBOkxdsuXNw0kWTJdtWl45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcmDg1p8VnMBOkxdsuXNw0kWTJdtWl45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcmDg1p8VnMBOkxdsuXNw0kWTJdtWl45 > .row .container > .video-iframe-container { display: none; }#bcmDg1p8VnMBOkxdsuXNw0kWTJdtWl45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bcmDg1p8VnMBOkxdsuXNw0kWTJdtWl45 > .row > .video-iframe-container { display: none; }#bcmDg1p8VnMBOkxdsuXNw0kWTJdtWl45 > .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); }#bcmDg1p8VnMBOkxdsuXNw0kWTJdtWl45 { border-width: 0; border-radius: 0; }#bcmDg1p8VnMBOkxdsuXNw0kWTJdtWl45 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bcmDg1p8VnMBOkxdsuXNw0kWTJdtWl45 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#th7MelWPLqAkJQS7vTt43QtRbZD0GqkU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#th7MelWPLqAkJQS7vTt43QtRbZD0GqkU > .row .container { border-width: 0; border-radius: 0; }#th7MelWPLqAkJQS7vTt43QtRbZD0GqkU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#th7MelWPLqAkJQS7vTt43QtRbZD0GqkU > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:75rem;position:relative;display:none; }#vGqBHkyC2Ft1bhAXnz8arReBVZsaIdWH { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.125rem;width:61.875rem;top:6.875rem;left:7.8333320617675rem;display:block; }
#VeyCyTrOZq3LxLk7NietqXAxsGXb21Co { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.0625rem;top:5rem;left:72.5625rem;display:block; }
#xRKWgMrbeTRakVPJcZxRlU1gMk4hqvPT { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.0625rem;top:20.6875rem;left:72.5625rem;display:block; }
#y6RWnx42ze0Jy9W8RViCVC39DJiBCT40 { box-sizing:content-box;height:25rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;top:5rem;left:0rem;display:block; }
#pWokZ3kLI0HH7O7CiW8h81Jlv5iV6GRT { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.8737049102783rem;left:4.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#T469Dfq27JaOtI6VS0bFN9KhQetnT6v8 { color:rgba(var(--color-primary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:12.4150390625rem;left:9.0830078125rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#FPq10nhkbzUbBGuZryM92dBM4z41PR3P { position:absolute;display:block;z-index:15004;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.125rem;width:61.875rem;top:11.5830078125rem;left:7.8330078125rem;display:block; }
#b4eAbGnVoJdFTLCdTlWPGaWJX40aXPhQ { position:absolute;display:block;z-index:15005;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.125rem;width:61.875rem;top:16.0625rem;left:7.8330078125rem;display:block; }
#oLrQCbnuqgbWBAiDqKEip9xdV3fUZrQv { position:absolute;display:block;z-index:15006;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.125rem;width:61.875rem;top:20.5400390625rem;left:7.8330078125rem;display:block; }
#zDMZxrM4hLw2rTtQ9w17xrVtSiiATlZo { color:rgba(var(--color-primary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:7.70703125rem;left:9.0830078125rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#QIBTdl2r4qT2rc2kQCt6zNFUKXTaqvvv { color:rgba(var(--color-primary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:16.89453125rem;left:9.0830078125rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#MPoapfocVAFd9RlrolKe0bvGguKyVicR { color:rgba(var(--color-primary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:21.3720703125rem;left:9.0830078125rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#BwyLa2rIRan0EEqrGGiUPXkXcs3WMDef { position:absolute;display:block;z-index:15007;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:3.125rem;width:61.875rem;top:25.20703125rem;left:7.8330078125rem;display:block; }
#BhxTB8KJTQUhO8TrPQ61qmP1vF8Sr3C4 { color:rgba(var(--color-primary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:26.0390625rem;left:9.0830078125rem;height:1.4625rem;text-align:left;text-align-last:left;display:block; }
#fgTPdw6gvWnJEGIiaM5p5m3Dou5qtgNg { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:15.9375rem;left:71.03125rem;overflow:hidden;display:block; }
#IfmZxoRgtqRnRvBF7t4TI2pnmgqcB3Xu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:0.875rem;left:0.6875rem; }
#oxuFfQyMiKtbyotTcdc7ufGWDZbxZmni { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:7.5rem;left:2.625rem; }
#fBHga1HvIyyTxvUOeMpBMIHTmaBkVITh { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:12.2080078125rem;left:2.625rem; }
#hJk2ia8wgXvb4s9icV43M3SOf6zv1pdZ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:16.5625rem;left:2.6875rem; }
#g5C0OtdybJT2Wnc8qNp5MplshwIofLtX { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:21.1650390625rem;left:2.6875rem; }
#qkIPUdS5WCPu2ywWMszXrnVHomzASZID { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:25.83203125rem;left:2.625rem; }
#B0kFbxcPpH1OqTcFRbWenXMIlfnG5TfW { position:relative;display:block; }#B0kFbxcPpH1OqTcFRbWenXMIlfnG5TfW { background-color: transparent; background-image: none; }#B0kFbxcPpH1OqTcFRbWenXMIlfnG5TfW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0kFbxcPpH1OqTcFRbWenXMIlfnG5TfW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0kFbxcPpH1OqTcFRbWenXMIlfnG5TfW > .row .container > .video-iframe-container { display: none; }#B0kFbxcPpH1OqTcFRbWenXMIlfnG5TfW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0kFbxcPpH1OqTcFRbWenXMIlfnG5TfW > .row > .video-iframe-container { display: none; }#B0kFbxcPpH1OqTcFRbWenXMIlfnG5TfW > .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); }#B0kFbxcPpH1OqTcFRbWenXMIlfnG5TfW { border-width: 0; border-radius: 0; }#B0kFbxcPpH1OqTcFRbWenXMIlfnG5TfW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B0kFbxcPpH1OqTcFRbWenXMIlfnG5TfW > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C { position:relative;display:block; }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C { background-color: transparent; background-image: none; }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C > .row .container > .video-iframe-container { display: none; }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C > .row > .video-iframe-container { display: none; }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C > .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); }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C { border-width: 0; border-radius: 0; }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C > .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; }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.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; }#CMVJ1wvDhx9cepaQZ76J7z854pNFh2sR { color:rgba(var(--color-tertiary-4),1);display:block;width:71rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:0.47396087646484rem;left:2rem;height:5.00026875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .row .container { background-color: transparent; background-image: none; }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .row .container > .video-iframe-container { display: none; }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .row > .video-iframe-container { display: none; }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .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); }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .row .container { border-width: 0; border-radius: 0; }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .row .container { font-size:0.875rem;font-family:arial;height:18.6875rem;width:75rem;position:relative;display:block; }#sk5tnz88l32niSbyLsxPTAsaSHOqzsfK { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:7.6875rem;width:61.875rem;top:7.5625rem;left:7.8125rem;display:block; }
#S820eQ8FaKHHho18CPTManq1U0bLVZhH { box-sizing:content-box;height:10.8125rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.25rem;left:0rem;display:block; }
#BbMmtqaBrr5XHDUTgocPvNgB5PQzCJG2 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.8737049102783rem;left:4.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#pXhSLlfT9tVnWvb0dBnx1cv5cfDh6VTd { color:rgba(var(--color-primary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:8rem;left:9.0625rem;height:6.02219375rem;text-align:left;text-align-last:left;display:block; }#pXhSLlfT9tVnWvb0dBnx1cv5cfDh6VTd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pXhSLlfT9tVnWvb0dBnx1cv5cfDh6VTd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
#Cveexp2Jn1b1wKALIhKyRnWfdcfHmw8S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:1.1992201805115rem;left:1.39453125rem; }
#XsptRhE5w4nT9siwBnFNby9wINq6lR42 { position:absolute;display:block;z-index:15028;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.125rem;width:3.125rem;top:10.499997138977rem;left:71.281250953675rem;overflow:hidden;display:block; }
#NlnJJTqihXootWuFdUbGMzhrug10LVqT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NlnJJTqihXootWuFdUbGMzhrug10LVqT > .row .container { background-color: transparent; background-image: none; }#NlnJJTqihXootWuFdUbGMzhrug10LVqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlnJJTqihXootWuFdUbGMzhrug10LVqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlnJJTqihXootWuFdUbGMzhrug10LVqT > .row .container > .video-iframe-container { display: none; }#NlnJJTqihXootWuFdUbGMzhrug10LVqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlnJJTqihXootWuFdUbGMzhrug10LVqT > .row > .video-iframe-container { display: none; }#NlnJJTqihXootWuFdUbGMzhrug10LVqT > .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); }#NlnJJTqihXootWuFdUbGMzhrug10LVqT > .row .container { border-width: 0; border-radius: 0; }#NlnJJTqihXootWuFdUbGMzhrug10LVqT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NlnJJTqihXootWuFdUbGMzhrug10LVqT > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#kNMZ7Pxgzq0g9OrN5NQU3GRiEJOyTUR6 { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:7.4375rem;width:61.875rem;top:7.6250114440919rem;left:7.8125rem;display:block; }
#d8JwZyL3HK3KEm9azL8wUCDTHo5qiSfC { box-sizing:content-box;height:10.1875rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.3125rem;left:0rem;display:block; }
#vJ6GU9iZRILVCFl2BxVML2KyiUW7JBqG { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.8737049102783rem;left:4.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#ENotmyfk3mcKHdf6ptcT36rMuV6aqWQT { color:rgba(var(--color-primary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:8.0625rem;left:9.0625rem;height:6.02219375rem;text-align:left;text-align-last:left;display:block; }#ENotmyfk3mcKHdf6ptcT36rMuV6aqWQT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ENotmyfk3mcKHdf6ptcT36rMuV6aqWQT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
#DSWlr7IRxSatDRyZ5z7oseOuF6F7LA9y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:1.1992201805115rem;left:1.39453125rem; }
#vnUA9m6Xr0ckw4UZhU64lmLetv0UrtI8 { position:absolute;display:block;z-index:15028;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.125rem;width:3.125rem;top:13.000012397766rem;left:70.968750953675rem;overflow:hidden;display:block; }
#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .row .container { background-color: transparent; background-image: none; }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .row .container > .video-iframe-container { display: none; }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .row > .video-iframe-container { display: none; }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .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); }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .row .container { border-width: 0; border-radius: 0; }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#oUisaFI9WEMzMVqN8SnVxlFhe6eC4AVO { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:6.9375rem;width:61.875rem;top:6.1250009536743rem;left:7.125rem;display:block; }
#UcG6GUyS8PJdT8tLs53cTgJGLkOI4P8o { box-sizing:content-box;height:9.5rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;top:5.1562509536743rem;left:0rem;display:block; }
#eWvBFJCmyqP0W4zpT3b2c9Wh7BEi4noT { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.8737049102783rem;left:4.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#gnqm6tJ05Q1t0CJlDeAcfi8hQoknTIzA { color:rgba(var(--color-primary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:6.1250009536743rem;left:7.8125rem;height:;text-align:left;text-align-last:left;display:block; }#gnqm6tJ05Q1t0CJlDeAcfi8hQoknTIzA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gnqm6tJ05Q1t0CJlDeAcfi8hQoknTIzA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
#t3G0DeEirsoaGE7n3H6iWNx8QfQfVVR8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:1.1875rem;left:1.39453125rem; }
#TxsK9sm6sswJpMsNl0k7DBxdLOITl9Cm { position:absolute;display:block;z-index:15027;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.125rem;width:3.125rem;top:12.999233245849rem;left:71.093750953675rem;overflow:hidden;display:block; }
#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .row .container { background-color: transparent; background-image: none; }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .row .container > .video-iframe-container { display: none; }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .row > .video-iframe-container { display: none; }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .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); }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .row .container { border-width: 0; border-radius: 0; }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#MIroVxkp0p18so31t2xR0WZ3A5gKFSKN { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:8.875rem;width:61.875rem;top:7.8125rem;left:7.8125rem;display:block; }
#XvLHIi77sq5CcciqP5XoXpwePPPnC54O { box-sizing:content-box;height:12.0625rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.5rem;left:0rem;display:block; }
#MvLeMagD1TM35HicduxhVzmenrDgbITt { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.8737049102783rem;left:4.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#MKyoFpc6TD5unEQyKz5ry7oyVaDx3pX9 { color:rgba(var(--color-primary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:9.5624942779544rem;left:9.0625rem;height:;text-align:left;text-align-last:left;display:block; }#MKyoFpc6TD5unEQyKz5ry7oyVaDx3pX9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MKyoFpc6TD5unEQyKz5ry7oyVaDx3pX9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
#JSHX4WTgBmO9eLMrDmKOQLm6dC8ziaca { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:1.1875rem;left:1.39453125rem; }
#QZGmu6T3oq0VpUV86xDqwLNZdawkQofm { position:absolute;display:block;z-index:15026;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.125rem;width:3.125rem;top:12.775012969971rem;left:71.027344703675rem;overflow:hidden;display:block; }
#iVhMVnL0XtNEFd1MSDrCCEC8nL0Qzt9L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iVhMVnL0XtNEFd1MSDrCCEC8nL0Qzt9L > .row .container { background-color: transparent; background-image: none; }#iVhMVnL0XtNEFd1MSDrCCEC8nL0Qzt9L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVhMVnL0XtNEFd1MSDrCCEC8nL0Qzt9L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVhMVnL0XtNEFd1MSDrCCEC8nL0Qzt9L > .row .container > .video-iframe-container { display: none; }#iVhMVnL0XtNEFd1MSDrCCEC8nL0Qzt9L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVhMVnL0XtNEFd1MSDrCCEC8nL0Qzt9L > .row > .video-iframe-container { display: none; }#iVhMVnL0XtNEFd1MSDrCCEC8nL0Qzt9L > .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); }#iVhMVnL0XtNEFd1MSDrCCEC8nL0Qzt9L > .row .container { border-width: 0; border-radius: 0; }#iVhMVnL0XtNEFd1MSDrCCEC8nL0Qzt9L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iVhMVnL0XtNEFd1MSDrCCEC8nL0Qzt9L > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#Cc0TDfhsd4RHHzPr7vwDqo2GxiC9ttTG { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:8.875rem;width:61.875rem;top:7.8125rem;left:7.8125rem;display:block; }
#CPBL8oDaJtQ7ReH5rOtLyMcC5CCMyqH2 { box-sizing:content-box;height:12.0625rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.5rem;left:0rem;display:block; }
#N3pPOL18ZsaQMbBt8PDs0vRptZxqCbEG { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.8737049102783rem;left:4.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#HXBkvSC9HZsOcRrInBethLdHvQq4zW7b { color:rgba(var(--color-primary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:9.5624942779544rem;left:9.0625rem;height:;text-align:left;text-align-last:left;display:block; }#HXBkvSC9HZsOcRrInBethLdHvQq4zW7b li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HXBkvSC9HZsOcRrInBethLdHvQq4zW7b li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
#lZcn9I48GG3BbR3un4uAqu5hmWlT3f7W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:1.1875rem;left:1.39453125rem; }
#KdBe9wExgycrf2UEPtyFHCSgl03vOTxZ { position:absolute;display:block;z-index:15026;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.125rem;width:3.125rem;top:12.775012969971rem;left:71.027344703675rem;overflow:hidden;display:block; }
#oJ8RU1QU3S0EPoIhpgeMgtayGkXSmXkE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oJ8RU1QU3S0EPoIhpgeMgtayGkXSmXkE > .row .container { background-color: transparent; background-image: none; }#oJ8RU1QU3S0EPoIhpgeMgtayGkXSmXkE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ8RU1QU3S0EPoIhpgeMgtayGkXSmXkE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ8RU1QU3S0EPoIhpgeMgtayGkXSmXkE > .row .container > .video-iframe-container { display: none; }#oJ8RU1QU3S0EPoIhpgeMgtayGkXSmXkE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJ8RU1QU3S0EPoIhpgeMgtayGkXSmXkE > .row > .video-iframe-container { display: none; }#oJ8RU1QU3S0EPoIhpgeMgtayGkXSmXkE > .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); }#oJ8RU1QU3S0EPoIhpgeMgtayGkXSmXkE > .row .container { border-width: 0; border-radius: 0; }#oJ8RU1QU3S0EPoIhpgeMgtayGkXSmXkE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oJ8RU1QU3S0EPoIhpgeMgtayGkXSmXkE > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#FJdN5gqrgJvv8Mm84vRE4pTrbEfNCOkH { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:8.875rem;width:61.875rem;top:7.8125rem;left:7.8125rem;display:block; }
#SuNdgbEKGGwP6UuwsRguoTcyTLZVMwzT { box-sizing:content-box;height:12.0625rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.5rem;left:0rem;display:block; }
#U4CAvIM1RBW1yMBM58NskXEtLpGZJadE { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.8737049102783rem;left:4.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#tQIUFw3VFJJxpQ58ey9lnRD5ILITwxrA { color:rgba(var(--color-primary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:9.5624942779544rem;left:9.0625rem;height:;text-align:left;text-align-last:left;display:block; }#tQIUFw3VFJJxpQ58ey9lnRD5ILITwxrA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tQIUFw3VFJJxpQ58ey9lnRD5ILITwxrA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
#LOsOiQSv6humOEm7KnZPLNOMbRRhLiKL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:1.1875rem;left:1.39453125rem; }
#eokD3Ii96NAHWUIeosSMQBvyo7iFJIrZ { position:absolute;display:block;z-index:15026;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.125rem;width:3.125rem;top:12.775012969971rem;left:71.027344703675rem;overflow:hidden;display:block; }
#vM7Wmq0JGRT8AygdOAT9TBq6lyNb2vJC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vM7Wmq0JGRT8AygdOAT9TBq6lyNb2vJC > .row .container { background-color: transparent; background-image: none; }#vM7Wmq0JGRT8AygdOAT9TBq6lyNb2vJC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vM7Wmq0JGRT8AygdOAT9TBq6lyNb2vJC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vM7Wmq0JGRT8AygdOAT9TBq6lyNb2vJC > .row .container > .video-iframe-container { display: none; }#vM7Wmq0JGRT8AygdOAT9TBq6lyNb2vJC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vM7Wmq0JGRT8AygdOAT9TBq6lyNb2vJC > .row > .video-iframe-container { display: none; }#vM7Wmq0JGRT8AygdOAT9TBq6lyNb2vJC > .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); }#vM7Wmq0JGRT8AygdOAT9TBq6lyNb2vJC > .row .container { border-width: 0; border-radius: 0; }#vM7Wmq0JGRT8AygdOAT9TBq6lyNb2vJC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vM7Wmq0JGRT8AygdOAT9TBq6lyNb2vJC > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#Pencg3zDTn7Kh7T9vdB62SELohvDdFqv { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:8.875rem;width:61.875rem;top:7.8125rem;left:7.8125rem;display:block; }
#kxybWfQb4yt3GIpcrBmyeKhavgp0Rz14 { box-sizing:content-box;height:12.0625rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.5rem;left:0rem;display:block; }
#bmeIqsZRkROc1Wa0EMTgTvQzhfgaHZSD { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.8737049102783rem;left:4.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#KHSkpHxBU0L8m05z4rQMKRQsOzDPaBU4 { color:rgba(var(--color-primary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:9.5624942779544rem;left:9.0625rem;height:;text-align:left;text-align-last:left;display:block; }#KHSkpHxBU0L8m05z4rQMKRQsOzDPaBU4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KHSkpHxBU0L8m05z4rQMKRQsOzDPaBU4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
#umVzdxDcAzFFCUEQUu0hcmG9obTnQcRd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:1.1875rem;left:1.39453125rem; }
#foq0KRZmdSLH82J6xcyJqH8WbqEnLEBO { position:absolute;display:block;z-index:15026;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.125rem;width:3.125rem;top:12.775012969971rem;left:71.027344703675rem;overflow:hidden;display:block; }
#zDLTTRTbDsNUlA2TmheKTaNqTvP11psC { box-sizing:content-box;height:12.0625rem;width:44.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;top:7.125rem;left:0.625rem;display:block; }
#OQ6iEIwm8tOETbhCLwPA2HRy07KpPGbZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OQ6iEIwm8tOETbhCLwPA2HRy07KpPGbZ > .row .container { background-color: transparent; background-image: none; }#OQ6iEIwm8tOETbhCLwPA2HRy07KpPGbZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQ6iEIwm8tOETbhCLwPA2HRy07KpPGbZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQ6iEIwm8tOETbhCLwPA2HRy07KpPGbZ > .row .container > .video-iframe-container { display: none; }#OQ6iEIwm8tOETbhCLwPA2HRy07KpPGbZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQ6iEIwm8tOETbhCLwPA2HRy07KpPGbZ > .row > .video-iframe-container { display: none; }#OQ6iEIwm8tOETbhCLwPA2HRy07KpPGbZ > .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); }#OQ6iEIwm8tOETbhCLwPA2HRy07KpPGbZ > .row .container { border-width: 0; border-radius: 0; }#OQ6iEIwm8tOETbhCLwPA2HRy07KpPGbZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OQ6iEIwm8tOETbhCLwPA2HRy07KpPGbZ > .row .container { font-size:0.875rem;font-family:arial;height:16.0625rem;width:75rem;position:relative;display:block; }#XaOJIFMqUOEVJRgOnmaWHguBI7vABuDl { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:6.5rem;width:61.875rem;top:7.8125rem;left:7.8125rem;display:block; }
#uR5VF7sQ21txioPFSnANv5wOF3nI06z3 { box-sizing:content-box;height:8.875rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.5rem;left:0rem;display:block; }
#WU8utq4HQWpsDd54EAaI6nVgimrzoZuP { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.8737049102783rem;left:4.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#RDi1zRAa5HGMXQEccNT3o95SVIIzC432 { color:rgba(var(--color-primary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:8.9125022888181rem;left:9.0625rem;height:;text-align:left;text-align-last:left;display:block; }#RDi1zRAa5HGMXQEccNT3o95SVIIzC432 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RDi1zRAa5HGMXQEccNT3o95SVIIzC432 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
#Ks2Zpi7QEkFPxEy5NHpefcDRc3LLFPGo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:1.1875rem;left:1.39453125rem; }
#ktTPfFXByBFtvBVWbQ7xT09FyZQshpJg { position:absolute;display:block;z-index:15026;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.125rem;width:3.125rem;top:12.775012969971rem;left:71.027344703675rem;overflow:hidden;display:block; }
#ROGMVctMHxZkXsuFyg6XZd6ZbIHExtv2 { box-sizing:content-box;height:8.25rem;width:44.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;top:7.125rem;left:0.625rem;display:block; }
#fxumswBKLz0rTCQ0aV2UhnHbFWrvAuUs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fxumswBKLz0rTCQ0aV2UhnHbFWrvAuUs > .row .container { background-color: transparent; background-image: none; }#fxumswBKLz0rTCQ0aV2UhnHbFWrvAuUs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxumswBKLz0rTCQ0aV2UhnHbFWrvAuUs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxumswBKLz0rTCQ0aV2UhnHbFWrvAuUs > .row .container > .video-iframe-container { display: none; }#fxumswBKLz0rTCQ0aV2UhnHbFWrvAuUs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxumswBKLz0rTCQ0aV2UhnHbFWrvAuUs > .row > .video-iframe-container { display: none; }#fxumswBKLz0rTCQ0aV2UhnHbFWrvAuUs > .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); }#fxumswBKLz0rTCQ0aV2UhnHbFWrvAuUs > .row .container { border-width: 0; border-radius: 0; }#fxumswBKLz0rTCQ0aV2UhnHbFWrvAuUs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fxumswBKLz0rTCQ0aV2UhnHbFWrvAuUs > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#PalRxrk4PGqEAZvGGkwNnkZzTiRKhHD9 { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:8.875rem;width:61.875rem;top:7.8125rem;left:7.8125rem;display:block; }
#WX9yLqkX4wM8PFkpTvF2y3ZNzGra1WO3 { box-sizing:content-box;height:12.0625rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.5rem;left:0rem;display:block; }
#l0K7iUehmAOVsirxlMyOSVp1CEC7uGF7 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.8737049102783rem;left:4.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#O8Wh836hV2GhMauHDTwBHbwqynhef3wK { color:rgba(var(--color-primary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:9.5624942779544rem;left:9.0625rem;height:;text-align:left;text-align-last:left;display:block; }#O8Wh836hV2GhMauHDTwBHbwqynhef3wK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#O8Wh836hV2GhMauHDTwBHbwqynhef3wK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
#E4cFfXoNX6wkhVdgzEyC2kilHu95hnn3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:1.1875rem;left:1.39453125rem; }
#yvqSRryaW2DNu4hkuHoGJTT1niyQeVhF { position:absolute;display:block;z-index:15026;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.125rem;width:3.125rem;top:12.775012969971rem;left:71.027344703675rem;overflow:hidden;display:block; }
#U1T3im198KdB5aqB1Agkt0ZHVBISK8w3 { box-sizing:content-box;height:12.0625rem;width:44.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;top:7.125rem;left:0.625rem;display:block; }
#L961vyvgUIssTPB3VnJsmFhHUTdMTNeW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L961vyvgUIssTPB3VnJsmFhHUTdMTNeW > .row .container { background-color: transparent; background-image: none; }#L961vyvgUIssTPB3VnJsmFhHUTdMTNeW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L961vyvgUIssTPB3VnJsmFhHUTdMTNeW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L961vyvgUIssTPB3VnJsmFhHUTdMTNeW > .row .container > .video-iframe-container { display: none; }#L961vyvgUIssTPB3VnJsmFhHUTdMTNeW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L961vyvgUIssTPB3VnJsmFhHUTdMTNeW > .row > .video-iframe-container { display: none; }#L961vyvgUIssTPB3VnJsmFhHUTdMTNeW > .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); }#L961vyvgUIssTPB3VnJsmFhHUTdMTNeW > .row .container { border-width: 0; border-radius: 0; }#L961vyvgUIssTPB3VnJsmFhHUTdMTNeW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L961vyvgUIssTPB3VnJsmFhHUTdMTNeW > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#pvFdNrP55qJUft6GyvMDRO1HSbhmCtq7 { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:7.0625rem;width:61.875rem;top:7.8125rem;left:7.8125rem;display:block; }
#EaksQ60M37HbhwsBzETb7kr2mkz88fqX { box-sizing:content-box;height:9.4375rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.5rem;left:0rem;display:block; }
#hg1ctnvLaaDStXX4epmBTa3CLEAdorW2 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.8737049102783rem;left:4.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#Kr9GVMUga9FXE8DLRVEk5xIoQT7P1Qto { color:rgba(var(--color-primary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:9.5624942779544rem;left:9.0625rem;height:;text-align:left;text-align-last:left;display:block; }#Kr9GVMUga9FXE8DLRVEk5xIoQT7P1Qto li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Kr9GVMUga9FXE8DLRVEk5xIoQT7P1Qto li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
#XcGC3hb4eCD48DJhTA4FgswBzKtPqu0b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:1.1875rem;left:1.39453125rem; }
#bTLNNwnyLJpxGlD2ogFWVSBqk0mUKaqU { position:absolute;display:block;z-index:15026;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.125rem;width:3.125rem;top:12.775012969971rem;left:71.027344703675rem;overflow:hidden;display:block; }
#qDRye9Tl3yPTH6uxwPMpT8tJyI4AihR8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qDRye9Tl3yPTH6uxwPMpT8tJyI4AihR8 > .row .container { border-width: 0; border-radius: 0; }#qDRye9Tl3yPTH6uxwPMpT8tJyI4AihR8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qDRye9Tl3yPTH6uxwPMpT8tJyI4AihR8 > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:75rem;position:relative;display:none; }#B7Upi4zg2m73WufguZHPezizVAIU3Kfk { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.8737049102783rem;left:4.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#qkobWmcxZbm1ZZzr8FdqwiiuTz4EiAhS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:1.1875rem;left:1.375rem; }
#R30ItghqyGvSuxfMzZ9iiCWluAPwanD5 { box-sizing:content-box;height:9.3125rem;width:44.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6rem;left:0rem;display:block; }
#V12d6WkpR66TDegW6wBz8k7JlSy2QKAt { position:absolute;display:block;z-index:15004;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:6.0625rem;width:61.875rem;top:7.625rem;left:7.8125rem;display:block; }
#LyN5cG1TJOBJ5fUvK67ISbBvyhsq8zDf { color:rgba(var(--color-primary-3),1);display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:8.69921875rem;left:9.0625rem;height:;text-align:left;text-align-last:left;display:block; }#LyN5cG1TJOBJ5fUvK67ISbBvyhsq8zDf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LyN5cG1TJOBJ5fUvK67ISbBvyhsq8zDf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
#u8X0PQC4nuppI7K5xzvmkOzE77uIXpml { position:absolute;display:block;z-index:15030;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.125rem;width:3.125rem;top:9.09375rem;left:71.156250953675rem;overflow:hidden;display:block; }
#ZZihS9mDVcl5qapz2GoT5fwpCAOOqEHP { position:relative;display:block; }#ZZihS9mDVcl5qapz2GoT5fwpCAOOqEHP { background-color: transparent; background-image: none; }#ZZihS9mDVcl5qapz2GoT5fwpCAOOqEHP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZihS9mDVcl5qapz2GoT5fwpCAOOqEHP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZihS9mDVcl5qapz2GoT5fwpCAOOqEHP > .row .container > .video-iframe-container { display: none; }#ZZihS9mDVcl5qapz2GoT5fwpCAOOqEHP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZihS9mDVcl5qapz2GoT5fwpCAOOqEHP > .row > .video-iframe-container { display: none; }#ZZihS9mDVcl5qapz2GoT5fwpCAOOqEHP > .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); }#ZZihS9mDVcl5qapz2GoT5fwpCAOOqEHP { border-width: 0; border-radius: 0; }#ZZihS9mDVcl5qapz2GoT5fwpCAOOqEHP > .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; }#ZZihS9mDVcl5qapz2GoT5fwpCAOOqEHP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2.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; }#TdhaT6K70guMsbvbrqIzL4oiTtJiPDXu { color:rgba(var(--color-tertiary-4),1);display:block;width:51.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.30011875rem;display:block; }
#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl { position:relative;display:block; }#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl { background-color: transparent; background-image: none; }#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl > .row .container > .video-iframe-container { display: none; }#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl > .row > .video-iframe-container { display: none; }#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl > .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); }#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl { border-width: 0; border-radius: 0; }#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#CGNyar24zTxDL2Qas2MlLuAqtonmMyFn { position:relative;display:none; }#CGNyar24zTxDL2Qas2MlLuAqtonmMyFn { border-width: 0; border-radius: 0; }#CGNyar24zTxDL2Qas2MlLuAqtonmMyFn > .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; }#CGNyar24zTxDL2Qas2MlLuAqtonmMyFn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xH3JRBoiXfbu381a5P5wBpG9wlOnANzC { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:1.8528633117676rem;left:4.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#VD6A1sOp1Nvmu2rpCWFPe87JeAmXyyxf { box-sizing:content-box;height:18.75rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;top:5.0703125rem;left:4.4375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
#rnB6gDIRzXCClQ9OLz0n2hb5frMBdEoy { color:#f1f1f1;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.8;letter-spacing:0;top:17.0703125rem;left:5.59375rem;height:3.6rem;text-align:center;text-align-last:center;display:block; }
#MGipnKDGxPrnHicTMKvrsT7r0cA9QpwJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.6875rem;width:7.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:7.21484375rem;left:10.15625rem; }
#zgeyn44L421vkALLLV07Dbo9BihcIpuD { box-sizing:content-box;height:18.75rem;width:18.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;top:5.0703125rem;left:28.5625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
#FzWWmE18738L4grAzPTuqFDb55TRmLXo { box-sizing:content-box;height:18.75rem;width:18.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;top:5.0703125rem;left:51.6455078125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
#WnLFtDpUmNEHt009VnKcDnTl9RG9T22i { box-sizing:content-box;color:#5d92ff;font-size:5.375rem;font-weight:400;line-height:1;height:7.6875rem;width:7.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:7.21484375rem;left:33.65625rem; }
#FnnaSAhTnkhb3GsuLyu4ZOdZKqJULdgA { color:#f1f1f1;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.6;letter-spacing:0;top:17.0703125rem;left:29.71875rem;height:3.6rem;text-align:center;text-align-last:center;display:block; }
#FmOtnHdPUv3wI0f7dsdzBq8TJoUbTDIw { box-sizing:content-box;color:#5d92ff;font-size:5.375rem;font-weight:400;line-height:1;height:7.6875rem;width:7.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:7.21484375rem;left:57.3642578125rem; }
#xf3uo3QnpkkKeDiGZHyLm99mgG53Li8d { color:#f1f1f1;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.6;letter-spacing:0;top:16.923828125rem;left:53.3642578125rem;height:5.4rem;text-align:center;text-align-last:center;display:block; }
#KJxZww18IKMJ6zUOL09mmhLxmGpwXLA4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:0.875rem;left:0.6875rem; }
#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA { position:relative;display:block; }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA { background-color: transparent; background-image: none; }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA > .row .container > .video-iframe-container { display: none; }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA > .row > .video-iframe-container { display: none; }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA > .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); }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA { border-width: 0; border-radius: 0; }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV { position:relative;display:none; }#qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV { border-width: 0; border-radius: 0; }#qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV > .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; }#qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#r54lyLQeOz3deuNCUZot1RQwvbMSJQvT { color:rgba(var(--color-primary-3),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:0.72786521911619rem;left:2rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ > .row .container { border-width: 0; border-radius: 0; }#qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:none; }#tZKGrPrpPtCsMpTGc3XbIUJLGlTlG2ea { color:rgba(var(--color-primary-3),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.6875rem;left:3.6875rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gf3f4WrAQb6wlGHxEIqTteNuhJfv1HOl { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:1.875rem;display:block; }
#vPDAJrQ6kZ9N9r48lwD9KyPXhnt7beUh { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:21.125rem;display:block; }
#QCb7dyAcPtzkqQFgpf3dRQomOOTTd0GK { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:39.875rem;display:block; }
#dcSZhhbG3nT1F7UQQCB1TnbfP6C5u5Qc { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:58.5625rem;display:block; }
#nQEbp1GTJJaUTpvClnJOEhk9RRrML3wB { position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:21.0625rem;display:block; }
#eDwTOHsE9V9O7UT3Kbxzwpnkn2c88nZs { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:1.875rem;display:block; }
#qGCDoW0ISDdMBnqnO7SP2ElznhQ2HTeG { position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:39.8125rem;display:block; }
#GMMyfo7yfqzza4nVxTs4AXCTxrM2QoD5 { position:absolute;display:block;z-index:14988;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:58.5625rem;display:block; }
#d7neo0koWEzr1uzV0afGZBpAJ3PT6WhF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.8632698059082rem;left:7.8125rem; }
#VyDongvgffg0xpdcNhx4fLLuS56wft0b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:1.86328125rem;left:26.5625rem; }
#xyTgnMNSh8y9im5BoMTdQyQiUrTk1Dqq { color:rgba(var(--color-primary-3),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.6875rem;left:22.4375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gfKcBS6OpuvAWT32dIOSqZoktJUUwVit { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:1.9466152191162rem;left:45.312503814698rem; }
#nAh7GmHrB0AH19wTTnnhJ5RSXnP2LRtf { color:rgba(var(--color-primary-3),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.6875rem;left:41.187503814698rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mZqDRQ9XJ9XhPKTkotmoBVwixXc2OQnB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1.86328125rem;left:64.0625038147rem; }
#fK1yKoACsp2aCRFzHa33fr5WSGkmZlth { color:rgba(var(--color-primary-3),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.6875rem;left:59.937503814698rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E0CFnTSI444RJGgUXMTXD8zDLwwHT9E4 { position:absolute;display:block;z-index:14988;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:58.5625rem;display:none; }
#ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs { position:relative;display:none; }#ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs { border-width: 0; border-radius: 0; }#ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs > .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; }#ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MpprX7qSe1aLecGsSvocpKPsT2ph3eQp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:1.875rem;left:14.80078125rem; }
#TXE8osmGagIwCrxQb8vGTc3ofvCx3KWV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:1.875rem;left:35.937503814698rem; }
#B2vxNNXgzREeuM9PO8reGX6GJNPJkpNU { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:1.1444091796875E-5rem;left:9.33203125rem;display:block; }
#ezLN6W8L0TXkOWH6wgTD3UaksqiyaTzk { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:1.1444091796875E-5rem;left:30.46875rem;display:block; }
#lTehLOyexvWBqcTXtcg3Ea1QNLFCmPWg { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:1.1444091796875E-5rem;left:51.645832061767rem;display:block; }
#G6VTSOa8SR2iJB80y6xatwCVboxZ7Now { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1.875rem;left:57.114582061767rem; }
#U6oNqhNFfhxs8JIoPcXiWRIxAwAWX2Pl { color:rgba(var(--color-primary-3),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.6875rem;left:10.67578125rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LDOWk9hLr3zgZfpLqmvr7ZiPcreW7zDT { color:rgba(var(--color-primary-3),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.6875rem;left:31.8125rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GIsxlHrV4GtEkZSx1fhiIASeJMusnM2X { color:rgba(var(--color-primary-3),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.6875rem;left:52.989582061767rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hm1ZH8LwTVOuDw2IqJK2OiXgPimJTegx { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:51.645832061767rem;display:block; }
#KnUce5M1x6T8m827Wy89B3EQMG1bIdnB { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:30.552082061767rem;display:block; }
#KrtFCJLuLW5UXzdv4XAwi4tETtRTPoza { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:9.4153633117675rem;display:block; }
#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ { position:relative;display:block; }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ { background-color: transparent; background-image: none; }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ > .row .container > .video-iframe-container { display: none; }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ > .row > .video-iframe-container { display: none; }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ > .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); }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ { border-width: 0; border-radius: 0; }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 { position:relative;display:block; }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 { background-color: transparent; background-image: none; }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 > .row .container > .video-iframe-container { display: none; }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 > .row > .video-iframe-container { display: none; }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 > .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); }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 { border-width: 0; border-radius: 0; }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 > .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; }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.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; }#yTnHvrDNvw6TvqaV6seq5KhGvGwkAhrE { color:rgba(var(--color-primary-3),1);display:block;width:71rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:0.84895968437194rem;left:2rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#REE4EPpkLJlX1TPxEIqtmITkI6UwGpou { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.125rem;left:13.40625rem;height:3.41230625rem;text-align:center;text-align-last:center;display:block; }
#heQL7oAPTiKN8gBdlN8JAWdUUprL7xPr { position:relative;display:block; }#heQL7oAPTiKN8gBdlN8JAWdUUprL7xPr { background-color: transparent; background-image: none; }#heQL7oAPTiKN8gBdlN8JAWdUUprL7xPr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heQL7oAPTiKN8gBdlN8JAWdUUprL7xPr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heQL7oAPTiKN8gBdlN8JAWdUUprL7xPr > .row .container > .video-iframe-container { display: none; }#heQL7oAPTiKN8gBdlN8JAWdUUprL7xPr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heQL7oAPTiKN8gBdlN8JAWdUUprL7xPr > .row > .video-iframe-container { display: none; }#heQL7oAPTiKN8gBdlN8JAWdUUprL7xPr > .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); }#heQL7oAPTiKN8gBdlN8JAWdUUprL7xPr { border-width: 0; border-radius: 0; }#heQL7oAPTiKN8gBdlN8JAWdUUprL7xPr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#heQL7oAPTiKN8gBdlN8JAWdUUprL7xPr > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:57.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-form-header {  }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#ffffff;width:56.25rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.4; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:56.25rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-input-text {padding-top: 0; padding-bottom: 0;}#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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:0;margin-bottom:0.25rem;margin-left:0;display:block;width:56.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:56.25rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-input-select {padding-top: 0; padding-bottom: 0;}#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .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; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#2f4366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:14.0625rem;margin-bottom:0.25rem;margin-left:14.0625rem;display:block;box-sizing:border-box;font-size:2.0625rem;font-weight:bold;color:#f1f1f1;width:28.125rem;height:3.9375rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .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:"open sans";line-height:1.7;font-size:0.6875rem;font-weight:300;color:#e9edef;vertical-align:top;width:55rem;overflow:hidden;font-style:normal;float:none; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .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; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-container:first-of-type{padding-top:0;}#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-container:last-of-type{padding-bottom:0;}#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO  { background-color:#6a6f83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:56.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:8.6859464645388rem;top:3.3214721679688rem;z-index:15000;position:absolute; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:56.25rem;display:block;vertical-align:top; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.7;font-weight:400;color:#d3cfcf;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO {display:block;}#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO { background-color:#6a6f83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:56.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:8.6859464645388rem;top:3.3214721679688rem;z-index:15000;position:absolute; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #IULVZDueX7UpMW4qb3iHgsg7F4tlWqt7 { position:relative; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #BSVxRdwDVTdf2t6LOsRwtx4GcaQDQUUp { position:relative;display:block; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #frZg8SaP6xBs3ArpTylE7ZhzD9e8UXtq { position:relative; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #EV01CN3v3Bmr6GhQfsZy4324nsBso9dw { position:relative; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #VJwRQv2p4APZ0KzrXuNVvkTWaNEeExnw { position:relative;display:block; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #GM22N0ZerJ2n9FpKKnZmvmG8kS7se13l { position:relative; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #gVWOBiZu4dqrqpPXa51fhGyFfTUWwLAb { position:relative; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #NHlTVPfyS3kdZaoQ6xVRtipmSZeFB5lH { position:relative;display:block; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #Gbnz72ODhI28VBvn0d2Qyv7kFqyDnDo2 { position:relative; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #sE36F72OaHn99pcqTJEVMvmMpLJUXEis { position:relative; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #a1g7zt8O42ntdzC6ybSMlsF517cyGJZ0 { position:relative;display:block; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #vvBwpehXc0i6L9MVuHS63lbtDUArmUa5 { position:relative; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #kxLTnXTx0Gislihnq0zD3nRT4QtoaZfL { position:relative; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #Ji1uSm9ZLZKcfE76FK0hvwfgcvGeNDSF { position:relative;display:block; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #f3ew1dy4uCBKdhxHs0GGGT2Uy2bUqOZo { position:relative; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #BRyCUyydoNvRFyTp40FCG76VqUtWHyO2 { position:relative; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #u3kVS3DXR7PbHf6odTeIXopLztK5OfNT { position:relative;display:block; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #HTIbS7Xm1BV1MnCOJyz9XZIGTUM48oIG { position:relative; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #eA200K3FJf9nQZXCpUlCDMDAxD4X2LLN { position:relative; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #zmUOcnZ3FpcaTJJiBfTgV0FIi9qrlzkr { position:relative;z-index:2; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #QkNu1sIT84MZQTJIzXaS6VEhaMqpGxlr { position:relative; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #HJPyTi3TTG0tgbvNtsnDkgQOB8uP52Ts { position:relative; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #o4vpRcipA4886L2GTTckWcqMO3BSbav9 { position:relative;z-index:2; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #csTH5zmtPovJ1CBFO0TyyyxC11IiMOSm { position:relative; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #fCGy2V6GMJ8IdLSsZfxwnBzzqXQ25AxG { position:relative;display:block;z-index:15000; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #korPTvOiekcuhKmp3shvlr7bKpvEs5mh { position:relative;display:block;z-index:15000; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #ZNVvTlVtm710LtlrVTTW9TNJHmpQCMUh { position:relative;display:block;z-index:15000; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #RN7AW8QvlN3yJuJOnVlESXtING67VyXX { position:relative;display:block;z-index:15000; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #HPSFzqcIPRsTuDu1k3HTDBFTpW8kNdTg { position:relative; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #QcMPnOPP4s1oKGepHpepVUdRLEToPXDD { position:relative; }
#CTaSRAxTq7o9Np2Cl6PMt4hQlzHlxtA9 { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:0.0625rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#GzT0H7W6e5pyAROrWH2uL1emyfDf8P1o { position:relative;display:none; }#GzT0H7W6e5pyAROrWH2uL1emyfDf8P1o { border-width: 0; border-radius: 0; }#GzT0H7W6e5pyAROrWH2uL1emyfDf8P1o > .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; }#GzT0H7W6e5pyAROrWH2uL1emyfDf8P1o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#sZ4LtSiQKVDk5TkFhkKXE7myG52HovVt { box-sizing:content-box;height:6.25rem;width:33.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),1);background-image:none;top:2.186279296875rem;left:20.625rem;display:block; }
#ML40KsbkkcbMOmERm7HTUlOtatCkTMyd { position:absolute;display:block;z-index:15027;background-color:#f1f1f1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:8.6230625rem;width:25rem;top:0.99853515625rem;left:25rem;display:block; }
#qeKXfmQrvAdL1IDWpqsHhRvwdtaILR5N { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4358125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15031;line-height:1.6;letter-spacing:0;top:2.509765625rem;left:22.281494140625rem;height:5.6rem;text-align:center;text-align-last:center;display:block; }
#XBtG4GUawlH158ibqo8mUkz3NylibR2f { position:relative;display:none; }#XBtG4GUawlH158ibqo8mUkz3NylibR2f { border-width: 0; border-radius: 0; }#XBtG4GUawlH158ibqo8mUkz3NylibR2f > .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; }#XBtG4GUawlH158ibqo8mUkz3NylibR2f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Hpbxr4fIdxAe47vCEmQT9coZxgASb27u { background-color:rgba(var(--color-primary-4),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.3515625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.32421875rem;left:28.125rem;display:block; }
#JUzFF68z3yCOcxhT8hX6m6332JN3tKB4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sNBRmhKqtrx5EdWlz08KERMC1EqpOShQ { position:relative;display:none; }#sNBRmhKqtrx5EdWlz08KERMC1EqpOShQ { border-width: 0; border-radius: 0; }#sNBRmhKqtrx5EdWlz08KERMC1EqpOShQ > .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; }#sNBRmhKqtrx5EdWlz08KERMC1EqpOShQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#AkyaCcVNTqz1FTnxnd11dRB8MQPbBif1 { color:rgba(var(--color-secondary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.6;letter-spacing:0;top:0rem;left:0rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#DnmMNlpxgvttJTxXv3XKX7PrM1T2pLcx { color:rgba(var(--color-secondary-2),1);display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15033;line-height:1.6;letter-spacing:0;top:0rem;left:37.68701171875rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#agRXzhAsgay8aLxCG04F0PI1fBI56y2b { box-sizing:content-box;height:6.25rem;width:33.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;top:4.794921875rem;left:1.875rem;display:block; }
#yTMwSfyqDrTzbPougd2EZCBCTIcKzlGg { box-sizing:content-box;height:6.25rem;width:33.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;top:4.794921875rem;left:39.375rem;display:block; }
#VbtRpNL4OOULOzXqrPQUQy9Vvh97MXNO { position:absolute;display:block;z-index:15026;background-color:#f1f1f1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:8.62425rem;width:25rem;top:3.60595703125rem;left:6.25rem;display:block; }
#pe5ATHFKT84JCcFa0kWyhyPgKLSTtT6C { color:rgba(var(--color-secondary-2),1);display:block;width:30.4358125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15031;line-height:1.6;letter-spacing:0;top:5.118408203125rem;left:3.531494140625rem;height:5.6005875rem;text-align:center;text-align-last:center;display:block; }
#nqeE0L2IMhD4f9DqgiZ2NhIBnJOy9Xc8 { color:rgba(var(--color-secondary-2),1);display:block;width:30.4358125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15031;line-height:1.6;letter-spacing:0;top:5.118408203125rem;left:41.031494140625rem;height:5.6005875rem;text-align:center;text-align-last:center;display:block; }
#nPvo11kIEAG6p0vepbwGJTVMc5u57SmD { position:absolute;display:block;z-index:15027;background-color:#f1f1f1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:8.6230625rem;width:25rem;top:3.607177734375rem;left:43.75rem;display:block; }
#tSFxTRMxoNpEItB0NoWX6sx3SoEiSHzn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tSFxTRMxoNpEItB0NoWX6sx3SoEiSHzn > .row .container { border-width: 0; border-radius: 0; }#tSFxTRMxoNpEItB0NoWX6sx3SoEiSHzn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tSFxTRMxoNpEItB0NoWX6sx3SoEiSHzn > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:none; }#zcaDAE7MQHNR3DXIz3bxz7cSFT0bVk1M { box-sizing:content-box;height:12.37425rem;width:44.3115rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.630859375rem;left:15.343017578125rem;display:block; }
#DrIgzc2rkrR6zBF8kzrFDWTTUb8AMDaT { color:rgba(var(--color-secondary-2),1);display:block;width:30.437rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15030;line-height:1.6;letter-spacing:0;top:7.8173828125rem;left:22.2802734375rem;height:10rem;text-align:center;text-align-last:center;display:block; }
#NC72RUJ59yu1iuzbhHDXAuSl0iWks5EU { position:absolute;display:block;z-index:15025;background-color:#f1f1f1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:14.0625rem;width:31.25rem;top:5.7861328125rem;left:21.875rem;display:block; }
#GtoZZFmZWJS9LrbQ1xFRuI17ht4aeU39 { color:rgba(var(--color-secondary-2),1);display:block;width:74.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15033;line-height:1.6;letter-spacing:0;top:1.573486328125rem;left:0.12451171875rem;height:2.80029375rem;text-align:center;text-align-last:center;display:block; }
#euo4WM4JXrGezntNurBCDXr6eXZPM88C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#euo4WM4JXrGezntNurBCDXr6eXZPM88C > .row .container { border-width: 0; border-radius: 0; }#euo4WM4JXrGezntNurBCDXr6eXZPM88C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#euo4WM4JXrGezntNurBCDXr6eXZPM88C > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:none; }#RkaSnRrx9TNPkOZV9uOTr9vFA4ipwoiW { box-sizing:content-box;height:12.37425rem;width:44.3115rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.405029296875rem;left:15.341796875rem;display:block; }
#eoUTinGsoHTvfPBacxXgiJKpgpkXsrJk { color:rgba(var(--color-secondary-2),1);display:block;width:30.437rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15030;line-height:1.6;letter-spacing:0;top:7.591552734375rem;left:22.2802734375rem;height:10rem;text-align:center;text-align-last:center;display:block; }
#m2vBMSrllHc9TgKKdzIe9StshlDKkEyN { position:absolute;display:block;z-index:15025;background-color:#f1f1f1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(5,11,38,0.15) ;height:14.0625rem;width:31.25rem;top:5.560302734375rem;left:21.875rem;display:block; }
#sgfPB3PaTXJk72plO2OddEwugpb5Wp84 { color:rgba(var(--color-secondary-2),1);display:block;width:74.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15032;line-height:1.6;letter-spacing:0;top:2.010498046875rem;left:0.12451171875rem;height:2.80029375rem;text-align:center;text-align-last:center;display:block; }
#cH4tVpIaTr21vC4UuBWqwgxWyImelekq { position:relative;display:none; }#cH4tVpIaTr21vC4UuBWqwgxWyImelekq { border-width: 0; border-radius: 0; }#cH4tVpIaTr21vC4UuBWqwgxWyImelekq > .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; }#cH4tVpIaTr21vC4UuBWqwgxWyImelekq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Fqg8rv5W7sFSlatLdcWw097ET8iaTfK5 { color:rgba(var(--color-tertiary-4),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:0.875rem;left:2rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V00hUgcTTyPJ7z1B9S9UTLmdL8VOiFl9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#V00hUgcTTyPJ7z1B9S9UTLmdL8VOiFl9 > .row .container { border-width: 0; border-radius: 0; }#V00hUgcTTyPJ7z1B9S9UTLmdL8VOiFl9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V00hUgcTTyPJ7z1B9S9UTLmdL8VOiFl9 > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:none; }#gTpWeyys9PTsKFiPq4NEWP8eCHkdri37 { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:14.1875rem;width:54.9375rem;top:6.318359375rem;left:15.466796875rem;display:block; }
#fX6kwkqZUDJFvMh0ha5vVqTWinQ4fBWX { box-sizing:content-box;height:13.625rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;top:0.921875rem;left:0rem;display:block; }
#S3Mq6cDmFZLKP1FNPbFXTTp4MtAZnSl7 { color:rgba(var(--color-primary-3),1);display:block;width:51.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.6;letter-spacing:0;top:7.509765625rem;left:17.3125rem;height:14.4rem;text-align:left;text-align-last:left;display:block; }
#xsDiLCF3cP4UMfNO2KqcCbklGJGyOz5m { color:#f1f1f1;display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:0.921875rem;left:17.3125rem;height:3.25rem;display:block; }
#yCFKz1sNAfSN7KmZHcl4WvuDCduWmzLd { position:absolute;display:block;z-index:15027;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:12.4375rem;width:12.4375rem;top:1.515625rem;left:0.83203125rem;overflow:hidden;display:block; }
#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE { position:relative;display:block; }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE { background-color: transparent; background-image: none; }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE > .row .container > .video-iframe-container { display: none; }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE > .row > .video-iframe-container { display: none; }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE > .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); }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE { border-width: 0; border-radius: 0; }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE > .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; }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#doFvM4Gowu71hx03W1ydhA3Us5NpHUtF { color:rgba(var(--color-tertiary-4),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:0.65883636474612rem;left:2rem;height:2.00043125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N89uRBZZW4fGgLUMrQcxAMz8UrQACVSe { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:18.6875rem;top:2.6583337783814rem;left:0rem;overflow:hidden;display:block; }
#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .row .container { background-color: transparent; background-image: none; }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .row .container > .video-iframe-container { display: none; }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .row > .video-iframe-container { display: none; }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .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); }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .row .container { border-width: 0; border-radius: 0; }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#rfftMNs0KehbiUs6igbnyia2eN2xSazB { position:absolute;display:block;z-index:15003;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:9.25rem;width:30.125rem;top:6.3759765625rem;left:18.404296875rem;display:block; }
#RuoZRVJzeCccttS1Trus2BrLol44tFx3 { box-sizing:content-box;height:13.625rem;width:44.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;top:0.921875rem;left:0rem;display:block; }
#ZkLLbzzMtd6GPZavZoD9ITg5psBPU5St { color:#f1f1f1;display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:0.921875rem;left:18.404296875rem;height:4.87483125rem;display:block; }
#QSWH8mCdJDwF306LzyA2xdJFXW0PlTUI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:7.8447265625rem;left:23.091796875rem; }
#bxoSGUhJhQmNx0GkZm0vTaeb0EJzUtS8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:7.8447265625rem;left:38.716796875rem; }
#xudlTfN2kBIHTbux87GIvS6sTzxoQfIo { color:rgba(var(--color-primary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.359375rem;left:30.904296875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SubB8P6MrvCt8HifofBvubo6iHD83QKG { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.359375rem;left:18.404296875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CLISGeW4UgMgB86LSi1APabamTcPyo95 { box-sizing:content-box;height:13rem;width:44.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;top:22.481250762939rem;left:30.688541412354rem;display:block; }
#VrmXtgepaESKysbc0aOkJtfXVrX3UiSx { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:23.043750762939rem;left:61.146873474121rem;overflow:hidden;display:block; }
#mrwIC1TtAffnPvFbTHpwcugJtkUKBdvL { position:absolute;display:block;z-index:15004;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:9.2489375rem;width:30.125rem;top:27.043750762939rem;left:26.216667175293rem;display:block; }
#HHMaL43FUtUeRP3B51Iuz4evP7tw2HhI { color:#f1f1f1;display:block;width:24.3114375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:23.043750762939rem;left:31.522918701172rem;height:3.2498875rem;display:block; }
#b25Ez64wEASfpraUqurZfNHTz29ielwa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:28.417709350586rem;left:30.904167175293rem; }
#z8F2pF9OQ5V9WZvrvymrPiBg8JsIT1fJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:28.417709350586rem;left:45.466667175293rem; }
#TWySKmgkl8iwTdzrwAVQyNZMh48ygvTP { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:32.183334350586rem;left:26.216667175293rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ey6USE54QL0BMkCehI9TCKoyVW6IET4J { color:rgba(var(--color-primary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:32.183334350586rem;left:37.654167175293rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tt7ynGCgOTDJUhTGfOTQ1pBhUvUZTohz { color:rgba(var(--color-tertiary-4),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:18.730209350586rem;left:0rem;height:2.00043125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u4DqEb4Q9csuPqrr3cNoFDGCl0fnJcuK { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:75rem;width:75rem;display:none; }
#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw { position:relative;display:block; }#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw { background-color: transparent; background-image: none; }#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw > .row .container > .video-iframe-container { display: none; }#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw > .row > .video-iframe-container { display: none; }#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw > .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); }#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw { border-width: 0; border-radius: 0; }#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#NKLMTuOsSURmWA62WCIK130vxhs9Aoed { position:relative;display:block; }#NKLMTuOsSURmWA62WCIK130vxhs9Aoed { background-color: transparent; background-image: none; }#NKLMTuOsSURmWA62WCIK130vxhs9Aoed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKLMTuOsSURmWA62WCIK130vxhs9Aoed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKLMTuOsSURmWA62WCIK130vxhs9Aoed > .row .container > .video-iframe-container { display: none; }#NKLMTuOsSURmWA62WCIK130vxhs9Aoed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKLMTuOsSURmWA62WCIK130vxhs9Aoed > .row > .video-iframe-container { display: none; }#NKLMTuOsSURmWA62WCIK130vxhs9Aoed > .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); }#NKLMTuOsSURmWA62WCIK130vxhs9Aoed { border-width: 0; border-radius: 0; }#NKLMTuOsSURmWA62WCIK130vxhs9Aoed > .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; }#NKLMTuOsSURmWA62WCIK130vxhs9Aoed > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mr2K61XtgWITph53itIyfwcDpSiDi6cK { color:rgba(var(--color-tertiary-4),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:2.4795532226562E-5rem;left:2.6875rem;height:2.00043125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PyPTsDQ6FtXHmlITFpdrG8Mv6TmFQATr { position:relative;display:block; }#PyPTsDQ6FtXHmlITFpdrG8Mv6TmFQATr { background-color: transparent; background-image: none; }#PyPTsDQ6FtXHmlITFpdrG8Mv6TmFQATr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyPTsDQ6FtXHmlITFpdrG8Mv6TmFQATr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyPTsDQ6FtXHmlITFpdrG8Mv6TmFQATr > .row .container > .video-iframe-container { display: none; }#PyPTsDQ6FtXHmlITFpdrG8Mv6TmFQATr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyPTsDQ6FtXHmlITFpdrG8Mv6TmFQATr > .row > .video-iframe-container { display: none; }#PyPTsDQ6FtXHmlITFpdrG8Mv6TmFQATr > .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); }#PyPTsDQ6FtXHmlITFpdrG8Mv6TmFQATr { border-width: 0; border-radius: 0; }#PyPTsDQ6FtXHmlITFpdrG8Mv6TmFQATr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PyPTsDQ6FtXHmlITFpdrG8Mv6TmFQATr > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#XhLTDVBOO86X80BT1Uf0m3S7y5C3QrrX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:10.75rem;top:0.96875rem;left:32.9375rem;overflow:hidden;display:block; }
#ohE6mHXdBWqaIJ7h6Ny1nHpWCAJIaevJ { position:relative;display:block; }#ohE6mHXdBWqaIJ7h6Ny1nHpWCAJIaevJ { background-color: transparent; background-image: none; }#ohE6mHXdBWqaIJ7h6Ny1nHpWCAJIaevJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohE6mHXdBWqaIJ7h6Ny1nHpWCAJIaevJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohE6mHXdBWqaIJ7h6Ny1nHpWCAJIaevJ > .row .container > .video-iframe-container { display: none; }#ohE6mHXdBWqaIJ7h6Ny1nHpWCAJIaevJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohE6mHXdBWqaIJ7h6Ny1nHpWCAJIaevJ > .row > .video-iframe-container { display: none; }#ohE6mHXdBWqaIJ7h6Ny1nHpWCAJIaevJ > .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); }#ohE6mHXdBWqaIJ7h6Ny1nHpWCAJIaevJ { border-width: 0; border-radius: 0; }#ohE6mHXdBWqaIJ7h6Ny1nHpWCAJIaevJ > .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; }#ohE6mHXdBWqaIJ7h6Ny1nHpWCAJIaevJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#A24N9FIRTreCHBFA0WoHq2A4GcX4w6PT { color:rgba(var(--color-tertiary-4),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:2.4795532226562E-5rem;left:2.6875rem;height:2.00043125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LdQFNTPvx7bW5RKLzCsHwpDGyBJP0OeF { position:relative;display:block; }#LdQFNTPvx7bW5RKLzCsHwpDGyBJP0OeF { background-color: transparent; background-image: none; }#LdQFNTPvx7bW5RKLzCsHwpDGyBJP0OeF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdQFNTPvx7bW5RKLzCsHwpDGyBJP0OeF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdQFNTPvx7bW5RKLzCsHwpDGyBJP0OeF > .row .container > .video-iframe-container { display: none; }#LdQFNTPvx7bW5RKLzCsHwpDGyBJP0OeF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdQFNTPvx7bW5RKLzCsHwpDGyBJP0OeF > .row > .video-iframe-container { display: none; }#LdQFNTPvx7bW5RKLzCsHwpDGyBJP0OeF > .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); }#LdQFNTPvx7bW5RKLzCsHwpDGyBJP0OeF { border-width: 0; border-radius: 0; }#LdQFNTPvx7bW5RKLzCsHwpDGyBJP0OeF > .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; }#LdQFNTPvx7bW5RKLzCsHwpDGyBJP0OeF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.3125rem;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; }#iDUDwwwPTzbiO7OQEX8PKlJze8OZ5TR6 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:16.6875rem;top:1.1875rem;left:41.499998092651rem;overflow:hidden;display:block; }
#sS0WWztoPa7cDxhVgGCX0EyhtkuLnA95 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:14.0625rem;top:1.4062747955323rem;left:14.83749961853rem;overflow:hidden;display:block; }
#KmSnSyAgxm5PcpvzQuBgibcKeMguk3QT { position:relative;display:none; }#KmSnSyAgxm5PcpvzQuBgibcKeMguk3QT { border-width: 0; border-radius: 0; }#KmSnSyAgxm5PcpvzQuBgibcKeMguk3QT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KmSnSyAgxm5PcpvzQuBgibcKeMguk3QT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006633;background-image:none;font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo { position:relative;display:block; }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo { background-color: transparent; background-image: none; }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo > .row .container > .video-iframe-container { display: none; }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo > .row > .video-iframe-container { display: none; }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo > .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); }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo { border-width: 0; border-radius: 0; }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo > .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; }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dIOKoeuhaWCox80anFfTstIJDnaF3SV3 { color:rgba(var(--color-tertiary-4),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:0.875rem;left:2rem;height:2.00043125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA { position:relative;display:block; }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA { background-color: transparent; background-image: none; }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA > .row .container > .video-iframe-container { display: none; }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA > .row > .video-iframe-container { display: none; }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA > .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); }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA { border-width: 0; border-radius: 0; }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA > .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; }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;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; }#MJDosqEFn4okUWlTgTAW99nVGEMnSXHU { background-color:#006633;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.3515625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.32421875rem;left:28.125rem;display:block; }
#hFDvu4WpFOvW8XG0bCDvP3sa7n4tkvm4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF { position:relative;display:block; }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF { background-color: transparent; background-image: none; }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF > .row .container > .video-iframe-container { display: none; }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF > .row > .video-iframe-container { display: none; }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF > .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); }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF { border-width: 0; border-radius: 0; }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF > .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; }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.9375rem;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; }#HvTVJfgyiC8g27Og6o6H8qIiMMASS4Ng { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:31.25rem;top:0.8125rem;left:21.875rem;overflow:hidden;display:block; }
#zvmdtfiKtWy8XOctxvULR2oe5qnx9LnH { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.3125rem;left:28.03125rem;height:1.70535rem;text-align:left;text-align-last:left;display:block; }
#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m { position:relative;display:block; }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m { background-color: transparent; background-image: none; }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m > .row .container > .video-iframe-container { display: none; }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m > .row > .video-iframe-container { display: none; }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m > .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); }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m { border-width: 0; border-radius: 0; }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006633;background-image:none;font-size:0.875rem;font-family:arial;height:0.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 { position:relative;display:block; }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 { background-color: transparent; background-image: none; }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 > .row .container > .video-iframe-container { display: none; }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 > .row > .video-iframe-container { display: none; }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 > .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); }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 { border-width: 0; border-radius: 0; }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 > .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; }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nJlsUPpMd98B8h9UrfXmrmVieHI6Kbka { color:rgba(var(--color-primary-3),1);display:block;width:71rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:0.875rem;left:2rem;height:2.00043125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ { position:relative;display:block; }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ { background-color: transparent; background-image: none; }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ > .row .container > .video-iframe-container { display: none; }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ > .row > .video-iframe-container { display: none; }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ > .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); }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ { border-width: 0; border-radius: 0; }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ > .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; }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.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; }#MThZuZN1ytgNyMqh4TwanXcENebJOXWw { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.624025rem;width:14.43725rem;top:1.561279296875rem;left:30.28076171875rem;overflow:hidden;display:block; }
#udOGInPwgEQpPsD0Ka0k3sWfD1I8TkO7 { color:rgba(var(--color-primary-3),1);display:block;width:59.8108125rem;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:7.342529296875rem;left:7.593994140625rem;height:3.90035625rem;text-align:center;text-align-last:center;display:block; }
#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp { position:relative;display:block; }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp { background-color: transparent; background-image: none; }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp > .row .container > .video-iframe-container { display: none; }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp > .row > .video-iframe-container { display: none; }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp > .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); }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp { border-width: 0; border-radius: 0; }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp > .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; }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.875rem;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; }#XhcHlbxSUmdK9qgOTMPe8Nz3g6nfZodR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:1.40380859375rem;left:17.1875rem; }
#pRXLGOfEWewHH6ULFxOlP4D4JVpm7yNp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:1.48193359375rem;left:54.6875rem; }
#CS4rnpvyN2RDylhECt8h0HZGZRm5bqdK { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.092529296875rem;left:12.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QnMWObOBnaRSdGxNC2OArky47cyKBQn2 { color:rgba(var(--color-primary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.092529296875rem;left:46.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #e0e0e4;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .row .container { background-color: transparent; background-image: none; }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .row .container > .video-iframe-container { display: none; }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .row > .video-iframe-container { display: none; }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .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); }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .row .container { border-width: 0; border-radius: 0; }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .row .container { width:75rem;height:8.484375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#CvgiTwGW9nMp2lT6OTJ3meMOEgwggkkC { color:rgba(var(--color-primary-3),1);display:block;width:9.5605625rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.8349609375rem;left:33.184814453125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LfLZldVBhTwUTyg8rTv0MOerurIwESxC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:3.641357421875rem;left:29.334716796875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5)); }
#LfLZldVBhTwUTyg8rTv0MOerurIwESxC > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#TRF3gnCtCul0KUe4aXBdPvAzIqxotx4n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.641357421875rem;left:36.40380859375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5)); }
#TRF3gnCtCul0KUe4aXBdPvAzIqxotx4n > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#TcwH3GaKmJqdQd5AS8dLbEUPDALzucrW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.641357421875rem;left:42.745361328125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5)); }
#TcwH3GaKmJqdQd5AS8dLbEUPDALzucrW > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 { position:relative;display:block; }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 { background-color: transparent; background-image: none; }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 > .row .container > .video-iframe-container { display: none; }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 > .row > .video-iframe-container { display: none; }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 > .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); }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 { border-width: 0; border-radius: 0; }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006633;background-image:none;font-size:0.875rem;font-family:arial;height:0.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { display:block; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9MBJxzFJyKtUW4sdHOWtc319FJLlbsq { width:14.4375rem;height:4.625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxvIHKFUz1JCqbQpezKBp79ZLKgzBuV4 { width:13.4375rem;height:4rem;top:1.6875rem;left:3.4060986887247rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmzXkfqokKsxZybylnIugIqKXJy0r9qs { width:16.4375rem;height:4.8125rem;top:1.0625rem;left:19.562498092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs { display:none; }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zF9d8et1Odcq7RuTPmJIpTBwRoXpaRAx { display:none; }#zF9d8et1Odcq7RuTPmJIpTBwRoXpaRAx > .row .container { width:47.75rem;height:4.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QcdD7sKEUVTVom0rL0nIkaHIqLebqV7Q { width:35.5625rem;height:3.8994125rem;top:0rem;left:12.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBRJIFGycBn0b3xwyDc56c3X4rUTqyOx { display:none; }#zBRJIFGycBn0b3xwyDc56c3X4rUTqyOx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { position:relative;display:block; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { background-color: transparent; background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .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); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { border-width: 0; border-radius: 0; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { width:47.75rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;height:31.25rem;overflow:visible;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7AuZ1oVvKTvX7shdoIORSMhNldIvo0D { top:3.3125rem;left:1.5625rem;width:41.4375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSxvZvKuP8o68Nm2cv8k0PdJTNsKV3UI { top:9.4375rem;left:1.53125rem;width:44.6875rem;height:1.6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEivOsEz0zbXKC9FA7ziq7SmFofnkLoQ { width:13.875rem;height:3.4375rem;top:24.562501907349rem;left:4.8750000894069rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9lyFK57QEuD7Mgxr5MoGNtMR4M3wJzD { display:block; }
 }@media only screen and (max-width: 763px) { #cr2QxnEBS7L9EHWQ8vyeif9uI09Wg4xb { width:13.6875rem;height:3.3125rem;top:24.625001907349rem;left:28.393751233816rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXi7s05tpCxPM9Dt3UKwDH0Cux8TJQth { display:block; }
 }@media only screen and (max-width: 763px) { #E3XHIZPBUwISDxEOiug366LTc1iyFAxS { top:0rem;left:0rem;width:47.75rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPiD8tRr6hv93EB0Vq7wFeaQ4wJMHMtw { width:5.9375rem;height:4.1875rem;top:0rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE0XHUNn0xocumHMyqzenIUUk6Na1zca { top:0.4375rem;left:1.5625rem;width:18.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlgH13x0oPPGqlspFX9qeVZ9V2krWTbd { width:44.4375rem;height:1.625rem;top:6.4375rem;left:1.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw2rB3xdOL9hXBVpEmAsv1nIM91vkDOc { width:25rem;height:3rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEmmmmCp8gVE1M6XCxsxWoTTtFhE7AQL { width:2.5rem;height:2.5rem;top:13.1875rem;left:7.5812502801419rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJsTJW0v9hQRNV6VTlFf4f3vGdwLOczG { width:2.625rem;height:2.625rem;top:17.125rem;left:7.5187502801419rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GalF050mwygfCV8pzrRzdCEOiCJwFQoQ { top:13.746875762939rem;left:11.812501043081rem;width:15.625rem;height:1.38125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlAvXc1sutRroUUSJl3TDbSRE88c9iew { top:17.78750038147rem;left:11.879167646169rem;width:15.625rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V { display:block; }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 { display:block; }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .row .container { width:47.75rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3IMwdtnOODB05sfnEpKUbd6MTCPQ4ok { width:46.875rem;height:9.7958875rem;top:0.75rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nR8i8lNWefK685wSOKhKDsKmfTqwUG5q { width:47.75rem;height:3rem;top:11.943359375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPnThQpF5AJwTLBKfwTBnvAQip9BHdy4 { width:38rem;height:1.625rem;top:14.943359375rem;left:8.53125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgS7PKPQIpaKEB4qOUmmFZ9zWFfzJMRT { width:47.75rem;height:3.4375rem;top:17rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdxKDn8ot41UCWWlsQ5PifpRT92W341Q { display:block; }#vdxKDn8ot41UCWWlsQ5PifpRT92W341Q > .row .container { width:47.75rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wibg6XC7QPgXAqGVh9r12STfaoEmzE9s { width:18.75rem;height:3.3125rem;top:1.6875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMTIuKbiAwuP9gre49fqQmOLVuD0rxMy { display:block; }
 }@media only screen and (max-width: 763px) { #euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu { display:block; }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { width:47.75rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rm9v3eLIypk8cmQJelaTXT8ynziu5eEa { top:2.74609375rem;left:0rem;width:47.5rem;height:21.004875rem;font-size:0.875rem;display:block; }#rm9v3eLIypk8cmQJelaTXT8ynziu5eEa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e596122309e654a58b033ddd0aafc3144e7e685.svg); }
 }@media only screen and (max-width: 763px) { #kMpEKAotAd4BWTsbSV5fwHtyylV8cNEX { top:3.25rem;left:0rem;width:0;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sEoOU0TsOnOv0xKrwd7vHmIxML7QtN1W { top:23.6875rem;left:0rem;width:0;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #N8IGMLzNKU5c2794pF4MQNLxudHcOOer { width:47.75rem;height:25.4375rem;top:1.9521484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPtZ4pVOymPRleMq57H33c3or5C9ATad { width:46.5625rem;height:1.13769375rem;top:24.5029296875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WslSvUvlZKWDCDZuaHLiqO2y3PmbsDTS { top:1.2509765625rem;left:3.4375rem;width:44.3125rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkGfJo0x3xLZKmrUB24n0M94LELmty3C { width:3.125rem;height:3.125rem;top:30.3125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { display:block; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fcIIE7316pDyTZyIzMglMpCwFWPVFUp5 { width:13.6875rem;height:3.3125rem;top:0.875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJodz0vRGb2aLQevZpSickmQId5DKp2s { display:block; }
 }@media only screen and (max-width: 763px) { #krMzn0VX7dLsFD6BImuTPAVvEZ69odHc { width:13.9375rem;height:3.4375rem;top:0.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XufGTBRS6nWk0xcR4pg9BOOEwOZIyoIF { display:block; }
 }@media only screen and (max-width: 763px) { #HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ { display:block; }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfBweDDFVv1czfchcftzfzbVOEbzpNbm { display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { width:47.75rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SF53tQvKVPpbmlrubcI8v36tXBrVHt06 { top:8.25rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW5PA1irpNecHoeiRkW7l4N7sXxvdK9e { top:5rem;left:47.625rem;width:0.125rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eq9vyJKcZ8RtbQXeTLCEd9QJrtXU0qf9 { top:21.9375rem;left:47.625rem;width:0.125rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhw4xTp4LauG0HrrTbd5Mi39FWen8zZk { top:5.9375rem;left:0rem;width:47.75rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFHVB9mpwDbDJ3BdJPkD5DiNMChGoUp9 { width:43.75rem;height:1.3rem;top:1.724609375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFxgpR9uH3k9s3AgSxhZOR7GvKg69ZB8 { width:46.875rem;height:1.13769375rem;top:17.431640625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W44QiagmufDHQWJtcgy9Ap7hv1KF9N9X { top:12.4375rem;left:0rem;width:47.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOqUZq7li0NaKAKKo7vxly6qT2lwTFIZ { top:17.5rem;left:0rem;width:47.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTdnVURJbiW6ZK29w1q6zDACGZbJRTCJ { top:21.9375rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJsqf7Py36AJ1mbp8dCuITIccqIa8B8O { width:46.875rem;height:1.13769375rem;top:7.869140625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sODlq3vOCfqNucr7eGeWWqXLTGT5oNwE { width:46.875rem;height:1.13769375rem;top:12.619140625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSr9UT8gpvbOJzzHl9w6wQ35ee81eCEu { width:46.875rem;height:1.13769375rem;top:22.244140625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxgUX8q2cBmduBeq3qAlwk8XFBxvS00d { width:3.125rem;height:3.125rem;top:36rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCak4mooFhPeX0tbd8UzFwSiKcX7PwOV { width:3.125rem;height:3.125rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqK4o3Rt42R9i3MJn617Qki64dzGs1nx { width:1.875rem;height:1.875rem;top:8.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oc5ASu16thSLw601LstlHZWntctBueVg { width:1.875rem;height:1.875rem;top:13.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pLZTcrWfTJfWpoDchBy2eh1Parzva423 { width:1.875rem;height:1.875rem;top:18.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VGy2OwUvwxJEZp06xzsAkO7V4VlDKbP0 { width:1.875rem;height:1.875rem;top:22.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZggTlSxzMdsFHQ3gzPA54vGaKJKtv0Av { top:26.625rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvbCULT9wlB0ckzH8k1EbSX47Lx4stIS { width:46.875rem;height:1.13769375rem;top:22.244140625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANkyCI0gFgUiNbeniLrUXk6RfvR9NJa1 { width:1.875rem;height:1.875rem;top:27.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xMUgain2nZJTZpdFqfe5yn4DCtothHoi { display:block; }#xMUgain2nZJTZpdFqfe5yn4DCtothHoi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGG5MwVhG52U0VWPa6GT9mTNhsKwyAT7 { width:13.6875rem;height:3.3125rem;top:0.875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRF5toP1tqkRxgpTWE4M69waXtcKA34s { display:block; }
 }@media only screen and (max-width: 763px) { #ZdFSxHZNxHNa8EcJuRhLiBGVZHckyfXR { width:13.9375rem;height:3.4375rem;top:0.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKqIChpKdQ3KrR3PPpQDWxRprASDvRN8 { display:block; }
 }@media only screen and (max-width: 763px) { #CHGZUBXpgyEkTgqOLqrKi1OMWPsAmef4 { display:block; }#CHGZUBXpgyEkTgqOLqrKi1OMWPsAmef4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS { display:block; }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS > .row .container { width:47.75rem;height:30.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEmdXyL0pT9R2CGDoBoa07ko4cBvylDl { top:7.1904296875rem;left:0.875rem;width:46.875rem;height:9.959rem;font-size:0.875rem;display:block; }#BEmdXyL0pT9R2CGDoBoa07ko4cBvylDl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e596122309e654a58b033ddd0aafc3144e7e685.svg); }
 }@media only screen and (max-width: 763px) { #K3cUlCoGXXblTWEU2XLGTxFF6ddDHwHc { top:1.5rem;left:0rem;width:0.0625rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQqFW7e0QikywJHBCifaGhhvV0ALOU2H { top:16.25rem;left:0rem;width:0.0625rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cwSGXWbrIaMCSf52oLqybpph0tnI16LU { width:47.75rem;height:21.5625rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIScnaSIk6v4Jw0OapbHFfDxVH32uKIR { width:43.75rem;height:1.3rem;top:4.625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeEZzyrTkXMlVW9uF4P1JBBEkrVghai3 { top:1.5rem;left:3.4375rem;width:44.3125rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZV6pJ49UX0yiO37pgTZfB09LP4qQkwx { width:3.125rem;height:3.125rem;top:26.9375rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcmDg1p8VnMBOkxdsuXNw0kWTJdtWl45 { display:block; }#bcmDg1p8VnMBOkxdsuXNw0kWTJdtWl45 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #th7MelWPLqAkJQS7vTt43QtRbZD0GqkU { display:none; }#th7MelWPLqAkJQS7vTt43QtRbZD0GqkU > .row .container { width:47.75rem;height:35.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vGqBHkyC2Ft1bhAXnz8arReBVZsaIdWH { top:6.875rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeyCyTrOZq3LxLk7NietqXAxsGXb21Co { top:5rem;left:47.6875rem;width:0.0625rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xRKWgMrbeTRakVPJcZxRlU1gMk4hqvPT { top:20.6875rem;left:47.6875rem;width:0.0625rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #y6RWnx42ze0Jy9W8RViCVC39DJiBCT40 { top:5rem;left:0rem;width:44.3125rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWokZ3kLI0HH7O7CiW8h81Jlv5iV6GRT { width:43.75rem;height:1.3rem;top:1.787109375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T469Dfq27JaOtI6VS0bFN9KhQetnT6v8 { width:46.875rem;height:1.13769375rem;top:12.556640625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPq10nhkbzUbBGuZryM92dBM4z41PR3P { top:11.5625rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4eAbGnVoJdFTLCdTlWPGaWJX40aXPhQ { top:16.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLrQCbnuqgbWBAiDqKEip9xdV3fUZrQv { top:20.5rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDMZxrM4hLw2rTtQ9w17xrVtSiiATlZo { width:46.875rem;height:1.13769375rem;top:7.869140625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIBTdl2r4qT2rc2kQCt6zNFUKXTaqvvv { width:46.875rem;height:1.13769375rem;top:16.931640625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPoapfocVAFd9RlrolKe0bvGguKyVicR { width:46.875rem;height:1.13769375rem;top:21.494140625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwyLa2rIRan0EEqrGGiUPXkXcs3WMDef { top:25.1875rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhxTB8KJTQUhO8TrPQ61qmP1vF8Sr3C4 { width:46.875rem;height:1.13671875rem;top:25.61328125rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgTPdw6gvWnJEGIiaM5p5m3Dou5qtgNg { width:3.125rem;height:3.125rem;top:31rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfmZxoRgtqRnRvBF7t4TI2pnmgqcB3Xu { width:3.125rem;height:3.125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxuFfQyMiKtbyotTcdc7ufGWDZbxZmni { width:1.875rem;height:1.875rem;top:7.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fBHga1HvIyyTxvUOeMpBMIHTmaBkVITh { width:1.875rem;height:1.875rem;top:12.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJk2ia8wgXvb4s9icV43M3SOf6zv1pdZ { width:1.875rem;height:1.875rem;top:16.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g5C0OtdybJT2Wnc8qNp5MplshwIofLtX { width:1.875rem;height:1.875rem;top:21.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qkIPUdS5WCPu2ywWMszXrnVHomzASZID { width:1.875rem;height:1.875rem;top:25.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #B0kFbxcPpH1OqTcFRbWenXMIlfnG5TfW { display:block; }#B0kFbxcPpH1OqTcFRbWenXMIlfnG5TfW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C { display:block; }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C > .row .container { width:47.75rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMVJ1wvDhx9cepaQZ76J7z854pNFh2sR { width:47.75rem;height:3rem;top:0.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnwssw9cvrtpumXU8ZfTk5RD33fa25TE { display:block; }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .row .container { width:47.75rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sk5tnz88l32niSbyLsxPTAsaSHOqzsfK { top:5.0673828125rem;left:0rem;width:46.875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S820eQ8FaKHHho18CPTManq1U0bLVZhH { top:4.0986328125rem;left:0rem;width:44.3125rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbMmtqaBrr5XHDUTgocPvNgB5PQzCJG2 { width:43.75rem;height:1.3rem;top:1.1875rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXhSLlfT9tVnWvb0dBnx1cv5cfDh6VTd { width:46.875rem;height:6.535125rem;top:5.587890625rem;left:0.875rem;font-size:0.875rem;display:block; }#pXhSLlfT9tVnWvb0dBnx1cv5cfDh6VTd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #Cveexp2Jn1b1wKALIhKyRnWfdcfHmw8S { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsptRhE5w4nT9siwBnFNby9wINq6lR42 { width:3.125rem;height:3.125rem;top:10.4375rem;left:44.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NlnJJTqihXootWuFdUbGMzhrug10LVqT { display:block; }#NlnJJTqihXootWuFdUbGMzhrug10LVqT > .row .container { width:47.75rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kNMZ7Pxgzq0g9OrN5NQU3GRiEJOyTUR6 { top:5.0673828125rem;left:0rem;width:46.875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8JwZyL3HK3KEm9azL8wUCDTHo5qiSfC { top:4.0986328125rem;left:0rem;width:44.3125rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ6GU9iZRILVCFl2BxVML2KyiUW7JBqG { width:43.75rem;height:1.3rem;top:1.1875rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENotmyfk3mcKHdf6ptcT36rMuV6aqWQT { width:46.875rem;height:6.535125rem;top:5.587890625rem;left:0.875rem;font-size:0.875rem;display:block; }#ENotmyfk3mcKHdf6ptcT36rMuV6aqWQT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #DSWlr7IRxSatDRyZ5z7oseOuF6F7LA9y { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnUA9m6Xr0ckw4UZhU64lmLetv0UrtI8 { width:3.125rem;height:3.125rem;top:13rem;left:44.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg { display:block; }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .row .container { width:47.75rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oUisaFI9WEMzMVqN8SnVxlFhe6eC4AVO { top:4.84375rem;left:0rem;width:46.875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcG6GUyS8PJdT8tLs53cTgJGLkOI4P8o { top:4.0478515625rem;left:0rem;width:44.3125rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWvBFJCmyqP0W4zpT3b2c9Wh7BEi4noT { width:43.75rem;height:1.3rem;top:0.912109375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnqm6tJ05Q1t0CJlDeAcfi8hQoknTIzA { width:46.875rem;height:9.959rem;top:5.5rem;left:0.875rem;font-size:0.875rem;display:block; }#gnqm6tJ05Q1t0CJlDeAcfi8hQoknTIzA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #t3G0DeEirsoaGE7n3H6iWNx8QfQfVVR8 { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxsK9sm6sswJpMsNl0k7DBxdLOITl9Cm { width:3.125rem;height:3.125rem;top:12.9375rem;left:44.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh { display:block; }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .row .container { width:47.75rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIroVxkp0p18so31t2xR0WZ3A5gKFSKN { top:4.125rem;left:0.4375rem;width:46.875rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvLHIi77sq5CcciqP5XoXpwePPPnC54O { top:3.21875rem;left:0rem;width:44.3125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvLeMagD1TM35HicduxhVzmenrDgbITt { width:43.75rem;height:1.3rem;top:0.912109375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKyoFpc6TD5unEQyKz5ry7oyVaDx3pX9 { width:46.875rem;height:6.535125rem;top:4.875rem;left:0.875rem;font-size:0.875rem;display:block; }#MKyoFpc6TD5unEQyKz5ry7oyVaDx3pX9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #JSHX4WTgBmO9eLMrDmKOQLm6dC8ziaca { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZGmu6T3oq0VpUV86xDqwLNZdawkQofm { width:3.125rem;height:3.125rem;top:12.75rem;left:44.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iVhMVnL0XtNEFd1MSDrCCEC8nL0Qzt9L { display:block; }#iVhMVnL0XtNEFd1MSDrCCEC8nL0Qzt9L > .row .container { width:47.75rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cc0TDfhsd4RHHzPr7vwDqo2GxiC9ttTG { top:4.125rem;left:0.4375rem;width:46.875rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPBL8oDaJtQ7ReH5rOtLyMcC5CCMyqH2 { top:3.21875rem;left:0rem;width:44.3125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3pPOL18ZsaQMbBt8PDs0vRptZxqCbEG { width:43.75rem;height:1.3rem;top:0.912109375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXBkvSC9HZsOcRrInBethLdHvQq4zW7b { width:46.875rem;height:6.535125rem;top:4.875rem;left:0.875rem;font-size:0.875rem;display:block; }#HXBkvSC9HZsOcRrInBethLdHvQq4zW7b li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #lZcn9I48GG3BbR3un4uAqu5hmWlT3f7W { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdBe9wExgycrf2UEPtyFHCSgl03vOTxZ { width:3.125rem;height:3.125rem;top:12.75rem;left:44.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJ8RU1QU3S0EPoIhpgeMgtayGkXSmXkE { display:block; }#oJ8RU1QU3S0EPoIhpgeMgtayGkXSmXkE > .row .container { width:47.75rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJdN5gqrgJvv8Mm84vRE4pTrbEfNCOkH { top:4.125rem;left:0.4375rem;width:46.875rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuNdgbEKGGwP6UuwsRguoTcyTLZVMwzT { top:3.21875rem;left:0rem;width:44.3125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4CAvIM1RBW1yMBM58NskXEtLpGZJadE { width:43.75rem;height:1.3rem;top:0.912109375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQIUFw3VFJJxpQ58ey9lnRD5ILITwxrA { width:46.875rem;height:6.535125rem;top:4.875rem;left:0.875rem;font-size:0.875rem;display:block; }#tQIUFw3VFJJxpQ58ey9lnRD5ILITwxrA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #LOsOiQSv6humOEm7KnZPLNOMbRRhLiKL { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eokD3Ii96NAHWUIeosSMQBvyo7iFJIrZ { width:3.125rem;height:3.125rem;top:12.75rem;left:44.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vM7Wmq0JGRT8AygdOAT9TBq6lyNb2vJC { display:block; }#vM7Wmq0JGRT8AygdOAT9TBq6lyNb2vJC > .row .container { width:47.75rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pencg3zDTn7Kh7T9vdB62SELohvDdFqv { top:4.125rem;left:0.4375rem;width:46.875rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxybWfQb4yt3GIpcrBmyeKhavgp0Rz14 { top:3.21875rem;left:0rem;width:44.3125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmeIqsZRkROc1Wa0EMTgTvQzhfgaHZSD { width:43.75rem;height:1.3rem;top:0.912109375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHSkpHxBU0L8m05z4rQMKRQsOzDPaBU4 { width:46.875rem;height:6.535125rem;top:4.875rem;left:0.875rem;font-size:0.875rem;display:block; }#KHSkpHxBU0L8m05z4rQMKRQsOzDPaBU4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #umVzdxDcAzFFCUEQUu0hcmG9obTnQcRd { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #foq0KRZmdSLH82J6xcyJqH8WbqEnLEBO { width:3.125rem;height:3.125rem;top:12.75rem;left:44.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zDLTTRTbDsNUlA2TmheKTaNqTvP11psC { top:3.21875rem;left:0rem;width:44.3125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ6iEIwm8tOETbhCLwPA2HRy07KpPGbZ { display:block; }#OQ6iEIwm8tOETbhCLwPA2HRy07KpPGbZ > .row .container { width:47.75rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XaOJIFMqUOEVJRgOnmaWHguBI7vABuDl { top:4.125rem;left:0.4375rem;width:46.875rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR5VF7sQ21txioPFSnANv5wOF3nI06z3 { top:3.21875rem;left:0rem;width:44.3125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU8utq4HQWpsDd54EAaI6nVgimrzoZuP { width:43.75rem;height:1.3rem;top:0.912109375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDi1zRAa5HGMXQEccNT3o95SVIIzC432 { width:46.875rem;height:6.535125rem;top:4.875rem;left:0.875rem;font-size:0.875rem;display:block; }#RDi1zRAa5HGMXQEccNT3o95SVIIzC432 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #Ks2Zpi7QEkFPxEy5NHpefcDRc3LLFPGo { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktTPfFXByBFtvBVWbQ7xT09FyZQshpJg { width:3.125rem;height:3.125rem;top:12.75rem;left:44.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ROGMVctMHxZkXsuFyg6XZd6ZbIHExtv2 { top:3.21875rem;left:0rem;width:44.3125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxumswBKLz0rTCQ0aV2UhnHbFWrvAuUs { display:block; }#fxumswBKLz0rTCQ0aV2UhnHbFWrvAuUs > .row .container { width:47.75rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PalRxrk4PGqEAZvGGkwNnkZzTiRKhHD9 { top:4.125rem;left:0.4375rem;width:46.875rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX9yLqkX4wM8PFkpTvF2y3ZNzGra1WO3 { top:3.21875rem;left:0rem;width:44.3125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0K7iUehmAOVsirxlMyOSVp1CEC7uGF7 { width:43.75rem;height:1.3rem;top:0.912109375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8Wh836hV2GhMauHDTwBHbwqynhef3wK { width:46.875rem;height:6.535125rem;top:4.875rem;left:0.875rem;font-size:0.875rem;display:block; }#O8Wh836hV2GhMauHDTwBHbwqynhef3wK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #E4cFfXoNX6wkhVdgzEyC2kilHu95hnn3 { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvqSRryaW2DNu4hkuHoGJTT1niyQeVhF { width:3.125rem;height:3.125rem;top:12.75rem;left:44.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U1T3im198KdB5aqB1Agkt0ZHVBISK8w3 { top:3.21875rem;left:0rem;width:44.3125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L961vyvgUIssTPB3VnJsmFhHUTdMTNeW { display:block; }#L961vyvgUIssTPB3VnJsmFhHUTdMTNeW > .row .container { width:47.75rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvFdNrP55qJUft6GyvMDRO1HSbhmCtq7 { top:4.125rem;left:0.4375rem;width:46.875rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaksQ60M37HbhwsBzETb7kr2mkz88fqX { top:3.21875rem;left:0rem;width:44.3125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg1ctnvLaaDStXX4epmBTa3CLEAdorW2 { width:43.75rem;height:1.3rem;top:0.912109375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr9GVMUga9FXE8DLRVEk5xIoQT7P1Qto { width:46.875rem;height:6.535125rem;top:4.875rem;left:0.875rem;font-size:0.875rem;display:block; }#Kr9GVMUga9FXE8DLRVEk5xIoQT7P1Qto li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #XcGC3hb4eCD48DJhTA4FgswBzKtPqu0b { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTLNNwnyLJpxGlD2ogFWVSBqk0mUKaqU { width:3.125rem;height:3.125rem;top:12.75rem;left:44.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qDRye9Tl3yPTH6uxwPMpT8tJyI4AihR8 { display:none; }#qDRye9Tl3yPTH6uxwPMpT8tJyI4AihR8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B7Upi4zg2m73WufguZHPezizVAIU3Kfk { width:43.75rem;height:2.5996125rem;top:0.5869140625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkobWmcxZbm1ZZzr8FdqwiiuTz4EiAhS { width:3.125rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R30ItghqyGvSuxfMzZ9iiCWluAPwanD5 { top:4.0673828125rem;left:0rem;width:44.3125rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #V12d6WkpR66TDegW6wBz8k7JlSy2QKAt { top:4.6875rem;left:0.875rem;width:46.875rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyN5cG1TJOBJ5fUvK67ISbBvyhsq8zDf { width:46.875rem;height:4.82324375rem;top:5.4375rem;left:0.875rem;font-size:0.875rem;display:block; }#LyN5cG1TJOBJ5fUvK67ISbBvyhsq8zDf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #u8X0PQC4nuppI7K5xzvmkOzE77uIXpml { width:3.125rem;height:3.125rem;top:9.0625rem;left:44.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZihS9mDVcl5qapz2GoT5fwpCAOOqEHP { display:block; }#ZZihS9mDVcl5qapz2GoT5fwpCAOOqEHP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdhaT6K70guMsbvbrqIzL4oiTtJiPDXu { width:47.75rem;height:2.625rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOfZbe5l3swFUIkohQMR7LJ7We8gdknl { display:block; }#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGNyar24zTxDL2Qas2MlLuAqtonmMyFn { display:none; }#CGNyar24zTxDL2Qas2MlLuAqtonmMyFn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xH3JRBoiXfbu381a5P5wBpG9wlOnANzC { width:43.75rem;height:1.3rem;top:1.787109375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD6A1sOp1Nvmu2rpCWFPe87JeAmXyyxf { top:5.0625rem;left:2.15625rem;width:12.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnB6gDIRzXCClQ9OLz0n2hb5frMBdEoy { width:11.25rem;height:6.296875rem;top:15.82421875rem;left:2.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGipnKDGxPrnHicTMKvrsT7r0cA9QpwJ { width:6.25rem;height:6.25rem;top:7.1875rem;left:5.28125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgeyn44L421vkALLLV07Dbo9BihcIpuD { top:5.0625rem;left:17.625rem;width:12.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzWWmE18738L4grAzPTuqFDb55TRmLXo { top:5.0625rem;left:32.90625rem;width:12.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnLFtDpUmNEHt009VnKcDnTl9RG9T22i { width:6.25rem;height:6.25rem;top:7.1875rem;left:20.75rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnnaSAhTnkhb3GsuLyu4ZOdZKqJULdgA { width:11.25rem;height:2.798825rem;top:15.82421875rem;left:18.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmOtnHdPUv3wI0f7dsdzBq8TJoUbTDIw { width:6.25rem;height:6.25rem;top:7.1875rem;left:36.21875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf3uo3QnpkkKeDiGZHyLm99mgG53Li8d { width:11.25rem;height:4.1982375rem;top:15.82421875rem;left:33.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJxZww18IKMJ6zUOL09mmhLxmGpwXLA4 { width:3.125rem;height:3.125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA { display:block; }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV { display:none; }#qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r54lyLQeOz3deuNCUZot1RQwvbMSJQvT { width:47.75rem;height:1.6rem;top:0.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ { display:none; }#qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ > .row .container { width:47.75rem;height:10.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tZKGrPrpPtCsMpTGc3XbIUJLGlTlG2ea { width:8.75rem;height:1.13769375rem;top:4.75rem;left:1.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf3f4WrAQb6wlGHxEIqTteNuhJfv1HOl { width:14.0625rem;height:0.125rem;top:13.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vPDAJrQ6kZ9N9r48lwD9KyPXhnt7beUh { width:14.0625rem;height:0.125rem;top:13.9375rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QCb7dyAcPtzkqQFgpf3dRQomOOTTd0GK { width:14.0625rem;height:0.125rem;top:13.9375rem;left:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dcSZhhbG3nT1F7UQQCB1TnbfP6C5u5Qc { width:14.0625rem;height:0.125rem;top:13.9375rem;left:33.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQEbp1GTJJaUTpvClnJOEhk9RRrML3wB { width:9.375rem;height:9.375rem;top:0rem;left:13.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDwTOHsE9V9O7UT3Kbxzwpnkn2c88nZs { width:9.375rem;height:9.375rem;top:0rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGCDoW0ISDdMBnqnO7SP2ElznhQ2HTeG { width:9.375rem;height:9.375rem;top:0rem;left:25.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMMyfo7yfqzza4nVxTs4AXCTxrM2QoD5 { width:9.375rem;height:9.375rem;top:0rem;left:37.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7neo0koWEzr1uzV0afGZBpAJ3PT6WhF { width:3.125rem;height:3.125rem;top:0.6875rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyDongvgffg0xpdcNhx4fLLuS56wft0b { width:3.125rem;height:3.125rem;top:0.6875rem;left:16.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyTgnMNSh8y9im5BoMTdQyQiUrTk1Dqq { width:8.75rem;height:2.2734375rem;top:4.75rem;left:13.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfKcBS6OpuvAWT32dIOSqZoktJUUwVit { width:3.125rem;height:3.125rem;top:0.6875rem;left:28.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAh7GmHrB0AH19wTTnnhJ5RSXnP2LRtf { width:8.75rem;height:2.2734375rem;top:4.75rem;left:25.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZqDRQ9XJ9XhPKTkotmoBVwixXc2OQnB { width:3.125rem;height:3.125rem;top:0.6875rem;left:40.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK1yKoACsp2aCRFzHa33fr5WSGkmZlth { width:8.75rem;height:4.546875rem;top:4.837890625rem;left:37.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0CFnTSI444RJGgUXMTXD8zDLwwHT9E4 { width:9.375rem;height:9.375rem;top:0rem;left:37.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs { display:none; }#ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs > .row .container { width:47.75rem;height:10.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MpprX7qSe1aLecGsSvocpKPsT2ph3eQp { width:3.125rem;height:3.125rem;top:0.8125rem;left:6.3955078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXE8osmGagIwCrxQb8vGTc3ofvCx3KWV { width:3.125rem;height:3.125rem;top:0.8125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2vxNNXgzREeuM9PO8reGX6GJNPJkpNU { width:9.375rem;height:9.375rem;top:0rem;left:3.2705078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezLN6W8L0TXkOWH6wgTD3UaksqiyaTzk { width:9.375rem;height:9.375rem;top:0rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTehLOyexvWBqcTXtcg3Ea1QNLFCmPWg { width:9.375rem;height:9.375rem;top:0rem;left:35.103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6VTSOa8SR2iJB80y6xatwCVboxZ7Now { width:3.125rem;height:3.125rem;top:0.8125rem;left:38.228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6oNqhNFfhxs8JIoPcXiWRIxAwAWX2Pl { width:8.75rem;height:3.41015625rem;top:4.59375rem;left:3.5830078125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDOWk9hLr3zgZfpLqmvr7ZiPcreW7zDT { width:8.75rem;height:3.41015625rem;top:4.59375rem;left:19.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIsxlHrV4GtEkZSx1fhiIASeJMusnM2X { width:8.75rem;height:4.546875rem;top:4.837890625rem;left:35.416015625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hm1ZH8LwTVOuDw2IqJK2OiXgPimJTegx { width:14.0625rem;height:0.125rem;top:13.9375rem;left:31.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KnUce5M1x6T8m827Wy89B3EQMG1bIdnB { width:14.0625rem;height:0.125rem;top:13.9375rem;left:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KrtFCJLuLW5UXzdv4XAwi4tETtRTPoza { width:14.0625rem;height:0.125rem;top:13.9375rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ { display:block; }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0C9qJ513VpTMLT80DTOTrdive5PcbX2 { display:block; }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 > .row .container { width:47.75rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTnHvrDNvw6TvqaV6seq5KhGvGwkAhrE { width:47.75rem;height:3rem;top:0.8125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #REE4EPpkLJlX1TPxEIqtmITkI6UwGpou { width:47.75rem;height:3.375rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #heQL7oAPTiKN8gBdlN8JAWdUUprL7xPr { background-color:#ffffff;background-image:none;display:block; }#heQL7oAPTiKN8gBdlN8JAWdUUprL7xPr > .row .container { background-color: transparent; background-image: none; }#heQL7oAPTiKN8gBdlN8JAWdUUprL7xPr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heQL7oAPTiKN8gBdlN8JAWdUUprL7xPr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heQL7oAPTiKN8gBdlN8JAWdUUprL7xPr > .row .container > .video-iframe-container { display: none; }#heQL7oAPTiKN8gBdlN8JAWdUUprL7xPr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#heQL7oAPTiKN8gBdlN8JAWdUUprL7xPr > .row > .video-iframe-container { display: none; }#heQL7oAPTiKN8gBdlN8JAWdUUprL7xPr > .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); }#heQL7oAPTiKN8gBdlN8JAWdUUprL7xPr > .row .container { width:47.75rem;height:105.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-input-text {padding-top: 0; padding-bottom: 0;}#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-input-select {padding-top: 0; padding-bottom: 0;}#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-checkbox-label { width:44rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO  { width:45.25rem;height:auto;top:22.6484375rem;left:0rem; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO {display:block;}#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO { width:45.25rem;height:auto;top:22.6484375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #IULVZDueX7UpMW4qb3iHgsg7F4tlWqt7 {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #BSVxRdwDVTdf2t6LOsRwtx4GcaQDQUUp {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #frZg8SaP6xBs3ArpTylE7ZhzD9e8UXtq {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #EV01CN3v3Bmr6GhQfsZy4324nsBso9dw {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #VJwRQv2p4APZ0KzrXuNVvkTWaNEeExnw {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #GM22N0ZerJ2n9FpKKnZmvmG8kS7se13l {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #gVWOBiZu4dqrqpPXa51fhGyFfTUWwLAb {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #NHlTVPfyS3kdZaoQ6xVRtipmSZeFB5lH {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #Gbnz72ODhI28VBvn0d2Qyv7kFqyDnDo2 {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #sE36F72OaHn99pcqTJEVMvmMpLJUXEis {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #a1g7zt8O42ntdzC6ybSMlsF517cyGJZ0 {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #vvBwpehXc0i6L9MVuHS63lbtDUArmUa5 {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #kxLTnXTx0Gislihnq0zD3nRT4QtoaZfL {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #Ji1uSm9ZLZKcfE76FK0hvwfgcvGeNDSF {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #f3ew1dy4uCBKdhxHs0GGGT2Uy2bUqOZo {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #BRyCUyydoNvRFyTp40FCG76VqUtWHyO2 {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #u3kVS3DXR7PbHf6odTeIXopLztK5OfNT {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #HTIbS7Xm1BV1MnCOJyz9XZIGTUM48oIG {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #eA200K3FJf9nQZXCpUlCDMDAxD4X2LLN {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #zmUOcnZ3FpcaTJJiBfTgV0FIi9qrlzkr {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #QkNu1sIT84MZQTJIzXaS6VEhaMqpGxlr {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #HJPyTi3TTG0tgbvNtsnDkgQOB8uP52Ts {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #o4vpRcipA4886L2GTTckWcqMO3BSbav9 {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #csTH5zmtPovJ1CBFO0TyyyxC11IiMOSm {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #fCGy2V6GMJ8IdLSsZfxwnBzzqXQ25AxG {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #korPTvOiekcuhKmp3shvlr7bKpvEs5mh {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #ZNVvTlVtm710LtlrVTTW9TNJHmpQCMUh {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #RN7AW8QvlN3yJuJOnVlESXtING67VyXX {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #HPSFzqcIPRsTuDu1k3HTDBFTpW8kNdTg {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #QcMPnOPP4s1oKGepHpepVUdRLEToPXDD {  }
 }@media only screen and (max-width: 763px) { #CTaSRAxTq7o9Np2Cl6PMt4hQlzHlxtA9 { width:42.375rem;height:3.125rem;top:0.52395820617676rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GzT0H7W6e5pyAROrWH2uL1emyfDf8P1o { display:none; }#GzT0H7W6e5pyAROrWH2uL1emyfDf8P1o > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sZ4LtSiQKVDk5TkFhkKXE7myG52HovVt { top:1.249755859375rem;left:2.46826171875rem;width:44.3103125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML40KsbkkcbMOmERm7HTUlOtatCkTMyd { width:25rem;height:11.25rem;top:0.249755859375rem;left:11.3720703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeKXfmQrvAdL1IDWpqsHhRvwdtaILR5N { width:30.4358125rem;height:5.5996125rem;top:2.87548828125rem;left:8.65478515625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBtG4GUawlH158ibqo8mUkz3NylibR2f { display:none; }#XBtG4GUawlH158ibqo8mUkz3NylibR2f > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Hpbxr4fIdxAe47vCEmQT9coZxgASb27u { width:18.75rem;height:3.3125rem;top:1.3125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUzFF68z3yCOcxhT8hX6m6332JN3tKB4 { display:block; }
 }@media only screen and (max-width: 763px) { #sNBRmhKqtrx5EdWlz08KERMC1EqpOShQ { display:none; }#sNBRmhKqtrx5EdWlz08KERMC1EqpOShQ > .row .container { width:47.75rem;height:37.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AkyaCcVNTqz1FTnxnd11dRB8MQPbBif1 { width:47.75rem;height:2rem;top:0.703125rem;left:-0.00146484375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnmMNlpxgvttJTxXv3XKX7PrM1T2pLcx { width:41.1230625rem;height:2rem;top:19.12353515625rem;left:4.061279296875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #agRXzhAsgay8aLxCG04F0PI1fBI56y2b { top:6.624755859375rem;left:2.46826171875rem;width:44.3115rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTMwSfyqDrTzbPougd2EZCBCTIcKzlGg { top:25.374755859375rem;left:2.46826171875rem;width:44.3103125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbtRpNL4OOULOzXqrPQUQy9Vvh97MXNO { width:25rem;height:11.25rem;top:5.687255859375rem;left:11.31103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe5ATHFKT84JCcFa0kWyhyPgKLSTtT6C { width:30.437rem;height:5.6005875rem;top:8.311767578125rem;left:8.59130859375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqeE0L2IMhD4f9DqgiZ2NhIBnJOy9Xc8 { width:30.4358125rem;height:5.6005875rem;top:27.06298828125rem;left:8.65478515625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPvo11kIEAG6p0vepbwGJTVMc5u57SmD { width:25rem;height:11.25rem;top:24.437255859375rem;left:11.3720703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSFxTRMxoNpEItB0NoWX6sx3SoEiSHzn { display:none; }#tSFxTRMxoNpEItB0NoWX6sx3SoEiSHzn > .row .container { width:47.75rem;height:19.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zcaDAE7MQHNR3DXIz3bxz7cSFT0bVk1M { top:6.624755859375rem;left:2.46826171875rem;width:44.3115rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrIgzc2rkrR6zBF8kzrFDWTTUb8AMDaT { width:30.437rem;height:5.9985375rem;top:8.311767578125rem;left:8.59130859375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC72RUJ59yu1iuzbhHDXAuSl0iWks5EU { width:25rem;height:11.25rem;top:5.687255859375rem;left:11.31103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtoZZFmZWJS9LrbQ1xFRuI17ht4aeU39 { width:41.12425rem;height:2.99926875rem;top:1.1865234375rem;left:3.310546875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euo4WM4JXrGezntNurBCDXr6eXZPM88C { display:none; }#euo4WM4JXrGezntNurBCDXr6eXZPM88C > .row .container { width:47.75rem;height:20.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RkaSnRrx9TNPkOZV9uOTr9vFA4ipwoiW { top:6.248779296875rem;left:1.71875rem;width:44.3115rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoUTinGsoHTvfPBacxXgiJKpgpkXsrJk { width:30.437rem;height:5.9985375rem;top:7.31201171875rem;left:8.656005859375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2vBMSrllHc9TgKKdzIe9StshlDKkEyN { width:25rem;height:11.25rem;top:5.311279296875rem;left:11.373291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgfPB3PaTXJk72plO2OddEwugpb5Wp84 { width:41.12425rem;height:2.99926875rem;top:1.1865234375rem;left:3.310546875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH4tVpIaTr21vC4UuBWqwgxWyImelekq { display:block; }#cH4tVpIaTr21vC4UuBWqwgxWyImelekq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fqg8rv5W7sFSlatLdcWw097ET8iaTfK5 { width:47.75rem;height:1.6rem;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V00hUgcTTyPJ7z1B9S9UTLmdL8VOiFl9 { display:none; }#V00hUgcTTyPJ7z1B9S9UTLmdL8VOiFl9 > .row .container { width:47.75rem;height:20.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gTpWeyys9PTsKFiPq4NEWP8eCHkdri37 { top:6.0625rem;left:4rem;width:43.75rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX6kwkqZUDJFvMh0ha5vVqTWinQ4fBWX { top:0.875rem;left:0rem;width:44.3125rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3Mq6cDmFZLKP1FNPbFXTTp4MtAZnSl7 { width:42.5rem;height:9.09375rem;top:8.546875rem;left:5.25rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xsDiLCF3cP4UMfNO2KqcCbklGJGyOz5m { width:24.3125rem;height:2.5996125rem;top:2.5556640625rem;left:20.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCFKz1sNAfSN7KmZHcl4WvuDCduWmzLd { width:12.4375rem;height:12.4375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE { display:block; }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doFvM4Gowu71hx03W1ydhA3Us5NpHUtF { width:47.75rem;height:2rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N89uRBZZW4fGgLUMrQcxAMz8UrQACVSe { width:18.6875rem;height:18.6875rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL { display:block; }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfftMNs0KehbiUs6igbnyia2eN2xSazB { top:6.125rem;left:6.591796875rem;width:30.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuoZRVJzeCccttS1Trus2BrLol44tFx3 { top:0.875rem;left:0rem;width:44.3125rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkLLbzzMtd6GPZavZoD9ITg5psBPU5St { width:24.3125rem;height:2.5996125rem;top:2.0546875rem;left:20.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSWH8mCdJDwF306LzyA2xdJFXW0PlTUI { width:2.5rem;height:2.5rem;top:7.8125rem;left:14.216796875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxoSGUhJhQmNx0GkZm0vTaeb0EJzUtS8 { width:2.5rem;height:2.5rem;top:7.8125rem;left:27.373046875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xudlTfN2kBIHTbux87GIvS6sTzxoQfIo { width:16.3125rem;height:1.125rem;top:12.318359375rem;left:20.466796875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SubB8P6MrvCt8HifofBvubo6iHD83QKG { width:12.5rem;height:1.13769375rem;top:12.3125rem;left:9.529296875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLISGeW4UgMgB86LSi1APabamTcPyo95 { top:17.875rem;left:0rem;width:44.25rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrmXtgepaESKysbc0aOkJtfXVrX3UiSx { width:7.5rem;height:7.5rem;top:18.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrwIC1TtAffnPvFbTHpwcugJtkUKBdvL { top:23.0625rem;left:6.623046875rem;width:30.0625rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHMaL43FUtUeRP3B51Iuz4evP7tw2HhI { width:24.25rem;height:3.25rem;top:23rem;left:17.897918701172rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b25Ez64wEASfpraUqurZfNHTz29ielwa { width:2.5rem;height:2.5rem;top:23.75rem;left:14.216796875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8F2pF9OQ5V9WZvrvymrPiBg8JsIT1fJ { width:2.5rem;height:2.5rem;top:24.4375rem;left:27.373046875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWySKmgkl8iwTdzrwAVQyNZMh48ygvTP { width:12.5rem;height:1.13769375rem;top:27.92578125rem;left:9.216796875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey6USE54QL0BMkCehI9TCKoyVW6IET4J { width:18.75rem;height:1.125rem;top:27.931640625rem;left:19.248046875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt7ynGCgOTDJUhTGfOTQ1pBhUvUZTohz { width:47.75rem;height:2rem;top:18.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4DqEb4Q9csuPqrr3cNoFDGCl0fnJcuK { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw { display:block; }#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKLMTuOsSURmWA62WCIK130vxhs9Aoed { display:block; }#NKLMTuOsSURmWA62WCIK130vxhs9Aoed > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mr2K61XtgWITph53itIyfwcDpSiDi6cK { width:47.75rem;height:1.6rem;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyPTsDQ6FtXHmlITFpdrG8Mv6TmFQATr { display:block; }#PyPTsDQ6FtXHmlITFpdrG8Mv6TmFQATr > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhLTDVBOO86X80BT1Uf0m3S7y5C3QrrX { width:10.75rem;height:7rem;top:0.9375rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohE6mHXdBWqaIJ7h6Ny1nHpWCAJIaevJ { display:block; }#ohE6mHXdBWqaIJ7h6Ny1nHpWCAJIaevJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A24N9FIRTreCHBFA0WoHq2A4GcX4w6PT { width:47.75rem;height:1.6rem;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdQFNTPvx7bW5RKLzCsHwpDGyBJP0OeF { display:block; }#LdQFNTPvx7bW5RKLzCsHwpDGyBJP0OeF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDUDwwwPTzbiO7OQEX8PKlJze8OZ5TR6 { width:16.6875rem;height:4.875rem;top:1.1875rem;left:27.874998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS0WWztoPa7cDxhVgGCX0EyhtkuLnA95 { width:14.0625rem;height:4.4375rem;top:1.375rem;left:1.2124996185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmSnSyAgxm5PcpvzQuBgibcKeMguk3QT { display:none; }#KmSnSyAgxm5PcpvzQuBgibcKeMguk3QT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo { display:block; }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIOKoeuhaWCox80anFfTstIJDnaF3SV3 { width:47.75rem;height:1.6rem;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA { display:block; }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJDosqEFn4okUWlTgTAW99nVGEMnSXHU { width:18.75rem;height:3.3125rem;top:1.3125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFDvu4WpFOvW8XG0bCDvP3sa7n4tkvm4 { display:block; }
 }@media only screen and (max-width: 763px) { #i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF { display:block; }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvTVJfgyiC8g27Og6o6H8qIiMMASS4Ng { width:31.25rem;height:5.75rem;top:0.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvmdtfiKtWy8XOctxvULR2oe5qnx9LnH { width:26.8125rem;height:2.4375rem;top:10.875rem;left:10.46875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m { display:block; }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 { display:block; }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJlsUPpMd98B8h9UrfXmrmVieHI6Kbka { width:47.75rem;height:1.6rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ { display:block; }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MThZuZN1ytgNyMqh4TwanXcENebJOXWw { width:14.375rem;height:4.604087300213rem;top:1.5rem;left:16.65576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udOGInPwgEQpPsD0Ka0k3sWfD1I8TkO7 { width:47.75rem;height:3.89941875rem;top:7.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp { display:block; }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhcHlbxSUmdK9qgOTMPe8Nz3g6nfZodR { width:3.125rem;height:3.125rem;top:1.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRXLGOfEWewHH6ULFxOlP4D4JVpm7yNp { width:3.125rem;height:3.125rem;top:1.4375rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS4rnpvyN2RDylhECt8h0HZGZRm5bqdK { width:12.5rem;height:1.13769375rem;top:6.0625rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnMWObOBnaRSdGxNC2OArky47cyKBQn2 { width:18.75rem;height:1.125rem;top:6.0625rem;left:26.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 { display:block; }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvgiTwGW9nMp2lT6OTJ3meMOEgwggkkC { width:9.5rem;height:1.3rem;top:0.8125rem;left:19.559814453125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfLZldVBhTwUTyg8rTv0MOerurIwESxC { width:3.125rem;height:3.125rem;top:3.625rem;left:15.709716796875rem;display:block; }
#LfLZldVBhTwUTyg8rTv0MOerurIwESxC > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #TRF3gnCtCul0KUe4aXBdPvAzIqxotx4n { width:3.125rem;height:3.125rem;top:3.625rem;left:22.77880859375rem;display:block; }
#TRF3gnCtCul0KUe4aXBdPvAzIqxotx4n > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #TcwH3GaKmJqdQd5AS8dLbEUPDALzucrW { width:3.125rem;height:3.125rem;top:3.625rem;left:29.120361328125rem;display:block; }
#TcwH3GaKmJqdQd5AS8dLbEUPDALzucrW > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 { display:block; }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { display:block; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9MBJxzFJyKtUW4sdHOWtc319FJLlbsq { width:14.4375rem;height:4.62395625rem;top:2.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxvIHKFUz1JCqbQpezKBp79ZLKgzBuV4 { width:14.8125rem;height:4.5625rem;top:10.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmzXkfqokKsxZybylnIugIqKXJy0r9qs { width:16.4375rem;height:4.8125rem;top:15.311462402344rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs { background-color:#2f4366;background-image:none;display:none; }#MeEcEbiAheAl0bmz8p0TxXczTFJ6bgCs > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zF9d8et1Odcq7RuTPmJIpTBwRoXpaRAx { display:none; }#zF9d8et1Odcq7RuTPmJIpTBwRoXpaRAx > .row .container { width:20rem;height:10.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QcdD7sKEUVTVom0rL0nIkaHIqLebqV7Q { width:20rem;height:9.1rem;top:0.6220703125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zBRJIFGycBn0b3xwyDc56c3X4rUTqyOx { display:none; }#zBRJIFGycBn0b3xwyDc56c3X4rUTqyOx > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/38a0dc4e-0aab-41df-966b-aa52dccbfc27/Depositphotos_11604208_XL.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.adaptive-delivery-prevent-bg, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyload, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyloading { background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { background-color: transparent; background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .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); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { border-width: 0; border-radius: 0; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { width:20rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7AuZ1oVvKTvX7shdoIORSMhNldIvo0D { width:20rem;height:5.85rem;top:8.6875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hSxvZvKuP8o68Nm2cv8k0PdJTNsKV3UI { width:17.3729375rem;height:4.8rem;top:26.068748474121rem;left:1.3135414123535rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BEivOsEz0zbXKC9FA7ziq7SmFofnkLoQ { width:13.9355625rem;height:3.125rem;top:32.5625rem;left:3.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9lyFK57QEuD7Mgxr5MoGNtMR4M3wJzD { display:block; }
 }@media only screen and (max-width: 763px) { #cr2QxnEBS7L9EHWQ8vyeif9uI09Wg4xb { width:13.8105625rem;height:3.125rem;top:37.25rem;left:3.2177734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXi7s05tpCxPM9Dt3UKwDH0Cux8TJQth { display:block; }
 }@media only screen and (max-width: 763px) { #E3XHIZPBUwISDxEOiug366LTc1iyFAxS { width:20rem;height:38.5625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPiD8tRr6hv93EB0Vq7wFeaQ4wJMHMtw { width:4.4375rem;height:3.125rem;top:1.25rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE0XHUNn0xocumHMyqzenIUUk6Na1zca { width:18.75rem;height:2rem;top:6.0625rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QlgH13x0oPPGqlspFX9qeVZ9V2krWTbd { width:20rem;height:3.4125rem;top:15.4375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zw2rB3xdOL9hXBVpEmAsv1nIM91vkDOc { width:20rem;height:5.875rem;top:25.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEmmmmCp8gVE1M6XCxsxWoTTtFhE7AQL { width:3.18645625rem;height:3.18645625rem;top:18.85000038147rem;left:2.1437501907349rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJsTJW0v9hQRNV6VTlFf4f3vGdwLOczG { width:3.06145625rem;height:3.06145625rem;top:22.148958206177rem;left:2.2062501907349rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GalF050mwygfCV8pzrRzdCEOiCJwFQoQ { width:13.75rem;height:1.1375rem;top:19.875rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlAvXc1sutRroUUSJl3TDbSRE88c9iew { width:13.5604375rem;height:1.1375rem;top:23.110416412354rem;left:5.8770837783814rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V { background-color:#2f4366;background-image:none;display:block; }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row .container { background-color: transparent; background-image: none; }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row .container > .video-iframe-container { display: none; }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row > .video-iframe-container { display: none; }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .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); }#ddTOIUyuFAXEO7lNChK7ZNfImZZT0h0V > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 { display:block; }#wEo9sdHWxb3JTsrT6gs3R8wfvIXFV1N5 > .row .container { width:20rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3IMwdtnOODB05sfnEpKUbd6MTCPQ4ok { width:20rem;height:25.2rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nR8i8lNWefK685wSOKhKDsKmfTqwUG5q { width:20rem;height:6.75rem;top:23.64999961853rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bPnThQpF5AJwTLBKfwTBnvAQip9BHdy4 { width:20rem;height:2.6rem;top:30.39999961853rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qgS7PKPQIpaKEB4qOUmmFZ9zWFfzJMRT { width:20rem;height:1.3rem;top:34.250001525879rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vdxKDn8ot41UCWWlsQ5PifpRT92W341Q { display:block; }#vdxKDn8ot41UCWWlsQ5PifpRT92W341Q > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wibg6XC7QPgXAqGVh9r12STfaoEmzE9s { width:13.6875rem;height:3.125rem;top:1.25rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMTIuKbiAwuP9gre49fqQmOLVuD0rxMy { display:block; }
 }@media only screen and (max-width: 763px) { #euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu { display:block; }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu { background-color: transparent; background-image: none; }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .row .container > .video-iframe-container { display: none; }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .row > .video-iframe-container { display: none; }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .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); }#euXCy4yn9A1lwbLVlGC1lBT2O7cofiZu > .row .container { width:20rem;height:1.875rem;background-color:#2f4366;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rm9v3eLIypk8cmQJelaTXT8ynziu5eEa { width:18.75rem;height:17.5125rem;top:2.0439453125rem;left:0rem;font-size:0.875rem;line-height:1.4;display:block; }#rm9v3eLIypk8cmQJelaTXT8ynziu5eEa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e596122309e654a58b033ddd0aafc3144e7e685.svg); }
 }@media only screen and (max-width: 763px) { #kMpEKAotAd4BWTsbSV5fwHtyylV8cNEX { width:0.0625rem;height:13.75rem;top:2.5478515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sEoOU0TsOnOv0xKrwd7vHmIxML7QtN1W { width:0.0625rem;height:13.75rem;top:58.0875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N8IGMLzNKU5c2794pF4MQNLxudHcOOer { width:20rem;height:23rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPtZ4pVOymPRleMq57H33c3or5C9ATad { width:20rem;height:2.6rem;top:20.613543510437rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WslSvUvlZKWDCDZuaHLiqO2y3PmbsDTS { width:20rem;height:7.5625rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkGfJo0x3xLZKmrUB24n0M94LELmty3C { width:3.125rem;height:3.125rem;top:25.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { display:block; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fcIIE7316pDyTZyIzMglMpCwFWPVFUp5 { width:13.6875rem;height:3.125rem;top:5.625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJodz0vRGb2aLQevZpSickmQId5DKp2s { display:block; }
 }@media only screen and (max-width: 763px) { #krMzn0VX7dLsFD6BImuTPAVvEZ69odHc { width:13.9375rem;height:3.125rem;top:1.25rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XufGTBRS6nWk0xcR4pg9BOOEwOZIyoIF { display:block; }
 }@media only screen and (max-width: 763px) { #HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ { display:block; }#HZ6LAcpKgZRXNhS6ugNPsnbuHokJMvQJ > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfBweDDFVv1czfchcftzfzbVOEbzpNbm { display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { width:20rem;height:37.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SF53tQvKVPpbmlrubcI8v36tXBrVHt06 { width:16.5625rem;height:3rem;top:9.4874935150144rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW5PA1irpNecHoeiRkW7l4N7sXxvdK9e { width:0.125rem;height:12.5rem;top:5rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eq9vyJKcZ8RtbQXeTLCEd9QJrtXU0qf9 { width:0.125rem;height:12.5rem;top:21.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhw4xTp4LauG0HrrTbd5Mi39FWen8zZk { width:20rem;height:24.625rem;top:8.46875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFHVB9mpwDbDJ3BdJPkD5DiNMChGoUp9 { width:18.75rem;height:2.6rem;top:1.4375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XFxgpR9uH3k9s3AgSxhZOR7GvKg69ZB8 { width:16.1875rem;height:2.275rem;top:28.96249961853rem;left:3.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W44QiagmufDHQWJtcgy9Ap7hv1KF9N9X { width:16.5625rem;height:4.5625rem;top:13.512498855591rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOqUZq7li0NaKAKKo7vxly6qT2lwTFIZ { width:16.5625rem;height:2.8125rem;top:19.137498855591rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTdnVURJbiW6ZK29w1q6zDACGZbJRTCJ { width:16.5625rem;height:4.25rem;top:23rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJsqf7Py36AJ1mbp8dCuITIccqIa8B8O { width:16.1875rem;height:2.275rem;top:9.8499994277956rem;left:3.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sODlq3vOCfqNucr7eGeWWqXLTGT5oNwE { width:16.1875rem;height:1.1375rem;top:19.97500038147rem;left:3.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bSr9UT8gpvbOJzzHl9w6wQ35ee81eCEu { width:16.1875rem;height:2.275rem;top:14.65625rem;left:3.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JxgUX8q2cBmduBeq3qAlwk8XFBxvS00d { width:3.125rem;height:3.125rem;top:33.86145401001rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCak4mooFhPeX0tbd8UzFwSiKcX7PwOV { display:flex;width:3.125rem;height:3.125rem;top:5.037109375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #LqK4o3Rt42R9i3MJn617Qki64dzGs1nx { display:flex;width:1.25rem;height:1.25rem;top:10.362500190735rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Oc5ASu16thSLw601LstlHZWntctBueVg { display:flex;width:1.25rem;height:1.25rem;top:15.168749809265rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #pLZTcrWfTJfWpoDchBy2eh1Parzva423 { display:flex;width:1.25rem;height:1.25rem;top:19.918750762939rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #VGy2OwUvwxJEZp06xzsAkO7V4VlDKbP0 { display:flex;width:1.25rem;height:1.25rem;top:24.5rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ZggTlSxzMdsFHQ3gzPA54vGaKJKtv0Av { width:16.375rem;height:3.5625rem;top:28.362504959106rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvbCULT9wlB0ckzH8k1EbSX47Lx4stIS { width:16.3125rem;height:2.275rem;top:23.987499237061rem;left:3.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ANkyCI0gFgUiNbeniLrUXk6RfvR9NJa1 { display:flex;width:1.25rem;height:1.25rem;top:29.47500038147rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #xMUgain2nZJTZpdFqfe5yn4DCtothHoi { display:block; }#xMUgain2nZJTZpdFqfe5yn4DCtothHoi > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGG5MwVhG52U0VWPa6GT9mTNhsKwyAT7 { width:13.6875rem;height:3.125rem;top:5.625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRF5toP1tqkRxgpTWE4M69waXtcKA34s { display:block; }
 }@media only screen and (max-width: 763px) { #ZdFSxHZNxHNa8EcJuRhLiBGVZHckyfXR { width:13.9375rem;height:3.125rem;top:1.25rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKqIChpKdQ3KrR3PPpQDWxRprASDvRN8 { display:block; }
 }@media only screen and (max-width: 763px) { #CHGZUBXpgyEkTgqOLqrKi1OMWPsAmef4 { display:block; }#CHGZUBXpgyEkTgqOLqrKi1OMWPsAmef4 > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS { display:block; }#Kg55VXgSLAQv6r4fG95F2Dtmhq7HmuXS > .row .container { width:20rem;height:24.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEmdXyL0pT9R2CGDoBoa07ko4cBvylDl { width:19.375rem;height:14.725rem;top:3.7614650726318rem;left:0rem;font-size:0.875rem;line-height:1.4;display:block; }#BEmdXyL0pT9R2CGDoBoa07ko4cBvylDl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4e596122309e654a58b033ddd0aafc3144e7e685.svg); }
 }@media only screen and (max-width: 763px) { #K3cUlCoGXXblTWEU2XLGTxFF6ddDHwHc { width:0.0625rem;height:13.75rem;top:-0.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQqFW7e0QikywJHBCifaGhhvV0ALOU2H { width:0.0625rem;height:13.75rem;top:14.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cwSGXWbrIaMCSf52oLqybpph0tnI16LU { width:20rem;height:19.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIScnaSIk6v4Jw0OapbHFfDxVH32uKIR { width:18.75rem;height:1.3rem;top:1.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeEZzyrTkXMlVW9uF4P1JBBEkrVghai3 { width:20rem;height:13.75rem;top:6.6250038146975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZV6pJ49UX0yiO37pgTZfB09LP4qQkwx { width:3.125rem;height:3.125rem;top:21.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcmDg1p8VnMBOkxdsuXNw0kWTJdtWl45 { display:block; }#bcmDg1p8VnMBOkxdsuXNw0kWTJdtWl45 > .row .container { width:20rem;height:1.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #th7MelWPLqAkJQS7vTt43QtRbZD0GqkU { display:none; }#th7MelWPLqAkJQS7vTt43QtRbZD0GqkU > .row .container { width:20rem;height:46.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vGqBHkyC2Ft1bhAXnz8arReBVZsaIdWH { width:16.5625rem;height:3.75rem;top:15.662109375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeyCyTrOZq3LxLk7NietqXAxsGXb21Co { width:0.0625rem;height:13.75rem;top:18.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xRKWgMrbeTRakVPJcZxRlU1gMk4hqvPT { width:0.0625rem;height:13.75rem;top:53.3125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #y6RWnx42ze0Jy9W8RViCVC39DJiBCT40 { width:20rem;height:27.8125rem;top:14.474609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWokZ3kLI0HH7O7CiW8h81Jlv5iV6GRT { width:18.75rem;height:2.5996125rem;top:10.1875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T469Dfq27JaOtI6VS0bFN9KhQetnT6v8 { width:16.1875rem;height:2.2734375rem;top:25.837890625rem;left:3.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FPq10nhkbzUbBGuZryM92dBM4z41PR3P { width:16.5625rem;height:3.125rem;top:21.037109375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4eAbGnVoJdFTLCdTlWPGaWJX40aXPhQ { width:16.5625rem;height:3.125rem;top:25.412109375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLrQCbnuqgbWBAiDqKEip9xdV3fUZrQv { width:16.5625rem;height:4.6875rem;top:29.974609375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDMZxrM4hLw2rTtQ9w17xrVtSiiATlZo { width:16.1875rem;height:3.41015625rem;top:15.83203125rem;left:3.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QIBTdl2r4qT2rc2kQCt6zNFUKXTaqvvv { width:16.1875rem;height:4.546875rem;top:30.044921875rem;left:3.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MPoapfocVAFd9RlrolKe0bvGguKyVicR { width:16.1875rem;height:2.2734375rem;top:21.462890625rem;left:3.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BwyLa2rIRan0EEqrGGiUPXkXcs3WMDef { width:16.5625rem;height:3.8125rem;top:35.525390625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhxTB8KJTQUhO8TrPQ61qmP1vF8Sr3C4 { width:16.1875rem;height:2.2734375rem;top:36.294921875rem;left:3.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fgTPdw6gvWnJEGIiaM5p5m3Dou5qtgNg { width:3.125rem;height:3.125rem;top:42.7890625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfmZxoRgtqRnRvBF7t4TI2pnmgqcB3Xu { display:flex;width:9.0625rem;height:9.0625rem;top:0.5625rem;left:5.46875rem; }
 }@media only screen and (max-width: 763px) { #oxuFfQyMiKtbyotTcdc7ufGWDZbxZmni { display:flex;width:1.875rem;height:1.875rem;top:16.599609375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fBHga1HvIyyTxvUOeMpBMIHTmaBkVITh { display:flex;width:1.875rem;height:1.875rem;top:21.6621125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hJk2ia8wgXvb4s9icV43M3SOf6zv1pdZ { display:flex;width:1.875rem;height:1.875rem;top:26.0371125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #g5C0OtdybJT2Wnc8qNp5MplshwIofLtX { display:flex;width:1.875rem;height:1.875rem;top:31.380859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qkIPUdS5WCPu2ywWMszXrnVHomzASZID { display:flex;width:1.875rem;height:1.875rem;top:36.494140625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #B0kFbxcPpH1OqTcFRbWenXMIlfnG5TfW { display:block; }#B0kFbxcPpH1OqTcFRbWenXMIlfnG5TfW > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C { display:block; }#BUrJOrJWPPgoT5ZF5ndwxGND17Hhl01C > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMVJ1wvDhx9cepaQZ76J7z854pNFh2sR { width:20rem;height:3.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dnwssw9cvrtpumXU8ZfTk5RD33fa25TE { display:block; }#dnwssw9cvrtpumXU8ZfTk5RD33fa25TE > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sk5tnz88l32niSbyLsxPTAsaSHOqzsfK { width:20rem;height:7.875rem;top:7.6177024841306rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S820eQ8FaKHHho18CPTManq1U0bLVZhH { width:20rem;height:5.625rem;top:10.773956298828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbMmtqaBrr5XHDUTgocPvNgB5PQzCJG2 { width:18.75rem;height:2.6rem;top:4.375rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pXhSLlfT9tVnWvb0dBnx1cv5cfDh6VTd { width:18.75rem;height:6.3125rem;top:8.4864578247069rem;left:0.625rem;font-size:0.875rem;line-height:1.3;display:block; }#pXhSLlfT9tVnWvb0dBnx1cv5cfDh6VTd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #Cveexp2Jn1b1wKALIhKyRnWfdcfHmw8S { display:flex;width:3.125rem;height:3.125rem;top:0.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #XsptRhE5w4nT9siwBnFNby9wINq6lR42 { width:3.125rem;height:3.125rem;top:10.4375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NlnJJTqihXootWuFdUbGMzhrug10LVqT { display:block; }#NlnJJTqihXootWuFdUbGMzhrug10LVqT > .row .container { width:20rem;height:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kNMZ7Pxgzq0g9OrN5NQU3GRiEJOyTUR6 { width:20rem;height:8.0625rem;top:6.97500038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8JwZyL3HK3KEm9azL8wUCDTHo5qiSfC { width:20rem;height:5.1875rem;top:10.773956298828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ6GU9iZRILVCFl2BxVML2KyiUW7JBqG { width:18.75rem;height:2.6rem;top:4.375rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ENotmyfk3mcKHdf6ptcT36rMuV6aqWQT { width:18.75rem;height:6.3125rem;top:7.8364582061769rem;left:0.625rem;font-size:0.875rem;line-height:1.3;display:block; }#ENotmyfk3mcKHdf6ptcT36rMuV6aqWQT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #DSWlr7IRxSatDRyZ5z7oseOuF6F7LA9y { display:flex;width:3.125rem;height:3.125rem;top:0.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #vnUA9m6Xr0ckw4UZhU64lmLetv0UrtI8 { width:3.125rem;height:3.125rem;top:13rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg { display:block; }#OeOhZg5t7iLPcmB87XKuPrRgA4LQK2Wg > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oUisaFI9WEMzMVqN8SnVxlFhe6eC4AVO { width:20rem;height:5.5625rem;top:4.8874969482422rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcG6GUyS8PJdT8tLs53cTgJGLkOI4P8o { width:20rem;height:6.125rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWvBFJCmyqP0W4zpT3b2c9Wh7BEi4noT { width:18.75rem;height:1.1375rem;top:3.5500001907349rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gnqm6tJ05Q1t0CJlDeAcfi8hQoknTIzA { width:20rem;height:4.0375rem;top:5.5239582061767rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }#gnqm6tJ05Q1t0CJlDeAcfi8hQoknTIzA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #t3G0DeEirsoaGE7n3H6iWNx8QfQfVVR8 { display:flex;width:3.125rem;height:3.125rem;top:0.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #TxsK9sm6sswJpMsNl0k7DBxdLOITl9Cm { width:3.125rem;height:3.125rem;top:12.9375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh { display:block; }#G0SEC1kSsE3cGJqxTMt9MrcTKOhwturh > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIroVxkp0p18so31t2xR0WZ3A5gKFSKN { width:20rem;height:5.1875rem;top:5.8625049591064rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvLHIi77sq5CcciqP5XoXpwePPPnC54O { width:20rem;height:3.4375rem;top:8.4374990463256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvLeMagD1TM35HicduxhVzmenrDgbITt { width:18.75rem;height:1.1375rem;top:3.6875rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MKyoFpc6TD5unEQyKz5ry7oyVaDx3pX9 { width:20rem;height:4.0375rem;top:6.7062492370606rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }#MKyoFpc6TD5unEQyKz5ry7oyVaDx3pX9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #JSHX4WTgBmO9eLMrDmKOQLm6dC8ziaca { display:flex;width:3.125rem;height:3.125rem;top:0.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #QZGmu6T3oq0VpUV86xDqwLNZdawkQofm { width:3.125rem;height:3.125rem;top:15.10546875rem;left:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iVhMVnL0XtNEFd1MSDrCCEC8nL0Qzt9L { display:block; }#iVhMVnL0XtNEFd1MSDrCCEC8nL0Qzt9L > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cc0TDfhsd4RHHzPr7vwDqo2GxiC9ttTG { width:20rem;height:4.3125rem;top:5.2812271118164rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPBL8oDaJtQ7ReH5rOtLyMcC5CCMyqH2 { width:20rem;height:3.4375rem;top:7.0625009536744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3pPOL18ZsaQMbBt8PDs0vRptZxqCbEG { width:18.75rem;height:1.1375rem;top:3.6875rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HXBkvSC9HZsOcRrInBethLdHvQq4zW7b { width:20rem;height:4.0375rem;top:5.2812509536743rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }#HXBkvSC9HZsOcRrInBethLdHvQq4zW7b li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #lZcn9I48GG3BbR3un4uAqu5hmWlT3f7W { display:flex;width:3.125rem;height:3.125rem;top:0.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #KdBe9wExgycrf2UEPtyFHCSgl03vOTxZ { width:3.125rem;height:3.125rem;top:15.10546875rem;left:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJ8RU1QU3S0EPoIhpgeMgtayGkXSmXkE { display:block; }#oJ8RU1QU3S0EPoIhpgeMgtayGkXSmXkE > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJdN5gqrgJvv8Mm84vRE4pTrbEfNCOkH { width:20rem;height:4.75rem;top:5.2812557220459rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuNdgbEKGGwP6UuwsRguoTcyTLZVMwzT { width:20rem;height:3.4375rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4CAvIM1RBW1yMBM58NskXEtLpGZJadE { width:18.75rem;height:1.1375rem;top:3.6875rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tQIUFw3VFJJxpQ58ey9lnRD5ILITwxrA { width:20rem;height:4.0375rem;top:5.28125rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }#tQIUFw3VFJJxpQ58ey9lnRD5ILITwxrA li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #LOsOiQSv6humOEm7KnZPLNOMbRRhLiKL { display:flex;width:3.125rem;height:3.125rem;top:0.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #eokD3Ii96NAHWUIeosSMQBvyo7iFJIrZ { width:3.125rem;height:3.125rem;top:15.10546875rem;left:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vM7Wmq0JGRT8AygdOAT9TBq6lyNb2vJC { display:block; }#vM7Wmq0JGRT8AygdOAT9TBq6lyNb2vJC > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pencg3zDTn7Kh7T9vdB62SELohvDdFqv { width:20rem;height:4.5rem;top:5.8625011444092rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxybWfQb4yt3GIpcrBmyeKhavgp0Rz14 { width:20rem;height:3.4375rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmeIqsZRkROc1Wa0EMTgTvQzhfgaHZSD { width:18.75rem;height:1.1375rem;top:3.6875rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KHSkpHxBU0L8m05z4rQMKRQsOzDPaBU4 { width:20rem;height:4.0375rem;top:5.8625011444092rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }#KHSkpHxBU0L8m05z4rQMKRQsOzDPaBU4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #umVzdxDcAzFFCUEQUu0hcmG9obTnQcRd { display:flex;width:3.125rem;height:3.125rem;top:0.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #foq0KRZmdSLH82J6xcyJqH8WbqEnLEBO { width:3.125rem;height:3.125rem;top:15.10546875rem;left:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zDLTTRTbDsNUlA2TmheKTaNqTvP11psC { width:20rem;height:12.0625rem;top:27.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OQ6iEIwm8tOETbhCLwPA2HRy07KpPGbZ { display:block; }#OQ6iEIwm8tOETbhCLwPA2HRy07KpPGbZ > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XaOJIFMqUOEVJRgOnmaWHguBI7vABuDl { width:20rem;height:3.5625rem;top:4.9499969482422rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR5VF7sQ21txioPFSnANv5wOF3nI06z3 { width:20rem;height:3.4375rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU8utq4HQWpsDd54EAaI6nVgimrzoZuP { width:18.75rem;height:1.1375rem;top:3.6875rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RDi1zRAa5HGMXQEccNT3o95SVIIzC432 { width:20rem;height:2.5875rem;top:5.3312492370606rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }#RDi1zRAa5HGMXQEccNT3o95SVIIzC432 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #Ks2Zpi7QEkFPxEy5NHpefcDRc3LLFPGo { display:flex;width:3.125rem;height:3.125rem;top:0.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ktTPfFXByBFtvBVWbQ7xT09FyZQshpJg { width:3.125rem;height:3.125rem;top:15.10546875rem;left:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ROGMVctMHxZkXsuFyg6XZd6ZbIHExtv2 { width:20rem;height:8.25rem;top:27.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fxumswBKLz0rTCQ0aV2UhnHbFWrvAuUs { display:block; }#fxumswBKLz0rTCQ0aV2UhnHbFWrvAuUs > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PalRxrk4PGqEAZvGGkwNnkZzTiRKhHD9 { width:20rem;height:4.4375rem;top:4.8249998092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX9yLqkX4wM8PFkpTvF2y3ZNzGra1WO3 { width:20rem;height:3.5625rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0K7iUehmAOVsirxlMyOSVp1CEC7uGF7 { width:18.75rem;height:1.1375rem;top:3.125rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O8Wh836hV2GhMauHDTwBHbwqynhef3wK { width:20rem;height:4.0375rem;top:5.0249996185303rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }#O8Wh836hV2GhMauHDTwBHbwqynhef3wK li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #E4cFfXoNX6wkhVdgzEyC2kilHu95hnn3 { display:flex;width:3.125rem;height:3.125rem;top:0rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #yvqSRryaW2DNu4hkuHoGJTT1niyQeVhF { width:3.125rem;height:3.125rem;top:15.10546875rem;left:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U1T3im198KdB5aqB1Agkt0ZHVBISK8w3 { width:20rem;height:12.0625rem;top:27.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L961vyvgUIssTPB3VnJsmFhHUTdMTNeW { display:block; }#L961vyvgUIssTPB3VnJsmFhHUTdMTNeW > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvFdNrP55qJUft6GyvMDRO1HSbhmCtq7 { width:20rem;height:5.25rem;top:4.8249998092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaksQ60M37HbhwsBzETb7kr2mkz88fqX { width:20rem;height:3.4375rem;top:7.4999990463256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg1ctnvLaaDStXX4epmBTa3CLEAdorW2 { width:18.75rem;height:1.1375rem;top:3.125rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kr9GVMUga9FXE8DLRVEk5xIoQT7P1Qto { width:20rem;height:3.725rem;top:5.5875005722046rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }#Kr9GVMUga9FXE8DLRVEk5xIoQT7P1Qto li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #XcGC3hb4eCD48DJhTA4FgswBzKtPqu0b { display:flex;width:3.125rem;height:3.125rem;top:1.1444091796875E-5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #bTLNNwnyLJpxGlD2ogFWVSBqk0mUKaqU { width:3.125rem;height:3.125rem;top:15.10546875rem;left:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qDRye9Tl3yPTH6uxwPMpT8tJyI4AihR8 { display:none; }#qDRye9Tl3yPTH6uxwPMpT8tJyI4AihR8 > .row .container { width:20rem;height:11.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B7Upi4zg2m73WufguZHPezizVAIU3Kfk { width:18.75rem;height:1.1375rem;top:4.3750019073486rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qkobWmcxZbm1ZZzr8FdqwiiuTz4EiAhS { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #R30ItghqyGvSuxfMzZ9iiCWluAPwanD5 { width:20rem;height:2.375rem;top:8.5000009536744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V12d6WkpR66TDegW6wBz8k7JlSy2QKAt { width:20rem;height:3.5625rem;top:6.5124816894531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyN5cG1TJOBJ5fUvK67ISbBvyhsq8zDf { width:20rem;height:2.5875rem;top:7.0000009536744rem;left:0rem;font-size:0.875rem;line-height:1.3;display:block; }#LyN5cG1TJOBJ5fUvK67ISbBvyhsq8zDf li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_9247b8ecfe1644abbf39e3d13911bf19e1ec01e5.svg); }
 }@media only screen and (max-width: 763px) { #u8X0PQC4nuppI7K5xzvmkOzE77uIXpml { width:3.125rem;height:3.125rem;top:9.0625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZihS9mDVcl5qapz2GoT5fwpCAOOqEHP { display:block; }#ZZihS9mDVcl5qapz2GoT5fwpCAOOqEHP > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdhaT6K70guMsbvbrqIzL4oiTtJiPDXu { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOfZbe5l3swFUIkohQMR7LJ7We8gdknl { display:block; }#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl { background-color: transparent; background-image: none; }#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl > .row .container > .video-iframe-container { display: none; }#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl > .row > .video-iframe-container { display: none; }#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl > .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); }#fOfZbe5l3swFUIkohQMR7LJ7We8gdknl > .row .container { width:20rem;height:0.625rem;background-color:#2f4366;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGNyar24zTxDL2Qas2MlLuAqtonmMyFn { display:none; }#CGNyar24zTxDL2Qas2MlLuAqtonmMyFn > .row .container { width:20rem;height:54.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xH3JRBoiXfbu381a5P5wBpG9wlOnANzC { width:18.75rem;height:1.3rem;top:5.625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VD6A1sOp1Nvmu2rpCWFPe87JeAmXyyxf { width:18.75rem;height:12.5rem;top:8.17480625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnB6gDIRzXCClQ9OLz0n2hb5frMBdEoy { width:16.8105625rem;height:3.15rem;top:16.2490234375rem;left:1.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGipnKDGxPrnHicTMKvrsT7r0cA9QpwJ { display:flex;width:5rem;height:5rem;top:10.29980625rem;left:3.75rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #zgeyn44L421vkALLLV07Dbo9BihcIpuD { width:18.75rem;height:12.5rem;top:23.3349625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzWWmE18738L4grAzPTuqFDb55TRmLXo { width:18.75rem;height:12.5rem;top:38.14453125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnLFtDpUmNEHt009VnKcDnTl9RG9T22i { display:flex;width:5rem;height:5rem;top:25.4599625rem;left:3.75rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #FnnaSAhTnkhb3GsuLyu4ZOdZKqJULdgA { width:16.8105625rem;height:2.8rem;top:31.0966796875rem;left:1.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmOtnHdPUv3wI0f7dsdzBq8TJoUbTDIw { display:flex;width:5rem;height:5rem;top:40.26953125rem;left:3.9375rem;font-size:3.5rem; }
 }@media only screen and (max-width: 763px) { #xf3uo3QnpkkKeDiGZHyLm99mgG53Li8d { width:16.8105625rem;height:4.2rem;top:45.26953125rem;left:1.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJxZww18IKMJ6zUOL09mmhLxmGpwXLA4 { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA { display:block; }#tEVRGO0Wq5HxT3XIUC5GhHsKgq9dF7rA > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV { display:none; }#qW4rT8XDJvbVOb7PiUgD8KxlwoVQFAfV > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #r54lyLQeOz3deuNCUZot1RQwvbMSJQvT { width:20rem;height:1.6rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ { display:none; }#qlG2UOcwJq1vCr04TB3yqELSaFAyfdoZ > .row .container { width:20rem;height:60.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tZKGrPrpPtCsMpTGc3XbIUJLGlTlG2ea { width:10.9980625rem;height:1.3rem;top:8.125rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gf3f4WrAQb6wlGHxEIqTteNuhJfv1HOl { width:14.0625rem;height:0.12402375rem;top:14rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPDAJrQ6kZ9N9r48lwD9KyPXhnt7beUh { width:14.0625rem;height:0.1234375rem;top:27.9375rem;left:2.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCb7dyAcPtzkqQFgpf3dRQomOOTTd0GK { width:14.0625rem;height:0.1234375rem;top:42.8125rem;left:2.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcSZhhbG3nT1F7UQQCB1TnbfP6C5u5Qc { width:14.0625rem;height:0.1234375rem;top:59.25rem;left:2.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQEbp1GTJJaUTpvClnJOEhk9RRrML3wB { width:12.5rem;height:12.5rem;top:0.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDwTOHsE9V9O7UT3Kbxzwpnkn2c88nZs { width:0.125rem;height:0.125rem;top:18.8125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGCDoW0ISDdMBnqnO7SP2ElznhQ2HTeG { width:12.5rem;height:12.5rem;top:14.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMMyfo7yfqzza4nVxTs4AXCTxrM2QoD5 { width:12.5rem;height:12.5rem;top:28.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7neo0koWEzr1uzV0afGZBpAJ3PT6WhF { display:flex;width:3.125rem;height:3.125rem;top:1.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #VyDongvgffg0xpdcNhx4fLLuS56wft0b { display:flex;width:3.125rem;height:3.125rem;top:15.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #xyTgnMNSh8y9im5BoMTdQyQiUrTk1Dqq { width:11.3730625rem;height:2.6rem;top:22.625rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gfKcBS6OpuvAWT32dIOSqZoktJUUwVit { display:flex;width:3.125rem;height:3.125rem;top:31.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #nAh7GmHrB0AH19wTTnnhJ5RSXnP2LRtf { width:11.3730625rem;height:2.6rem;top:36.0625rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mZqDRQ9XJ9XhPKTkotmoBVwixXc2OQnB { display:flex;width:3.125rem;height:3.125rem;top:46.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #fK1yKoACsp2aCRFzHa33fr5WSGkmZlth { width:11.372625rem;height:5.2rem;top:50.875rem;left:4.3140626549721rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E0CFnTSI444RJGgUXMTXD8zDLwwHT9E4 { width:12.375rem;height:12.375rem;top:44.5rem;left:3.7500000596046rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs { display:none; }#ZdvmBmwwuBBSZOfovl9e931qJ9HwbTzs > .row .container { width:20rem;height:46.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MpprX7qSe1aLecGsSvocpKPsT2ph3eQp { display:flex;width:3.125rem;height:3.125rem;top:2.8125rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #TXE8osmGagIwCrxQb8vGTc3ofvCx3KWV { display:flex;width:3.125rem;height:3.125rem;top:16.4375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #B2vxNNXgzREeuM9PO8reGX6GJNPJkpNU { width:12.5rem;height:12.5rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezLN6W8L0TXkOWH6wgTD3UaksqiyaTzk { width:12.5rem;height:12.5rem;top:15.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTehLOyexvWBqcTXtcg3Ea1QNLFCmPWg { width:12.5rem;height:12.5rem;top:31rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6VTSOa8SR2iJB80y6xatwCVboxZ7Now { display:flex;width:3.125rem;height:3.125rem;top:31.8125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #U6oNqhNFfhxs8JIoPcXiWRIxAwAWX2Pl { width:11.3730625rem;height:3.9rem;top:7.53125rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LDOWk9hLr3zgZfpLqmvr7ZiPcreW7zDT { width:11.3730625rem;height:3.9rem;top:20.75rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GIsxlHrV4GtEkZSx1fhiIASeJMusnM2X { width:11.3730625rem;height:5.2rem;top:37.3125rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hm1ZH8LwTVOuDw2IqJK2OiXgPimJTegx { width:14.0625rem;height:0.125rem;top:46.5rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnUce5M1x6T8m827Wy89B3EQMG1bIdnB { width:14.0625rem;height:0.125rem;top:29.5rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrtFCJLuLW5UXzdv4XAwi4tETtRTPoza { width:14.0625rem;height:0.125rem;top:14.3125rem;left:2.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ { display:block; }#EMVhTgr5n7WG5m4GiQNhuAiADOUrQUSZ > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0C9qJ513VpTMLT80DTOTrdive5PcbX2 { display:block; }#T0C9qJ513VpTMLT80DTOTrdive5PcbX2 > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTnHvrDNvw6TvqaV6seq5KhGvGwkAhrE { width:20rem;height:3.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #REE4EPpkLJlX1TPxEIqtmITkI6UwGpou { width:20rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #heQL7oAPTiKN8gBdlN8JAWdUUprL7xPr { display:block; }#heQL7oAPTiKN8gBdlN8JAWdUUprL7xPr > .row .container { width:20rem;height:66.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-form-header {  }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:17.5rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-input-text {padding-top: 0; padding-bottom: 0;}#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:17.5rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-input-select {padding-top: 0; padding-bottom: 0;}#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .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; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#2f4366;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:0;margin-bottom:0.25rem;margin-left:4.375rem;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:8.75rem;height:3.4375rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .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:"open sans";line-height:1.5;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .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; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-container:first-of-type{padding-top:0;}#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-container:last-of-type{padding-bottom:0;}#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:0rem;top:0.5625rem;z-index:15002; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.625rem;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO {display:block;}#R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:0rem;top:0.5625rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #IULVZDueX7UpMW4qb3iHgsg7F4tlWqt7 {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #BSVxRdwDVTdf2t6LOsRwtx4GcaQDQUUp {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #frZg8SaP6xBs3ArpTylE7ZhzD9e8UXtq {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #EV01CN3v3Bmr6GhQfsZy4324nsBso9dw {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #VJwRQv2p4APZ0KzrXuNVvkTWaNEeExnw {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #GM22N0ZerJ2n9FpKKnZmvmG8kS7se13l {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #gVWOBiZu4dqrqpPXa51fhGyFfTUWwLAb {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #NHlTVPfyS3kdZaoQ6xVRtipmSZeFB5lH {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #Gbnz72ODhI28VBvn0d2Qyv7kFqyDnDo2 {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #sE36F72OaHn99pcqTJEVMvmMpLJUXEis {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #a1g7zt8O42ntdzC6ybSMlsF517cyGJZ0 {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #vvBwpehXc0i6L9MVuHS63lbtDUArmUa5 {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #kxLTnXTx0Gislihnq0zD3nRT4QtoaZfL {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #Ji1uSm9ZLZKcfE76FK0hvwfgcvGeNDSF {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #f3ew1dy4uCBKdhxHs0GGGT2Uy2bUqOZo {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #BRyCUyydoNvRFyTp40FCG76VqUtWHyO2 {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #u3kVS3DXR7PbHf6odTeIXopLztK5OfNT {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #HTIbS7Xm1BV1MnCOJyz9XZIGTUM48oIG {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #eA200K3FJf9nQZXCpUlCDMDAxD4X2LLN {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #zmUOcnZ3FpcaTJJiBfTgV0FIi9qrlzkr {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #QkNu1sIT84MZQTJIzXaS6VEhaMqpGxlr {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #HJPyTi3TTG0tgbvNtsnDkgQOB8uP52Ts {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #o4vpRcipA4886L2GTTckWcqMO3BSbav9 {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #csTH5zmtPovJ1CBFO0TyyyxC11IiMOSm {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #fCGy2V6GMJ8IdLSsZfxwnBzzqXQ25AxG {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #korPTvOiekcuhKmp3shvlr7bKpvEs5mh {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #ZNVvTlVtm710LtlrVTTW9TNJHmpQCMUh {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #RN7AW8QvlN3yJuJOnVlESXtING67VyXX {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #HPSFzqcIPRsTuDu1k3HTDBFTpW8kNdTg {  }
 }@media only screen and (max-width: 763px) { #R9V6O2KRgJkRFP9KQCKEP1ogs0qbGpyO #QcMPnOPP4s1oKGepHpepVUdRLEToPXDD {  }
 }@media only screen and (max-width: 763px) { #CTaSRAxTq7o9Np2Cl6PMt4hQlzHlxtA9 { width:20rem;height:5.25rem;top:0.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GzT0H7W6e5pyAROrWH2uL1emyfDf8P1o { display:none; }#GzT0H7W6e5pyAROrWH2uL1emyfDf8P1o > .row .container { width:20rem;height:18.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sZ4LtSiQKVDk5TkFhkKXE7myG52HovVt { width:20rem;height:2rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML40KsbkkcbMOmERm7HTUlOtatCkTMyd { width:16.25rem;height:8.5609375rem;top:7.5625rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeKXfmQrvAdL1IDWpqsHhRvwdtaILR5N { width:20rem;height:4rem;top:8.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBtG4GUawlH158ibqo8mUkz3NylibR2f { display:none; }#XBtG4GUawlH158ibqo8mUkz3NylibR2f > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Hpbxr4fIdxAe47vCEmQT9coZxgASb27u { width:13.6875rem;height:3.125rem;top:1.25rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUzFF68z3yCOcxhT8hX6m6332JN3tKB4 { display:block; }
 }@media only screen and (max-width: 763px) { #sNBRmhKqtrx5EdWlz08KERMC1EqpOShQ { display:none; }#sNBRmhKqtrx5EdWlz08KERMC1EqpOShQ > .row .container { width:20rem;height:46.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AkyaCcVNTqz1FTnxnd11dRB8MQPbBif1 { width:20rem;height:4.025rem;top:1.25rem;left:0rem;font-size:1.4375rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DnmMNlpxgvttJTxXv3XKX7PrM1T2pLcx { width:20rem;height:4.025rem;top:23.8369125rem;left:0rem;font-size:1.4375rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #agRXzhAsgay8aLxCG04F0PI1fBI56y2b { width:20rem;height:6.25rem;top:6.5244125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTMwSfyqDrTzbPougd2EZCBCTIcKzlGg { width:20rem;height:6.25rem;top:29.111325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbtRpNL4OOULOzXqrPQUQy9Vvh97MXNO { width:16.25rem;height:8.5625rem;top:14.0244125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe5ATHFKT84JCcFa0kWyhyPgKLSTtT6C { width:20rem;height:4rem;top:8.2119125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqeE0L2IMhD4f9DqgiZ2NhIBnJOy9Xc8 { width:20rem;height:4rem;top:30.799862597656rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPvo11kIEAG6p0vepbwGJTVMc5u57SmD { width:16.25rem;height:8.5625rem;top:36.611325rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSFxTRMxoNpEItB0NoWX6sx3SoEiSHzn { display:none; }#tSFxTRMxoNpEItB0NoWX6sx3SoEiSHzn > .row .container { width:20rem;height:31.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zcaDAE7MQHNR3DXIz3bxz7cSFT0bVk1M { width:20rem;height:14.187rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrIgzc2rkrR6zBF8kzrFDWTTUb8AMDaT { width:20rem;height:6.3964875rem;top:7.12451171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC72RUJ59yu1iuzbhHDXAuSl0iWks5EU { width:18.75rem;height:9.375rem;top:20.874rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtoZZFmZWJS9LrbQ1xFRuI17ht4aeU39 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.75rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #euo4WM4JXrGezntNurBCDXr6eXZPM88C { display:none; }#euo4WM4JXrGezntNurBCDXr6eXZPM88C > .row .container { width:20rem;height:35.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RkaSnRrx9TNPkOZV9uOTr9vFA4ipwoiW { width:20rem;height:14.187rem;top:9.849625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoUTinGsoHTvfPBacxXgiJKpgpkXsrJk { width:20rem;height:6.3964875rem;top:10.912857421875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2vBMSrllHc9TgKKdzIe9StshlDKkEyN { width:18.75rem;height:9.375rem;top:25.286125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgfPB3PaTXJk72plO2OddEwugpb5Wp84 { width:20rem;height:7.349875rem;top:1.25rem;left:0rem;font-size:1.75rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cH4tVpIaTr21vC4UuBWqwgxWyImelekq { display:block; }#cH4tVpIaTr21vC4UuBWqwgxWyImelekq > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fqg8rv5W7sFSlatLdcWw097ET8iaTfK5 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #V00hUgcTTyPJ7z1B9S9UTLmdL8VOiFl9 { display:none; }#V00hUgcTTyPJ7z1B9S9UTLmdL8VOiFl9 > .row .container { width:20rem;height:39.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gTpWeyys9PTsKFiPq4NEWP8eCHkdri37 { width:16.5625rem;height:18.75rem;top:19.5rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX6kwkqZUDJFvMh0ha5vVqTWinQ4fBWX { width:20rem;height:38.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3Mq6cDmFZLKP1FNPbFXTTp4MtAZnSl7 { width:16.25rem;height:18.2rem;top:20.125rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xsDiLCF3cP4UMfNO2KqcCbklGJGyOz5m { width:18.75rem;height:2.6rem;top:1.25rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yCFKz1sNAfSN7KmZHcl4WvuDCduWmzLd { width:12.4375rem;height:12.4375rem;top:4.75rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE { display:block; }#fsQdAPnCDqTy5PKkXCsc1I8TqfW4gpfE > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #doFvM4Gowu71hx03W1ydhA3Us5NpHUtF { width:20rem;height:1.6rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N89uRBZZW4fGgLUMrQcxAMz8UrQACVSe { width:6.5625rem;height:6.5625rem;top:5.75rem;left:6.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL { display:block; }#Z5i59t0opJWHc8Wlods7bfq5xnl0MmHL > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfftMNs0KehbiUs6igbnyia2eN2xSazB { width:16.5625rem;height:5.3125rem;top:13.94270324707rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuoZRVJzeCccttS1Trus2BrLol44tFx3 { width:20rem;height:18.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkLLbzzMtd6GPZavZoD9ITg5psBPU5St { width:20rem;height:3.9rem;top:2.3812503814698rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QSWH8mCdJDwF306LzyA2xdJFXW0PlTUI { display:flex;width:2.5rem;height:2.5rem;top:4.9375rem;left:15.84375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #bxoSGUhJhQmNx0GkZm0vTaeb0EJzUtS8 { display:flex;width:2.5rem;height:2.5rem;top:3.71875rem;left:16.8125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #xudlTfN2kBIHTbux87GIvS6sTzxoQfIo { width:12.5rem;height:1.125rem;top:14.88125038147rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SubB8P6MrvCt8HifofBvubo6iHD83QKG { width:12.5rem;height:1.13769375rem;top:16.6875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLISGeW4UgMgB86LSi1APabamTcPyo95 { width:20rem;height:17.625rem;top:22.568756103516rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrmXtgepaESKysbc0aOkJtfXVrX3UiSx { width:6.6875rem;height:6.6875rem;top:26.811458587646rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrwIC1TtAffnPvFbTHpwcugJtkUKBdvL { width:16.5625rem;height:5.1875rem;top:34.373962402344rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHMaL43FUtUeRP3B51Iuz4evP7tw2HhI { width:20rem;height:2.6rem;top:23.148958206177rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b25Ez64wEASfpraUqurZfNHTz29ielwa { display:flex;width:2.5rem;height:2.5rem;top:28rem;left:15.84375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #z8F2pF9OQ5V9WZvrvymrPiBg8JsIT1fJ { display:flex;width:2.5rem;height:2.5rem;top:28rem;left:17.5rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #TWySKmgkl8iwTdzrwAVQyNZMh48ygvTP { width:12.5rem;height:1.13769375rem;top:36.76953125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey6USE54QL0BMkCehI9TCKoyVW6IET4J { width:12.5rem;height:1.125rem;top:35.280208587646rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt7ynGCgOTDJUhTGfOTQ1pBhUvUZTohz { width:20rem;height:1.6rem;top:21.03125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u4DqEb4Q9csuPqrr3cNoFDGCl0fnJcuK { top:6.03125rem;left:5.3125rem;width:9.375rem;height:9.375rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw { display:block; }#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw { background-color: transparent; background-image: none; }#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw > .row .container > .video-iframe-container { display: none; }#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw > .row > .video-iframe-container { display: none; }#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw > .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); }#UaEOXxLf5A3h4SMkXi8mstAMyoV8FCsw > .row .container { width:20rem;height:0.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKLMTuOsSURmWA62WCIK130vxhs9Aoed { display:block; }#NKLMTuOsSURmWA62WCIK130vxhs9Aoed > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mr2K61XtgWITph53itIyfwcDpSiDi6cK { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PyPTsDQ6FtXHmlITFpdrG8Mv6TmFQATr { display:block; }#PyPTsDQ6FtXHmlITFpdrG8Mv6TmFQATr > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhLTDVBOO86X80BT1Uf0m3S7y5C3QrrX { width:5.625rem;height:3.75rem;top:0.9375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohE6mHXdBWqaIJ7h6Ny1nHpWCAJIaevJ { display:block; }#ohE6mHXdBWqaIJ7h6Ny1nHpWCAJIaevJ > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A24N9FIRTreCHBFA0WoHq2A4GcX4w6PT { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LdQFNTPvx7bW5RKLzCsHwpDGyBJP0OeF { display:block; }#LdQFNTPvx7bW5RKLzCsHwpDGyBJP0OeF > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDUDwwwPTzbiO7OQEX8PKlJze8OZ5TR6 { width:16.6875rem;height:4.875rem;top:0.29999923706055rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS0WWztoPa7cDxhVgGCX0EyhtkuLnA95 { width:14.5rem;height:4.5rem;top:5.125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmSnSyAgxm5PcpvzQuBgibcKeMguk3QT { display:none; }#KmSnSyAgxm5PcpvzQuBgibcKeMguk3QT > .row .container { width:20rem;height:0.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo { display:block; }#XkkVp8b5gKBlNDp8gsoCnFNAOpWhsxmo > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dIOKoeuhaWCox80anFfTstIJDnaF3SV3 { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA { display:block; }#yTX8WXZTsoLD9mvMZe2c8u7BNoZTgNPA > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJDosqEFn4okUWlTgTAW99nVGEMnSXHU { width:18.75rem;height:3.3125rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFDvu4WpFOvW8XG0bCDvP3sa7n4tkvm4 { display:block; }
 }@media only screen and (max-width: 763px) { #i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF { display:block; }#i7gVIzaeGw4xUxTpPCtyI2V7MhUNSWuF > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HvTVJfgyiC8g27Og6o6H8qIiMMASS4Ng { width:20rem;height:3.7832rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvmdtfiKtWy8XOctxvULR2oe5qnx9LnH { width:16.6875rem;height:1.3rem;top:6.282225rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m { display:block; }#OGwboxTZ8xrHlDNRkyouFEUOFtr7KV3m > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 { display:block; }#JEvxMhKOckUpMIfNckkeWLv8CiFNRVo1 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJlsUPpMd98B8h9UrfXmrmVieHI6Kbka { width:20rem;height:1.6rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ { display:block; }#ntutktEkxuNLsnwkJ2tOVkgpxtdNT7LJ > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MThZuZN1ytgNyMqh4TwanXcENebJOXWw { width:14.375rem;height:4.6025375rem;top:1.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udOGInPwgEQpPsD0Ka0k3sWfD1I8TkO7 { width:20rem;height:7.8rem;top:7.1015625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15004;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp { display:block; }#H3ezTDgeBSBBOMSRbcnIT3uxdL3fVuOp > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhcHlbxSUmdK9qgOTMPe8Nz3g6nfZodR { display:flex;width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #pRXLGOfEWewHH6ULFxOlP4D4JVpm7yNp { display:flex;width:2.5rem;height:2.5rem;top:7.38671875rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #CS4rnpvyN2RDylhECt8h0HZGZRm5bqdK { width:12.5rem;height:1.13769375rem;top:5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnMWObOBnaRSdGxNC2OArky47cyKBQn2 { width:12.5rem;height:1.125rem;top:11.13671875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 { position:relative;z-index:auto;display:block; }#qaFaDvLThbs3N7qJGZq9P3FZFD2GyiG3 > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvgiTwGW9nMp2lT6OTJ3meMOEgwggkkC { width:9.125rem;height:1.3rem;top:1.25rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfLZldVBhTwUTyg8rTv0MOerurIwESxC { display:flex;width:3.125rem;height:3.125rem;top:3.79980625rem;left:8.4375rem; }
#LfLZldVBhTwUTyg8rTv0MOerurIwESxC > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #TRF3gnCtCul0KUe4aXBdPvAzIqxotx4n { display:flex;width:3.125rem;height:3.125rem;top:8.17480625rem;left:8.4375rem; }
#TRF3gnCtCul0KUe4aXBdPvAzIqxotx4n > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #TcwH3GaKmJqdQd5AS8dLbEUPDALzucrW { display:flex;width:3.125rem;height:3.125rem;top:12.54980625rem;left:8.4375rem; }
#TcwH3GaKmJqdQd5AS8dLbEUPDALzucrW > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 { display:block; }#p2vwcD1ghw5ZNh7XCXGqdAKu95fbelT8 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }