.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:255,230,223;--color-primary-1:255,180,162;--color-primary-2:255,132,94;--color-primary-3:153,79,56;--color-primary-4:51,26,19;--color-secondary-0:231,228,237;--color-secondary-1:177,167,196;--color-secondary-2:98,78,136;--color-secondary-3:49,39,68;--color-secondary-4:15,12,20;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter Light";--paragraphs-font-family:"Inter Light"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p21qssnTqylr2GboZXxVCZt0mWVqUoVa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#p21qssnTqylr2GboZXxVCZt0mWVqUoVa > .row .container { background-color: transparent; background-image: none; }#p21qssnTqylr2GboZXxVCZt0mWVqUoVa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p21qssnTqylr2GboZXxVCZt0mWVqUoVa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p21qssnTqylr2GboZXxVCZt0mWVqUoVa > .row .container > .video-iframe-container { display: none; }#p21qssnTqylr2GboZXxVCZt0mWVqUoVa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p21qssnTqylr2GboZXxVCZt0mWVqUoVa > .row > .video-iframe-container { display: none; }#p21qssnTqylr2GboZXxVCZt0mWVqUoVa > .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); }#p21qssnTqylr2GboZXxVCZt0mWVqUoVa > .row .container { border-width: 0; border-radius: 0; }#p21qssnTqylr2GboZXxVCZt0mWVqUoVa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p21qssnTqylr2GboZXxVCZt0mWVqUoVa > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#VycNeSWNfUU5t4bL8rZSS6smCGGXf1hz { background-color:rgba(var(--color-tertiary-4),0);background-image: -webkit-linear-gradient(270deg, #5d92ff, #f27589);background-image: -moz-linear-gradient(270deg, #5d92ff, #f27589);background-image: -ms-linear-gradient(270deg, #5d92ff, #f27589);background-image: -o-linear-gradient(270deg, #5d92ff, #f27589);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );";background-image: linear-gradient(270deg, #5d92ff, #f27589);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#fff4e6;padding-top:0.875rem;padding-right:1.5rem;padding-bottom:0.875rem;padding-left:1.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:1502;text-align:center;text-align-last:center;top:2.1875rem;left:65.3125rem;display:block; }#VycNeSWNfUU5t4bL8rZSS6smCGGXf1hz.adaptive-delivery-prevent-bg, #VycNeSWNfUU5t4bL8rZSS6smCGGXf1hz.lazyload, #VycNeSWNfUU5t4bL8rZSS6smCGGXf1hz.lazyloading { background-image: none; }
#gUGxyUi5if6Zowmn49o8Wc44WlXQ8GFC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i1dKqZqBlt9Xbb8bbJsNQ2ncHxATekOe { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:1503;line-height:2;letter-spacing:0;text-align:left;text-align-last:left;top:1.5625rem;left:0rem;height:2rem;display:block; }
#qz9FIKG8G6dGdTiTpvfH2uFbWlEyDrWp { color:#fff4e6;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:1504;line-height:1.2;letter-spacing:0;text-align:left;text-align-last:left;top:3.5625rem;left:0rem;height:2.3994125rem;display:block; }
#hs6ea0pRwENh6UCdDSJJraegvSBREk2f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hs6ea0pRwENh6UCdDSJJraegvSBREk2f > .row .container { background-color: transparent; background-image: none; }#hs6ea0pRwENh6UCdDSJJraegvSBREk2f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hs6ea0pRwENh6UCdDSJJraegvSBREk2f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hs6ea0pRwENh6UCdDSJJraegvSBREk2f > .row .container > .video-iframe-container { display: none; }#hs6ea0pRwENh6UCdDSJJraegvSBREk2f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hs6ea0pRwENh6UCdDSJJraegvSBREk2f > .row > .video-iframe-container { display: none; }#hs6ea0pRwENh6UCdDSJJraegvSBREk2f > .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); }#hs6ea0pRwENh6UCdDSJJraegvSBREk2f > .row .container { border-width: 0; border-radius: 0; }#hs6ea0pRwENh6UCdDSJJraegvSBREk2f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hs6ea0pRwENh6UCdDSJJraegvSBREk2f > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#wdmWJDMUIwz8BRFaayCc73JxWVL9gXos { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#wdmWJDMUIwz8BRFaayCc73JxWVL9gXos > .row .container { background-color: transparent; background-image: none; }#wdmWJDMUIwz8BRFaayCc73JxWVL9gXos::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdmWJDMUIwz8BRFaayCc73JxWVL9gXos > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdmWJDMUIwz8BRFaayCc73JxWVL9gXos > .row .container > .video-iframe-container { display: none; }#wdmWJDMUIwz8BRFaayCc73JxWVL9gXos > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdmWJDMUIwz8BRFaayCc73JxWVL9gXos > .row > .video-iframe-container { display: none; }#wdmWJDMUIwz8BRFaayCc73JxWVL9gXos > .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); }#wdmWJDMUIwz8BRFaayCc73JxWVL9gXos > .row .container { border-width: 0; border-radius: 0; }#wdmWJDMUIwz8BRFaayCc73JxWVL9gXos > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdmWJDMUIwz8BRFaayCc73JxWVL9gXos > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#w3DcedfVf1cc6amWyCEirCTmXlgtmF0m { background-color:rgba(var(--color-tertiary-4),0);background-image: -webkit-linear-gradient(270deg, #5d92ff, #f27589);background-image: -moz-linear-gradient(270deg, #5d92ff, #f27589);background-image: -ms-linear-gradient(270deg, #5d92ff, #f27589);background-image: -o-linear-gradient(270deg, #5d92ff, #f27589);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );";background-image: linear-gradient(270deg, #5d92ff, #f27589);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#fff4e6;padding-top:0.875rem;padding-right:1.5rem;padding-bottom:0.875rem;padding-left:1.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:1502;text-align:center;text-align-last:center;top:2.1875rem;left:65.3125rem;display:block; }#w3DcedfVf1cc6amWyCEirCTmXlgtmF0m.adaptive-delivery-prevent-bg, #w3DcedfVf1cc6amWyCEirCTmXlgtmF0m.lazyload, #w3DcedfVf1cc6amWyCEirCTmXlgtmF0m.lazyloading { background-image: none; }
#OnHL9P1UauLqftKXbCiinn5E4hCF6ZMV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iDBX63xl6XKQ5ZoSqVxR1cKLo7DPah7U { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:1503;line-height:2;letter-spacing:0;text-align:left;text-align-last:left;top:1.5625rem;left:0rem;height:2rem;display:block; }
#kHrUhx0GWd2CMxcpc4TFcx36AOlyudbD { color:#fff4e6;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:1504;line-height:1.2;letter-spacing:0;text-align:left;text-align-last:left;top:3.5625rem;left:0rem;height:2.3994125rem;display:block; }
#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { background-color: transparent; background-image: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { border-width: 0; border-radius: 0; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J .widget-text.counter-number { border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.40125rem;padding-right:0.35rem;padding-bottom:0.40125rem;padding-left:0.35rem;display:block;align-items:center;width:2.099375rem;min-width:2.099375rem;height:2.155625rem;position:relative;font-family:"open sans";font-size:1.60375rem;font-weight:700;line-height:34.49px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.250625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.799375rem;height:0.851875rem;position:relative;font-family:inter;font-size:0.60125rem;font-weight:400;line-height:13.63px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:11.75rem;height:4.185625rem;padding-top:0.50125rem;padding-right:0.5rem;padding-bottom:0.50125rem;padding-left:0.5rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.65625rem;left:62.250001907349rem;z-index:15019; }
#TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #cGHJuFRqrzk6ZJm0nEMRMl7KKSV8UBRC { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #H8sKBavRRHklsGog4AVgECPwXZm86Tt3 { width:auto; }
#TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #zWAp9ZkTZsZw7IiiQmUhoUSszmTDyb9c {  }
#TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #XIthUhFlTtLxXH2C6i0PTPhSKxBld7Ii { display:flex;position:relative;top:0rem;left:0rem; }
#TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #axxZTau08GSHu2STLVFQsTfD4X3Ppv7r {  }
#TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #ynun9U2do3uicD9cWaF0zv8qRWinv8il {  }
#TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #yPP9wXLlz6vaJ1TzrQqKDrSwAnsHNRxt { display:flex;position:relative;top:0rem;left:0rem; }
#TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #nVm2L6oEL2vsPuGgfTkLioV6yFiLavGo {  }
#TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #aqtAeCwhXJctwiiorT8T7fRArNvfqcAi {  }
#TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #XhiK2VJH5BeuHPGDscPpl5C5Re7CgK8x { display:flex;position:relative;top:0rem;left:0rem; }
#TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #lMWVkSbM74BMHevPJv3yaOPcQGwf7hV5 {  }
#TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #Tou9v5yqhs6fHpQJ40kLWQ7LpmrKEvx5 {  }
#piRao5DhRqirao19iR9CMTauVKKGlB2s { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:2.5187492370606rem;left:46.425001144409rem;height:1.4625rem;font-style:italic;display:block; }
#fifT0BZibqOEKvobDJVecI1m31BIS9kF { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:7.0625rem;top:2.75rem;left:0.875rem;overflow:hidden;display:block; }
#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b99516d-832a-4174-aef5-f9d82283dee1/zaskoczonakobietapatrzacwpudelkopodanejejodznajomegomin.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.adaptive-delivery-prevent-bg, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyload, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyloading { background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { background-color: transparent; background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.35); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.35); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { border-width: 0; border-radius: 0; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { width:75rem;height:45.4375rem;font-size:0.875rem;font-family:arial;overflow:visible;position:relative;display:block; }#i7AuZ1oVvKTvX7shdoIORSMhNldIvo0D { color:rgba(var(--color-tertiary-0),1);display:block;width:59.625rem;position:absolute;font-family:"inter regular";font-size:10rem;font-weight:300;z-index:15014;line-height:.9;letter-spacing:0;top:6.625rem;left:0rem;height:18rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hSxvZvKuP8o68Nm2cv8k0PdJTNsKV3UI { color:rgba(var(--color-tertiary-0),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.5);top:28.293750762939rem;left:17.612501144409rem;height:3.6rem;display:block; }
#BEivOsEz0zbXKC9FA7ziq7SmFofnkLoQ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:4.875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:27.75rem;left:42.300001144409rem;display:block; }
#K9lyFK57QEuD7Mgxr5MoGNtMR4M3wJzD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mm6zxLLc7TkhtVPzD5tRkbQXM0nbxphw { box-sizing:content-box;height:4.8125rem;width:51.5rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-1),1);background-image:none;top:27.8125rem;left:0rem;display:block; }
#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { position:relative;display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { background-color: transparent; background-image: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container > .video-iframe-container { display: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row > .video-iframe-container { display: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { border-width: 0; border-radius: 0; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:49.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#h8PytdqELkTqSAt6wXcJTlDxsiqyFpt8 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5rem;left:2.5rem;height:1.95rem;font-style:normal;display:block; }
#EBLrdByqMzJ5VkdSnEJ0v5BDvr6G525O { color:rgba(var(--color-tertiary-4),1);display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.5);top:8.1249990463256rem;left:2.5rem;height:7.9980625rem;display:block; }
#gkXPm0acdAKxPbHW1FPqw4nTC9tRlmlx { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:25.375rem;left:2.5rem;height:3.8984375rem;font-style:normal;display:block; }
#sdpSka1MJhgIDqp052cSywMxw7SsbA3w { color:rgba(var(--color-tertiary-4),1);display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.5);top:23.5625rem;left:2.5rem;height:1.6rem;display:block; }
#PrBbuK0fR36dZPNsyBb4LsnWe2I020Lv { box-sizing:content-box;height:21.4375rem;width:38.0625rem;position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/05a821c5-be41-41fd-9f43-73b1c29322b5/112790min.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.437499046326rem;left:36.937501907349rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0rem;display:block; }#PrBbuK0fR36dZPNsyBb4LsnWe2I020Lv.adaptive-delivery-prevent-bg, #PrBbuK0fR36dZPNsyBb4LsnWe2I020Lv.lazyload, #PrBbuK0fR36dZPNsyBb4LsnWe2I020Lv.lazyloading { background-image: none; }
#BA57hNW66fn8Wvy3PHzIW7tFzouGZQ9t { box-sizing:content-box;height:21.4375rem;width:38.0625rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7676e93d-009b-4f0a-975b-86ebabd0bdb3/przystojnymlodyzadowolonymezczyznausmiechasieidajeprezentswojemuchlopakowispedzajacrazemczaswprzestronnympokojumin.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:36.937501907349rem;display:block; }#BA57hNW66fn8Wvy3PHzIW7tFzouGZQ9t.adaptive-delivery-prevent-bg, #BA57hNW66fn8Wvy3PHzIW7tFzouGZQ9t.lazyload, #BA57hNW66fn8Wvy3PHzIW7tFzouGZQ9t.lazyloading { background-image: none; }
#IenqBcx07xRlFvxg5hypiEieZVdfPHxD { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:30.593749046326rem;left:2.5rem; }
#ZfDNAKUz7hKiwILyhSqnlVWNguyT8HeJ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.5);top:31.043750762939rem;left:6rem;height:1.6rem;display:block; }
#xZF1mxxrepVQH3n13dGaUhFPFP75XIQN { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.5);top:34.543750762939rem;left:6rem;height:1.6rem;display:block; }
#zkVO6UsP41VvwBnhHZUNyevTDKsIuJ3w { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.5);top:38.168750762939rem;left:6rem;height:3.2rem;display:block; }
#CC233Ji0oAE3LKRV0oQystZZQBEy3qHV { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:34.09375rem;left:2.5rem; }
#LgREi2OBUZipX1PwxA09lhSLWwQo07xN { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:37.643749237061rem;left:2.5rem; }
#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { position:relative;display:block; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { background-color: transparent; background-image: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container > .video-iframe-container { display: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row > .video-iframe-container { display: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { border-width: 0; border-radius: 0; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AGr8zlVtsDR66m4KPewqdlgyFe5bOV9K { color:rgba(var(--color-tertiary-4),1);display:block;width:74.6875rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qN10NNhd1k3T2Ub4geM8n8XygqGsVDK9 { box-sizing:content-box;height:24.375rem;width:16.3125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.875rem;left:29.5rem;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: 0.0625rem 0.125rem 0.375rem rgba(var(--color-tertiary-4),0.07) ;display:block; }
#bqf3RWprr0rZ9GJhkkzVDPTgH1I4Tix9 { box-sizing:content-box;height:9.125rem;width:14.25rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/df0201d3-a646-4fbe-b77c-2b9b523c291a/17434197_5865514.crop_5406x3516_0,484.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.75rem;left:30.5rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }#bqf3RWprr0rZ9GJhkkzVDPTgH1I4Tix9.adaptive-delivery-prevent-bg, #bqf3RWprr0rZ9GJhkkzVDPTgH1I4Tix9.lazyload, #bqf3RWprr0rZ9GJhkkzVDPTgH1I4Tix9.lazyloading { background-image: none; }
#DFSgiThThgoPy9zbHubcSXTWEmKET3AX { box-sizing:content-box;height:24.375rem;width:16.3125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.875rem;left:9.9375rem;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: 0.0625rem 0.125rem 0.375rem rgba(var(--color-tertiary-4),0.07) ;display:block; }
#JHRsIxzDvttkKf1dS4u7pqfS1icOT9lZ { box-sizing:content-box;height:24.375rem;width:16.3125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.875rem;left:48.8125rem;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: 0.0625rem 0.125rem 0.375rem rgba(var(--color-tertiary-4),0.07) ;display:block; }
#sngeO6Bfo0M8NtS2EHLHN2IWL41ZieSb { box-sizing:content-box;height:9.125rem;width:14.25rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ff9cb109-7068-4bf6-b2bf-31eec55559ba/2150763316.crop_667x512_0,96.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.75rem;left:10.9375rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }#sngeO6Bfo0M8NtS2EHLHN2IWL41ZieSb.adaptive-delivery-prevent-bg, #sngeO6Bfo0M8NtS2EHLHN2IWL41ZieSb.lazyload, #sngeO6Bfo0M8NtS2EHLHN2IWL41ZieSb.lazyloading { background-image: none; }
#azSh0Ooril4PtbkE55JKImSL8HysHdK3 { box-sizing:content-box;height:9.125rem;width:14.25rem;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0f20e26d-9679-461c-9e5e-1cd9f99d73f1/hand_smartwatchkopia.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.75rem;left:49.8125rem;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }#azSh0Ooril4PtbkE55JKImSL8HysHdK3.adaptive-delivery-prevent-bg, #azSh0Ooril4PtbkE55JKImSL8HysHdK3.lazyload, #azSh0Ooril4PtbkE55JKImSL8HysHdK3.lazyloading { background-image: none; }
#VP8pnTFpBksXb0HlUtQ19MOXaTygAT0T { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:21.1875rem;left:20.8125rem; }
#nhzE91FLnlzHASqp8igBCbclet7l64PZ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:21.1875rem;left:22.3125rem; }
#vV9P9UiTCTM1QS0gctxJvylZwUCyPSHW { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:21.1875rem;left:23.75rem; }
#tk7mVEM79to3xxniEEL6TdTnvhoGe4hb { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:21.4375rem;left:10.9375rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yJpX0c1hDSCnAbMqHIKqgG1UVBktXmQT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.5);top:24.75rem;left:11rem;height:4.19824375rem;display:block; }
#UtzEa9dNBdZXmx3EDshuHJ6bCkaTQ3rz { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3e3e3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.8125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:31.1875rem;left:10.9375rem;display:block; }
#rymS3VnLW81XJJgWwHvsvDQghSI94trX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#otArW2bToP3yFttTQ6W8KMdLTW77KAP6 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:21.4375rem;left:30.5rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W5utDRHS3PlOL5rGFqT8wvrNp7KVEqvE { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.5);top:24.75rem;left:30.5rem;height:4.19824375rem;display:block; }
#hrBDvIAPTeiQbh7SBpfSIeRICWsqI0Wx { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:21.1875rem;left:43.3125rem; }
#tLqBh99lBM63Ba2EPOSPvBEzSCxGyxHu { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:21.1875rem;left:41.9375rem; }
#ACXWESvb0HGvlB9PW4ChzBmRSrTWPTTQ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:21.1875rem;left:40.5625rem; }
#CTsLcmvnJxx9JOLEHUDmnNexOeF54QmK { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3e3e3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.7125rem;height:2.7125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:31.1875rem;left:30.500001907349rem;display:block; }
#VQw2IFIiDELJR14Ww4nD1uPe0biLBKww { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fTd9m4iy8mqXx0OZKMIt9RnwuO1hwokO { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:inter;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:21.4375rem;left:49.8125rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oc48apGOCv6AbnoUfv2PJETzckd9nS6r { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:21.1875rem;left:62.6875rem; }
#mWBlTvaczI9sE6Q0E99NsCVdJifNFvmR { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:21.1875rem;left:61.3125rem; }
#ap7dWUuxVN1L9gS7leSoRCog6DBz7xpg { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:21.1875rem;left:59.875rem; }
#fv83xV2ohQ9FUbndfM8BhQlPWnPsVzp1 { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.5);top:24.75rem;left:49.812501907349rem;height:4.19824375rem;display:block; }
#MGfKSkH0rEfEnvUBrBJI0OaewJ6AMv8s { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3e3e3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6125rem;height:2.6125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:31.1875rem;left:49.812501907349rem;display:block; }
#OuGzge4VlmFS3vQy3a4uNwL1vQLdZafO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TEdxNrLp1IZ5FkO83nvwrr1EOaS0reuZ { color:rgba(var(--color-tertiary-4),0.32);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:5.25rem;left:24.9375rem;height:3.2rem;text-align:center;text-align-last:center;display:block; }
#Wgk3mFxH9UOR1pF0WzE3TzxMCeJe4Ko8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/17ec5c19-3484-4688-8da4-5d2cf12d3467/4008min.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wgk3mFxH9UOR1pF0WzE3TzxMCeJe4Ko8.adaptive-delivery-prevent-bg, #Wgk3mFxH9UOR1pF0WzE3TzxMCeJe4Ko8.lazyload, #Wgk3mFxH9UOR1pF0WzE3TzxMCeJe4Ko8.lazyloading { background-image: none; }#Wgk3mFxH9UOR1pF0WzE3TzxMCeJe4Ko8 > .row .container { background-color: transparent; background-image: none; }#Wgk3mFxH9UOR1pF0WzE3TzxMCeJe4Ko8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.59); }#Wgk3mFxH9UOR1pF0WzE3TzxMCeJe4Ko8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wgk3mFxH9UOR1pF0WzE3TzxMCeJe4Ko8 > .row .container > .video-iframe-container { display: none; }#Wgk3mFxH9UOR1pF0WzE3TzxMCeJe4Ko8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.59); }#Wgk3mFxH9UOR1pF0WzE3TzxMCeJe4Ko8 > .row > .video-iframe-container { display: none; }#Wgk3mFxH9UOR1pF0WzE3TzxMCeJe4Ko8 > .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); }#Wgk3mFxH9UOR1pF0WzE3TzxMCeJe4Ko8 > .row .container { border-width: 0; border-radius: 0; }#Wgk3mFxH9UOR1pF0WzE3TzxMCeJe4Ko8::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wgk3mFxH9UOR1pF0WzE3TzxMCeJe4Ko8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wgk3mFxH9UOR1pF0WzE3TzxMCeJe4Ko8 > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#RgGCSZIPianLxt5D3K2xoBQnu6swd5S6 { color:rgba(var(--color-tertiary-4),1);display:block;width:74.6875rem;position:absolute;font-family:inter;font-size:2.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.75rem;left:0rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nEfTBvmTQF41PV0ToUh3WXDB1zteJESA { color:rgba(var(--color-tertiary-0),0.5);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:25.25rem;left:29.625rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#cX1kse1WF294UbeE21NJBPKxEN1FQOBg { color:rgba(var(--color-tertiary-0),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.5);top:14.1875rem;left:10.25rem;height:3.2rem;text-align:center;text-align-last:center;display:block; }
#kTE8irmHJP0FE6cKuKOKmSk7DmBLiHsp { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:21.1875rem;left:29.3125rem;display:block; }
#u621mTgrTDLRl2KJp1cn6kBB3dAHtBEw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hRxtkVKRD1Txt9mSpQfTRWlvV0wbEPRo { color:rgba(var(--color-tertiary-0),0.14);display:block;width:30.375rem;position:absolute;font-family:gilroy;font-size:16rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4062442779541rem;left:22.3125rem;height:20.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dZ7pwvOsWrDxX9eDdb6aagLTNmBnETr7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dZ7pwvOsWrDxX9eDdb6aagLTNmBnETr7 > .row .container { background-color: transparent; background-image: none; }#dZ7pwvOsWrDxX9eDdb6aagLTNmBnETr7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZ7pwvOsWrDxX9eDdb6aagLTNmBnETr7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZ7pwvOsWrDxX9eDdb6aagLTNmBnETr7 > .row .container > .video-iframe-container { display: none; }#dZ7pwvOsWrDxX9eDdb6aagLTNmBnETr7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZ7pwvOsWrDxX9eDdb6aagLTNmBnETr7 > .row > .video-iframe-container { display: none; }#dZ7pwvOsWrDxX9eDdb6aagLTNmBnETr7 > .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); }#dZ7pwvOsWrDxX9eDdb6aagLTNmBnETr7 > .row .container { border-width: 0; border-radius: 0; }#dZ7pwvOsWrDxX9eDdb6aagLTNmBnETr7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dZ7pwvOsWrDxX9eDdb6aagLTNmBnETr7 > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:75rem;position:relative;display:block; }#vzZJ24LKfUXc2uNsbSRAZRw5tleu1Vah { position:absolute;display:block;z-index:15004;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:0.0625rem;width:3.25rem;top:39.5rem;left:15.3125rem;display:block; }
#SUiqUain7DJbO1e8Kqbdc26fgavJa7gC { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:40.6875rem;left:8.5rem;height:1.6rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#WuaTMIbPXin7cy18lSPRfVOhVn7voZiz { position:absolute;display:block;z-index:15006;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:27.625rem;width:19rem;top:16.625rem;left:28.0625rem;display:block; }
#eccmfO5DM4ywB1pfpHlgvX4yVM67eX5X { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-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:0.0625rem;width:3.25rem;top:39.5rem;left:36rem;display:block; }
#n6SEOhzhTRzTHH8gZaaJgpy9cNdnrgLP { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/14d52657-a2d5-425d-ac42-67eadfd5ab6e/19466.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.375rem;width:11.375rem;top:15.375rem;left:11.25rem;display:block; }#n6SEOhzhTRzTHH8gZaaJgpy9cNdnrgLP.adaptive-delivery-prevent-bg, #n6SEOhzhTRzTHH8gZaaJgpy9cNdnrgLP.lazyload, #n6SEOhzhTRzTHH8gZaaJgpy9cNdnrgLP.lazyloading { background-image: none; }
#T967SC6AAd6MGoTcpunNzwLMt40XuZXF { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-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:0.0625rem;width:3.25rem;top:39.5rem;left:56.375rem;display:block; }
#sCc1vZqcElcPKlMr3uTXdK7uROt0aKZp { color:rgba(var(--color-tertiary-4),1);display:block;width:74.6875rem;position:absolute;font-family:inter;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.375rem;left:0rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Acdzuxg8iQ9y60OTNEHB6XtM3VtTC7JC { color:rgba(var(--color-tertiary-4),0.32);display:block;width:44.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:8.0625rem;left:15.125rem;height:3.2rem;text-align:center;text-align-last:center;display:block; }
#ATtLTMhrZsGv38NChLrGlAlpuLm4Xqrb { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.5);top:27.625rem;left:8.75rem;height:8.9238125rem;text-align:center;text-align-last:center;display:block; }
#imwR1Ki04huGShFTw36hTsSKyqk845tt { box-sizing:content-box;height:26.5rem;width:18.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:17.1875rem;left:7.6875rem;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: -0.0625rem 0.125rem 0.375rem rgba(var(--color-tertiary-4),0.07) ;display:block; }
#K3ZhhSTP59mOfepAAVdeMs9tSTuFcnHt { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1af2f095-9f0a-4c07-8a00-b6a505640a12/13438.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.375rem;width:11.375rem;top:14.437498092651rem;left:31.812501907349rem;display:block; }#K3ZhhSTP59mOfepAAVdeMs9tSTuFcnHt.adaptive-delivery-prevent-bg, #K3ZhhSTP59mOfepAAVdeMs9tSTuFcnHt.lazyload, #K3ZhhSTP59mOfepAAVdeMs9tSTuFcnHt.lazyloading { background-image: none; }
#QMOp8NXTsQTuSCIgbh662lNc2lTXBDQ9 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:27.625rem;left:29.25rem;height:7.4365rem;text-align:center;text-align-last:center;display:block; }
#IReym2hyuHnnHAhGUKeSamiwWizsPESk { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:40.6875rem;left:29rem;height:1.6rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#S7EIWpxivUSkhfCZmnVxH9WbxmhlniZu { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.5);top:27.625rem;left:49.125rem;height:8.9238125rem;text-align:center;text-align-last:center;display:block; }
#z2e8JaTRT68SN1fAlGWP88RVzsaEPsce { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:40.6875rem;left:49.5625rem;height:2.3984375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#d2bkch1Q9wgF4Ig7cDdxFIKDqIhG0vqo { position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9d816dc3-4fb0-4410-ae3d-bfb4151b87c3/29103.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.375rem;width:11.375rem;top:15.375rem;left:52.3125rem;display:block; }#d2bkch1Q9wgF4Ig7cDdxFIKDqIhG0vqo.adaptive-delivery-prevent-bg, #d2bkch1Q9wgF4Ig7cDdxFIKDqIhG0vqo.lazyload, #d2bkch1Q9wgF4Ig7cDdxFIKDqIhG0vqo.lazyloading { background-image: none; }
#QZA9mMlPCEQuJ5DSzVBvbfFW1P4dmzrT { box-sizing:content-box;height:26.5rem;width:18.6875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:17.1875rem;left:48.6875rem;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: -0.0625rem 0.125rem 0.375rem rgba(var(--color-tertiary-4),0.07) ;display:block; }
#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { background-color: transparent; background-image: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container > .video-iframe-container { display: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container { display: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .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); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { border-width: 0; border-radius: 0; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;position:relative;display:block; }#yxfk3eHJfom21z8wBRpUJ6RevQ5CJAcz { box-sizing:content-box;height:34.75rem;width:37.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0rem;left:37.500001907349rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:3.125rem;border-top-left-radius:0rem;display:block; }
#LxH7tAmGR0gHvZvtaT3k0H9BHO0TBKqs { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:inter;font-size:3.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.875rem;left:3.875rem;height:13.160125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iBF3NBe1K8ymuhBH889Cgo4AxfOeDTeW { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.6;letter-spacing:0;top:18.9375rem;left:3.875rem;height:3.6rem;text-align:left;text-align-last:left;display:block; }
#Ls95HRioz9szTkzxoF9c41kkP7d88yqD { color:rgba(var(--color-tertiary-0),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:2.3499908447266rem;left:42.218751907349rem;height:3.6rem;text-align:center;text-align-last:center;display:block; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .widget-form-header {  }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .widget-regular-label { height:auto;display:block;font-family:inter;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:26.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#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.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:26.4375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .widget-input-text {padding-top: 0; padding-bottom: 0;}#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#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.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:26.4375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .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:26.4375rem;box-sizing:border-box;height:2.5rem;color:#d6d4d4;font-family:inter;font-size:0.875rem;overflow:hidden; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .widget-input-select {padding-top: 0; padding-bottom: 0;}#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:26.4375rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:inter;font-size:0.875rem; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:inter;font-size:0.875rem; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:inter;font-size:0.875rem; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:inter;font-size:0.875rem; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:25.0625rem;overflow:hidden;font-style:normal; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .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; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .widget-container:first-of-type{padding-top:0;}#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .widget-container:last-of-type{padding-bottom:0;}#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.7374877929688rem;left:41.781251907349rem; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.4375rem; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .widget-info-text { display:block;height:auto;font-family:"open sans";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;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB {display:block;}#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.7374877929688rem;left:41.781251907349rem; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #hbzIKlFDZxJEJblXhbH2UCschGITyl7r { position:relative; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #JdSSyXfkH6WKg6dckN4CTEs9n9FIIrgW { position:relative;display:block; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #u1h1ZL6f8kug2vOcPd1mTL6uVJ75TluA { position:relative; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #hOPneo7lH4SSCKaxsrEMophCuz8QOyTH { position:relative; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #y0dygJBNcQ20OludmkAMMFo04e1qNwlA { position:relative;display:block; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #yA6KOmyB2FXE70GTCui9DrQBRm8kapoa { position:relative; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #ovS1ON7ZTE2p7UBr9p5IGmQefIPVf94l { position:relative; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #NVtmFR21IiqU8NsibA47mT73EX2g9FEr { position:relative;display:block; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #BuDVohAZmB27EawNDQoTZha4gMPnhhV6 { position:relative; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #oT65FOAKHK0CFJi3qy4DS6NRBJVOUXoz { position:relative; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #zcTxxr8r1TCCwO3968MwcvPb547Ar68y { position:relative;display:block; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #i2hcFr7bxUDU77Sv5W6E1Gqi7NiWmdHo { position:relative; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #fJZ6hO713GVUa1aNkwG4JXTt7yD0hTaH { position:relative; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #z0MkxpNo6Hg5bO7PMsRcI1K7rC835yKy { position:relative; }
#K7XqsTgrGym33hn1neO1UZTTfW2COs7F { color:rgba(var(--color-tertiary-4),0.05);display:block;width:30.375rem;position:absolute;font-family:gilroy;font-size:16rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.637504577637rem;left:2.1875rem;height:20.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sBrSNOrLml1q0GI6xBN69MVgkVtGg7Ra { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sBrSNOrLml1q0GI6xBN69MVgkVtGg7Ra > .row .container { background-color: transparent; background-image: none; }#sBrSNOrLml1q0GI6xBN69MVgkVtGg7Ra::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBrSNOrLml1q0GI6xBN69MVgkVtGg7Ra > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBrSNOrLml1q0GI6xBN69MVgkVtGg7Ra > .row .container > .video-iframe-container { display: none; }#sBrSNOrLml1q0GI6xBN69MVgkVtGg7Ra > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBrSNOrLml1q0GI6xBN69MVgkVtGg7Ra > .row > .video-iframe-container { display: none; }#sBrSNOrLml1q0GI6xBN69MVgkVtGg7Ra > .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); }#sBrSNOrLml1q0GI6xBN69MVgkVtGg7Ra > .row .container { border-width: 0; border-radius: 0; }#sBrSNOrLml1q0GI6xBN69MVgkVtGg7Ra > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sBrSNOrLml1q0GI6xBN69MVgkVtGg7Ra > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#tZ3H9d4QL9cl01vRqgyw5OOCOnK6sLI1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1.8125rem;left:70.125rem; }
#Qsgt2PUZoFXnLQnm2eV28wsqEulr8W0y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:1.8125rem;left:72.875rem; }
#rOB1pmI1aAGSMMH14WTEPgNXTVI1ZKg0 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:7.5rem;top:2.34375rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #p21qssnTqylr2GboZXxVCZt0mWVqUoVa { display:block; }#p21qssnTqylr2GboZXxVCZt0mWVqUoVa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VycNeSWNfUU5t4bL8rZSS6smCGGXf1hz { width:9.6875rem;height:3.125rem;top:20.8125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUGxyUi5if6Zowmn49o8Wc44WlXQ8GFC { display:block; }
 }@media only screen and (max-width: 763px) { #i1dKqZqBlt9Xbb8bbJsNQ2ncHxATekOe { top:1.5625rem;left:0rem;width:31.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz9FIKG8G6dGdTiTpvfH2uFbWlEyDrWp { top:3.5625rem;left:0rem;width:31.75rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs6ea0pRwENh6UCdDSJJraegvSBREk2f { display:block; }#hs6ea0pRwENh6UCdDSJJraegvSBREk2f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdmWJDMUIwz8BRFaayCc73JxWVL9gXos { display:block; }#wdmWJDMUIwz8BRFaayCc73JxWVL9gXos > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3DcedfVf1cc6amWyCEirCTmXlgtmF0m { width:9.6875rem;height:3.125rem;top:20.8125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnHL9P1UauLqftKXbCiinn5E4hCF6ZMV { display:block; }
 }@media only screen and (max-width: 763px) { #iDBX63xl6XKQ5ZoSqVxR1cKLo7DPah7U { top:1.5625rem;left:0rem;width:31.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHrUhx0GWd2CMxcpc4TFcx36AOlyudbD { top:3.5625rem;left:0rem;width:31.75rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { display:block; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J { display:flex;width:13.875rem;height:5.1875rem;top:0.625rem;left:31.0625rem; }
 }@media only screen and (max-width: 763px) { #TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #cGHJuFRqrzk6ZJm0nEMRMl7KKSV8UBRC { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #H8sKBavRRHklsGog4AVgECPwXZm86Tt3 {  }
 }@media only screen and (max-width: 763px) { #TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #zWAp9ZkTZsZw7IiiQmUhoUSszmTDyb9c {  }
 }@media only screen and (max-width: 763px) { #TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #XIthUhFlTtLxXH2C6i0PTPhSKxBld7Ii { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #axxZTau08GSHu2STLVFQsTfD4X3Ppv7r {  }
 }@media only screen and (max-width: 763px) { #TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #ynun9U2do3uicD9cWaF0zv8qRWinv8il {  }
 }@media only screen and (max-width: 763px) { #TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #yPP9wXLlz6vaJ1TzrQqKDrSwAnsHNRxt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #nVm2L6oEL2vsPuGgfTkLioV6yFiLavGo {  }
 }@media only screen and (max-width: 763px) { #TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #aqtAeCwhXJctwiiorT8T7fRArNvfqcAi {  }
 }@media only screen and (max-width: 763px) { #TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #XhiK2VJH5BeuHPGDscPpl5C5Re7CgK8x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #lMWVkSbM74BMHevPJv3yaOPcQGwf7hV5 {  }
 }@media only screen and (max-width: 763px) { #TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #Tou9v5yqhs6fHpQJ40kLWQ7LpmrKEvx5 {  }
 }@media only screen and (max-width: 763px) { #piRao5DhRqirao19iR9CMTauVKKGlB2s { top:2.5rem;left:32.3125rem;width:15.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fifT0BZibqOEKvobDJVecI1m31BIS9kF { top:2.75rem;left:0rem;width:7.0625rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { position:relative;display:block; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { background-color: transparent; background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { border-width: 0; border-radius: 0; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { width:47.75rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;height:35.9375rem;overflow:visible;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7AuZ1oVvKTvX7shdoIORSMhNldIvo0D { top:6.625rem;left:0rem;width:47.75rem;height:27rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSxvZvKuP8o68Nm2cv8k0PdJTNsKV3UI { top:28.25rem;left:3.9875011444092rem;width:24.625rem;height:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEivOsEz0zbXKC9FA7ziq7SmFofnkLoQ { width:9.75rem;height:4.875rem;top:27.75rem;left:28.675001144409rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9lyFK57QEuD7Mgxr5MoGNtMR4M3wJzD { display:block; }
 }@media only screen and (max-width: 763px) { #Mm6zxLLc7TkhtVPzD5tRkbQXM0nbxphw { top:27.8125rem;left:0rem;width:47.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8PytdqELkTqSAt6wXcJTlDxsiqyFpt8 { top:5rem;left:0rem;width:19.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBLrdByqMzJ5VkdSnEJ0v5BDvr6G525O { top:8.125rem;left:0rem;width:31.8125rem;height:9.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkXPm0acdAKxPbHW1FPqw4nTC9tRlmlx { top:25.375rem;left:0rem;width:22.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdpSka1MJhgIDqp052cSywMxw7SsbA3w { top:23.5625rem;left:0rem;width:31.8125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrBbuK0fR36dZPNsyBb4LsnWe2I020Lv { top:21.375rem;left:9.6875rem;width:38.0625rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA57hNW66fn8Wvy3PHzIW7tFzouGZQ9t { top:0rem;left:9.6875rem;width:38.0625rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IenqBcx07xRlFvxg5hypiEieZVdfPHxD { top:30.5625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfDNAKUz7hKiwILyhSqnlVWNguyT8HeJ { top:31rem;left:0rem;width:20.9375rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZF1mxxrepVQH3n13dGaUhFPFP75XIQN { top:34.5rem;left:0rem;width:20.9375rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkVO6UsP41VvwBnhHZUNyevTDKsIuJ3w { top:38.125rem;left:0rem;width:17.75rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC233Ji0oAE3LKRV0oQystZZQBEy3qHV { top:34.0625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgREi2OBUZipX1PwxA09lhSLWwQo07xN { top:37.625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { display:block; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AGr8zlVtsDR66m4KPewqdlgyFe5bOV9K { top:0.9375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN10NNhd1k3T2Ub4geM8n8XygqGsVDK9 { top:10.875rem;left:15.875rem;width:16.3125rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqf3RWprr0rZ9GJhkkzVDPTgH1I4Tix9 { top:11.75rem;left:16.875rem;width:14.25rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFSgiThThgoPy9zbHubcSXTWEmKET3AX { top:10.875rem;left:0rem;width:16.3125rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHRsIxzDvttkKf1dS4u7pqfS1icOT9lZ { top:10.875rem;left:31.4375rem;width:16.3125rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sngeO6Bfo0M8NtS2EHLHN2IWL41ZieSb { top:11.75rem;left:0rem;width:14.25rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #azSh0Ooril4PtbkE55JKImSL8HysHdK3 { top:11.75rem;left:33.5rem;width:14.25rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP8pnTFpBksXb0HlUtQ19MOXaTygAT0T { top:21.1875rem;left:7.1875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhzE91FLnlzHASqp8igBCbclet7l64PZ { top:21.1875rem;left:8.6875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vV9P9UiTCTM1QS0gctxJvylZwUCyPSHW { top:21.1875rem;left:10.125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tk7mVEM79to3xxniEEL6TdTnvhoGe4hb { top:21.4375rem;left:0rem;width:9.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJpX0c1hDSCnAbMqHIKqgG1UVBktXmQT { top:24.75rem;left:0rem;width:13.8125rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtzEa9dNBdZXmx3EDshuHJ6bCkaTQ3rz { width:11.6875rem;height:2.6875rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rymS3VnLW81XJJgWwHvsvDQghSI94trX { display:block; }
 }@media only screen and (max-width: 763px) { #otArW2bToP3yFttTQ6W8KMdLTW77KAP6 { top:21.4375rem;left:16.875rem;width:9.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5utDRHS3PlOL5rGFqT8wvrNp7KVEqvE { top:24.75rem;left:16.875rem;width:14.9375rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrBDvIAPTeiQbh7SBpfSIeRICWsqI0Wx { top:21.1875rem;left:29.6875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLqBh99lBM63Ba2EPOSPvBEzSCxGyxHu { top:21.1875rem;left:28.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACXWESvb0HGvlB9PW4ChzBmRSrTWPTTQ { top:21.1875rem;left:26.9375rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTsLcmvnJxx9JOLEHUDmnNexOeF54QmK { width:11.5625rem;height:2.5625rem;top:31.1875rem;left:16.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQw2IFIiDELJR14Ww4nD1uPe0biLBKww { display:block; }
 }@media only screen and (max-width: 763px) { #fTd9m4iy8mqXx0OZKMIt9RnwuO1hwokO { top:21.4375rem;left:36.1875rem;width:10.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc48apGOCv6AbnoUfv2PJETzckd9nS6r { top:21.1875rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWBlTvaczI9sE6Q0E99NsCVdJifNFvmR { top:21.1875rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap7dWUuxVN1L9gS7leSoRCog6DBz7xpg { top:21.1875rem;left:46.25rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv83xV2ohQ9FUbndfM8BhQlPWnPsVzp1 { top:24.75rem;left:32.625rem;width:15rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGfKSkH0rEfEnvUBrBJI0OaewJ6AMv8s { width:11.5rem;height:2.5rem;top:31.1875rem;left:36.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuGzge4VlmFS3vQy3a4uNwL1vQLdZafO { display:block; }
 }@media only screen and (max-width: 763px) { #TEdxNrLp1IZ5FkO83nvwrr1EOaS0reuZ { top:5.25rem;left:11.3125rem;width:24.9375rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wgk3mFxH9UOR1pF0WzE3TzxMCeJe4Ko8 { display:block; }#Wgk3mFxH9UOR1pF0WzE3TzxMCeJe4Ko8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RgGCSZIPianLxt5D3K2xoBQnu6swd5S6 { top:9.75rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEfTBvmTQF41PV0ToUh3WXDB1zteJESA { top:25.25rem;left:16rem;width:15.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cX1kse1WF294UbeE21NJBPKxEN1FQOBg { top:14.1875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTE8irmHJP0FE6cKuKOKmSk7DmBLiHsp { width:16.375rem;height:3.4375rem;top:21.1875rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u621mTgrTDLRl2KJp1cn6kBB3dAHtBEw { display:block; }
 }@media only screen and (max-width: 763px) { #hRxtkVKRD1Txt9mSpQfTRWlvV0wbEPRo { top:1.375rem;left:8.6875rem;width:30.375rem;height:20.75rem;font-size:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ7pwvOsWrDxX9eDdb6aagLTNmBnETr7 { display:block; }#dZ7pwvOsWrDxX9eDdb6aagLTNmBnETr7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzZJ24LKfUXc2uNsbSRAZRw5tleu1Vah { width:3.25rem;height:0.0625rem;top:39.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUiqUain7DJbO1e8Kqbdc26fgavJa7gC { width:16.875rem;height:1.5625rem;top:40.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuaTMIbPXin7cy18lSPRfVOhVn7voZiz { width:19rem;height:27.625rem;top:16.625rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eccmfO5DM4ywB1pfpHlgvX4yVM67eX5X { width:3.25rem;height:0.0625rem;top:39.5rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6SEOhzhTRzTHH8gZaaJgpy9cNdnrgLP { width:11.375rem;height:11.375rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T967SC6AAd6MGoTcpunNzwLMt40XuZXF { width:3.25rem;height:0.0625rem;top:39.5rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCc1vZqcElcPKlMr3uTXdK7uROt0aKZp { top:5.375rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acdzuxg8iQ9y60OTNEHB6XtM3VtTC7JC { top:8.0625rem;left:1.5rem;width:44.75rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATtLTMhrZsGv38NChLrGlAlpuLm4Xqrb { top:27.625rem;left:0rem;width:16.375rem;height:8.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imwR1Ki04huGShFTw36hTsSKyqk845tt { top:17.1875rem;left:0rem;width:18.6875rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3ZhhSTP59mOfepAAVdeMs9tSTuFcnHt { width:11.375rem;height:11.375rem;top:14.375rem;left:18.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMOp8NXTsQTuSCIgbh662lNc2lTXBDQ9 { top:27.625rem;left:15.625rem;width:16.375rem;height:8.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IReym2hyuHnnHAhGUKeSamiwWizsPESk { width:16.875rem;height:1.5625rem;top:40.6875rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7EIWpxivUSkhfCZmnVxH9WbxmhlniZu { top:27.625rem;left:30.0625rem;width:17.6875rem;height:10.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2e8JaTRT68SN1fAlGWP88RVzsaEPsce { width:16.875rem;height:2.375rem;top:40.6875rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2bkch1Q9wgF4Ig7cDdxFIKDqIhG0vqo { width:11.375rem;height:11.375rem;top:15.375rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZA9mMlPCEQuJ5DSzVBvbfFW1P4dmzrT { top:17.1875rem;left:29.0625rem;width:18.6875rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C { display:block; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxfk3eHJfom21z8wBRpUJ6RevQ5CJAcz { top:0rem;left:10.25rem;width:37.5rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxH7tAmGR0gHvZvtaT3k0H9BHO0TBKqs { top:4.875rem;left:0rem;width:29.4375rem;height:13.125rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBF3NBe1K8ymuhBH889Cgo4AxfOeDTeW { top:18.9375rem;left:0rem;width:29.75rem;height:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls95HRioz9szTkzxoF9c41kkP7d88yqD { top:2.3125rem;left:19.6875rem;width:28.0625rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .widget-regular-label { width:26.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .widget-input-text { width:26.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .widget-input-text {padding-top: 0; padding-bottom: 0;}#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .widget-textarea { width:26.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .widget-input-select { width:26.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .widget-input-select {padding-top: 0; padding-bottom: 0;}#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .widget-input-button { width:26.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .widget-checkbox-label { width:25.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB  { width:26.4375rem;height:auto;top:6.6875rem;left:18.8125rem; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .radio-container { width:26.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB {display:block;}#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB { width:26.4375rem;height:auto;top:6.6875rem;left:18.8125rem; }
 }@media only screen and (max-width: 763px) { #k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #hbzIKlFDZxJEJblXhbH2UCschGITyl7r {  }
 }@media only screen and (max-width: 763px) { #k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #JdSSyXfkH6WKg6dckN4CTEs9n9FIIrgW {  }
 }@media only screen and (max-width: 763px) { #k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #u1h1ZL6f8kug2vOcPd1mTL6uVJ75TluA {  }
 }@media only screen and (max-width: 763px) { #k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #hOPneo7lH4SSCKaxsrEMophCuz8QOyTH {  }
 }@media only screen and (max-width: 763px) { #k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #y0dygJBNcQ20OludmkAMMFo04e1qNwlA {  }
 }@media only screen and (max-width: 763px) { #k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #yA6KOmyB2FXE70GTCui9DrQBRm8kapoa {  }
 }@media only screen and (max-width: 763px) { #k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #ovS1ON7ZTE2p7UBr9p5IGmQefIPVf94l {  }
 }@media only screen and (max-width: 763px) { #k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #NVtmFR21IiqU8NsibA47mT73EX2g9FEr {  }
 }@media only screen and (max-width: 763px) { #k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #BuDVohAZmB27EawNDQoTZha4gMPnhhV6 {  }
 }@media only screen and (max-width: 763px) { #k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #oT65FOAKHK0CFJi3qy4DS6NRBJVOUXoz {  }
 }@media only screen and (max-width: 763px) { #k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #zcTxxr8r1TCCwO3968MwcvPb547Ar68y {  }
 }@media only screen and (max-width: 763px) { #k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #i2hcFr7bxUDU77Sv5W6E1Gqi7NiWmdHo {  }
 }@media only screen and (max-width: 763px) { #k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #fJZ6hO713GVUa1aNkwG4JXTt7yD0hTaH {  }
 }@media only screen and (max-width: 763px) { #k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #z0MkxpNo6Hg5bO7PMsRcI1K7rC835yKy {  }
 }@media only screen and (max-width: 763px) { #K7XqsTgrGym33hn1neO1UZTTfW2COs7F { top:12.625rem;left:0rem;width:30.375rem;height:20.75rem;font-size:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBrSNOrLml1q0GI6xBN69MVgkVtGg7Ra { display:block; }#sBrSNOrLml1q0GI6xBN69MVgkVtGg7Ra > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZ3H9d4QL9cl01vRqgyw5OOCOnK6sLI1 { top:1.8125rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qsgt2PUZoFXnLQnm2eV28wsqEulr8W0y { top:1.8125rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOB1pmI1aAGSMMH14WTEPgNXTVI1ZKg0 { top:2.3125rem;left:0rem;width:7.5rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #p21qssnTqylr2GboZXxVCZt0mWVqUoVa { position:relative;z-index:auto;display:block; }#p21qssnTqylr2GboZXxVCZt0mWVqUoVa > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VycNeSWNfUU5t4bL8rZSS6smCGGXf1hz { width:9.6875rem;height:3.125rem;top:7.796875rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUGxyUi5if6Zowmn49o8Wc44WlXQ8GFC { display:block; }
 }@media only screen and (max-width: 763px) { #i1dKqZqBlt9Xbb8bbJsNQ2ncHxATekOe { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qz9FIKG8G6dGdTiTpvfH2uFbWlEyDrWp { width:20rem;height:2.3994125rem;top:4.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hs6ea0pRwENh6UCdDSJJraegvSBREk2f { display:block; }#hs6ea0pRwENh6UCdDSJJraegvSBREk2f > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdmWJDMUIwz8BRFaayCc73JxWVL9gXos { position:relative;z-index:auto;display:block; }#wdmWJDMUIwz8BRFaayCc73JxWVL9gXos > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3DcedfVf1cc6amWyCEirCTmXlgtmF0m { width:9.6875rem;height:3.125rem;top:10.1484375rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnHL9P1UauLqftKXbCiinn5E4hCF6ZMV { display:block; }
 }@media only screen and (max-width: 763px) { #iDBX63xl6XKQ5ZoSqVxR1cKLo7DPah7U { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kHrUhx0GWd2CMxcpc4TFcx36AOlyudbD { width:20rem;height:4.798825rem;top:4.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { display:block; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J .widget-text.counter-number { padding-top:0.32875rem;padding-right:0.283125rem;padding-bottom:0.32875rem;padding-left:0.283125rem;width:1.70125rem;min-width:1.70125rem;height:1.76375rem;font-size:1.3125rem;line-height:28.22px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.065rem solid #ffffff;border-right:0.065rem solid #ffffff;border-bottom:0.065rem solid #ffffff;border-left:0.065rem solid #ffffff; }
#TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.204375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.266875rem;height:0.698125rem;font-size:0.4925rem;line-height:11.17px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J { display:flex;width:8.75rem;height:3.125rem;top:4.3416662216186rem;left:5.3010416030884rem;padding-top:0.329375rem;padding-right:0.32375rem;padding-bottom:0.329375rem;padding-left:0.32375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #cGHJuFRqrzk6ZJm0nEMRMl7KKSV8UBRC { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #H8sKBavRRHklsGog4AVgECPwXZm86Tt3 {  }
 }@media only screen and (max-width: 763px) { #TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #zWAp9ZkTZsZw7IiiQmUhoUSszmTDyb9c {  }
 }@media only screen and (max-width: 763px) { #TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #XIthUhFlTtLxXH2C6i0PTPhSKxBld7Ii { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #axxZTau08GSHu2STLVFQsTfD4X3Ppv7r {  }
 }@media only screen and (max-width: 763px) { #TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #ynun9U2do3uicD9cWaF0zv8qRWinv8il {  }
 }@media only screen and (max-width: 763px) { #TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #yPP9wXLlz6vaJ1TzrQqKDrSwAnsHNRxt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #nVm2L6oEL2vsPuGgfTkLioV6yFiLavGo {  }
 }@media only screen and (max-width: 763px) { #TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #aqtAeCwhXJctwiiorT8T7fRArNvfqcAi {  }
 }@media only screen and (max-width: 763px) { #TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #XhiK2VJH5BeuHPGDscPpl5C5Re7CgK8x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #lMWVkSbM74BMHevPJv3yaOPcQGwf7hV5 {  }
 }@media only screen and (max-width: 763px) { #TkOTgW1y6Z2gTcrld94Hez6xeZLAc68J #Tou9v5yqhs6fHpQJ40kLWQ7LpmrKEvx5 {  }
 }@media only screen and (max-width: 763px) { #piRao5DhRqirao19iR9CMTauVKKGlB2s { width:10.875rem;height:1.1375rem;top:3.0249996185302rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fifT0BZibqOEKvobDJVecI1m31BIS9kF { width:7.0625rem;height:1rem;top:0.78750038146975rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b99516d-832a-4174-aef5-f9d82283dee1/zaskoczonakobietapatrzacwpudelkopodanejejodznajomegomin.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.adaptive-delivery-prevent-bg, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyload, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyloading { background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { background-color: transparent; background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { border-width: 0; border-radius: 0; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { width:20rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7AuZ1oVvKTvX7shdoIORSMhNldIvo0D { width:19.875rem;height:12.15rem;top:3.1875rem;left:0rem;font-size:3.375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hSxvZvKuP8o68Nm2cv8k0PdJTNsKV3UI { width:15.75rem;height:7.2rem;top:16.75rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BEivOsEz0zbXKC9FA7ziq7SmFofnkLoQ { width:13.9375rem;height:3.4375rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9lyFK57QEuD7Mgxr5MoGNtMR4M3wJzD { display:block; }
 }@media only screen and (max-width: 763px) { #Mm6zxLLc7TkhtVPzD5tRkbQXM0nbxphw { width:16.25rem;height:8.6875rem;top:17.125rem;left:0rem;background-color:rgba(255,180,162,0.77);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { width:20rem;height:76rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8PytdqELkTqSAt6wXcJTlDxsiqyFpt8 { width:19.0625rem;height:1.95rem;top:1.9375009536743rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBLrdByqMzJ5VkdSnEJ0v5BDvr6G525O { width:18.375rem;height:14.175rem;top:4.45rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #gkXPm0acdAKxPbHW1FPqw4nTC9tRlmlx { width:19.0625rem;height:3.9rem;top:44.387500762939rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdpSka1MJhgIDqp052cSywMxw7SsbA3w { width:20rem;height:1.6rem;top:42.7875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PrBbuK0fR36dZPNsyBb4LsnWe2I020Lv { width:20rem;height:12.5625rem;top:63.2500038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA57hNW66fn8Wvy3PHzIW7tFzouGZQ9t { width:20rem;height:21.4375rem;top:20.1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IenqBcx07xRlFvxg5hypiEieZVdfPHxD { display:flex;width:2.5rem;height:2.5rem;top:49.78750038147rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #ZfDNAKUz7hKiwILyhSqnlVWNguyT8HeJ { width:15.625rem;height:1.4rem;top:50.237499237061rem;left:4.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xZF1mxxrepVQH3n13dGaUhFPFP75XIQN { width:11.625rem;height:2.8rem;top:53.637500762939rem;left:4.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zkVO6UsP41VvwBnhHZUNyevTDKsIuJ3w { width:12.375rem;height:2.8rem;top:58.675001144409rem;left:4.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CC233Ji0oAE3LKRV0oQystZZQBEy3qHV { display:flex;width:2.5rem;height:2.5rem;top:53.262500762939rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #LgREi2OBUZipX1PwxA09lhSLWwQo07xN { display:flex;width:2.5rem;height:2.5rem;top:57.799999237061rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { display:block; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container { width:20rem;height:93.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AGr8zlVtsDR66m4KPewqdlgyFe5bOV9K { width:15.125rem;height:7.8rem;top:2.6875rem;left:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN10NNhd1k3T2Ub4geM8n8XygqGsVDK9 { width:16.3125rem;height:23.75rem;top:41.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqf3RWprr0rZ9GJhkkzVDPTgH1I4Tix9 { width:14.25rem;height:9.125rem;top:42.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFSgiThThgoPy9zbHubcSXTWEmKET3AX { width:16.3125rem;height:23.75rem;top:16.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHRsIxzDvttkKf1dS4u7pqfS1icOT9lZ { width:16.3125rem;height:23.75rem;top:66.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sngeO6Bfo0M8NtS2EHLHN2IWL41ZieSb { width:14.25rem;height:9.125rem;top:17.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #azSh0Ooril4PtbkE55JKImSL8HysHdK3 { width:14.25rem;height:9.125rem;top:67.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP8pnTFpBksXb0HlUtQ19MOXaTygAT0T { display:flex;width:1.4375rem;height:1.4375rem;top:26.9375rem;left:12.6875rem; }
 }@media only screen and (max-width: 763px) { #nhzE91FLnlzHASqp8igBCbclet7l64PZ { display:flex;width:1.4375rem;height:1.4375rem;top:26.9375rem;left:14.1875rem; }
 }@media only screen and (max-width: 763px) { #vV9P9UiTCTM1QS0gctxJvylZwUCyPSHW { display:flex;width:1.4375rem;height:1.4375rem;top:26.9375rem;left:15.625001907349rem; }
 }@media only screen and (max-width: 763px) { #tk7mVEM79to3xxniEEL6TdTnvhoGe4hb { width:9.3125rem;height:2.925rem;top:27.1875rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJpX0c1hDSCnAbMqHIKqgG1UVBktXmQT { width:13.8125rem;height:4.2rem;top:30.5rem;left:2.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UtzEa9dNBdZXmx3EDshuHJ6bCkaTQ3rz { width:11.6875rem;height:2.6875rem;top:36.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rymS3VnLW81XJJgWwHvsvDQghSI94trX { display:block; }
 }@media only screen and (max-width: 763px) { #otArW2bToP3yFttTQ6W8KMdLTW77KAP6 { width:9.3125rem;height:2.925rem;top:52.1875rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5utDRHS3PlOL5rGFqT8wvrNp7KVEqvE { width:14.9375rem;height:4.2rem;top:55.5rem;left:2.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hrBDvIAPTeiQbh7SBpfSIeRICWsqI0Wx { display:flex;width:1.4375rem;height:1.4375rem;top:51.9375rem;left:15.625rem; }
 }@media only screen and (max-width: 763px) { #tLqBh99lBM63Ba2EPOSPvBEzSCxGyxHu { display:flex;width:1.4375rem;height:1.4375rem;top:51.9375rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #ACXWESvb0HGvlB9PW4ChzBmRSrTWPTTQ { display:flex;width:1.4375rem;height:1.4375rem;top:51.9375rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #CTsLcmvnJxx9JOLEHUDmnNexOeF54QmK { width:11.5625rem;height:2.5625rem;top:61.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQw2IFIiDELJR14Ww4nD1uPe0biLBKww { display:block; }
 }@media only screen and (max-width: 763px) { #fTd9m4iy8mqXx0OZKMIt9RnwuO1hwokO { width:10.375rem;height:2.925rem;top:77.1875rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc48apGOCv6AbnoUfv2PJETzckd9nS6r { display:flex;width:1.4375rem;height:1.4375rem;top:76.9375rem;left:15.6875rem; }
 }@media only screen and (max-width: 763px) { #mWBlTvaczI9sE6Q0E99NsCVdJifNFvmR { display:flex;width:1.4375rem;height:1.4375rem;top:76.9375rem;left:14.3125rem; }
 }@media only screen and (max-width: 763px) { #ap7dWUuxVN1L9gS7leSoRCog6DBz7xpg { display:flex;width:1.4375rem;height:1.4375rem;top:76.9375rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #fv83xV2ohQ9FUbndfM8BhQlPWnPsVzp1 { width:13.8125rem;height:5.6rem;top:80.5rem;left:2.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MGfKSkH0rEfEnvUBrBJI0OaewJ6AMv8s { width:11.5rem;height:2.5rem;top:86.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuGzge4VlmFS3vQy3a4uNwL1vQLdZafO { display:block; }
 }@media only screen and (max-width: 763px) { #TEdxNrLp1IZ5FkO83nvwrr1EOaS0reuZ { width:14.5625rem;height:4.2rem;top:10.6875rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wgk3mFxH9UOR1pF0WzE3TzxMCeJe4Ko8 { display:block; }#Wgk3mFxH9UOR1pF0WzE3TzxMCeJe4Ko8 > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RgGCSZIPianLxt5D3K2xoBQnu6swd5S6 { width:20rem;height:7.8rem;top:5.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEfTBvmTQF41PV0ToUh3WXDB1zteJESA { width:15.75rem;height:1.95rem;top:32.5625rem;left:2.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cX1kse1WF294UbeE21NJBPKxEN1FQOBg { width:20rem;height:7rem;top:13.737499237061rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTE8irmHJP0FE6cKuKOKmSk7DmBLiHsp { width:16.375rem;height:3.4375rem;top:27.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u621mTgrTDLRl2KJp1cn6kBB3dAHtBEw { display:block; }
 }@media only screen and (max-width: 763px) { #hRxtkVKRD1Txt9mSpQfTRWlvV0wbEPRo { width:20rem;height:13.8125rem;top:21.375rem;left:0rem;font-size:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ7pwvOsWrDxX9eDdb6aagLTNmBnETr7 { display:block; }#dZ7pwvOsWrDxX9eDdb6aagLTNmBnETr7 > .row .container { width:20rem;height:112.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vzZJ24LKfUXc2uNsbSRAZRw5tleu1Vah { width:3.25rem;height:0.0625rem;top:42.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUiqUain7DJbO1e8Kqbdc26fgavJa7gC { width:16.875rem;height:1.6rem;top:43.0625rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WuaTMIbPXin7cy18lSPRfVOhVn7voZiz { width:19rem;height:25.625rem;top:51.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eccmfO5DM4ywB1pfpHlgvX4yVM67eX5X { width:3.25rem;height:0.0625rem;top:74.612501144406rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6SEOhzhTRzTHH8gZaaJgpy9cNdnrgLP { width:11.375rem;height:11.375rem;top:16.6875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T967SC6AAd6MGoTcpunNzwLMt40XuZXF { width:3.25rem;height:0.0625rem;top:105.8750038147rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCc1vZqcElcPKlMr3uTXdK7uROt0aKZp { width:14.75rem;height:3.9rem;top:2.75rem;left:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acdzuxg8iQ9y60OTNEHB6XtM3VtTC7JC { width:17.8125rem;height:7rem;top:7.1749992370606rem;left:1.09375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ATtLTMhrZsGv38NChLrGlAlpuLm4Xqrb { width:16.375rem;height:8.925rem;top:29.75rem;left:1.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #imwR1Ki04huGShFTw36hTsSKyqk845tt { width:18.6875rem;height:26.5rem;top:19.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3ZhhSTP59mOfepAAVdeMs9tSTuFcnHt { width:11.375rem;height:11.375rem;top:48.5625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMOp8NXTsQTuSCIgbh662lNc2lTXBDQ9 { width:16.375rem;height:8.925rem;top:61.812526702881rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IReym2hyuHnnHAhGUKeSamiwWizsPESk { width:16.875rem;height:1.6rem;top:75.0625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7EIWpxivUSkhfCZmnVxH9WbxmhlniZu { width:17.6875rem;height:10.4125rem;top:94.0625rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z2e8JaTRT68SN1fAlGWP88RVzsaEPsce { width:16.875rem;height:2.4rem;top:106.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2bkch1Q9wgF4Ig7cDdxFIKDqIhG0vqo { width:11.375rem;height:11.375rem;top:81.375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZA9mMlPCEQuJ5DSzVBvbfFW1P4dmzrT { width:18.6875rem;height:26.5rem;top:83.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C { background-color:transparent;background-image:none;display:block; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { background-color: transparent; background-image: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container > .video-iframe-container { display: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container { display: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .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); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxfk3eHJfom21z8wBRpUJ6RevQ5CJAcz { width:20rem;height:35.75rem;top:18.437499046326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxH7tAmGR0gHvZvtaT3k0H9BHO0TBKqs { width:20rem;height:7.8rem;top:0.56252479553223rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBF3NBe1K8ymuhBH889Cgo4AxfOeDTeW { width:20rem;height:4.2rem;top:9rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ls95HRioz9szTkzxoF9c41kkP7d88yqD { width:18rem;height:4.2rem;top:19.787499427796rem;left:1rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .widget-input-text {padding-top: 0; padding-bottom: 0;}#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .widget-input-select {padding-top: 0; padding-bottom: 0;}#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB  { width:17.5rem;height:auto;top:24.96249961853rem;left:0rem; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB {display:block;}#k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB { width:17.5rem;height:auto;top:24.96249961853rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #hbzIKlFDZxJEJblXhbH2UCschGITyl7r {  }
 }@media only screen and (max-width: 763px) { #k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #JdSSyXfkH6WKg6dckN4CTEs9n9FIIrgW {  }
 }@media only screen and (max-width: 763px) { #k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #u1h1ZL6f8kug2vOcPd1mTL6uVJ75TluA {  }
 }@media only screen and (max-width: 763px) { #k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #hOPneo7lH4SSCKaxsrEMophCuz8QOyTH {  }
 }@media only screen and (max-width: 763px) { #k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #y0dygJBNcQ20OludmkAMMFo04e1qNwlA {  }
 }@media only screen and (max-width: 763px) { #k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #yA6KOmyB2FXE70GTCui9DrQBRm8kapoa {  }
 }@media only screen and (max-width: 763px) { #k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #ovS1ON7ZTE2p7UBr9p5IGmQefIPVf94l {  }
 }@media only screen and (max-width: 763px) { #k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #NVtmFR21IiqU8NsibA47mT73EX2g9FEr {  }
 }@media only screen and (max-width: 763px) { #k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #BuDVohAZmB27EawNDQoTZha4gMPnhhV6 {  }
 }@media only screen and (max-width: 763px) { #k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #oT65FOAKHK0CFJi3qy4DS6NRBJVOUXoz {  }
 }@media only screen and (max-width: 763px) { #k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #zcTxxr8r1TCCwO3968MwcvPb547Ar68y {  }
 }@media only screen and (max-width: 763px) { #k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #i2hcFr7bxUDU77Sv5W6E1Gqi7NiWmdHo {  }
 }@media only screen and (max-width: 763px) { #k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #fJZ6hO713GVUa1aNkwG4JXTt7yD0hTaH {  }
 }@media only screen and (max-width: 763px) { #k8nXvw7nZUTPMBCIHNmCtZn5FVFOwGZB #z0MkxpNo6Hg5bO7PMsRcI1K7rC835yKy {  }
 }@media only screen and (max-width: 763px) { #K7XqsTgrGym33hn1neO1UZTTfW2COs7F { width:20rem;height:12.43125rem;top:7.356249809265rem;left:0rem;font-size:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBrSNOrLml1q0GI6xBN69MVgkVtGg7Ra { display:block; }#sBrSNOrLml1q0GI6xBN69MVgkVtGg7Ra > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tZ3H9d4QL9cl01vRqgyw5OOCOnK6sLI1 { display:flex;width:2.125rem;height:2.125rem;top:1.125rem;left:14.6875rem; }
 }@media only screen and (max-width: 763px) { #Qsgt2PUZoFXnLQnm2eV28wsqEulr8W0y { display:flex;width:2.125rem;height:2.125rem;top:1.125rem;left:16.8125rem; }
 }@media only screen and (max-width: 763px) { #rOB1pmI1aAGSMMH14WTEPgNXTVI1ZKg0 { width:5.625rem;height:0.75rem;top:1.8125rem;left:1.25rem;display:block; }
 }