.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,230,222;--color-primary-1:255,172,144;--color-primary-2:255,88,33;--color-primary-3:128,44,17;--color-primary-4:38,13,5;--color-secondary-0:255,250,217;--color-secondary-1:255,237,128;--color-secondary-2:255,219,0;--color-secondary-3:128,110,0;--color-secondary-4:38,33,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:123,123,123;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Poppins"; }@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); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1feb0ac7-389d-42d2-87a4-dcb7b4050748/TLO_V4.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.adaptive-delivery-prevent-bg, #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.lazyload, #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.lazyloading { background-image: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { background-color: transparent; background-image: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container > .video-iframe-container { display: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container { display: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .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); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { border-width: 0; border-radius: 0; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { font-size:0.875rem;font-family:arial;height:59.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#ezat3TPQFZbCAt6BvhSvIgz8w1T0pDQO { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0;width:0;top:29rem;left:0rem;display:block; }
#THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.25rem 1.3125rem rgba(7,7,7,0.48) ;height:34.75rem;width:28.125rem;top:15.457847595215rem;left:46.643714904785rem;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-form-header {  }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:22rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;line-height:1.5;overflow:hidden;font-style:normal; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom: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:22rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom: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:22rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .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:22rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;background-color:transparent;background-image: -webkit-linear-gradient(271deg, #f21414, #ce1717);background-image: -moz-linear-gradient(271deg, #f21414, #ce1717);background-image: -ms-linear-gradient(271deg, #f21414, #ce1717);background-image: -o-linear-gradient(271deg, #f21414, #ce1717);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f21414', endColorstr='#ce1717' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f21414', endColorstr='#ce1717' );";background-image: linear-gradient(271deg, #f21414, #ce1717);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:1.875rem;margin-bottom:0.25rem;margin-left:1.875rem;display:block;box-sizing:border-box;font-size:1.8125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:18.25rem;height:4.1875rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:1.6;text-align:center;text-align-last:center; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .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:lato;font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21rem;overflow:hidden;font-style:normal;line-height:1.5; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .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; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .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; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container:first-of-type{padding-top:0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container:last-of-type{padding-bottom:0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.980632781983rem;left:48.536781311035rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22rem;display:block;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:400;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; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.980632781983rem;left:48.536781311035rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE { position:relative;z-index:2; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #eZAp8UXwWrkKh1VpOvJ1oJhkG8ZX9ylH { position:relative;display:block;z-index:15000; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #reMqeSDgMAThA5B8kviJvoV9JKPN8z5I { position:relative;display:block;z-index:15000; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF { position:relative; }
#ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ce1717, #f21414);background-image: -moz-linear-gradient(180deg, #ce1717, #f21414);background-image: -ms-linear-gradient(180deg, #ce1717, #f21414);background-image: -o-linear-gradient(180deg, #ce1717, #f21414);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce1717', endColorstr='#f21414' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce1717', endColorstr='#f21414' );";background-image: linear-gradient(180deg, #ce1717, #f21414);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.5625rem;width:28.1875rem;top:8.85368347168rem;left:46.62434387207rem;display:block; }
#ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { color:rgba(var(--color-tertiary-0),1);display:block;width:23.186875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.798828125rem;left:49.111328125rem;height:4.7122375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OSaHVmS61mxMXk4en97EqJgAStS28rUV { color:#373737;display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:21.560546875rem;left:64.18701171875rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { box-sizing:content-box;height:2.5625rem;width:10rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:21.12353515625rem;left:64.248855590819rem;display:block; }
#hbwGnSw7Tq01dPpOzS9JbCy9kgRqioRb { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.6246875rem;width:38.186875rem;top:4.11376953125rem;left:4.6240234375rem;overflow:hidden;display:block; }
#NT3vmUEJ5P6rWeNKGgfF5ni7cH76DiE4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.812175rem;width:22.561875rem;top:0rem;left:10.266925811767rem;overflow:hidden;display:block; }
#zhh1e4JTTKPyNF82gcTm3KhrEhC4VRci { color:#ffffff;display:block;width:19.4986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:46.5rem;left:7.6875rem;height:4.2252625rem;text-align:left;text-align-last:left;display:block; }
#zfgL1I65tM5zoHKhedCcxWb75emLdL4c { color:rgba(var(--color-tertiary-0),1);display:block;width:23.186875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.8125rem;left:46.75rem;height:4.71136875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OA1MfwNgpi3igEZ2EJ1HxPESS3dFIUip { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.99935rem;width:5.99935rem;top:42.0625rem;left:30.4375rem;overflow:hidden;display:block; }
#QBicvI40lurFTWb1SSk9yyHlki7O4WJF { 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:15.625rem;width:15.625rem;top:8.1875rem;left:2rem;overflow:hidden;display:none; }
#EJFJxh1d2Bsib8xGRmTE0bAN4ggsKVsZ { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.311875rem;width:24.187rem;top:7.1875rem;left:0rem;overflow:hidden;display:block; }
#FQZ4TgqrCZAMvcUFeNs66ch6sQNxshAn { 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:5.625rem;width:18.9375rem;top:7.875rem;left:21.75rem;overflow:hidden;display:block; }
#WrzfWyHNr2KJmhFSuGGzQkMQ9lgLwF5E { color:#ffffff;display:block;width:14.561375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:43.75rem;left:4.625rem;height:3.33089375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Zeq6zkfQclK5nqZWxy3HNMMWgwBHkB5L { 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:9.187rem;width:7.1248125rem;top:42.8125rem;left:21.125rem;overflow:hidden;display:block; }
#q4JUGcpr4sVWDAD6rW7JiHkz45QC68NQ { color:#ffffff;display:block;width:10.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.25rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:48.0625rem;left:28.875rem;height:4.2252625rem;text-align:left;text-align-last:left;display:block; }
#B9CdzMg1w6tc5JzMPMpqtbM5lRPqIaTR { 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:5.625rem;width:7.5625rem;top:8.5rem;left:21.75rem;overflow:hidden;display:none; }
#KXURHJd7TIigGP60Ah5gSpwo36DUG9Ht { 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:3.3125rem;width:7.5625rem;top:8.5rem;left:21.75rem;overflow:hidden;display:none; }
#mwUL22cV85rqcRe3Mu78geF9hRzt6P6s { 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:3.3125rem;width:2.125rem;top:8.5rem;left:21.75rem;overflow:hidden;display:none; }
#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh { 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; }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row .container { background-color: transparent; background-image: none; }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row .container > .video-iframe-container { display: none; }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row > .video-iframe-container { display: none; }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .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); }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row .container { border-width: 0; border-radius: 0; }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;position:relative;display:block; }#iE7nKoTrF0xXA2mN3P1nu1MgNFDxcQeV { color:#001149;display:block;width:47.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:5.4357099533081rem;left:14.560546875rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fmTRWAqfz6zfqDwndFEDdmXSnMa2Qc92 { 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:19.561625rem;width:23.624125rem;top:11.31103515625rem;left:0.061685562133789rem;overflow:hidden;display:block; }
#WK1RMuWdnQ8fTv4CSRgDogRTP2MchJlU { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:10.25rem;top:20.674642562866rem;left:13.487140655517rem;overflow:hidden;display:block; }
#IMv5Wnry7asArSAVQo9LIzbnzlp6O2VW { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:23.1875rem;top:11.31103515625rem;left:25.749671936035rem;overflow:hidden;display:block; }
#dQ4sAXqX6TNqthUIfSwRaiAOl9MOcMmw { position:absolute;display:block;z-index:15047;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:19.5rem;width:23.1875rem;top:11.31103515625rem;left:51.748046875rem;overflow:hidden;display:block; }
#rno4dTs1U8JyNOPaQFMVrn4Um2S5U2GC { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:10.1875rem;top:20.674642562866rem;left:39.67431640625rem;overflow:hidden;display:block; }
#H4zkKNbtwz2qIcSAhDPaPXFGyCTS4pEW { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:10.25rem;top:21.1875rem;left:64.811355590819rem;overflow:hidden;display:block; }
#x5e9QAlkMPl8gp111qahOFmLfM17qdGJ { color:#202121;display:block;width:14.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15056;line-height:1.6;letter-spacing:0;top:28.6865234375rem;left:0.06103515625rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KHrnkRRZ577imVSkrUXDDX02K8Ll8PsA { color:#202121;display:block;width:15.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15055;line-height:1.6;letter-spacing:0;top:28.6865234375rem;left:26.623695373535rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bwP2mdpRsVRlucHeAprlwzvNShzt6BCO { color:#202121;display:block;width:21.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15054;line-height:1.6;letter-spacing:0;top:28.56201171875rem;left:47.498046875rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qrJdD6PqPTOhKsieVFORzIpLm0BhRphf { 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:15.625rem;width:15.625rem;top:8.1875rem;left:2rem;overflow:hidden;display:none; }
#yZ8ezeQObuJ3DXcB1yCsMAp4A5JqyZIJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e9ae5;background-image:url("https://images.assets-landingi.com/uc/c1d254b8-2b93-424b-acaa-d3712f73d0ab/FOTO_RECE_v5.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yZ8ezeQObuJ3DXcB1yCsMAp4A5JqyZIJ.adaptive-delivery-prevent-bg, #yZ8ezeQObuJ3DXcB1yCsMAp4A5JqyZIJ.lazyload, #yZ8ezeQObuJ3DXcB1yCsMAp4A5JqyZIJ.lazyloading { background-image: none; }#yZ8ezeQObuJ3DXcB1yCsMAp4A5JqyZIJ > .row .container { background-color: transparent; background-image: none; }#yZ8ezeQObuJ3DXcB1yCsMAp4A5JqyZIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZ8ezeQObuJ3DXcB1yCsMAp4A5JqyZIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZ8ezeQObuJ3DXcB1yCsMAp4A5JqyZIJ > .row .container > .video-iframe-container { display: none; }#yZ8ezeQObuJ3DXcB1yCsMAp4A5JqyZIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZ8ezeQObuJ3DXcB1yCsMAp4A5JqyZIJ > .row > .video-iframe-container { display: none; }#yZ8ezeQObuJ3DXcB1yCsMAp4A5JqyZIJ > .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); }#yZ8ezeQObuJ3DXcB1yCsMAp4A5JqyZIJ > .row .container { border-width: 0; border-radius: 0; }#yZ8ezeQObuJ3DXcB1yCsMAp4A5JqyZIJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yZ8ezeQObuJ3DXcB1yCsMAp4A5JqyZIJ > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;position:relative;display:block; }#wKC0i3Qr6OFL4Ii4NJAqTt5Q2htkfPNU { 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:15.625rem;width:15.625rem;top:8.1875rem;left:2rem;overflow:hidden;display:none; }
#OZBIvpuNSWqB4O5NbIRc4o4n0KmBCiqK { box-sizing:content-box;height:16.4371875rem;width:16.687rem;position:absolute;display:block;z-index:15036;background-color:#ff4bd1;background-image:none;box-shadow: 0.375rem 0.4375rem 0.6875rem rgba(0,0,0,0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.74951171875rem;left:7.7490234375rem;border-top-right-radius:2.5625rem;border-bottom-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-top-left-radius:2.5625rem;display:block; }
#J5Tpmaypp7zXkfFeqXhKUKsW1DV3sTyw { box-sizing:content-box;height:16.4371875rem;width:16.685375rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.375rem 0.4375rem 0.6875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.74951171875rem;left:29.55810546875rem;border-top-right-radius:2.5625rem;border-bottom-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-top-left-radius:2.5625rem;display:block; }
#U4qqypCQ4R7fxBpK6JFTU26L9I6F12Fp { background-color:#001149;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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.936875rem;height:6.186525rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:33.143714904785rem;left:24.434406280517rem;display:block; }
#DUdtiOtzH5oof0FU3oNfVmzKTen21kX0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xEu1J4QBOQEU5cl7f5rmgk7RhoGXOOJy { position:absolute;display:block;z-index:15040;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:7.3746875rem;width:7.561875rem;top:25.769692897797rem;left:10.185546875rem;overflow:hidden;display:block; }
#ATtRfdiTBMZhqEUSfwEI2f7VatrZOH0i { position:absolute;display:block;z-index:15041;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:5.4375rem;width:5.4375rem;top:23.93310546875rem;left:42.10530090332rem;overflow:hidden;display:block; }
#NFxWUdUf4iyx4fpn5cRKfxAnsn3p4cdK { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.874675rem;width:5.2498375rem;top:19.912923812866rem;left:65.703125rem;overflow:hidden;display:block; }
#FN0sWcuXRifIIKxiXpncvrVg5Je9P28w { color:#ffffff;display:block;width:14.56175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:15.850584030151rem;left:8.68603515625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#hUPq0nUsSGPHxxy9P3v2DxHuLfy2du9U { color:#ffffff;display:block;width:14.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:20.037923336029rem;left:9.0501289367675rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QHr1OQu9MJIJ7w0UyC7T2VxxLnupgQ9y { color:#001149;display:block;width:14.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:14.608396530151rem;left:30.493324279785rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#tmqt2oyiTJcvsvt002EBFNiG1761KJbp { color:#001149;display:block;width:14.5605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:18.808919906616rem;left:30.68115234375rem;height:6.2988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o0F2A4T1gittSiG7rI63S91GDDnPXQSk { box-sizing:content-box;height:16.4371875rem;width:16.687rem;position:absolute;display:block;z-index:15039;background-color:#ff4bd1;background-image:none;box-shadow: 0.375rem 0.4375rem 0.6875rem rgba(0,0,0,0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:11.74951171875rem;left:51.37451171875rem;border-top-right-radius:2.5625rem;border-bottom-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-top-left-radius:2.5625rem;display:block; }
#n93xXSUdtDiCcOQsX2V6Edpn7lkmoZbA { color:#ffffff;display:block;width:12.4373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:14.556478023529rem;left:53.26806640625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#yi4ttrPrXwVTDdowBqIS7TOSs5KS2R1w { color:#ffffff;display:block;width:12.9996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:18.960610866547rem;left:53.154457092285rem;height:6.82425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ksSu9vIId2uB6mNZ8U0UWdpe6QzHwAPA { color:#001149;display:block;width:56.7496875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:6.0660805702209rem;left:9.52392578125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V2c6vPnp6cdkuGKtS5KQk4s7VTxVzUn1 { position:absolute;display:block;z-index:15041;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:2.25rem;width:1.25rem;top:23.996580123901rem;left:42.04345703125rem;overflow:hidden;display:none; }
#GeTE13emmx92WAk0xS4BkeJl9K8v7OHp { position:absolute;display:block;z-index:15041;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:1.5rem;width:1.25rem;top:23.996580123901rem;left:42.04345703125rem;overflow:hidden;display:none; }
#r9QCW34K99TT1SBmN47sVldTVygOd14U { 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; }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .row .container { background-color: transparent; background-image: none; }#r9QCW34K99TT1SBmN47sVldTVygOd14U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .row .container > .video-iframe-container { display: none; }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .row > .video-iframe-container { display: none; }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .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); }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .row .container { border-width: 0; border-radius: 0; }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#SK9fC1Zw5wsyn1fByem9moXTNGHQmKka { color:#023375;display:block;width:61.0623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:3.2055130004883rem;left:6.9683170318606rem;height:2.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;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 { 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; }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .row .container { background-color: transparent; background-image: none; }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .row .container > .video-iframe-container { display: none; }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .row > .video-iframe-container { display: none; }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .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); }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .row .container { border-width: 0; border-radius: 0; }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:75rem;position:relative;display:block; }#uXhfcUyOoBWeCOvHcyWQH36tInlJ0s8S { color:#202121;display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:0.994140625rem;left:34.3125rem;height:2.79948125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MwR2aMrR7wlqg2PnyXVy2ZgQ7z3XD7fn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:1.45703125rem;left:31.125rem; }
#uGaPK9W3teN91O4tlDDdLdRnZp48Kg4P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:5.931640625rem;left:31.125rem; }
#TSktXSJIXoCKNcgzvIDba6434RdH2u71 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:10.16796875rem;left:31.125rem; }
#GXhz5IsTm1kUtnyvPiFBEe5aHEd2yQKv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:14.59375rem;left:31.125rem; }
#GTZctaHiHTyWMUAaeUiM9si4Qc5JOcT6 { color:#202121;display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:5.46875rem;left:34.3125rem;height:2.79948125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pJTGApb4PaylqexZhEOC8LXolPsO9vDS { color:#202121;display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:10.40625rem;left:34.3125rem;height:1.3997375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kfpy6TDi86AJIKlQTLn50PAh7BfdIVta { color:#202121;display:block;width:40.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:14.130859375rem;left:34.25rem;height:2.79948125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qbSNZ5K8aiVLA6Td4BGyviId8rkuwRfW { color:#202121;display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:18.953125rem;left:34.375rem;height:2.79948125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f3MyizbIL3J80zBNpTFguIvBsJ5bqhJb { color:#023375;display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:23.7578125rem;left:34.3125rem;height:1.3997375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rWmCQbKRgFTdnKgRc4qeCZDa13uJb39X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:19.416015625rem;left:31.125rem; }
#eyCToFmF2zunbLxUsF7tAc25pH1SLaIJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:23.51953125rem;left:31.125rem; }
#Er57N0P6UqGhHaWHHZodeQETMJVcRMlc { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.624375rem;width:26.624375rem;top:1.4561634063721rem;left:0rem;overflow:hidden;display:block; }
#xP8zx8ltzEmA0bG7LTfP7knqzICLTRZa { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.561875rem;width:7.561875rem;top:20.134115219116rem;left:3.4144973754883rem;overflow:hidden;display:block; }
#FthZKLJFEHUuJqWMDL1aTIw2HRcT9Emq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202121;background-image:url("https://images.assets-landingi.com/uc/cca135e0-5e26-4eba-845b-2ae39953cfb7/TLO_MAMA_MOZE.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FthZKLJFEHUuJqWMDL1aTIw2HRcT9Emq.adaptive-delivery-prevent-bg, #FthZKLJFEHUuJqWMDL1aTIw2HRcT9Emq.lazyload, #FthZKLJFEHUuJqWMDL1aTIw2HRcT9Emq.lazyloading { background-image: none; }#FthZKLJFEHUuJqWMDL1aTIw2HRcT9Emq > .row .container { background-color: transparent; background-image: none; }#FthZKLJFEHUuJqWMDL1aTIw2HRcT9Emq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FthZKLJFEHUuJqWMDL1aTIw2HRcT9Emq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FthZKLJFEHUuJqWMDL1aTIw2HRcT9Emq > .row .container > .video-iframe-container { display: none; }#FthZKLJFEHUuJqWMDL1aTIw2HRcT9Emq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FthZKLJFEHUuJqWMDL1aTIw2HRcT9Emq > .row > .video-iframe-container { display: none; }#FthZKLJFEHUuJqWMDL1aTIw2HRcT9Emq > .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); }#FthZKLJFEHUuJqWMDL1aTIw2HRcT9Emq > .row .container { border-width: 0; border-radius: 0; }#FthZKLJFEHUuJqWMDL1aTIw2HRcT9Emq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FthZKLJFEHUuJqWMDL1aTIw2HRcT9Emq > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#AwCBfR7PbHLnB5rBu89QFKuS54bzXThE { color:#ffffff;display:block;width:41.687rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:13.399084091186rem;left:3.5595703125rem;height:11.201175rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zsuNs49P4JOWMQaV0dT2ZzysT8Z6Irn7 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3745625rem;width:8.3745625rem;top:3.0625rem;left:12.5625rem;overflow:hidden;display:none; }
#AuiD9fwZBfL03Mpta1zoK4H4gw6ta6oD { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.124125rem;width:11.124125rem;top:1.6875rem;left:11.1875rem;overflow:hidden;display:none; }
#Fymby8mJVnTz5mTRNACup37UazDCA5ek { color:#023375;display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.5625rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:6.28987121582rem;left:3.5615234375rem;height:6.387375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pySpwtNqvWD6ph85hZ9tdhThE0NCywrf { 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:25.686875rem;width:25.686875rem;top:2.9375rem;left:44.3125rem;overflow:hidden;display:none; }
#Ul1VTJSTw4eniXQ7NXRinNAw4LmDGySf { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:18.8125rem;top:3.3125rem;left:47.375rem;overflow:hidden;display:none; }
#GiBnUWPEVH9bJxLqdQSHTxQBiZsQ51Hb { background-color:#ff1d25;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:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.9371875rem;height:5.3125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:26.185703277588rem;left:2.8111953735351rem;display:block; }
#Zed4i6ye6nz0lpkcLJWPf9cZBH4GhDV5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oc1EIJO1KAwxlpoKWL1QCWusme4d7Su3 { color:#ffffff;display:block;width:41.687rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:13.399084091186rem;left:3.5595703125rem;height:11.201175rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#CyPf57bgpe7Z6xirhSBrwETZ65GtM59M { color:#ffffff;display:block;width:41.687rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:13.399084091186rem;left:3.5595703125rem;height:11.201175rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { background-color: transparent; background-image: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .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); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { border-width: 0; border-radius: 0; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3120125rem;width:2.3120125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:2.03125rem;left:34.749347686767rem; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:2.3120125rem; height:2.3120125rem; }#TPpUNe8edykLeak8E1pkcfbyuCVGKiae { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:1.875rem;left:38.374671936035rem; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:2.6245125rem;width:2.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;top:1.84326171875rem;left:42.1865234375rem; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:2.6245125rem; height:2.6245125rem; }#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56185rem;width:2.56185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:1.8733711242676rem;left:30.9375rem; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:2.56185rem; height:2.56185rem; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { background-color: transparent; background-image: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .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); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { border-width: 0; border-radius: 0; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.287109375rem;left:0rem;height:0.9749375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 { display:block; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezat3TPQFZbCAt6BvhSvIgz8w1T0pDQO { top:29rem;left:0rem;width:0;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { top:15.4375rem;left:19.625rem;width:28.125rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { width:22rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { width:18.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-checkbox-label { width:21rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { width:22rem;height:auto;top:17.9375rem;left:23.25rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { width:22rem;height:auto;top:17.9375rem;left:23.25rem; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #eZAp8UXwWrkKh1VpOvJ1oJhkG8ZX9ylH {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #reMqeSDgMAThA5B8kviJvoV9JKPN8z5I {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF {  }
 }@media only screen and (max-width: 763px) { #ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { top:8.8125rem;left:19.5625rem;width:28.1875rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { top:10.75rem;left:24.625rem;width:23.125rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSaHVmS61mxMXk4en97EqJgAStS28rUV { top:21.5rem;left:37.75rem;width:10rem;height:1.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { width:10rem;height:2.5rem;top:21.0625rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbwGnSw7Tq01dPpOzS9JbCy9kgRqioRb { width:38.125rem;height:38.56210310316rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT3vmUEJ5P6rWeNKGgfF5ni7cH76DiE4 { width:22.5rem;height:5.7962353527799rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhh1e4JTTKPyNF82gcTm3KhrEhC4VRci { width:19.4375rem;height:4.1875rem;top:46.5rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfgL1I65tM5zoHKhedCcxWb75emLdL4c { top:18.8125rem;left:24.625rem;width:23.125rem;height:4.6875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OA1MfwNgpi3igEZ2EJ1HxPESS3dFIUip { width:5.9375rem;height:5.9375rem;top:42.0625rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBicvI40lurFTWb1SSk9yyHlki7O4WJF { width:15.625rem;height:15.625rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EJFJxh1d2Bsib8xGRmTE0bAN4ggsKVsZ { width:24.125rem;height:6.2959068838361rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQZ4TgqrCZAMvcUFeNs66ch6sQNxshAn { width:18.875rem;height:5.6065281605307rem;top:7.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrzfWyHNr2KJmhFSuGGzQkMQ9lgLwF5E { width:14.5rem;height:3.3125rem;top:43.75rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zeq6zkfQclK5nqZWxy3HNMMWgwBHkB5L { width:7.0625rem;height:9.1066519294367rem;top:42.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4JUGcpr4sVWDAD6rW7JiHkz45QC68NQ { width:10.625rem;height:4.1875rem;top:48.0625rem;left:15.25rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9CdzMg1w6tc5JzMPMpqtbM5lRPqIaTR { width:7.5625rem;height:5.625rem;top:8.5rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KXURHJd7TIigGP60Ah5gSpwo36DUG9Ht { width:7.5625rem;height:3.3125rem;top:8.5rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mwUL22cV85rqcRe3Mu78geF9hRzt6P6s { width:2.125rem;height:3.3125rem;top:8.5rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh { display:block; }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iE7nKoTrF0xXA2mN3P1nu1MgNFDxcQeV { top:5.375rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmTRWAqfz6zfqDwndFEDdmXSnMa2Qc92 { width:23.5625rem;height:19.510554404707rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK1RMuWdnQ8fTv4CSRgDogRTP2MchJlU { width:10.25rem;height:10.25rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMv5Wnry7asArSAVQo9LIzbnzlp6O2VW { width:23.125rem;height:19.447464891237rem;top:11.25rem;left:12.124671936035rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ4sAXqX6TNqthUIfSwRaiAOl9MOcMmw { width:23.125rem;height:19.447464891237rem;top:11.25rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rno4dTs1U8JyNOPaQFMVrn4Um2S5U2GC { width:10.1875rem;height:10.1875rem;top:20.625rem;left:26.04931640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4zkKNbtwz2qIcSAhDPaPXFGyCTS4pEW { width:10.25rem;height:10.25rem;top:21.1875rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5e9QAlkMPl8gp111qahOFmLfM17qdGJ { top:28.625rem;left:0rem;width:14.75rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHrnkRRZ577imVSkrUXDDX02K8Ll8PsA { top:28.625rem;left:12.998695373535rem;width:15.75rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwP2mdpRsVRlucHeAprlwzvNShzt6BCO { top:28.5rem;left:26.375rem;width:21.375rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrJdD6PqPTOhKsieVFORzIpLm0BhRphf { width:15.625rem;height:15.625rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yZ8ezeQObuJ3DXcB1yCsMAp4A5JqyZIJ { display:block; }#yZ8ezeQObuJ3DXcB1yCsMAp4A5JqyZIJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wKC0i3Qr6OFL4Ii4NJAqTt5Q2htkfPNU { width:15.625rem;height:15.625rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OZBIvpuNSWqB4O5NbIRc4o4n0KmBCiqK { width:16.625rem;height:16.375rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5Tpmaypp7zXkfFeqXhKUKsW1DV3sTyw { width:16.625rem;height:16.375rem;top:11.6875rem;left:15.93310546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4qqypCQ4R7fxBpK6JFTU26L9I6F12Fp { width:26.875rem;height:6.125rem;top:33.125rem;left:10.809406280517rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUdtiOtzH5oof0FU3oNfVmzKTen21kX0 { display:block; }
 }@media only screen and (max-width: 763px) { #xEu1J4QBOQEU5cl7f5rmgk7RhoGXOOJy { width:7.5rem;height:7.3143441606744rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATtRfdiTBMZhqEUSfwEI2f7VatrZOH0i { width:5.4375rem;height:5.4375rem;top:23.875rem;left:28.48030090332rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFxWUdUf4iyx4fpn5cRKfxAnsn3p4cdK { width:5.1875rem;height:4.8167922459505rem;top:19.875rem;left:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN0sWcuXRifIIKxiXpncvrVg5Je9P28w { width:14.5rem;height:4.0625rem;top:15.8125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUPq0nUsSGPHxxy9P3v2DxHuLfy2du9U { width:14.5rem;height:2.8125rem;top:20rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHr1OQu9MJIJ7w0UyC7T2VxxLnupgQ9y { width:14.5rem;height:4.0625rem;top:14.5625rem;left:16.868324279785rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmqt2oyiTJcvsvt002EBFNiG1761KJbp { width:14.5rem;height:6.25rem;top:18.75rem;left:17.05615234375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0F2A4T1gittSiG7rI63S91GDDnPXQSk { width:16.625rem;height:16.375rem;top:11.6875rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n93xXSUdtDiCcOQsX2V6Edpn7lkmoZbA { width:12.375rem;height:4.0625rem;top:14.5rem;left:35.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi4ttrPrXwVTDdowBqIS7TOSs5KS2R1w { width:12.9375rem;height:6.8125rem;top:18.9375rem;left:34.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksSu9vIId2uB6mNZ8U0UWdpe6QzHwAPA { top:6.0625rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2c6vPnp6cdkuGKtS5KQk4s7VTxVzUn1 { width:1.25rem;height:2.25rem;top:23.9375rem;left:28.41845703125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GeTE13emmx92WAk0xS4BkeJl9K8v7OHp { width:1.25rem;height:1.5rem;top:23.9375rem;left:28.41845703125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r9QCW34K99TT1SBmN47sVldTVygOd14U { display:block; }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SK9fC1Zw5wsyn1fByem9moXTNGHQmKka { top:3.1875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 { display:block; }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXhfcUyOoBWeCOvHcyWQH36tInlJ0s8S { top:0.9375rem;left:7.25rem;width:40.5rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwR2aMrR7wlqg2PnyXVy2ZgQ7z3XD7fn { width:1.875rem;height:1.875rem;top:1.4375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGaPK9W3teN91O4tlDDdLdRnZp48Kg4P { width:1.875rem;height:1.875rem;top:5.875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSktXSJIXoCKNcgzvIDba6434RdH2u71 { width:1.875rem;height:1.875rem;top:10.125rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXhz5IsTm1kUtnyvPiFBEe5aHEd2yQKv { width:1.875rem;height:1.875rem;top:14.5625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTZctaHiHTyWMUAaeUiM9si4Qc5JOcT6 { top:5.4375rem;left:11.375rem;width:36.375rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJTGApb4PaylqexZhEOC8LXolPsO9vDS { top:10.375rem;left:7.0625rem;width:40.625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfpy6TDi86AJIKlQTLn50PAh7BfdIVta { top:14.125rem;left:7rem;width:40.75rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbSNZ5K8aiVLA6Td4BGyviId8rkuwRfW { top:18.9375rem;left:7.125rem;width:40.625rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3MyizbIL3J80zBNpTFguIvBsJ5bqhJb { top:23.75rem;left:18.875rem;width:28.875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWmCQbKRgFTdnKgRc4qeCZDa13uJb39X { width:1.875rem;height:1.875rem;top:19.375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyCToFmF2zunbLxUsF7tAc25pH1SLaIJ { width:1.875rem;height:1.875rem;top:23.5rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er57N0P6UqGhHaWHHZodeQETMJVcRMlc { width:26.5625rem;height:26.5625rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP8zx8ltzEmA0bG7LTfP7knqzICLTRZa { width:7.5rem;height:7.5rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FthZKLJFEHUuJqWMDL1aTIw2HRcT9Emq { display:block; }#FthZKLJFEHUuJqWMDL1aTIw2HRcT9Emq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwCBfR7PbHLnB5rBu89QFKuS54bzXThE { width:41.625rem;height:11.1875rem;top:13.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsuNs49P4JOWMQaV0dT2ZzysT8Z6Irn7 { width:8.3125rem;height:8.3125rem;top:3.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AuiD9fwZBfL03Mpta1zoK4H4gw6ta6oD { width:11.0625rem;height:11.0625rem;top:1.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fymby8mJVnTz5mTRNACup37UazDCA5ek { width:23.4375rem;height:6.375rem;top:6.25rem;left:0rem;font-size:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pySpwtNqvWD6ph85hZ9tdhThE0NCywrf { width:25.625rem;height:25.625rem;top:2.9375rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul1VTJSTw4eniXQ7NXRinNAw4LmDGySf { width:18.875rem;height:21.3125rem;top:3.3125rem;left:28.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GiBnUWPEVH9bJxLqdQSHTxQBiZsQ51Hb { width:28.875rem;height:5.3125rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zed4i6ye6nz0lpkcLJWPf9cZBH4GhDV5 { display:block; }
 }@media only screen and (max-width: 763px) { #Oc1EIJO1KAwxlpoKWL1QCWusme4d7Su3 { width:18.8125rem;height:8.875rem;top:23.625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CyPf57bgpe7Z6xirhSBrwETZ65GtM59M { width:18.8125rem;height:1.75rem;top:18.9375rem;left:0rem;font-size:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { display:block; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { width:2.25rem;height:2.25rem;top:2rem;left:21.124347686767rem;display:block; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #TPpUNe8edykLeak8E1pkcfbyuCVGKiae { width:2.5625rem;height:2.5625rem;top:1.875rem;left:24.749671936035rem;display:block; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { width:2.5625rem;height:2.5625rem;top:1.8125rem;left:28.5615234375rem;display:block; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { width:2.5rem;height:2.5rem;top:1.8125rem;left:17.3125rem;display:block; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { display:block; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { width:47.75rem;height:0.9375rem;top:2.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 { background-color:#001149;background-image:url("https://images.assets-landingi.com/uc/36f86d1c-de42-4708-bf52-1bd6c3f67f45/GRAFIKA_BANER_MOBILE_DLUZSZAv6.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.adaptive-delivery-prevent-bg, #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.lazyload, #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.lazyloading { background-image: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { background-color: transparent; background-image: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container > .video-iframe-container { display: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container { display: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .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); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezat3TPQFZbCAt6BvhSvIgz8w1T0pDQO { width:0;height:0;top:21.735052062988rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { width:19.375rem;height:34.875rem;top:38.999839782715rem;left:0.3125rem;box-shadow: 0.0625rem 0.25rem 1.3125rem rgba(7,7,7,0.48) ;display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { width:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.8125rem;overflow:hidden;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:2.125rem;margin-bottom:0.25rem;margin-left:1.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(300deg, #f21414, #ce1717);background-image: -moz-linear-gradient(300deg, #f21414, #ce1717);background-image: -ms-linear-gradient(300deg, #f21414, #ce1717);background-image: -o-linear-gradient(300deg, #f21414, #ce1717);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f21414', endColorstr='#ce1717' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f21414', endColorstr='#ce1717' );";background-image: linear-gradient(300deg, #f21414, #ce1717);background-size:initial !important;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;font-size:1.625rem;overflow:hidden;height:4.0625rem;text-align:center;text-align-last:center;line-height:1.7; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container:first-of-type{padding-top:0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container:last-of-type{padding-bottom:0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { width:17.5625rem;height:auto;top:43.623046875rem;left:0rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-info-text { font-size:0.625rem;overflow:hidden;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { width:17.5625rem;height:auto;top:43.623046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #eZAp8UXwWrkKh1VpOvJ1oJhkG8ZX9ylH {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #reMqeSDgMAThA5B8kviJvoV9JKPN8z5I {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF {  }
 }@media only screen and (max-width: 763px) { #ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { width:19.375rem;height:5.625rem;top:38.374839782715rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { width:20rem;height:0;top:35.9375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OSaHVmS61mxMXk4en97EqJgAStS28rUV { width:9.436875rem;height:1.499025rem;top:46.5625rem;left:8.99983727932rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { width:10rem;height:2.5rem;top:46.06201171875rem;left:8.68733727932rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbwGnSw7Tq01dPpOzS9JbCy9kgRqioRb { width:11.9375rem;height:12.0625rem;top:9.8125rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NT3vmUEJ5P6rWeNKGgfF5ni7cH76DiE4 { width:14.187rem;height:3.9998375rem;top:0rem;left:3.1868489980697rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhh1e4JTTKPyNF82gcTm3KhrEhC4VRci { width:8.8745rem;height:0;top:33rem;left:0.5625rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #zfgL1I65tM5zoHKhedCcxWb75emLdL4c { width:17.3746875rem;height:3.8981125rem;top:39.249836921692rem;left:1.3743489980698rem;font-size:1.5rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #OA1MfwNgpi3igEZ2EJ1HxPESS3dFIUip { width:7.0625rem;height:7.0625rem;top:15.317926406861rem;left:11.872830688953rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBicvI40lurFTWb1SSk9yyHlki7O4WJF { width:3.5612rem;height:3.5612rem;top:25.441624641419rem;left:14.506294548511rem;z-index:15037;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #EJFJxh1d2Bsib8xGRmTE0bAN4ggsKVsZ { width:13.875rem;height:3.5rem;top:5.06201171875rem;left:3.5620115995407rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQZ4TgqrCZAMvcUFeNs66ch6sQNxshAn { width:14.3125rem;height:4.125rem;top:9.5623369216919rem;left:2.5618489980697rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrzfWyHNr2KJmhFSuGGzQkMQ9lgLwF5E { width:10.1871875rem;height:0;top:31.375rem;left:0.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Zeq6zkfQclK5nqZWxy3HNMMWgwBHkB5L { width:4.6248375rem;height:5.99935rem;top:29.625rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q4JUGcpr4sVWDAD6rW7JiHkz45QC68NQ { width:5.9375rem;height:0;top:33rem;left:14.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #B9CdzMg1w6tc5JzMPMpqtbM5lRPqIaTR { width:19.4375rem;height:14.4375rem;top:14.515787124634rem;left:0.25rem;z-index:15038;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KXURHJd7TIigGP60Ah5gSpwo36DUG9Ht { width:10.8748125rem;height:4.6248375rem;top:29.7841796875rem;left:1.0611978769302rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mwUL22cV85rqcRe3Mu78geF9hRzt6P6s { width:6.25rem;height:10.2498125rem;top:25.23681640625rem;left:12.614420294762rem;z-index:15040;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh { display:block; }#oR0uzWpahJdMtGnwoh8aSHerlAGt7vuh > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iE7nKoTrF0xXA2mN3P1nu1MgNFDxcQeV { width:17.3123125rem;height:3.30078125rem;top:6.9985349178313rem;left:1.3427734375rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fmTRWAqfz6zfqDwndFEDdmXSnMa2Qc92 { width:16.7480625rem;height:13.8748125rem;top:11.311851501465rem;left:1.5624998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK1RMuWdnQ8fTv4CSRgDogRTP2MchJlU { width:6.7496875rem;height:6.7496875rem;top:17.4365234375rem;left:11.955565810204rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMv5Wnry7asArSAVQo9LIzbnzlp6O2VW { width:16.4355625rem;height:13.811875rem;top:27.749839782715rem;left:1.8123372793198rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ4sAXqX6TNqthUIfSwRaiAOl9MOcMmw { width:16.4375rem;height:13.8125rem;top:43.374839782715rem;left:1.8123372793198rem;display:block; }
 }@media only screen and (max-width: 763px) { #rno4dTs1U8JyNOPaQFMVrn4Um2S5U2GC { width:6.75rem;height:6.75rem;top:33.062337875366rem;left:2.5618489980697rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4zkKNbtwz2qIcSAhDPaPXFGyCTS4pEW { width:6.75rem;height:6.75rem;top:48.998205184936rem;left:11.611327528954rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5e9QAlkMPl8gp111qahOFmLfM17qdGJ { width:14.749375rem;height:1.57470625rem;top:24.687492370606rem;left:2.5618489980697rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KHrnkRRZ577imVSkrUXDDX02K8Ll8PsA { width:15.7498125rem;height:1.57470625rem;top:40.562339782715rem;left:2.1248372793197rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bwP2mdpRsVRlucHeAprlwzvNShzt6BCO { width:20rem;height:1.57470625rem;top:56.437171936035rem;left:0rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qrJdD6PqPTOhKsieVFORzIpLm0BhRphf { width:3.99956875rem;height:3.99956875rem;top:1.9431965351105rem;left:7.99886071682rem;z-index:15036;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yZ8ezeQObuJ3DXcB1yCsMAp4A5JqyZIJ { background-color:#0e9ae5;background-image:url("https://images.assets-landingi.com/uc/a9b60f1d-8eb5-4d78-a0dc-2b3d97621e17/FOTO_RECE_v5.webp");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; }#yZ8ezeQObuJ3DXcB1yCsMAp4A5JqyZIJ.adaptive-delivery-prevent-bg, #yZ8ezeQObuJ3DXcB1yCsMAp4A5JqyZIJ.lazyload, #yZ8ezeQObuJ3DXcB1yCsMAp4A5JqyZIJ.lazyloading { background-image: none; }#yZ8ezeQObuJ3DXcB1yCsMAp4A5JqyZIJ > .row .container { background-color: transparent; background-image: none; }#yZ8ezeQObuJ3DXcB1yCsMAp4A5JqyZIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZ8ezeQObuJ3DXcB1yCsMAp4A5JqyZIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZ8ezeQObuJ3DXcB1yCsMAp4A5JqyZIJ > .row .container > .video-iframe-container { display: none; }#yZ8ezeQObuJ3DXcB1yCsMAp4A5JqyZIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZ8ezeQObuJ3DXcB1yCsMAp4A5JqyZIJ > .row > .video-iframe-container { display: none; }#yZ8ezeQObuJ3DXcB1yCsMAp4A5JqyZIJ > .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); }#yZ8ezeQObuJ3DXcB1yCsMAp4A5JqyZIJ > .row .container { border-width: 0; border-radius: 0; }#yZ8ezeQObuJ3DXcB1yCsMAp4A5JqyZIJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yZ8ezeQObuJ3DXcB1yCsMAp4A5JqyZIJ > .row .container { width:20rem;height:68.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wKC0i3Qr6OFL4Ii4NJAqTt5Q2htkfPNU { width:3.99956875rem;height:3.99956875rem;top:0.31901168823242rem;left:7.999132454395rem;z-index:15036;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #OZBIvpuNSWqB4O5NbIRc4o4n0KmBCiqK { width:12.6875rem;height:12.6875rem;top:10.812173843384rem;left:3.6873372793197rem;box-shadow: 0.375rem 0.4375rem 0.875rem rgba(0,0,0,0.2) ;background-color:#ff4bd1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #J5Tpmaypp7zXkfFeqXhKUKsW1DV3sTyw { width:12.6875rem;height:12.6871875rem;top:27.374673843384rem;left:3.6873372793197rem;box-shadow: 0.375rem 0.4375rem 0.9375rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #U4qqypCQ4R7fxBpK6JFTU26L9I6F12Fp { width:17.7481875rem;height:4.6875rem;top:59.312337398529rem;left:1.1246744394302rem;font-size:1.75rem;background-color:#001149;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DUdtiOtzH5oof0FU3oNfVmzKTen21kX0 { display:block; }
 }@media only screen and (max-width: 763px) { #xEu1J4QBOQEU5cl7f5rmgk7RhoGXOOJy { width:4.562175rem;height:4.43685rem;top:9.6875rem;left:2.3120115995407rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #ATtRfdiTBMZhqEUSfwEI2f7VatrZOH0i { width:4.6875rem;height:4.6875rem;top:37.249348640442rem;left:12.739257216454rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFxWUdUf4iyx4fpn5cRKfxAnsn3p4cdK { width:3.937175rem;height:3.624675rem;top:51.625rem;left:13.99983727932rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #FN0sWcuXRifIIKxiXpncvrVg5Je9P28w { width:12.5rem;height:3.08675rem;top:14.124348640442rem;left:3.7499998807907rem;font-size:2.375rem;text-align:center;text-align-last:center;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #hUPq0nUsSGPHxxy9P3v2DxHuLfy2du9U { width:12.5625rem;height:2.35595625rem;top:17.1875rem;left:3.8745115995407rem;font-size:1.8125rem;text-align:center;text-align-last:center;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #QHr1OQu9MJIJ7w0UyC7T2VxxLnupgQ9y { width:12.6871875rem;height:3.08675rem;top:29.187173843384rem;left:3.6873372793197rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tmqt2oyiTJcvsvt002EBFNiG1761KJbp { width:12.6875rem;height:5.1733375rem;top:32.749835968017rem;left:3.7499998807907rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o0F2A4T1gittSiG7rI63S91GDDnPXQSk { width:12.6875rem;height:12.6875rem;top:44.18684387207rem;left:3.6246742010117rem;z-index:15045;box-shadow: 0.375rem 0.4375rem 0.875rem rgba(0,0,0,0.2) ;background-color:#ff4bd1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #n93xXSUdtDiCcOQsX2V6Edpn7lkmoZbA { width:12.3746875rem;height:3.08675rem;top:46.3125rem;left:3.8118489980697rem;font-size:2.375rem;text-align:center;text-align-last:center;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #yi4ttrPrXwVTDdowBqIS7TOSs5KS2R1w { width:10.1871875rem;height:5.1733375rem;top:50.0625rem;left:4.8746742010117rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #ksSu9vIId2uB6mNZ8U0UWdpe6QzHwAPA { width:16.125rem;height:5.39795rem;top:3.7150063514709rem;left:2.2794595956803rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #V2c6vPnp6cdkuGKtS5KQk4s7VTxVzUn1 { width:5.2498375rem;height:9.4995rem;top:36.624347686767rem;left:4.8746742010117rem;z-index:15044;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GeTE13emmx92WAk0xS4BkeJl9K8v7OHp { width:7.6871875rem;height:9.3115rem;top:19.542636871338rem;left:6.8741859197619rem;z-index:15036;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #r9QCW34K99TT1SBmN47sVldTVygOd14U { background-color:#ffffff;background-image:none;display:block; }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .row .container { background-color: transparent; background-image: none; }#r9QCW34K99TT1SBmN47sVldTVygOd14U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .row .container > .video-iframe-container { display: none; }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .row > .video-iframe-container { display: none; }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .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); }#r9QCW34K99TT1SBmN47sVldTVygOd14U > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SK9fC1Zw5wsyn1fByem9moXTNGHQmKka { width:20rem;height:4.4995125rem;top:1.655818939209rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 { background-color:#ffffff;background-image:none;display:block; }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .row .container { background-color: transparent; background-image: none; }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .row .container > .video-iframe-container { display: none; }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .row > .video-iframe-container { display: none; }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .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); }#qSILLUe6BmUiLopfAVDc9aZ6GRNGWp84 > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXhfcUyOoBWeCOvHcyWQH36tInlJ0s8S { width:15.3125rem;height:5.249025rem;top:16.5rem;left:3.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MwR2aMrR7wlqg2PnyXVy2ZgQ7z3XD7fn { width:1.875rem;height:1.875rem;top:16.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGaPK9W3teN91O4tlDDdLdRnZp48Kg4P { width:1.875rem;height:1.875rem;top:22.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSktXSJIXoCKNcgzvIDba6434RdH2u71 { width:1.875rem;height:1.875rem;top:28.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXhz5IsTm1kUtnyvPiFBEe5aHEd2yQKv { width:1.875rem;height:1.875rem;top:32.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTZctaHiHTyWMUAaeUiM9si4Qc5JOcT6 { width:15.4375rem;height:4.19921875rem;top:22.9375rem;left:3.5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pJTGApb4PaylqexZhEOC8LXolPsO9vDS { width:15.75rem;height:3.1494125rem;top:28.1875rem;left:3.375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kfpy6TDi86AJIKlQTLn50PAh7BfdIVta { width:15.1875rem;height:4.19921875rem;top:32.625rem;left:3.5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qbSNZ5K8aiVLA6Td4BGyviId8rkuwRfW { width:15.5625rem;height:5.249025rem;top:38rem;left:3.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #f3MyizbIL3J80zBNpTFguIvBsJ5bqhJb { width:14.4375rem;height:2.0996125rem;top:44.3125rem;left:3.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rWmCQbKRgFTdnKgRc4qeCZDa13uJb39X { width:1.875rem;height:1.875rem;top:38rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyCToFmF2zunbLxUsF7tAc25pH1SLaIJ { width:1.875rem;height:1.875rem;top:44.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er57N0P6UqGhHaWHHZodeQETMJVcRMlc { width:13.686rem;height:13.686rem;top:0.97895336151125rem;left:3.1564672589302rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP8zx8ltzEmA0bG7LTfP7knqzICLTRZa { width:3.9375rem;height:3.9375rem;top:10.547958374024rem;left:4.9364150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #FthZKLJFEHUuJqWMDL1aTIw2HRcT9Emq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cca135e0-5e26-4eba-845b-2ae39953cfb7/TLO_MAMA_MOZE.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#FthZKLJFEHUuJqWMDL1aTIw2HRcT9Emq.adaptive-delivery-prevent-bg, #FthZKLJFEHUuJqWMDL1aTIw2HRcT9Emq.lazyload, #FthZKLJFEHUuJqWMDL1aTIw2HRcT9Emq.lazyloading { background-image: none; }#FthZKLJFEHUuJqWMDL1aTIw2HRcT9Emq > .row .container { background-color: transparent; background-image: none; }#FthZKLJFEHUuJqWMDL1aTIw2HRcT9Emq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FthZKLJFEHUuJqWMDL1aTIw2HRcT9Emq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FthZKLJFEHUuJqWMDL1aTIw2HRcT9Emq > .row .container > .video-iframe-container { display: none; }#FthZKLJFEHUuJqWMDL1aTIw2HRcT9Emq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FthZKLJFEHUuJqWMDL1aTIw2HRcT9Emq > .row > .video-iframe-container { display: none; }#FthZKLJFEHUuJqWMDL1aTIw2HRcT9Emq > .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); }#FthZKLJFEHUuJqWMDL1aTIw2HRcT9Emq > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwCBfR7PbHLnB5rBu89QFKuS54bzXThE { width:18.8748125rem;height:0;top:24.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;font-weight:400;font-style:normal;color:#001149;display:none; }
 }@media only screen and (max-width: 763px) { #zsuNs49P4JOWMQaV0dT2ZzysT8Z6Irn7 { width:6.125rem;height:6.125rem;top:8.0625rem;left:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AuiD9fwZBfL03Mpta1zoK4H4gw6ta6oD { width:8.375rem;height:8.375rem;top:6.875rem;left:10.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fymby8mJVnTz5mTRNACup37UazDCA5ek { width:11.1870625rem;height:0;top:20.8125rem;left:4.3749998807907rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;font-weight:700;font-style:normal;font-family:var(--paragraphs-font-family);color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #pySpwtNqvWD6ph85hZ9tdhThE0NCywrf { width:17.9375rem;height:17.9375rem;top:3.6875rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ul1VTJSTw4eniXQ7NXRinNAw4LmDGySf { width:15.374375rem;height:17.3746875rem;top:6.6162109375rem;left:2.1243489980697rem;overflow:hidden;z-index:15023;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #GiBnUWPEVH9bJxLqdQSHTxQBiZsQ51Hb { width:18.9998125rem;height:3.75rem;top:35.27961730957rem;left:0.49886071681976rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zed4i6ye6nz0lpkcLJWPf9cZBH4GhDV5 { display:block; }
 }@media only screen and (max-width: 763px) { #Oc1EIJO1KAwxlpoKWL1QCWusme4d7Su3 { width:18.8736875rem;height:8.7483625rem;top:24.761554718017rem;left:0.62630212306975rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;font-weight:400;font-style:normal;color:#ffffff;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #CyPf57bgpe7Z6xirhSBrwETZ65GtM59M { width:16.3736875rem;height:4.8754875rem;top:2.5748691558838rem;left:2.0620115995407rem;text-align:center;text-align-last:center;font-size:3.25rem;line-height:1.5;font-weight:700;font-style:normal;color:#ffffff;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { background-color:transparent;background-image:none;display:block; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { background-color: transparent; background-image: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .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); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { width:1.75rem;height:1.75rem;top:1.875rem;left:7.5625rem;display:block; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #TPpUNe8edykLeak8E1pkcfbyuCVGKiae { width:2rem;height:2rem;top:1.75rem;left:10.75rem;display:block; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { width:1.9375rem;height:1.9375rem;top:1.75rem;left:14.0625rem;display:block; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { width:1.75rem;height:1.75rem;top:1.875rem;left:4.0625rem;display:block; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { background-color:transparent;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; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { background-color: transparent; background-image: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .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); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { border-width: 0; border-radius: 0; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { width:19.7471875rem;height:1.9987rem;top:0rem;left:0rem;font-size:0.625rem;color:#343a40;line-height:1.6;display:block; }
 }