.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:17,81,199;--color-primary-1:41,48,73;--color-primary-2:42,45,61;--color-primary-3:0,24,70;--color-primary-4:1,9,25;--color-secondary-0:254,243,235;--color-secondary-1:252,214,188;--color-secondary-2:248,172,120;--color-secondary-3:124,86,60;--color-secondary-4:37,26,18;--color-tertiary-0:255,255,255;--color-tertiary-1:238,240,248;--color-tertiary-2:68,69,75;--color-tertiary-3:21,24,36;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/DSebTeb6/sekcja4_bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#emAPcEkAAp4ECA9yOtA48eTlySPuycgH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container { display: none; }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .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); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z { display:block; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z { background-color: transparent; background-image: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container > .video-iframe-container { display: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row > .video-iframe-container { display: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .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); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z { border-width: 0; border-radius: 0; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container { background-color:#cccccc;background-image:url("https://images.assets-landingi.com/GbWwzGk4/sekcja1_bg2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;width:60rem;height:43.5625rem;font-size:0.875rem;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container.adaptive-delivery-prevent-bg, #beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container.lazyload, #beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container.lazyloading { background-image: none; }#TvDR6fxN1d0d5y1HJpoiZI7Qv7TxD46f { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.125rem;width:32.625rem;top:0rem;left:0rem;display:block; }
#OuQ8gB0apRzpxcwxX0E5i9uPDPIX8Aze { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:3.0625rem;left:3.40625rem;height:8.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yTMsQswdVWOQDd0rn6BmE1BMXISiGV8r { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:13.125rem;left:5.34375rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#JKVfDkl4ukzGKazJZqWps6J2wxidRrzD { color:#e80d1f;display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.96875rem;left:7.6875rem;height:4.0625rem;font-style:normal;display:block; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-form-header {  }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-regular-label { height:auto;display:block;font-family:"titillium web";font-size:0.0625rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:19rem;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;overflow:hidden;line-height:0; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .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:rgba(var(--color-tertiary-0),0.7);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-bottom:0.25rem;margin-left:0;display:block;width:19rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:"titillium web";vertical-align:top; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-input-text {padding-top: 0; padding-bottom: 0;}#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),0.7);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:"titillium web";vertical-align:top; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .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:19rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"titillium web";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-input-select {padding-top: 0; padding-bottom: 0;}#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .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; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-input-button { border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;background-color:#d70909;background-image:url("https://images.assets-landingi.com/aScLAZee/CART.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.375rem;margin-bottom:0.25rem;margin-left:2.375rem;display:block;box-sizing:border-box;font-size:1.6875rem;font-weight:700;color:#f2f9ff;width:14.25rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;text-align:center;text-align-last:center;line-height:.4; }#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-input-button.adaptive-delivery-prevent-bg, #IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-input-button.lazyload, #IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-input-button.lazyloading { background-image: none; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:"titillium web";font-size:1.0625rem; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:"titillium web";font-size:1.0625rem; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:"titillium web";font-size:1.0625rem; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-3),1);font-family:"titillium web";font-size:1.0625rem; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .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:"titillium web";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.55);vertical-align:top;width:17.9375rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .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; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .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:"titillium web";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-container:first-of-type{padding-top:0;}#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-container:last-of-type{padding-bottom:0;}#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:21.96875rem;left:4.3125rem; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19rem;display:block;vertical-align:top; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-info-text { display:block;height:auto;font-family:"titillium web";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM {display:block;}#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:21.96875rem;left:4.3125rem; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM #qLvLX45dgqi55hPX7R6TqytO7xWbbxWO { position:relative; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM #ZJefNvQKnHQ5dOPRukCwMUbTlbvw25Wp { position:relative;display:block; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM #FOzIFWuOnlf3ZpF1FVurS17K3y9h9ZmV { position:relative; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM #UXVX0v2aBsqHgIZ5i6cRsPyusOPO4BdD { position:relative; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM #C3ooZxGNsheC7xcPRGoFD2aqzvHchScJ { position:relative;display:block; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM #Q1TiRvoEgrzQltyK3ilxSeQhsyGep74R { position:relative; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM #tFxXarAEmf5ayztwr5ESE0f0OEOUCftx { position:relative; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM #nDKT1XhvmkG90Hd9iGUfEouFlplFv1SV { position:relative; }
#ZAuytix3zEvhPCPSThpDtCKgK4Mbgox1 { 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: -0.3125rem 5.125rem 6.5rem rgba(var(--color-tertiary-3),0.5) ;height:24.25rem;width:24.375rem;top:7.75rem;left:26.75rem;overflow:hidden;display:block; }
#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H { position:relative;display:block; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H { background-color: transparent; background-image: none; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container > .video-iframe-container { display: none; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row > .video-iframe-container { display: none; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .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); }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H { border-width: 0; border-radius: 0; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#UMvfU9z0Qm3oOote3OlppkRJiJpwWErC { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #635a5e;border-left:0.125rem solid #635a5e;border-right:0.125rem solid #635a5e;border-bottom:0.125rem solid #635a5e;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;height:6rem;width:6rem;top:2.9375rem;left:17.6875rem;display:block; }
#QLIm6uLUt41P7vyswAldiLZUhLh7p6aC { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:0;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Rzyy3xfC3DvRZ9XF0Rz9HW5p4qM2oQUw { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.4375rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ODfE1DzW3K19ktk1ZM2Ixv445zGmJpzE { position:absolute;display:block;z-index:15002;background-color:#1056e3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.8125rem;top:6rem;left:14.30078125rem;display:block; }
#luI8v1gs11E6DpzVriSMRtRzklEvZILg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:25.5625rem;top:0rem;left:13.875rem;overflow:hidden;display:block; }
#hqJCRk5v9zqBpcd3U1ViuoSQTKPfdcLp { position:absolute;display:block;z-index:15003;background-color:#0b23e6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:0.125rem;top:3.125rem;left:14.25rem;display:block; }
#TB2nAzqet0i8zpQkliHB9yRFGTHDHyxE { position:absolute;display:block;z-index:15003;background-color:#0651e6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:3.125rem;left:11.75rem;display:block; }
#HrH70O1gFqlnSwUTVdCt72tJH7atNxh5 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:17.375rem;left:11.75rem;display:block; }
#d3C1WU3BZ2OwBJKo3tpQVO7HUnFkLv7p { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:0.125rem;top:17.375rem;left:14.175781726837rem;display:block; }
#dn1s7xWs91Mg725SeaMs5GDCC22N2oT9 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.5rem;top:20.4375rem;left:14.175781726837rem;display:block; }
#mkiWnAitHxZGWcd3r08urXFHTxqtNURM { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;height:6rem;width:6rem;top:17.375rem;left:22.8125rem;display:block; }
#g2SRg5kSQMQpDxKU2CsX49BhKD6TPq9b { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:15.875rem;left:47.5rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rIeZATWqZJei349JsPb8VdtHFauTGubm { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.1875rem;left:47.5rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VNaUhD7qyyLAXIyIRvsF0M0gIfPCHCrI { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #635a5e;border-left:0.125rem solid #635a5e;border-right:0.125rem solid #635a5e;border-bottom:0.125rem solid #635a5e;border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;height:6rem;width:6rem;top:17.375rem;left:32.5rem;display:block; }
#yK0uHhWWJvwpwHLB8IuWrA1xTRMRDcEU { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);border-top-left-radius:3.5625rem;border-top-right-radius:3.5625rem;border-bottom-left-radius:3.5625rem;border-bottom-right-radius:3.5625rem;box-shadow: none;height:6rem;width:6rem;top:2.9375rem;left:32.5rem;display:block; }
#QRGQ3u26F0nIrDdz2Lv1tkWaq1gQOBza { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:3.125rem;width:0.125rem;top:2.5rem;left:44.86328125rem;display:block; }
#hRd3V7gLTWNb0Ac6OEz7okrwVzTSSgB0 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.125rem;top:5.625rem;left:39.8125rem;display:block; }
#zKNsptWFtCCOsMGEW7z5BAi8HHk9twns { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:2.375rem;left:44.86328125rem;display:block; }
#ruTCHql8Tpc8aKWEkSPb68trAqcNlIPf { position:absolute;display:block;z-index:15012;background-color:#0953e5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:0.125rem;top:18.25rem;left:44.625rem;display:block; }
#KiAAmBTkHVVCdAsmGtAJFWD4H0VMUhO4 { position:absolute;display:block;z-index:15012;background-color:#1440da;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:18.1875rem;left:44.6875rem;display:block; }
#pDSGAaqPgM6lhbmxF9Ipl01JzB5iBgeu { position:absolute;display:block;z-index:15011;background-color:#0c3adc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.625rem;top:20.625rem;left:40rem;display:block; }
#TAQogeHvmeUJE60qOIAc2SIgOAs6aduh { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw { position:relative;display:block; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw { background-color: transparent; background-image: none; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container > .video-iframe-container { display: none; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row > .video-iframe-container { display: none; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .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); }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw { border-width: 0; border-radius: 0; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#NIugMDVK4XcLQgpPRezOTU421tVioeUV { color:rgba(var(--color-tertiary-3),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8125rem;left:11.8125rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sFQwzRfVVNB0ARX3dX7E4B2hMDzCWNyO { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.7;letter-spacing:0;top:5rem;left:18.28125rem;height:2.9746125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn { position:relative;display:block; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn { background-color: transparent; background-image: none; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row .container > .video-iframe-container { display: none; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row > .video-iframe-container { display: none; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .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); }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn { border-width: 0; border-radius: 0; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ga2TcVHRT624TLu9hZXGoV0BqXpT358m { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #d1d3d4;border-left:0.125rem solid #d1d3d4;border-right:0.125rem solid #d1d3d4;border-bottom:0.125rem solid #d1d3d4;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.6875rem;width:9.6875rem;top:0.5625rem;left:6.875rem;overflow:hidden;display:block; }
#Ih2yvhINk5ruQNMVfiQnqxBUwoBU5qa3 { position:absolute;display:block;z-index:15001;border-top:0.125rem solid #d1d3d4;border-left:0.125rem solid #d1d3d4;border-right:0.125rem solid #d1d3d4;border-bottom:0.125rem solid #d1d3d4;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.625rem;width:9.625rem;top:0.59375rem;left:18.6875rem;overflow:hidden;display:block; }
#gzdiad1mDRfE1sXyoOPxGLKf7AWR0wSg { position:absolute;display:block;z-index:15002;border-top:0.125rem solid #d1d3d4;border-left:0.125rem solid #d1d3d4;border-right:0.125rem solid #d1d3d4;border-bottom:0.125rem solid #d1d3d4;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.5625rem;width:9.5625rem;top:0.625rem;left:30.4375rem;overflow:hidden;display:block; }
#pz97IiCMNRNXxJWp8gOmT8WSPvvUwPC7 { position:absolute;display:block;z-index:15003;border-top:0.125rem solid #d1d3d4;border-left:0.125rem solid #d1d3d4;border-right:0.125rem solid #d1d3d4;border-bottom:0.125rem solid #d1d3d4;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:0.71875rem;left:42.0625rem;overflow:hidden;display:block; }
#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO { position:relative;display:block; }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO { background-color: transparent; background-image: none; }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row .container > .video-iframe-container { display: none; }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row > .video-iframe-container { display: none; }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .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); }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO { border-width: 0; border-radius: 0; }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#XZDCKXpzTFSZl4os92Cuw0LBxyRJdiCp { color:rgba(var(--color-tertiary-0),1);display:block;width:38.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15000;line-height:1.7;letter-spacing:0;top:2.34375rem;left:2.0625rem;height:4.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#llytKEKxTEUlNG4hy69IVvQgmmuIC1Nm { z-index:15003;top:2.34375rem;left:42.5rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #2645f7, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(225deg, #2645f7, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(225deg, #2645f7, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(225deg, #2645f7, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(225deg, #2645f7, rgba(var(--color-primary-2),1));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: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MWDhoH0MZH1PdIGtyTkEMGB2afpNnm66 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mmuWDoCXnDhTo33ZCbmn8JC0T6hgB6ur { position:relative;display:block; }#mmuWDoCXnDhTo33ZCbmn8JC0T6hgB6ur { background-color: transparent; background-image: none; }#mmuWDoCXnDhTo33ZCbmn8JC0T6hgB6ur::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmuWDoCXnDhTo33ZCbmn8JC0T6hgB6ur > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmuWDoCXnDhTo33ZCbmn8JC0T6hgB6ur > .row .container > .video-iframe-container { display: none; }#mmuWDoCXnDhTo33ZCbmn8JC0T6hgB6ur > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mmuWDoCXnDhTo33ZCbmn8JC0T6hgB6ur > .row > .video-iframe-container { display: none; }#mmuWDoCXnDhTo33ZCbmn8JC0T6hgB6ur > .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); }#mmuWDoCXnDhTo33ZCbmn8JC0T6hgB6ur { border-width: 0; border-radius: 0; }#mmuWDoCXnDhTo33ZCbmn8JC0T6hgB6ur > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mmuWDoCXnDhTo33ZCbmn8JC0T6hgB6ur > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#oAZzSsm30wrewT8qWrJIEGpzhPSgBMQ7 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:3.25rem;left:12.625rem;height:6.9970625rem;display:block; }
#o9KLbIJHO6gRSCrKZt6uNykRgyGvQTp3 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #464b5e;border-left:0.25rem solid #464b5e;border-right:0.25rem solid #464b5e;border-bottom:0.25rem solid #464b5e;border-top-left-radius:9rem;border-top-right-radius:9rem;border-bottom-left-radius:9rem;border-bottom-right-radius:9rem;box-shadow: none;height:9.875rem;width:9.875rem;top:2rem;left:0rem;display:block; }
#t1JzDOoX6kNKX6LPx34DomNllRrcgAZZ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1.25rem 1.875rem 6.25rem rgba(var(--color-tertiary-4),0.15) ;height:12.75rem;width:23.375rem;top:0.8125rem;left:5.25rem;display:block; }
#ITTf5rmv5kICKu3hdIBs3oGD3NWfdZPB { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.375rem;border-top-right-radius:12.375rem;border-bottom-left-radius:12.375rem;border-bottom-right-radius:12.375rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:3.25rem;left:1.125rem;overflow:hidden;display:block; }
#qIwpBpK8XkslpLMGHZXciOHbuH5SNWK7 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.625rem;left:14.5rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hpTk9J5EeTO81FbT9QuM1dCf49iKmByq { color:rgba(var(--color-tertiary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:3.25rem;left:43.875rem;height:6.9970625rem;display:block; }
#nQwIfVFcP06x4rFctrz7VkNRPNDDy89P { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:12.75rem;width:23.375rem;top:0.8125rem;left:36.5rem;display:block; }
#q5XltW30ZTCIHEJVoJN85orSKIAVkVHf { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:10.625rem;left:45.75rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uI31oCm4uJxUXCnE90uUuy7cqdI0PqlT { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-primary-0),1);border-left:0.25rem solid rgba(var(--color-primary-0),1);border-right:0.25rem solid rgba(var(--color-primary-0),1);border-bottom:0.25rem solid rgba(var(--color-primary-0),1);border-top-left-radius:9rem;border-top-right-radius:9rem;border-bottom-left-radius:9rem;border-bottom-right-radius:9rem;box-shadow: none;height:9.875rem;width:9.875rem;top:2rem;left:31.25rem;display:block; }
#Im6zVmvS7eTzV3WmKVul2UTO6PTqlrbn { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.375rem;border-top-right-radius:12.375rem;border-bottom-left-radius:12.375rem;border-bottom-right-radius:12.375rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:3.25rem;left:32.375rem;overflow:hidden;display:block; }
#GXdsyuETa84JWysTHDp6y11B3zbaocaK { position:relative;display:block; }#GXdsyuETa84JWysTHDp6y11B3zbaocaK { background-color: transparent; background-image: none; }#GXdsyuETa84JWysTHDp6y11B3zbaocaK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXdsyuETa84JWysTHDp6y11B3zbaocaK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXdsyuETa84JWysTHDp6y11B3zbaocaK > .row .container > .video-iframe-container { display: none; }#GXdsyuETa84JWysTHDp6y11B3zbaocaK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXdsyuETa84JWysTHDp6y11B3zbaocaK > .row > .video-iframe-container { display: none; }#GXdsyuETa84JWysTHDp6y11B3zbaocaK > .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); }#GXdsyuETa84JWysTHDp6y11B3zbaocaK { border-width: 0; border-radius: 0; }#GXdsyuETa84JWysTHDp6y11B3zbaocaK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GXdsyuETa84JWysTHDp6y11B3zbaocaK > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ffgQmfHOFprz2HuJKJpcHkJmveRJqf04 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:3.25rem;left:12.625rem;height:6.9970625rem;display:block; }
#aJQdOUMTumT6oIc7kaTsCdFzKw0OOFe7 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-primary-0),1);border-left:0.25rem solid rgba(var(--color-primary-0),1);border-right:0.25rem solid rgba(var(--color-primary-0),1);border-bottom:0.25rem solid rgba(var(--color-primary-0),1);border-top-left-radius:9rem;border-top-right-radius:9rem;border-bottom-left-radius:9rem;border-bottom-right-radius:9rem;box-shadow: 0rem 0.625rem 4.375rem rgba(70,75,94,0.2) ;height:9.875rem;width:9.875rem;top:2rem;left:0rem;display:block; }
#TPZrWpuLT9SUnaxIGG4Bbsegaro5MCIp { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1.25rem 1.875rem 6.25rem rgba(var(--color-tertiary-4),0.15) ;height:12.75rem;width:23.375rem;top:0.8125rem;left:5.25rem;display:block; }
#Dfn3Ccv5t8aUbLUL4WnmKqowr3Lzn4Iy { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.375rem;border-top-right-radius:12.375rem;border-bottom-left-radius:12.375rem;border-bottom-right-radius:12.375rem;box-shadow: none;height:7.75rem;width:7.75rem;top:3.25rem;left:1.3125rem;overflow:hidden;display:block; }
#vviVUQnTxipkHiQgxSPrFWVzFfwyyKkG { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.625rem;left:14.5rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KPciAQN3LZOoPcRTO4sMr9kkiDXx6NmW { color:rgba(var(--color-tertiary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:1.9111328125rem;left:43.6875rem;height:8.3965rem;display:block; }
#qPAxGCaV5GkSLXBNXBEazJDpPezRiizk { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1.25rem 1.875rem 6.25rem rgba(var(--color-tertiary-4),0.15) ;height:12.75rem;width:23.375rem;top:0.8125rem;left:36.5rem;display:block; }
#hItsZux8hMSLxP3LefRGvODJ8NNcW4bQ { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:10.625rem;left:45.75rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sWONyWVCkpnkchKBdUVzpyg20gRRSpTv { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #464b5e;border-left:0.25rem solid #464b5e;border-right:0.25rem solid #464b5e;border-bottom:0.25rem solid #464b5e;border-top-left-radius:9rem;border-top-right-radius:9rem;border-bottom-left-radius:9rem;border-bottom-right-radius:9rem;box-shadow: 0rem 0.625rem 4.375rem rgba(70,75,94,0.2) ;height:9.875rem;width:9.875rem;top:2rem;left:31.25rem;display:block; }
#r5SO6KLp2Ohq6F4INDaDh0QAQCFo1Tt3 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.375rem;border-top-right-radius:12.375rem;border-bottom-left-radius:12.375rem;border-bottom-right-radius:12.375rem;box-shadow: none;height:8.0625rem;width:8.0625rem;top:3.25rem;left:32.375rem;overflow:hidden;display:block; }
#BKlLiFODE2JZIazQKPE7lW8gEwdVegb3 { position:relative;display:block; }#BKlLiFODE2JZIazQKPE7lW8gEwdVegb3 { background-color: transparent; background-image: none; }#BKlLiFODE2JZIazQKPE7lW8gEwdVegb3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKlLiFODE2JZIazQKPE7lW8gEwdVegb3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKlLiFODE2JZIazQKPE7lW8gEwdVegb3 > .row .container > .video-iframe-container { display: none; }#BKlLiFODE2JZIazQKPE7lW8gEwdVegb3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKlLiFODE2JZIazQKPE7lW8gEwdVegb3 > .row > .video-iframe-container { display: none; }#BKlLiFODE2JZIazQKPE7lW8gEwdVegb3 > .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); }#BKlLiFODE2JZIazQKPE7lW8gEwdVegb3 { border-width: 0; border-radius: 0; }#BKlLiFODE2JZIazQKPE7lW8gEwdVegb3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BKlLiFODE2JZIazQKPE7lW8gEwdVegb3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ERWqbMxexrrSDMOqQzGIKwhW0M0B5X68 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:16.25rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wk8F4ZeUd8mquH9Qq4qi5tagiy63TDeT { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:6.09765625rem;left:16.875rem;height:2.9746125rem;text-align:center;text-align-last:center;display:block; }
#ni0Wo4GOH5vw7RvBhT1J647dBvIdTRoG { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.3125rem;left:46.25rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IP88USzKdwUCw3hAn5HUkmvPdeDyEqR8 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.7;letter-spacing:0;top:8.25rem;left:46.84375rem;height:2.9746125rem;text-align:center;text-align-last:center;display:block; }
#xos3iFKR1V69zANgQTISZN5kT5Qg1VUs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:15.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#v3DaRH5ZT1Pq4yOPOS5W2k3xel1vy4zb { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:15rem;top:0rem;left:15rem;display:block; }
#rsAcX94zcqndulusfKpey0pJSTuzMpZc { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:15.125rem;top:-0.03125rem;left:29.94140625rem;overflow:hidden;display:block; }
#KGDOV5mTq1mWssx9iasJTXaHE1VTnHet { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:15rem;top:0rem;left:45rem;display:block; }
#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx { position:relative;display:block; }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx { background-color: transparent; background-image: none; }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .row .container > .video-iframe-container { display: none; }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .row > .video-iframe-container { display: none; }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .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); }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx { border-width: 0; border-radius: 0; }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cCJVEbyBP7PP8dB4Qft2DBQwRPQbdyxU { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.3125rem;left:1.34375rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dG3xI7JclLyDcRnNPxuFf1OnLuvKF2LI { color:#eceef4;display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:7.75rem;left:1.9375rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#p4ZwRA0uvE4tgZZG4fXLyLfk4xDGVeMU { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.3125rem;left:31.25rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wCakT4zzZsyOKyhvFEnlyaIHC945N2SQ { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:7.8125rem;left:31.84375rem;height:2.9746125rem;text-align:center;text-align-last:center;display:block; }
#c2gftVKtTvRNkl8crKJTtTP1SwOoalUt { 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:13.25rem;width:15rem;top:0rem;left:45rem;overflow:hidden;display:block; }
#EciSxIPhK0hznxyqFP0slmni5opJD7Mc { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:15rem;top:0rem;left:30rem;display:block; }
#Kx6qQkFqGh5xdxhae3qqOfs5tU4aJ42J { 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:13.25rem;width:15.25rem;top:0rem;left:14.9375rem;overflow:hidden;display:block; }
#cN4tkTB919CKhXMvu2mk4kISsn6MtCTo { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:15rem;top:0rem;left:0rem;display:block; }
#sHoMWgNVJnarsTF6zvobeMdTQ93sfq8T { position:relative;display:block; }#sHoMWgNVJnarsTF6zvobeMdTQ93sfq8T { background-color: transparent; background-image: none; }#sHoMWgNVJnarsTF6zvobeMdTQ93sfq8T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHoMWgNVJnarsTF6zvobeMdTQ93sfq8T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHoMWgNVJnarsTF6zvobeMdTQ93sfq8T > .row .container > .video-iframe-container { display: none; }#sHoMWgNVJnarsTF6zvobeMdTQ93sfq8T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHoMWgNVJnarsTF6zvobeMdTQ93sfq8T > .row > .video-iframe-container { display: none; }#sHoMWgNVJnarsTF6zvobeMdTQ93sfq8T > .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); }#sHoMWgNVJnarsTF6zvobeMdTQ93sfq8T { border-width: 0; border-radius: 0; }#sHoMWgNVJnarsTF6zvobeMdTQ93sfq8T > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sHoMWgNVJnarsTF6zvobeMdTQ93sfq8T > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#190207;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#u9KEL0RHZ4VpBETHPvwtsuuS4hHwxbvp { color:#e5ebf4;display:block;width:43.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.978515625rem;left:8.21875rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS { position:relative;display:block; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS { background-color: transparent; background-image: none; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container > .video-iframe-container { display: none; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row > .video-iframe-container { display: none; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .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); }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS { border-width: 0; border-radius: 0; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/9gb4WePT/sekcja6_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:32.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container.adaptive-delivery-prevent-bg, #NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container.lazyload, #NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container.lazyloading { background-image: none; }#HLQh66Nb53IVlK46KBn05qAy7s9VTGiw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1.875rem 3.125rem 6.5rem rgba(var(--color-tertiary-3),0.3) ;height:23.75rem;width:41.6875rem;top:6.375rem;left:0rem;display:block; }
#qSyVRp2LPTQxxhWHBcq9r1qRDwVB7ChZ { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1.25rem 1.875rem 6.5rem rgba(var(--color-tertiary-3),0.3) ;height:19.875rem;width:18.4375rem;top:7.9375rem;left:41.625rem;display:block; }
#VesIcwmM09MlEbaZTXIm13s9wo9ehr4G { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.5625rem;left:44.59375rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HU9FS3G9GZ6aUaTTwfhhkBQPy7lGaOaB { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:15.642578125rem;left:44.75rem;height:4.46191875rem;text-align:center;text-align-last:center;display:block; }
#QsRonRWg6nIa8cp4Nl101KEy2Sp6cv2f { z-index:15003;top:22.625rem;left:44.59375rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #2645f7, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(225deg, #2645f7, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(225deg, #2645f7, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(225deg, #2645f7, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2645f7', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(225deg, #2645f7, rgba(var(--color-primary-2),1));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: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dU1NOfoflxVM20cbGDx1tD2BDRnFAthi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sVf3E7NMsOR5d9eMKAFWJheiCzUdQIL3 { position:relative;display:block; }#sVf3E7NMsOR5d9eMKAFWJheiCzUdQIL3 { background-color: transparent; background-image: none; }#sVf3E7NMsOR5d9eMKAFWJheiCzUdQIL3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVf3E7NMsOR5d9eMKAFWJheiCzUdQIL3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVf3E7NMsOR5d9eMKAFWJheiCzUdQIL3 > .row .container > .video-iframe-container { display: none; }#sVf3E7NMsOR5d9eMKAFWJheiCzUdQIL3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sVf3E7NMsOR5d9eMKAFWJheiCzUdQIL3 > .row > .video-iframe-container { display: none; }#sVf3E7NMsOR5d9eMKAFWJheiCzUdQIL3 > .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); }#sVf3E7NMsOR5d9eMKAFWJheiCzUdQIL3 { border-width: 0; border-radius: 0; }#sVf3E7NMsOR5d9eMKAFWJheiCzUdQIL3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sVf3E7NMsOR5d9eMKAFWJheiCzUdQIL3 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;background-image:none;font-size:0.875rem;font-family:arial;height:27.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#S8AD40GyuM1PKw34rBMPVxmBEJlcDHW2 { color:rgba(var(--color-secondary-2),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:1.5625rem;left:0rem;height:1.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X1Dl3TVnIDE5VbHLhlBZTHBKWeTRnbS1 { color:#b5b5b5;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:4.13671875rem;left:0rem;height:20.390625rem;text-align:center;text-align-last:center;display:block; }
#ZiDKC8pT1ZbZGbAaBZ2tGG4CC2l1eKfs { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:1.662109375rem;left:28.6875rem; }
#Qko9zp4x2rRDTv6p3Bu3yF1ENuEfTNR6 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:4.13671875rem;left:27.75rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iAMVBMatQQ5fWhbOe5gh6Hyn4zgkWMU9 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.7;letter-spacing:0;top:1.4375rem;left:30.1875rem;height:1.9121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TyOqDpGglS1IiMrfIbG3fuzA24UrNJGV { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:12.505859375rem;left:26.65625rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IcOUTgsIDTqn5FacR85AXH7ZlkF3Xa8U { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:9.9453125rem;left:28.6875rem; }
#l1n3J3V9yhToA0UgVuq3uEhFznXQO5KK { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.7;letter-spacing:0;top:9.73828125rem;left:30.1875rem;height:1.9121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WZmQTf6Ox3oE9p1ryZIgaSPRv39Er75I { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),0), rgba(var(--color-secondary-2),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),0), rgba(var(--color-secondary-2),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),0), rgba(var(--color-secondary-2),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),0), rgba(var(--color-secondary-2),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0)', endColorstr='rgba(var(--color-secondary-2),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0)', endColorstr='rgba(var(--color-secondary-2),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),0), rgba(var(--color-secondary-2),0.3));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:27.5rem;width:0.5rem;top:0rem;left:18.75rem;display:block; }
#XrxF5WEoOxrofG70e5wUFTxX5ACXhz3P { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-primary-3),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-primary-3),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-primary-3),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-primary-3),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.3)', endColorstr='rgba(var(--color-primary-3),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.3)', endColorstr='rgba(var(--color-primary-3),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-primary-3),0));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:27.5rem;width:0.5rem;top:0rem;left:21.125rem;display:block; }
#pch8zwdPQXvDxl2rb08e5BMTLXQmBKPd { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),0), rgba(var(--color-secondary-2),0.3));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),0), rgba(var(--color-secondary-2),0.3));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),0), rgba(var(--color-secondary-2),0.3));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),0), rgba(var(--color-secondary-2),0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0)', endColorstr='rgba(var(--color-secondary-2),0.3)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0)', endColorstr='rgba(var(--color-secondary-2),0.3)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),0), rgba(var(--color-secondary-2),0.3));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:27.5rem;width:0.5rem;top:0rem;left:23.5rem;display:block; }
#ecACZGVJhie3E0OI0p5C64SgneDywTeI { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-primary-3),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-primary-3),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-primary-3),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-primary-3),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.3)', endColorstr='rgba(var(--color-primary-3),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.3)', endColorstr='rgba(var(--color-primary-3),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),0.3), rgba(var(--color-primary-3),0));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:27.5rem;width:0.5rem;top:0rem;left:25.875rem;display:block; }
#ZRU0VIWupEm34BGpfdV6l1iQzfDyF2wD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:17.625rem;left:33.84375rem; }
#T7kl0fqHAWIgvyFvelkeRL18f1SrqRVQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:17.625rem;left:28.6875rem; }
#d02arVSLRpkydXQucKuMa1LTkfi0I49D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:17.625rem;left:38.46875rem; }
#pOTZnIUk9cdazJg9ttql1rBwSLdQkrrA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:17.625rem;left:43.1875rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z { display:block; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvDR6fxN1d0d5y1HJpoiZI7Qv7TxD46f { width:32.625rem;height:41.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuQ8gB0apRzpxcwxX0E5i9uPDPIX8Aze { width:23.3125rem;height:8.5rem;top:3.0625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTMsQswdVWOQDd0rn6BmE1BMXISiGV8r { width:19.4375rem;height:3.9375rem;top:13.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKVfDkl4ukzGKazJZqWps6J2wxidRrzD { width:14.75rem;height:4.0625rem;top:17.9375rem;left:1.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-regular-label { width:19rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-input-text { width:19rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-input-text {padding-top: 0; padding-bottom: 0;}#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-textarea { width:19rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-input-select { width:19rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-input-select {padding-top: 0; padding-bottom: 0;}#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-input-button { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.375rem; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-checkbox-label { width:18rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM  { width:19rem;height:auto;top:21.9375rem;left:0rem; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .radio-container { width:19rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM {display:block;}#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM { width:19rem;height:auto;top:21.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM #qLvLX45dgqi55hPX7R6TqytO7xWbbxWO {  }
 }@media only screen and (max-width: 763px) { #IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM #ZJefNvQKnHQ5dOPRukCwMUbTlbvw25Wp { display:none; }
 }@media only screen and (max-width: 763px) { #IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM #FOzIFWuOnlf3ZpF1FVurS17K3y9h9ZmV {  }
 }@media only screen and (max-width: 763px) { #IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM #UXVX0v2aBsqHgIZ5i6cRsPyusOPO4BdD {  }
 }@media only screen and (max-width: 763px) { #IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM #C3ooZxGNsheC7xcPRGoFD2aqzvHchScJ {  }
 }@media only screen and (max-width: 763px) { #IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM #Q1TiRvoEgrzQltyK3ilxSeQhsyGep74R {  }
 }@media only screen and (max-width: 763px) { #IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM #tFxXarAEmf5ayztwr5ESE0f0OEOUCftx {  }
 }@media only screen and (max-width: 763px) { #IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM #nDKT1XhvmkG90Hd9iGUfEouFlplFv1SV {  }
 }@media only screen and (max-width: 763px) { #ZAuytix3zEvhPCPSThpDtCKgK4Mbgox1 { width:24.375rem;height:24.25rem;top:7.75rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H { display:block; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMvfU9z0Qm3oOote3OlppkRJiJpwWErC { width:6rem;height:6rem;top:2.9375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLIm6uLUt41P7vyswAldiLZUhLh7p6aC { width:11.25rem;height:6.5rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzyy3xfC3DvRZ9XF0Rz9HW5p4qM2oQUw { width:11.1875rem;height:4.875rem;top:15.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODfE1DzW3K19ktk1ZM2Ixv445zGmJpzE { width:2.8125rem;height:0.125rem;top:6rem;left:8.17578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #luI8v1gs11E6DpzVriSMRtRzklEvZILg { width:25.5625rem;height:25.5625rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqJCRk5v9zqBpcd3U1ViuoSQTKPfdcLp { width:0.125rem;height:2.9375rem;top:3.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB2nAzqet0i8zpQkliHB9yRFGTHDHyxE { width:2.5rem;height:0.125rem;top:3.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrH70O1gFqlnSwUTVdCt72tJH7atNxh5 { width:2.5rem;height:0.125rem;top:17.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3C1WU3BZ2OwBJKo3tpQVO7HUnFkLv7p { width:0.125rem;height:3.125rem;top:17.375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dn1s7xWs91Mg725SeaMs5GDCC22N2oT9 { width:7.5rem;height:0.125rem;top:20.4375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkiWnAitHxZGWcd3r08urXFHTxqtNURM { width:6rem;height:6rem;top:17.375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2SRg5kSQMQpDxKU2CsX49BhKD6TPq9b { width:11.1875rem;height:4.875rem;top:15.875rem;left:36.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIeZATWqZJei349JsPb8VdtHFauTGubm { width:11.25rem;height:6.5rem;top:0.1875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNaUhD7qyyLAXIyIRvsF0M0gIfPCHCrI { width:6rem;height:6rem;top:17.375rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK0uHhWWJvwpwHLB8IuWrA1xTRMRDcEU { width:6rem;height:6rem;top:2.9375rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRGQ3u26F0nIrDdz2Lv1tkWaq1gQOBza { width:0.125rem;height:3.125rem;top:2.5rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRd3V7gLTWNb0Ac6OEz7okrwVzTSSgB0 { width:5.125rem;height:0.125rem;top:5.625rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKNsptWFtCCOsMGEW7z5BAi8HHk9twns { width:2.5rem;height:0.125rem;top:2.375rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruTCHql8Tpc8aKWEkSPb68trAqcNlIPf { width:0.125rem;height:2.5rem;top:18.25rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiAAmBTkHVVCdAsmGtAJFWD4H0VMUhO4 { width:2.5rem;height:0.125rem;top:18.1875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDSGAaqPgM6lhbmxF9Ipl01JzB5iBgeu { width:4.625rem;height:0.125rem;top:20.625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAQogeHvmeUJE60qOIAc2SIgOAs6aduh { top:1.75rem;left:0rem;width:12.125rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw { display:block; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIugMDVK4XcLQgpPRezOTU421tVioeUV { width:36.375rem;height:1.9375rem;top:1.8125rem;left:5.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFQwzRfVVNB0ARX3dX7E4B2hMDzCWNyO { width:23.9375rem;height:2.9375rem;top:5rem;left:12.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn { display:block; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ga2TcVHRT624TLu9hZXGoV0BqXpT358m { width:9.6875rem;height:9.6875rem;top:0.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih2yvhINk5ruQNMVfiQnqxBUwoBU5qa3 { width:9.625rem;height:9.625rem;top:0.5625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzdiad1mDRfE1sXyoOPxGLKf7AWR0wSg { width:9.5625rem;height:9.5625rem;top:0.625rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz97IiCMNRNXxJWp8gOmT8WSPvvUwPC7 { width:9.375rem;height:9.375rem;top:0.6875rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO { display:block; }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZDCKXpzTFSZl4os92Cuw0LBxyRJdiCp { width:38.6875rem;height:4rem;top:2.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #llytKEKxTEUlNG4hy69IVvQgmmuIC1Nm { top:2.3125rem;left:30.25rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWDhoH0MZH1PdIGtyTkEMGB2afpNnm66 { display:block; }
 }@media only screen and (max-width: 763px) { #mmuWDoCXnDhTo33ZCbmn8JC0T6hgB6ur { display:block; }#mmuWDoCXnDhTo33ZCbmn8JC0T6hgB6ur > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oAZzSsm30wrewT8qWrJIEGpzhPSgBMQ7 { width:14.625rem;height:6.9375rem;top:3.25rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9KLbIJHO6gRSCrKZt6uNykRgyGvQTp3 { width:9.875rem;height:9.875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1JzDOoX6kNKX6LPx34DomNllRrcgAZZ { width:23.375rem;height:12.75rem;top:0.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITTf5rmv5kICKu3hdIBs3oGD3NWfdZPB { width:8.0625rem;height:8.0625rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIwpBpK8XkslpLMGHZXciOHbuH5SNWK7 { width:12.5rem;height:1.25rem;top:10.625rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpTk9J5EeTO81FbT9QuM1dCf49iKmByq { width:14.625rem;height:5.5625rem;top:3.25rem;left:33.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQwIfVFcP06x4rFctrz7VkNRPNDDy89P { width:23.375rem;height:12.75rem;top:0.8125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5XltW30ZTCIHEJVoJN85orSKIAVkVHf { width:12.5rem;height:1.25rem;top:10.625rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI31oCm4uJxUXCnE90uUuy7cqdI0PqlT { width:9.875rem;height:9.875rem;top:2rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im6zVmvS7eTzV3WmKVul2UTO6PTqlrbn { width:8.0625rem;height:8.0625rem;top:3.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXdsyuETa84JWysTHDp6y11B3zbaocaK { display:block; }#GXdsyuETa84JWysTHDp6y11B3zbaocaK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffgQmfHOFprz2HuJKJpcHkJmveRJqf04 { width:14.625rem;height:5.5625rem;top:3.25rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJQdOUMTumT6oIc7kaTsCdFzKw0OOFe7 { width:9.875rem;height:9.875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPZrWpuLT9SUnaxIGG4Bbsegaro5MCIp { width:23.375rem;height:12.75rem;top:0.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dfn3Ccv5t8aUbLUL4WnmKqowr3Lzn4Iy { width:7.75rem;height:7.75rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vviVUQnTxipkHiQgxSPrFWVzFfwyyKkG { width:12.5rem;height:1.25rem;top:10.625rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPciAQN3LZOoPcRTO4sMr9kkiDXx6NmW { width:14.625rem;height:8.375rem;top:1.875rem;left:33.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPAxGCaV5GkSLXBNXBEazJDpPezRiizk { width:23.375rem;height:12.75rem;top:0.8125rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hItsZux8hMSLxP3LefRGvODJ8NNcW4bQ { width:12.5rem;height:1.25rem;top:10.625rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWONyWVCkpnkchKBdUVzpyg20gRRSpTv { width:9.875rem;height:9.875rem;top:2rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5SO6KLp2Ohq6F4INDaDh0QAQCFo1Tt3 { width:8.0625rem;height:8.0625rem;top:3.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKlLiFODE2JZIazQKPE7lW8gEwdVegb3 { display:block; }#BKlLiFODE2JZIazQKPE7lW8gEwdVegb3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERWqbMxexrrSDMOqQzGIKwhW0M0B5X68 { width:12.5rem;height:3.875rem;top:1.3125rem;left:11.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk8F4ZeUd8mquH9Qq4qi5tagiy63TDeT { width:11.25rem;height:2.9375rem;top:6.0625rem;left:12.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni0Wo4GOH5vw7RvBhT1J647dBvIdTRoG { width:12.5rem;height:5.8125rem;top:1.3125rem;left:35.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP88USzKdwUCw3hAn5HUkmvPdeDyEqR8 { width:11.3125rem;height:2.9375rem;top:8.25rem;left:36.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xos3iFKR1V69zANgQTISZN5kT5Qg1VUs { width:15.0625rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3DaRH5ZT1Pq4yOPOS5W2k3xel1vy4zb { width:15rem;height:13.3125rem;top:0rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsAcX94zcqndulusfKpey0pJSTuzMpZc { width:15.125rem;height:13.3125rem;top:0rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGDOV5mTq1mWssx9iasJTXaHE1VTnHet { width:15rem;height:13.3125rem;top:0rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #edIQtqaodR4kfb2pdfTRNSJiVcOa30lx { display:block; }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCJVEbyBP7PP8dB4Qft2DBQwRPQbdyxU { width:12.5rem;height:5.8125rem;top:1.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG3xI7JclLyDcRnNPxuFf1OnLuvKF2LI { width:11.3125rem;height:2.75rem;top:7.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4ZwRA0uvE4tgZZG4fXLyLfk4xDGVeMU { width:12.5rem;height:5.8125rem;top:1.3125rem;left:25.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCakT4zzZsyOKyhvFEnlyaIHC945N2SQ { width:11.3125rem;height:2.9375rem;top:7.8125rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2gftVKtTvRNkl8crKJTtTP1SwOoalUt { width:15rem;height:13.25rem;top:0rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EciSxIPhK0hznxyqFP0slmni5opJD7Mc { width:15rem;height:13.3125rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx6qQkFqGh5xdxhae3qqOfs5tU4aJ42J { width:15.25rem;height:13.25rem;top:0rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN4tkTB919CKhXMvu2mk4kISsn6MtCTo { width:15rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHoMWgNVJnarsTF6zvobeMdTQ93sfq8T { display:block; }#sHoMWgNVJnarsTF6zvobeMdTQ93sfq8T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9KEL0RHZ4VpBETHPvwtsuuS4hHwxbvp { width:43.5625rem;height:1.5rem;top:2.9375rem;left:2.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS { display:block; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLQh66Nb53IVlK46KBn05qAy7s9VTGiw { width:41.6875rem;height:23.75rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSyVRp2LPTQxxhWHBcq9r1qRDwVB7ChZ { width:18.4375rem;height:19.875rem;top:7.9375rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VesIcwmM09MlEbaZTXIm13s9wo9ehr4G { width:12.5rem;height:4.1875rem;top:9.5625rem;left:35.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU9FS3G9GZ6aUaTTwfhhkBQPy7lGaOaB { width:12.1875rem;height:4.4375rem;top:15.625rem;left:35.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsRonRWg6nIa8cp4Nl101KEy2Sp6cv2f { top:22.625rem;left:35.25rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU1NOfoflxVM20cbGDx1tD2BDRnFAthi { display:block; }
 }@media only screen and (max-width: 763px) { #sVf3E7NMsOR5d9eMKAFWJheiCzUdQIL3 { display:block; }#sVf3E7NMsOR5d9eMKAFWJheiCzUdQIL3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8AD40GyuM1PKw34rBMPVxmBEJlcDHW2 { top:1.5625rem;left:0rem;width:26.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1Dl3TVnIDE5VbHLhlBZTHBKWeTRnbS1 { top:4.125rem;left:0rem;width:26.25rem;height:20.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiDKC8pT1ZbZGbAaBZ2tGG4CC2l1eKfs { width:1.5rem;height:1.5rem;top:1.625rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qko9zp4x2rRDTv6p3Bu3yF1ENuEfTNR6 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAMVBMatQQ5fWhbOe5gh6Hyn4zgkWMU9 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyOqDpGglS1IiMrfIbG3fuzA24UrNJGV { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcOUTgsIDTqn5FacR85AXH7ZlkF3Xa8U { width:1.5rem;height:1.5rem;top:9.9375rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1n3J3V9yhToA0UgVuq3uEhFznXQO5KK { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZmQTf6Ox3oE9p1ryZIgaSPRv39Er75I { width:0.5rem;height:27.5rem;top:0rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrxF5WEoOxrofG70e5wUFTxX5ACXhz3P { width:0.5rem;height:27.5rem;top:0rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #pch8zwdPQXvDxl2rb08e5BMTLXQmBKPd { width:0.5rem;height:27.5rem;top:0rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecACZGVJhie3E0OI0p5C64SgneDywTeI { width:0.5rem;height:27.5rem;top:0rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRU0VIWupEm34BGpfdV6l1iQzfDyF2wD { top:17.625rem;left:27.71875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7kl0fqHAWIgvyFvelkeRL18f1SrqRVQ { top:17.625rem;left:22.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d02arVSLRpkydXQucKuMa1LTkfi0I49D { top:17.625rem;left:32.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOTZnIUk9cdazJg9ttql1rBwSLdQkrrA { top:17.625rem;left:37.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/75813cd5-3b12-4329-aa87-a34a23385f15/1711078427_bogatyrclubpserieoboinatelefon77.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#emAPcEkAAp4ECA9yOtA48eTlySPuycgH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row > .video-iframe-container { display: none; }#emAPcEkAAp4ECA9yOtA48eTlySPuycgH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z { background-color:#cccccc;background-image:url("https://images.assets-landingi.com/uc/1436283f-c99d-4504-806c-613ce7d2f67d/1711078427_bogatyrclubpserieoboinatelefon77.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z.adaptive-delivery-prevent-bg, #beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z.lazyload, #beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z.lazyloading { background-image: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container { background-color: transparent; background-image: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container > .video-iframe-container { display: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row > .video-iframe-container { display: none; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .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); }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container { border-width: 0; border-radius: 0; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#beHZaVOvE6xtSNuFOVZxu2e9pBiWyT9Z > .row .container { width:20rem;height:46.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvDR6fxN1d0d5y1HJpoiZI7Qv7TxD46f { width:20rem;height:45.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuQ8gB0apRzpxcwxX0E5i9uPDPIX8Aze { width:20rem;height:7.25rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTMsQswdVWOQDd0rn6BmE1BMXISiGV8r { width:19.4375rem;height:3.9375rem;top:8.9375rem;left:0.25rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JKVfDkl4ukzGKazJZqWps6J2wxidRrzD { width:10rem;height:2.84375rem;top:29.6875rem;left:5rem;text-align:left;text-align-last:left;font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5625rem;font-size:0.75rem;overflow:hidden;line-height:1.3;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;text-align:left;text-align-last:left; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-input-text {padding-top: 0; padding-bottom: 0;}#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.75rem;font-size:0.75rem;overflow:hidden;line-height:1.3;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;text-align:left;text-align-last:left; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-input-select {padding-top: 0; padding-bottom: 0;}#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-input-button { width:13.4375rem;margin-top:0.25rem;margin-right:2rem;margin-bottom:0.25rem;margin-left:2rem;height:3.75rem;font-size:1.5rem;overflow:hidden;line-height:1;background-color:#d70909;background-image:url("https://images.assets-landingi.com/aScLAZee/CART.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5; }#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-input-button.adaptive-delivery-prevent-bg, #IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-input-button.lazyload, #IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-input-button.lazyloading { background-image: none; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM [class*="-text"]:-moz-placeholder { font-size:1.0625rem; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM [class*="-text"]::-moz-placeholder { font-size:1.0625rem; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM [class*="-text"]:-ms-input-placeholder { font-size:1.0625rem; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM [class*="-text"]::-webkit-input-placeholder { font-size:1.0625rem; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM  { width:17.5rem;height:auto;top:31.8125rem;left:0rem; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM {display:block;}#IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM { width:17.5rem;height:auto;top:31.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM #qLvLX45dgqi55hPX7R6TqytO7xWbbxWO {  }
 }@media only screen and (max-width: 763px) { #IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM #ZJefNvQKnHQ5dOPRukCwMUbTlbvw25Wp { display:none; }
 }@media only screen and (max-width: 763px) { #IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM #FOzIFWuOnlf3ZpF1FVurS17K3y9h9ZmV {  }
 }@media only screen and (max-width: 763px) { #IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM #UXVX0v2aBsqHgIZ5i6cRsPyusOPO4BdD {  }
 }@media only screen and (max-width: 763px) { #IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM #C3ooZxGNsheC7xcPRGoFD2aqzvHchScJ {  }
 }@media only screen and (max-width: 763px) { #IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM #Q1TiRvoEgrzQltyK3ilxSeQhsyGep74R {  }
 }@media only screen and (max-width: 763px) { #IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM #tFxXarAEmf5ayztwr5ESE0f0OEOUCftx {  }
 }@media only screen and (max-width: 763px) { #IxWwqekXTPsEmaMWRgQxZreyq5aqX5pM #nDKT1XhvmkG90Hd9iGUfEouFlplFv1SV {  }
 }@media only screen and (max-width: 763px) { #ZAuytix3zEvhPCPSThpDtCKgK4Mbgox1 { width:15.25rem;height:15.1875rem;top:13.8125rem;left:2.375rem;box-shadow: -0.3125rem 5.125rem 6.5rem rgba(0,0,0,0) ;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H { display:block; }#U7FbmNMGa7mvcTnG8TmmLvoCRcUFSB8H > .row .container { width:20rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMvfU9z0Qm3oOote3OlppkRJiJpwWErC { width:6rem;height:6rem;top:17.8125rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QLIm6uLUt41P7vyswAldiLZUhLh7p6aC { width:11.25rem;height:3.25rem;top:25.0625rem;left:4.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Rzyy3xfC3DvRZ9XF0Rz9HW5p4qM2oQUw { width:11.1875rem;height:3.8994125rem;top:23.4375rem;left:4.40625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ODfE1DzW3K19ktk1ZM2Ixv445zGmJpzE { width:2.8125rem;height:0.125rem;top:40.4375rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #luI8v1gs11E6DpzVriSMRtRzklEvZILg { width:15.875rem;height:15.875rem;top:0.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqJCRk5v9zqBpcd3U1ViuoSQTKPfdcLp { width:0.125rem;height:4.375rem;top:31.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TB2nAzqet0i8zpQkliHB9yRFGTHDHyxE { width:2.5rem;height:0.125rem;top:8.3125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HrH70O1gFqlnSwUTVdCt72tJH7atNxh5 { width:2.5rem;height:0.125rem;top:74.1875rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #d3C1WU3BZ2OwBJKo3tpQVO7HUnFkLv7p { width:0.125rem;height:3.125rem;top:91.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dn1s7xWs91Mg725SeaMs5GDCC22N2oT9 { width:7.5rem;height:0.125rem;top:89.8125rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mkiWnAitHxZGWcd3r08urXFHTxqtNURM { width:6rem;height:6rem;top:63.1875rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g2SRg5kSQMQpDxKU2CsX49BhKD6TPq9b { width:11.1875rem;height:2.5996125rem;top:20.1875rem;left:4.40625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rIeZATWqZJei349JsPb8VdtHFauTGubm { width:15.25rem;height:2.5996125rem;top:16.9375rem;left:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VNaUhD7qyyLAXIyIRvsF0M0gIfPCHCrI { width:6rem;height:6rem;top:48rem;left:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yK0uHhWWJvwpwHLB8IuWrA1xTRMRDcEU { width:6rem;height:6rem;top:32.6875rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QRGQ3u26F0nIrDdz2Lv1tkWaq1gQOBza { width:0.125rem;height:3.125rem;top:53.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRd3V7gLTWNb0Ac6OEz7okrwVzTSSgB0 { width:5.125rem;height:0.125rem;top:62.3125rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zKNsptWFtCCOsMGEW7z5BAi8HHk9twns { width:2.5rem;height:0.125rem;top:6.9375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ruTCHql8Tpc8aKWEkSPb68trAqcNlIPf { width:0.125rem;height:2.5rem;top:75.5625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KiAAmBTkHVVCdAsmGtAJFWD4H0VMUhO4 { width:2.5rem;height:0.125rem;top:72.8125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pDSGAaqPgM6lhbmxF9Ipl01JzB5iBgeu { width:4.625rem;height:0.125rem;top:88.4375rem;left:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TAQogeHvmeUJE60qOIAc2SIgOAs6aduh { width:12.125rem;height:3.8994125rem;top:28.1484375rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw { display:block; }#GHoKRMdXXt7Ja4X7x4Lo87f8TbSdE9Mw > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NIugMDVK4XcLQgpPRezOTU421tVioeUV { width:20rem;height:0;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #sFQwzRfVVNB0ARX3dX7E4B2hMDzCWNyO { width:20rem;height:0;top:6.5625rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn { display:block; }#zPFkzJ9PGfdOJDWRGcm46C7CuZ0zAzBn > .row .container { width:20rem;height:65rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ga2TcVHRT624TLu9hZXGoV0BqXpT358m { width:15.4375rem;height:14.375rem;top:1.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih2yvhINk5ruQNMVfiQnqxBUwoBU5qa3 { width:15.3125rem;height:14.1875rem;top:17.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzdiad1mDRfE1sXyoOPxGLKf7AWR0wSg { width:15.375rem;height:14.5rem;top:32.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz97IiCMNRNXxJWp8gOmT8WSPvvUwPC7 { width:15.3125rem;height:14.6875rem;top:48.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO { display:block; }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO { background-color: transparent; background-image: none; }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row .container > .video-iframe-container { display: none; }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row > .video-iframe-container { display: none; }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .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); }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO { border-width: 0; border-radius: 0; }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gugvL4OOSaUxfg8o6vC0Ui5inK6P4BhO > .row .container { width:20rem;height:13.4375rem;background-color:#010815;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZDCKXpzTFSZl4os92Cuw0LBxyRJdiCp { width:15.6875rem;height:6.691375rem;top:1.375rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #llytKEKxTEUlNG4hy69IVvQgmmuIC1Nm { top:8.6279296875rem;left:3.75rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWDhoH0MZH1PdIGtyTkEMGB2afpNnm66 { display:block; }
 }@media only screen and (max-width: 763px) { #mmuWDoCXnDhTo33ZCbmn8JC0T6hgB6ur { display:block; }#mmuWDoCXnDhTo33ZCbmn8JC0T6hgB6ur > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oAZzSsm30wrewT8qWrJIEGpzhPSgBMQ7 { width:14.625rem;height:7.7988125rem;top:12.5625rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #o9KLbIJHO6gRSCrKZt6uNykRgyGvQTp3 { width:9.875rem;height:9.875rem;top:1.125rem;left:4.8125rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #t1JzDOoX6kNKX6LPx34DomNllRrcgAZZ { width:20rem;height:23.25rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITTf5rmv5kICKu3hdIBs3oGD3NWfdZPB { width:8.0625rem;height:8.0625rem;top:2.28125rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIwpBpK8XkslpLMGHZXciOHbuH5SNWK7 { width:12.5rem;height:1.29980625rem;top:20.75rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hpTk9J5EeTO81FbT9QuM1dCf49iKmByq { width:14.625rem;height:6.499rem;top:36.4375rem;left:2.6875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nQwIfVFcP06x4rFctrz7VkNRPNDDy89P { width:20rem;height:23.25rem;top:23.875rem;left:0rem;box-shadow: 0.625rem 0.625rem 3.125rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #q5XltW30ZTCIHEJVoJN85orSKIAVkVHf { width:12.5rem;height:1.29980625rem;top:43.3125rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uI31oCm4uJxUXCnE90uUuy7cqdI0PqlT { width:9.875rem;height:9.875rem;top:25.125rem;left:5.0625rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Im6zVmvS7eTzV3WmKVul2UTO6PTqlrbn { width:8.0625rem;height:8.0625rem;top:26.28125rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXdsyuETa84JWysTHDp6y11B3zbaocaK { display:block; }#GXdsyuETa84JWysTHDp6y11B3zbaocaK > .row .container { width:20rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffgQmfHOFprz2HuJKJpcHkJmveRJqf04 { width:14.625rem;height:6.499rem;top:12.6875rem;left:2.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJQdOUMTumT6oIc7kaTsCdFzKw0OOFe7 { width:9.875rem;height:9.875rem;top:1.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPZrWpuLT9SUnaxIGG4Bbsegaro5MCIp { width:20rem;height:23.25rem;top:0.125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Dfn3Ccv5t8aUbLUL4WnmKqowr3Lzn4Iy { width:8.0625rem;height:8.0625rem;top:2.40625rem;left:5.96875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vviVUQnTxipkHiQgxSPrFWVzFfwyyKkG { width:12.5rem;height:1.29980625rem;top:19.6875rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KPciAQN3LZOoPcRTO4sMr9kkiDXx6NmW { width:14.625rem;height:7.3125rem;top:36.75rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qPAxGCaV5GkSLXBNXBEazJDpPezRiizk { width:20rem;height:23.25rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hItsZux8hMSLxP3LefRGvODJ8NNcW4bQ { width:12.5rem;height:1.29980625rem;top:44.5rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sWONyWVCkpnkchKBdUVzpyg20gRRSpTv { width:9.875rem;height:9.875rem;top:25.3125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5SO6KLp2Ohq6F4INDaDh0QAQCFo1Tt3 { width:8.0625rem;height:8.0625rem;top:26.46875rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKlLiFODE2JZIazQKPE7lW8gEwdVegb3 { display:block; }#BKlLiFODE2JZIazQKPE7lW8gEwdVegb3 { background-color: transparent; background-image: none; }#BKlLiFODE2JZIazQKPE7lW8gEwdVegb3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKlLiFODE2JZIazQKPE7lW8gEwdVegb3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKlLiFODE2JZIazQKPE7lW8gEwdVegb3 > .row .container > .video-iframe-container { display: none; }#BKlLiFODE2JZIazQKPE7lW8gEwdVegb3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKlLiFODE2JZIazQKPE7lW8gEwdVegb3 > .row > .video-iframe-container { display: none; }#BKlLiFODE2JZIazQKPE7lW8gEwdVegb3 > .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); }#BKlLiFODE2JZIazQKPE7lW8gEwdVegb3 > .row .container { width:20rem;height:59.4375rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERWqbMxexrrSDMOqQzGIKwhW0M0B5X68 { width:12.5rem;height:3.57421875rem;top:17.1875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk8F4ZeUd8mquH9Qq4qi5tagiy63TDeT { width:11.1875rem;height:5.09765625rem;top:21.8125rem;left:4.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni0Wo4GOH5vw7RvBhT1J647dBvIdTRoG { width:12.5rem;height:5.361325rem;top:46.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP88USzKdwUCw3hAn5HUkmvPdeDyEqR8 { width:11.1875rem;height:5.09765625rem;top:52.25rem;left:4.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xos3iFKR1V69zANgQTISZN5kT5Qg1VUs { width:16.125rem;height:13.3125rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3DaRH5ZT1Pq4yOPOS5W2k3xel1vy4zb { width:16.125rem;height:13.3125rem;top:15.8125rem;left:1.9375rem;background-color:#24293e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rsAcX94zcqndulusfKpey0pJSTuzMpZc { width:16.125rem;height:13.25rem;top:30.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGDOV5mTq1mWssx9iasJTXaHE1VTnHet { width:16.125rem;height:13.3125rem;top:44.875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #edIQtqaodR4kfb2pdfTRNSJiVcOa30lx { display:block; }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx { background-color: transparent; background-image: none; }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .row .container > .video-iframe-container { display: none; }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .row > .video-iframe-container { display: none; }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .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); }#edIQtqaodR4kfb2pdfTRNSJiVcOa30lx > .row .container { width:20rem;height:58.75rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCJVEbyBP7PP8dB4Qft2DBQwRPQbdyxU { width:12.5rem;height:3.57421875rem;top:2.4375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG3xI7JclLyDcRnNPxuFf1OnLuvKF2LI { width:11.1875rem;height:5.09765625rem;top:6.9375rem;left:4.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4ZwRA0uvE4tgZZG4fXLyLfk4xDGVeMU { width:12.5rem;height:5.361325rem;top:31.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCakT4zzZsyOKyhvFEnlyaIHC945N2SQ { width:11.1875rem;height:3.3984375rem;top:37.6875rem;left:4.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2gftVKtTvRNkl8crKJTtTP1SwOoalUt { width:16.1875rem;height:11.5625rem;top:45.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EciSxIPhK0hznxyqFP0slmni5opJD7Mc { width:16.1875rem;height:14.375rem;top:30.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx6qQkFqGh5xdxhae3qqOfs5tU4aJ42J { width:16.125rem;height:13.25rem;top:15.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN4tkTB919CKhXMvu2mk4kISsn6MtCTo { width:16.125rem;height:13.3125rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHoMWgNVJnarsTF6zvobeMdTQ93sfq8T { display:block; }#sHoMWgNVJnarsTF6zvobeMdTQ93sfq8T { background-color: transparent; background-image: none; }#sHoMWgNVJnarsTF6zvobeMdTQ93sfq8T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHoMWgNVJnarsTF6zvobeMdTQ93sfq8T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHoMWgNVJnarsTF6zvobeMdTQ93sfq8T > .row .container > .video-iframe-container { display: none; }#sHoMWgNVJnarsTF6zvobeMdTQ93sfq8T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHoMWgNVJnarsTF6zvobeMdTQ93sfq8T > .row > .video-iframe-container { display: none; }#sHoMWgNVJnarsTF6zvobeMdTQ93sfq8T > .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); }#sHoMWgNVJnarsTF6zvobeMdTQ93sfq8T > .row .container { width:20rem;height:6.3125rem;background-color:#010513;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9KEL0RHZ4VpBETHPvwtsuuS4hHwxbvp { width:20rem;height:4.38574375rem;top:0.962890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#f6f7f8;display:block; }
 }@media only screen and (max-width: 763px) { #NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS { display:block; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS { background-color: transparent; background-image: none; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container > .video-iframe-container { display: none; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row > .video-iframe-container { display: none; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .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); }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS { border-width: 0; border-radius: 0; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container { width:20rem;height:35.6875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1436283f-c99d-4504-806c-613ce7d2f67d/1711078427_bogatyrclubpserieoboinatelefon77.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container.adaptive-delivery-prevent-bg, #NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container.lazyload, #NJSS68HrIkuhBgr8TZyI6gq6UwXIgVpS > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #HLQh66Nb53IVlK46KBn05qAy7s9VTGiw { height:11.3935625rem;width:20rem;top:1.25rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qSyVRp2LPTQxxhWHBcq9r1qRDwVB7ChZ { width:18.125rem;height:19.5rem;top:13.8935625rem;left:0.9375rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #VesIcwmM09MlEbaZTXIm13s9wo9ehr4G { width:12.5rem;height:3.8984375rem;top:16.0810546875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU9FS3G9GZ6aUaTTwfhhkBQPy7lGaOaB { width:12.1875rem;height:4.7988375rem;top:21.931640625rem;left:3.90625rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsRonRWg6nIa8cp4Nl101KEy2Sp6cv2f { top:28.0185546875rem;left:3.75rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU1NOfoflxVM20cbGDx1tD2BDRnFAthi { display:block; }
 }@media only screen and (max-width: 763px) { #sVf3E7NMsOR5d9eMKAFWJheiCzUdQIL3 { display:block; }#sVf3E7NMsOR5d9eMKAFWJheiCzUdQIL3 > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8AD40GyuM1PKw34rBMPVxmBEJlcDHW2 { width:20rem;height:1.69921875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1Dl3TVnIDE5VbHLhlBZTHBKWeTRnbS1 { width:20rem;height:27.1875rem;top:3.9365234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiDKC8pT1ZbZGbAaBZ2tGG4CC2l1eKfs { display:flex;width:1.5rem;height:1.5rem;top:33.1875rem;left:6.8125rem; }
 }@media only screen and (max-width: 763px) { #Qko9zp4x2rRDTv6p3Bu3yF1ENuEfTNR6 { width:16.875rem;height:2.54980625rem;top:34.6875rem;left:1.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iAMVBMatQQ5fWhbOe5gh6Hyn4zgkWMU9 { width:8.125rem;height:1.9121125rem;top:32.9814453125rem;left:9.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TyOqDpGglS1IiMrfIbG3fuzA24UrNJGV { width:14.375rem;height:2.54980625rem;top:40.5rem;left:2.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IcOUTgsIDTqn5FacR85AXH7ZlkF3Xa8U { display:flex;width:1.5rem;height:1.5rem;top:39rem;left:6.5625rem; }
 }@media only screen and (max-width: 763px) { #l1n3J3V9yhToA0UgVuq3uEhFznXQO5KK { width:8.125rem;height:1.9121125rem;top:38.5869140625rem;left:8.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WZmQTf6Ox3oE9p1ryZIgaSPRv39Er75I { width:0.5rem;height:27.5rem;top:0rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrxF5WEoOxrofG70e5wUFTxX5ACXhz3P { width:0.5rem;height:27.5rem;top:0rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #pch8zwdPQXvDxl2rb08e5BMTLXQmBKPd { width:0.5rem;height:27.5rem;top:0rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecACZGVJhie3E0OI0p5C64SgneDywTeI { width:0.5rem;height:27.5rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRU0VIWupEm34BGpfdV6l1iQzfDyF2wD { display:flex;width:3.125rem;height:3.125rem;top:44.8125rem;left:6.5625rem;opacity:1; }
 }@media only screen and (max-width: 763px) { #T7kl0fqHAWIgvyFvelkeRL18f1SrqRVQ { display:flex;width:3.125rem;height:3.125rem;top:44.8115234375rem;left:2.34375rem; }
 }@media only screen and (max-width: 763px) { #d02arVSLRpkydXQucKuMa1LTkfi0I49D { display:flex;width:3.125rem;height:3.125rem;top:44.8115234375rem;left:10.75rem; }
 }@media only screen and (max-width: 763px) { #pOTZnIUk9cdazJg9ttql1rBwSLdQkrrA { display:flex;width:3.125rem;height:3.125rem;top:44.8115234375rem;left:14.9375rem; }
 }