.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body {
    width: fit-content;
    min-width: calc(100vw - (100vw - 100%));
}@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:#f8f8f8;background-image:none;position:relative;top:0rem;left:0rem;display:block; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline:0.125rem solid #444444;; } #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); }#Uor9MF5hxwCEZsTeLBAydpGkfnTupswR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Uor9MF5hxwCEZsTeLBAydpGkfnTupswR > .row .container { background-color: transparent; background-image: none; }#Uor9MF5hxwCEZsTeLBAydpGkfnTupswR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uor9MF5hxwCEZsTeLBAydpGkfnTupswR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uor9MF5hxwCEZsTeLBAydpGkfnTupswR > .row .container > .video-iframe-container { display: none; }#Uor9MF5hxwCEZsTeLBAydpGkfnTupswR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uor9MF5hxwCEZsTeLBAydpGkfnTupswR > .row > .video-iframe-container { display: none; }#Uor9MF5hxwCEZsTeLBAydpGkfnTupswR > .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); }#Uor9MF5hxwCEZsTeLBAydpGkfnTupswR > .row .container { border-width: 0; border-radius: 0; }#Uor9MF5hxwCEZsTeLBAydpGkfnTupswR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uor9MF5hxwCEZsTeLBAydpGkfnTupswR > .row .container { font-size:0.875rem;font-family:arial;height:3rem;width:75rem;position:relative;display:block; }#auAXXC8gCbphk4hGAQ8TRcKbfmLx7TWw { position:absolute;display:block;z-index:15013;height:2.625rem;width:38.75rem;top:0rem;left:0rem;display:block; }
#onBkdNddiRGlXzbVqITwsvOfkidLmaJ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#onBkdNddiRGlXzbVqITwsvOfkidLmaJ4 > .row .container { background-color: transparent; background-image: none; }#onBkdNddiRGlXzbVqITwsvOfkidLmaJ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onBkdNddiRGlXzbVqITwsvOfkidLmaJ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onBkdNddiRGlXzbVqITwsvOfkidLmaJ4 > .row .container > .video-iframe-container { display: none; }#onBkdNddiRGlXzbVqITwsvOfkidLmaJ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onBkdNddiRGlXzbVqITwsvOfkidLmaJ4 > .row > .video-iframe-container { display: none; }#onBkdNddiRGlXzbVqITwsvOfkidLmaJ4 > .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); }#onBkdNddiRGlXzbVqITwsvOfkidLmaJ4 > .row .container { border-width: 0; border-radius: 0; }#onBkdNddiRGlXzbVqITwsvOfkidLmaJ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#onBkdNddiRGlXzbVqITwsvOfkidLmaJ4 > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#y2tPDfK3OTv5zKot5KFv7mVKhbp6zfVH { box-sizing:content-box;height:36.0625rem;width:43.375rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;top:-0.125rem;left:0.03125rem;display:block; }
#AN1h6Ls6FdWzHi1P9h2TXiJbMVU8BU8V { position:absolute;display:block;z-index:14992;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:22.3125rem;width:17.125rem;top:1.25rem;left:20.4375rem;overflow:hidden;display:none; }
#GWm1ruyBtvPwNrnMP3cqGb1cLuDHu5ok { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:5.375rem;top:0.75rem;left:1.6875rem;overflow:hidden;display:none; }
#sLVt2aApOwTTkGC8aLrUTA3AedbFBQxZ { position:absolute;display:block;z-index:14998;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:33.625rem;width:28.0625rem;top:1.1875rem;left:14.9375rem;overflow:hidden;display:block; }
#qhzEe1r60MG8kakTbW3zyom9ChWVJvDO { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#yTGhUPDVGIoFPBK1eHVsCds5k89WWX61 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#zgSRcZWkpsBqp36BvOeCMEwJfqCOc6CI { color:#000000;display:block;width:40.375rem;position:absolute;font-family:"gotham xnarrow black";font-size:4.875rem;font-weight:normal;z-index:15091;line-height:1;letter-spacing:0;top:24.6875rem;left:3.375rem;height:9.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;display:none; }
#kahtd5SHsguTNeZQoKoDHmfWXkPJ3NZw { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:0rem;box-shadow: none;height:17.6875rem;width:53.9375rem;top:27.6875rem;left:0rem;overflow:hidden;display:none; }
#U2u19XdO0QAypMbdP4LKfDp6MXGS6bTU { color:#00989f;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:33.457290649414rem;left:25.1875rem;height:1.38125rem;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:right;text-align-last:right;display:block; }
#Tsc4QX7fe5XME4IkblTTHJKWpzhNQS4G { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:0rem;box-shadow: none;height:35.875rem;width:43.4375rem;top:0rem;left:0.0625rem;overflow:hidden;display:block; }
#OfTASQh791eS3XPMBtX7ISB0cXu0WWK5 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:12.5625rem;top:1.25rem;left:2.1875rem;overflow:hidden;display:block; }
#WMng8BKd2X3BlV2m2x80EXrLrD1crPhX { position:absolute;display:block;z-index:15075;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.75rem;width:6.75rem;top:0rem;left:36.3125rem;overflow:hidden;display:block; }
#TFXmeVnldJE0iTB0C0i4DrTTvAAUFREI { box-sizing:content-box;height:3.5rem;width:17.0625rem;position:absolute;display:block;z-index:15107;background-color:#01939c;background-image:none;top:9.9375rem;left:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#loClgVMHlHi4QEJsmr4PVBlQdSp769lS { box-sizing:content-box;height:3.3125rem;width:12.25rem;position:absolute;display:block;z-index:15108;background-color:#01939c;background-image:none;top:14.125rem;left:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#yG6M5clWMftwgkTmLZFww8xK6vWqixNd { box-sizing:content-box;height:3.3125rem;width:20rem;position:absolute;display:block;z-index:15109;background-color:#01939c;background-image:none;top:18.24374961853rem;left:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#JiieaUZs2k9S5LLJIGfqRdbRRCaigDwc { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;top:20.25rem;left:60.34375rem;display:none; }
#K5Mk9NOc4kZak79emQK4g7p5ZO2bBnL0 { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:"gotham xnarrow black";font-size:3.4375rem;font-weight:normal;z-index:15111;line-height:1.2;letter-spacing:0;top:9.53125rem;left:2.3125rem;height:12.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z6JXDCtWd0ttbTKsS1OwFuMytnef2G0W { position:absolute;display:block;z-index:15063;background-color:#538300;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:5.1875rem;width:29rem;top:23.623958587646rem;left:0rem;display:block; }
#Ab7pZahGfgDofhJ8L1oo6buEWWlskoEx { color:#00989f;display:block;width:28.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:26.9619140625rem;left:0.875rem;height:5.84765625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#GkGSS8HM5L1vIJIP9nuvm0KKxqG5ZDTC { position:absolute;display:block;z-index:15110;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:16.3125rem;top:22.936458587646rem;left:26.875rem;overflow:hidden;display:block; }
#GxVw8dZwSnTR2ol1tXNTnEc8gK7eJtDf { color:#ffffff;display:block;width:25.375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15068;line-height:1.1;letter-spacing:0;top:24.148958206177rem;left:2.125rem;height:3.91875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tr9NgOkOkxooPiR07oIdiU11M72vG2hH { position:absolute;display:block;z-index:15084;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.125rem;width:15.8125rem;top:29.75rem;left:2.125rem;display:block; }
#cKOh5aFsmur06TTRK6NZwd9thgdHJwrn { color:#01939c;display:block;width:7.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15085;line-height:1;letter-spacing:0;top:30.5625rem;left:3.3125rem;height:3.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fB1WkpJZuhWTQQzHhlP0eRT16BbVlGV1 { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.6875rem;top:30.0625rem;left:12.3125rem;overflow:hidden;display:block; }
#xERM56Jv25dT8TtzJENIzCwOwbXy0aM5 { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;top:21.75rem;left:57.21875rem;display:none; }
#lCb1NTN2ne1Cnic2Q2mEGWUMLO4RhD8e { color:#00989f;display:block;width:25.0625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15046;line-height:1.5;letter-spacing:0;top:1.25rem;left:46.1875rem;height:8.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RtG06Sv78PvaKXmCp2MmnoUth6eH7DUz { color:#000000;display:block;width:26.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15049;line-height:1.6;letter-spacing:0;top:11.8125rem;left:46.1875rem;height:10.625rem;display:block; }#RtG06Sv78PvaKXmCp2MmnoUth6eH7DUz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RtG06Sv78PvaKXmCp2MmnoUth6eH7DUz li:before{  }
#RDG3aQv1GIQAKTk1knkaS5QmcPplebPO { 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:3.49935rem;width:5.9375rem;top:25.25rem;left:46.1875rem;overflow:hidden;display:block; }
#XrUeTwChrveam2l1D7uEfAUUwUpGp3lJ { 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:3.37456875rem;width:5.74978125rem;top:25.3125rem;left:53.0625rem;overflow:hidden;display:block; }
#E7sAxqe3mDVylp4b5LQdz4cQf2QMnMqJ { position:absolute;display:block;z-index:15054;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.75rem;width:8.311625rem;top:25rem;left:61rem;overflow:hidden;display:block; }
#nTAHTOT6DX1yPTQSAuZRehUvDiHlMsL8 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:9.875rem;top:30.3115234375rem;left:46.2490234375rem;overflow:hidden;display:block; }
#F99RbK67UAyJJF4PG94x0sNKTA9zvZO8 { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:11.4375rem;top:29.875rem;left:56.9365234375rem;overflow:hidden;display:block; }
#monReLTlv7laVs9nk9G8xacTpuew2K4N { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:6.4375rem;top:29.9365234375rem;left:68.5615234375rem;overflow:hidden;display:block; }
#KJenkhuCeW0FVFevV6atv7TSR58hwHTG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.0625rem;width:43.5625rem;top:21.875rem;left:0rem;overflow:hidden;display:block; }
#V652cTWpf2cheJgKQ87XrT8xDT2FNEDG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#01939c;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; }#V652cTWpf2cheJgKQ87XrT8xDT2FNEDG > .row .container { background-color: transparent; background-image: none; }#V652cTWpf2cheJgKQ87XrT8xDT2FNEDG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V652cTWpf2cheJgKQ87XrT8xDT2FNEDG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V652cTWpf2cheJgKQ87XrT8xDT2FNEDG > .row .container > .video-iframe-container { display: none; }#V652cTWpf2cheJgKQ87XrT8xDT2FNEDG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V652cTWpf2cheJgKQ87XrT8xDT2FNEDG > .row > .video-iframe-container { display: none; }#V652cTWpf2cheJgKQ87XrT8xDT2FNEDG > .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); }#V652cTWpf2cheJgKQ87XrT8xDT2FNEDG > .row .container { border-width: 0; border-radius: 0; }#V652cTWpf2cheJgKQ87XrT8xDT2FNEDG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V652cTWpf2cheJgKQ87XrT8xDT2FNEDG > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#sFtNecyAD4a1TmV35uf2WznVg4gckDJh { color:#01939c;display:block;width:45.875rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.2421875rem;left:2.984375rem;height:3.4125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OvKlFqicq8nnZP769JAnb0LnUStM0GdT { background-color:#ed1b2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.25rem;left:54.21875rem;display:block; }
#aCdiyyCrmkgFCoDs5TEkNMCCcgmzToT1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JzB43mIGlT0JnM4NsMksVyZQfSH59Res { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#JzB43mIGlT0JnM4NsMksVyZQfSH59Res > .row .container { background-color: transparent; background-image: none; }#JzB43mIGlT0JnM4NsMksVyZQfSH59Res::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzB43mIGlT0JnM4NsMksVyZQfSH59Res > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzB43mIGlT0JnM4NsMksVyZQfSH59Res > .row .container > .video-iframe-container { display: none; }#JzB43mIGlT0JnM4NsMksVyZQfSH59Res > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzB43mIGlT0JnM4NsMksVyZQfSH59Res > .row > .video-iframe-container { display: none; }#JzB43mIGlT0JnM4NsMksVyZQfSH59Res > .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); }#JzB43mIGlT0JnM4NsMksVyZQfSH59Res > .row .container { border-width: 0; border-radius: 0; }#JzB43mIGlT0JnM4NsMksVyZQfSH59Res > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JzB43mIGlT0JnM4NsMksVyZQfSH59Res > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#UsPIfyAT20I13pAICfJhCaS8mkOnk9kN { color:#000000;display:block;width:52.6243125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:1.625rem;left:11.185546875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FTvTUfTLlLRGW7TapU4dFLCVqSfmmbFW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FTvTUfTLlLRGW7TapU4dFLCVqSfmmbFW > .row .container { background-color: transparent; background-image: none; }#FTvTUfTLlLRGW7TapU4dFLCVqSfmmbFW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTvTUfTLlLRGW7TapU4dFLCVqSfmmbFW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTvTUfTLlLRGW7TapU4dFLCVqSfmmbFW > .row .container > .video-iframe-container { display: none; }#FTvTUfTLlLRGW7TapU4dFLCVqSfmmbFW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTvTUfTLlLRGW7TapU4dFLCVqSfmmbFW > .row > .video-iframe-container { display: none; }#FTvTUfTLlLRGW7TapU4dFLCVqSfmmbFW > .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); }#FTvTUfTLlLRGW7TapU4dFLCVqSfmmbFW > .row .container { border-width: 0; border-radius: 0; }#FTvTUfTLlLRGW7TapU4dFLCVqSfmmbFW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTvTUfTLlLRGW7TapU4dFLCVqSfmmbFW > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#LkLvJLrlT66cW1mNgGEGK8T7LHe1vzkt { color:#000000;display:block;width:40.875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:1.875rem;left:18.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ybAHuQa6tM45ILB8lTOm6dUDK3Txax6O { color:#00989f;display:block;width:51rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15090;line-height:1.2;letter-spacing:0;top:6.5rem;left:4.5625rem;height:1.725rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u5znUWl8toaGoMZ3ymmzJ4kBmzrCCeAH { color:#444444;display:block;width:58.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15089;line-height:1.3;letter-spacing:0;top:9rem;left:4.5625rem;height:3.4375rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#u5znUWl8toaGoMZ3ymmzJ4kBmzrCCeAH li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#u5znUWl8toaGoMZ3ymmzJ4kBmzrCCeAH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e1892907-6301-4230-8183-412866b6749e/creditagricole_punkt.webp); }
#L11WVp5PtXZZPgPn5vaX01UWT8srcHwP { color:#444444;display:block;width:51rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15091;line-height:1.2;letter-spacing:0;top:14.21249961853rem;left:4.5625rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xJ5RHrzc00SZGD1W0CVTmFfVqOVctTQx { color:#00989f;display:block;width:59.25rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15088;line-height:1.2;letter-spacing:0;top:17.75rem;left:4.5625rem;height:1.725rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ENwDpWcMiD8sIF4WdOSWERqzgh5R970O { color:#444444;display:block;width:63.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:20.625rem;left:4.5625rem;height:3.4375rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#ENwDpWcMiD8sIF4WdOSWERqzgh5R970O li:not(:first-child){ padding-top:0.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#ENwDpWcMiD8sIF4WdOSWERqzgh5R970O li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e1892907-6301-4230-8183-412866b6749e/creditagricole_punkt.webp); }
#iqQfJnbBIb7eLNQMOiBgC9dFlr1TTxOS { color:#444444;display:block;width:70.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:25.75rem;left:4.75rem;height:3.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#RzTguvXUNZJUT0ayh5ylFWaREB4wzoGN { background-color:#ed1b2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.1875rem;left:27.5625rem;display:block; }
#BJOzzRLH00iGTL8cZAPkGnurTm43NUy0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z6fqKKJr1Bv6GlHZMRXk5TOzieEh2ccL { color:#444444;display:block;width:47.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15082;line-height:1.2;letter-spacing:0;top:36.599998474121rem;left:15.249999046326rem;height:1.275rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S0KKsESBZvTpobmkX6THFauiA7LiDlLL { color:#8a8a8a;display:block;width:28.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15092;line-height:1.2;letter-spacing:0;top:39.1875rem;left:23.4375rem;height:1.275rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gUWGX4EMuS1T2Qr5fbM71N1M5bperGmE { position:relative;display:block; }#gUWGX4EMuS1T2Qr5fbM71N1M5bperGmE { background-color: transparent; background-image: none; }#gUWGX4EMuS1T2Qr5fbM71N1M5bperGmE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUWGX4EMuS1T2Qr5fbM71N1M5bperGmE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUWGX4EMuS1T2Qr5fbM71N1M5bperGmE > .row .container > .video-iframe-container { display: none; }#gUWGX4EMuS1T2Qr5fbM71N1M5bperGmE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gUWGX4EMuS1T2Qr5fbM71N1M5bperGmE > .row > .video-iframe-container { display: none; }#gUWGX4EMuS1T2Qr5fbM71N1M5bperGmE > .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); }#gUWGX4EMuS1T2Qr5fbM71N1M5bperGmE { border-width: 0; border-radius: 0; }#gUWGX4EMuS1T2Qr5fbM71N1M5bperGmE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gUWGX4EMuS1T2Qr5fbM71N1M5bperGmE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f8f8;background-image:none;font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xIkmgG7biSAtKOuVx740mLG6FaTGrNiA { color:#000000;display:block;width:46.625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:2.4375rem;left:15.6875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z01ifJzeT9yscnUA1XDOHR6fL8aZbyhK { color:#444444;display:block;width:64.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15084;line-height:1.2;letter-spacing:0;top:7.5rem;left:7.1875rem;height:6.9375rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#z01ifJzeT9yscnUA1XDOHR6fL8aZbyhK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#z01ifJzeT9yscnUA1XDOHR6fL8aZbyhK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b35e87f6-1f91-401b-8839-9ec11eda6e14/creditagricole_wypunktowanie_.webp); }
#KBsh5CZrV4tggkwJVpkHkEoucOgDsNXB { color:#444444;display:block;width:57.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15068;line-height:1.2;letter-spacing:0;top:16.125rem;left:11.375rem;height:4.9rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#KBsh5CZrV4tggkwJVpkHkEoucOgDsNXB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KBsh5CZrV4tggkwJVpkHkEoucOgDsNXB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e1892907-6301-4230-8183-412866b6749e/creditagricole_punkt.webp); }
#RpaIWfkca6JvO9vbmZZfxE6Xu3kOgMyQ { color:#444444;display:block;width:61.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15091;line-height:1.2;letter-spacing:0;top:23.0625rem;left:7.1875rem;height:3rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xQX5mQ4UltyLrM1qNOguthiyIRoIhTfS { color:#444444;display:block;width:42.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15090;line-height:1.2;letter-spacing:0;top:27.9375rem;left:16.6875rem;height:3rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hqCiPZHvJkFDVpksrelIT80HbpXIeSXu { background-color:#ed1b2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:32.8125rem;left:28.75rem;display:block; }
#w6IIQzcpds0KGl3I2wVSdCdJfy5C2WFy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iwbc6RAmD7h1NvaTARzSFbMoeRcZS9fT { color:#8a8a8a;display:block;width:33.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15059;line-height:1.2;letter-spacing:0;top:38.937502384186rem;left:21.624999046326rem;height:1.275rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#shtT0DHHXcSgyIvBdcptwoUpNX6wMV5o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#shtT0DHHXcSgyIvBdcptwoUpNX6wMV5o > .row .container { background-color: transparent; background-image: none; }#shtT0DHHXcSgyIvBdcptwoUpNX6wMV5o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shtT0DHHXcSgyIvBdcptwoUpNX6wMV5o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shtT0DHHXcSgyIvBdcptwoUpNX6wMV5o > .row .container > .video-iframe-container { display: none; }#shtT0DHHXcSgyIvBdcptwoUpNX6wMV5o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shtT0DHHXcSgyIvBdcptwoUpNX6wMV5o > .row > .video-iframe-container { display: none; }#shtT0DHHXcSgyIvBdcptwoUpNX6wMV5o > .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); }#shtT0DHHXcSgyIvBdcptwoUpNX6wMV5o > .row .container { border-width: 0; border-radius: 0; }#shtT0DHHXcSgyIvBdcptwoUpNX6wMV5o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#shtT0DHHXcSgyIvBdcptwoUpNX6wMV5o > .row .container { font-size:0.875rem;font-family:arial;height:63.25rem;width:75rem;position:relative;display:block; }#yZ5tD0mXGeJs11IWlsE9fdnkd892qZBT { color:#000000;display:block;width:66.3125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:1.625rem;left:4.75rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KBJpBLsvlhaHhoHGFUIsSLmDvLCTWEXw { color:#01939c;display:block;width:67.875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:6.0625rem;left:3.1875rem;height:1.86875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ApKy0Tu92cb9A9GAJC0ZPg7FQMr8xOFt { color:#444444;display:block;width:67.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:9.375rem;left:3.1875rem;height:16.1875rem;display:block; }#ApKy0Tu92cb9A9GAJC0ZPg7FQMr8xOFt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ApKy0Tu92cb9A9GAJC0ZPg7FQMr8xOFt li:before{  }
#SiNLIEtCQb7ZtOF2RGFNKda8ZwpTuXbN { color:#01939c;display:block;width:42.6875rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:27.5625rem;left:3.1875rem;height:1.86875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JKcVkC1N1aGpRvhAKTlwK5QvrT51Mgrq { color:#444444;display:block;width:44.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:30.5rem;left:3.1875rem;height:3.5625rem;display:block; }#JKcVkC1N1aGpRvhAKTlwK5QvrT51Mgrq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JKcVkC1N1aGpRvhAKTlwK5QvrT51Mgrq li:before{  }
#UoyltbWvS27PByHrrnvOFtWposh4G1Tg { background-color:#ed1b2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:36.875rem;left:28.750000953674rem;display:block; }
#B1rzn8s5IXHZLSQsrWKu47mQdbu3bpwX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iNAoJeTyNmSyhQ8vpbv9ENbvaEDTJ7dG { color:#444444;display:block;width:64.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15050;line-height:1.4;letter-spacing:0;top:43rem;left:4.25rem;height:3.15rem;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;display:block; }
#QB90ac37JfyBbRveliSCShN4aqyP3eac { color:#444444;display:block;width:64.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:47.1875rem;left:4.25rem;height:2.925rem;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;display:block; }
#s8xVDW8LLbwu396U7npHscVkmfaektsX { color:#444444;display:block;width:64.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:51.5625rem;left:4.25rem;height:1.4625rem;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;display:block; }
#NOQd3CzHz8ztoWpTsVsSlAuSeWWttu0T { color:#444444;display:block;width:71.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:54.75rem;left:0.3125rem;height:5.525rem;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;display:block; }
#FnsH0fCSTTJcCcdixeWMiGXuJecwH0P3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#FnsH0fCSTTJcCcdixeWMiGXuJecwH0P3 > .row .container { background-color: transparent; background-image: none; }#FnsH0fCSTTJcCcdixeWMiGXuJecwH0P3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnsH0fCSTTJcCcdixeWMiGXuJecwH0P3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnsH0fCSTTJcCcdixeWMiGXuJecwH0P3 > .row .container > .video-iframe-container { display: none; }#FnsH0fCSTTJcCcdixeWMiGXuJecwH0P3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnsH0fCSTTJcCcdixeWMiGXuJecwH0P3 > .row > .video-iframe-container { display: none; }#FnsH0fCSTTJcCcdixeWMiGXuJecwH0P3 > .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); }#FnsH0fCSTTJcCcdixeWMiGXuJecwH0P3 > .row .container { border-width: 0; border-radius: 0; }#FnsH0fCSTTJcCcdixeWMiGXuJecwH0P3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FnsH0fCSTTJcCcdixeWMiGXuJecwH0P3 > .row .container { font-size:0.875rem;font-family:arial;height:14.8125rem;width:75rem;position:relative;display:block; }#n4KEi3bRS2ITrOPcRGJkVu0WLhOd5sGs { color:#01939c;display:block;width:56.625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:2.4375rem;left:9.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qcAettOhWKTZ454BJ9f30eZKRoA6Mizn { color:#444444;display:block;width:69rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15062;line-height:1.2;letter-spacing:0;top:6.8125rem;left:3.8125rem;height:4.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eTd6QA1u2hNtQnL0DJqZoQ1EuHKkXL0z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eTd6QA1u2hNtQnL0DJqZoQ1EuHKkXL0z > .row .container { background-color: transparent; background-image: none; }#eTd6QA1u2hNtQnL0DJqZoQ1EuHKkXL0z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTd6QA1u2hNtQnL0DJqZoQ1EuHKkXL0z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTd6QA1u2hNtQnL0DJqZoQ1EuHKkXL0z > .row .container > .video-iframe-container { display: none; }#eTd6QA1u2hNtQnL0DJqZoQ1EuHKkXL0z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTd6QA1u2hNtQnL0DJqZoQ1EuHKkXL0z > .row > .video-iframe-container { display: none; }#eTd6QA1u2hNtQnL0DJqZoQ1EuHKkXL0z > .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); }#eTd6QA1u2hNtQnL0DJqZoQ1EuHKkXL0z > .row .container { border-width: 0; border-radius: 0; }#eTd6QA1u2hNtQnL0DJqZoQ1EuHKkXL0z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTd6QA1u2hNtQnL0DJqZoQ1EuHKkXL0z > .row .container { font-size:0.875rem;font-family:arial;height:48.6875rem;width:75rem;position:relative;display:block; }#XDDNHXfWb6ngd8exv7TWu0KgWKwQIvIg { color:#000000;display:block;width:41.3125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:2.060546875rem;left:17.466796875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U6fs0GNKMTmkWowSSnnoAfvT0UP9Z43T { position:absolute;display:block;z-index:15033;background-color:#fcfcfc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #999999 ;height:30.1875rem;width:72.0625rem;top:8.125rem;left:1.46875rem;display:block; }
#uTLX6o0TTa9GHicm78fcgNfLZipUc2If { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.875rem;top:9.6875rem;left:14.875rem;overflow:hidden;display:block; }
#M3yZVSWHIvWVJeu6CPidAUH1naUT9O3R { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:14.9375rem;left:12rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HcNDE2entmuvz1AJkKGnH90gN30W7zO7 { 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:4.5rem;width:5.0625rem;top:9.0625rem;left:30.25rem;overflow:hidden;display:block; }
#w4goC4W8290FaqTeMpEmCSLM7WZTN9wp { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:14.4375rem;left:27.125rem;height:2.6rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XbAGquBo60J1JMB0LAyI9wm4E3VGe7HX { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:5.0625rem;top:9rem;left:47.125rem;overflow:hidden;display:block; }
#TG0yQAlHnaoA3vBaxVDQyvpshTDIdC3o { color:#01939c;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:14.125rem;left:42.8125rem;height:3.9rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eowtE3XE5ASmWc8nf5vrlgeQO1x7uUVt { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:5.0625rem;top:9rem;left:64rem;overflow:hidden;display:block; }
#x8PMmrvVWg3MGRAOgeah7NfrNrIcbgPO { color:#01939c;display:block;width:10.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:14.125rem;left:60.875rem;height:3.9rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oCk9obBPql4Exe2pfRINXnryikQuGGPK { 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:4.6875rem;width:4.75rem;top:20.4375rem;left:3.5625rem;overflow:hidden;display:block; }
#FzxHOG6mxvBCFZFTa6NNTRHwdwbquGtP { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:5.8125rem;top:29.625rem;left:3.5625rem;overflow:hidden;display:block; }
#TNCuEQX3HoNhN8JQmKcUAxQRxlLv5X1F { color:#444444;display:block;width:41.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:21.91796875rem;left:13.09375rem;height:2.6rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tsZkotxk8ihcJR6UHGOe7h69hscJ89CS { color:#000000;display:block;width:10.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:28.3125rem;left:26.0625rem;height:1.21875rem;text-align:center;text-align-last:center;display:none; }
#VotRnwTG1PTMlallmLNxGb4yGIUxSBfC { color:#000000;display:block;width:10.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:25.9375rem;left:12.125rem;height:6.09375rem;text-align:center;text-align-last:center;display:none; }
#GWJwnicN972wdJdlkIOSlg6PUP8f2PZa { color:#000000;display:block;width:7.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:18.25rem;left:62.5rem;height:1.29980625rem;display:none; }
#ZdCk5HXyuig9MN3or8PEJ5aURZwUI845 { color:#000000;display:block;width:10.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:28.3125rem;left:59.5rem;height:1.21875rem;text-align:center;text-align-last:center;display:none; }
#MW9X2sO8NQatKBEskFTFOGuScm0khARR { color:#000000;display:block;width:10.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:28.3125rem;left:43rem;height:1.21875rem;text-align:center;text-align-last:center;display:none; }
#dhQrMxbzk0uBfmVX0MtovP0TzXhuSQOI { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;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.3125rem;width:0.1875rem;top:25.8125rem;left:26.03125rem;display:none; }
#BtfeN8IcU8F633UMITstn7qyqobeff7M { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;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.3125rem;width:0.1875rem;top:25.8125rem;left:26.03125rem;display:none; }
#mLEb0X4qr6sJ14OSkg071OfGOpB4qa1n { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#xcyxWON4GJTNRC8TEURl700Cl9QmeOI2 { color:#444444;display:block;width:5.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:22.130859375rem;left:63.8125rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ct9MCFK6D3X20TVhUdHbnftSN468Gihn { color:#444444;display:block;width:10.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:29rem;left:12.46875rem;height:6.09375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WlXWbbA5OaanJCMvHcktVJFKWia3cVMr { color:#444444;display:block;width:10.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:31.265625rem;left:27.40625rem;height:1.21875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vdIq6lCWhWS77C3aVQnu3rymLTf6RI0w { color:#444444;display:block;width:10.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:31.265625rem;left:44.28125rem;height:1.21875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mokc1H0xQhQqsRlyJrK9dZdT2CtRadeD { color:#444444;display:block;width:10.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:31.265625rem;left:61.15625rem;height:1.21875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mCvPCKaWVbHt4gMQXfzuKXS1M2JfZZTg { position:absolute;display:block;z-index:15049;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:68rem;top:19.375rem;left:2.15625rem;display:block; }
#qEbX65SN1asl5HTK3eZIQI1HsXx7zMQt { position:absolute;display:block;z-index:15050;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:68rem;top:27.5rem;left:2.15625rem;display:block; }
#RP32K8E9hToQzQGUVVgDGzT4MDKF0q3L { position:absolute;display:block;z-index:15058;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:0.1875rem;top:11.5rem;left:10.40625rem;display:block; }
#xmXAHinIFUP2H0wIHvBkz05PSkLwI1o1 { position:absolute;display:block;z-index:15059;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:0.1875rem;top:19.875rem;left:10.40625rem;display:block; }
#HKANMBeEFeqDRDZX0utyFC1IH5szBH18 { position:absolute;display:block;z-index:15060;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:0.1875rem;top:28.0625rem;left:10.40625rem;display:block; }
#ihykWH58TdkUzk4MlTOUdmVTmXEOl8Tw { position:absolute;display:block;z-index:15061;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:0.1875rem;top:28.0625rem;left:25.78125rem;display:block; }
#TeiGwAnqbqdCGWn3g6peKF667bkIQKAC { position:absolute;display:block;z-index:15062;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:0.1875rem;top:28.0625rem;left:41.46875rem;display:block; }
#MQ1y0F8rXK54NCD5Ic9Abem3FO1htuT2 { position:absolute;display:block;z-index:15063;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:0.1875rem;top:28.0625rem;left:59.15625rem;display:block; }
#MoViVvyUnOS7GMRGM511C53TwZhuWvHz { position:absolute;display:block;z-index:15064;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:0.1875rem;top:19.875rem;left:59.15625rem;display:block; }
#m2pC9Fuynl7oTTTfBddhsTe4JdpQ6zE6 { position:absolute;display:block;z-index:15065;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:0.1875rem;top:11.5rem;left:59.15625rem;display:block; }
#ETs7KTna8fBGTO33okBmMnraWxscwyJb { position:absolute;display:block;z-index:15066;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:0.1875rem;top:11.5rem;left:41.34375rem;display:block; }
#pKOoVWHiFP4xM9KN3RB8VwvTNSb3ZTr4 { position:absolute;display:block;z-index:15067;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:0.1875rem;top:11.5rem;left:25.71875rem;display:block; }
#r8u6GbmX3V8w5mv47SI7wdIc0X0sPoeq { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#U5k3X2AgTilz63PXS2z4EzgGoBwK4kVh { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#uKAF1mR6sbg8t6vxc2aNegFRSuRQatbN { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#HsCq453Xk7EcHoB8JZtmQIrJu0qsBJhZ { background-color:#ed1b2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:41.779296875rem;left:28.75rem;display:block; }
#TbQKpPIDPE4lcTD8OZedPvFaVAwmJg3W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EQ8h5XZHEloPTyNwOLOBuZG3qTLCq0mZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#EQ8h5XZHEloPTyNwOLOBuZG3qTLCq0mZ > .row .container { background-color: transparent; background-image: none; }#EQ8h5XZHEloPTyNwOLOBuZG3qTLCq0mZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQ8h5XZHEloPTyNwOLOBuZG3qTLCq0mZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQ8h5XZHEloPTyNwOLOBuZG3qTLCq0mZ > .row .container > .video-iframe-container { display: none; }#EQ8h5XZHEloPTyNwOLOBuZG3qTLCq0mZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQ8h5XZHEloPTyNwOLOBuZG3qTLCq0mZ > .row > .video-iframe-container { display: none; }#EQ8h5XZHEloPTyNwOLOBuZG3qTLCq0mZ > .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); }#EQ8h5XZHEloPTyNwOLOBuZG3qTLCq0mZ > .row .container { border-width: 0; border-radius: 0; }#EQ8h5XZHEloPTyNwOLOBuZG3qTLCq0mZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EQ8h5XZHEloPTyNwOLOBuZG3qTLCq0mZ > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:75rem;position:relative;display:block; }#odWCkzglm34gU8ui9vnJpErleKLFZv5f { color:#00989f;display:block;width:27.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.130859375rem;left:22.875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RKTc7SUwLwOsKcAGpRXCWkWX936ZMTSf { 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:9.3125rem;width:71.9375rem;top:11.40625rem;left:1.25rem;overflow:hidden;display:block; }
#mgwAWcOeqAkWZC2wfq1dzO5ifcSBaT3q { color:#000000;display:block;width:58.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.4994506835938rem;left:8.125rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MlmrlzZJWOIq3vRDdQks5e5IUO5lCwBp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a7f35220-46cf-486c-a3ce-79fe364cf3f9/CA_jednaKarta_V2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MlmrlzZJWOIq3vRDdQks5e5IUO5lCwBp.adaptive-delivery-prevent-bg, #MlmrlzZJWOIq3vRDdQks5e5IUO5lCwBp.lazyload, #MlmrlzZJWOIq3vRDdQks5e5IUO5lCwBp.lazyloading { background-image: none; }#MlmrlzZJWOIq3vRDdQks5e5IUO5lCwBp > .row .container { background-color: transparent; background-image: none; }#MlmrlzZJWOIq3vRDdQks5e5IUO5lCwBp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlmrlzZJWOIq3vRDdQks5e5IUO5lCwBp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlmrlzZJWOIq3vRDdQks5e5IUO5lCwBp > .row .container > .video-iframe-container { display: none; }#MlmrlzZJWOIq3vRDdQks5e5IUO5lCwBp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlmrlzZJWOIq3vRDdQks5e5IUO5lCwBp > .row > .video-iframe-container { display: none; }#MlmrlzZJWOIq3vRDdQks5e5IUO5lCwBp > .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); }#MlmrlzZJWOIq3vRDdQks5e5IUO5lCwBp > .row .container { border-width: 0; border-radius: 0; }#MlmrlzZJWOIq3vRDdQks5e5IUO5lCwBp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MlmrlzZJWOIq3vRDdQks5e5IUO5lCwBp > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:75rem;position:relative;display:block; }#lKg2IQqXZTodKxDrUUBVMD21l8cyT2cJ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:7.9375rem;top:1.8092956542969rem;left:33.249286651611rem;overflow:hidden;display:block; }
#QxkfJ4X0o7DxsGEJiEcXNm1pOd2n2zKh { color:#000000;display:block;width:53.8125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.683258056641rem;left:10.748401641846rem;height:2.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NRO69MbhAdasTnV3wsDnbFCnbpGQL3fL { color:#f8f8f8;display:block;width:67.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.836639404297rem;left:3.4996433258057rem;height:8.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P6ExTPRoWdHanfb3HHkVxSCTx3a9zaUr { color:#000000;display:block;width:72.75rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.4970703125rem;left:1.375rem;height:2.84375rem;text-align:center;text-align-last:center;display:none; }
#TbrZFsJmTTVG4ybVzxu0pOPKRJCSQsxu { color:#000000;display:block;width:67.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:17.337493896484rem;left:3.5rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#Fb21phx83onFukKRQkXfN30lDqcdRMqW { background-color:#ed1b2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.9375rem;left:27.78125rem;display:block; }
#KaRBi9cDWQJlk68O9wbBWWiUwWTAhnm3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dQ0MvHl8HieMyEf4IURnd2MEBRtHU3qx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#dQ0MvHl8HieMyEf4IURnd2MEBRtHU3qx > .row .container { background-color: transparent; background-image: none; }#dQ0MvHl8HieMyEf4IURnd2MEBRtHU3qx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQ0MvHl8HieMyEf4IURnd2MEBRtHU3qx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQ0MvHl8HieMyEf4IURnd2MEBRtHU3qx > .row .container > .video-iframe-container { display: none; }#dQ0MvHl8HieMyEf4IURnd2MEBRtHU3qx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQ0MvHl8HieMyEf4IURnd2MEBRtHU3qx > .row > .video-iframe-container { display: none; }#dQ0MvHl8HieMyEf4IURnd2MEBRtHU3qx > .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); }#dQ0MvHl8HieMyEf4IURnd2MEBRtHU3qx > .row .container { border-width: 0; border-radius: 0; }#dQ0MvHl8HieMyEf4IURnd2MEBRtHU3qx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dQ0MvHl8HieMyEf4IURnd2MEBRtHU3qx > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;position:relative;display:block; }#lUDPk7RocTh1TuqsBrZrXD3pRyt0lxdl { color:#000000;display:block;width:54.625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0595703125rem;left:10.5927734375rem;height:2.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KVHHLB5MATGRF1ualL0Ktp07xiWZSOso { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:6.75rem;top:6.7045288085938rem;left:29.422939300537rem;overflow:hidden;display:block; }
#KQODuaFOg5r1UGltrx0CgMw4euA9RKTx { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:6.625rem;top:6.735595703125rem;left:39.030536651611rem;overflow:hidden;display:block; }
#hr6hzSEdINwsBlpnfaBBK23ruzgxwQHA { color:#444444;display:block;width:64.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.998046875rem;left:5.1552734375rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I0wAUONRPTlleoB5tMpryqhkCaLFFBTb { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:9.875rem;top:18.838775634766rem;left:32.547050476074rem;overflow:hidden;display:block; }
#Tcoz3fva6RrIBlXbOxhk956uzFs3MGeD { color:#444444;display:block;width:45.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:25.6826171875rem;left:15.015625rem;height:1.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UPWshLNvWNpLyDypixbK3gzNWVfFpekO { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:13.9375rem;top:30.433410644531rem;left:12.04811668396rem;overflow:hidden;display:block; }
#SitovgSOeEDZuKlHLU17pyPLOu0uyfzu { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:14.3125rem;top:30.340179443359rem;left:30.655181884766rem;overflow:hidden;display:block; }
#mwRPLDDzbbQePraGpwoBFETAaKAzR724 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:30.902679443359rem;left:50.030181884766rem;overflow:hidden;display:block; }
#FMFGaeTsMK18F6Rbs8otZB85Nz3sggiT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:5.25rem;top:30.902679443359rem;left:53.28035736084rem;overflow:hidden;display:block; }
#Z6HWvEl4lMV81J9qtUIaIm0we4OGI91z { color:#444444;display:block;width:64.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:35.651794433594rem;left:5.3435707092285rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I8aeFTIVpN4QNIcrWQkHrHeO8NAD3d1d { background-color:#ed1b2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:42.1875rem;left:28.75rem;display:block; }
#GpbngsISkI3hNA0qMX93gtTV0QtgUGXv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yZ0hldlegPksJEeFdwqUWelsAKLzAsrN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yZ0hldlegPksJEeFdwqUWelsAKLzAsrN > .row .container { background-color: transparent; background-image: none; }#yZ0hldlegPksJEeFdwqUWelsAKLzAsrN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZ0hldlegPksJEeFdwqUWelsAKLzAsrN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZ0hldlegPksJEeFdwqUWelsAKLzAsrN > .row .container > .video-iframe-container { display: none; }#yZ0hldlegPksJEeFdwqUWelsAKLzAsrN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZ0hldlegPksJEeFdwqUWelsAKLzAsrN > .row > .video-iframe-container { display: none; }#yZ0hldlegPksJEeFdwqUWelsAKLzAsrN > .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); }#yZ0hldlegPksJEeFdwqUWelsAKLzAsrN > .row .container { border-width: 0; border-radius: 0; }#yZ0hldlegPksJEeFdwqUWelsAKLzAsrN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yZ0hldlegPksJEeFdwqUWelsAKLzAsrN > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;position:relative;display:block; }#yNyrtIAI8Gbvx3MJKSwu5zH91RNwaD16 { 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:8.1875rem;width:7.9375rem;top:1.7825012207031rem;left:33.516510009766rem;overflow:hidden;display:block; }
#mkd5B7G43ApAoLN1cRGEqZqa1cKSqsbM { color:#000000;display:block;width:28.2493125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.781265258789rem;left:23.37357711792rem;height:2.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JpFCgkcHzozLSMwgRJbqTdtsRxowTi03 { color:#000000;display:block;width:64.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.5869140625rem;left:5.341796875rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZaTrBV63sIpwvr1S6OAFKXr20cE2mclr { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:15.625rem;top:22.068542480469rem;left:7.9829540252688rem;overflow:hidden;display:block; }
#kQgfbJcgWcpBG9n8EqTT4Nz1eTW7qwc6 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:15.625rem;top:22.068542480469rem;left:23.545806884766rem;overflow:hidden;display:block; }
#asr15mvw8WC79a4iJT35xdhIkhbQA2dT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:15.625rem;top:22.068542480469rem;left:39.107776641846rem;overflow:hidden;display:block; }
#KL9JHmMRV3CCtTxJxBdADFbqmd7SFObR { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:15.625rem;top:22.068542480469rem;left:54.670631408691rem;overflow:hidden;display:block; }
#lWrpvSM6NFTwxVhZ0PML3zmWSNbRXhFe { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:13.625rem;top:22.381042480469rem;left:15.921520233154rem;overflow:hidden;display:block; }
#LV0JCPL5QgF7v0H62oHOw6a6ElZf5P1e { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:13.625rem;top:22.412109375rem;left:32.95365524292rem;overflow:hidden;display:block; }
#OKUqq3LHZCm1KJR48qd9cha5NgIusc6c { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:13.625rem;top:22.412109375rem;left:47.703300476074rem;overflow:hidden;display:block; }
#EFMeHeyhwKQA2CduTJlCUHVzWCO0TexN { color:#444444;display:block;width:5.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:22.381042480469rem;left:5.7643814086914rem;height:1.54375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#shXNuSeLPvVy5Mz9QV3D9usTgPST7giz { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:29.692825317382rem;left:9.5143814086912rem;height:2.925rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ElUgu3ogTcom94Csz2R97eryyT4146Nu { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:29.692825317382rem;left:26.451526641846rem;height:2.925rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bdBivqxbL7PIoqf2KnO8ePD8STDNxUkJ { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:29.692825317382rem;left:41.389381408691rem;height:5.85rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GU2a4ThsSwTFvyyyzT91gWIhERtCQmfy { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:29.692825317382rem;left:56.389381408691rem;height:4.3875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lJeGFSbwkWAftQiPLHTemU8OsCuDvyHX { background-color:#ed1b2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:38.625rem;left:28.75rem;display:block; }
#xxE5MhcUA8FDVIL1MvTNCA7dveQiGRyG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zMT5Ikxttv7mOF5gFDb7KcGEr5BNrzis { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#zMT5Ikxttv7mOF5gFDb7KcGEr5BNrzis > .row .container { background-color: transparent; background-image: none; }#zMT5Ikxttv7mOF5gFDb7KcGEr5BNrzis::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMT5Ikxttv7mOF5gFDb7KcGEr5BNrzis > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMT5Ikxttv7mOF5gFDb7KcGEr5BNrzis > .row .container > .video-iframe-container { display: none; }#zMT5Ikxttv7mOF5gFDb7KcGEr5BNrzis > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMT5Ikxttv7mOF5gFDb7KcGEr5BNrzis > .row > .video-iframe-container { display: none; }#zMT5Ikxttv7mOF5gFDb7KcGEr5BNrzis > .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); }#zMT5Ikxttv7mOF5gFDb7KcGEr5BNrzis > .row .container { border-width: 0; border-radius: 0; }#zMT5Ikxttv7mOF5gFDb7KcGEr5BNrzis > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zMT5Ikxttv7mOF5gFDb7KcGEr5BNrzis > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:block; }#hCQN7aUHaT9iV18hw77LGnOiTlcKsNmZ { 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:8.4375rem;width:7.9375rem;top:1.28125rem;left:33.53125rem;overflow:hidden;display:block; }
#hlQp3g2C3xr7S7qWHz0W9kR8C9wI8XS4 { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.838958740234rem;left:20.9375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A2JgA00L2wFG257q8RMZyKg5vuluW0Qs { color:#000000;display:block;width:54.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.5rem;left:10.34375rem;height:3.5625rem;overflow:hidden;display:block; }#A2JgA00L2wFG257q8RMZyKg5vuluW0Qs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#A2JgA00L2wFG257q8RMZyKg5vuluW0Qs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e1892907-6301-4230-8183-412866b6749e/creditagricole_punkt.webp); }
#NWLTBWdMXW81qmaTSvJnGMcNGZVxkR4x { background-color:#ed1b2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:23.625rem;left:28.15625rem;display:block; }
#OLMLFldU8htglFkO9QiEtkXLmIcd7TQQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rfk9pX7SK5V8xMTOUP41ch4aJLcvmZ0c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rfk9pX7SK5V8xMTOUP41ch4aJLcvmZ0c > .row .container { background-color: transparent; background-image: none; }#rfk9pX7SK5V8xMTOUP41ch4aJLcvmZ0c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfk9pX7SK5V8xMTOUP41ch4aJLcvmZ0c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfk9pX7SK5V8xMTOUP41ch4aJLcvmZ0c > .row .container > .video-iframe-container { display: none; }#rfk9pX7SK5V8xMTOUP41ch4aJLcvmZ0c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfk9pX7SK5V8xMTOUP41ch4aJLcvmZ0c > .row > .video-iframe-container { display: none; }#rfk9pX7SK5V8xMTOUP41ch4aJLcvmZ0c > .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); }#rfk9pX7SK5V8xMTOUP41ch4aJLcvmZ0c > .row .container { border-width: 0; border-radius: 0; }#rfk9pX7SK5V8xMTOUP41ch4aJLcvmZ0c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rfk9pX7SK5V8xMTOUP41ch4aJLcvmZ0c > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#MDxz3eaCutmv5AIfu9wZf1h93xD3RxpT { 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:4.625rem;width:13.3125rem;top:1.9557800292969rem;left:30.187320709229rem;overflow:hidden;display:block; }
#TgCTVCGRGcZId2yVx5U1AHvHOZobhcf3 { color:#000000;display:block;width:25.25rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.3984375rem;left:24.436256408691rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ucdn3ykswgCoQBPZ0SblcPiMeX0P3Z3u { color:#444444;display:block;width:65.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.95703125rem;left:4.9050064086914rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mc9eUTEGoCuBrS2RWfdtgcuoB3Dd55PJ { background-color:#ed1b2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:20.3125rem;left:28.0927734375rem;display:block; }
#aVGhZhLvCGFNVR1Z7Bt5aXUgwSAOLM94 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OhbXuZ2WnCQ1Nl44z7zPfmTteQ5L61o0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#OhbXuZ2WnCQ1Nl44z7zPfmTteQ5L61o0 > .row .container { background-color: transparent; background-image: none; }#OhbXuZ2WnCQ1Nl44z7zPfmTteQ5L61o0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhbXuZ2WnCQ1Nl44z7zPfmTteQ5L61o0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhbXuZ2WnCQ1Nl44z7zPfmTteQ5L61o0 > .row .container > .video-iframe-container { display: none; }#OhbXuZ2WnCQ1Nl44z7zPfmTteQ5L61o0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhbXuZ2WnCQ1Nl44z7zPfmTteQ5L61o0 > .row > .video-iframe-container { display: none; }#OhbXuZ2WnCQ1Nl44z7zPfmTteQ5L61o0 > .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); }#OhbXuZ2WnCQ1Nl44z7zPfmTteQ5L61o0 > .row .container { border-width: 0; border-radius: 0; }#OhbXuZ2WnCQ1Nl44z7zPfmTteQ5L61o0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OhbXuZ2WnCQ1Nl44z7zPfmTteQ5L61o0 > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:75rem;position:relative;display:block; }#x1TB1ZZUELFyiemMb00eHovuWr6sJsdM { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:7.9375rem;top:1.8963012695312rem;left:33.624465942382rem;overflow:hidden;display:block; }
#v4mFmMWKTlcyJL2dASpWFSf6rzagQSgd { color:#000000;display:block;width:39.4993125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.485795021057rem;left:17.74857711792rem;height:2.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T8QXOf01UmdPgeAmon8SRld2CDg3Nm17 { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.573692321778rem;left:24.84375rem;height:1.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nN6IX9F5B1cBzUDsRZqURrz9TF8nr0tM { color:#538300;display:block;width:55rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.947624206543rem;left:10rem;height:1.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k59EmGAriR6G7QnOTErGGUmwV2pL3Z94 { color:#444444;display:block;width:65.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.5rem;left:6.90625rem;height:9.0625rem;overflow:hidden;text-align:left;text-align-last:left;display:block; }#k59EmGAriR6G7QnOTErGGUmwV2pL3Z94 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k59EmGAriR6G7QnOTErGGUmwV2pL3Z94 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e1892907-6301-4230-8183-412866b6749e/creditagricole_punkt.webp); }
#qxaTftUak6qXLcU6uuE45sWc6Bl53P5n { color:#444444;display:block;width:49.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:35.810546875rem;left:13.248046875rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KU4N60N4FvWQJRRLFqOFmAFdXSIDDpx6 { background-color:#ed1b2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:42.625rem;left:28.75rem;display:block; }
#Z9MSybNb949syunovXllf25E0bI5Sgiq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oDgLbSiRxBpIqOUACmdliaZyTshfD9RU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oDgLbSiRxBpIqOUACmdliaZyTshfD9RU > .row .container { background-color: transparent; background-image: none; }#oDgLbSiRxBpIqOUACmdliaZyTshfD9RU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDgLbSiRxBpIqOUACmdliaZyTshfD9RU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDgLbSiRxBpIqOUACmdliaZyTshfD9RU > .row .container > .video-iframe-container { display: none; }#oDgLbSiRxBpIqOUACmdliaZyTshfD9RU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDgLbSiRxBpIqOUACmdliaZyTshfD9RU > .row > .video-iframe-container { display: none; }#oDgLbSiRxBpIqOUACmdliaZyTshfD9RU > .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); }#oDgLbSiRxBpIqOUACmdliaZyTshfD9RU > .row .container { border-width: 0; border-radius: 0; }#oDgLbSiRxBpIqOUACmdliaZyTshfD9RU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oDgLbSiRxBpIqOUACmdliaZyTshfD9RU > .row .container { font-size:0.875rem;font-family:arial;height:80.75rem;width:75rem;position:relative;display:block; }#VGX9Z1oyTlSfWo3nXfESpnEMG5PXsUxu { color:#000000;display:block;width:72.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:1.125rem;height:79.21875rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fDkyHnvmhVlhG8xvdIrUXJT4IIEtTPZJ { position:absolute;display:block;z-index:15027;background-color:#999999;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:0.0625rem;top:68.8125rem;left:35.5rem;display:none; }
#hwZwzSLVHTzmpMmaAVwFsiE3mrbTvtGo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hwZwzSLVHTzmpMmaAVwFsiE3mrbTvtGo > .row .container { background-color: transparent; background-image: none; }#hwZwzSLVHTzmpMmaAVwFsiE3mrbTvtGo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwZwzSLVHTzmpMmaAVwFsiE3mrbTvtGo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwZwzSLVHTzmpMmaAVwFsiE3mrbTvtGo > .row .container > .video-iframe-container { display: none; }#hwZwzSLVHTzmpMmaAVwFsiE3mrbTvtGo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hwZwzSLVHTzmpMmaAVwFsiE3mrbTvtGo > .row > .video-iframe-container { display: none; }#hwZwzSLVHTzmpMmaAVwFsiE3mrbTvtGo > .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); }#hwZwzSLVHTzmpMmaAVwFsiE3mrbTvtGo > .row .container { border-width: 0; border-radius: 0; }#hwZwzSLVHTzmpMmaAVwFsiE3mrbTvtGo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hwZwzSLVHTzmpMmaAVwFsiE3mrbTvtGo > .row .container { font-size:0.875rem;font-family:arial;height:16.0625rem;width:75rem;position:relative;display:block; }#zWmSZ0QPXuSTCq48EF4zgags7GcZWTsd { color:#000000;display:block;width:32.75rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#zWmSZ0QPXuSTCq48EF4zgags7GcZWTsd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zWmSZ0QPXuSTCq48EF4zgags7GcZWTsd li:before{  }
#pTHoehKT6Dp5LeHXLMTIGAKlTRUGtLxA { color:#444444;display:block;width:31.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:13.4375rem;left:1.375rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HBTtf7GIaxQl6cnmw8WyfiopN292Dat7 { position:relative;display:none; }#HBTtf7GIaxQl6cnmw8WyfiopN292Dat7 { border-width: 0; border-radius: 0; }#HBTtf7GIaxQl6cnmw8WyfiopN292Dat7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HBTtf7GIaxQl6cnmw8WyfiopN292Dat7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FsTFD08i20uW8eN0uJp8ZdGeEh0r0RZh { position:relative;display:block; }#FsTFD08i20uW8eN0uJp8ZdGeEh0r0RZh { background-color: transparent; background-image: none; }#FsTFD08i20uW8eN0uJp8ZdGeEh0r0RZh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsTFD08i20uW8eN0uJp8ZdGeEh0r0RZh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsTFD08i20uW8eN0uJp8ZdGeEh0r0RZh > .row .container > .video-iframe-container { display: none; }#FsTFD08i20uW8eN0uJp8ZdGeEh0r0RZh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsTFD08i20uW8eN0uJp8ZdGeEh0r0RZh > .row > .video-iframe-container { display: none; }#FsTFD08i20uW8eN0uJp8ZdGeEh0r0RZh > .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); }#FsTFD08i20uW8eN0uJp8ZdGeEh0r0RZh { border-width: 0; border-radius: 0; }#FsTFD08i20uW8eN0uJp8ZdGeEh0r0RZh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FsTFD08i20uW8eN0uJp8ZdGeEh0r0RZh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#999999;background-image:none;font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZaGIPqix5FbZLvGeZRS8cqJIffzoFE3A { position:relative;display:block; }#ZaGIPqix5FbZLvGeZRS8cqJIffzoFE3A { background-color: transparent; background-image: none; }#ZaGIPqix5FbZLvGeZRS8cqJIffzoFE3A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaGIPqix5FbZLvGeZRS8cqJIffzoFE3A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaGIPqix5FbZLvGeZRS8cqJIffzoFE3A > .row .container > .video-iframe-container { display: none; }#ZaGIPqix5FbZLvGeZRS8cqJIffzoFE3A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaGIPqix5FbZLvGeZRS8cqJIffzoFE3A > .row > .video-iframe-container { display: none; }#ZaGIPqix5FbZLvGeZRS8cqJIffzoFE3A > .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); }#ZaGIPqix5FbZLvGeZRS8cqJIffzoFE3A { border-width: 0; border-radius: 0; }#ZaGIPqix5FbZLvGeZRS8cqJIffzoFE3A > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZaGIPqix5FbZLvGeZRS8cqJIffzoFE3A > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#626262;background-image:none;font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Uor9MF5hxwCEZsTeLBAydpGkfnTupswR { display:block; }#Uor9MF5hxwCEZsTeLBAydpGkfnTupswR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #auAXXC8gCbphk4hGAQ8TRcKbfmLx7TWw { top:0rem;left:0rem;width:38.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #onBkdNddiRGlXzbVqITwsvOfkidLmaJ4 { display:block; }#onBkdNddiRGlXzbVqITwsvOfkidLmaJ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2tPDfK3OTv5zKot5KFv7mVKhbp6zfVH { top:-0.125rem;left:0rem;width:43.375rem;height:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN1h6Ls6FdWzHi1P9h2TXiJbMVU8BU8V { top:1.25rem;left:6.8125rem;width:17.125rem;height:22.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GWm1ruyBtvPwNrnMP3cqGb1cLuDHu5ok { top:0.75rem;left:0rem;width:5.375rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sLVt2aApOwTTkGC8aLrUTA3AedbFBQxZ { top:1.1875rem;left:1.3125rem;width:28.0625rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhzEe1r60MG8kakTbW3zyom9ChWVJvDO { display:none; }
 }@media only screen and (max-width: 763px) { #yTGhUPDVGIoFPBK1eHVsCds5k89WWX61 { display:none; }
 }@media only screen and (max-width: 763px) { #zgSRcZWkpsBqp36BvOeCMEwJfqCOc6CI { top:15.375rem;left:0rem;width:11.4375rem;height:;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kahtd5SHsguTNeZQoKoDHmfWXkPJ3NZw { top:27.6875rem;left:0rem;width:47.75rem;height:15.658458864426rem;display:none; }
 }@media only screen and (max-width: 763px) { #U2u19XdO0QAypMbdP4LKfDp6MXGS6bTU { top:33.4375rem;left:11.5625rem;width:16.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsc4QX7fe5XME4IkblTTHJKWpzhNQS4G { top:0rem;left:0rem;width:43.4375rem;height:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfTASQh791eS3XPMBtX7ISB0cXu0WWK5 { top:1.25rem;left:0rem;width:12.5625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMng8BKd2X3BlV2m2x80EXrLrD1crPhX { top:0rem;left:22.6875rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFXmeVnldJE0iTB0C0i4DrTTvAAUFREI { top:9.9375rem;left:0rem;width:17.0625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #loClgVMHlHi4QEJsmr4PVBlQdSp769lS { top:14.125rem;left:0rem;width:12.25rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG6M5clWMftwgkTmLZFww8xK6vWqixNd { top:18.1875rem;left:0rem;width:20rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiieaUZs2k9S5LLJIGfqRdbRRCaigDwc { top:20.875rem;left:35.25rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #K5Mk9NOc4kZak79emQK4g7p5ZO2bBnL0 { top:9.5rem;left:0rem;width:21.875rem;height:12.375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6JXDCtWd0ttbTKsS1OwFuMytnef2G0W { top:23.5625rem;left:0rem;width:29rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab7pZahGfgDofhJ8L1oo6buEWWlskoEx { top:28rem;left:0rem;width:18.4375rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GkGSS8HM5L1vIJIP9nuvm0KKxqG5ZDTC { top:22.875rem;left:13.25rem;width:16.3125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxVw8dZwSnTR2ol1tXNTnEc8gK7eJtDf { top:24.125rem;left:0rem;width:25.375rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr9NgOkOkxooPiR07oIdiU11M72vG2hH { top:29.75rem;left:0rem;width:15.8125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKOh5aFsmur06TTRK6NZwd9thgdHJwrn { top:30.5625rem;left:0rem;width:7.625rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB1WkpJZuhWTQQzHhlP0eRT16BbVlGV1 { top:30.0625rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xERM56Jv25dT8TtzJENIzCwOwbXy0aM5 { top:22.375rem;left:44.21875rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #lCb1NTN2ne1Cnic2Q2mEGWUMLO4RhD8e { top:1.25rem;left:22.6875rem;width:25.0625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtG06Sv78PvaKXmCp2MmnoUth6eH7DUz { top:11.8125rem;left:21.375rem;width:26.375rem;height:10.625rem;font-size:0.9375rem;display:block; }#RtG06Sv78PvaKXmCp2MmnoUth6eH7DUz li:before{  }
 }@media only screen and (max-width: 763px) { #RDG3aQv1GIQAKTk1knkaS5QmcPplebPO { top:25.25rem;left:32.5625rem;width:5.9375rem;height:3.499025rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrUeTwChrveam2l1D7uEfAUUwUpGp3lJ { top:25.3125rem;left:39.4375rem;width:5.6875rem;height:3.3379168098069rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7sAxqe3mDVylp4b5LQdz4cQf2QMnMqJ { top:25rem;left:39.5rem;width:8.25rem;height:3.7222523010287rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTAHTOT6DX1yPTQSAuZRehUvDiHlMsL8 { top:30.25rem;left:32.6240234375rem;width:9.875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F99RbK67UAyJJF4PG94x0sNKTA9zvZO8 { top:29.875rem;left:36.3125rem;width:11.4375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #monReLTlv7laVs9nk9G8xacTpuew2K4N { top:29.875rem;left:41.3125rem;width:6.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJenkhuCeW0FVFevV6atv7TSR58hwHTG { top:21.875rem;left:0rem;width:43.5625rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V652cTWpf2cheJgKQ87XrT8xDT2FNEDG { display:block; }#V652cTWpf2cheJgKQ87XrT8xDT2FNEDG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sFtNecyAD4a1TmV35uf2WznVg4gckDJh { top:3.1875rem;left:0rem;width:45.875rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvKlFqicq8nnZP769JAnb0LnUStM0GdT { width:17.5rem;height:3.4375rem;top:3.25rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCdiyyCrmkgFCoDs5TEkNMCCcgmzToT1 { display:block; }
 }@media only screen and (max-width: 763px) { #JzB43mIGlT0JnM4NsMksVyZQfSH59Res { display:block; }#JzB43mIGlT0JnM4NsMksVyZQfSH59Res > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UsPIfyAT20I13pAICfJhCaS8mkOnk9kN { top:1.625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTvTUfTLlLRGW7TapU4dFLCVqSfmmbFW { display:block; }#FTvTUfTLlLRGW7TapU4dFLCVqSfmmbFW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LkLvJLrlT66cW1mNgGEGK8T7LHe1vzkt { top:1.875rem;left:4.5rem;width:40.875rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybAHuQa6tM45ILB8lTOm6dUDK3Txax6O { top:6.5rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5znUWl8toaGoMZ3ymmzJ4kBmzrCCeAH { top:9rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#u5znUWl8toaGoMZ3ymmzJ4kBmzrCCeAH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e1892907-6301-4230-8183-412866b6749e/creditagricole_punkt.webp); }
 }@media only screen and (max-width: 763px) { #L11WVp5PtXZZPgPn5vaX01UWT8srcHwP { top:14.1875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ5RHrzc00SZGD1W0CVTmFfVqOVctTQx { top:17.75rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENwDpWcMiD8sIF4WdOSWERqzgh5R970O { top:20.625rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#ENwDpWcMiD8sIF4WdOSWERqzgh5R970O li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e1892907-6301-4230-8183-412866b6749e/creditagricole_punkt.webp); }
 }@media only screen and (max-width: 763px) { #iqQfJnbBIb7eLNQMOiBgC9dFlr1TTxOS { top:25.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzTguvXUNZJUT0ayh5ylFWaREB4wzoGN { width:17.5rem;height:3.4375rem;top:31.1875rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJOzzRLH00iGTL8cZAPkGnurTm43NUy0 { display:block; }
 }@media only screen and (max-width: 763px) { #z6fqKKJr1Bv6GlHZMRXk5TOzieEh2ccL { top:36.5625rem;left:0.5rem;width:47.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0KKsESBZvTpobmkX6THFauiA7LiDlLL { top:39.1875rem;left:9.8125009536744rem;width:28.125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUWGX4EMuS1T2Qr5fbM71N1M5bperGmE { display:block; }#gUWGX4EMuS1T2Qr5fbM71N1M5bperGmE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xIkmgG7biSAtKOuVx740mLG6FaTGrNiA { top:2.4375rem;left:1.125rem;width:46.625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z01ifJzeT9yscnUA1XDOHR6fL8aZbyhK { top:7.5rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }#z01ifJzeT9yscnUA1XDOHR6fL8aZbyhK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b35e87f6-1f91-401b-8839-9ec11eda6e14/creditagricole_wypunktowanie_.webp); }
 }@media only screen and (max-width: 763px) { #KBsh5CZrV4tggkwJVpkHkEoucOgDsNXB { top:16.125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.1875rem;display:block; }#KBsh5CZrV4tggkwJVpkHkEoucOgDsNXB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e1892907-6301-4230-8183-412866b6749e/creditagricole_punkt.webp); }
 }@media only screen and (max-width: 763px) { #RpaIWfkca6JvO9vbmZZfxE6Xu3kOgMyQ { top:23.0625rem;left:0rem;width:47.75rem;height:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQX5mQ4UltyLrM1qNOguthiyIRoIhTfS { top:27.9375rem;left:3.0624990463257rem;width:42.1875rem;height:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqCiPZHvJkFDVpksrelIT80HbpXIeSXu { width:17.5rem;height:3.4375rem;top:32.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6IIQzcpds0KGl3I2wVSdCdJfy5C2WFy { display:block; }
 }@media only screen and (max-width: 763px) { #iwbc6RAmD7h1NvaTARzSFbMoeRcZS9fT { top:38.9375rem;left:7.9999990463256rem;width:33.5rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #shtT0DHHXcSgyIvBdcptwoUpNX6wMV5o { display:block; }#shtT0DHHXcSgyIvBdcptwoUpNX6wMV5o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZ5tD0mXGeJs11IWlsE9fdnkd892qZBT { top:1.625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBJpBLsvlhaHhoHGFUIsSLmDvLCTWEXw { top:6.0625rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApKy0Tu92cb9A9GAJC0ZPg7FQMr8xOFt { top:9.375rem;left:0rem;width:47.75rem;height:16.1875rem;font-size:1rem;display:block; }#ApKy0Tu92cb9A9GAJC0ZPg7FQMr8xOFt li:before{  }
 }@media only screen and (max-width: 763px) { #SiNLIEtCQb7ZtOF2RGFNKda8ZwpTuXbN { top:27.5625rem;left:0rem;width:42.6875rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKcVkC1N1aGpRvhAKTlwK5QvrT51Mgrq { top:30.5rem;left:0rem;width:44.3125rem;height:3.5625rem;font-size:1rem;display:block; }#JKcVkC1N1aGpRvhAKTlwK5QvrT51Mgrq li:before{  }
 }@media only screen and (max-width: 763px) { #UoyltbWvS27PByHrrnvOFtWposh4G1Tg { width:17.5rem;height:3.4375rem;top:36.875rem;left:15.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1rzn8s5IXHZLSQsrWKu47mQdbu3bpwX { display:block; }
 }@media only screen and (max-width: 763px) { #iNAoJeTyNmSyhQ8vpbv9ENbvaEDTJ7dG { top:43rem;left:0rem;width:47.75rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB90ac37JfyBbRveliSCShN4aqyP3eac { top:47.1875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8xVDW8LLbwu396U7npHscVkmfaektsX { top:51.5625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOQd3CzHz8ztoWpTsVsSlAuSeWWttu0T { top:54.75rem;left:0rem;width:47.75rem;height:5.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnsH0fCSTTJcCcdixeWMiGXuJecwH0P3 { display:block; }#FnsH0fCSTTJcCcdixeWMiGXuJecwH0P3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4KEi3bRS2ITrOPcRGJkVu0WLhOd5sGs { top:2.4375rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcAettOhWKTZ454BJ9f30eZKRoA6Mizn { top:6.8125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTd6QA1u2hNtQnL0DJqZoQ1EuHKkXL0z { display:block; }#eTd6QA1u2hNtQnL0DJqZoQ1EuHKkXL0z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDDNHXfWb6ngd8exv7TWu0KgWKwQIvIg { top:2rem;left:3.841796875rem;width:41.3125rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6fs0GNKMTmkWowSSnnoAfvT0UP9Z43T { top:8.125rem;left:0rem;width:47.75rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTLX6o0TTa9GHicm78fcgNfLZipUc2If { top:9.6875rem;left:1.25rem;width:4.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3yZVSWHIvWVJeu6CPidAUH1naUT9O3R { top:14.9375rem;left:0rem;width:11.8125rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcNDE2entmuvz1AJkKGnH90gN30W7zO7 { top:9.0625rem;left:16.625rem;width:5.0625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4goC4W8290FaqTeMpEmCSLM7WZTN9wp { top:14.4375rem;left:13.5rem;width:11.0625rem;height:2.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbAGquBo60J1JMB0LAyI9wm4E3VGe7HX { top:9rem;left:33.5rem;width:5.0625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG0yQAlHnaoA3vBaxVDQyvpshTDIdC3o { top:14.125rem;left:29.1875rem;width:13.875rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eowtE3XE5ASmWc8nf5vrlgeQO1x7uUVt { top:9rem;left:42.6875rem;width:5.0625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8PMmrvVWg3MGRAOgeah7NfrNrIcbgPO { top:14.125rem;left:36.9375rem;width:10.8125rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCk9obBPql4Exe2pfRINXnryikQuGGPK { top:20.4375rem;left:0rem;width:4.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzxHOG6mxvBCFZFTa6NNTRHwdwbquGtP { top:29.625rem;left:0rem;width:5.8125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNCuEQX3HoNhN8JQmKcUAxQRxlLv5X1F { top:21.875rem;left:0rem;width:41.25rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsZkotxk8ihcJR6UHGOe7h69hscJ89CS { top:28.3125rem;left:12.4375rem;width:10.75rem;height:1.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VotRnwTG1PTMlallmLNxGb4yGIUxSBfC { top:25.9375rem;left:0rem;width:10.75rem;height:6.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GWJwnicN972wdJdlkIOSlg6PUP8f2PZa { top:18.25rem;left:40.6875rem;width:7.0625rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZdCk5HXyuig9MN3or8PEJ5aURZwUI845 { top:28.3125rem;left:37rem;width:10.75rem;height:1.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MW9X2sO8NQatKBEskFTFOGuScm0khARR { top:28.3125rem;left:29.375rem;width:10.75rem;height:1.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dhQrMxbzk0uBfmVX0MtovP0TzXhuSQOI { top:25.8125rem;left:12.40625rem;width:0.1875rem;height:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BtfeN8IcU8F633UMITstn7qyqobeff7M { top:25.8125rem;left:12.40625rem;width:0.1875rem;height:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mLEb0X4qr6sJ14OSkg071OfGOpB4qa1n { display:none; }
 }@media only screen and (max-width: 763px) { #xcyxWON4GJTNRC8TEURl700Cl9QmeOI2 { top:22.125rem;left:42.3125rem;width:5.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct9MCFK6D3X20TVhUdHbnftSN468Gihn { top:29rem;left:0rem;width:10.75rem;height:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlXWbbA5OaanJCMvHcktVJFKWia3cVMr { top:31.25rem;left:13.78125rem;width:10.75rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdIq6lCWhWS77C3aVQnu3rymLTf6RI0w { top:31.25rem;left:30.65625rem;width:10.75rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mokc1H0xQhQqsRlyJrK9dZdT2CtRadeD { top:31.25rem;left:37rem;width:10.75rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCvPCKaWVbHt4gMQXfzuKXS1M2JfZZTg { top:19.375rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEbX65SN1asl5HTK3eZIQI1HsXx7zMQt { top:27.5rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RP32K8E9hToQzQGUVVgDGzT4MDKF0q3L { top:11.5rem;left:0rem;width:0.1875rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmXAHinIFUP2H0wIHvBkz05PSkLwI1o1 { top:19.875rem;left:0rem;width:0.1875rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKANMBeEFeqDRDZX0utyFC1IH5szBH18 { top:28.0625rem;left:0rem;width:0.1875rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihykWH58TdkUzk4MlTOUdmVTmXEOl8Tw { top:28.0625rem;left:12.15625rem;width:0.1875rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeiGwAnqbqdCGWn3g6peKF667bkIQKAC { top:28.0625rem;left:27.84375rem;width:0.1875rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ1y0F8rXK54NCD5Ic9Abem3FO1htuT2 { top:28.0625rem;left:45.53125rem;width:0.1875rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoViVvyUnOS7GMRGM511C53TwZhuWvHz { top:19.875rem;left:45.53125rem;width:0.1875rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2pC9Fuynl7oTTTfBddhsTe4JdpQ6zE6 { top:11.5rem;left:45.53125rem;width:0.1875rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETs7KTna8fBGTO33okBmMnraWxscwyJb { top:11.5rem;left:27.71875rem;width:0.1875rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKOoVWHiFP4xM9KN3RB8VwvTNSb3ZTr4 { top:11.5rem;left:12.09375rem;width:0.1875rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8u6GbmX3V8w5mv47SI7wdIc0X0sPoeq { display:none; }
 }@media only screen and (max-width: 763px) { #U5k3X2AgTilz63PXS2z4EzgGoBwK4kVh { display:none; }
 }@media only screen and (max-width: 763px) { #uKAF1mR6sbg8t6vxc2aNegFRSuRQatbN { display:none; }
 }@media only screen and (max-width: 763px) { #HsCq453Xk7EcHoB8JZtmQIrJu0qsBJhZ { width:17.5rem;height:3.4375rem;top:41.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbQKpPIDPE4lcTD8OZedPvFaVAwmJg3W { display:block; }
 }@media only screen and (max-width: 763px) { #EQ8h5XZHEloPTyNwOLOBuZG3qTLCq0mZ { display:block; }#EQ8h5XZHEloPTyNwOLOBuZG3qTLCq0mZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odWCkzglm34gU8ui9vnJpErleKLFZv5f { top:2.125rem;left:9.25rem;width:27.6875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKTc7SUwLwOsKcAGpRXCWkWX936ZMTSf { top:11.375rem;left:0rem;width:47.75rem;height:6.1810443618103rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgwAWcOeqAkWZC2wfq1dzO5ifcSBaT3q { top:6.4375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlmrlzZJWOIq3vRDdQks5e5IUO5lCwBp { display:block; }#MlmrlzZJWOIq3vRDdQks5e5IUO5lCwBp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKg2IQqXZTodKxDrUUBVMD21l8cyT2cJ { top:1.75rem;left:19.624286651611rem;width:7.9375rem;height:8.3751629078106rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxkfJ4X0o7DxsGEJiEcXNm1pOd2n2zKh { top:11.625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRO69MbhAdasTnV3wsDnbFCnbpGQL3fL { top:16.8125rem;left:0rem;width:47.75rem;height:8.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6ExTPRoWdHanfb3HHkVxSCTx3a9zaUr { top:7.25rem;left:0rem;width:17.625rem;height:4.875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbrZFsJmTTVG4ybVzxu0pOPKRJCSQsxu { top:13.5625rem;left:0rem;width:19.25rem;height:14.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fb21phx83onFukKRQkXfN30lDqcdRMqW { width:17.5rem;height:3.4375rem;top:28.9375rem;left:14.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaRBi9cDWQJlk68O9wbBWWiUwWTAhnm3 { display:block; }
 }@media only screen and (max-width: 763px) { #dQ0MvHl8HieMyEf4IURnd2MEBRtHU3qx { display:block; }#dQ0MvHl8HieMyEf4IURnd2MEBRtHU3qx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUDPk7RocTh1TuqsBrZrXD3pRyt0lxdl { top:2rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVHHLB5MATGRF1ualL0Ktp07xiWZSOso { top:6.6875rem;left:15.797939300537rem;width:6.75rem;height:3.9995798494402rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQODuaFOg5r1UGltrx0CgMw4euA9RKTx { top:6.6875rem;left:25.405536651611rem;width:6.625rem;height:3.9375478800687rem;display:block; }
 }@media only screen and (max-width: 763px) { #hr6hzSEdINwsBlpnfaBBK23ruzgxwQHA { top:12.9375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0wAUONRPTlleoB5tMpryqhkCaLFFBTb { top:18.8125rem;left:18.922050476074rem;width:9.875rem;height:4.4372280011646rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcoz3fva6RrIBlXbOxhk956uzFs3MGeD { top:25.625rem;left:1.390625rem;width:45.9375rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPWshLNvWNpLyDypixbK3gzNWVfFpekO { top:30.375rem;left:0rem;width:13.9375rem;height:2.7495057388664rem;display:block; }
 }@media only screen and (max-width: 763px) { #SitovgSOeEDZuKlHLU17pyPLOu0uyfzu { top:30.3125rem;left:17.030181884766rem;width:14.3125rem;height:2.9369029241324rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwRPLDDzbbQePraGpwoBFETAaKAzR724 { top:30.875rem;left:36.405181884766rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMFGaeTsMK18F6Rbs8otZB85Nz3sggiT { top:30.875rem;left:39.65535736084rem;width:5.25rem;height:2.8749346660079rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6HWvEl4lMV81J9qtUIaIm0we4OGI91z { top:35.625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8aeFTIVpN4QNIcrWQkHrHeO8NAD3d1d { width:17.5rem;height:3.4375rem;top:42.1875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpbngsISkI3hNA0qMX93gtTV0QtgUGXv { display:block; }
 }@media only screen and (max-width: 763px) { #yZ0hldlegPksJEeFdwqUWelsAKLzAsrN { display:block; }#yZ0hldlegPksJEeFdwqUWelsAKLzAsrN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yNyrtIAI8Gbvx3MJKSwu5zH91RNwaD16 { top:1.75rem;left:19.891510009766rem;width:7.9375rem;height:8.1878341824881rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkd5B7G43ApAoLN1cRGEqZqa1cKSqsbM { top:10.75rem;left:9.748046875rem;width:28.1875rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpFCgkcHzozLSMwgRJbqTdtsRxowTi03 { top:15.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaTrBV63sIpwvr1S6OAFKXr20cE2mclr { top:22.0625rem;left:0rem;width:15.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQgfbJcgWcpBG9n8EqTT4Nz1eTW7qwc6 { top:22.0625rem;left:9.9208068847656rem;width:15.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #asr15mvw8WC79a4iJT35xdhIkhbQA2dT { top:22.0625rem;left:25.482776641846rem;width:15.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL9JHmMRV3CCtTxJxBdADFbqmd7SFObR { top:22.0625rem;left:32.125rem;width:15.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWrpvSM6NFTwxVhZ0PML3zmWSNbRXhFe { top:22.375rem;left:2.2965202331543rem;width:13.625rem;height:5.5620452919077rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV0JCPL5QgF7v0H62oHOw6a6ElZf5P1e { top:22.375rem;left:19.32865524292rem;width:13.625rem;height:5.5620452919077rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKUqq3LHZCm1KJR48qd9cha5NgIusc6c { top:22.375rem;left:34.078300476074rem;width:13.625rem;height:5.5620452919077rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFMeHeyhwKQA2CduTJlCUHVzWCO0TexN { top:22.375rem;left:0rem;width:5.75rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #shXNuSeLPvVy5Mz9QV3D9usTgPST7giz { top:29.6875rem;left:0rem;width:12.5625rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElUgu3ogTcom94Csz2R97eryyT4146Nu { top:29.6875rem;left:12.826042175293rem;width:8.1875rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdBivqxbL7PIoqf2KnO8ePD8STDNxUkJ { top:29.6875rem;left:27.764583587646rem;width:11.0625rem;height:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GU2a4ThsSwTFvyyyzT91gWIhERtCQmfy { top:29.6875rem;left:35.5625rem;width:12.1875rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJeGFSbwkWAftQiPLHTemU8OsCuDvyHX { width:17.5rem;height:3.4375rem;top:38.625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxE5MhcUA8FDVIL1MvTNCA7dveQiGRyG { display:block; }
 }@media only screen and (max-width: 763px) { #zMT5Ikxttv7mOF5gFDb7KcGEr5BNrzis { display:block; }#zMT5Ikxttv7mOF5gFDb7KcGEr5BNrzis > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCQN7aUHaT9iV18hw77LGnOiTlcKsNmZ { top:1.25rem;left:19.90625rem;width:7.9375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlQp3g2C3xr7S7qWHz0W9kR8C9wI8XS4 { top:10.8125rem;left:7.3125rem;width:32.6875rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2JgA00L2wFG257q8RMZyKg5vuluW0Qs { top:16.5rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1rem;display:block; }#A2JgA00L2wFG257q8RMZyKg5vuluW0Qs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e1892907-6301-4230-8183-412866b6749e/creditagricole_punkt.webp); }
 }@media only screen and (max-width: 763px) { #NWLTBWdMXW81qmaTSvJnGMcNGZVxkR4x { width:17.5rem;height:3.4375rem;top:23.625rem;left:14.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLMLFldU8htglFkO9QiEtkXLmIcd7TQQ { display:block; }
 }@media only screen and (max-width: 763px) { #rfk9pX7SK5V8xMTOUP41ch4aJLcvmZ0c { display:block; }#rfk9pX7SK5V8xMTOUP41ch4aJLcvmZ0c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDxz3eaCutmv5AIfu9wZf1h93xD3RxpT { top:1.9375rem;left:16.562320709229rem;width:13.3125rem;height:4.6245338842801rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgCTVCGRGcZId2yVx5U1AHvHOZobhcf3 { top:8.375rem;left:10.810546875rem;width:25.25rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ucdn3ykswgCoQBPZ0SblcPiMeX0P3Z3u { top:12.9375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc9eUTEGoCuBrS2RWfdtgcuoB3Dd55PJ { width:17.5rem;height:3.4375rem;top:20.3125rem;left:14.4677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVGhZhLvCGFNVR1Z7Bt5aXUgwSAOLM94 { display:block; }
 }@media only screen and (max-width: 763px) { #OhbXuZ2WnCQ1Nl44z7zPfmTteQ5L61o0 { display:block; }#OhbXuZ2WnCQ1Nl44z7zPfmTteQ5L61o0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1TB1ZZUELFyiemMb00eHovuWr6sJsdM { top:1.875rem;left:19.999465942382rem;width:7.9375rem;height:8.0626358385375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4mFmMWKTlcyJL2dASpWFSf6rzagQSgd { top:11.4375rem;left:4.123046875rem;width:39.4375rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8QXOf01UmdPgeAmon8SRld2CDg3Nm17 { top:16.5625rem;left:11.21875rem;width:26.5625rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN6IX9F5B1cBzUDsRZqURrz9TF8nr0tM { top:18.9375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k59EmGAriR6G7QnOTErGGUmwV2pL3Z94 { top:23.5rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:1.0625rem;display:block; }#k59EmGAriR6G7QnOTErGGUmwV2pL3Z94 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e1892907-6301-4230-8183-412866b6749e/creditagricole_punkt.webp); }
 }@media only screen and (max-width: 763px) { #qxaTftUak6qXLcU6uuE45sWc6Bl53P5n { top:35.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KU4N60N4FvWQJRRLFqOFmAFdXSIDDpx6 { width:17.5rem;height:3.4375rem;top:42.625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9MSybNb949syunovXllf25E0bI5Sgiq { display:block; }
 }@media only screen and (max-width: 763px) { #oDgLbSiRxBpIqOUACmdliaZyTshfD9RU { display:block; }#oDgLbSiRxBpIqOUACmdliaZyTshfD9RU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGX9Z1oyTlSfWo3nXfESpnEMG5PXsUxu { top:1.25rem;left:0rem;width:47.75rem;height:79.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDkyHnvmhVlhG8xvdIrUXJT4IIEtTPZJ { top:68.8125rem;left:21.875rem;width:0.0625rem;height:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hwZwzSLVHTzmpMmaAVwFsiE3mrbTvtGo { display:block; }#hwZwzSLVHTzmpMmaAVwFsiE3mrbTvtGo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zWmSZ0QPXuSTCq48EF4zgags7GcZWTsd { top:0.9375rem;left:0rem;width:32.75rem;height:;font-size:0.75rem;display:block; }#zWmSZ0QPXuSTCq48EF4zgags7GcZWTsd li:before{  }
 }@media only screen and (max-width: 763px) { #pTHoehKT6Dp5LeHXLMTIGAKlTRUGtLxA { top:13.4375rem;left:0rem;width:31.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBTtf7GIaxQl6cnmw8WyfiopN292Dat7 { display:none; }#HBTtf7GIaxQl6cnmw8WyfiopN292Dat7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FsTFD08i20uW8eN0uJp8ZdGeEh0r0RZh { display:block; }#FsTFD08i20uW8eN0uJp8ZdGeEh0r0RZh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaGIPqix5FbZLvGeZRS8cqJIffzoFE3A { display:block; }#ZaGIPqix5FbZLvGeZRS8cqJIffzoFE3A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;top:0rem;left:0rem;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) { #Uor9MF5hxwCEZsTeLBAydpGkfnTupswR { display:none; }#Uor9MF5hxwCEZsTeLBAydpGkfnTupswR > .row .container { width:20rem;height:5.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #auAXXC8gCbphk4hGAQ8TRcKbfmLx7TWw { width:20rem;height:2.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #onBkdNddiRGlXzbVqITwsvOfkidLmaJ4 { display:block; }#onBkdNddiRGlXzbVqITwsvOfkidLmaJ4 > .row .container { width:20rem;height:58.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2tPDfK3OTv5zKot5KFv7mVKhbp6zfVH { width:20rem;height:25.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN1h6Ls6FdWzHi1P9h2TXiJbMVU8BU8V { width:20rem;height:26.125rem;top:0rem;left:0rem;z-index:14994;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GWm1ruyBtvPwNrnMP3cqGb1cLuDHu5ok { width:9.0625rem;height:2.4375rem;top:0.71875rem;left:1.3125rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sLVt2aApOwTTkGC8aLrUTA3AedbFBQxZ { width:14.625rem;height:17.5rem;top:3.3031253814698rem;left:5.375rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #qhzEe1r60MG8kakTbW3zyom9ChWVJvDO { top:15.701041221619rem;left:1.25rem;width:9.4375rem;height:1.9375rem;z-index:15110;background-color:#01939c;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #yTGhUPDVGIoFPBK1eHVsCds5k89WWX61 { top:17.888541221619rem;left:1.3125rem;width:17.5rem;height:1.9375rem;z-index:15111;background-color:#01939c;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #zgSRcZWkpsBqp36BvOeCMEwJfqCOc6CI { width:17.5rem;height:4.5rem;top:15.482292175293rem;left:1.625rem;font-size:1.875rem;line-height:1.2;z-index:15117;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kahtd5SHsguTNeZQoKoDHmfWXkPJ3NZw { width:20rem;height:6.5583125rem;top:16.30312538147rem;left:0rem;z-index:14997;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #U2u19XdO0QAypMbdP4LKfDp6MXGS6bTU { width:15.625rem;height:0.975rem;top:20.74062538147rem;left:1.5rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15104;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #Tsc4QX7fe5XME4IkblTTHJKWpzhNQS4G { width:20rem;height:16.517985611511rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OfTASQh791eS3XPMBtX7ISB0cXu0WWK5 { width:9.25rem;height:2.8125rem;top:0.875rem;left:5.3743491768837rem;display:none; }
 }@media only screen and (max-width: 763px) { #WMng8BKd2X3BlV2m2x80EXrLrD1crPhX { width:6.75rem;height:6.75rem;top:0rem;left:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFXmeVnldJE0iTB0C0i4DrTTvAAUFREI { width:17.0625rem;height:3.5rem;top:9.9375rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #loClgVMHlHi4QEJsmr4PVBlQdSp769lS { width:12.25rem;height:3.3125rem;top:14.125rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yG6M5clWMftwgkTmLZFww8xK6vWqixNd { width:20rem;height:3.3125rem;top:18.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JiieaUZs2k9S5LLJIGfqRdbRRCaigDwc { top:20.38476875rem;left:7.8125rem;width:4.375rem;height:0.0625rem;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #K5Mk9NOc4kZak79emQK4g7p5ZO2bBnL0 { width:14.4375rem;height:6.825rem;top:13.29062461853rem;left:1.8125rem;font-size:1.75rem;line-height:1.3;z-index:15112;display:none; }
 }@media only screen and (max-width: 763px) { #Z6JXDCtWd0ttbTKsS1OwFuMytnef2G0W { width:20rem;height:6.4375rem;top:22.80312538147rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:0rem;background-color:#538300;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) { #Ab7pZahGfgDofhJ8L1oo6buEWWlskoEx { width:18.4375rem;height:2.68125rem;top:23.55312538147rem;left:1.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15069;line-height:1.1;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GkGSS8HM5L1vIJIP9nuvm0KKxqG5ZDTC { width:13.3125rem;height:8.25rem;top:26.75rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxVw8dZwSnTR2ol1tXNTnEc8gK7eJtDf { width:19.3125rem;height:0;top:14.990234375rem;left:0.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Tr9NgOkOkxooPiR07oIdiU11M72vG2hH { width:15.8125rem;height:5.125rem;top:29.75rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cKOh5aFsmur06TTRK6NZwd9thgdHJwrn { width:7.625rem;height:auto;top:30.5625rem;left:6.1875rem;font-size:1.0625rem;z-index:15055;display:none; }
 }@media only screen and (max-width: 763px) { #fB1WkpJZuhWTQQzHhlP0eRT16BbVlGV1 { width:4.6875rem;height:4.6875rem;top:30.0625rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xERM56Jv25dT8TtzJENIzCwOwbXy0aM5 { top:33.60645rem;left:7.8125rem;width:4.375rem;height:0.0625rem;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #lCb1NTN2ne1Cnic2Q2mEGWUMLO4RhD8e { width:20rem;height:4.78125rem;top:34.59375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RtG06Sv78PvaKXmCp2MmnoUth6eH7DUz { width:19.6875rem;height:8.59375rem;top:40.169792175293rem;left:0.3125rem;font-size:0.9375rem;line-height:1.7;display:block; }#RtG06Sv78PvaKXmCp2MmnoUth6eH7DUz li:before{  }
 }@media only screen and (max-width: 763px) { #RDG3aQv1GIQAKTk1knkaS5QmcPplebPO { width:4.4375rem;height:2.5625rem;top:51.196876525879rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrUeTwChrveam2l1D7uEfAUUwUpGp3lJ { width:4.125rem;height:2.375rem;top:51.353126525879rem;left:7.9364585876462rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7sAxqe3mDVylp4b5LQdz4cQf2QMnMqJ { width:5.25rem;height:2.3125rem;top:51.258331298828rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTAHTOT6DX1yPTQSAuZRehUvDiHlMsL8 { width:5.9375rem;height:0.9375rem;top:55.544792175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F99RbK67UAyJJF4PG94x0sNKTA9zvZO8 { width:7.3125rem;height:1.1875rem;top:55.449996948243rem;left:6.6552085876462rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #monReLTlv7laVs9nk9G8xacTpuew2K4N { width:5.375rem;height:2.1875rem;top:55.076042175293rem;left:14.623958587646rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJenkhuCeW0FVFevV6atv7TSR58hwHTG { width:20rem;height:6.4562410329986rem;top:21.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V652cTWpf2cheJgKQ87XrT8xDT2FNEDG { display:block; }#V652cTWpf2cheJgKQ87XrT8xDT2FNEDG > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sFtNecyAD4a1TmV35uf2WznVg4gckDJh { width:19.8125rem;height:1.38125rem;top:1.0617980957031rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OvKlFqicq8nnZP769JAnb0LnUStM0GdT { width:17.5rem;height:3.4375rem;top:3.6923859375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCdiyyCrmkgFCoDs5TEkNMCCcgmzToT1 { display:block; }
 }@media only screen and (max-width: 763px) { #JzB43mIGlT0JnM4NsMksVyZQfSH59Res { display:block; }#JzB43mIGlT0JnM4NsMksVyZQfSH59Res > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UsPIfyAT20I13pAICfJhCaS8mkOnk9kN { width:20rem;height:3.575rem;top:1.125rem;left:0rem;font-size:1.375rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #FTvTUfTLlLRGW7TapU4dFLCVqSfmmbFW { display:block; }#FTvTUfTLlLRGW7TapU4dFLCVqSfmmbFW > .row .container { width:20rem;height:50.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LkLvJLrlT66cW1mNgGEGK8T7LHe1vzkt { width:20rem;height:3.575rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybAHuQa6tM45ILB8lTOm6dUDK3Txax6O { width:20rem;height:2.3375rem;top:6.075rem;left:0rem;font-size:1.0625rem;line-height:1.1;z-index:15052;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u5znUWl8toaGoMZ3ymmzJ4kBmzrCCeAH { width:20rem;height:6.6875rem;top:9.6625rem;left:0rem;font-size:1rem;line-height:1.3;z-index:15052;text-align:left;text-align-last:left;display:block; }#u5znUWl8toaGoMZ3ymmzJ4kBmzrCCeAH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e1892907-6301-4230-8183-412866b6749e/creditagricole_punkt.webp); }
 }@media only screen and (max-width: 763px) { #L11WVp5PtXZZPgPn5vaX01UWT8srcHwP { width:20rem;height:2.2rem;top:17.5rem;left:0rem;font-size:1rem;line-height:1.1;z-index:15052;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xJ5RHrzc00SZGD1W0CVTmFfVqOVctTQx { width:20rem;height:2.3375rem;top:21.5rem;left:0rem;font-size:1.0625rem;line-height:1.1;z-index:15052;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ENwDpWcMiD8sIF4WdOSWERqzgh5R970O { width:20rem;height:4.0875rem;top:24.625rem;left:0rem;font-size:1rem;line-height:1.3;z-index:15052;text-align:left;text-align-last:left;display:block; }#ENwDpWcMiD8sIF4WdOSWERqzgh5R970O li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e1892907-6301-4230-8183-412866b6749e/creditagricole_punkt.webp); }
 }@media only screen and (max-width: 763px) { #iqQfJnbBIb7eLNQMOiBgC9dFlr1TTxOS { width:20rem;height:5.5rem;top:30.393749237061rem;left:0rem;font-size:1rem;line-height:1.1;z-index:15052;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RzTguvXUNZJUT0ayh5ylFWaREB4wzoGN { width:17.5rem;height:3.4375rem;top:37.78125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJOzzRLH00iGTL8cZAPkGnurTm43NUy0 { display:block; }
 }@media only screen and (max-width: 763px) { #z6fqKKJr1Bv6GlHZMRXk5TOzieEh2ccL { width:20rem;height:3.3rem;top:42.75rem;left:0rem;font-size:1rem;line-height:1.1;z-index:15052;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #S0KKsESBZvTpobmkX6THFauiA7LiDlLL { width:19.375rem;height:1.03125rem;top:47.3125rem;left:0.3125rem;font-size:0.9375rem;line-height:1.1;z-index:15052;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gUWGX4EMuS1T2Qr5fbM71N1M5bperGmE { display:block; }#gUWGX4EMuS1T2Qr5fbM71N1M5bperGmE > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xIkmgG7biSAtKOuVx740mLG6FaTGrNiA { width:18.125rem;height:3.575rem;top:1.25rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z01ifJzeT9yscnUA1XDOHR6fL8aZbyhK { width:19.625rem;height:13.79375rem;top:6.0737838745117rem;left:0.25rem;font-size:1.0625rem;line-height:1.1;z-index:15052;text-align:left;text-align-last:left;display:block; }#z01ifJzeT9yscnUA1XDOHR6fL8aZbyhK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/b35e87f6-1f91-401b-8839-9ec11eda6e14/creditagricole_wypunktowanie_.webp); }
 }@media only screen and (max-width: 763px) { #KBsh5CZrV4tggkwJVpkHkEoucOgDsNXB { width:19rem;height:8.80625rem;top:21.10840625rem;left:1rem;font-size:1.0625rem;line-height:1.1;z-index:15052;text-align:left;text-align-last:left;display:block; }#KBsh5CZrV4tggkwJVpkHkEoucOgDsNXB li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e1892907-6301-4230-8183-412866b6749e/creditagricole_punkt.webp); }
 }@media only screen and (max-width: 763px) { #RpaIWfkca6JvO9vbmZZfxE6Xu3kOgMyQ { width:20rem;height:4.675rem;top:30.61621875rem;left:0rem;font-size:1.0625rem;line-height:1.1;z-index:15052;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xQX5mQ4UltyLrM1qNOguthiyIRoIhTfS { width:20rem;height:4.675rem;top:35.91309375rem;left:0rem;font-size:1.0625rem;line-height:1.1;z-index:15052;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hqCiPZHvJkFDVpksrelIT80HbpXIeSXu { width:17.5rem;height:3.4375rem;top:41.83496875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6IIQzcpds0KGl3I2wVSdCdJfy5C2WFy { display:block; }
 }@media only screen and (max-width: 763px) { #iwbc6RAmD7h1NvaTARzSFbMoeRcZS9fT { width:20rem;height:2.475rem;top:46.521697998047rem;left:0rem;font-size:1.125rem;line-height:1.1;z-index:15052;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #shtT0DHHXcSgyIvBdcptwoUpNX6wMV5o { display:block; }#shtT0DHHXcSgyIvBdcptwoUpNX6wMV5o > .row .container { width:20rem;height:85rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZ5tD0mXGeJs11IWlsE9fdnkd892qZBT { width:20rem;height:4.125rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KBJpBLsvlhaHhoHGFUIsSLmDvLCTWEXw { width:20rem;height:4.14375rem;top:6.625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ApKy0Tu92cb9A9GAJC0ZPg7FQMr8xOFt { width:20rem;height:25.5625rem;top:12.01875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#ApKy0Tu92cb9A9GAJC0ZPg7FQMr8xOFt li:before{  }
 }@media only screen and (max-width: 763px) { #SiNLIEtCQb7ZtOF2RGFNKda8ZwpTuXbN { width:20rem;height:1.38125rem;top:38.83125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JKcVkC1N1aGpRvhAKTlwK5QvrT51Mgrq { width:20rem;height:5.1125rem;top:41.4625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#JKcVkC1N1aGpRvhAKTlwK5QvrT51Mgrq li:before{  }
 }@media only screen and (max-width: 763px) { #UoyltbWvS27PByHrrnvOFtWposh4G1Tg { width:17.5rem;height:3.4375rem;top:48.206254577637rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1rzn8s5IXHZLSQsrWKu47mQdbu3bpwX { display:block; }
 }@media only screen and (max-width: 763px) { #iNAoJeTyNmSyhQ8vpbv9ENbvaEDTJ7dG { width:20rem;height:5.25rem;top:52.5125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #QB90ac37JfyBbRveliSCShN4aqyP3eac { width:20rem;height:7.3125rem;top:59.0125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s8xVDW8LLbwu396U7npHscVkmfaektsX { width:20rem;height:3.65625rem;top:67.575rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NOQd3CzHz8ztoWpTsVsSlAuSeWWttu0T { width:20rem;height:10.725rem;top:72.48125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FnsH0fCSTTJcCcdixeWMiGXuJecwH0P3 { display:block; }#FnsH0fCSTTJcCcdixeWMiGXuJecwH0P3 > .row .container { width:20rem;height:18.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4KEi3bRS2ITrOPcRGJkVu0WLhOd5sGs { width:20rem;height:3.575rem;top:1.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcAettOhWKTZ454BJ9f30eZKRoA6Mizn { width:18.75rem;height:9.6rem;top:6.8989562988281rem;left:0.625rem;font-size:1rem;line-height:1.2;z-index:15052;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eTd6QA1u2hNtQnL0DJqZoQ1EuHKkXL0z { display:block; }#eTd6QA1u2hNtQnL0DJqZoQ1EuHKkXL0z > .row .container { width:20rem;height:63.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDDNHXfWb6ngd8exv7TWu0KgWKwQIvIg { width:18.3125rem;height:3.575rem;top:1.0625rem;left:0.875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U6fs0GNKMTmkWowSSnnoAfvT0UP9Z43T { width:20rem;height:49.875rem;top:5.75rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #uTLX6o0TTa9GHicm78fcgNfLZipUc2If { width:3.4375rem;height:3.0625rem;top:13.53125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3yZVSWHIvWVJeu6CPidAUH1naUT9O3R { width:5.1875rem;height:1.625rem;top:17.28125rem;left:0.375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HcNDE2entmuvz1AJkKGnH90gN30W7zO7 { width:3.6875rem;height:3.25rem;top:45.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4goC4W8290FaqTeMpEmCSLM7WZTN9wp { width:4.875rem;height:2.4375rem;top:26.8125rem;left:0.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbAGquBo60J1JMB0LAyI9wm4E3VGe7HX { width:3.8125rem;height:3.375rem;top:22.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG0yQAlHnaoA3vBaxVDQyvpshTDIdC3o { width:4.9375rem;height:3.25rem;top:37.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eowtE3XE5ASmWc8nf5vrlgeQO1x7uUVt { width:3.625rem;height:3.1875rem;top:34.125rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8PMmrvVWg3MGRAOgeah7NfrNrIcbgPO { width:5.4375rem;height:3.25rem;top:49.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCk9obBPql4Exe2pfRINXnryikQuGGPK { width:4.125rem;height:4.0625rem;top:7.3125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzxHOG6mxvBCFZFTa6NNTRHwdwbquGtP { width:4.8125rem;height:3.6875rem;top:7.5rem;left:13.9560546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNCuEQX3HoNhN8JQmKcUAxQRxlLv5X1F { width:5.5rem;height:11.7rem;top:24.125rem;left:6.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tsZkotxk8ihcJR6UHGOe7h69hscJ89CS { width:5rem;height:0.975rem;top:49.375rem;left:6.625rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #VotRnwTG1PTMlallmLNxGb4yGIUxSBfC { width:5.0625rem;height:7.8rem;top:13.0625rem;left:13.8310546875rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #GWJwnicN972wdJdlkIOSlg6PUP8f2PZa { width:4.4375rem;height:0.975rem;top:25.8994140625rem;left:14.3935546875rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #ZdCk5HXyuig9MN3or8PEJ5aURZwUI845 { width:4.4375rem;height:0.975rem;top:36.9619140625rem;left:14.1435546875rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #MW9X2sO8NQatKBEskFTFOGuScm0khARR { width:5rem;height:0.975rem;top:49.375rem;left:13.8310546875rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #dhQrMxbzk0uBfmVX0MtovP0TzXhuSQOI { width:0.0625rem;height:34.375rem;top:14.8125rem;left:6.09375rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #BtfeN8IcU8F633UMITstn7qyqobeff7M { width:0.0625rem;height:34.375rem;top:14.8125rem;left:13.09375rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #mLEb0X4qr6sJ14OSkg071OfGOpB4qa1n { top:43.6875rem;left:7.59375rem;width:4.375rem;height:0.0625rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #xcyxWON4GJTNRC8TEURl700Cl9QmeOI2 { width:5.4375rem;height:0;top:62.625rem;left:7.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ct9MCFK6D3X20TVhUdHbnftSN468Gihn { width:10.75rem;height:0;top:64.8496125rem;left:4.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WlXWbbA5OaanJCMvHcktVJFKWia3cVMr { width:10.75rem;height:0;top:69.99805rem;left:4.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vdIq6lCWhWS77C3aVQnu3rymLTf6RI0w { width:10.75rem;height:0;top:72.2226625rem;left:4.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mokc1H0xQhQqsRlyJrK9dZdT2CtRadeD { width:10.75rem;height:0;top:74.447275rem;left:4.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mCvPCKaWVbHt4gMQXfzuKXS1M2JfZZTg { width:20rem;height:0.1875rem;top:19.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qEbX65SN1asl5HTK3eZIQI1HsXx7zMQt { width:20rem;height:0.1875rem;top:27.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RP32K8E9hToQzQGUVVgDGzT4MDKF0q3L { width:0.1875rem;height:7.3125rem;top:11.5rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xmXAHinIFUP2H0wIHvBkz05PSkLwI1o1 { width:0.1875rem;height:7.3125rem;top:19.875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HKANMBeEFeqDRDZX0utyFC1IH5szBH18 { width:0.1875rem;height:7.3125rem;top:28.0625rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ihykWH58TdkUzk4MlTOUdmVTmXEOl8Tw { width:0.1875rem;height:7.3125rem;top:28.0625rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TeiGwAnqbqdCGWn3g6peKF667bkIQKAC { width:0.1875rem;height:7.3125rem;top:28.0625rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQ1y0F8rXK54NCD5Ic9Abem3FO1htuT2 { width:0.1875rem;height:7.3125rem;top:28.0625rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MoViVvyUnOS7GMRGM511C53TwZhuWvHz { width:0.1875rem;height:7.3125rem;top:19.875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m2pC9Fuynl7oTTTfBddhsTe4JdpQ6zE6 { width:0.1875rem;height:7.3125rem;top:11.5rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETs7KTna8fBGTO33okBmMnraWxscwyJb { width:0.1875rem;height:7.3125rem;top:11.5rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pKOoVWHiFP4xM9KN3RB8VwvTNSb3ZTr4 { width:0.1875rem;height:7.3125rem;top:11.5rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r8u6GbmX3V8w5mv47SI7wdIc0X0sPoeq { top:43.6875rem;left:14.03125rem;width:4.375rem;height:0.0625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #U5k3X2AgTilz63PXS2z4EzgGoBwK4kVh { top:31.6875rem;left:14.03125rem;width:4.375rem;height:0.0625rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #uKAF1mR6sbg8t6vxc2aNegFRSuRQatbN { top:22.0625rem;left:14.03125rem;width:4.375rem;height:0.0625rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #HsCq453Xk7EcHoB8JZtmQIrJu0qsBJhZ { width:17.5rem;height:3.4375rem;top:57.6865234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbQKpPIDPE4lcTD8OZedPvFaVAwmJg3W { display:block; }
 }@media only screen and (max-width: 763px) { #EQ8h5XZHEloPTyNwOLOBuZG3qTLCq0mZ { display:block; }#EQ8h5XZHEloPTyNwOLOBuZG3qTLCq0mZ > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odWCkzglm34gU8ui9vnJpErleKLFZv5f { width:20rem;height:1.7875rem;top:1.1869659423828rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RKTc7SUwLwOsKcAGpRXCWkWX936ZMTSf { width:20rem;height:2.5625rem;top:4.759765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgwAWcOeqAkWZC2wfq1dzO5ifcSBaT3q { width:18.3125rem;height:4.875rem;top:9.326171875rem;left:1.0615234375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MlmrlzZJWOIq3vRDdQks5e5IUO5lCwBp { display:block; }#MlmrlzZJWOIq3vRDdQks5e5IUO5lCwBp { background-color: transparent; background-image: none; }#MlmrlzZJWOIq3vRDdQks5e5IUO5lCwBp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlmrlzZJWOIq3vRDdQks5e5IUO5lCwBp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlmrlzZJWOIq3vRDdQks5e5IUO5lCwBp > .row .container > .video-iframe-container { display: none; }#MlmrlzZJWOIq3vRDdQks5e5IUO5lCwBp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlmrlzZJWOIq3vRDdQks5e5IUO5lCwBp > .row > .video-iframe-container { display: none; }#MlmrlzZJWOIq3vRDdQks5e5IUO5lCwBp > .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); }#MlmrlzZJWOIq3vRDdQks5e5IUO5lCwBp > .row .container { width:20rem;height:36.3125rem;background-color:#00989f;background-image:url("https://images.assets-landingi.com/uc/a7f35220-46cf-486c-a3ce-79fe364cf3f9/CA_jednaKarta_V2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#MlmrlzZJWOIq3vRDdQks5e5IUO5lCwBp > .row .container.adaptive-delivery-prevent-bg, #MlmrlzZJWOIq3vRDdQks5e5IUO5lCwBp > .row .container.lazyload, #MlmrlzZJWOIq3vRDdQks5e5IUO5lCwBp > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #lKg2IQqXZTodKxDrUUBVMD21l8cyT2cJ { width:5rem;height:5.375rem;top:0.9853515625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxkfJ4X0o7DxsGEJiEcXNm1pOd2n2zKh { width:20rem;height:0;top:9.0478515625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NRO69MbhAdasTnV3wsDnbFCnbpGQL3fL { width:19.25rem;height:0;top:13.1220703125rem;left:0.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #P6ExTPRoWdHanfb3HHkVxSCTx3a9zaUr { width:17.625rem;height:5.3625rem;top:7.3095703125rem;left:1.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #TbrZFsJmTTVG4ybVzxu0pOPKRJCSQsxu { width:19.25rem;height:15.84375rem;top:13.6220703125rem;left:0.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #Fb21phx83onFukKRQkXfN30lDqcdRMqW { width:17.5rem;height:3.4375rem;top:30.7158203125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaRBi9cDWQJlk68O9wbBWWiUwWTAhnm3 { display:block; }
 }@media only screen and (max-width: 763px) { #dQ0MvHl8HieMyEf4IURnd2MEBRtHU3qx { display:block; }#dQ0MvHl8HieMyEf4IURnd2MEBRtHU3qx > .row .container { width:20rem;height:51.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUDPk7RocTh1TuqsBrZrXD3pRyt0lxdl { width:20rem;height:3.575rem;top:1.2498168945312rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KVHHLB5MATGRF1ualL0Ktp07xiWZSOso { width:5.5625rem;height:3.25rem;top:6.0617828369141rem;left:3.8742895722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQODuaFOg5r1UGltrx0CgMw4euA9RKTx { width:5.5625rem;height:3.25rem;top:6.0617828369141rem;left:10.624999582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #hr6hzSEdINwsBlpnfaBBK23ruzgxwQHA { width:18.875rem;height:6.09375rem;top:10.798828125rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I0wAUONRPTlleoB5tMpryqhkCaLFFBTb { width:7.625rem;height:3.375rem;top:17.624282836914rem;left:6.1869669556617rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcoz3fva6RrIBlXbOxhk956uzFs3MGeD { width:20rem;height:2.4375rem;top:22.936782836914rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UPWshLNvWNpLyDypixbK3gzNWVfFpekO { width:11.5625rem;height:2.25rem;top:27.249633789062rem;left:4.2498221993446rem;display:block; }
 }@media only screen and (max-width: 763px) { #SitovgSOeEDZuKlHLU17pyPLOu0uyfzu { width:11.125rem;height:2.25rem;top:30.874465942382rem;left:4.4371448159218rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwRPLDDzbbQePraGpwoBFETAaKAzR724 { width:2.5625rem;height:2.5625rem;top:35.68359375rem;left:5.8726916909218rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMFGaeTsMK18F6Rbs8otZB85Nz3sggiT { width:5.25rem;height:2.875rem;top:35.433227539062rem;left:9.0607238411906rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6HWvEl4lMV81J9qtUIaIm0we4OGI91z { width:18.3125rem;height:4.875rem;top:40.1240234375rem;left:0.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I8aeFTIVpN4QNIcrWQkHrHeO8NAD3d1d { width:17.5rem;height:3.4375rem;top:46.2490234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpbngsISkI3hNA0qMX93gtTV0QtgUGXv { display:block; }
 }@media only screen and (max-width: 763px) { #yZ0hldlegPksJEeFdwqUWelsAKLzAsrN { display:block; }#yZ0hldlegPksJEeFdwqUWelsAKLzAsrN > .row .container { width:20rem;height:66.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yNyrtIAI8Gbvx3MJKSwu5zH91RNwaD16 { width:6.9375rem;height:6.9375rem;top:1.3229675292969rem;left:6.2499995827675rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkd5B7G43ApAoLN1cRGEqZqa1cKSqsbM { width:15.8125rem;height:1.7875rem;top:9.375rem;left:2.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JpFCgkcHzozLSMwgRJbqTdtsRxowTi03 { width:18.9375rem;height:6.09375rem;top:12.572967529297rem;left:0.43678969144821rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZaTrBV63sIpwvr1S6OAFKXr20cE2mclr { width:12.125rem;height:4.625rem;top:22.867708206177rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQgfbJcgWcpBG9n8EqTT4Nz1eTW7qwc6 { width:12.5rem;height:5rem;top:31.055208206177rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #asr15mvw8WC79a4iJT35xdhIkhbQA2dT { width:12.5rem;height:5rem;top:39.680208206177rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL9JHmMRV3CCtTxJxBdADFbqmd7SFObR { width:12.5rem;height:5rem;top:50.242706298828rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWrpvSM6NFTwxVhZ0PML3zmWSNbRXhFe { width:13.625rem;height:5.5625rem;top:39.24303125rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LV0JCPL5QgF7v0H62oHOw6a6ElZf5P1e { width:13.625rem;height:5.5625rem;top:53.55553125rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OKUqq3LHZCm1KJR48qd9cha5NgIusc6c { width:13.625rem;height:5.5625rem;top:67.86803125rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EFMeHeyhwKQA2CduTJlCUHVzWCO0TexN { width:5.75rem;height:1.1375rem;top:20.280212402344rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #shXNuSeLPvVy5Mz9QV3D9usTgPST7giz { width:14.25rem;height:1.1375rem;top:28.648958206177rem;left:3.6864585876465rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ElUgu3ogTcom94Csz2R97eryyT4146Nu { width:11.4375rem;height:1.1375rem;top:37.130207061767rem;left:4.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bdBivqxbL7PIoqf2KnO8ePD8STDNxUkJ { width:16.75rem;height:2.275rem;top:46.151042938233rem;left:1.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GU2a4ThsSwTFvyyyzT91gWIhERtCQmfy { width:14.75rem;height:2.275rem;top:56.185417175293rem;left:2.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lJeGFSbwkWAftQiPLHTemU8OsCuDvyHX { width:17.5rem;height:3.4375rem;top:60.3330078125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxE5MhcUA8FDVIL1MvTNCA7dveQiGRyG { display:block; }
 }@media only screen and (max-width: 763px) { #zMT5Ikxttv7mOF5gFDb7KcGEr5BNrzis { display:block; }#zMT5Ikxttv7mOF5gFDb7KcGEr5BNrzis > .row .container { width:20rem;height:29.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCQN7aUHaT9iV18hw77LGnOiTlcKsNmZ { width:6.5625rem;height:7rem;top:0.625rem;left:6.9161392405062rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlQp3g2C3xr7S7qWHz0W9kR8C9wI8XS4 { width:18.25rem;height:3.575rem;top:8.8125rem;left:0.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A2JgA00L2wFG257q8RMZyKg5vuluW0Qs { width:20rem;height:6.8125rem;top:13.63671875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#A2JgA00L2wFG257q8RMZyKg5vuluW0Qs li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e1892907-6301-4230-8183-412866b6749e/creditagricole_punkt.webp); }
 }@media only screen and (max-width: 763px) { #NWLTBWdMXW81qmaTSvJnGMcNGZVxkR4x { width:17.5rem;height:3.4375rem;top:22.32228125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLMLFldU8htglFkO9QiEtkXLmIcd7TQQ { display:block; }
 }@media only screen and (max-width: 763px) { #rfk9pX7SK5V8xMTOUP41ch4aJLcvmZ0c { display:block; }#rfk9pX7SK5V8xMTOUP41ch4aJLcvmZ0c > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDxz3eaCutmv5AIfu9wZf1h93xD3RxpT { width:7.8125rem;height:2.6875rem;top:1.40625rem;left:6.5625000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgCTVCGRGcZId2yVx5U1AHvHOZobhcf3 { width:19.1875rem;height:1.7875rem;top:5.810546875rem;left:0.4365234375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ucdn3ykswgCoQBPZ0SblcPiMeX0P3Z3u { width:18.8125rem;height:6.09375rem;top:9.0302734375rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mc9eUTEGoCuBrS2RWfdtgcuoB3Dd55PJ { width:17.5rem;height:3.4375rem;top:16.9990234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVGhZhLvCGFNVR1Z7Bt5aXUgwSAOLM94 { display:block; }
 }@media only screen and (max-width: 763px) { #OhbXuZ2WnCQ1Nl44z7zPfmTteQ5L61o0 { display:block; }#OhbXuZ2WnCQ1Nl44z7zPfmTteQ5L61o0 > .row .container { width:20rem;height:58.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1TB1ZZUELFyiemMb00eHovuWr6sJsdM { width:6.5625rem;height:6.6875rem;top:1.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4mFmMWKTlcyJL2dASpWFSf6rzagQSgd { width:15.9375rem;height:3.575rem;top:9.0625rem;left:2rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8QXOf01UmdPgeAmon8SRld2CDg3Nm17 { width:19.0625rem;height:2.4375rem;top:14.111328125rem;left:0.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nN6IX9F5B1cBzUDsRZqURrz9TF8nr0tM { width:18.5625rem;height:3.65625rem;top:17.498046875rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k59EmGAriR6G7QnOTErGGUmwV2pL3Z94 { width:19.5625rem;height:20.275rem;top:23.2490234375rem;left:0.4375rem;font-size:1.0625rem;display:block; }#k59EmGAriR6G7QnOTErGGUmwV2pL3Z94 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e1892907-6301-4230-8183-412866b6749e/creditagricole_punkt.webp); }
 }@media only screen and (max-width: 763px) { #qxaTftUak6qXLcU6uuE45sWc6Bl53P5n { width:18.75rem;height:4.875rem;top:45.4697265625rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KU4N60N4FvWQJRRLFqOFmAFdXSIDDpx6 { width:17.5rem;height:3.4375rem;top:52.2197265625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9MSybNb949syunovXllf25E0bI5Sgiq { display:block; }
 }@media only screen and (max-width: 763px) { #oDgLbSiRxBpIqOUACmdliaZyTshfD9RU { display:block; }#oDgLbSiRxBpIqOUACmdliaZyTshfD9RU > .row .container { width:20rem;height:159.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGX9Z1oyTlSfWo3nXfESpnEMG5PXsUxu { width:19.375rem;height:155.025rem;top:1.4375rem;left:0.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fDkyHnvmhVlhG8xvdIrUXJT4IIEtTPZJ { width:0.0625rem;height:0.875rem;top:161.9375rem;left:15.875rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #hwZwzSLVHTzmpMmaAVwFsiE3mrbTvtGo { display:block; }#hwZwzSLVHTzmpMmaAVwFsiE3mrbTvtGo > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zWmSZ0QPXuSTCq48EF4zgags7GcZWTsd { width:16.0625rem;height:14.8625rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }#zWmSZ0QPXuSTCq48EF4zgags7GcZWTsd li:before{  }
 }@media only screen and (max-width: 763px) { #pTHoehKT6Dp5LeHXLMTIGAKlTRUGtLxA { width:14.6875rem;height:1.7875rem;top:18.310150146484rem;left:0.37109369039536rem;font-size:0.6875rem;color:#444444;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HBTtf7GIaxQl6cnmw8WyfiopN292Dat7 { display:block; }#HBTtf7GIaxQl6cnmw8WyfiopN292Dat7 > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsTFD08i20uW8eN0uJp8ZdGeEh0r0RZh { background-color:#999999;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; }#FsTFD08i20uW8eN0uJp8ZdGeEh0r0RZh > .row .container { background-color: transparent; background-image: none; }#FsTFD08i20uW8eN0uJp8ZdGeEh0r0RZh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsTFD08i20uW8eN0uJp8ZdGeEh0r0RZh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsTFD08i20uW8eN0uJp8ZdGeEh0r0RZh > .row .container > .video-iframe-container { display: none; }#FsTFD08i20uW8eN0uJp8ZdGeEh0r0RZh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsTFD08i20uW8eN0uJp8ZdGeEh0r0RZh > .row > .video-iframe-container { display: none; }#FsTFD08i20uW8eN0uJp8ZdGeEh0r0RZh > .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); }#FsTFD08i20uW8eN0uJp8ZdGeEh0r0RZh > .row .container { border-width: 0; border-radius: 0; }#FsTFD08i20uW8eN0uJp8ZdGeEh0r0RZh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FsTFD08i20uW8eN0uJp8ZdGeEh0r0RZh > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaGIPqix5FbZLvGeZRS8cqJIffzoFE3A { display:block; }#ZaGIPqix5FbZLvGeZRS8cqJIffzoFE3A > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }