.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:239,222,221;--color-primary-1:202,146,141;--color-primary-2:149,36,27;--color-primary-3:75,18,14;--color-primary-4:22,5,4;--color-secondary-0:224,224,224;--color-secondary-1:153,153,153;--color-secondary-2:51,51,51;--color-secondary-3:26,26,26;--color-secondary-4:8,8,8;--color-tertiary-0:255,255,255;--color-tertiary-1:244,193,192;--color-tertiary-2:217,48,45;--color-tertiary-3:109,24,23;--color-tertiary-4:22,5,4;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LuN2RR4tkch8U7RhUSnTnWtr4XHGR4uc { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2ddff787-3d28-4449-b53b-928bd60ee461/tlolp.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LuN2RR4tkch8U7RhUSnTnWtr4XHGR4uc.adaptive-delivery-prevent-bg, #LuN2RR4tkch8U7RhUSnTnWtr4XHGR4uc.lazyload, #LuN2RR4tkch8U7RhUSnTnWtr4XHGR4uc.lazyloading { background-image: none; }#LuN2RR4tkch8U7RhUSnTnWtr4XHGR4uc > .row .container { background-color: transparent; background-image: none; }#LuN2RR4tkch8U7RhUSnTnWtr4XHGR4uc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LuN2RR4tkch8U7RhUSnTnWtr4XHGR4uc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LuN2RR4tkch8U7RhUSnTnWtr4XHGR4uc > .row .container > .video-iframe-container { display: none; }#LuN2RR4tkch8U7RhUSnTnWtr4XHGR4uc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LuN2RR4tkch8U7RhUSnTnWtr4XHGR4uc > .row > .video-iframe-container { display: none; }#LuN2RR4tkch8U7RhUSnTnWtr4XHGR4uc > .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); }#LuN2RR4tkch8U7RhUSnTnWtr4XHGR4uc > .row .container { border-width: 0; border-radius: 0; }#LuN2RR4tkch8U7RhUSnTnWtr4XHGR4uc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LuN2RR4tkch8U7RhUSnTnWtr4XHGR4uc > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:75rem;overflow:visible;position:relative;display:block; }#ROe5kKsNb6sgE0HSiRD0egRU5WUbgCss { color:rgba(var(--color-tertiary-0),1);display:block;width:67.1875rem;position:absolute;font-family:poppins;font-size:5.8125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:22.5625rem;left:3.75rem;height:11.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IFpBOr3vAovQkUIJOysIuo25Juaev3qi { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:19rem;top:0rem;left:3.75rem;overflow:hidden;display:block; }
#g2XqmGwLyOsP6zyX2pJztvJkrdyiQ7Me { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:14.875rem;top:0rem;left:25.875rem;overflow:hidden;display:block; }
#KWeoBlW0sw2OpXNh3oUoaKo0gRBUVsTi { box-sizing:content-box;height:6.5rem;width:19rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #004e95, #00437e);background-image: -moz-linear-gradient(180deg, #004e95, #00437e);background-image: -ms-linear-gradient(180deg, #004e95, #00437e);background-image: -o-linear-gradient(180deg, #004e95, #00437e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004e95', endColorstr='#00437e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004e95', endColorstr='#00437e' );";background-image: linear-gradient(180deg, #004e95, #00437e);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:23.8125rem;display:block; }
#ZJ9ZM71TZZuW1XZuvhQgqrsdh6IEw3aW { box-sizing:content-box;height:6.5rem;width:6.125rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #004e95, #00437e);background-image: -moz-linear-gradient(180deg, #004e95, #00437e);background-image: -ms-linear-gradient(180deg, #004e95, #00437e);background-image: -o-linear-gradient(180deg, #004e95, #00437e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004e95', endColorstr='#00437e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004e95', endColorstr='#00437e' );";background-image: linear-gradient(180deg, #004e95, #00437e);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:42.8125rem;display:block; }
#XZpzFL7rhlX1vidtXTXwrQxxW94TcSKg { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:0rem;left:40.75rem;overflow:hidden;display:block; }
#LAiQ1a7h2CXXTdN1mJH1FuWinTtR0Nym { 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; }#LAiQ1a7h2CXXTdN1mJH1FuWinTtR0Nym > .row .container { background-color: transparent; background-image: none; }#LAiQ1a7h2CXXTdN1mJH1FuWinTtR0Nym::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAiQ1a7h2CXXTdN1mJH1FuWinTtR0Nym > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAiQ1a7h2CXXTdN1mJH1FuWinTtR0Nym > .row .container > .video-iframe-container { display: none; }#LAiQ1a7h2CXXTdN1mJH1FuWinTtR0Nym > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAiQ1a7h2CXXTdN1mJH1FuWinTtR0Nym > .row > .video-iframe-container { display: none; }#LAiQ1a7h2CXXTdN1mJH1FuWinTtR0Nym > .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); }#LAiQ1a7h2CXXTdN1mJH1FuWinTtR0Nym > .row .container { border-width: 0; border-radius: 0; }#LAiQ1a7h2CXXTdN1mJH1FuWinTtR0Nym > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LAiQ1a7h2CXXTdN1mJH1FuWinTtR0Nym > .row .container { font-size:0.875rem;font-family:arial;height:59.25rem;width:75rem;position:relative;display:block; }#paCbccJRHqSQsSGPX0xJ4hQ24KwNtk5L { color:rgba(var(--color-tertiary-4),1);display:block;width:68.5rem;position:absolute;font-family:poppins;font-size:3.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.25rem;left:3.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EeVSOtJwF7EdLPkAq2lnGW7FJI8k3Aho { box-sizing:content-box;height:14.0625rem;width:14.0625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/bf4daeec-db22-4131-b8c6-c01511df3c6a/kupon672x672.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:23.0625rem;left:21.75rem;box-shadow: none;display:block; }#EeVSOtJwF7EdLPkAq2lnGW7FJI8k3Aho.adaptive-delivery-prevent-bg, #EeVSOtJwF7EdLPkAq2lnGW7FJI8k3Aho.lazyload, #EeVSOtJwF7EdLPkAq2lnGW7FJI8k3Aho.lazyloading { background-image: none; }
#DzhU3x901z6gcqDdx0aUieOMyJHGUk4H { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:31.5rem;left:27.375rem;overflow:hidden;display:block; }
#EWtHgKzRka4Afc2RToIwkT3wz5mc0N6F { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:34.25rem;left:25.625rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EpmvH49tarplgf7KoxqKvlCMu1Z86q1v { box-sizing:content-box;height:14.0625rem;width:14.0625rem;position:absolute;display:block;z-index:15005;background-color:#1d1d1b;background-image:none;top:23.0625rem;left:39.125rem;display:block; }
#aFdfm2pD6rLw9EWMh1BfTITXiQpJP3mn { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.5625rem;left:40.1875rem;height:5.361325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JM11MwNpBlOZvoSFpau3TVl6TTwc8iTT { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:31.6875rem;left:40.1875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GcdarU5a2Kq3PDsIfsixdFZ9TGzHDT0D { color:rgba(var(--color-tertiary-4),1);display:block;width:53.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:17.5rem;left:3.4375rem;height:1.29980625rem;display:block; }
#eutJBxazWB6Cm53o9HD799R2UJ3Wcqb4 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:15.3125rem;top:24.625rem;left:21.125rem;overflow:hidden;display:block; }
#IMNP4shTKzlNDtN2R5H2MVMCerbZTR9u { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:34.6875rem;left:39.125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DxCLTAT1AZmCcrEbtmI0qeKMaAderk5H { box-sizing:content-box;height:14.0625rem;width:14.0625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/eb0cb833-5d38-4d5b-849f-215a9453b290/SM1080x1080.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:40.375rem;left:21.75rem;box-shadow: none;display:block; }#DxCLTAT1AZmCcrEbtmI0qeKMaAderk5H.adaptive-delivery-prevent-bg, #DxCLTAT1AZmCcrEbtmI0qeKMaAderk5H.lazyload, #DxCLTAT1AZmCcrEbtmI0qeKMaAderk5H.lazyloading { background-image: none; }
#SK3hdHCbGw9sq3Ga5Mn61xftVdRziar1 { box-sizing:content-box;height:14.0625rem;width:14.0625rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/19326a84-9465-4ebc-8de2-77491d66014e/noroot.crop_1078x1078_0,186");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:40.375rem;left:39.125rem;display:block; }#SK3hdHCbGw9sq3Ga5Mn61xftVdRziar1.adaptive-delivery-prevent-bg, #SK3hdHCbGw9sq3Ga5Mn61xftVdRziar1.lazyload, #SK3hdHCbGw9sq3Ga5Mn61xftVdRziar1.lazyloading { background-image: none; }
#Fxp3e3PVyPz4nzTSCLcPMsXXLdAJihRn { box-sizing:content-box;height:14.0625rem;width:14.0625rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/d4e2ad18-b20b-4961-bfb3-d5ad829e2982/kupon672x672min.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:22.9375rem;left:4.75rem;box-shadow: none;display:block; }#Fxp3e3PVyPz4nzTSCLcPMsXXLdAJihRn.adaptive-delivery-prevent-bg, #Fxp3e3PVyPz4nzTSCLcPMsXXLdAJihRn.lazyload, #Fxp3e3PVyPz4nzTSCLcPMsXXLdAJihRn.lazyloading { background-image: none; }
#EW2g0I8sXmuObTxS7LUMagPElHABIByf { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:15.0625rem;top:27.1875rem;left:4.25rem;overflow:hidden;display:block; }
#sp9WxGfXI1yFaA457yKQFbGKOTWbTtPN { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:34.125rem;left:8.4375rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WUVmy5mEykBEZLds17OlMwDviPbWtafW { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:31.375rem;left:10.1875rem;overflow:hidden;display:block; }
#Mx9T748So2xSCJvkHSEDvoBS9W0w5CTg { box-sizing:content-box;height:14.0625rem;width:14.0625rem;position:absolute;display:block;z-index:15009;background-color:#1d1d1b;background-image:none;top:23.0625rem;left:57.0625rem;display:block; }
#fi0MTegZzF1QFh2KZdwkLICqWqHdOkS1 { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:24.5625rem;left:58.125rem;height:3.574225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xb7MPKSvBNe825BbTdqXNPfNiplIpISn { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:31.6875rem;left:58.125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kR19hBFy5UMfX6cRybgHMxVPQTaXMM5H { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:34.6875rem;left:57.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dpQ1WyTs2l02TzXthxewQuwqNOlPBZMd { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:14.875rem;top:43.25rem;left:21.375rem;overflow:hidden;display:block; }
#VI8a0txfhN5n5SpLvCHJ5TJBLLIhzXVa { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15034;line-height:1.6;letter-spacing:0;top:51.75rem;left:25.5625rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rWO2Wi19cuZ782z7zc6pHD7WvimBUOxq { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:49rem;left:27.3125rem;overflow:hidden;display:block; }
#KMTTcRCEZQNiwTDcDzZHHrMlTDuWyw9h { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:15.1875rem;top:44.6875rem;left:38.5625rem;overflow:hidden;display:block; }
#K0HFUMvDCkUFfa9dby9iZczntoLS1Q9I { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:49rem;left:44.5rem;overflow:hidden;display:block; }
#zPJ8n4ufcyOwpfuw5NFJUeGCKM8AK8I1 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15038;line-height:1.6;letter-spacing:0;top:51.75rem;left:42.75rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FMDghZgsh621HykmVCO6UgSFUWSBgEOP { box-sizing:content-box;height:14.0625rem;width:14.0625rem;position:absolute;display:block;z-index:15009;background-color:#1d1d1b;background-image:none;top:40.375rem;left:4.75rem;display:block; }
#VJqQNXe3823yyf9zNUvCpBOzBO9iMHMt { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:41.875rem;left:5.8125rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#msNX3SEJNSZGyVTs8STX0bTC8Hs9ZwQV { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:49rem;left:5.8125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pJDJxE2GXTHLbelAJWXEVg5rZTgzD3gM { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:52rem;left:4.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O8HQHied9WkuLkuPf0uklPh2XFJa3tdn { box-sizing:content-box;height:14.0625rem;width:14.0625rem;position:absolute;display:block;z-index:14997;background-color:#95241b;background-image:none;top:40.375rem;left:57.0625rem;display:block; }
#ISzFrvq0iErlD3wm4DCaRQF3dtXLFixX { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:41.875rem;left:58.09375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eWJuLMoCQQXcAlwFd0xUeRE8rlpeexEl { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.1875rem;top:45.44921875rem;left:60.5rem;overflow:hidden;display:block; }
#AsHhxFpOUCbXyK3fdqDn4Bqsyo14F5Vc { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:48.9375rem;left:62.8125rem;overflow:hidden;display:block; }
#vkh5BaNAapSs0dnqtplttV8dbIS5R2qh { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15036;line-height:1.6;letter-spacing:0;top:51.6875rem;left:61.0625rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N6dvCi7VyN7gnoULnQ024DmF36oSf7mp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/625231ab-162c-49be-a4f7-86a011bf68af/kalendariumpion03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N6dvCi7VyN7gnoULnQ024DmF36oSf7mp.adaptive-delivery-prevent-bg, #N6dvCi7VyN7gnoULnQ024DmF36oSf7mp.lazyload, #N6dvCi7VyN7gnoULnQ024DmF36oSf7mp.lazyloading { background-image: none; }#N6dvCi7VyN7gnoULnQ024DmF36oSf7mp > .row .container { background-color: transparent; background-image: none; }#N6dvCi7VyN7gnoULnQ024DmF36oSf7mp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6dvCi7VyN7gnoULnQ024DmF36oSf7mp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6dvCi7VyN7gnoULnQ024DmF36oSf7mp > .row .container > .video-iframe-container { display: none; }#N6dvCi7VyN7gnoULnQ024DmF36oSf7mp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6dvCi7VyN7gnoULnQ024DmF36oSf7mp > .row > .video-iframe-container { display: none; }#N6dvCi7VyN7gnoULnQ024DmF36oSf7mp > .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); }#N6dvCi7VyN7gnoULnQ024DmF36oSf7mp > .row .container { border-width: 0; border-radius: 0; }#N6dvCi7VyN7gnoULnQ024DmF36oSf7mp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N6dvCi7VyN7gnoULnQ024DmF36oSf7mp > .row .container { font-size:0.875rem;font-family:arial;height:21.4375rem;width:75rem;position:relative;display:block; }#h04JOiyFeTrXirhXQhDLdTUITnctlO7y { color:rgba(var(--color-tertiary-0),1);display:block;width:67.1875rem;position:absolute;font-family:poppins;font-size:3.625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:7.09375rem;left:3.90625rem;height:7.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TG8LFvJcqeHB3snsx4xyvQbebhdLaf1a { position:relative;display:block; }#TG8LFvJcqeHB3snsx4xyvQbebhdLaf1a { background-color: transparent; background-image: none; }#TG8LFvJcqeHB3snsx4xyvQbebhdLaf1a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG8LFvJcqeHB3snsx4xyvQbebhdLaf1a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG8LFvJcqeHB3snsx4xyvQbebhdLaf1a > .row .container > .video-iframe-container { display: none; }#TG8LFvJcqeHB3snsx4xyvQbebhdLaf1a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TG8LFvJcqeHB3snsx4xyvQbebhdLaf1a > .row > .video-iframe-container { display: none; }#TG8LFvJcqeHB3snsx4xyvQbebhdLaf1a > .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); }#TG8LFvJcqeHB3snsx4xyvQbebhdLaf1a { border-width: 0; border-radius: 0; }#TG8LFvJcqeHB3snsx4xyvQbebhdLaf1a > .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; }#TG8LFvJcqeHB3snsx4xyvQbebhdLaf1a > .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:153.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yVZdwkOVz6VMT1X92iA54PKFI7HePRUd { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:153.8125rem;width:72.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#PcDXHHVggXclo56NX8rh8MN7gzNRkSyF { background-color:rgba(var(--color-secondary-0),0.19);background-image:none;z-index:;position:relative;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;display:block; }#PcDXHHVggXclo56NX8rh8MN7gzNRkSyF > .row .container { background-color: transparent; background-image: none; }#PcDXHHVggXclo56NX8rh8MN7gzNRkSyF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcDXHHVggXclo56NX8rh8MN7gzNRkSyF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcDXHHVggXclo56NX8rh8MN7gzNRkSyF > .row .container > .video-iframe-container { display: none; }#PcDXHHVggXclo56NX8rh8MN7gzNRkSyF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcDXHHVggXclo56NX8rh8MN7gzNRkSyF > .row > .video-iframe-container { display: none; }#PcDXHHVggXclo56NX8rh8MN7gzNRkSyF > .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); }#PcDXHHVggXclo56NX8rh8MN7gzNRkSyF > .row .container { border-width: 0; border-radius: 0; }#PcDXHHVggXclo56NX8rh8MN7gzNRkSyF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PcDXHHVggXclo56NX8rh8MN7gzNRkSyF > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:block; }#hAFtZwhFdHNfDJGuneaKBDchD3ECDrIe { display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.4;top:6rem;left:39rem;background-color:transparent;background-image:none;height:1.2246125rem;text-align:left;text-align-last:left;color:#333333;font-style:normal;display:block; }
#J2MKvba8QcstTtE2oDJuAr0y27VTsunp { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:5.8125rem;left:63.5625rem; }
#J2MKvba8QcstTtE2oDJuAr0y27VTsunp > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#Q64TB769axBIRtQTTtU2hGBMPKOpscGU { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:5.8125rem;left:66.5rem; }
#Q64TB769axBIRtQTTtU2hGBMPKOpscGU > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#laTNZyKtZDVkZwuiemZCJ5n8Pd2mfyVH { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:5.8125rem;left:69.3125rem; }
#laTNZyKtZDVkZwuiemZCJ5n8Pd2mfyVH > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#JqpcTbG7hBeRtQALQMQ6AXOZPVI5blld { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:9.1875rem;top:5.8125rem;left:4.125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LuN2RR4tkch8U7RhUSnTnWtr4XHGR4uc { display:block; }#LuN2RR4tkch8U7RhUSnTnWtr4XHGR4uc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROe5kKsNb6sgE0HSiRD0egRU5WUbgCss { top:22.5625rem;left:0rem;width:47.75rem;height:;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFpBOr3vAovQkUIJOysIuo25Juaev3qi { top:0rem;left:0rem;width:19rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2XqmGwLyOsP6zyX2pJztvJkrdyiQ7Me { top:0rem;left:12.25rem;width:14.875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWeoBlW0sw2OpXNh3oUoaKo0gRBUVsTi { top:0rem;left:10.1875rem;width:19rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ9ZM71TZZuW1XZuvhQgqrsdh6IEw3aW { top:0rem;left:29.1875rem;width:6.125rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZpzFL7rhlX1vidtXTXwrQxxW94TcSKg { top:0rem;left:27.125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAiQ1a7h2CXXTdN1mJH1FuWinTtR0Nym { display:block; }#LAiQ1a7h2CXXTdN1mJH1FuWinTtR0Nym > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paCbccJRHqSQsSGPX0xJ4hQ24KwNtk5L { top:5.25rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeVSOtJwF7EdLPkAq2lnGW7FJI8k3Aho { top:23.0625rem;left:9.8125rem;width:14.0625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzhU3x901z6gcqDdx0aUieOMyJHGUk4H { top:31.5rem;left:17.15625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWtHgKzRka4Afc2RToIwkT3wz5mc0N6F { width:6.125rem;height:1.5625rem;top:34.25rem;left:15.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpmvH49tarplgf7KoxqKvlCMu1Z86q1v { top:23.0625rem;left:21.75rem;width:14.0625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFdfm2pD6rLw9EWMh1BfTITXiQpJP3mn { width:12rem;height:5.3125rem;top:24.5625rem;left:23.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM11MwNpBlOZvoSFpau3TVl6TTwc8iTT { width:10.6875rem;height:1.5rem;top:31.6875rem;left:23.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcdarU5a2Kq3PDsIfsixdFZ9TGzHDT0D { top:17.5rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eutJBxazWB6Cm53o9HD799R2UJ3Wcqb4 { top:24.625rem;left:8.5625rem;width:15.3125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMNP4shTKzlNDtN2R5H2MVMCerbZTR9u { width:14.0625rem;height:1.25rem;top:34.6875rem;left:21.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxCLTAT1AZmCcrEbtmI0qeKMaAderk5H { top:40.375rem;left:9.8125rem;width:14.0625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK3hdHCbGw9sq3Ga5Mn61xftVdRziar1 { top:40.375rem;left:21.75rem;width:14.0625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fxp3e3PVyPz4nzTSCLcPMsXXLdAJihRn { top:22.9375rem;left:0rem;width:14.0625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW2g0I8sXmuObTxS7LUMagPElHABIByf { top:27.1875rem;left:0rem;width:15.0625rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp9WxGfXI1yFaA457yKQFbGKOTWbTtPN { width:6.125rem;height:1.5625rem;top:34.125rem;left:5.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUVmy5mEykBEZLds17OlMwDviPbWtafW { top:31.375rem;left:6.78125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx9T748So2xSCJvkHSEDvoBS9W0w5CTg { top:23.0625rem;left:33.6875rem;width:14.0625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi0MTegZzF1QFh2KZdwkLICqWqHdOkS1 { width:12rem;height:3.5625rem;top:24.5625rem;left:35.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb7MPKSvBNe825BbTdqXNPfNiplIpISn { width:10.6875rem;height:1.5rem;top:31.6875rem;left:35.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR19hBFy5UMfX6cRybgHMxVPQTaXMM5H { width:14.0625rem;height:1.25rem;top:34.6875rem;left:33.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpQ1WyTs2l02TzXthxewQuwqNOlPBZMd { top:43.25rem;left:9rem;width:14.875rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI8a0txfhN5n5SpLvCHJ5TJBLLIhzXVa { width:6.125rem;height:1.5625rem;top:51.75rem;left:15.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWO2Wi19cuZ782z7zc6pHD7WvimBUOxq { top:49rem;left:17.09375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMTTcRCEZQNiwTDcDzZHHrMlTDuWyw9h { top:44.6875rem;left:14.8125rem;width:15.1875rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0HFUMvDCkUFfa9dby9iZczntoLS1Q9I { top:49rem;left:27.46875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPJ8n4ufcyOwpfuw5NFJUeGCKM8AK8I1 { width:6.125rem;height:1.5625rem;top:51.75rem;left:25.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMDghZgsh621HykmVCO6UgSFUWSBgEOP { top:40.375rem;left:0rem;width:14.0625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJqQNXe3823yyf9zNUvCpBOzBO9iMHMt { width:12rem;height:3.5625rem;top:41.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #msNX3SEJNSZGyVTs8STX0bTC8Hs9ZwQV { width:10.6875rem;height:1.5rem;top:49rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJDJxE2GXTHLbelAJWXEVg5rZTgzD3gM { width:14.0625rem;height:1.25rem;top:52rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8HQHied9WkuLkuPf0uklPh2XFJa3tdn { top:40.375rem;left:33.6875rem;width:14.0625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISzFrvq0iErlD3wm4DCaRQF3dtXLFixX { width:12rem;height:1.625rem;top:41.875rem;left:35.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWJuLMoCQQXcAlwFd0xUeRE8rlpeexEl { top:45.4375rem;left:36.65625rem;width:7.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsHhxFpOUCbXyK3fdqDn4Bqsyo14F5Vc { top:48.9375rem;left:38.96875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkh5BaNAapSs0dnqtplttV8dbIS5R2qh { width:6.125rem;height:1.5625rem;top:51.6875rem;left:37.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6dvCi7VyN7gnoULnQ024DmF36oSf7mp { display:block; }#N6dvCi7VyN7gnoULnQ024DmF36oSf7mp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h04JOiyFeTrXirhXQhDLdTUITnctlO7y { top:7.0625rem;left:0rem;width:47.75rem;height:7.25rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG8LFvJcqeHB3snsx4xyvQbebhdLaf1a { display:block; }#TG8LFvJcqeHB3snsx4xyvQbebhdLaf1a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yVZdwkOVz6VMT1X92iA54PKFI7HePRUd { top:0rem;left:0rem;width:47.75rem;height:101.39150129422rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcDXHHVggXclo56NX8rh8MN7gzNRkSyF { display:block; }#PcDXHHVggXclo56NX8rh8MN7gzNRkSyF { background-color: transparent; background-image: none; }#PcDXHHVggXclo56NX8rh8MN7gzNRkSyF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcDXHHVggXclo56NX8rh8MN7gzNRkSyF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcDXHHVggXclo56NX8rh8MN7gzNRkSyF > .row .container > .video-iframe-container { display: none; }#PcDXHHVggXclo56NX8rh8MN7gzNRkSyF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcDXHHVggXclo56NX8rh8MN7gzNRkSyF > .row > .video-iframe-container { display: none; }#PcDXHHVggXclo56NX8rh8MN7gzNRkSyF > .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); }#PcDXHHVggXclo56NX8rh8MN7gzNRkSyF > .row .container { width:47.5rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAFtZwhFdHNfDJGuneaKBDchD3ECDrIe { top:9.125rem;left:-0.0625rem;width:19.8125rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2MKvba8QcstTtE2oDJuAr0y27VTsunp { top:5.8125rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
#J2MKvba8QcstTtE2oDJuAr0y27VTsunp > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #Q64TB769axBIRtQTTtU2hGBMPKOpscGU { top:5.8125rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
#Q64TB769axBIRtQTTtU2hGBMPKOpscGU > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #laTNZyKtZDVkZwuiemZCJ5n8Pd2mfyVH { top:5.8125rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
#laTNZyKtZDVkZwuiemZCJ5n8Pd2mfyVH > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #JqpcTbG7hBeRtQALQMQ6AXOZPVI5blld { top:5.8125rem;left:0rem;width:9.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LuN2RR4tkch8U7RhUSnTnWtr4XHGR4uc { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2ddff787-3d28-4449-b53b-928bd60ee461/tlolp.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LuN2RR4tkch8U7RhUSnTnWtr4XHGR4uc.adaptive-delivery-prevent-bg, #LuN2RR4tkch8U7RhUSnTnWtr4XHGR4uc.lazyload, #LuN2RR4tkch8U7RhUSnTnWtr4XHGR4uc.lazyloading { background-image: none; }#LuN2RR4tkch8U7RhUSnTnWtr4XHGR4uc > .row .container { background-color: transparent; background-image: none; }#LuN2RR4tkch8U7RhUSnTnWtr4XHGR4uc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LuN2RR4tkch8U7RhUSnTnWtr4XHGR4uc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LuN2RR4tkch8U7RhUSnTnWtr4XHGR4uc > .row .container > .video-iframe-container { display: none; }#LuN2RR4tkch8U7RhUSnTnWtr4XHGR4uc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LuN2RR4tkch8U7RhUSnTnWtr4XHGR4uc > .row > .video-iframe-container { display: none; }#LuN2RR4tkch8U7RhUSnTnWtr4XHGR4uc > .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); }#LuN2RR4tkch8U7RhUSnTnWtr4XHGR4uc > .row .container { border-width: 0; border-radius: 0; }#LuN2RR4tkch8U7RhUSnTnWtr4XHGR4uc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LuN2RR4tkch8U7RhUSnTnWtr4XHGR4uc > .row .container { width:20rem;height:25.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROe5kKsNb6sgE0HSiRD0egRU5WUbgCss { width:20rem;height:6rem;top:16.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IFpBOr3vAovQkUIJOysIuo25Juaev3qi { width:11.3125rem;height:3.75rem;top:0rem;left:4.34375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #g2XqmGwLyOsP6zyX2pJztvJkrdyiQ7Me { width:8.625rem;height:3.5625rem;top:4.40625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWeoBlW0sw2OpXNh3oUoaKo0gRBUVsTi { width:11.25rem;height:3.75rem;top:4.3125rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ9ZM71TZZuW1XZuvhQgqrsdh6IEw3aW { width:4.8125rem;height:4.1875rem;top:9.1875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZpzFL7rhlX1vidtXTXwrQxxW94TcSKg { width:3.5rem;height:3.5rem;top:9.53125rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAiQ1a7h2CXXTdN1mJH1FuWinTtR0Nym { display:block; }#LAiQ1a7h2CXXTdN1mJH1FuWinTtR0Nym > .row .container { width:20rem;height:141.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paCbccJRHqSQsSGPX0xJ4hQ24KwNtk5L { width:20rem;height:2.76171875rem;top:2.1875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EeVSOtJwF7EdLPkAq2lnGW7FJI8k3Aho { width:14.0625rem;height:14.0625rem;top:43.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzhU3x901z6gcqDdx0aUieOMyJHGUk4H { width:2.625rem;height:2.625rem;top:52.1875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWtHgKzRka4Afc2RToIwkT3wz5mc0N6F { width:6.125rem;height:1.5996125rem;top:54.9375rem;left:6.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpmvH49tarplgf7KoxqKvlCMu1Z86q1v { width:14.0625rem;height:14.0625rem;top:75.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFdfm2pD6rLw9EWMh1BfTITXiQpJP3mn { width:12rem;height:5.361325rem;top:77.1875rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM11MwNpBlOZvoSFpau3TVl6TTwc8iTT { width:10.6875rem;height:1.5rem;top:84.3125rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcdarU5a2Kq3PDsIfsixdFZ9TGzHDT0D { width:20rem;height:3.41161875rem;top:6.3603515625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eutJBxazWB6Cm53o9HD799R2UJ3Wcqb4 { width:15.3125rem;height:13.375rem;top:45.375rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMNP4shTKzlNDtN2R5H2MVMCerbZTR9u { width:14.0625rem;height:1.29980625rem;top:87.3125rem;left:3rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxCLTAT1AZmCcrEbtmI0qeKMaAderk5H { width:14.0625rem;height:14.0625rem;top:59.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK3hdHCbGw9sq3Ga5Mn61xftVdRziar1 { width:14.0625rem;height:14.0625rem;top:91.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fxp3e3PVyPz4nzTSCLcPMsXXLdAJihRn { width:14.0625rem;height:14.0625rem;top:11.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW2g0I8sXmuObTxS7LUMagPElHABIByf { width:15.0625rem;height:10.125rem;top:15.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp9WxGfXI1yFaA457yKQFbGKOTWbTtPN { width:6.125rem;height:1.5996125rem;top:22.8125rem;left:6.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUVmy5mEykBEZLds17OlMwDviPbWtafW { width:2.625rem;height:2.625rem;top:20.0625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx9T748So2xSCJvkHSEDvoBS9W0w5CTg { width:14.0625rem;height:14.0625rem;top:107.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi0MTegZzF1QFh2KZdwkLICqWqHdOkS1 { width:12rem;height:3.574225rem;top:109.25rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb7MPKSvBNe825BbTdqXNPfNiplIpISn { width:10.6875rem;height:1.5rem;top:116.375rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR19hBFy5UMfX6cRybgHMxVPQTaXMM5H { width:14.0625rem;height:1.29980625rem;top:119.375rem;left:3rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpQ1WyTs2l02TzXthxewQuwqNOlPBZMd { width:14.875rem;height:11.75rem;top:62.5625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI8a0txfhN5n5SpLvCHJ5TJBLLIhzXVa { width:6.125rem;height:1.5996125rem;top:71.0625rem;left:6.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWO2Wi19cuZ782z7zc6pHD7WvimBUOxq { width:2.625rem;height:2.625rem;top:68.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMTTcRCEZQNiwTDcDzZHHrMlTDuWyw9h { width:15.1875rem;height:10.4375rem;top:96.125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0HFUMvDCkUFfa9dby9iZczntoLS1Q9I { width:2.625rem;height:2.625rem;top:100.4375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPJ8n4ufcyOwpfuw5NFJUeGCKM8AK8I1 { width:6.125rem;height:1.5996125rem;top:103.1875rem;left:6.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMDghZgsh621HykmVCO6UgSFUWSBgEOP { width:14.0625rem;height:14.0625rem;top:27.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJqQNXe3823yyf9zNUvCpBOzBO9iMHMt { width:12rem;height:3.57421875rem;top:29.3125rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #msNX3SEJNSZGyVTs8STX0bTC8Hs9ZwQV { width:10.6875rem;height:1.5rem;top:36.4375rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJDJxE2GXTHLbelAJWXEVg5rZTgzD3gM { width:14.0625rem;height:1.29980625rem;top:39.4375rem;left:3rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8HQHied9WkuLkuPf0uklPh2XFJa3tdn { width:14.0625rem;height:14.0625rem;top:124rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISzFrvq0iErlD3wm4DCaRQF3dtXLFixX { width:12rem;height:1.625rem;top:125.5rem;left:4rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWJuLMoCQQXcAlwFd0xUeRE8rlpeexEl { width:7.1875rem;height:1.25rem;top:129.0625rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AsHhxFpOUCbXyK3fdqDn4Bqsyo14F5Vc { width:2.625rem;height:2.625rem;top:132.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkh5BaNAapSs0dnqtplttV8dbIS5R2qh { width:6.125rem;height:1.5996125rem;top:135.3125rem;left:7rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6dvCi7VyN7gnoULnQ024DmF36oSf7mp { display:block; }#N6dvCi7VyN7gnoULnQ024DmF36oSf7mp > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h04JOiyFeTrXirhXQhDLdTUITnctlO7y { width:20rem;height:8rem;top:3rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TG8LFvJcqeHB3snsx4xyvQbebhdLaf1a { display:block; }#TG8LFvJcqeHB3snsx4xyvQbebhdLaf1a > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yVZdwkOVz6VMT1X92iA54PKFI7HePRUd { width:19.3125rem;height:41rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcDXHHVggXclo56NX8rh8MN7gzNRkSyF { background-color:#fafafa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PcDXHHVggXclo56NX8rh8MN7gzNRkSyF > .row .container { background-color: transparent; background-image: none; }#PcDXHHVggXclo56NX8rh8MN7gzNRkSyF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcDXHHVggXclo56NX8rh8MN7gzNRkSyF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcDXHHVggXclo56NX8rh8MN7gzNRkSyF > .row .container > .video-iframe-container { display: none; }#PcDXHHVggXclo56NX8rh8MN7gzNRkSyF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcDXHHVggXclo56NX8rh8MN7gzNRkSyF > .row > .video-iframe-container { display: none; }#PcDXHHVggXclo56NX8rh8MN7gzNRkSyF > .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); }#PcDXHHVggXclo56NX8rh8MN7gzNRkSyF > .row .container { border-width: 0; border-radius: 0; }#PcDXHHVggXclo56NX8rh8MN7gzNRkSyF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PcDXHHVggXclo56NX8rh8MN7gzNRkSyF > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAFtZwhFdHNfDJGuneaKBDchD3ECDrIe { left:0.125rem;background-color:transparent;background-image:none;top:6.25rem;width:19.8125rem;height:1.13720625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J2MKvba8QcstTtE2oDJuAr0y27VTsunp { display:flex;width:1.875rem;height:1.875rem;top:9.9375rem;left:5.125rem; }
#J2MKvba8QcstTtE2oDJuAr0y27VTsunp > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Q64TB769axBIRtQTTtU2hGBMPKOpscGU { display:flex;width:1.875rem;height:1.875rem;top:9.9375rem;left:9.125rem; }
#Q64TB769axBIRtQTTtU2hGBMPKOpscGU > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #laTNZyKtZDVkZwuiemZCJ5n8Pd2mfyVH { display:flex;width:1.875rem;height:1.875rem;top:9.9375rem;left:13.1875rem; }
#laTNZyKtZDVkZwuiemZCJ5n8Pd2mfyVH > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #JqpcTbG7hBeRtQALQMQ6AXOZPVI5blld { width:9.1875rem;height:1.625rem;top:3.3125rem;left:4.875rem;display:block; }
 }