.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#cd0f45;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(5,5,5,0.55);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row .container { background-color: transparent; background-image: none; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row .container > .video-iframe-container { display: none; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row > .video-iframe-container { display: none; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .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); }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row .container { border-width: 0; border-radius: 0; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#xqa5KEXCpybHsh4utCMsTxv5I1fwvd1J { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro moje";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:2.5625rem;text-decoration:none;z-index:15030;text-align:left;text-align-last:left;top:1.1875rem;left:48.875rem;display:block; }
#iDevOvGqp2AUGUWsMBekCkqOQu8zbL1o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fz3qmTaxre5oJ5IQOT13lvqMhZEuJsvN { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro moje";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.5625rem;text-decoration:none;z-index:15031;text-align:left;text-align-last:left;top:1.1875rem;left:31.25rem;display:block; }
#n33rDDEsnJB4kMpGgVltH2FmVoBbg0o3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GzE1neuxQawz4WnuHnGvkNLz1goB2lgs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:1.25rem;left:28.125rem; }
#GzE1neuxQawz4WnuHnGvkNLz1goB2lgs > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#R621l9OsEpTCkf81iWO6NNNefa7WC2gp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:1.375rem;left:46.25rem; }
#R621l9OsEpTCkf81iWO6NNNefa7WC2gp > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#CQXsfbD0E3q4LowpqouiBtrMWAyTRazd { background-color:rgba(0,0,0,0);background-image:none;border-top:0.125rem solid #cd0f45;border-left:0.125rem solid #cd0f45;border-right:0.125rem solid #cd0f45;border-bottom:0.125rem solid #cd0f45;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro moje";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.75rem;left:60.1875rem;display:block; }
#x0Rb3yxicd35167UUiXopfzoTx9Q4cP8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OPoAAz0XNkZrGvpEB15WgwCBGnvyo00h { position:absolute;display:block;z-index:15034;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.9375rem;width:4.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e6653044-d84e-4995-bb9f-b57dbaf043c1/Obraz1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.adaptive-delivery-prevent-bg, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyload, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyloading { background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { background-color: transparent; background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.27); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.27); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .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); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { border-width: 0; border-radius: 0; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { font-size:0.875rem;font-family:poppins;height:46.25rem;width:75rem;overflow:visible;position:relative;display:block; }#bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { color:#fdfdfd;display:block;width:53rem;position:absolute;font-family:"be vietnam pro moje";font-size:4.4375rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:13.5625rem;left:0rem;height:8.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#K75AvbrshOhMX7dPKi6yPMOipRTShV90 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro moje";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.675rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.125rem;left:15.75rem;display:block; }
#ngZ03VpJU1UuFQgG8oehRexLxS4aCfqX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iCxL3WWWUTxPPdQ1mRwR1rTxTQdwhvBA { background-color:#cd0f45;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro moje";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.0625rem;left:0rem;display:block; }
#JRiAcUO6T1ogFZFp9Kr9ueQkdftyGXVV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { color:#fdfdfd;display:block;width:41.8125rem;position:absolute;font-family:"be vietnam pro moje";font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:11.1875rem;left:0rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#x0C185fF4IzDTFHmGxNfBiXRaRJRTtyU { color:#ffffff;display:block;width:41.6875rem;position:absolute;font-family:"be vietnam pro moje";font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:24.125rem;left:0rem;height:6.5rem;font-style:normal;display:block; }
#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container { background-color: transparent; background-image: none; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container > .video-iframe-container { display: none; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row > .video-iframe-container { display: none; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .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); }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container { border-width: 0; border-radius: 0; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container { font-size:0.875rem;font-family:poppins;height:14.375rem;width:75rem;overflow:visible;position:relative;display:block; }#wqPwVB5hw0fOg3MT9q2tn2lmddT26VD1 { color:#000000;display:block;width:53.75rem;position:absolute;font-family:"be vietnam pro moje";font-size:3.4375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:5.8125rem;left:0rem;height:8.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eoAJKe2T451mIR7DC3Vn0WJ6AEAs0F7E { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:34.125rem;left:9.125rem;display:none; }
#yfVB8zWrMXp5A1UZsyXDtp59I9vwBtqz { position:absolute;display:block;z-index:15016;height:4.8125rem;width:8.8125rem;top:0rem;left:66.1875rem;display:block; }
#DUxVdz630otL8ge0T2dVhTdVO6WkWfvE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#DUxVdz630otL8ge0T2dVhTdVO6WkWfvE > .row .container { background-color: transparent; background-image: none; }#DUxVdz630otL8ge0T2dVhTdVO6WkWfvE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUxVdz630otL8ge0T2dVhTdVO6WkWfvE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUxVdz630otL8ge0T2dVhTdVO6WkWfvE > .row .container > .video-iframe-container { display: none; }#DUxVdz630otL8ge0T2dVhTdVO6WkWfvE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUxVdz630otL8ge0T2dVhTdVO6WkWfvE > .row > .video-iframe-container { display: none; }#DUxVdz630otL8ge0T2dVhTdVO6WkWfvE > .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); }#DUxVdz630otL8ge0T2dVhTdVO6WkWfvE > .row .container { border-width: 0; border-radius: 0; }#DUxVdz630otL8ge0T2dVhTdVO6WkWfvE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DUxVdz630otL8ge0T2dVhTdVO6WkWfvE > .row .container { font-size:0.875rem;font-family:arial;height:59rem;width:75rem;position:relative;display:block; }#tLALgJzbWtncZ3qqs47AupLJ3Efqkw8n { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"be vietnam pro moje";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:19.8125rem;left:0.0625rem;height:3rem;font-style:normal;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; }
#qFXs0BObbTGxvNwt9puu8BxZDAUh9yG0 { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"be vietnam pro moje";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:23.6875rem;left:0.0625rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s2AlxRepWxlDMykgNlW4WZLAG4unFTLz { position:absolute;display:block;z-index:15005;background-color:#cd0f45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:7.9375rem;left:22.4375rem;display:block; }
#PShCGEZW8cToRooNWUhKz70Izuqg8A9q { position:absolute;display:block;z-index:15006;background-color:#cd0f45;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:0.125rem;width:6.25rem;top:8.25rem;left:16.4375rem;display:block; }
#AohMBrQXctaRfEOql6TqCtXswRVRRfGk { color:#000000;display:block;width:21.125rem;position:absolute;font-family:"be vietnam pro moje";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:29.125rem;left:53.875rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#erkXVsVxIG6vA1uNdpZ2I5zUn1RqDpvw { color:#000000;display:block;width:18.25rem;position:absolute;font-family:"be vietnam pro moje";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:25.1875rem;left:54rem;height:3rem;font-style:normal;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; }
#outQFq2WmqWLqvf5EKA88uFTN9TXgwRT { position:absolute;display:block;z-index:15007;background-color:#cd0f45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:20.9375rem;left:22.3125rem;display:block; }
#s1ssiaL5wXTUW3kTuLL9lzJfHdsAHRoT { position:absolute;display:block;z-index:15007;background-color:#cd0f45;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:0.125rem;width:6.25rem;top:21.25rem;left:16.375rem;display:block; }
#ua2b9Hpa5rUzQAVKdyF0fJHbVLG7HPkT { color:#000000;display:block;width:21.125rem;position:absolute;font-family:"be vietnam pro moje";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:9.9999980926512rem;left:0rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o5XNSswc6sJ9mL8UUHeqzlzLnkUG1BdW { color:#000000;display:block;width:17rem;position:absolute;font-family:"be vietnam pro moje";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:7.5625rem;left:0rem;height:1.5rem;font-style:normal;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; }
#WJhQVXm6iFf1UvVnfG7ML1muGJhanOss { position:absolute;display:block;z-index:15008;background-color:#cd0f45;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:0.125rem;width:6.25rem;top:14.875rem;left:46.1875rem;display:block; }
#TPKKNzP4CwSbIMxSbzfu3hHtNsazLNaq { position:absolute;display:block;z-index:15007;background-color:#cd0f45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:14.5625rem;left:45.75rem;display:block; }
#Rm1iOUhue6cKDyT0zVZ05ROaUhOofmEl { position:absolute;display:block;z-index:15009;background-color:#cd0f45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:26.25rem;left:45.6875rem;display:block; }
#pdmhvn49NeyH87dRrkTfeEfT4zae4XP9 { position:absolute;display:block;z-index:15010;background-color:#cd0f45;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:0.125rem;width:6.25rem;top:26.5625rem;left:46.4375rem;display:block; }
#vzDNvVyHeQlT7QV8MNWqei0awP2U3lIl { color:#000000;display:block;width:20.8125rem;position:absolute;font-family:"be vietnam pro moje";font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:16.5625rem;left:54rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H8P0cRVp8SZNh1t48C3y1MNgAeOVl0Tg { color:#000000;display:block;width:18.375rem;position:absolute;font-family:"be vietnam pro moje";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:14.1875rem;left:54rem;height:1.5rem;font-style:normal;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; }
#kutJ2ZFSVXTbtRspFLy69wD6eT4bynz4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.6875rem;width:32.375rem;top:7.6875rem;left:21.3125rem;overflow:hidden;display:block; }
#pcSEHlHnKTsMNRXoPOSh3mCGryl4PlLG { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"be vietnam pro moje";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:34.75rem;left:0rem;height:;font-style:normal;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; }
#AU9d6gTmWRf5bov4ENHh6uKiDts2qR5V { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"be vietnam pro moje";font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:38.625rem;left:0rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z8KchBhqKE8wKtK9DlGR995hDdfG4VfV { position:absolute;display:block;z-index:15011;background-color:#cd0f45;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:0.125rem;width:6.25rem;top:36.1875rem;left:16.3125rem;display:block; }
#Mc2qwTeX2ZOlzLHJzCpZJ9xAFWbJ4cJs { position:absolute;display:block;z-index:15011;background-color:#cd0f45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:35.875rem;left:22.4375rem;display:block; }
#G2SGxs4bLpppsgkHNfw0bf0X8T98MGtQ { color:#000000;display:block;width:21.125rem;position:absolute;font-family:"be vietnam pro moje";font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:42.8125rem;left:53.875rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EsI2hTp4pqUCPf6cs61qgvLETMQaauZq { color:#000000;display:block;width:18.25rem;position:absolute;font-family:"be vietnam pro moje";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:38.875rem;left:54rem;height:;font-style:normal;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; }
#wsPwveJBJ3222K3iOKsRf92DhsP5AVTw { position:absolute;display:block;z-index:15014;background-color:#cd0f45;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:0.125rem;width:6.25rem;top:40.25rem;left:46.4375rem;display:block; }
#SJvc3qDVdraOINh8QwRK6TOZZFDoAoXp { position:absolute;display:block;z-index:15013;background-color:#cd0f45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:39.9375rem;left:45.625rem;display:block; }
#M0zstRxPXrrchHAR0mvL26F2OLUEXEWp { background-color:transparent;background-image:none;border-top:0.125rem solid #cd0f45;border-left:0.125rem solid #cd0f45;border-right:0.125rem solid #cd0f45;border-bottom:0.125rem solid #cd0f45;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#cc0f45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro moje";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:49.6875rem;left:0rem;display:block; }
#JmnSzrm6zxZlfW0zTX46OQyKJNxPW971 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c4Nxw8TZbZ87D2WyuDrF67MvSNESe9Zn { position:absolute;display:block;z-index:15009;background-color:#bfbfbf;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:0.1875rem;width:25rem;top:53.25rem;left:28.375rem;display:block; }
#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container { background-color: transparent; background-image: none; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container > .video-iframe-container { display: none; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row > .video-iframe-container { display: none; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .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); }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container { border-width: 0; border-radius: 0; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container { font-size:0.875rem;font-family:poppins;height:69.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#NTonkP2y1nrIMH9AluJtiTegz9UwXXGO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.875rem;width:36.5625rem;top:16.562507629394rem;left:0rem;overflow:hidden;display:block; }
#OtJRE2EPuKismTTK9eVW6ss6Fz9AFV9E { color:#000000;display:block;width:63.1875rem;position:absolute;font-family:"be vietnam pro moje";font-size:3.4375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:2.75rem;left:1.34375rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a9M6kcGVDEziEG8xhS18vHMKFbR8MG5c { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:19.625rem;left:34.5rem; }
#oerOabTG9sU0F6zFD7m0CAQlJZWDNtzQ { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:"be vietnam pro moje";font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:19.375rem;left:38.875rem;height:2.25rem;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; }
#I1Rq31iFpd5TyQF2vIehgaFsW4yoJn0e { color:#000000;display:block;width:35.4375rem;position:absolute;font-family:"be vietnam pro moje";font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:22.0625rem;left:38.875rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nuBF7Wc7dH1BMqyzDDDsmuzcMK0rmMkl { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:28.875rem;left:34.5625rem; }
#wTZqlWi7IyJ4o9ny4wV6SRnRLx9rRBdH { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:"be vietnam pro moje";font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:28.625rem;left:38.875rem;height:2.25rem;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; }
#kKFKFXVSlKhAnicUwQtrS4Hg3MyclT8D { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:"be vietnam pro moje";font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:31.8125rem;left:38.875rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KQBB1UbwMipCGTfAVLTedCzBF0THEShM { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:38.375rem;left:34.5625rem; }
#vP4PUilTWHNTN8SuCqCZZr6JR80w5gtd { color:#000000;display:block;width:35.25rem;position:absolute;font-family:"be vietnam pro moje";font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:38.375rem;left:38.875rem;height:2.25rem;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; }
#HDytMud5XZ6zSZQxTONkhetKXrye2cZb { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:"be vietnam pro moje";font-size:1rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:41.0625rem;left:38.875rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HeLDadd34NUeAHqltXhASeuZkZARkKIJ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:48.375rem;left:34.5625rem; }
#CVTdNbm9SZ3BFtXKiA71mxn8S2pSsThL { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:"be vietnam pro moje";font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:48.1875rem;left:38.875rem;height:2.25rem;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; }
#nh7aFkh3XI5m1CelHgV5t6ZgKWe3EFhX { color:#000000;display:block;width:32.3125rem;position:absolute;font-family:"be vietnam pro moje";font-size:1rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:50.875rem;left:38.875rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LS5J39WNBh8Cborw1BxmR8ohrNxWsWNi { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e687a2, #c6c6c6);background-image: -moz-linear-gradient(180deg, #e687a2, #c6c6c6);background-image: -ms-linear-gradient(180deg, #e687a2, #c6c6c6);background-image: -o-linear-gradient(180deg, #e687a2, #c6c6c6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e687a2', endColorstr='#c6c6c6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e687a2', endColorstr='#c6c6c6' );";background-image: linear-gradient(180deg, #e687a2, #c6c6c6);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: none;height:28.9375rem;width:24.0625rem;top:19.125rem;left:4.0625rem;display:block; }
#tDTl5m89063FSF6H0gRPDgzczVPWuZ00 { background-color:#cc0f45;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro moje";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.75rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:59.437490463257rem;left:25.59375rem;display:block; }
#h9htiIBDlOKmQJeiosLJTZfT5qHyIDdC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hCfkkW8UJWBLArx3oNbm1yF8fEn5sq97 { color:#000000;display:block;width:31.875rem;position:absolute;font-family:"be vietnam pro moje";font-size:1rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:11.6875rem;left:34.5rem;height:4.5rem;font-style:normal;display:block; }
#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ee59cc9-f832-4fe9-b97f-3bdd974c7ba1/HoneywellCT321.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1.adaptive-delivery-prevent-bg, #SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1.lazyload, #SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1.lazyloading { background-image: none; }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .row .container { background-color: transparent; background-image: none; }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(204,15,69,0.5); }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .row .container > .video-iframe-container { display: none; }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(204,15,69,0.5); }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .row > .video-iframe-container { display: none; }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .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); }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .row .container { border-width: 0; border-radius: 0; }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .row .container { font-size:0.875rem;font-family:poppins;height:43.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#ChIdLSOrH51taffIbshzRTDLFhdSO3Td { color:#fbfbfb;display:block;width:34.0625rem;position:absolute;font-family:"be vietnam pro moje";font-size:3.4375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5.75rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p37u8LDpgsrfvgVffO00wwBzUOBmbe6V { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:"be vietnam pro moje";font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:18.875rem;left:5.5625rem;height:11.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dXNiQRiRwtJTATGtl4IfpZ5DVv28aBrg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:19.625rem;left:0rem; }
#gS0uF4gakDrlZcNourADKT3gUb9TndNn { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"be vietnam pro moje";font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.9375rem;left:46.4375rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FU0N1C74Hq9BeeJyPR1yFH5DvQ9bhZHE { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e3e4e6;border-left:0.0625rem solid #e3e4e6;border-right:0.0625rem solid #e3e4e6;border-bottom:0.0625rem solid #e3e4e6;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:31.1875rem;width:28.625rem;top:5.1875rem;left:41.3125rem;display:block; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-form-header {  }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:21.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:21.625rem;box-sizing:border-box;height:3.4375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:poppins;vertical-align:top;font-weight:300;font-style:normal; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-text {padding-top: 0; padding-bottom: 0;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:21.625rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:poppins;vertical-align:top;font-weight:300;font-style:normal; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-select {padding-top: 0; padding-bottom: 0;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#cd0f45;background-image:none;background-position:top left !important;background-repeat: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:1.5rem;margin-bottom:0.25rem;margin-left:1.5rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:18.5625rem;height:3.125rem;font-family:"be vietnam pro moje";overflow:hidden;text-align:center;text-align-last:center; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE [class*="-text"]:-moz-placeholder { color:#000000;font-family:"be vietnam pro moje";font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE [class*="-text"]::-moz-placeholder { color:#000000;font-family:"be vietnam pro moje";font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"be vietnam pro moje";font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"be vietnam pro moje";font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .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:"be vietnam pro moje";font-size:0.75rem;font-weight:300;color:rgba(75,75,76,0.8);vertical-align:top;width:20.5625rem;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .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; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-container:first-of-type{padding-top:0;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-container:last-of-type{padding-bottom:0;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.375rem;left:43.625rem; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.625rem;display:block;vertical-align:top; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE {display:block;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.375rem;left:43.625rem; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #dDmthgKnTKhx53MSEfLNy38yJMx3auHJ { position:relative; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #ehXhka423F7rrxwqvbdoOvUuRzmnGtKq { position:relative;display:none; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #ObeOPTKbSa7Hq5MxGwmBBGLb9Vv7JOGn { position:relative; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #LLGUQIL9q1OP0qMTnTlMbI9pQX8OrQoV { position:relative; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #eURMv2ihMwgKymc1DIpklnhIwNF9g079 { position:relative;display:none; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #R5zHFG3CWr401URO9wO8DZGPcyo4pGzK { position:relative; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #pQLeNApBy5w4Z5rHBoKPO2IHHVFXH3wg { position:relative; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #frBaUTucok8kigxsyLQ7eyARk0gsQb1M { position:relative;display:none; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #ZT32SVPpzUwT1RUWPBAovsdnygeuJPUO { position:relative; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #Evr7WMdNkHh9GhEHR3RJsi4Hvdv1iv18 { position:relative; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #JP5RCrh5DXpF61e2wQhz2HSpB1DsxdL3 { position:relative;z-index:2; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #N5IPJOwUe7gvRZ1TsKCb1N4KTBPyzBVV { position:relative; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #puTcD4cczpmn8GdD455WzUIaR2M7w6zV { position:relative; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE #v26h7B3852KwLNbiQrQ07ItB5XtxwIHP { position:relative; }
#xH63yGOef8M1ToArvrIDA04lrwc5GHMO { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .row .container { background-color: transparent; background-image: none; }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .row .container > .video-iframe-container { display: none; }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .row > .video-iframe-container { display: none; }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .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); }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .row .container { border-width: 0; border-radius: 0; }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .row .container { font-size:0.875rem;font-family:poppins;height:47.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#C9LkPrOOdF2ptPGBWeo8MM3a3SRT9rTz { color:#000000;display:block;width:41.1875rem;position:absolute;font-family:"be vietnam pro moje";font-size:3.4375rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:6.387499809265rem;left:0rem;height:8.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VfhmI4D5vAe1tzwzQKaBwHDe4G0qizKc { color:#000000;display:block;width:35.4375rem;position:absolute;font-family:"be vietnam pro moje";font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:23.687498092651rem;left:0rem;height:10.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#VfhmI4D5vAe1tzwzQKaBwHDe4G0qizKc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VfhmI4D5vAe1tzwzQKaBwHDe4G0qizKc li:before{  }
#og4DrmxQyELOM6eTnoT7W7KnIR2PbIcD { color:#000000;display:block;width:34.875rem;position:absolute;font-family:"be vietnam pro moje";font-size:1rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:17.375rem;left:0rem;height:4.5rem;font-style:normal;display:block; }
#TeP2PTS4TRNmkDJHTuPfgDqfTkw7R5wU { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:18.125rem;top:0rem;left:51.28125rem;overflow:hidden;display:block; }
#iAqGOPWpCCbrowLwNgRZghVe7DAAqJd2 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:11.0625rem;top:21.875rem;left:54.736457824707rem;overflow:hidden;display:block; }
#TOHVxAdnTb0iPJk295GzGMXdAqc9mVq1 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:7.5625rem;top:31.499998092651rem;left:65.735969387756rem;overflow:hidden;display:block; }
#ePgsgEeg4uBM6ykx5cPaZAvglsZeNzdF { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:18.6875rem;top:14.637498855591rem;left:54.673957824707rem;overflow:hidden;display:block; }
#VosJ2WGsr56etgnGpGE2zgIREyubRXkF { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:9.5625rem;top:31.9375rem;left:52.601039123535rem;overflow:hidden;display:block; }
#PZn9vGh4QtT71RvUyfCtQdbu5hUdoaTK { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:3.875rem;top:24.9375rem;left:45.625rem;overflow:hidden;display:block; }
#zPWZHE6BtkrFiBh3lNVkemoHwJgH9Uqs { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:14.875rem;top:18.125rem;left:38.413543701172rem;overflow:hidden;display:block; }
#cq4AGiJUi10hkDheyXolv4eJo52rJTTg { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:13.625rem;top:13.074998855591rem;left:39.038543701172rem;overflow:hidden;display:block; }
#ChxFmBsM8bLTtx9V7TTeSNunqeTsg5Wc { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:7.25rem;top:29.21249961853rem;left:39.709373474121rem;overflow:hidden;display:block; }
#ELJNNQJqLwtiu8D3A6uRkXUeQMTIuNpN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ELJNNQJqLwtiu8D3A6uRkXUeQMTIuNpN > .row .container { background-color: transparent; background-image: none; }#ELJNNQJqLwtiu8D3A6uRkXUeQMTIuNpN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELJNNQJqLwtiu8D3A6uRkXUeQMTIuNpN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELJNNQJqLwtiu8D3A6uRkXUeQMTIuNpN > .row .container > .video-iframe-container { display: none; }#ELJNNQJqLwtiu8D3A6uRkXUeQMTIuNpN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELJNNQJqLwtiu8D3A6uRkXUeQMTIuNpN > .row > .video-iframe-container { display: none; }#ELJNNQJqLwtiu8D3A6uRkXUeQMTIuNpN > .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); }#ELJNNQJqLwtiu8D3A6uRkXUeQMTIuNpN > .row .container { border-width: 0; border-radius: 0; }#ELJNNQJqLwtiu8D3A6uRkXUeQMTIuNpN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ELJNNQJqLwtiu8D3A6uRkXUeQMTIuNpN > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:75rem;position:relative;display:block; }#oo0heepgsyIS3fgm60aUQve6akT8KaI5 { color:#000000;display:block;width:24.875rem;position:absolute;font-family:"be vietnam pro moje";font-size:3.4375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:8.25rem;left:0rem;height:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nr7KJHPpfAoqhQ4C6W66IGQrEPRkxJbx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.8125rem;width:7.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:21.3125rem;left:11.78125rem; }
#K98KFCM5b4vdhN6HnRun45RXMF3KBstn { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e687a2, #c6c6c6);background-image: -moz-linear-gradient(180deg, #e687a2, #c6c6c6);background-image: -ms-linear-gradient(180deg, #e687a2, #c6c6c6);background-image: -o-linear-gradient(180deg, #e687a2, #c6c6c6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e687a2', endColorstr='#c6c6c6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e687a2', endColorstr='#c6c6c6' );";background-image: linear-gradient(180deg, #e687a2, #c6c6c6);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: none;height:26.3125rem;width:30rem;top:8.875rem;left:28.125rem;display:block; }
#VO0c1k5SJCteHHrCZv9SWTXznuCc1cCA { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:26.125rem;width:46.6875rem;top:9.0625rem;left:28.3125rem;display:block; }
#IXLFltuTO3c2k6k5MCcPq9dSTthDC3M2 { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#IXLFltuTO3c2k6k5MCcPq9dSTthDC3M2 > .row .container { background-color: transparent; background-image: none; }#IXLFltuTO3c2k6k5MCcPq9dSTthDC3M2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXLFltuTO3c2k6k5MCcPq9dSTthDC3M2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXLFltuTO3c2k6k5MCcPq9dSTthDC3M2 > .row .container > .video-iframe-container { display: none; }#IXLFltuTO3c2k6k5MCcPq9dSTthDC3M2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXLFltuTO3c2k6k5MCcPq9dSTthDC3M2 > .row > .video-iframe-container { display: none; }#IXLFltuTO3c2k6k5MCcPq9dSTthDC3M2 > .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); }#IXLFltuTO3c2k6k5MCcPq9dSTthDC3M2 > .row .container { border-width: 0; border-radius: 0; }#IXLFltuTO3c2k6k5MCcPq9dSTthDC3M2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#IXLFltuTO3c2k6k5MCcPq9dSTthDC3M2 > .row .container { font-size:0.875rem;font-family:poppins;height:63.125rem;width:75rem;overflow:visible;position:relative;display:block; }#VJr79ue4tmBtgxQrg9zpwVcqx31AkM2s { color:#000000;display:block;width:41.1875rem;position:absolute;font-family:"be vietnam pro moje";font-size:3.4375rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:4.1875rem;left:33.6875rem;height:8.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qmoK24KI9E0QtGfJOQyWBrBmCwtvpPpA { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e687a2, #c6c6c6);background-image: -moz-linear-gradient(180deg, #e687a2, #c6c6c6);background-image: -ms-linear-gradient(180deg, #e687a2, #c6c6c6);background-image: -o-linear-gradient(180deg, #e687a2, #c6c6c6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e687a2', endColorstr='#c6c6c6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e687a2', endColorstr='#c6c6c6' );";background-image: linear-gradient(180deg, #e687a2, #c6c6c6);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: none;height:20.9375rem;width:20.9375rem;top:24.375rem;left:2.625rem;display:block; }
#XZU30fimWB3H7nXCws8S3UmJJKBbc7Wy { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:22.5rem;width:22.9375rem;top:22.625rem;left:2.8125rem;display:block; }
#q1Sqrgrm7ncsLfbdorcpx21b8MTKGydf { color:#000000;display:block;width:33.25rem;position:absolute;font-family:"be vietnam pro moje";font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:16.5625rem;left:37.125rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aDVeyDLBs8gBXBJA4HLeePoiuHMHF7JE { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:16.4375rem;left:33.75rem; }
#yCHXsh8tPmx9eSS7nRXMq5wQJxi6kUfa { color:#000000;display:block;width:29.8125rem;position:absolute;font-family:"be vietnam pro moje";font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:22.4375rem;left:37.25rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bw3UnV0LTpszMAT2Hib6PIhDsMPhz0qX { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:22.125rem;left:33.6875rem; }
#wBEB8PRzsztFsz3ff3fmG2LLG0eEWfZX { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:28.125rem;left:33.6875rem; }
#HvkJwT3sXlALA4PprBlldatXdxPZsGwC { color:#000000;display:block;width:31.6875rem;position:absolute;font-family:"be vietnam pro moje";font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:28.25rem;left:37.0625rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aSWM3WGmnMRcL9R6tdSmdRi89o0i9nok { color:#000000;display:block;width:32.125rem;position:absolute;font-family:"be vietnam pro moje";font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:34.0625rem;left:37.0625rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fLzMS9p3etstQy3WHnUaD691X2b88KkC { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:35.0625rem;left:33.6875rem; }
#SwaaWBA8g7UmOyIuTNyttXL4XwmoFP0b { color:#000000;display:block;width:30.625rem;position:absolute;font-family:"be vietnam pro moje";font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:39.9375rem;left:37.0625rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nrgAFQUiJWGPKAm7MxEkPG4GmxytBKvI { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:40.6875rem;left:33.6875rem; }
#Z7TIRSSpLr24vVLogZpiGHyIZSzJCpfZ { background-color:transparent;background-image:none;border-top:0.125rem solid #cd0f45;border-left:0.125rem solid #cd0f45;border-right:0.125rem solid #cd0f45;border-bottom:0.125rem solid #cd0f45;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#cc0f45;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro moje";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1458125rem;height:3.64583125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:51.802083969116rem;left:2.625rem;display:block; }
#CTpHhNlIHfg9oSRm3ALmXCV3JBRKiK29 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UXP10TyaCfy3HfWhCcyUFVuRHZG3hpTh { 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:28.75rem;width:3.8125rem;top:15.4375rem;left:5.0625rem;overflow:hidden;display:block; }
#DaKWaTuzLuanuty1K3wfkqlZnr9pxcQm { 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:29.8125rem;width:6.5625rem;top:15rem;left:14.8125rem;overflow:hidden;display:block; }
#a2W7zW7SlNJi2JkLvZVOJfPt4mEMyKIL { 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:4.875rem;width:17.625rem;top:9.8125rem;left:3.6875rem;overflow:hidden;display:block; }
#rNh6r8RvIcfCq6qlIdBbR6T9BH4MPVBp { color:#000000;display:block;width:29.75rem;position:absolute;font-family:"be vietnam pro moje";font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:45.874998092651rem;left:37.0625rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bPcbZD5E4zlX4qXRARwaoZIr54HIWOWC { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:45.5rem;left:33.6875rem; }
#TvAuCIVfkby0IP5vPifGfn2tppMyL5T4 { color:#000000;display:block;width:37.75rem;position:absolute;font-family:"be vietnam pro moje";font-size:1.25rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:51.75rem;left:37.0625rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eDdSKT0wwwTtVJ47luUPw4Zxpgt8bCq0 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:52.5rem;left:33.6875rem; }
#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/80efdeea-24fb-4f6b-8823-e8657f39f791/Obraz2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn.adaptive-delivery-prevent-bg, #UXhh5ZEoqStqHzpWARsgd7OHTpxperUn.lazyload, #UXhh5ZEoqStqHzpWARsgd7OHTpxperUn.lazyloading { background-image: none; }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .row .container { background-color: transparent; background-image: none; }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(205,15,69,0.5); }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .row .container > .video-iframe-container { display: none; }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(205,15,69,0.5); }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .row > .video-iframe-container { display: none; }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .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); }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .row .container { border-width: 0; border-radius: 0; }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:75rem;position:relative;display:block; }#nakymGQtf9RDSns5RnNpuIxFzOUD7ucB { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:"be vietnam pro moje";font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:12.03125rem;left:0rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hVwI7wkMCoQ5F65Z2WdR4mrOixEWf0TA { box-sizing:content-box;height:36.375rem;width:45.5625rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:6.1875rem;left:29.4375rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#JZiANoKR4L1PMS08FurPtsInqXbECtXA { position:absolute;display:block;z-index:15007;height:26.8125rem;width:38.75rem;top:6.8750171661375rem;left:32.843750953674rem;display:block; }
#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row .container { background-color: transparent; background-image: none; }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row .container > .video-iframe-container { display: none; }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row > .video-iframe-container { display: none; }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .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); }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row .container { border-width: 0; border-radius: 0; }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row .container { font-size:0.875rem;font-family:poppins;height:46.5rem;width:75rem;overflow:visible;position:relative;display:block; }#EbTxrRUPeuovPWC3i7cRkACogOwx9oz7 { color:#000000;display:block;width:75rem;position:absolute;font-family:"be vietnam pro moje";font-size:3.4375rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:7.8125rem;left:0rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lbpTQnllTsWGeTkhNIE81FlFnPX9UNDQ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:17.125rem;left:3.0625rem;overflow:hidden;display:block; }
#rBg1te9Tnnnfr10odeWLQ5TTav0oozTL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:17.125rem;left:13.25rem;overflow:hidden;display:block; }
#t4JRigSa45ofNX7WtVxdI6vpxFwl4DrL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:17.125rem;left:23.4375rem;overflow:hidden;display:block; }
#A8vtH1i42PTLbkUaIJrQUgOD5k7fO6bB { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:17.125rem;left:33.75rem;overflow:hidden;display:block; }
#c7yNpp7TC3TSbXXzdntslVdQbV7RuChA { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:17.125rem;left:54.25rem;overflow:hidden;display:block; }
#z4TJOwMSc1oFmCKmyPMDg9P6tpg9Zm7F { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:17.125rem;left:43.9375rem;overflow:hidden;display:block; }
#F8ZpNVhOL1RgkAsBXp6GgxBrGkgBDVwW { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:17.125rem;left:64.5625rem;overflow:hidden;display:block; }
#CCf6tR7UdonLSw8IXZkKSUfGddhrkZxp { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:21.75rem;left:23.375rem;overflow:hidden;display:block; }
#Jc6WrWlMDHhc6d1Dk9b7Em7G5chsLf59 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:21.75rem;left:33.6875rem;overflow:hidden;display:block; }
#VOygwOrTXuWOqB3eBi53VbE8qIVlQ51H { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:21.75rem;left:54.1875rem;overflow:hidden;display:block; }
#guKds5lzqh0PMybX51dSqBEmiIWN8aeo { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:21.75rem;left:43.875rem;overflow:hidden;display:block; }
#zTkMK5Rw2ER9HHNpb9W0f9PLmRDz59sv { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:21.75rem;left:64.5rem;overflow:hidden;display:block; }
#rt1oc4nJhCCqqsgKgP9b93UkgmRQmggK { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:21.75rem;left:13.1875rem;overflow:hidden;display:block; }
#SGeGkiQPHLkBxa2inwcQyxZuAp12FXCe { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:21.75rem;left:3rem;overflow:hidden;display:block; }
#Cncqf4g0vyww6wsRvaI94T8Fd3VEGwgl { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:26.25rem;left:23.375rem;overflow:hidden;display:block; }
#akDhdBgC9TnTr9JUbclazOTf2lbaSWbP { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:26.25rem;left:33.6875rem;overflow:hidden;display:block; }
#i8Hd8eTtWx2iUHKdHSGEHnP7hOrMlM4w { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:26.25rem;left:54.1875rem;overflow:hidden;display:block; }
#vmmacZtXT1a9Tmi8hWEeTuTPxgPKMBfJ { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:26.25rem;left:43.875rem;overflow:hidden;display:block; }
#SEyTZE2y6GDuimaDETT6H4FfPkWMAupn { 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:2.5rem;width:7.5rem;top:26.25rem;left:64.5rem;overflow:hidden;display:block; }
#POSnuKAV5dG3c1TwcRKy5BIsI4OI9640 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:26.25rem;left:13.1875rem;overflow:hidden;display:block; }
#NfzRbChPZXHvr5M4674MEM26Z1BZF9xg { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:26.25rem;left:3rem;overflow:hidden;display:block; }
#wgw7cCAt6w0OT6nKzOJ6wtSp4UNMq9LJ { 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:2.5rem;width:7.5rem;top:30.875rem;left:33.8125rem;overflow:hidden;display:block; }
#Q37zmSP5HPdDvSF4miiCfz9JNXbvNECP { 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:2.5rem;width:7.5rem;top:30.875rem;left:44.125rem;overflow:hidden;display:block; }
#IXWp6ExB0GTv1waI87C70Tkgbfioktfk { 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:2.5rem;width:7.5rem;top:30.875rem;left:64.625rem;overflow:hidden;display:block; }
#mEzwzLFTJnq98JkcuGiTW4gQcBDGB9s1 { 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:2.5rem;width:7.5rem;top:30.875rem;left:54.3125rem;overflow:hidden;display:block; }
#raxL6TmGZn8KzTWtV9TpeziuTgwVNUkP { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:30.875rem;left:3.0625rem;overflow:hidden;display:block; }
#mlxNJE5Pkf4ar8Q38dzD7ElODiBSxzOZ { 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:2.5rem;width:7.5rem;top:30.875rem;left:23.625rem;overflow:hidden;display:block; }
#w6Efgfr29LLP2HaMv5Wp0ZwtIRNrPZKC { 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:2.5rem;width:7.5rem;top:30.875rem;left:13.4375rem;overflow:hidden;display:block; }
#s1RfVu2uzEpvh9TDHqhqTNnsaHwAcTi2 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:35.3125rem;left:23.4375rem;overflow:hidden;display:block; }
#bZ10AyKdFBOOlpbE5AdLA13tfRwTJS4X { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:35.3125rem;left:33.75rem;overflow:hidden;display:block; }
#Zay40gCoxJkeqNIl3HwRiZS773VgPSim { 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:2.5rem;width:7.5rem;top:35.3125rem;left:64.5625rem;overflow:hidden;display:block; }
#tGhMoQ9y2o567QVSUncHsHGM4HB1g2NQ { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:35.3125rem;left:54.25rem;overflow:hidden;display:block; }
#m4N4Z9BeRM2PfK8u4LXDh2W68Si6EkEn { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:35.3125rem;left:43.9375rem;overflow:hidden;display:block; }
#QzAt18Mt2BhrlOlbf40dgX9oq8a5rpGA { 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:2.5rem;width:7.5rem;top:35.3125rem;left:13.25rem;overflow:hidden;display:block; }
#p9d2O5IK0sO7NvnDSWQbVfyrQfzZkAQT { 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:2.5rem;width:7.5rem;top:35.3125rem;left:3.0625rem;overflow:hidden;display:block; }
#BPx8leo1u6mA6BGvhXDkIKMGRr05CsSD { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:39.9375rem;left:23.375rem;overflow:hidden;display:block; }
#a31bkN9xMu7bQgnmCKGac4DpErc34q3T { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:39.9375rem;left:33.6875rem;overflow:hidden;display:block; }
#ST6QzrQZ4n3apAkhEps2eOT1rhT9Rbht { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:39.9375rem;left:64.5rem;overflow:hidden;display:block; }
#AFEZ1KLGiyuGMrbFSDnOXDQ9vBiLnfkv { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:39.9375rem;left:54.1875rem;overflow:hidden;display:block; }
#MeQagQbttJ9pHHZR2LmzAaJGJUWMAT4Z { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:39.9375rem;left:43.875rem;overflow:hidden;display:block; }
#I6eMcKRubKH9dNdnPzZx2agEtyacpWw3 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:39.9375rem;left:13.1875rem;overflow:hidden;display:block; }
#TLyzH8BdM5Cb7TNwFrcKwSdB3WdqBSRm { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:39.9375rem;left:3rem;overflow:hidden;display:block; }
#mA4poUFW15p340EqJTccMZmoSATbQSp5 { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e687a2, #c6c6c6);background-image: -moz-linear-gradient(180deg, #e687a2, #c6c6c6);background-image: -ms-linear-gradient(180deg, #e687a2, #c6c6c6);background-image: -o-linear-gradient(180deg, #e687a2, #c6c6c6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e687a2', endColorstr='#c6c6c6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e687a2', endColorstr='#c6c6c6' );";background-image: linear-gradient(180deg, #e687a2, #c6c6c6);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: none;height:7.625rem;width:7.625rem;top:6rem;left:17.9375rem;display:block; }
#erodALLvp9zVcOHxza4QiA5NQsyrueGm { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.625rem;width:9.625rem;top:6.1875rem;left:18.125rem;display:block; }
#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .row .container { background-color: transparent; background-image: none; }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .row .container > .video-iframe-container { display: none; }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .row > .video-iframe-container { display: none; }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .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); }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .row .container { border-width: 0; border-radius: 0; }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .row .container { font-size:0.875rem;font-family:poppins;height:22.25rem;width:75rem;overflow:visible;position:relative;display:block; }#kx2vfH47TqTtrWrrZ6T1GLkVUTQGmMs3 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"be vietnam pro moje";font-size:3.4375rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:7.6875rem;left:0rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l2x08MObIEJnOgrwTHmr3wRatiymb65Q { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:8.5625rem;left:36.5rem; }
#WxLmghraFHFuAaeM1VO1rNEg3miKJgdd { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:8.3125rem;left:55.25rem; }
#fIDLvTPhMT5PEsxOhOkLl4zwqZNoKJk6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"be vietnam pro moje";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:8.9375rem;left:40.4375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WSIPNtDB0UhbmGsgUEPHCl4olaeSRsNQ { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"be vietnam pro moje";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:8.75rem;left:59.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AcvL3TZikRx4lZTSSWKPTAlzInQ87S3J { position:absolute;display:block;z-index:15010;background-color:#bfbfbf;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:0.1875rem;width:25rem;top:14.25rem;left:36.5rem;display:block; }
#gw5plGFhcJvUkBOhmpU6BTcINSFPdpHl { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e687a2, #c6c6c6);background-image: -moz-linear-gradient(180deg, #e687a2, #c6c6c6);background-image: -ms-linear-gradient(180deg, #e687a2, #c6c6c6);background-image: -o-linear-gradient(180deg, #e687a2, #c6c6c6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e687a2', endColorstr='#c6c6c6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e687a2', endColorstr='#c6c6c6' );";background-image: linear-gradient(180deg, #e687a2, #c6c6c6);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: none;height:10rem;width:7.5625rem;top:4.75rem;left:8.5625rem;display:block; }
#T7KEe4P4x5bnq7XZygk7he3swA8CDoff { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.625rem;width:14.9375rem;top:4.9375rem;left:1rem;display:block; }
#SQOXwyyHBhn2RDEvLNI7lN1O8Wh7S2qU { background-color:#cc0f45;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#SQOXwyyHBhn2RDEvLNI7lN1O8Wh7S2qU > .row .container { background-color: transparent; background-image: none; }#SQOXwyyHBhn2RDEvLNI7lN1O8Wh7S2qU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQOXwyyHBhn2RDEvLNI7lN1O8Wh7S2qU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQOXwyyHBhn2RDEvLNI7lN1O8Wh7S2qU > .row .container > .video-iframe-container { display: none; }#SQOXwyyHBhn2RDEvLNI7lN1O8Wh7S2qU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQOXwyyHBhn2RDEvLNI7lN1O8Wh7S2qU > .row > .video-iframe-container { display: none; }#SQOXwyyHBhn2RDEvLNI7lN1O8Wh7S2qU > .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); }#SQOXwyyHBhn2RDEvLNI7lN1O8Wh7S2qU > .row .container { border-width: 0; border-radius: 0; }#SQOXwyyHBhn2RDEvLNI7lN1O8Wh7S2qU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#SQOXwyyHBhn2RDEvLNI7lN1O8Wh7S2qU > .row .container { font-size:0.875rem;font-family:arial;height:69rem;width:75rem;overflow:visible;position:relative;display:block; }#F43u7KsDXaJicZ540lJbe4Grh8QEvfTE { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:"be vietnam pro moje";font-size:2.6875rem;font-weight:700;z-index:15059;line-height:1.2;letter-spacing:0;top:5.875rem;left:0rem;height:9.675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HtRflyiRWQ36yZruro4uHXNPtmAyFOUt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:18.5625rem;left:0rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH .accordion-element-container { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1rem;flex-direction:column;align-items:center;background-color:#f6f9fd;background-image:none;vertical-align:top; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:0.9375rem;font-family:"be vietnam pro moje";color:#020202;height:auto;line-height:1.2;overflow:hidden; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.8125rem;font-family:poppins;line-height:1.2;overflow:hidden;height:auto;color:#000000;font-weight:300;font-style:normal; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_c8c165b06aaeed9fe48fd186c943c44917be7e90.svg");background-size:contain !important; }#yVrD9NugULWPlTf8gDiowN6P15rTPhkH .accordion-trigger.adaptive-delivery-prevent-bg, #yVrD9NugULWPlTf8gDiowN6P15rTPhkH .accordion-trigger.lazyload, #yVrD9NugULWPlTf8gDiowN6P15rTPhkH .accordion-trigger.lazyloading { background-image: none; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH { box-sizing:content-box;height:auto;width:52.75rem;position:absolute;display:flex;flex-direction:column;gap:0.6875rem;z-index:15060;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:5.875rem;left:22.25rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Hd5L3NvDGHa6NRQkKCW1MhuM5AQ2y1HM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #OP5PAXXEGlAupK5Z16IXQorxk9apPyNT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #e3RqdClMwObTxfnLmDLEOdCECKVqTWug { display:block;position:relative; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #uBE8b1TwPRbygexUvy1i16oXxm8HvvB8 {  }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Q5CXiEcPZoVXOrM2k6a0f2wbOMsQdK4D {  }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #E1rZg6ed7QQpW29u4H6RonA9SyJ6QiGr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #a3EATASBgDtm2KULcJtnDJJ9oVx0JK7m { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #s30fmv2PKA20AVBrx2OAzceOPCNuRhvd { display:block;position:relative; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #F0CTUGmy3OvEx627K26frGxcACO2KDoJ {  }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #MRyEIg0akBxQzQov7Rt0Lo2TUpovn77s { display:none; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #TmTTEzaTK420FfLTFv08nWlyR9lTR0dl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #DtDGsXRODhGZp1GQg0rLS43gk6e3frpO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #sitydbCC5UuAziMNXgz7X0dJMZOFZifl { display:block;position:relative; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #wQwnNHPGXGUi7eHHVmFyiLGWTkTvh8ou {  }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #WmAWSFhIbFg4kuq6D02TwBk82ef8lGxe { display:none; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #eoC2uOx1oHx6o64MElWcmXDvH7TeVpgl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #xZMgGLVvP5ZAtirkehf6MBnZWBSMNOR3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #FISN3qRyUQDh0uupvx686yh6JKFTh4np { display:block;position:relative; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #N2Ocin8xTCxTIHIXZ8tJVAghhCrk3Uzi {  }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Rr2779r9aCV7MWEW6axTiE1IGnNQ8bgr { display:none; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #XJKewwrPTeGovMKrpLrKwAKa410ZnXBo { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #T9S4fT5FwV5tzUAStMvocAqxBpqeZCf6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #s5VAQrB0bUehi2XKScbqHCrDhNv1TcMk { display:block;position:relative; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #xKQP7024yZ0ndAbRy1JyqoP138XUGHpJ {  }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #yGfNpSTX7WgA8FJEyp6Bk31T3k9TTEnw { display:none; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #iyzuzrrSPtMfsGiuRBLzTSgP1ITkfdQ7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #q9N7idPILDOvwCfd6TBsisA4L6V2I07m { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #pw9TffXQdIoQ8JiSVyRvGiGhaJP9k3Ts { display:block;position:relative; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #UBPFAGoCx5Kv2mAPZIy5VlbXxNf8V4LI {  }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #QTcWrAEC6TMmZJ2RoXKJQwG7EzMSm3bQ { display:none; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #V3RbPZI4HFuTzN2BfNRcQTL90QQqBb79 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #xUtIr6WhUz6ACWlN7RAZi5LIp7911Fya { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #LT6cFfrp0mKKaKTeB2oeWDM6JpME2IUZ { display:block;position:relative; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #yvsXSGgOXbE2qUTEaJuSfMa2xrNCo18h {  }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #of5HvGwLbt4cZh1HURz9E5RRBMk7c4l9 { display:none; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #L7cQJLxKVF6NnslNoAzHB4FHcEhIhaDB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Jy0ntbdLwUP1Swfb1E0tDEiT973NKGpo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #SmH2NkNIgM1uipwgw6lBkDTJSyHzpv13 { display:block;position:relative; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #fC5HJ0rbg82nM5Kp2yJNOi5pzd6OACsb {  }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #kTMNBz3fDFFuXeO3KXhJPhaJQq4MQQhS { display:none; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #oToHGeCdqO3aZVP3nvD6Rwmpg3WRauum { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #IhLpefH8wRRgqsyWh4rbSy0xiX4WP2wp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #PpQ4cBXmtOH7AGCP0cDEZ1t3XP2rtGAf { display:block;position:relative; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #bZg0mTrzFsWsD8LMNaUupg1nocqFypcq {  }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #cV2z4ELw3qB721o6osiPWE8owCBhQyby { display:none; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #dZbdD6L97XIRQBsvNs9MQzJ3g4isR6Ce { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #uRF4hi8b0WtfxvQhzRyrW6I96J7yvT6M { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #JMXMPAcOTd3B3bcrZQqKTShudN1WdGei { display:block;position:relative; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #wcneHWbF6PKszA64n3ZaZziTMskvWlpI {  }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Ldsfb9Tgq44RzhecmuD3UBAVWofxoBKo { display:none; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #hw249rUbGU9sa9lvO0ZmukzllnpTUio8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #NbyogT2QLsnvOtt8c4QFv8LbuEevbkoA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #WEAIIPnT3BDNnZ9NhQgW65aHvTU5BhI7 { display:block;position:relative; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #TxS5VA3Q3TJ3Pm1CXTfQ5lRbFu4vHhFE {  }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #VyCFXzLCzmBNyXbnPkL6LsIon0D6sTTC { display:none; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #OwygJ8rcJlzeceWoAoTkcZT12nQkcnrT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #DQcrebJCH25LgTk82wWGJ8S4sKpvmxlM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #gBJ4nRxTAQ6QHlsTn2D4qo27Pp1Bp4G5 { display:block;position:relative; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #zc6SqQWn89iZqKEpJ53eJM2qoTTNIrx1 {  }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #enwDyB7hLbXHpfu0N0r3H5E8tGog53rn { display:none; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #TgqfZUyV0Vd039Bul5d1A2H2pO95upbN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #ghze376K213ONHt4bcyo3xKTBF8FcKeN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #yfHT3d0I4zrU9Hd9op7TCbiNz9h2130x { display:block;position:relative; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #HHGdJyUtqsd5UfrQT7aVXARayCJwio3h {  }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #GeshBW93dc6BDV2VTOwohtDnkMqkek7d { display:none; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #X7SCtOORqCHT6Os1sA7nuzHhQk3Nie2I { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #lheZQiTnrxJ8VdFvho8puUBGDs75IVNA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #CFo1T2BhWdrfgbOPxn5wDp5RrKrJucwk { display:block;position:relative; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #VxD7qIJzXU8bpWV6NUP9bdLT4D1FiLRW {  }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #TGkhcN2I8Wmezm6QHocwdJqex4sTPsiH { display:none; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #zztTtTw8bRyPZ0Zo8mVSOu8rkckbT2Hy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #OI04JIcvoMZAc8sraQgJxRBbQkRr4FcJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Jral9ulazop2BwVcrB5Fia0xD0h54b3D { display:block;position:relative; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #O4vryI7T4FHl8srB3vv10Dg11rfoawUB {  }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH #HDkuIbUhwd3Lu9sdN1ozFV7I9eTocGBs { display:none; }
#TPT2mwNOnpTr13v0rvpKHi3iUTNHtWEx { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:"be vietnam pro moje";font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:18.431247711182rem;left:4.75rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .row .container { background-color: transparent; background-image: none; }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .row .container > .video-iframe-container { display: none; }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .row > .video-iframe-container { display: none; }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .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); }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .row .container { border-width: 0; border-radius: 0; }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#porPd8CShCxUJBQnEc2BJ43slp144afL { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:"be vietnam pro moje";font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5625rem;left:51.3125rem;height:4.55rem;text-align:right;text-align-last:right;display:block; }
#dRdNKBDMauEJF0BVabKEz30bywD9dTTv { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:2.5625rem;left:0rem;overflow:hidden;display:block; }
#mfTE8byRLXBH0AW0A6nPvg16xyRQWkAZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro moje";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.2124938964844rem;left:31.875rem;display:block; }
#PUmHq4tX5wGAFEDKPEow893BIn446qVU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA { display:block; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqa5KEXCpybHsh4utCMsTxv5I1fwvd1J { width:9.875rem;height:2.5625rem;top:1.1875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDevOvGqp2AUGUWsMBekCkqOQu8zbL1o { display:block; }
 }@media only screen and (max-width: 763px) { #Fz3qmTaxre5oJ5IQOT13lvqMhZEuJsvN { width:13.75rem;height:2.5625rem;top:1.1875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n33rDDEsnJB4kMpGgVltH2FmVoBbg0o3 { display:block; }
 }@media only screen and (max-width: 763px) { #GzE1neuxQawz4WnuHnGvkNLz1goB2lgs { top:1.25rem;left:14.5rem;width:2.4375rem;height:2.4375rem;display:block; }
#GzE1neuxQawz4WnuHnGvkNLz1goB2lgs > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #R621l9OsEpTCkf81iWO6NNNefa7WC2gp { top:1.375rem;left:32.625rem;width:2.0625rem;height:2.0625rem;display:block; }
#R621l9OsEpTCkf81iWO6NNNefa7WC2gp > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #CQXsfbD0E3q4LowpqouiBtrMWAyTRazd { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0Rb3yxicd35167UUiXopfzoTx9Q4cP8 { display:block; }
 }@media only screen and (max-width: 763px) { #OPoAAz0XNkZrGvpEB15WgwCBGnvyo00h { top:0rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { top:13.5625rem;left:0rem;width:47.75rem;height:8.875rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K75AvbrshOhMX7dPKi6yPMOipRTShV90 { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngZ03VpJU1UuFQgG8oehRexLxS4aCfqX { display:block; }
 }@media only screen and (max-width: 763px) { #iCxL3WWWUTxPPdQ1mRwR1rTxTQdwhvBA { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRiAcUO6T1ogFZFp9Kr9ueQkdftyGXVV { display:block; }
 }@media only screen and (max-width: 763px) { #AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { top:11.1875rem;left:0rem;width:41.8125rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0C185fF4IzDTFHmGxNfBiXRaRJRTtyU { top:24.125rem;left:0rem;width:41.6875rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu { display:block; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqPwVB5hw0fOg3MT9q2tn2lmddT26VD1 { top:5.8125rem;left:0rem;width:47.75rem;height:8.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoAJKe2T451mIR7DC3Vn0WJ6AEAs0F7E { top:34.125rem;left:0rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfVB8zWrMXp5A1UZsyXDtp59I9vwBtqz { top:0rem;left:38.9375rem;width:8.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUxVdz630otL8ge0T2dVhTdVO6WkWfvE { display:block; }#DUxVdz630otL8ge0T2dVhTdVO6WkWfvE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLALgJzbWtncZ3qqs47AupLJ3Efqkw8n { top:19.8125rem;left:0rem;width:17.3125rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFXs0BObbTGxvNwt9puu8BxZDAUh9yG0 { top:23.6875rem;left:0rem;width:20.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2AlxRepWxlDMykgNlW4WZLAG4unFTLz { top:7.9375rem;left:8.8125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PShCGEZW8cToRooNWUhKz70Izuqg8A9q { top:8.25rem;left:2.8125rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AohMBrQXctaRfEOql6TqCtXswRVRRfGk { top:29.125rem;left:26.625rem;width:21.125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #erkXVsVxIG6vA1uNdpZ2I5zUn1RqDpvw { top:25.1875rem;left:29.5rem;width:18.25rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #outQFq2WmqWLqvf5EKA88uFTN9TXgwRT { top:20.9375rem;left:8.6875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1ssiaL5wXTUW3kTuLL9lzJfHdsAHRoT { top:21.25rem;left:2.75rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua2b9Hpa5rUzQAVKdyF0fJHbVLG7HPkT { top:9.9375rem;left:0rem;width:21.125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5XNSswc6sJ9mL8UUHeqzlzLnkUG1BdW { top:7.5625rem;left:0rem;width:17rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJhQVXm6iFf1UvVnfG7ML1muGJhanOss { top:14.875rem;left:32.5625rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPKKNzP4CwSbIMxSbzfu3hHtNsazLNaq { top:14.5625rem;left:32.125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm1iOUhue6cKDyT0zVZ05ROaUhOofmEl { top:26.25rem;left:32.0625rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdmhvn49NeyH87dRrkTfeEfT4zae4XP9 { top:26.5625rem;left:32.8125rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzDNvVyHeQlT7QV8MNWqei0awP2U3lIl { top:16.5625rem;left:26.9375rem;width:20.8125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8P0cRVp8SZNh1t48C3y1MNgAeOVl0Tg { top:14.1875rem;left:29.375rem;width:18.375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kutJ2ZFSVXTbtRspFLy69wD6eT4bynz4 { top:7.6875rem;left:7.6875rem;width:32.375rem;height:45.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcSEHlHnKTsMNRXoPOSh3mCGryl4PlLG { top:34.75rem;left:0rem;width:17.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU9d6gTmWRf5bov4ENHh6uKiDts2qR5V { top:38.625rem;left:0rem;width:20.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8KchBhqKE8wKtK9DlGR995hDdfG4VfV { top:36.1875rem;left:2.6875rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc2qwTeX2ZOlzLHJzCpZJ9xAFWbJ4cJs { top:35.875rem;left:8.8125rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2SGxs4bLpppsgkHNfw0bf0X8T98MGtQ { top:42.8125rem;left:26.625rem;width:21.125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsI2hTp4pqUCPf6cs61qgvLETMQaauZq { top:38.875rem;left:29.5rem;width:18.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsPwveJBJ3222K3iOKsRf92DhsP5AVTw { top:40.25rem;left:32.8125rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJvc3qDVdraOINh8QwRK6TOZZFDoAoXp { top:39.9375rem;left:32rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0zstRxPXrrchHAR0mvL26F2OLUEXEWp { width:11.25rem;height:3.75rem;top:30.125rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmnSzrm6zxZlfW0zTX46OQyKJNxPW971 { display:block; }
 }@media only screen and (max-width: 763px) { #c4Nxw8TZbZ87D2WyuDrF67MvSNESe9Zn { top:53.25rem;left:14.75rem;width:25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens { display:block; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTonkP2y1nrIMH9AluJtiTegz9UwXXGO { top:16.5625rem;left:0rem;width:36.5625rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtJRE2EPuKismTTK9eVW6ss6Fz9AFV9E { top:2.75rem;left:0rem;width:47.75rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9M6kcGVDEziEG8xhS18vHMKFbR8MG5c { top:19.625rem;left:20.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oerOabTG9sU0F6zFD7m0CAQlJZWDNtzQ { top:19.375rem;left:12.5625rem;width:35.1875rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1Rq31iFpd5TyQF2vIehgaFsW4yoJn0e { top:22.0625rem;left:12.3125rem;width:35.4375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuBF7Wc7dH1BMqyzDDDsmuzcMK0rmMkl { top:28.875rem;left:20.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTZqlWi7IyJ4o9ny4wV6SRnRLx9rRBdH { top:28.625rem;left:12.5625rem;width:35.1875rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKFKFXVSlKhAnicUwQtrS4Hg3MyclT8D { top:31.8125rem;left:14.0625rem;width:33.6875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQBB1UbwMipCGTfAVLTedCzBF0THEShM { top:38.375rem;left:20.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vP4PUilTWHNTN8SuCqCZZr6JR80w5gtd { top:38.375rem;left:12.5rem;width:35.25rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDytMud5XZ6zSZQxTONkhetKXrye2cZb { top:41.0625rem;left:14.0625rem;width:33.6875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeLDadd34NUeAHqltXhASeuZkZARkKIJ { top:48.375rem;left:20.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVTdNbm9SZ3BFtXKiA71mxn8S2pSsThL { top:48.1875rem;left:12.5625rem;width:35.1875rem;height:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh7aFkh3XI5m1CelHgV5t6ZgKWe3EFhX { top:50.875rem;left:15.4375rem;width:32.3125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS5J39WNBh8Cborw1BxmR8ohrNxWsWNi { top:19.125rem;left:0rem;width:24.0625rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDTl5m89063FSF6H0gRPDgzczVPWuZ00 { width:14.6875rem;height:3.75rem;top:59.375rem;left:11.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9htiIBDlOKmQJeiosLJTZfT5qHyIDdC { display:block; }
 }@media only screen and (max-width: 763px) { #hCfkkW8UJWBLArx3oNbm1yF8fEn5sq97 { top:11.6875rem;left:15.875rem;width:31.875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 { display:block; }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChIdLSOrH51taffIbshzRTDLFhdSO3Td { top:5.75rem;left:0rem;width:34.0625rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p37u8LDpgsrfvgVffO00wwBzUOBmbe6V { top:18.875rem;left:0rem;width:25.625rem;height:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXNiQRiRwtJTATGtl4IfpZ5DVv28aBrg { top:19.625rem;left:0rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gS0uF4gakDrlZcNourADKT3gUb9TndNn { width:18.5625rem;height:4.1875rem;top:7.9375rem;left:29.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU0N1C74Hq9BeeJyPR1yFH5DvQ9bhZHE { width:28.625rem;height:31.1875rem;top:5.1875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-regular-label { width:21.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-text { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-text {padding-top: 0; padding-bottom: 0;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-textarea { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-select { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-select {padding-top: 0; padding-bottom: 0;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-button { width:18.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.5rem; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-checkbox-label { width:20.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE  { width:21.625rem;height:auto;top:12.375rem;left:23.625rem; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .radio-container { width:21.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE {display:block;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE { width:21.625rem;height:auto;top:12.375rem;left:23.625rem; }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #dDmthgKnTKhx53MSEfLNy38yJMx3auHJ {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #ehXhka423F7rrxwqvbdoOvUuRzmnGtKq { display:none; }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #ObeOPTKbSa7Hq5MxGwmBBGLb9Vv7JOGn {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #LLGUQIL9q1OP0qMTnTlMbI9pQX8OrQoV {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #eURMv2ihMwgKymc1DIpklnhIwNF9g079 { display:none; }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #R5zHFG3CWr401URO9wO8DZGPcyo4pGzK {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #pQLeNApBy5w4Z5rHBoKPO2IHHVFXH3wg {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #frBaUTucok8kigxsyLQ7eyARk0gsQb1M {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #ZT32SVPpzUwT1RUWPBAovsdnygeuJPUO {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #Evr7WMdNkHh9GhEHR3RJsi4Hvdv1iv18 {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #JP5RCrh5DXpF61e2wQhz2HSpB1DsxdL3 {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #N5IPJOwUe7gvRZ1TsKCb1N4KTBPyzBVV {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #puTcD4cczpmn8GdD455WzUIaR2M7w6zV {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #v26h7B3852KwLNbiQrQ07ItB5XtxwIHP {  }
 }@media only screen and (max-width: 763px) { #xH63yGOef8M1ToArvrIDA04lrwc5GHMO { display:block; }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9LkPrOOdF2ptPGBWeo8MM3a3SRT9rTz { top:6.375rem;left:0rem;width:41.1875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfhmI4D5vAe1tzwzQKaBwHDe4G0qizKc { top:23.625rem;left:0rem;width:35.4375rem;height:10.5625rem;font-size:0.875rem;display:block; }#VfhmI4D5vAe1tzwzQKaBwHDe4G0qizKc li:before{  }
 }@media only screen and (max-width: 763px) { #og4DrmxQyELOM6eTnoT7W7KnIR2PbIcD { top:17.375rem;left:0rem;width:34.875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeP2PTS4TRNmkDJHTuPfgDqfTkw7R5wU { width:18.125rem;height:18.125rem;top:0rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAqGOPWpCCbrowLwNgRZghVe7DAAqJd2 { width:11.0625rem;height:8.3125rem;top:21.875rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOHVxAdnTb0iPJk295GzGMXdAqc9mVq1 { width:7.5625rem;height:10.3125rem;top:31.4375rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePgsgEeg4uBM6ykx5cPaZAvglsZeNzdF { width:18.6875rem;height:8.5625rem;top:14.625rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VosJ2WGsr56etgnGpGE2zgIREyubRXkF { width:9.5625rem;height:9.125rem;top:31.9375rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZn9vGh4QtT71RvUyfCtQdbu5hUdoaTK { width:3.875rem;height:9.9375rem;top:24.9375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPWZHE6BtkrFiBh3lNVkemoHwJgH9Uqs { width:14.875rem;height:4.5rem;top:18.125rem;left:24.788543701172rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq4AGiJUi10hkDheyXolv4eJo52rJTTg { width:13.625rem;height:3.25rem;top:13.0625rem;left:25.413543701172rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChxFmBsM8bLTtx9V7TTeSNunqeTsg5Wc { width:7.25rem;height:11rem;top:29.1875rem;left:26.084373474121rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELJNNQJqLwtiu8D3A6uRkXUeQMTIuNpN { display:block; }#ELJNNQJqLwtiu8D3A6uRkXUeQMTIuNpN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oo0heepgsyIS3fgm60aUQve6akT8KaI5 { top:8.25rem;left:0rem;width:24.875rem;height:16.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr7KJHPpfAoqhQ4C6W66IGQrEPRkxJbx { top:21.3125rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K98KFCM5b4vdhN6HnRun45RXMF3KBstn { top:8.875rem;left:14.5rem;width:30rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VO0c1k5SJCteHHrCZv9SWTXznuCc1cCA { top:9.0625rem;left:1.0625rem;width:46.6875rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXLFltuTO3c2k6k5MCcPq9dSTthDC3M2 { display:block; }#IXLFltuTO3c2k6k5MCcPq9dSTthDC3M2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJr79ue4tmBtgxQrg9zpwVcqx31AkM2s { top:4.1875rem;left:6.5625rem;width:41.1875rem;height:12.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmoK24KI9E0QtGfJOQyWBrBmCwtvpPpA { top:24.375rem;left:0rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZU30fimWB3H7nXCws8S3UmJJKBbc7Wy { top:22.625rem;left:0rem;width:22.9375rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1Sqrgrm7ncsLfbdorcpx21b8MTKGydf { top:16.5625rem;left:11.3125rem;width:33.25rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDVeyDLBs8gBXBJA4HLeePoiuHMHF7JE { top:16.4375rem;left:20.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCHXsh8tPmx9eSS7nRXMq5wQJxi6kUfa { top:22.4375rem;left:17.9375rem;width:29.8125rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw3UnV0LTpszMAT2Hib6PIhDsMPhz0qX { top:22.125rem;left:20.0625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBEB8PRzsztFsz3ff3fmG2LLG0eEWfZX { top:28.125rem;left:20.0625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvkJwT3sXlALA4PprBlldatXdxPZsGwC { top:28.25rem;left:16.0625rem;width:31.6875rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSWM3WGmnMRcL9R6tdSmdRi89o0i9nok { top:34.0625rem;left:15.625rem;width:32.125rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLzMS9p3etstQy3WHnUaD691X2b88KkC { top:35.0625rem;left:20.0625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwaaWBA8g7UmOyIuTNyttXL4XwmoFP0b { top:39.9375rem;left:17.125rem;width:30.625rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrgAFQUiJWGPKAm7MxEkPG4GmxytBKvI { top:40.6875rem;left:20.0625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7TIRSSpLr24vVLogZpiGHyIZSzJCpfZ { width:11.25rem;height:3.75rem;top:30.125rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTpHhNlIHfg9oSRm3ALmXCV3JBRKiK29 { display:block; }
 }@media only screen and (max-width: 763px) { #UXP10TyaCfy3HfWhCcyUFVuRHZG3hpTh { top:15.4375rem;left:0rem;width:3.8125rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaKWaTuzLuanuty1K3wfkqlZnr9pxcQm { top:15rem;left:1.1875rem;width:6.5625rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2W7zW7SlNJi2JkLvZVOJfPt4mEMyKIL { top:9.8125rem;left:0rem;width:17.625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNh6r8RvIcfCq6qlIdBbR6T9BH4MPVBp { top:45.8125rem;left:18rem;width:29.75rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPcbZD5E4zlX4qXRARwaoZIr54HIWOWC { top:45.5rem;left:20.0625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvAuCIVfkby0IP5vPifGfn2tppMyL5T4 { top:51.75rem;left:10rem;width:37.75rem;height:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDdSKT0wwwTtVJ47luUPw4Zxpgt8bCq0 { top:52.5rem;left:20.0625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXhh5ZEoqStqHzpWARsgd7OHTpxperUn { display:block; }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nakymGQtf9RDSns5RnNpuIxFzOUD7ucB { top:12rem;left:0rem;width:28.8125rem;height:7.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVwI7wkMCoQ5F65Z2WdR4mrOixEWf0TA { top:6.1875rem;left:2.1875rem;width:45.5625rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZiANoKR4L1PMS08FurPtsInqXbECtXA { top:6.875rem;left:9rem;width:38.75rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STeN6rV2N1WyW0cQ800PDep5VgrAtbQE { display:block; }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EbTxrRUPeuovPWC3i7cRkACogOwx9oz7 { top:7.8125rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbpTQnllTsWGeTkhNIE81FlFnPX9UNDQ { top:17.125rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBg1te9Tnnnfr10odeWLQ5TTav0oozTL { top:17.125rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4JRigSa45ofNX7WtVxdI6vpxFwl4DrL { top:17.125rem;left:9.8125rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8vtH1i42PTLbkUaIJrQUgOD5k7fO6bB { top:17.125rem;left:20.125rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7yNpp7TC3TSbXXzdntslVdQbV7RuChA { top:17.125rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4TJOwMSc1oFmCKmyPMDg9P6tpg9Zm7F { top:17.125rem;left:30.3125rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8ZpNVhOL1RgkAsBXp6GgxBrGkgBDVwW { top:17.125rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCf6tR7UdonLSw8IXZkKSUfGddhrkZxp { top:21.75rem;left:9.75rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc6WrWlMDHhc6d1Dk9b7Em7G5chsLf59 { top:21.75rem;left:20.0625rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOygwOrTXuWOqB3eBi53VbE8qIVlQ51H { top:21.75rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #guKds5lzqh0PMybX51dSqBEmiIWN8aeo { top:21.75rem;left:30.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTkMK5Rw2ER9HHNpb9W0f9PLmRDz59sv { top:21.75rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt1oc4nJhCCqqsgKgP9b93UkgmRQmggK { top:21.75rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGeGkiQPHLkBxa2inwcQyxZuAp12FXCe { top:21.75rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cncqf4g0vyww6wsRvaI94T8Fd3VEGwgl { top:26.25rem;left:9.75rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #akDhdBgC9TnTr9JUbclazOTf2lbaSWbP { top:26.25rem;left:20.0625rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8Hd8eTtWx2iUHKdHSGEHnP7hOrMlM4w { top:26.25rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmmacZtXT1a9Tmi8hWEeTuTPxgPKMBfJ { top:26.25rem;left:30.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEyTZE2y6GDuimaDETT6H4FfPkWMAupn { top:26.25rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #POSnuKAV5dG3c1TwcRKy5BIsI4OI9640 { top:26.25rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfzRbChPZXHvr5M4674MEM26Z1BZF9xg { top:26.25rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgw7cCAt6w0OT6nKzOJ6wtSp4UNMq9LJ { top:30.875rem;left:20.1875rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q37zmSP5HPdDvSF4miiCfz9JNXbvNECP { top:30.875rem;left:30.5rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXWp6ExB0GTv1waI87C70Tkgbfioktfk { top:30.875rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEzwzLFTJnq98JkcuGiTW4gQcBDGB9s1 { top:30.875rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #raxL6TmGZn8KzTWtV9TpeziuTgwVNUkP { top:30.875rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlxNJE5Pkf4ar8Q38dzD7ElODiBSxzOZ { top:30.875rem;left:10rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6Efgfr29LLP2HaMv5Wp0ZwtIRNrPZKC { top:30.875rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1RfVu2uzEpvh9TDHqhqTNnsaHwAcTi2 { top:35.3125rem;left:9.8125rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ10AyKdFBOOlpbE5AdLA13tfRwTJS4X { top:35.3125rem;left:20.125rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zay40gCoxJkeqNIl3HwRiZS773VgPSim { top:35.3125rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGhMoQ9y2o567QVSUncHsHGM4HB1g2NQ { top:35.3125rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4N4Z9BeRM2PfK8u4LXDh2W68Si6EkEn { top:35.3125rem;left:30.3125rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzAt18Mt2BhrlOlbf40dgX9oq8a5rpGA { top:35.3125rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9d2O5IK0sO7NvnDSWQbVfyrQfzZkAQT { top:35.3125rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPx8leo1u6mA6BGvhXDkIKMGRr05CsSD { top:39.9375rem;left:9.75rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a31bkN9xMu7bQgnmCKGac4DpErc34q3T { top:39.9375rem;left:20.0625rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST6QzrQZ4n3apAkhEps2eOT1rhT9Rbht { top:39.9375rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFEZ1KLGiyuGMrbFSDnOXDQ9vBiLnfkv { top:39.9375rem;left:40.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeQagQbttJ9pHHZR2LmzAaJGJUWMAT4Z { top:39.9375rem;left:30.25rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6eMcKRubKH9dNdnPzZx2agEtyacpWw3 { top:39.9375rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLyzH8BdM5Cb7TNwFrcKwSdB3WdqBSRm { top:39.9375rem;left:0rem;width:7.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA4poUFW15p340EqJTccMZmoSATbQSp5 { top:6rem;left:4.3125rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #erodALLvp9zVcOHxza4QiA5NQsyrueGm { top:6.1875rem;left:4.5rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 { display:block; }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kx2vfH47TqTtrWrrZ6T1GLkVUTQGmMs3 { top:7.6875rem;left:0rem;width:21.875rem;height:4.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2x08MObIEJnOgrwTHmr3wRatiymb65Q { top:8.5625rem;left:22.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxLmghraFHFuAaeM1VO1rNEg3miKJgdd { top:8.3125rem;left:41.625rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIDLvTPhMT5PEsxOhOkLl4zwqZNoKJk6 { top:8.9375rem;left:26.8125rem;width:12.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSIPNtDB0UhbmGsgUEPHCl4olaeSRsNQ { top:8.75rem;left:32rem;width:15.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcvL3TZikRx4lZTSSWKPTAlzInQ87S3J { top:14.25rem;left:22.75rem;width:25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw5plGFhcJvUkBOhmpU6BTcINSFPdpHl { top:4.75rem;left:0rem;width:7.5625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7KEe4P4x5bnq7XZygk7he3swA8CDoff { top:4.9375rem;left:0rem;width:14.9375rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQOXwyyHBhn2RDEvLNI7lN1O8Wh7S2qU { display:block; }#SQOXwyyHBhn2RDEvLNI7lN1O8Wh7S2qU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F43u7KsDXaJicZ540lJbe4Grh8QEvfTE { top:5.875rem;left:0rem;width:19.625rem;height:9.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtRflyiRWQ36yZruro4uHXNPtmAyFOUt { top:18.5625rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH { display:flex;height:auto;width:27.8125rem;top:11.25rem;left:16.6875rem; }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Hd5L3NvDGHa6NRQkKCW1MhuM5AQ2y1HM {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #OP5PAXXEGlAupK5Z16IXQorxk9apPyNT {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #e3RqdClMwObTxfnLmDLEOdCECKVqTWug {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #uBE8b1TwPRbygexUvy1i16oXxm8HvvB8 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Q5CXiEcPZoVXOrM2k6a0f2wbOMsQdK4D {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #E1rZg6ed7QQpW29u4H6RonA9SyJ6QiGr {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #a3EATASBgDtm2KULcJtnDJJ9oVx0JK7m {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #s30fmv2PKA20AVBrx2OAzceOPCNuRhvd {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #F0CTUGmy3OvEx627K26frGxcACO2KDoJ {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #MRyEIg0akBxQzQov7Rt0Lo2TUpovn77s {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #TmTTEzaTK420FfLTFv08nWlyR9lTR0dl {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #DtDGsXRODhGZp1GQg0rLS43gk6e3frpO {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #sitydbCC5UuAziMNXgz7X0dJMZOFZifl {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #wQwnNHPGXGUi7eHHVmFyiLGWTkTvh8ou {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #WmAWSFhIbFg4kuq6D02TwBk82ef8lGxe {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #eoC2uOx1oHx6o64MElWcmXDvH7TeVpgl {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #xZMgGLVvP5ZAtirkehf6MBnZWBSMNOR3 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #FISN3qRyUQDh0uupvx686yh6JKFTh4np {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #N2Ocin8xTCxTIHIXZ8tJVAghhCrk3Uzi {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Rr2779r9aCV7MWEW6axTiE1IGnNQ8bgr {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #XJKewwrPTeGovMKrpLrKwAKa410ZnXBo {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #T9S4fT5FwV5tzUAStMvocAqxBpqeZCf6 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #s5VAQrB0bUehi2XKScbqHCrDhNv1TcMk {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #xKQP7024yZ0ndAbRy1JyqoP138XUGHpJ {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #yGfNpSTX7WgA8FJEyp6Bk31T3k9TTEnw {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #iyzuzrrSPtMfsGiuRBLzTSgP1ITkfdQ7 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #q9N7idPILDOvwCfd6TBsisA4L6V2I07m {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #pw9TffXQdIoQ8JiSVyRvGiGhaJP9k3Ts {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #UBPFAGoCx5Kv2mAPZIy5VlbXxNf8V4LI {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #QTcWrAEC6TMmZJ2RoXKJQwG7EzMSm3bQ {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #V3RbPZI4HFuTzN2BfNRcQTL90QQqBb79 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #xUtIr6WhUz6ACWlN7RAZi5LIp7911Fya {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #LT6cFfrp0mKKaKTeB2oeWDM6JpME2IUZ {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #yvsXSGgOXbE2qUTEaJuSfMa2xrNCo18h {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #of5HvGwLbt4cZh1HURz9E5RRBMk7c4l9 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #L7cQJLxKVF6NnslNoAzHB4FHcEhIhaDB {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Jy0ntbdLwUP1Swfb1E0tDEiT973NKGpo {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #SmH2NkNIgM1uipwgw6lBkDTJSyHzpv13 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #fC5HJ0rbg82nM5Kp2yJNOi5pzd6OACsb {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #kTMNBz3fDFFuXeO3KXhJPhaJQq4MQQhS {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #oToHGeCdqO3aZVP3nvD6Rwmpg3WRauum {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #IhLpefH8wRRgqsyWh4rbSy0xiX4WP2wp {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #PpQ4cBXmtOH7AGCP0cDEZ1t3XP2rtGAf {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #bZg0mTrzFsWsD8LMNaUupg1nocqFypcq {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #cV2z4ELw3qB721o6osiPWE8owCBhQyby {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #dZbdD6L97XIRQBsvNs9MQzJ3g4isR6Ce {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #uRF4hi8b0WtfxvQhzRyrW6I96J7yvT6M {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #JMXMPAcOTd3B3bcrZQqKTShudN1WdGei {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #wcneHWbF6PKszA64n3ZaZziTMskvWlpI {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Ldsfb9Tgq44RzhecmuD3UBAVWofxoBKo {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #hw249rUbGU9sa9lvO0ZmukzllnpTUio8 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #NbyogT2QLsnvOtt8c4QFv8LbuEevbkoA {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #WEAIIPnT3BDNnZ9NhQgW65aHvTU5BhI7 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #TxS5VA3Q3TJ3Pm1CXTfQ5lRbFu4vHhFE {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #VyCFXzLCzmBNyXbnPkL6LsIon0D6sTTC {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #OwygJ8rcJlzeceWoAoTkcZT12nQkcnrT {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #DQcrebJCH25LgTk82wWGJ8S4sKpvmxlM {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #gBJ4nRxTAQ6QHlsTn2D4qo27Pp1Bp4G5 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #zc6SqQWn89iZqKEpJ53eJM2qoTTNIrx1 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #enwDyB7hLbXHpfu0N0r3H5E8tGog53rn {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #TgqfZUyV0Vd039Bul5d1A2H2pO95upbN {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #ghze376K213ONHt4bcyo3xKTBF8FcKeN {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #yfHT3d0I4zrU9Hd9op7TCbiNz9h2130x {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #HHGdJyUtqsd5UfrQT7aVXARayCJwio3h {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #GeshBW93dc6BDV2VTOwohtDnkMqkek7d {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #X7SCtOORqCHT6Os1sA7nuzHhQk3Nie2I {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #lheZQiTnrxJ8VdFvho8puUBGDs75IVNA {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #CFo1T2BhWdrfgbOPxn5wDp5RrKrJucwk {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #VxD7qIJzXU8bpWV6NUP9bdLT4D1FiLRW {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #TGkhcN2I8Wmezm6QHocwdJqex4sTPsiH {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #zztTtTw8bRyPZ0Zo8mVSOu8rkckbT2Hy {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #OI04JIcvoMZAc8sraQgJxRBbQkRr4FcJ {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Jral9ulazop2BwVcrB5Fia0xD0h54b3D {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #O4vryI7T4FHl8srB3vv10Dg11rfoawUB {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #HDkuIbUhwd3Lu9sdN1ozFV7I9eTocGBs {  }
 }@media only screen and (max-width: 763px) { #TPT2mwNOnpTr13v0rvpKHi3iUTNHtWEx { top:18.375rem;left:0rem;width:14.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ { display:block; }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #porPd8CShCxUJBQnEc2BJ43slp144afL { top:2.5625rem;left:24.0625rem;width:23.6875rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRdNKBDMauEJF0BVabKEz30bywD9dTTv { width:4.5625rem;height:4.5625rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfTE8byRLXBH0AW0A6nPvg16xyRQWkAZ { width:11.75rem;height:3.75rem;top:3.8125rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUmHq4tX5wGAFEDKPEow893BIn446qVU { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row .container { background-color: transparent; background-image: none; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row .container > .video-iframe-container { display: none; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row > .video-iframe-container { display: none; }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .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); }#ofGoPbGvLkgpJrqHbMnBlEIZJDVtnaLA > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqa5KEXCpybHsh4utCMsTxv5I1fwvd1J { width:9.5rem;height:2.1875rem;top:1.0625rem;left:10.5rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iDevOvGqp2AUGUWsMBekCkqOQu8zbL1o { display:block; }
 }@media only screen and (max-width: 763px) { #Fz3qmTaxre5oJ5IQOT13lvqMhZEuJsvN { width:11.6875rem;height:2.5625rem;top:3.1875rem;left:8.3125rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #n33rDDEsnJB4kMpGgVltH2FmVoBbg0o3 { display:block; }
 }@media only screen and (max-width: 763px) { #GzE1neuxQawz4WnuHnGvkNLz1goB2lgs { display:flex;width:2.25rem;height:2.25rem;top:3.34375rem;left:6.375rem; }
#GzE1neuxQawz4WnuHnGvkNLz1goB2lgs > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #R621l9OsEpTCkf81iWO6NNNefa7WC2gp { display:flex;width:1.8125rem;height:1.8125rem;top:1.25rem;left:9.9375rem; }
#R621l9OsEpTCkf81iWO6NNNefa7WC2gp > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #CQXsfbD0E3q4LowpqouiBtrMWAyTRazd { width:10.625rem;height:3.125rem;top:0.625rem;left:9.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #x0Rb3yxicd35167UUiXopfzoTx9Q4cP8 { display:block; }
 }@media only screen and (max-width: 763px) { #OPoAAz0XNkZrGvpEB15WgwCBGnvyo00h { width:3.8125rem;height:3.8125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e6653044-d84e-4995-bb9f-b57dbaf043c1/Obraz1.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.adaptive-delivery-prevent-bg, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyload, #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl.lazyloading { background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { background-color: transparent; background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .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); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { width:20rem;height:4rem;top:6.83749961853rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K75AvbrshOhMX7dPKi6yPMOipRTShV90 { width:13.05rem;height:3.125rem;top:30.1875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngZ03VpJU1UuFQgG8oehRexLxS4aCfqX { display:block; }
 }@media only screen and (max-width: 763px) { #iCxL3WWWUTxPPdQ1mRwR1rTxTQdwhvBA { width:13.125rem;height:3.125rem;top:26.1875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRiAcUO6T1ogFZFp9Kr9ueQkdftyGXVV { display:block; }
 }@media only screen and (max-width: 763px) { #AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { width:17.0625rem;height:2.925rem;top:2.0249996185302rem;left:1.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #x0C185fF4IzDTFHmGxNfBiXRaRJRTtyU { width:20rem;height:9.1rem;top:12.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu { display:block; }#UF8B88WEJHFXEJNI4Z4BJiXH129cB7zu > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wqPwVB5hw0fOg3MT9q2tn2lmddT26VD1 { width:17.3125rem;height:3.6rem;top:2.75rem;left:1.34375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eoAJKe2T451mIR7DC3Vn0WJ6AEAs0F7E { display:flex;width:3.375rem;height:3.375rem;top:31.8125rem;left:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yfVB8zWrMXp5A1UZsyXDtp59I9vwBtqz { width:5.1875rem;height:2.75rem;top:0rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUxVdz630otL8ge0T2dVhTdVO6WkWfvE { display:block; }#DUxVdz630otL8ge0T2dVhTdVO6WkWfvE > .row .container { width:20rem;height:107.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLALgJzbWtncZ3qqs47AupLJ3Efqkw8n { width:18.6875rem;height:2.7rem;top:1.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFXs0BObbTGxvNwt9puu8BxZDAUh9yG0 { width:20rem;height:6.5625rem;top:5.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2AlxRepWxlDMykgNlW4WZLAG4unFTLz { width:0.8125rem;height:0.8125rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PShCGEZW8cToRooNWUhKz70Izuqg8A9q { width:4.375rem;height:0.125rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AohMBrQXctaRfEOql6TqCtXswRVRRfGk { width:19.875rem;height:3.9375rem;top:40.125rem;left:0.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #erkXVsVxIG6vA1uNdpZ2I5zUn1RqDpvw { width:18.625rem;height:2.7rem;top:36.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #outQFq2WmqWLqvf5EKA88uFTN9TXgwRT { width:0.8125rem;height:0.8125rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1ssiaL5wXTUW3kTuLL9lzJfHdsAHRoT { width:4.375rem;height:0.125rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua2b9Hpa5rUzQAVKdyF0fJHbVLG7HPkT { width:20rem;height:5.25rem;top:18.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5XNSswc6sJ9mL8UUHeqzlzLnkUG1BdW { width:18.5625rem;height:1.35rem;top:15.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJhQVXm6iFf1UvVnfG7ML1muGJhanOss { width:4.375rem;height:0.125rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPKKNzP4CwSbIMxSbzfu3hHtNsazLNaq { width:0.8125rem;height:0.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm1iOUhue6cKDyT0zVZ05ROaUhOofmEl { width:0.8125rem;height:0.8125rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdmhvn49NeyH87dRrkTfeEfT4zae4XP9 { width:4.375rem;height:0.125rem;top:35.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzDNvVyHeQlT7QV8MNWqei0awP2U3lIl { width:20rem;height:3.9375rem;top:29.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8P0cRVp8SZNh1t48C3y1MNgAeOVl0Tg { width:18.6875rem;height:1.35rem;top:26.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kutJ2ZFSVXTbtRspFLy69wD6eT4bynz4 { width:20rem;height:28.2239375rem;top:71.607291221619rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcSEHlHnKTsMNRXoPOSh3mCGryl4PlLG { width:17.3125rem;height:2.7rem;top:47.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU9d6gTmWRf5bov4ENHh6uKiDts2qR5V { width:20rem;height:5.25rem;top:51.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8KchBhqKE8wKtK9DlGR995hDdfG4VfV { width:4.375rem;height:0.125rem;top:46.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc2qwTeX2ZOlzLHJzCpZJ9xAFWbJ4cJs { width:0.8125rem;height:0.8125rem;top:45.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2SGxs4bLpppsgkHNfw0bf0X8T98MGtQ { width:20rem;height:5.25rem;top:64.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsI2hTp4pqUCPf6cs61qgvLETMQaauZq { width:18.25rem;height:2.7rem;top:60.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsPwveJBJ3222K3iOKsRf92DhsP5AVTw { width:4.375rem;height:0.125rem;top:58.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJvc3qDVdraOINh8QwRK6TOZZFDoAoXp { width:0.8125rem;height:0.8125rem;top:58.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0zstRxPXrrchHAR0mvL26F2OLUEXEWp { width:13.125rem;height:3.125rem;top:101.75rem;left:3.4375rem;z-index:15038;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JmnSzrm6zxZlfW0zTX46OQyKJNxPW971 { display:block; }
 }@media only screen and (max-width: 763px) { #c4Nxw8TZbZ87D2WyuDrF67MvSNESe9Zn { width:20rem;height:0.1875rem;top:53.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens { display:block; }#bH5fFFFZ1EeSJKkEe39MgNoKnLR1Kens > .row .container { width:20rem;height:95.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTonkP2y1nrIMH9AluJtiTegz9UwXXGO { width:18.4375rem;height:16rem;top:12.7875rem;left:1.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OtJRE2EPuKismTTK9eVW6ss6Fz9AFV9E { width:20rem;height:3.6rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a9M6kcGVDEziEG8xhS18vHMKFbR8MG5c { display:flex;width:2.5rem;height:2.5rem;top:58.97500038147rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #oerOabTG9sU0F6zFD7m0CAQlJZWDNtzQ { width:17rem;height:1.59375rem;top:32.412498474121rem;left:1.5rem;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I1Rq31iFpd5TyQF2vIehgaFsW4yoJn0e { width:16.875rem;height:6.5625rem;top:35.006248474121rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nuBF7Wc7dH1BMqyzDDDsmuzcMK0rmMkl { display:flex;width:2.5rem;height:2.5rem;top:43.375rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #wTZqlWi7IyJ4o9ny4wV6SRnRLx9rRBdH { width:17.8125rem;height:1.59375rem;top:46.9375rem;left:1.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kKFKFXVSlKhAnicUwQtrS4Hg3MyclT8D { width:16.9375rem;height:7.875rem;top:49.4375rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KQBB1UbwMipCGTfAVLTedCzBF0THEShM { display:flex;width:2.5rem;height:2.5rem;top:28.91250038147rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #vP4PUilTWHNTN8SuCqCZZr6JR80w5gtd { width:18.5625rem;height:1.59375rem;top:62.568750381469rem;left:0.71875rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HDytMud5XZ6zSZQxTONkhetKXrye2cZb { width:16.8125rem;height:5.25rem;top:65.193748474119rem;left:1.59375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HeLDadd34NUeAHqltXhASeuZkZARkKIJ { display:flex;width:2.5rem;height:2.5rem;top:72.25rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #CVTdNbm9SZ3BFtXKiA71mxn8S2pSsThL { width:16.8125rem;height:1.59375rem;top:75.75rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nh7aFkh3XI5m1CelHgV5t6ZgKWe3EFhX { width:17rem;height:7.875rem;top:78.5rem;left:1.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LS5J39WNBh8Cborw1BxmR8ohrNxWsWNi { width:14.9375rem;height:12rem;top:15.1625rem;left:5.0625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #tDTl5m89063FSF6H0gRPDgzczVPWuZ00 { width:13.125rem;height:3.125rem;top:89.131248474119rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9htiIBDlOKmQJeiosLJTZfT5qHyIDdC { display:block; }
 }@media only screen and (max-width: 763px) { #hCfkkW8UJWBLArx3oNbm1yF8fEn5sq97 { width:20rem;height:5.25rem;top:6.1rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 { display:block; }#SqrQfT2t8muqn3bZ3zfzylka0x9sxNv1 > .row .container { width:20rem;height:55.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChIdLSOrH51taffIbshzRTDLFhdSO3Td { width:20rem;height:3.75rem;top:3.625rem;left:0rem;font-size:1.5625rem;z-index:15052;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p37u8LDpgsrfvgVffO00wwBzUOBmbe6V { width:20rem;height:9.1875rem;top:11.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dXNiQRiRwtJTATGtl4IfpZ5DVv28aBrg { display:flex;width:2.1875rem;height:2.1875rem;top:8.6124992370606rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #gS0uF4gakDrlZcNourADKT3gUb9TndNn { width:16.9375rem;height:3.25rem;top:24rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU0N1C74Hq9BeeJyPR1yFH5DvQ9bhZHE { width:19.875rem;height:28.9375rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-text {padding-top: 0; padding-bottom: 0;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-select {padding-top: 0; padding-bottom: 0;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:1.25rem;margin-bottom:0.25rem;margin-left:1.25rem;font-size:1.1875rem;overflow:hidden;height:3.4375rem; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE [class*="-text"]:-moz-placeholder { font-size:0.875rem; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE [class*="-text"]::-moz-placeholder { font-size:0.875rem; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE [class*="-text"]:-ms-input-placeholder { font-size:0.875rem; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE  { width:17.5rem;height:auto;top:27.875rem;left:0rem;background-color:transparent;background-image:none; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VvIZygChOLPHaWFPMMFy4r11EfE9usKE {display:block;}#VvIZygChOLPHaWFPMMFy4r11EfE9usKE { width:17.5rem;height:auto;top:27.875rem;left:0rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #dDmthgKnTKhx53MSEfLNy38yJMx3auHJ {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #ehXhka423F7rrxwqvbdoOvUuRzmnGtKq { display:none; }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #ObeOPTKbSa7Hq5MxGwmBBGLb9Vv7JOGn {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #LLGUQIL9q1OP0qMTnTlMbI9pQX8OrQoV {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #eURMv2ihMwgKymc1DIpklnhIwNF9g079 { display:none; }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #R5zHFG3CWr401URO9wO8DZGPcyo4pGzK {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #pQLeNApBy5w4Z5rHBoKPO2IHHVFXH3wg {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #frBaUTucok8kigxsyLQ7eyARk0gsQb1M {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #ZT32SVPpzUwT1RUWPBAovsdnygeuJPUO {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #Evr7WMdNkHh9GhEHR3RJsi4Hvdv1iv18 {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #JP5RCrh5DXpF61e2wQhz2HSpB1DsxdL3 {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #N5IPJOwUe7gvRZ1TsKCb1N4KTBPyzBVV {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #puTcD4cczpmn8GdD455WzUIaR2M7w6zV {  }
 }@media only screen and (max-width: 763px) { #VvIZygChOLPHaWFPMMFy4r11EfE9usKE #v26h7B3852KwLNbiQrQ07ItB5XtxwIHP {  }
 }@media only screen and (max-width: 763px) { #xH63yGOef8M1ToArvrIDA04lrwc5GHMO { display:block; }#xH63yGOef8M1ToArvrIDA04lrwc5GHMO > .row .container { width:20rem;height:63.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9LkPrOOdF2ptPGBWeo8MM3a3SRT9rTz { width:20rem;height:3.6rem;top:2.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VfhmI4D5vAe1tzwzQKaBwHDe4G0qizKc { width:20rem;height:13.375rem;top:18.25rem;left:0rem;font-size:0.875rem;z-index:15003;text-align:left;text-align-last:left;display:block; }#VfhmI4D5vAe1tzwzQKaBwHDe4G0qizKc li:before{  }
 }@media only screen and (max-width: 763px) { #og4DrmxQyELOM6eTnoT7W7KnIR2PbIcD { width:20rem;height:6.5625rem;top:9.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TeP2PTS4TRNmkDJHTuPfgDqfTkw7R5wU { width:10.6875rem;height:10.6875rem;top:30.25rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAqGOPWpCCbrowLwNgRZghVe7DAAqJd2 { width:7.625rem;height:5.4375rem;top:45rem;left:8.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #TOHVxAdnTb0iPJk295GzGMXdAqc9mVq1 { width:4.5625rem;height:6.25rem;top:52.125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePgsgEeg4uBM6ykx5cPaZAvglsZeNzdF { width:10.625rem;height:4.75rem;top:39.6875rem;left:8.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #VosJ2WGsr56etgnGpGE2zgIREyubRXkF { width:6.5rem;height:6.1875rem;top:52.125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZn9vGh4QtT71RvUyfCtQdbu5hUdoaTK { width:2.375rem;height:6.9375rem;top:42.5625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPWZHE6BtkrFiBh3lNVkemoHwJgH9Uqs { width:8.4375rem;height:2.5rem;top:37.75rem;left:-0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #cq4AGiJUi10hkDheyXolv4eJo52rJTTg { width:8.0625rem;height:1.5rem;top:35.75rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ChxFmBsM8bLTtx9V7TTeSNunqeTsg5Wc { width:7.25rem;height:11rem;top:47.125rem;left:-0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ELJNNQJqLwtiu8D3A6uRkXUeQMTIuNpN { display:block; }#ELJNNQJqLwtiu8D3A6uRkXUeQMTIuNpN > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oo0heepgsyIS3fgm60aUQve6akT8KaI5 { width:20rem;height:3.6rem;top:3rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nr7KJHPpfAoqhQ4C6W66IGQrEPRkxJbx { display:flex;width:3.125rem;height:3.125rem;top:9.33749961853rem;left:8.4375rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #K98KFCM5b4vdhN6HnRun45RXMF3KBstn { width:11.875rem;height:28.9375rem;top:20.851041793823rem;left:0rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #VO0c1k5SJCteHHrCZv9SWTXznuCc1cCA { height:11.191432396252rem;width:20rem;top:14.101041793823rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXLFltuTO3c2k6k5MCcPq9dSTthDC3M2 { display:block; }#IXLFltuTO3c2k6k5MCcPq9dSTthDC3M2 > .row .container { width:20rem;height:85.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJr79ue4tmBtgxQrg9zpwVcqx31AkM2s { width:20rem;height:3.75rem;top:0.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qmoK24KI9E0QtGfJOQyWBrBmCwtvpPpA { width:9.5625rem;height:9.5625rem;top:27.3125rem;left:7.0625rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #XZU30fimWB3H7nXCws8S3UmJJKBbc7Wy { width:9.1875rem;height:9.1875rem;top:5.6875rem;left:5.40625rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #q1Sqrgrm7ncsLfbdorcpx21b8MTKGydf { width:15.4375rem;height:3.825rem;top:16.125rem;left:2.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aDVeyDLBs8gBXBJA4HLeePoiuHMHF7JE { display:flex;width:2.5rem;height:2.5rem;top:12.375rem;left:8.75rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #yCHXsh8tPmx9eSS7nRXMq5wQJxi6kUfa { width:12.4375rem;height:4.14375rem;top:25.125rem;left:3.78125rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bw3UnV0LTpszMAT2Hib6PIhDsMPhz0qX { display:flex;width:2.5rem;height:2.5rem;top:21.375rem;left:8.8125rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #wBEB8PRzsztFsz3ff3fmG2LLG0eEWfZX { display:flex;width:2.5rem;height:2.5rem;top:30.6875rem;left:8.75rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #HvkJwT3sXlALA4PprBlldatXdxPZsGwC { width:14.0625rem;height:4.14375rem;top:34.375rem;left:2.96875rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aSWM3WGmnMRcL9R6tdSmdRi89o0i9nok { width:15.1875rem;height:3.825rem;top:43.5rem;left:2.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fLzMS9p3etstQy3WHnUaD691X2b88KkC { display:flex;width:2.5rem;height:2.5rem;top:39.875rem;left:8.75rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #SwaaWBA8g7UmOyIuTNyttXL4XwmoFP0b { width:14.1875rem;height:5.1rem;top:52.875rem;left:2.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nrgAFQUiJWGPKAm7MxEkPG4GmxytBKvI { display:flex;width:2.5rem;height:2.5rem;top:49rem;left:8.75rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #Z7TIRSSpLr24vVLogZpiGHyIZSzJCpfZ { width:13.125rem;height:3.125rem;top:78.875rem;left:3.4375rem;z-index:15038;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CTpHhNlIHfg9oSRm3ALmXCV3JBRKiK29 { display:block; }
 }@media only screen and (max-width: 763px) { #UXP10TyaCfy3HfWhCcyUFVuRHZG3hpTh { width:2rem;height:15.875rem;top:21.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaKWaTuzLuanuty1K3wfkqlZnr9pxcQm { width:3.5rem;height:16.5rem;top:49rem;left:16.5rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #a2W7zW7SlNJi2JkLvZVOJfPt4mEMyKIL { width:17.625rem;height:4.875rem;top:6.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNh6r8RvIcfCq6qlIdBbR6T9BH4MPVBp { width:14.6875rem;height:3.825rem;top:63.25rem;left:1.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bPcbZD5E4zlX4qXRARwaoZIr54HIWOWC { display:flex;width:2.5rem;height:2.5rem;top:59.5rem;left:8.75rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #TvAuCIVfkby0IP5vPifGfn2tppMyL5T4 { width:17.8125rem;height:3.825rem;top:72.1875rem;left:1.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eDdSKT0wwwTtVJ47luUPw4Zxpgt8bCq0 { display:flex;width:2.5rem;height:2.5rem;top:68.5625rem;left:8.75rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #UXhh5ZEoqStqHzpWARsgd7OHTpxperUn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/80efdeea-24fb-4f6b-8823-e8657f39f791/Obraz2.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn.adaptive-delivery-prevent-bg, #UXhh5ZEoqStqHzpWARsgd7OHTpxperUn.lazyload, #UXhh5ZEoqStqHzpWARsgd7OHTpxperUn.lazyloading { background-image: none; }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .row .container { background-color: transparent; background-image: none; }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(205,15,69,0.5); }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .row .container > .video-iframe-container { display: none; }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(205,15,69,0.5); }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .row > .video-iframe-container { display: none; }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .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); }#UXhh5ZEoqStqHzpWARsgd7OHTpxperUn > .row .container { width:20rem;height:46rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nakymGQtf9RDSns5RnNpuIxFzOUD7ucB { width:20rem;height:3.6rem;top:2.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hVwI7wkMCoQ5F65Z2WdR4mrOixEWf0TA { width:20rem;height:31.0625rem;top:8.300000190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZiANoKR4L1PMS08FurPtsInqXbECtXA { width:20rem;height:21.75rem;top:8.2999992370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STeN6rV2N1WyW0cQ800PDep5VgrAtbQE { display:block; }#STeN6rV2N1WyW0cQ800PDep5VgrAtbQE > .row .container { width:20rem;height:95.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EbTxrRUPeuovPWC3i7cRkACogOwx9oz7 { width:15.6875rem;height:1.875rem;top:4.125rem;left:2.15625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lbpTQnllTsWGeTkhNIE81FlFnPX9UNDQ { width:7.5625rem;height:2.5rem;top:9.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBg1te9Tnnnfr10odeWLQ5TTav0oozTL { width:7.5625rem;height:2.5rem;top:9.0625rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4JRigSa45ofNX7WtVxdI6vpxFwl4DrL { width:7.5rem;height:2.5rem;top:13rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8vtH1i42PTLbkUaIJrQUgOD5k7fO6bB { width:7.5rem;height:2.5rem;top:13rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7yNpp7TC3TSbXXzdntslVdQbV7RuChA { width:7.5rem;height:2.5rem;top:17rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4TJOwMSc1oFmCKmyPMDg9P6tpg9Zm7F { width:7.5rem;height:2.5rem;top:17rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8ZpNVhOL1RgkAsBXp6GgxBrGkgBDVwW { width:7.5rem;height:2.5rem;top:20.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCf6tR7UdonLSw8IXZkKSUfGddhrkZxp { width:7.5rem;height:2.5rem;top:24.8125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc6WrWlMDHhc6d1Dk9b7Em7G5chsLf59 { width:7.5rem;height:2.5rem;top:28.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOygwOrTXuWOqB3eBi53VbE8qIVlQ51H { width:7.5rem;height:2.5rem;top:32.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #guKds5lzqh0PMybX51dSqBEmiIWN8aeo { width:7.5rem;height:2.5rem;top:28.6875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTkMK5Rw2ER9HHNpb9W0f9PLmRDz59sv { width:7.5rem;height:2.5rem;top:32.6875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt1oc4nJhCCqqsgKgP9b93UkgmRQmggK { width:7.5rem;height:2.5rem;top:24.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGeGkiQPHLkBxa2inwcQyxZuAp12FXCe { width:7.5rem;height:2.5rem;top:20.9375rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cncqf4g0vyww6wsRvaI94T8Fd3VEGwgl { width:7.5rem;height:2.5rem;top:40.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #akDhdBgC9TnTr9JUbclazOTf2lbaSWbP { width:7.5rem;height:2.5rem;top:40.75rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8Hd8eTtWx2iUHKdHSGEHnP7hOrMlM4w { width:7.5rem;height:2.5rem;top:44.8125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmmacZtXT1a9Tmi8hWEeTuTPxgPKMBfJ { width:7.5rem;height:2.5rem;top:44.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEyTZE2y6GDuimaDETT6H4FfPkWMAupn { width:7.5rem;height:2.5rem;top:48.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #POSnuKAV5dG3c1TwcRKy5BIsI4OI9640 { width:7.5rem;height:2.5rem;top:36.75rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfzRbChPZXHvr5M4674MEM26Z1BZF9xg { width:7.5rem;height:2.5rem;top:36.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgw7cCAt6w0OT6nKzOJ6wtSp4UNMq9LJ { width:7.5rem;height:2.5rem;top:56.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q37zmSP5HPdDvSF4miiCfz9JNXbvNECP { width:7.5rem;height:2.5rem;top:56.875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXWp6ExB0GTv1waI87C70Tkgbfioktfk { width:7.5rem;height:2.5rem;top:61rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEzwzLFTJnq98JkcuGiTW4gQcBDGB9s1 { width:7.5rem;height:2.5rem;top:61rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #raxL6TmGZn8KzTWtV9TpeziuTgwVNUkP { width:7.5rem;height:2.5rem;top:48.8125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlxNJE5Pkf4ar8Q38dzD7ElODiBSxzOZ { width:7.5rem;height:2.5rem;top:52.875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6Efgfr29LLP2HaMv5Wp0ZwtIRNrPZKC { width:7.5rem;height:2.5rem;top:52.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1RfVu2uzEpvh9TDHqhqTNnsaHwAcTi2 { width:7.5rem;height:2.5rem;top:69.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ10AyKdFBOOlpbE5AdLA13tfRwTJS4X { width:7.5rem;height:2.5rem;top:69.125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zay40gCoxJkeqNIl3HwRiZS773VgPSim { width:7.5rem;height:2.5rem;top:77.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGhMoQ9y2o567QVSUncHsHGM4HB1g2NQ { width:7.5rem;height:2.5rem;top:73.1875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4N4Z9BeRM2PfK8u4LXDh2W68Si6EkEn { width:7.5rem;height:2.5rem;top:73.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzAt18Mt2BhrlOlbf40dgX9oq8a5rpGA { width:7.5rem;height:2.5rem;top:65.0625rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9d2O5IK0sO7NvnDSWQbVfyrQfzZkAQT { width:7.5rem;height:2.5rem;top:65.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPx8leo1u6mA6BGvhXDkIKMGRr05CsSD { width:7.5rem;height:2.5rem;top:81.1875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a31bkN9xMu7bQgnmCKGac4DpErc34q3T { width:7.5rem;height:2.5rem;top:85.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST6QzrQZ4n3apAkhEps2eOT1rhT9Rbht { width:7.5rem;height:2.5rem;top:89.25rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFEZ1KLGiyuGMrbFSDnOXDQ9vBiLnfkv { width:7.5rem;height:2.5rem;top:89.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeQagQbttJ9pHHZR2LmzAaJGJUWMAT4Z { width:7.5rem;height:2.5rem;top:85.1875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6eMcKRubKH9dNdnPzZx2agEtyacpWw3 { width:7.5rem;height:2.5rem;top:81.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLyzH8BdM5Cb7TNwFrcKwSdB3WdqBSRm { width:7.5rem;height:2.5rem;top:77.125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA4poUFW15p340EqJTccMZmoSATbQSp5 { width:10rem;height:10rem;top:90.4375rem;left:5rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #erodALLvp9zVcOHxza4QiA5NQsyrueGm { width:9.625rem;height:9.625rem;top:90.625rem;left:5.1875rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 { display:block; }#TfqtqbqfolkiEku6na0Xwvi57AwEUyh9 > .row .container { width:20rem;height:26rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kx2vfH47TqTtrWrrZ6T1GLkVUTQGmMs3 { width:20rem;height:1.875rem;top:7.1875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l2x08MObIEJnOgrwTHmr3wRatiymb65Q { display:flex;width:2.375rem;height:2.375rem;top:11.8125rem;left:8.8125rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #WxLmghraFHFuAaeM1VO1rNEg3miKJgdd { display:flex;width:2.1875rem;height:2.1875rem;top:18.1875rem;left:8.875rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #fIDLvTPhMT5PEsxOhOkLl4zwqZNoKJk6 { width:13.75rem;height:1.5rem;top:15.4375rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WSIPNtDB0UhbmGsgUEPHCl4olaeSRsNQ { width:13.75rem;height:1.5rem;top:21.625rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AcvL3TZikRx4lZTSSWKPTAlzInQ87S3J { width:20rem;height:0.125rem;top:1.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gw5plGFhcJvUkBOhmpU6BTcINSFPdpHl { width:7.75rem;height:7.75rem;top:2.5625rem;left:6.125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #T7KEe4P4x5bnq7XZygk7he3swA8CDoff { width:7.3125rem;height:7.3125rem;top:2.8125rem;left:6.375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #SQOXwyyHBhn2RDEvLNI7lN1O8Wh7S2qU { display:block; }#SQOXwyyHBhn2RDEvLNI7lN1O8Wh7S2qU > .row .container { width:20rem;height:89.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F43u7KsDXaJicZ540lJbe4Grh8QEvfTE { width:18.4375rem;height:3.75rem;top:2.25rem;left:0.8125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HtRflyiRWQ36yZruro4uHXNPtmAyFOUt { display:flex;width:3.75rem;height:3.75rem;top:7.375rem;left:8.1875rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH .accordion-heading-text { font-size:0.8125rem;height:auto; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH .accordion-desc-text { font-size:0.75rem;height:auto;line-height:1.3;overflow:hidden; }
#yVrD9NugULWPlTf8gDiowN6P15rTPhkH { display:flex;height:auto;width:20rem;top:16.737499237061rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Hd5L3NvDGHa6NRQkKCW1MhuM5AQ2y1HM {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #OP5PAXXEGlAupK5Z16IXQorxk9apPyNT {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #e3RqdClMwObTxfnLmDLEOdCECKVqTWug {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #uBE8b1TwPRbygexUvy1i16oXxm8HvvB8 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Q5CXiEcPZoVXOrM2k6a0f2wbOMsQdK4D {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #E1rZg6ed7QQpW29u4H6RonA9SyJ6QiGr {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #a3EATASBgDtm2KULcJtnDJJ9oVx0JK7m {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #s30fmv2PKA20AVBrx2OAzceOPCNuRhvd {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #F0CTUGmy3OvEx627K26frGxcACO2KDoJ {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #MRyEIg0akBxQzQov7Rt0Lo2TUpovn77s {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #TmTTEzaTK420FfLTFv08nWlyR9lTR0dl {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #DtDGsXRODhGZp1GQg0rLS43gk6e3frpO {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #sitydbCC5UuAziMNXgz7X0dJMZOFZifl {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #wQwnNHPGXGUi7eHHVmFyiLGWTkTvh8ou {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #WmAWSFhIbFg4kuq6D02TwBk82ef8lGxe {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #eoC2uOx1oHx6o64MElWcmXDvH7TeVpgl {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #xZMgGLVvP5ZAtirkehf6MBnZWBSMNOR3 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #FISN3qRyUQDh0uupvx686yh6JKFTh4np {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #N2Ocin8xTCxTIHIXZ8tJVAghhCrk3Uzi {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Rr2779r9aCV7MWEW6axTiE1IGnNQ8bgr {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #XJKewwrPTeGovMKrpLrKwAKa410ZnXBo {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #T9S4fT5FwV5tzUAStMvocAqxBpqeZCf6 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #s5VAQrB0bUehi2XKScbqHCrDhNv1TcMk {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #xKQP7024yZ0ndAbRy1JyqoP138XUGHpJ {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #yGfNpSTX7WgA8FJEyp6Bk31T3k9TTEnw {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #iyzuzrrSPtMfsGiuRBLzTSgP1ITkfdQ7 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #q9N7idPILDOvwCfd6TBsisA4L6V2I07m {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #pw9TffXQdIoQ8JiSVyRvGiGhaJP9k3Ts {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #UBPFAGoCx5Kv2mAPZIy5VlbXxNf8V4LI {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #QTcWrAEC6TMmZJ2RoXKJQwG7EzMSm3bQ {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #V3RbPZI4HFuTzN2BfNRcQTL90QQqBb79 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #xUtIr6WhUz6ACWlN7RAZi5LIp7911Fya {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #LT6cFfrp0mKKaKTeB2oeWDM6JpME2IUZ {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #yvsXSGgOXbE2qUTEaJuSfMa2xrNCo18h {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #of5HvGwLbt4cZh1HURz9E5RRBMk7c4l9 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #L7cQJLxKVF6NnslNoAzHB4FHcEhIhaDB {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Jy0ntbdLwUP1Swfb1E0tDEiT973NKGpo {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #SmH2NkNIgM1uipwgw6lBkDTJSyHzpv13 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #fC5HJ0rbg82nM5Kp2yJNOi5pzd6OACsb {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #kTMNBz3fDFFuXeO3KXhJPhaJQq4MQQhS {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #oToHGeCdqO3aZVP3nvD6Rwmpg3WRauum {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #IhLpefH8wRRgqsyWh4rbSy0xiX4WP2wp {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #PpQ4cBXmtOH7AGCP0cDEZ1t3XP2rtGAf {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #bZg0mTrzFsWsD8LMNaUupg1nocqFypcq {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #cV2z4ELw3qB721o6osiPWE8owCBhQyby {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #dZbdD6L97XIRQBsvNs9MQzJ3g4isR6Ce {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #uRF4hi8b0WtfxvQhzRyrW6I96J7yvT6M {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #JMXMPAcOTd3B3bcrZQqKTShudN1WdGei {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #wcneHWbF6PKszA64n3ZaZziTMskvWlpI {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Ldsfb9Tgq44RzhecmuD3UBAVWofxoBKo {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #hw249rUbGU9sa9lvO0ZmukzllnpTUio8 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #NbyogT2QLsnvOtt8c4QFv8LbuEevbkoA {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #WEAIIPnT3BDNnZ9NhQgW65aHvTU5BhI7 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #TxS5VA3Q3TJ3Pm1CXTfQ5lRbFu4vHhFE {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #VyCFXzLCzmBNyXbnPkL6LsIon0D6sTTC {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #OwygJ8rcJlzeceWoAoTkcZT12nQkcnrT {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #DQcrebJCH25LgTk82wWGJ8S4sKpvmxlM {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #gBJ4nRxTAQ6QHlsTn2D4qo27Pp1Bp4G5 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #zc6SqQWn89iZqKEpJ53eJM2qoTTNIrx1 {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #enwDyB7hLbXHpfu0N0r3H5E8tGog53rn {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #TgqfZUyV0Vd039Bul5d1A2H2pO95upbN {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #ghze376K213ONHt4bcyo3xKTBF8FcKeN {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #yfHT3d0I4zrU9Hd9op7TCbiNz9h2130x {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #HHGdJyUtqsd5UfrQT7aVXARayCJwio3h {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #GeshBW93dc6BDV2VTOwohtDnkMqkek7d {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #X7SCtOORqCHT6Os1sA7nuzHhQk3Nie2I {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #lheZQiTnrxJ8VdFvho8puUBGDs75IVNA {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #CFo1T2BhWdrfgbOPxn5wDp5RrKrJucwk {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #VxD7qIJzXU8bpWV6NUP9bdLT4D1FiLRW {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #TGkhcN2I8Wmezm6QHocwdJqex4sTPsiH {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #zztTtTw8bRyPZ0Zo8mVSOu8rkckbT2Hy {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #OI04JIcvoMZAc8sraQgJxRBbQkRr4FcJ {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #Jral9ulazop2BwVcrB5Fia0xD0h54b3D {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #O4vryI7T4FHl8srB3vv10Dg11rfoawUB {  }
 }@media only screen and (max-width: 763px) { #yVrD9NugULWPlTf8gDiowN6P15rTPhkH #HDkuIbUhwd3Lu9sdN1ozFV7I9eTocGBs {  }
 }@media only screen and (max-width: 763px) { #TPT2mwNOnpTr13v0rvpKHi3iUTNHtWEx { width:15.5625rem;height:3.25rem;top:12.375rem;left:2.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ { display:block; }#cOM3zXHCw9eOmSCA9xi9pd9TwKPcopIJ > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #porPd8CShCxUJBQnEc2BJ43slp144afL { width:12.625rem;height:3.9rem;top:2rem;left:7.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRdNKBDMauEJF0BVabKEz30bywD9dTTv { width:4.125rem;height:4.125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfTE8byRLXBH0AW0A6nPvg16xyRQWkAZ { width:9.375rem;height:3.125rem;top:7.25rem;left:5.3125rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #PUmHq4tX5wGAFEDKPEow893BIn446qVU { display:block; }
 }