.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,217,217;--color-primary-1:128,128,128;--color-primary-2:0,0,0;--color-primary-3:0,0,0;--color-primary-4:0,0,0;--color-secondary-0:253,233,217;--color-secondary-1:248,183,128;--color-secondary-2:241,110,0;--color-secondary-3:121,55,0;--color-secondary-4:36,17,0;--color-tertiary-0:255,255,255;--color-tertiary-1:253,252,251;--color-tertiary-2:249,245,240;--color-tertiary-3:125,123,120;--color-tertiary-4:25,24,24;--headlines-font-family:"Arial";--paragraphs-font-family:"Arial"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTbuDok9JxScpr7h4ZrW4I86Tb4LfGtf { background-color:rgba(var(--color-tertiary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LTbuDok9JxScpr7h4ZrW4I86Tb4LfGtf > .row .container { background-color: transparent; background-image: none; }#LTbuDok9JxScpr7h4ZrW4I86Tb4LfGtf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTbuDok9JxScpr7h4ZrW4I86Tb4LfGtf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTbuDok9JxScpr7h4ZrW4I86Tb4LfGtf > .row .container > .video-iframe-container { display: none; }#LTbuDok9JxScpr7h4ZrW4I86Tb4LfGtf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTbuDok9JxScpr7h4ZrW4I86Tb4LfGtf > .row > .video-iframe-container { display: none; }#LTbuDok9JxScpr7h4ZrW4I86Tb4LfGtf > .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); }#LTbuDok9JxScpr7h4ZrW4I86Tb4LfGtf > .row .container { border-width: 0; border-radius: 0; }#LTbuDok9JxScpr7h4ZrW4I86Tb4LfGtf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LTbuDok9JxScpr7h4ZrW4I86Tb4LfGtf > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:5rem;width:75rem;overflow:visible;position:relative;display:block; }#CuZ7qzoBaGwBHbtxzuu3n15tQ5IfsNCC { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:9.375rem;top:0.906033039093rem;left:0rem;overflow:hidden;display:block; }
#gSBy6svtSZZLh6dR8IAn3I3JeglgvPLn { position:relative;display:block; }#gSBy6svtSZZLh6dR8IAn3I3JeglgvPLn { background-color: transparent; background-image: none; }#gSBy6svtSZZLh6dR8IAn3I3JeglgvPLn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSBy6svtSZZLh6dR8IAn3I3JeglgvPLn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSBy6svtSZZLh6dR8IAn3I3JeglgvPLn > .row .container > .video-iframe-container { display: none; }#gSBy6svtSZZLh6dR8IAn3I3JeglgvPLn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSBy6svtSZZLh6dR8IAn3I3JeglgvPLn > .row > .video-iframe-container { display: none; }#gSBy6svtSZZLh6dR8IAn3I3JeglgvPLn > .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); }#gSBy6svtSZZLh6dR8IAn3I3JeglgvPLn { border-width: 0; border-radius: 0; }#gSBy6svtSZZLh6dR8IAn3I3JeglgvPLn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gSBy6svtSZZLh6dR8IAn3I3JeglgvPLn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:6.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#TpWf0RPpZL5dK5oROJKSvC0bmaRl0Ap9 { color:rgba(var(--color-secondary-2),1);display:block;width:74.998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:1.8125rem;left:0rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UyTOPVKsQOUSI7SUSieFFgHZNstB2uii { position:relative;display:block; }#UyTOPVKsQOUSI7SUSieFFgHZNstB2uii { background-color: transparent; background-image: none; }#UyTOPVKsQOUSI7SUSieFFgHZNstB2uii::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyTOPVKsQOUSI7SUSieFFgHZNstB2uii > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyTOPVKsQOUSI7SUSieFFgHZNstB2uii > .row .container > .video-iframe-container { display: none; }#UyTOPVKsQOUSI7SUSieFFgHZNstB2uii > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyTOPVKsQOUSI7SUSieFFgHZNstB2uii > .row > .video-iframe-container { display: none; }#UyTOPVKsQOUSI7SUSieFFgHZNstB2uii > .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); }#UyTOPVKsQOUSI7SUSieFFgHZNstB2uii { border-width: 0; border-radius: 0; }#UyTOPVKsQOUSI7SUSieFFgHZNstB2uii > .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; }#UyTOPVKsQOUSI7SUSieFFgHZNstB2uii > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.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; }#MUpwSB7q91iUUICnnlefWwITE8fIEW02 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.302951375rem;height:3.179688875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.44140625rem;left:38.10546875rem;display:block; }
#w3sPB1RIuTihpkRd4aEK2pr0sE2uc1r0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jx3Opfc1Ql7b6DraTt3TzTtXeNavN2Qv { color:rgba(var(--color-tertiary-0),1);display:block;width:18.811625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:2.08203125rem;left:13.4052734375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UaV36CM75QTdzQHRA1RPftTLz0h2Tr1W { box-sizing:content-box;height:5.12413125rem;width:21.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.46875rem;left:12.1875rem;display:block; }
#OHrbpQb35sJTqvrR5CFkTAR0h6k3RQAe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OHrbpQb35sJTqvrR5CFkTAR0h6k3RQAe > .row .container { background-color: transparent; background-image: none; }#OHrbpQb35sJTqvrR5CFkTAR0h6k3RQAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHrbpQb35sJTqvrR5CFkTAR0h6k3RQAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHrbpQb35sJTqvrR5CFkTAR0h6k3RQAe > .row .container > .video-iframe-container { display: none; }#OHrbpQb35sJTqvrR5CFkTAR0h6k3RQAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHrbpQb35sJTqvrR5CFkTAR0h6k3RQAe > .row > .video-iframe-container { display: none; }#OHrbpQb35sJTqvrR5CFkTAR0h6k3RQAe > .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); }#OHrbpQb35sJTqvrR5CFkTAR0h6k3RQAe > .row .container { border-width: 0; border-radius: 0; }#OHrbpQb35sJTqvrR5CFkTAR0h6k3RQAe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OHrbpQb35sJTqvrR5CFkTAR0h6k3RQAe > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#DC4rLM9RLbuqAQMcLxf1B4dCDl8e2ck8 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:1.41796875rem;left:0rem;height:3.412325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NoBdBnxtGUu4LrkX4TsJ143IC6f1tTBp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NoBdBnxtGUu4LrkX4TsJ143IC6f1tTBp > .row .container { background-color: transparent; background-image: none; }#NoBdBnxtGUu4LrkX4TsJ143IC6f1tTBp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NoBdBnxtGUu4LrkX4TsJ143IC6f1tTBp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NoBdBnxtGUu4LrkX4TsJ143IC6f1tTBp > .row .container > .video-iframe-container { display: none; }#NoBdBnxtGUu4LrkX4TsJ143IC6f1tTBp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NoBdBnxtGUu4LrkX4TsJ143IC6f1tTBp > .row > .video-iframe-container { display: none; }#NoBdBnxtGUu4LrkX4TsJ143IC6f1tTBp > .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); }#NoBdBnxtGUu4LrkX4TsJ143IC6f1tTBp > .row .container { border-width: 0; border-radius: 0; }#NoBdBnxtGUu4LrkX4TsJ143IC6f1tTBp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NoBdBnxtGUu4LrkX4TsJ143IC6f1tTBp > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:75rem;position:relative;display:block; }#eUbTmwSPJiMU98qz2FxoNU24BMoOWMcy { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/3128ac78-32bf-4840-a41e-ccf4753ec4e9/annemariessipek.preview.grayscale.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.75rem;width:8.75rem;top:2rem;left:4.625rem;display:block; }#eUbTmwSPJiMU98qz2FxoNU24BMoOWMcy.adaptive-delivery-prevent-bg, #eUbTmwSPJiMU98qz2FxoNU24BMoOWMcy.lazyload, #eUbTmwSPJiMU98qz2FxoNU24BMoOWMcy.lazyloading { background-image: none; }
#raOHy6aF1DLN4KIi0K3FTmkdFOTKbwX6 { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15052;line-height:1.4;letter-spacing:0;top:11.5rem;left:1.5rem;height:1.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kl71ahDDuaAx8VXvi8552eoGvZPmF13l { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.9375rem;left:1.5rem;height:1.0559875rem;text-align:center;text-align-last:center;display:block; }
#q5fLw6cBUxbgzvwnkdn1RfzOSHwbGyUC { color:rgba(var(--color-secondary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:15.060220718384rem;left:1.875rem;height:2.61230625rem;text-align:center;text-align-last:center;display:block; }
#QFSoG9eq09LC8x60CU1wOlJE1PFAu8LL { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:16.25rem;top:1.0490417480469E-5rem;left:20rem;display:block; }
#qzX0RLfln338AdXDzplngcHpQr4us4u1 { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/6f3765e3-e857-47ed-9aa3-f87e2085cd46/benjaminspund.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.75rem;width:8.75rem;top:2rem;left:23.5625rem;display:block; }#qzX0RLfln338AdXDzplngcHpQr4us4u1.adaptive-delivery-prevent-bg, #qzX0RLfln338AdXDzplngcHpQr4us4u1.lazyload, #qzX0RLfln338AdXDzplngcHpQr4us4u1.lazyloading { background-image: none; }
#zJANwe0QJK9EyiqPVJsVcRcTXAUnl4mZ { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15057;line-height:1.4;letter-spacing:0;top:11.5rem;left:20.4375rem;height:1.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dTNPJWBzH3HO8rfPg6IVlvFwaOhPSAei { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:12.9375rem;left:20.4375rem;height:1.0559875rem;text-align:center;text-align-last:center;display:block; }
#xW7NnD314NKd5bgOuNKhs0V1Iy0mTmvA { color:rgba(var(--color-secondary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.6;letter-spacing:0;top:15.066730499267rem;left:20.624185562134rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#DwC9i65SAG1gBoygTBrnw5srSWToV4XE { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:16.25rem;top:0rem;left:38.614095687866rem;display:block; }
#AzpTxWS8gNKHgJP5cPVtTNrbin968hUO { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15062;line-height:1.4;letter-spacing:0;top:11.5rem;left:39.1875rem;height:1.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d5mzGWb6gMiHq7qDGS46NGA5cFkoyQgu { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:12.9375rem;left:39.1875rem;height:2.111325rem;text-align:center;text-align-last:center;display:block; }
#brNeDuzUdrMsulHqyHWOMcKvWrkXU08O { color:rgba(var(--color-secondary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15022;line-height:1.6;letter-spacing:0;top:15.006509780884rem;left:39.374998092651rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#JK01OmGBUO3BUJGabSTsf1Qf106bcHIr { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:16.25rem;top:0rem;left:57.499998092651rem;display:block; }
#MGPSKTGdG9c7wzhskTkH2bKZ8yIfxaX8 { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/ad716fed-b110-4d64-b972-906dab295fa4/1722280342147.jfif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:8.75rem;width:8.75rem;top:1.99951171875rem;left:61.197912216186rem;display:block; }#MGPSKTGdG9c7wzhskTkH2bKZ8yIfxaX8.adaptive-delivery-prevent-bg, #MGPSKTGdG9c7wzhskTkH2bKZ8yIfxaX8.lazyload, #MGPSKTGdG9c7wzhskTkH2bKZ8yIfxaX8.lazyloading { background-image: none; }
#TyrUR2AcPxxvoeI7HaEPSCmD5gBzkQrL { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:12.897135734558rem;left:58.124998092651rem;height:2.111325rem;text-align:center;text-align-last:center;display:block; }
#R8oq7dPxUSWZsl7qyzdOnxoDi35RIK1S { color:rgba(var(--color-secondary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.6;letter-spacing:0;top:15.006509780884rem;left:58.124998092651rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#aFy1Syw0UnCFLZZ1ISS8E2IJxhcn4F0Z { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:16.25rem;top:1.0490417480469E-5rem;left:1.25rem;display:block; }
#Lf2VPgOZhRd7CUwCp9UFXodBFIxQvOwv { color:rgba(var(--color-primary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15063;line-height:1.4;letter-spacing:0;top:11.498208999634rem;left:58.124998092651rem;height:1.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NnecgwLtkbXihdFpmfLpbnJwi8SkHROu { position:absolute;display:block;z-index:15064;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:12.25rem;top:1.5234375rem;left:40.749999046326rem;overflow:hidden;display:block; }
#uqNfrqJat1yureHafRqMsXH8GwRi5w1L { position:relative;display:block; }#uqNfrqJat1yureHafRqMsXH8GwRi5w1L { background-color: transparent; background-image: none; }#uqNfrqJat1yureHafRqMsXH8GwRi5w1L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqNfrqJat1yureHafRqMsXH8GwRi5w1L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqNfrqJat1yureHafRqMsXH8GwRi5w1L > .row .container > .video-iframe-container { display: none; }#uqNfrqJat1yureHafRqMsXH8GwRi5w1L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqNfrqJat1yureHafRqMsXH8GwRi5w1L > .row > .video-iframe-container { display: none; }#uqNfrqJat1yureHafRqMsXH8GwRi5w1L > .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); }#uqNfrqJat1yureHafRqMsXH8GwRi5w1L { border-width: 0; border-radius: 0; }#uqNfrqJat1yureHafRqMsXH8GwRi5w1L > .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; }#uqNfrqJat1yureHafRqMsXH8GwRi5w1L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.125rem;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; }#p74NwmoDymsfza6Xp0JTtwzoxJKuXSzS { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:21.0623125rem;width:37.5rem;top:0rem;left:37.498912811279rem;display:block; }
#LbWgO0MfHXdEBcnEZF4FEye0kHifqOiW { color:rgba(var(--color-secondary-2),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.7607421875rem;left:2.03125rem;height:9.503875rem;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; }
#u5lUk9VIAeEqLZT19KIoam6V62Pzl8VR { color:rgba(var(--color-primary-2),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:400;z-index:15054;line-height:1.4;letter-spacing:0;top:13.6865234375rem;left:15.2255859375rem;height:2.88736875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uitwWwv5siIKTZtByJk2P12UzzypurTB { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.498046875rem;left:5.28125rem;height:1.94986875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Lrw0mZCZDzivtyTBeBPDBxavBZHAFANH { position:relative;display:block; }#Lrw0mZCZDzivtyTBeBPDBxavBZHAFANH { background-color: transparent; background-image: none; }#Lrw0mZCZDzivtyTBeBPDBxavBZHAFANH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lrw0mZCZDzivtyTBeBPDBxavBZHAFANH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lrw0mZCZDzivtyTBeBPDBxavBZHAFANH > .row .container > .video-iframe-container { display: none; }#Lrw0mZCZDzivtyTBeBPDBxavBZHAFANH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lrw0mZCZDzivtyTBeBPDBxavBZHAFANH > .row > .video-iframe-container { display: none; }#Lrw0mZCZDzivtyTBeBPDBxavBZHAFANH > .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); }#Lrw0mZCZDzivtyTBeBPDBxavBZHAFANH { border-width: 0; border-radius: 0; }#Lrw0mZCZDzivtyTBeBPDBxavBZHAFANH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lrw0mZCZDzivtyTBeBPDBxavBZHAFANH > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ESrPxOz54MWe8hvFRPwlDR78DaomrHSz { position:relative;display:block; }#ESrPxOz54MWe8hvFRPwlDR78DaomrHSz { background-color: transparent; background-image: none; }#ESrPxOz54MWe8hvFRPwlDR78DaomrHSz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESrPxOz54MWe8hvFRPwlDR78DaomrHSz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESrPxOz54MWe8hvFRPwlDR78DaomrHSz > .row .container > .video-iframe-container { display: none; }#ESrPxOz54MWe8hvFRPwlDR78DaomrHSz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESrPxOz54MWe8hvFRPwlDR78DaomrHSz > .row > .video-iframe-container { display: none; }#ESrPxOz54MWe8hvFRPwlDR78DaomrHSz > .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); }#ESrPxOz54MWe8hvFRPwlDR78DaomrHSz { border-width: 0; border-radius: 0; }#ESrPxOz54MWe8hvFRPwlDR78DaomrHSz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ESrPxOz54MWe8hvFRPwlDR78DaomrHSz > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#qTiZWNmXK2oQqLrgANluMEDzvvHDiSb9 { color:rgba(var(--color-secondary-2),1);display:block;width:34.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.9989137649536rem;left:1.71875rem;height:8.7744375rem;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; }
#H0InSEKZgHTy0epdiIDGlTdmgTZJuDSH { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:15.023869514466rem;left:1.71875rem;height:6.3369375rem;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; }
#JxxG20mXwP8C4SGO8vtEOkcsfrida8Xy { box-sizing:content-box;height:34.8125rem;width:37.5rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5cf0ee9c-9157-479a-9026-ddf538f19e6e/livreblancindustriepharmaceutique.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:37.500003814698rem;display:block; }#JxxG20mXwP8C4SGO8vtEOkcsfrida8Xy.adaptive-delivery-prevent-bg, #JxxG20mXwP8C4SGO8vtEOkcsfrida8Xy.lazyload, #JxxG20mXwP8C4SGO8vtEOkcsfrida8Xy.lazyloading { background-image: none; }
#m5evgmlIArCFaUuaTCOaq4IPxCAtPD8h { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27.749567031861rem;left:1.6872825622559rem;display:block; }
#TIDqc5Oc11iC3PN59diOsQ6r9DEl2zoV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r053oaH4ZoppecyMckGuJn5znD6w6GkP { color:rgba(var(--color-primary-2),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:21.93034362793rem;left:1.71875rem;height:4.19824375rem;font-style:normal;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; }
#KshoTaZEmZ5rB4no2glIPTwb6qaSvlwI { position:relative;display:block; }#KshoTaZEmZ5rB4no2glIPTwb6qaSvlwI { background-color: transparent; background-image: none; }#KshoTaZEmZ5rB4no2glIPTwb6qaSvlwI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KshoTaZEmZ5rB4no2glIPTwb6qaSvlwI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KshoTaZEmZ5rB4no2glIPTwb6qaSvlwI > .row .container > .video-iframe-container { display: none; }#KshoTaZEmZ5rB4no2glIPTwb6qaSvlwI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KshoTaZEmZ5rB4no2glIPTwb6qaSvlwI > .row > .video-iframe-container { display: none; }#KshoTaZEmZ5rB4no2glIPTwb6qaSvlwI > .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); }#KshoTaZEmZ5rB4no2glIPTwb6qaSvlwI { border-width: 0; border-radius: 0; }#KshoTaZEmZ5rB4no2glIPTwb6qaSvlwI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KshoTaZEmZ5rB4no2glIPTwb6qaSvlwI > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#q9KzsehHD6EpQVcqTviTOyLBCqLM7SD3 { position:relative;display:block; }#q9KzsehHD6EpQVcqTviTOyLBCqLM7SD3 { background-color: transparent; background-image: none; }#q9KzsehHD6EpQVcqTviTOyLBCqLM7SD3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9KzsehHD6EpQVcqTviTOyLBCqLM7SD3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9KzsehHD6EpQVcqTviTOyLBCqLM7SD3 > .row .container > .video-iframe-container { display: none; }#q9KzsehHD6EpQVcqTviTOyLBCqLM7SD3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9KzsehHD6EpQVcqTviTOyLBCqLM7SD3 > .row > .video-iframe-container { display: none; }#q9KzsehHD6EpQVcqTviTOyLBCqLM7SD3 > .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); }#q9KzsehHD6EpQVcqTviTOyLBCqLM7SD3 { border-width: 0; border-radius: 0; }#q9KzsehHD6EpQVcqTviTOyLBCqLM7SD3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q9KzsehHD6EpQVcqTviTOyLBCqLM7SD3 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#rFvO8seSs0x8vSsQD0nRo20CUG33GThd { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:2.0869140625rem;left:0rem;height:6.824625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s6h4iS6px149iEJtV4Au1enSTDrqlJwB { position:relative;display:block; }#s6h4iS6px149iEJtV4Au1enSTDrqlJwB { background-color: transparent; background-image: none; }#s6h4iS6px149iEJtV4Au1enSTDrqlJwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6h4iS6px149iEJtV4Au1enSTDrqlJwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6h4iS6px149iEJtV4Au1enSTDrqlJwB > .row .container > .video-iframe-container { display: none; }#s6h4iS6px149iEJtV4Au1enSTDrqlJwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6h4iS6px149iEJtV4Au1enSTDrqlJwB > .row > .video-iframe-container { display: none; }#s6h4iS6px149iEJtV4Au1enSTDrqlJwB > .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); }#s6h4iS6px149iEJtV4Au1enSTDrqlJwB { border-width: 0; border-radius: 0; }#s6h4iS6px149iEJtV4Au1enSTDrqlJwB > .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; }#s6h4iS6px149iEJtV4Au1enSTDrqlJwB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.125rem;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; }#bTsgJ9cSwJ9fzOKKGOUXFLkkr0I8Ms9W { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:21.0625rem;width:37.5rem;top:5.7220458984375E-6rem;left:0rem;display:block; }
#AwCp3fM1BukxD90kp7bkktMRn8J3A1Ib { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.3622035980225rem;left:39.531253814698rem;height:6.3369375rem;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; }
#mCgVSF6LgPWAApeOnvbmARdWiTTTm78U { position:relative;display:block; }#mCgVSF6LgPWAApeOnvbmARdWiTTTm78U { background-color: transparent; background-image: none; }#mCgVSF6LgPWAApeOnvbmARdWiTTTm78U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCgVSF6LgPWAApeOnvbmARdWiTTTm78U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCgVSF6LgPWAApeOnvbmARdWiTTTm78U > .row .container > .video-iframe-container { display: none; }#mCgVSF6LgPWAApeOnvbmARdWiTTTm78U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mCgVSF6LgPWAApeOnvbmARdWiTTTm78U > .row > .video-iframe-container { display: none; }#mCgVSF6LgPWAApeOnvbmARdWiTTTm78U > .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); }#mCgVSF6LgPWAApeOnvbmARdWiTTTm78U { border-width: 0; border-radius: 0; }#mCgVSF6LgPWAApeOnvbmARdWiTTTm78U > .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; }#mCgVSF6LgPWAApeOnvbmARdWiTTTm78U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#V0rzMGNByCwFany71wWhbtCy2hJb5L2D { position:relative;display:block; }#V0rzMGNByCwFany71wWhbtCy2hJb5L2D { background-color: transparent; background-image: none; }#V0rzMGNByCwFany71wWhbtCy2hJb5L2D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0rzMGNByCwFany71wWhbtCy2hJb5L2D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0rzMGNByCwFany71wWhbtCy2hJb5L2D > .row .container > .video-iframe-container { display: none; }#V0rzMGNByCwFany71wWhbtCy2hJb5L2D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0rzMGNByCwFany71wWhbtCy2hJb5L2D > .row > .video-iframe-container { display: none; }#V0rzMGNByCwFany71wWhbtCy2hJb5L2D > .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); }#V0rzMGNByCwFany71wWhbtCy2hJb5L2D { border-width: 0; border-radius: 0; }#V0rzMGNByCwFany71wWhbtCy2hJb5L2D > .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; }#V0rzMGNByCwFany71wWhbtCy2hJb5L2D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.125rem;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; }#N2P4cPC9pViXO4Pe893iv3DNfuLHx3RZ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.8125rem;left:2.0625rem;height:6.3369375rem;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; }
#G2MIlxFW33wKmuVzp0Ur2BQfebgt0yGE { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.53361125rem;height:3.409505rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:12.9375rem;left:2.0625rem;display:block; }
#gSArVXFwSif3ncBsaeoFs0DgVhxvPz9d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fi2B1HgFaCPhJ6HZSyXgE0wE9lqXNDFm { 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:15.747625rem;width:28.186875rem;top:2.6877250671387rem;left:42.156032562256rem;overflow:hidden;display:block; }
#ZwqacTtpdffy4qugieSTJVTHgKJCH6mT { box-sizing:content-box;height:21.125rem;width:37.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#Cx4uovt4J8Udr4XxFDtP6pomB6wwpa0R { position:relative;display:block; }#Cx4uovt4J8Udr4XxFDtP6pomB6wwpa0R { background-color: transparent; background-image: none; }#Cx4uovt4J8Udr4XxFDtP6pomB6wwpa0R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cx4uovt4J8Udr4XxFDtP6pomB6wwpa0R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cx4uovt4J8Udr4XxFDtP6pomB6wwpa0R > .row .container > .video-iframe-container { display: none; }#Cx4uovt4J8Udr4XxFDtP6pomB6wwpa0R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cx4uovt4J8Udr4XxFDtP6pomB6wwpa0R > .row > .video-iframe-container { display: none; }#Cx4uovt4J8Udr4XxFDtP6pomB6wwpa0R > .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); }#Cx4uovt4J8Udr4XxFDtP6pomB6wwpa0R { border-width: 0; border-radius: 0; }#Cx4uovt4J8Udr4XxFDtP6pomB6wwpa0R > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cx4uovt4J8Udr4XxFDtP6pomB6wwpa0R > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#uZHVduM1nzDV8BbprOaciQwMHIFZrk20 { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:3.5861539840698rem;left:0rem;height:6.824625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d9ycqADbesivwvMsJg2mPy3bGTndtM5i { position:relative;display:block; }#d9ycqADbesivwvMsJg2mPy3bGTndtM5i { background-color: transparent; background-image: none; }#d9ycqADbesivwvMsJg2mPy3bGTndtM5i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9ycqADbesivwvMsJg2mPy3bGTndtM5i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9ycqADbesivwvMsJg2mPy3bGTndtM5i > .row .container > .video-iframe-container { display: none; }#d9ycqADbesivwvMsJg2mPy3bGTndtM5i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d9ycqADbesivwvMsJg2mPy3bGTndtM5i > .row > .video-iframe-container { display: none; }#d9ycqADbesivwvMsJg2mPy3bGTndtM5i > .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); }#d9ycqADbesivwvMsJg2mPy3bGTndtM5i { border-width: 0; border-radius: 0; }#d9ycqADbesivwvMsJg2mPy3bGTndtM5i > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d9ycqADbesivwvMsJg2mPy3bGTndtM5i > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lbVgJnbQyFlbx0Obs8meNU7S67VN19Xm { color:rgba(var(--color-secondary-2),1);display:block;width:34.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.1875rem;left:39.25rem;height:11.69925rem;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; }
#FM8TFqD3HTZOuWtFJNTyZqi2yTaQvihC { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:17.125rem;left:39.25rem;height:8.44925rem;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; }
#frB4cCGdLEIw2FGq4HQ9k2E7AvLcHm1g { box-sizing:content-box;height:34.8123125rem;width:37.5rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1f0894c3-7532-4aa2-97da-6ad86e979058/iagenerative.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.814697265625E-6rem;left:0rem;display:block; }#frB4cCGdLEIw2FGq4HQ9k2E7AvLcHm1g.adaptive-delivery-prevent-bg, #frB4cCGdLEIw2FGq4HQ9k2E7AvLcHm1g.lazyload, #frB4cCGdLEIw2FGq4HQ9k2E7AvLcHm1g.lazyloading { background-image: none; }
#VyVaf6ZpaGypK7aMcdszATN3xShgJG0t { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.54773625rem;height:3.42361125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27.25rem;left:39.25rem;display:block; }
#CTCD7yiNw5JTyIOx7uBOdue6THu0R6mJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LTbuDok9JxScpr7h4ZrW4I86Tb4LfGtf { display:block; }#LTbuDok9JxScpr7h4ZrW4I86Tb4LfGtf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuZ7qzoBaGwBHbtxzuu3n15tQ5IfsNCC { top:0.875rem;left:0rem;width:9.375rem;height:3.18685rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSBy6svtSZZLh6dR8IAn3I3JeglgvPLn { display:block; }#gSBy6svtSZZLh6dR8IAn3I3JeglgvPLn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpWf0RPpZL5dK5oROJKSvC0bmaRl0Ap9 { width:47.75rem;height:2.8125rem;top:1.8125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyTOPVKsQOUSI7SUSieFFgHZNstB2uii { display:block; }#UyTOPVKsQOUSI7SUSieFFgHZNstB2uii > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MUpwSB7q91iUUICnnlefWwITE8fIEW02 { width:19.25rem;height:3.125rem;top:2.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3sPB1RIuTihpkRd4aEK2pr0sE2uc1r0 { display:block; }
 }@media only screen and (max-width: 763px) { #Jx3Opfc1Ql7b6DraTt3TzTtXeNavN2Qv { top:2.0625rem;left:5.125rem;width:18.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaV36CM75QTdzQHRA1RPftTLz0h2Tr1W { top:1.4375rem;left:2.625rem;width:21.25rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHrbpQb35sJTqvrR5CFkTAR0h6k3RQAe { display:block; }#OHrbpQb35sJTqvrR5CFkTAR0h6k3RQAe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DC4rLM9RLbuqAQMcLxf1B4dCDl8e2ck8 { width:47.75rem;height:3.375rem;top:1.375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoBdBnxtGUu4LrkX4TsJ143IC6f1tTBp { display:block; }#NoBdBnxtGUu4LrkX4TsJ143IC6f1tTBp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eUbTmwSPJiMU98qz2FxoNU24BMoOWMcy { width:8.75rem;height:8.75rem;top:2rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #raOHy6aF1DLN4KIi0K3FTmkdFOTKbwX6 { width:15rem;height:1.375rem;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl71ahDDuaAx8VXvi8552eoGvZPmF13l { top:12.9375rem;left:0rem;width:15rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5fLw6cBUxbgzvwnkdn1RfzOSHwbGyUC { top:15rem;left:0rem;width:15rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFSoG9eq09LC8x60CU1wOlJE1PFAu8LL { width:16.25rem;height:18.75rem;top:0rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzX0RLfln338AdXDzplngcHpQr4us4u1 { width:8.75rem;height:8.75rem;top:2rem;left:13.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJANwe0QJK9EyiqPVJsVcRcTXAUnl4mZ { width:15rem;height:1.375rem;top:11.5rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTNPJWBzH3HO8rfPg6IVlvFwaOhPSAei { top:12.9375rem;left:8.875rem;width:15rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW7NnD314NKd5bgOuNKhs0V1Iy0mTmvA { top:15.0625rem;left:8.875rem;width:15rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwC9i65SAG1gBoygTBrnw5srSWToV4XE { width:16.25rem;height:18.75rem;top:0rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzpTxWS8gNKHgJP5cPVtTNrbin968hUO { width:15rem;height:1.375rem;top:11.5rem;left:20.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5mzGWb6gMiHq7qDGS46NGA5cFkoyQgu { top:12.9375rem;left:20.8125rem;width:15rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brNeDuzUdrMsulHqyHWOMcKvWrkXU08O { top:15rem;left:20.8125rem;width:15rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK01OmGBUO3BUJGabSTsf1Qf106bcHIr { width:16.25rem;height:18.75rem;top:0rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGPSKTGdG9c7wzhskTkH2bKZ8yIfxaX8 { width:8.75rem;height:8.75rem;top:1.9375rem;left:37.354162216186rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyrUR2AcPxxvoeI7HaEPSCmD5gBzkQrL { top:12.875rem;left:32.75rem;width:15rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8oq7dPxUSWZsl7qyzdOnxoDi35RIK1S { top:15rem;left:32.75rem;width:15rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFy1Syw0UnCFLZZ1ISS8E2IJxhcn4F0Z { width:16.25rem;height:18.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf2VPgOZhRd7CUwCp9UFXodBFIxQvOwv { width:15rem;height:1.375rem;top:11.4375rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnecgwLtkbXihdFpmfLpbnJwi8SkHROu { top:1.5rem;left:23.5625rem;width:12.25rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqNfrqJat1yureHafRqMsXH8GwRi5w1L { display:block; }#uqNfrqJat1yureHafRqMsXH8GwRi5w1L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p74NwmoDymsfza6Xp0JTtwzoxJKuXSzS { top:0rem;left:0rem;width:37.5rem;height:21.0623125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbWgO0MfHXdEBcnEZF4FEye0kHifqOiW { top:2.75rem;left:0rem;width:33.4375rem;height:;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5lUk9VIAeEqLZT19KIoam6V62Pzl8VR { width:20.3125rem;height:2.875rem;top:13.625rem;left:3.5625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uitwWwv5siIKTZtByJk2P12UzzypurTB { top:16.4375rem;left:0rem;width:30.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lrw0mZCZDzivtyTBeBPDBxavBZHAFANH { display:block; }#Lrw0mZCZDzivtyTBeBPDBxavBZHAFANH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESrPxOz54MWe8hvFRPwlDR78DaomrHSz { display:block; }#ESrPxOz54MWe8hvFRPwlDR78DaomrHSz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTiZWNmXK2oQqLrgANluMEDzvvHDiSb9 { top:4.9375rem;left:0rem;width:34.0625rem;height:8.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0InSEKZgHTy0epdiIDGlTdmgTZJuDSH { top:15rem;left:0rem;width:33.4375rem;height:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxxG20mXwP8C4SGO8vtEOkcsfrida8Xy { top:0rem;left:10.25rem;width:37.5rem;height:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5evgmlIArCFaUuaTCOaq4IPxCAtPD8h { width:19.5rem;height:3.375rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIDqc5Oc11iC3PN59diOsQ6r9DEl2zoV { display:block; }
 }@media only screen and (max-width: 763px) { #r053oaH4ZoppecyMckGuJn5znD6w6GkP { width:34.0625rem;height:4.1875rem;top:21.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KshoTaZEmZ5rB4no2glIPTwb6qaSvlwI { display:block; }#KshoTaZEmZ5rB4no2glIPTwb6qaSvlwI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9KzsehHD6EpQVcqTviTOyLBCqLM7SD3 { display:block; }#q9KzsehHD6EpQVcqTviTOyLBCqLM7SD3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFvO8seSs0x8vSsQD0nRo20CUG33GThd { width:47.75rem;height:6.8125rem;top:2.0625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6h4iS6px149iEJtV4Au1enSTDrqlJwB { display:block; }#s6h4iS6px149iEJtV4Au1enSTDrqlJwB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTsgJ9cSwJ9fzOKKGOUXFLkkr0I8Ms9W { top:0rem;left:0rem;width:37.5rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwCp3fM1BukxD90kp7bkktMRn8J3A1Ib { top:7.3125rem;left:14.3125rem;width:33.4375rem;height:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCgVSF6LgPWAApeOnvbmARdWiTTTm78U { display:block; }#mCgVSF6LgPWAApeOnvbmARdWiTTTm78U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V0rzMGNByCwFany71wWhbtCy2hJb5L2D { display:block; }#V0rzMGNByCwFany71wWhbtCy2hJb5L2D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2P4cPC9pViXO4Pe893iv3DNfuLHx3RZ { top:4.75rem;left:0rem;width:33.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2MIlxFW33wKmuVzp0Ur2BQfebgt0yGE { width:19.5rem;height:3.375rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSArVXFwSif3ncBsaeoFs0DgVhxvPz9d { display:block; }
 }@media only screen and (max-width: 763px) { #Fi2B1HgFaCPhJ6HZSyXgE0wE9lqXNDFm { top:2.6875rem;left:19.625rem;width:28.125rem;height:15.713056276192rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwqacTtpdffy4qugieSTJVTHgKJCH6mT { top:0rem;left:0rem;width:37.5rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx4uovt4J8Udr4XxFDtP6pomB6wwpa0R { display:block; }#Cx4uovt4J8Udr4XxFDtP6pomB6wwpa0R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uZHVduM1nzDV8BbprOaciQwMHIFZrk20 { width:47.75rem;height:6.8125rem;top:3.5625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9ycqADbesivwvMsJg2mPy3bGTndtM5i { display:block; }#d9ycqADbesivwvMsJg2mPy3bGTndtM5i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbVgJnbQyFlbx0Obs8meNU7S67VN19Xm { top:4.1875rem;left:13.6875rem;width:34.0625rem;height:11.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM8TFqD3HTZOuWtFJNTyZqi2yTaQvihC { top:17.125rem;left:14.3125rem;width:33.4375rem;height:8.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #frB4cCGdLEIw2FGq4HQ9k2E7AvLcHm1g { top:0rem;left:0rem;width:37.5rem;height:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyVaf6ZpaGypK7aMcdszATN3xShgJG0t { width:19.5rem;height:3.375rem;top:27.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTCD7yiNw5JTyIOx7uBOdue6THu0R6mJ { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LTbuDok9JxScpr7h4ZrW4I86Tb4LfGtf { background-color:#000000;background-image:none;display:block; }#LTbuDok9JxScpr7h4ZrW4I86Tb4LfGtf > .row .container { background-color: transparent; background-image: none; }#LTbuDok9JxScpr7h4ZrW4I86Tb4LfGtf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTbuDok9JxScpr7h4ZrW4I86Tb4LfGtf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTbuDok9JxScpr7h4ZrW4I86Tb4LfGtf > .row .container > .video-iframe-container { display: none; }#LTbuDok9JxScpr7h4ZrW4I86Tb4LfGtf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTbuDok9JxScpr7h4ZrW4I86Tb4LfGtf > .row > .video-iframe-container { display: none; }#LTbuDok9JxScpr7h4ZrW4I86Tb4LfGtf > .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); }#LTbuDok9JxScpr7h4ZrW4I86Tb4LfGtf > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CuZ7qzoBaGwBHbtxzuu3n15tQ5IfsNCC { width:10.999375rem;height:3.62305rem;top:0.68793404102325rem;left:4.499783039093rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSBy6svtSZZLh6dR8IAn3I3JeglgvPLn { display:block; }#gSBy6svtSZZLh6dR8IAn3I3JeglgvPLn > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpWf0RPpZL5dK5oROJKSvC0bmaRl0Ap9 { width:20rem;height:5.3984375rem;top:2.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UyTOPVKsQOUSI7SUSieFFgHZNstB2uii { display:block; }#UyTOPVKsQOUSI7SUSieFFgHZNstB2uii > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MUpwSB7q91iUUICnnlefWwITE8fIEW02 { width:19.375rem;height:3.25rem;top:7.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3sPB1RIuTihpkRd4aEK2pr0sE2uc1r0 { display:block; }
 }@media only screen and (max-width: 763px) { #Jx3Opfc1Ql7b6DraTt3TzTtXeNavN2Qv { width:18.75rem;height:3rem;top:1.875rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaV36CM75QTdzQHRA1RPftTLz0h2Tr1W { width:20rem;height:5.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHrbpQb35sJTqvrR5CFkTAR0h6k3RQAe { display:block; }#OHrbpQb35sJTqvrR5CFkTAR0h6k3RQAe > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DC4rLM9RLbuqAQMcLxf1B4dCDl8e2ck8 { width:20rem;height:1.875rem;top:2.2797317504883rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NoBdBnxtGUu4LrkX4TsJ143IC6f1tTBp { display:block; }#NoBdBnxtGUu4LrkX4TsJ143IC6f1tTBp > .row .container { width:20rem;height:92.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eUbTmwSPJiMU98qz2FxoNU24BMoOWMcy { width:8.75rem;height:8.75rem;top:3.2497863769531rem;left:5.4372825622559rem;display:block; }
 }@media only screen and (max-width: 763px) { #raOHy6aF1DLN4KIi0K3FTmkdFOTKbwX6 { width:15rem;height:1.3997375rem;top:12.749565124512rem;left:2.3122825622559rem;text-align:center;text-align-last:center;font-size:1rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #Kl71ahDDuaAx8VXvi8552eoGvZPmF13l { width:15rem;height:1.055775rem;top:14.187286376953rem;left:2.3122825622559rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5fLw6cBUxbgzvwnkdn1RfzOSHwbGyUC { width:15rem;height:2.61230625rem;top:15.999351501465rem;left:2.3122825622559rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFSoG9eq09LC8x60CU1wOlJE1PFAu8LL { width:16.25rem;height:18.75rem;top:21.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzX0RLfln338AdXDzplngcHpQr4us4u1 { width:8.75rem;height:8.75rem;top:23.268226623535rem;left:5.4361953735351rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJANwe0QJK9EyiqPVJsVcRcTXAUnl4mZ { width:15rem;height:1.3997375rem;top:32.749565124512rem;left:2.3122787475586rem;text-align:center;text-align-last:center;font-size:1rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #dTNPJWBzH3HO8rfPg6IVlvFwaOhPSAei { width:15rem;height:1.055775rem;top:34.187286376953rem;left:2.3122787475586rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW7NnD314NKd5bgOuNKhs0V1Iy0mTmvA { width:15rem;height:2.5996125rem;top:35.999351501465rem;left:2.3122787475586rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwC9i65SAG1gBoygTBrnw5srSWToV4XE { width:16.25rem;height:18.75rem;top:41.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzpTxWS8gNKHgJP5cPVtTNrbin968hUO { width:15rem;height:1.3997375rem;top:52.749565124512rem;left:2.3122787475586rem;text-align:center;text-align-last:center;font-size:1rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #d5mzGWb6gMiHq7qDGS46NGA5cFkoyQgu { width:15rem;height:1.055775rem;top:54.187286376953rem;left:2.3122787475586rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brNeDuzUdrMsulHqyHWOMcKvWrkXU08O { width:15rem;height:2.5996125rem;top:55.999351501465rem;left:2.3122787475586rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK01OmGBUO3BUJGabSTsf1Qf106bcHIr { width:16.25rem;height:18.75rem;top:61.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGPSKTGdG9c7wzhskTkH2bKZ8yIfxaX8 { width:8.75rem;height:8.75rem;top:63.24951171875rem;left:5.5729141235351rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyrUR2AcPxxvoeI7HaEPSCmD5gBzkQrL { width:15rem;height:2.111325rem;top:74.147132873538rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8oq7dPxUSWZsl7qyzdOnxoDi35RIK1S { width:15rem;height:2.5996125rem;top:76.256507873538rem;left:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFy1Syw0UnCFLZZ1ISS8E2IJxhcn4F0Z { width:16.25rem;height:18.75rem;top:1.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf2VPgOZhRd7CUwCp9UFXodBFIxQvOwv { width:15rem;height:1.3997375rem;top:72.748207092288rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #NnecgwLtkbXihdFpmfLpbnJwi8SkHROu { width:12.25rem;height:9.8125rem;top:81.25rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqNfrqJat1yureHafRqMsXH8GwRi5w1L { display:block; }#uqNfrqJat1yureHafRqMsXH8GwRi5w1L { background-color: transparent; background-image: none; }#uqNfrqJat1yureHafRqMsXH8GwRi5w1L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqNfrqJat1yureHafRqMsXH8GwRi5w1L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqNfrqJat1yureHafRqMsXH8GwRi5w1L > .row .container > .video-iframe-container { display: none; }#uqNfrqJat1yureHafRqMsXH8GwRi5w1L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqNfrqJat1yureHafRqMsXH8GwRi5w1L > .row > .video-iframe-container { display: none; }#uqNfrqJat1yureHafRqMsXH8GwRi5w1L > .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); }#uqNfrqJat1yureHafRqMsXH8GwRi5w1L { border-width: 0; border-radius: 0; }#uqNfrqJat1yureHafRqMsXH8GwRi5w1L > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uqNfrqJat1yureHafRqMsXH8GwRi5w1L > .row .container { width:20rem;height:23.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p74NwmoDymsfza6Xp0JTtwzoxJKuXSzS { height:11.232625rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbWgO0MfHXdEBcnEZF4FEye0kHifqOiW { width:18.75rem;height:6.09375rem;top:12.5rem;left:0.56206607818604rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5lUk9VIAeEqLZT19KIoam6V62Pzl8VR { width:15rem;height:1.75rem;top:18.59375rem;left:4.9991859197617rem;text-align:right;text-align-last:right;font-size:1.25rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #uitwWwv5siIKTZtByJk2P12UzzypurTB { width:15rem;height:2.111325rem;top:20.749784469604rem;left:4.3750004768372rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lrw0mZCZDzivtyTBeBPDBxavBZHAFANH { display:block; }#Lrw0mZCZDzivtyTBeBPDBxavBZHAFANH > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESrPxOz54MWe8hvFRPwlDR78DaomrHSz { display:block; }#ESrPxOz54MWe8hvFRPwlDR78DaomrHSz > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTiZWNmXK2oQqLrgANluMEDzvvHDiSb9 { width:18.75rem;height:8.44925rem;top:10.742188453674rem;left:0.62500011920931rem;font-size:1.625rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #H0InSEKZgHTy0epdiIDGlTdmgTZJuDSH { width:18.75rem;height:6.5rem;top:21rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxxG20mXwP8C4SGO8vtEOkcsfrida8Xy { width:20rem;height:19.749375rem;top:0rem;left:0rem;z-index:14999;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5cf0ee9c-9157-479a-9026-ddf538f19e6e/livreblancindustriepharmaceutique.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JxxG20mXwP8C4SGO8vtEOkcsfrida8Xy.adaptive-delivery-prevent-bg, #JxxG20mXwP8C4SGO8vtEOkcsfrida8Xy.lazyload, #JxxG20mXwP8C4SGO8vtEOkcsfrida8Xy.lazyloading { background-image: none; }
#JxxG20mXwP8C4SGO8vtEOkcsfrida8Xy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); } }@media only screen and (max-width: 763px) { #m5evgmlIArCFaUuaTCOaq4IPxCAtPD8h { width:18.73611125rem;height:3.36068rem;top:33.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIDqc5Oc11iC3PN59diOsQ6r9DEl2zoV { display:block; }
 }@media only screen and (max-width: 763px) { #r053oaH4ZoppecyMckGuJn5znD6w6GkP { width:18.75rem;height:4.547525rem;top:28.375rem;left:0.625rem;text-align:justify;text-align-last:initial;font-size:0.8125rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #KshoTaZEmZ5rB4no2glIPTwb6qaSvlwI { display:block; }#KshoTaZEmZ5rB4no2glIPTwb6qaSvlwI > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9KzsehHD6EpQVcqTviTOyLBCqLM7SD3 { display:block; }#q9KzsehHD6EpQVcqTviTOyLBCqLM7SD3 > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rFvO8seSs0x8vSsQD0nRo20CUG33GThd { width:18.75rem;height:7.5rem;top:1.2499961853027rem;left:0.62500011920931rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #s6h4iS6px149iEJtV4Au1enSTDrqlJwB { display:block; }#s6h4iS6px149iEJtV4Au1enSTDrqlJwB > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTsgJ9cSwJ9fzOKKGOUXFLkkr0I8Ms9W { height:11.232625rem;width:20rem;top:1.1682510375976E-5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwCp3fM1BukxD90kp7bkktMRn8J3A1Ib { width:18.75rem;height:8.125rem;top:12.48046875rem;left:0.62500011920931rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCgVSF6LgPWAApeOnvbmARdWiTTTm78U { display:block; }#mCgVSF6LgPWAApeOnvbmARdWiTTTm78U > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V0rzMGNByCwFany71wWhbtCy2hJb5L2D { display:block; }#V0rzMGNByCwFany71wWhbtCy2hJb5L2D > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2P4cPC9pViXO4Pe893iv3DNfuLHx3RZ { width:18.75rem;height:6.5rem;top:12.421876907349rem;left:0.62500011920931rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2MIlxFW33wKmuVzp0Ur2BQfebgt0yGE { width:18.75rem;height:3.34657375rem;top:20.105247497559rem;left:0.62500011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSArVXFwSif3ncBsaeoFs0DgVhxvPz9d { display:block; }
 }@media only screen and (max-width: 763px) { #Fi2B1HgFaCPhJ6HZSyXgE0wE9lqXNDFm { width:20rem;height:11.1729375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwqacTtpdffy4qugieSTJVTHgKJCH6mT { width:20rem;height:13.8125rem;top:11.171876907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx4uovt4J8Udr4XxFDtP6pomB6wwpa0R { display:block; }#Cx4uovt4J8Udr4XxFDtP6pomB6wwpa0R > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uZHVduM1nzDV8BbprOaciQwMHIFZrk20 { width:18.75rem;height:9.375rem;top:1.3118495941162rem;left:0.62500011920931rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #d9ycqADbesivwvMsJg2mPy3bGTndtM5i { display:block; }#d9ycqADbesivwvMsJg2mPy3bGTndtM5i > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lbVgJnbQyFlbx0Obs8meNU7S67VN19Xm { width:18.75rem;height:10.5615rem;top:8.6317253112794rem;left:0.62500011920931rem;font-size:1.625rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #FM8TFqD3HTZOuWtFJNTyZqi2yTaQvihC { width:18.75rem;height:9.75rem;top:20.998266220092rem;left:0.62500011920931rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #frB4cCGdLEIw2FGq4HQ9k2E7AvLcHm1g { width:20rem;height:19.749375rem;top:0rem;left:0rem;z-index:14999;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1f0894c3-7532-4aa2-97da-6ad86e979058/iagenerative.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#frB4cCGdLEIw2FGq4HQ9k2E7AvLcHm1g.adaptive-delivery-prevent-bg, #frB4cCGdLEIw2FGq4HQ9k2E7AvLcHm1g.lazyload, #frB4cCGdLEIw2FGq4HQ9k2E7AvLcHm1g.lazyloading { background-image: none; }
#frB4cCGdLEIw2FGq4HQ9k2E7AvLcHm1g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); } }@media only screen and (max-width: 763px) { #VyVaf6ZpaGypK7aMcdszATN3xShgJG0t { width:18.73611125rem;height:3.36068rem;top:31.933601379394rem;left:0.62500011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTCD7yiNw5JTyIOx7uBOdue6THu0R6mJ { display:block; }
 }