.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:249,238,238;--color-primary-1:225,190,172;--color-primary-2:225,172,172;--color-primary-3:135,103,103;--color-primary-4:45,34,34;--color-secondary-0:225,221,235;--color-secondary-1:165,152,196;--color-secondary-2:105,83,156;--color-secondary-3:68,40,131;--color-secondary-4:30,12,44;--color-tertiary-0:255,255,255;--color-tertiary-1:241,241,241;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Exo";--paragraphs-font-family:"Exo"; }@media (max-width: 763px) { [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%;
}
 }@media only screen and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUIsBxssaIqE4TnfyxfwHPJeAnB0stdg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kUIsBxssaIqE4TnfyxfwHPJeAnB0stdg > .row .container { background-color: transparent; background-image: none; }#kUIsBxssaIqE4TnfyxfwHPJeAnB0stdg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUIsBxssaIqE4TnfyxfwHPJeAnB0stdg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUIsBxssaIqE4TnfyxfwHPJeAnB0stdg > .row .container > .video-iframe-container { display: none; }#kUIsBxssaIqE4TnfyxfwHPJeAnB0stdg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUIsBxssaIqE4TnfyxfwHPJeAnB0stdg > .row > .video-iframe-container { display: none; }#kUIsBxssaIqE4TnfyxfwHPJeAnB0stdg > .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); }#kUIsBxssaIqE4TnfyxfwHPJeAnB0stdg > .row .container { border-width: 0; border-radius: 0; }#kUIsBxssaIqE4TnfyxfwHPJeAnB0stdg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kUIsBxssaIqE4TnfyxfwHPJeAnB0stdg > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:block; }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 { border-top:0rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 > .row .container { background-color: transparent; background-image: none; }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 > .row .container > .video-iframe-container { display: none; }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 > .row > .video-iframe-container { display: none; }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 > .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); }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 > .row .container { border-width: 0; border-radius: 0; }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#rIibXm3zV6srvoUIiomXTV5nTnZzTWEV { background-color:rgba(var(--color-secondary-4),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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.8125rem;left:2.625rem;display:block; }
#ZziPwtuViczbwARohSt1fRTIOZ53VGhS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zT2Ji0iKUvXzaCHMHSAdWTRTwBn6SzAM { background-color:rgba(var(--color-secondary-4),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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:2.625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.8125rem;left:11.5rem;display:block; }
#LDa4RcpAEXWoQ6TnL0mxWtyDFdkfqObz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TwnzpwRkeHzvDtDtedQV43wkuwDCGGCR { background-color:rgba(var(--color-secondary-4),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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.4375rem;height:2.625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.8125rem;left:22.375rem;display:block; }
#vt7PeM5K8fr4Sgy3KGTPxwg17t1X8nqa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AJPHAkByCwXuE2Mnm1rQ2qJwQcU6kBhg { background-color:rgba(var(--color-secondary-4),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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.6242875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.8125rem;left:33.0625rem;display:block; }
#mCA6VnXSpAmTm8M8FZd0PXeMKKgcg2MT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AEIJ0qQr5kdePP31S7FMp5kfl5ynylSM { background-color:rgba(var(--color-secondary-4),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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.8125rem;left:40.375rem;display:block; }
#NLSlZTd3gPn40dUVRiubtzcoV6iVf39v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/51dd0736-7bc7-4ae9-a85e-317ccf1d2ad7/intriomindustry2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI.adaptive-delivery-prevent-bg, #pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI.lazyload, #pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI.lazyloading { background-image: none; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container { background-color: transparent; background-image: none; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container > .video-iframe-container { display: none; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row > .video-iframe-container { display: none; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .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); }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container { border-width: 0; border-radius: 0; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:75rem;position:relative;display:block; }#l13lMKSzLEica6rz3kWkwgORWDXCpthe { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:33.4375rem;left:5.6875rem;height:2.761225rem;display:block; }
#PTqor0QkCJ0kPBKlaMbMzfHe2a4Piqm1 { color:rgba(var(--color-primary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:30.0625rem;left:5.6875rem;height:1.86889375rem;display:block; }
#nEgx3OLXB0b7DJk2COtRdwU4IUc2zINn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:33.5rem;left:1.9375rem; }
#a2x29CvGtP1z47piwepBMRr9TkzP9N2S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:29.4375rem;left:1.9375rem; }
#RwlERM8OCkd1ekwLPUgX3DRXuR0lnzER { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.6875rem;width:49.75rem;top:9.25rem;left:29.3330078125rem;overflow:hidden;display:block; }
#TleNDnN6Jwgu1gLNyG5mGUpuxmHOpP88 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:31.625rem;top:10.5625rem;left:0rem;overflow:hidden;display:block; }
#AvFotNKTDPrVPz1d9dhHOR6AFLFKcWsQ { color:rgba(var(--color-tertiary-0),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:3.0625rem;left:0.65625rem;height:3.28125rem;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; }
#WStU8SCy6GZcA8obxT6KoG7oCcpJoroI { color:rgba(var(--color-tertiary-0),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:21rem;left:1.90625rem;height:2.53125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cJ2dOLnaQSFQLe6tiMtWTuz60MTc0ThM { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:17.4375rem;top:3.0625rem;left:55.5703125rem;overflow:hidden;display:block; }
#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/51dd0736-7bc7-4ae9-a85e-317ccf1d2ad7/intriomindustry2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ.adaptive-delivery-prevent-bg, #WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ.lazyload, #WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ.lazyloading { background-image: none; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container { background-color: transparent; background-image: none; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container > .video-iframe-container { display: none; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row > .video-iframe-container { display: none; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .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); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container { border-width: 0; border-radius: 0; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#Anofx39WceBphAFR7rsSf40misXC2QES { color:rgba(var(--color-tertiary-0),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.390625rem;left:2.0498046875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33afda89-91be-4161-af8d-aa3a675ea66e/shutterstock_1905630580.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq.adaptive-delivery-prevent-bg, #n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq.lazyload, #n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq.lazyloading { background-image: none; }#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq > .row .container { border-width: 0; border-radius: 0; }#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:none; }#FuRovzR5oGeIMry0fT5JDyWaKfc1MHsa { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:27.734375rem;left:3.59375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/51dd0736-7bc7-4ae9-a85e-317ccf1d2ad7/intriomindustry2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy.adaptive-delivery-prevent-bg, #UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy.lazyload, #UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy.lazyloading { background-image: none; }#UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy > .row .container { background-color: transparent; background-image: none; }#UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy > .row .container > .video-iframe-container { display: none; }#UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.41); }#UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy > .row > .video-iframe-container { display: none; }#UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy > .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); }#UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy > .row .container { border-width: 0; border-radius: 0; }#UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy > .row .container { font-size:0.875rem;font-family:arial;height:200rem;width:75rem;position:relative;display:block; }#ZMAq5SBfhygeA2fJfQoDfTrVUnkLF4hi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:18.75rem;top:3.8125rem;left:2.375rem;overflow:hidden;display:block; }
#cuKIXQl3u78IHkRzLaHu0hTPD08MIUsw { box-sizing:content-box;height:37rem;width:19.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.5rem;left:2.0625rem;display:block; }
#LzzD0o4lTaQ0G2kTLqyms9Wu48NTw0wR { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.75rem;left:3.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OcQ3BAWh8qTN6SFdTNpa7s7zcF6BW8PT { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:27.78125rem;left:4.28125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xPTAGaXknhckUFkwkhClaPCHnD2aMH5M { background-color:#b43ea3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:2.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:2.53125rem;left:0rem;display:block; }
#z7TxNxG4Pkp3s3P0M9ELL9t6uDkGsvFp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZWAh7iaxxMHf0k2pmkxOJRT7KQgxWTco { box-sizing:content-box;height:36.8125rem;width:19.375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.625rem;left:28.5625rem;display:block; }
#xTneoBe7IkNCKNRmvT81r7GTX7cpOslN { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:25.375rem;left:29.40625rem;height:1.4625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#FKO78pDy20i6suyUTRQWTDTkOGGl3D3l { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:4.09375rem;left:28.875rem;overflow:hidden;display:block; }
#ZtcTIVQ6XO0TSkJrdUtVokTRZDPETE7d { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:23.5rem;left:30.15625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xqKSGJ3mPiHrAiFECzHd5izWSsZNRzof { background-color:#b43ea3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.4375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:2.53125rem;left:26.5625rem;display:block; }
#Woh3QuRsZMTRDKdE5gOaR9GqL5UmJye0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hOMxsmyVd8hlen2GCtXQ5RT6EcHORJXw { box-sizing:content-box;height:37.25rem;width:19.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:85.4375rem;left:2.0625rem;display:block; }
#GOUSfwD71ZK7NpDLCiBxxXQHnqpwwrrx { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:115.75rem;left:3.1875rem;height:6.09130625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DgM9FHVmE8AEg3eW43iWXuppD2C5TufU { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:109.25rem;left:4.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g2MM0oB5efzeXh5DiUIshpX8iG1vuspT { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:104.9375rem;left:3.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ug2ooNGprERQN2TmJGNw6s6DEJFxsxbX { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:18.6875rem;top:85.875rem;left:2.375rem;overflow:hidden;display:block; }
#TzbEPyL73JT2UuOVznpAIr58CCOmTRuE { background-color:#b43ea3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:84rem;left:0rem;display:block; }
#OQb1nMHgJE3024m2QQVZnguJAWdea19x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xcz8r97PAhSFNaNmmTTDsaUpS9b5yUTD { box-sizing:content-box;height:36.8125rem;width:19.375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:45.4375rem;left:2.0625rem;display:block; }
#FUVLRxt4JzUG3oTEQ9cKRhzTNhCImKtE { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:69.3125rem;left:4.28125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tb9cVRiemrUlmuJ3SEiAX4gmU4MbohO4 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.3125rem;top:45.875rem;left:2.75rem;overflow:hidden;display:block; }
#qQ1GKqCUSqddPNZI9htU3k1W3BmUQypu { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:64.9208984375rem;left:3.75rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x5oEGbQq7ocR7mHqxP7BJqk1IxhlKxZM { background-color:#b43ea3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.4375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:44.1875rem;left:0rem;display:block; }
#EdnnUsOSsTUh1y8N8qC4vE3fNTzmxntq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gezRRKZdDULMC84JKzfNeZ7FmyX97lK5 { box-sizing:content-box;height:36.8125rem;width:19.375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:45.125rem;left:28.75rem;display:block; }
#fBgVL5QlSZNoWkPTg9t2xFxqGO8rKOVG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:69.3125rem;left:30.78125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pu6VpTKqGIT31wMEO1eHEttrx7G6UpHT { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:64.75rem;left:30.15625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TcBHzGLrzBqnLTyosNT3T441bnoZTV02 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:45.43701171875rem;left:28.87451171875rem;overflow:hidden;display:block; }
#nw4AbXaHeQV5f7a61o4MQQaqLwieVfWa { background-color:#b43ea3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:44.625rem;left:26.5625rem;display:block; }
#Af7QV59keHd28TMn9N1k3TeHqHPksWPI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZOMQeNkpiTJHxCLrovioOFhTIkTcvZVJ { box-sizing:content-box;height:36.8125rem;width:19.375rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:84.9375rem;left:53.8125rem;display:block; }
#rgWcwc5HMqnRTUcEf9ONC8Q16aVBdQTO { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:109.125rem;left:55.875rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xnOhkoLfbr3h4IRAJ8CD7vRgbArrwdJG { color:#000c0b;display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:104.75rem;left:53.875rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WJsFE5mpxdDhkURXi6mMHPixvTSTkwUC { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:85.375rem;left:54.125rem;overflow:hidden;display:block; }
#JkW0urrtJMeclJJ1P2DEEB0i8D8Qi4T7 { background-color:#b43ea3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.4375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:84rem;left:51.625rem;display:block; }
#FTdptowvQ1xprFOMK18L2KAh0Wn4JGde { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gpEc4nmpUCiWrxTw6QNEnhoZEwQKP6iW { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:74.375rem;left:29.75rem;height:6.09130625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EeWW9b3R5pLosQyP4qxWQd6haFnSemQz { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:34.3125rem;left:29.75rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NgkEuV3V8qkbt4n3Z9GikI0zoihIHVE4 { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:34.3125rem;left:3.25rem;height:2.436525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r15lwcN2utgiKy6K1c4gUUfPKvPcIOcM { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:74.375rem;left:3.125rem;height:1.2182625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hv6UCTTZz2k97hUUQAgKSLaltn3qUK1S { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:114.1875rem;left:54.8125rem;height:3.6547875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yrqfNMkFuK2G5X1AC7X27o42mBf0qvt8 { box-sizing:content-box;height:12.375rem;width:71.125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:159.375rem;left:2.0625rem;display:block; }
#K5bCkc3Jm5tuccUSduV4tqIcFqPaTIl8 { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:160.875rem;left:30.5rem;height:1.7858875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MKib6LFVw4o10v4vg8E1ry2kKSC2H7EH { color:#000c0b;display:block;width:67.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:164.3125rem;left:3.6875rem;height:5.115975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#snebLih1b0O8oMeukQh8592NBR8SebE4 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:27.78125rem;left:29.40625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VpQ7S5UEaPdgntdMIeeHGkDLXI1WaQOe { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:25.375rem;left:2.90625rem;height:1.4625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#xZNEZs20viXABWaqiIRRVppHweCdPogz { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:106.8125rem;left:2.875rem;height:1.298825rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#LRcisPvVdeNwk1tPtqQx6GTt3vJK7LDH { background-color:#b43ea3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:1.5625rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:31.921875rem;left:6.84375rem;display:block; }
#gCTToEXhegF9tRxuSNxHd9dOWH5o5rTS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KNLL0CTUW67CGiuZbEWLMBIbsMFPVQ3T { background-color:#b43ea3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:1.5625rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:31.921875rem;left:33.34375rem;display:block; }
#hL3ewNaIKcXu6gTsucZfbEilaWGDKXEO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XLqqWnF51TGgOpfVcSfordmXlMa28spv { background-color:#b43ea3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:1.5625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:113.375rem;left:7.125rem;display:block; }
#FKTERef9KA1nidat0MVWShmO9SurWA4m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xqzqTDfaZcFvqUMQRzmtqgVkcAX1JLkG { background-color:#b43ea3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:1.5625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:71.625rem;left:33.53125rem;display:block; }
#DZzff9Tl08DPLM832VTShBmEyHmJOVyb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B8K0zlp0y3J6mf8m4wfFS8fK6cgBQz1T { background-color:#b43ea3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:1.5625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:71.9375rem;left:6.75rem;display:block; }
#Ae8XPB3qkngGu9UA11sI0EC7tBSCKUQ7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eTrWyCGT63tzZbrf88aEIF4MD6XMuppD { background-color:#b43ea3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:1.5625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:111.4375rem;left:58.4375rem;display:block; }
#WwDndRfEhR1XiTvpcyaxdcA0kvKORy2I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pmrL30754gugrJAZ8lQx22zETnngFOX7 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:67.25rem;left:29.40625rem;height:1.4625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#acuXBQKRrCT5wNGD4TPM4bBsHVhLrlMo { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:107.0625rem;left:54.5rem;height:1.4624rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#V3OVKh00udAEeplGKb5LfzyTwuPOc9XP { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:107.0625rem;left:54.5rem;height:1.4624rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#oRA3VubTbk4Cyc7WMF7AqM1VSiFsV6G5 { box-sizing:content-box;height:36.625rem;width:19.375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.625rem;left:53.75rem;display:block; }
#VghH6lTQMIaOzC5vylKA3omP8tJRqtIz { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:34.3125rem;left:54.6875rem;height:3.6547875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vbCDl5EynCf7WXEWKcUFPfG7I4SFEn71 { background-color:#b43ea3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:1.5625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:31.9375rem;left:58.625rem;display:block; }
#ZBx5mwZ0VFl63VxRqC7QIqeN3x6HdtTg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wr4akNDK9Ql8hVQMidon6isitH0AR1Jg { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:27.8125rem;left:55.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y8WwFzQkvLJGDRcTo6Oi0ooXwa1PAcak { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:23.5rem;left:55.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QndbT8N40mpr8eK6WIeNsu1MaTKsqWta { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:25.375rem;left:54.375rem;height:1.298825rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Q29iawGrlFuzVxpqXfTCZkrC82TC5IFA { background-color:#b43ea3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.4375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:2.5625rem;left:51.5rem;display:block; }
#TkmBa45WpRkScPbr3OMKSwTXLgXEp2Bs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mm6W7p6UGFenhBQmamuBFyvDBVg5fG3q { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:18.6875rem;top:4.03125rem;left:54.0625rem;overflow:hidden;display:block; }
#s9tuuKPP8aZQO6gck5ODS74R8lfJDRa1 { box-sizing:content-box;height:36.5rem;width:19.375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:85.4375rem;left:28.875rem;display:block; }
#oztTMsTAS1mKwHBQ7hC2lBQ8TbqTTTpf { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:109.25rem;left:31.125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z8UinxaZ47CEIMmr4amwHTmi9uPfpS5F { background-color:#b43ea3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:1.5625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:113.375rem;left:33.9375rem;display:block; }
#uv80vvDypEz4G6BWxJgPatWQBOPqf6Nq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HKT2wKB6XWkwZO2dSTPsLJc9VvBmMAwo { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:106.8125rem;left:29.6875rem;height:1.298825rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#f9DeNUWRxqesfVzOhIbGAT8kEEfTWqyv { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:104.9375rem;left:30.4375rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NW5P2nVHFksbxlTmLviuTC5oc8TifphA { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:18.6875rem;top:85.8125rem;left:29.1875rem;overflow:hidden;display:block; }
#f5hkyJv6D3ZpqVBBSrpOKCTglmq4UFcn { background-color:#b43ea3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.4375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:84rem;left:26.75rem;display:block; }
#WObRBQbctTWr2ilO8sTkQmcOT9mI6FCl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mRqZy4Jg6EhoIvPgRZBGr5QQmSLXBbON { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:115.6875rem;left:30.0625rem;height:3.6547875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rDuoe2u8a5zlRbmPRTERo25b1G6Dimiv { box-sizing:content-box;height:26rem;width:17.625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:173.3125rem;left:1.25rem;display:block; }
#qZhCkTmihTJnR5V3aZofVEBRTp1Tn5NP { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:197.1875rem;left:2.0625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sTdKDpOrlNCWsHc3pRpRQy9lVHDayV9y { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:195.3125rem;left:1.25rem;height:1.298825rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#oBOSGXwF3t20QuAEqrl5TWRTirCmV7Oa { color:#000c0b;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:193.6875rem;left:1.25rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P7GBGtPFlrtFRQX9p5FxmnUvcMWZ2niH { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:16.8125rem;top:173.75rem;left:1.5625rem;overflow:hidden;display:block; }
#xJLJAyov6mf3N2p4MA1vdX9kUEupd19d { background-color:#b43ea3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:1.75rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:191.3125rem;left:7.125rem;display:block; }
#HQyXocmxpG1zguqUpXL9e4FW9wZI9xSQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A7FAQr22nvTOiuzcBOzAWNGJzbvLZeM9 { box-sizing:content-box;height:26rem;width:17.625rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:173.3125rem;left:56.1875rem;display:block; }
#bVnN6E5TFFfKuHotUW0DSMh9hTpb4rso { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:197.1875rem;left:56.625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ydwK7dFGgQohUDCaPFoo9qLTpwGlhbn2 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:195.3125rem;left:56.125rem;height:1.298825rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#grT1T0wcVlpOAWTF2pFObMz8RP3efP1H { color:#000c0b;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:193.75rem;left:56.125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RZmAVgkmG4Cp98Bvvu6ldQSzmR6MTNdk { background-color:#b43ea3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:1.75rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:191.3125rem;left:62rem;display:block; }
#B9GSp3HWPJf6d0wtL7yI6WvWHiNowT24 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ITMDcNKtBuh00CZX3gi8VIVlVk151iiH { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:16.8125rem;top:173.75rem;left:56.5rem;overflow:hidden;display:block; }
#X2bLJshJ3KFHZRfS1lKfGe5AqrxTZVC5 { box-sizing:content-box;height:26rem;width:17.625rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:173.3125rem;left:37.9375rem;display:block; }
#xSffim3B715V3mNMe3JcBp2LwTBnQeVU { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:16.8125rem;top:173.75rem;left:38.25rem;overflow:hidden;display:block; }
#wOGTePcfZ6ufvNEDPnc2QntLv9BDK0hJ { background-color:#b43ea3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:1.75rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:191.3125rem;left:44.375rem;display:block; }
#hyFhoAxyLl9z6ZbspNkXC7gTfeSImKPm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T87vHJshCawncuWLUhm0xtd5l9LrwqFo { color:#000c0b;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:193.6875rem;left:37.9375rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zyukuLCH1gBM6tdHARVXi0oZlDo23wrm { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:195.3125rem;left:37.9375rem;height:1.298825rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#UKNeVqvXbkqwukVaZANu1KL9TGfaf068 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:197.1875rem;left:38.25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P4X7Xme2kOWLg34iKzdtLP9XL7O7qrV9 { box-sizing:content-box;height:26rem;width:17.625rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:173.3125rem;left:19.5625rem;display:block; }
#o3b4As7XTIb5GwAWcKx7OOOVyZ8a8zpE { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:16.8125rem;top:173.75rem;left:19.875rem;overflow:hidden;display:block; }
#oP9iSE41vVBw65kzwTyH1PpeTOQHdr8R { background-color:#b43ea3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:1.75rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:191.3125rem;left:26rem;display:block; }
#aylcAgucyU9ydqzeVMJ687busgy0AhaC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bk1KPH2Txvm4yo0EU9aaWuxHbspD3tTN { color:#000c0b;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:193.6875rem;left:19.5625rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r5rZlin358u1CwGeyfsflup7uSco3TfJ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:195.3125rem;left:19.5625rem;height:1.298825rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#I0b5CcMTt7MG66N4XdTGA2LpP6Tx4809 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:197.1875rem;left:20.375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#peAsAFrsQEEqoHOZxO9qEKpZFMHbdSHp { box-sizing:content-box;height:27.875rem;width:45.25rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:124.56176757812rem;left:2.061767578125rem;display:block; }
#h0CT709TAbbIyMGFsW3ycFHkDGg3DxUn { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.12425rem;width:20.625rem;top:126.99829101562rem;left:3.6865234375rem;overflow:hidden;display:block; }
#kXGaBcVeGFL72iAzDIcVkNpJmGT4yyKx { color:#000c0b;display:block;width:16.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:129.76318359375rem;left:27.96875rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EHAvIrygT5xm9NMzed97KIyx3aKPDAEJ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.68675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:132.36450195312rem;left:27.218017578125rem;height:1.4624rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#xnNBEXsaSQKO3W91ZiPxCN1FcHTUlrdB { color:rgba(var(--color-tertiary-4),1);display:block;width:21.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:134.3701171875rem;left:24.732666015625rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CHcTFW8sn5uMS81XZLefCm9T3e3n06S4 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:139.82788085938rem;left:24.544677734375rem;height:7.8735375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D4VMNXPZh1fCTy9dBW36gSyfEd2VAuti { background-color:#b43ea3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.812rem;height:1.5625rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:136.77856445312rem;left:30.78125rem;display:block; }
#bMtntR0D9ebX32ugOnn6LO5lfaDklhvt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AEKrZRGJ4pUnIbSFKevOHWWOWvShziBv { background-color:#b43ea3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.812rem;height:2.436525rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:124.56176757812rem;left:0rem;display:block; }
#x36pzTfHcKMZV2pI9OCwyLqDmWeOvpBN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kyhbiEfss0Fqpe14QzrXn6a4TiZrRSUa { background-color:#b43ea3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:43.5rem;left:51.8125rem;display:block; }
#cQewoJ81JbPS3Dkl9HgI745DIpyCO0AU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lUtOU2BOvpACyqykZmgpyyvm9WwBodHw { box-sizing:content-box;height:36.8125rem;width:19.375rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:44.75rem;left:53.875rem;display:block; }
#nUaWnMu7pklmgsftK2Kb20mG0GzyRMyT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:45.12451171875rem;left:54.124755859375rem;overflow:hidden;display:block; }
#usI5EWMlFCl5DiXJJ3vaIgByWmqp7Q9G { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:64.25rem;left:55.5625rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTXoRuBHPRd8Wnoz0pZCvqC24ktrOJz1 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:68.625rem;left:56.125rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tgMXd45CIFWKszefBfQORNdBlby9XrB9 { background-color:#b43ea3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:1.5625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:71.25rem;left:58.5625rem;display:block; }
#weOz5qgI4PMi6piGka2P1JBTnS36kgqb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Black5gABWWtvhBPx3zTGzuHDTbP95H8 { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:73.6875rem;left:54.9375rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ess3FmrgbwBE6DSXDX0rr3RzuGv9vrN6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33afda89-91be-4161-af8d-aa3a675ea66e/shutterstock_1905630580.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ess3FmrgbwBE6DSXDX0rr3RzuGv9vrN6.adaptive-delivery-prevent-bg, #ess3FmrgbwBE6DSXDX0rr3RzuGv9vrN6.lazyload, #ess3FmrgbwBE6DSXDX0rr3RzuGv9vrN6.lazyloading { background-image: none; }#ess3FmrgbwBE6DSXDX0rr3RzuGv9vrN6 > .row .container { border-width: 0; border-radius: 0; }#ess3FmrgbwBE6DSXDX0rr3RzuGv9vrN6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ess3FmrgbwBE6DSXDX0rr3RzuGv9vrN6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ess3FmrgbwBE6DSXDX0rr3RzuGv9vrN6 > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:none; }#wSLLwxone8ldy2JZZW0fmCxgQf0oKiWZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:27.734375rem;left:3.59375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uWxmnszep2p46cHK0T4pkf5SPyGGnfus { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:0.3125rem;left:14.0625rem; }
#FvnrPNB31FbH6ZIiw86TcCMhEmrovETK { color:rgba(var(--color-tertiary-0),1);display:block;width:50.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5625rem;left:13.4375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qAP5a5dAg9VyykkNsVFCquw1FTS67CC9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33afda89-91be-4161-af8d-aa3a675ea66e/shutterstock_1905630580.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qAP5a5dAg9VyykkNsVFCquw1FTS67CC9.adaptive-delivery-prevent-bg, #qAP5a5dAg9VyykkNsVFCquw1FTS67CC9.lazyload, #qAP5a5dAg9VyykkNsVFCquw1FTS67CC9.lazyloading { background-image: none; }#qAP5a5dAg9VyykkNsVFCquw1FTS67CC9 > .row .container { border-width: 0; border-radius: 0; }#qAP5a5dAg9VyykkNsVFCquw1FTS67CC9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qAP5a5dAg9VyykkNsVFCquw1FTS67CC9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qAP5a5dAg9VyykkNsVFCquw1FTS67CC9 > .row .container { font-size:0.875rem;font-family:arial;height:58.5625rem;width:75rem;position:relative;display:none; }#MT9c2HSnLmKttczVtLruDxPhN68LzzlM { box-sizing:content-box;height:55.0625rem;width:68.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.125rem;left:3.125rem;display:block; }
#tS1uAaCGyqc865tZywlevUXShl9rRNQk { color:#000c0b;display:block;width:57.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.75rem;left:8.625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lsu2M9ezLE08pzc4Ezn4PfCDpIS3I1MU { color:#000c0b;display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:6.5rem;left:5.875rem;height:7.03125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Hq1TBeVkTnt7oHZQNvfedfUa2Bd4ielh { color:#000c0b;display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:24.171875rem;left:5.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LGMHM4cuQE0ounE23lLmLaUIw5nMZdDF { color:#000c0b;display:block;width:62.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:26.625rem;left:8.625rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WXW47eQE2cebIG8UCO1wtiFA77VC6h7m { color:#000c0b;display:block;width:60.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:30.1875rem;left:8.625rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TWpqNBJtdGG3IiRhwlwPeRNUoHDMbUqF { color:#000c0b;display:block;width:60.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:34.34375rem;left:8.625rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tGvOx9zd3phtLHXPrrAvZVVgITCvvPky { color:#000c0b;display:block;width:58.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:36.875rem;left:8.625rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rVbIOkAShvk2DEMdCD7OirkMCrMwrmwG { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:30.53125rem;left:5.875rem; }
#dUq0IqSZbJapL4MfMwaT1vTvZDbiZO2C { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:8rem;width:8rem;top:45.0625rem;left:10.5rem;overflow:hidden;display:block; }
#KMTyQgBUgiTe84iqkJtxpvmUa2ikD3vZ { color:#000c0b;display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:44.4375rem;left:5.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EA03ZVhTfS5F49hdrs3evHDSMAqDMqQ1 { color:#000c0b;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:53.75rem;left:9.8125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QSdHTTmcP7Vh3Jw2knpX7cDaCmNLKVI4 { color:#000c0b;display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:14.9375rem;left:5.875rem;height:7.03125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LkS18kMCcEotEpazS491iddsMry5idfP { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:26.96875rem;left:5.875rem; }
#OEzIad2834EbHi36vRwI47w0yrxBK8Ff { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:33.984375rem;left:5.875rem; }
#QTwiDyo97Jhi3AG4kTqCfhEhmC9k6Ro3 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:36.875rem;left:5.875rem; }
#aHdyqpWcsBidbZB601zeo6nLWCkQdcIN { color:#000c0b;display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:44.4375rem;left:21.3125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l23BV5SlQQkkaTlvi4GILs5zuXMSQcX7 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.8125rem;width:8.125rem;top:45.15625rem;left:29.75rem;overflow:hidden;display:block; }
#n4OeZEvPnf6Ua6z6OqPtOh3vtcxHhfww { color:#000c0b;display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:53.75rem;left:27.46875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tkAeHOLG2yyo29akNLULBp7DR1K48aCe { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.8125rem;width:7.8125rem;top:45.15625rem;left:42.437501907349rem;overflow:hidden;display:block; }
#Ln0GWXHUkaAnmVcpRosg08A6HelTAwNt { color:#000c0b;display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:53.75rem;left:40.156251907349rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bnk9yPrTDz9qxF3IV6yOwspaHOyT4kh8 { color:#000c0b;display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:53.75rem;left:51.46875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IqldsCtrHBDvMmOHb9Vamh3cLyhZaTCF { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.8125rem;width:7.8125rem;top:45.15625rem;left:53.90625rem;overflow:hidden;display:block; }
#rexyIyuDSQhKTn847pdOZETqJW24MX7O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/51dd0736-7bc7-4ae9-a85e-317ccf1d2ad7/intriomindustry2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rexyIyuDSQhKTn847pdOZETqJW24MX7O.adaptive-delivery-prevent-bg, #rexyIyuDSQhKTn847pdOZETqJW24MX7O.lazyload, #rexyIyuDSQhKTn847pdOZETqJW24MX7O.lazyloading { background-image: none; }#rexyIyuDSQhKTn847pdOZETqJW24MX7O > .row .container { background-color: transparent; background-image: none; }#rexyIyuDSQhKTn847pdOZETqJW24MX7O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rexyIyuDSQhKTn847pdOZETqJW24MX7O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rexyIyuDSQhKTn847pdOZETqJW24MX7O > .row .container > .video-iframe-container { display: none; }#rexyIyuDSQhKTn847pdOZETqJW24MX7O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rexyIyuDSQhKTn847pdOZETqJW24MX7O > .row > .video-iframe-container { display: none; }#rexyIyuDSQhKTn847pdOZETqJW24MX7O > .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); }#rexyIyuDSQhKTn847pdOZETqJW24MX7O > .row .container { border-width: 0; border-radius: 0; }#rexyIyuDSQhKTn847pdOZETqJW24MX7O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rexyIyuDSQhKTn847pdOZETqJW24MX7O > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:block; }#ygUwtdIgKScMuOOd5szCtGfh0Wl03yCT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/33afda89-91be-4161-af8d-aa3a675ea66e/shutterstock_1905630580.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ygUwtdIgKScMuOOd5szCtGfh0Wl03yCT.adaptive-delivery-prevent-bg, #ygUwtdIgKScMuOOd5szCtGfh0Wl03yCT.lazyload, #ygUwtdIgKScMuOOd5szCtGfh0Wl03yCT.lazyloading { background-image: none; }#ygUwtdIgKScMuOOd5szCtGfh0Wl03yCT > .row .container { border-width: 0; border-radius: 0; }#ygUwtdIgKScMuOOd5szCtGfh0Wl03yCT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ygUwtdIgKScMuOOd5szCtGfh0Wl03yCT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ygUwtdIgKScMuOOd5szCtGfh0Wl03yCT > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:none; }#v1bMQ5IhxST0bWgAxEP5ynWyFqfWcOLr { box-sizing:content-box;height:39.875rem;width:68.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.125rem;left:3.125rem;display:block; }
#ZfpGUFOgS4Ka268Hae6E8qOcSXDqAf4i { color:#000c0b;display:block;width:57.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.75rem;left:8.625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Iko374xIUWvHNiXCOsnLRbDPqn9b5KSX { color:#000c0b;display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.5rem;left:5.875rem;height:6.09375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#u412SdMQJ9bHTnaAL9vPBvy2w49Te6wR { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:15.65625rem;left:5.875rem; }
#zWiF5vahty9uV1M6T7kLordeECoGORqn { color:#000c0b;display:block;width:63.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.4375rem;left:5.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AbFg4p0NBXogmCPPNm49rsl7JEAkspAB { color:#000c0b;display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.828125rem;left:8.625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ABvWeneUewTgfakMoIxkTu9mNlzfcr9b { color:#000c0b;display:block;width:60.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.484375rem;left:8.625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zoiMFOqqwKetDb5NdIRFEQi7MTVKSmF2 { color:#000c0b;display:block;width:60.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.296875rem;left:8.625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DqTBSJlmZzNO5T2S8tghQbRsxfc8huvu { color:#000c0b;display:block;width:58.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:23.984375rem;left:8.625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ovTB3g9RHsyfreChWuCC9UeW9Dxkl27H { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:18.3125rem;left:5.875rem; }
#M4nizFUTUyW35OZCNnIpoNH3eZJsaPHv { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:21.125rem;left:5.875rem; }
#IrDRMWF85Jq34OcQFl2Ik0TSXNSy3tAA { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:23.8125rem;left:5.875rem; }
#apM7hXaIWRp3E1UsF7iq6nvWxttWMACA { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.5rem;width:7.5rem;top:29.4375rem;left:29.65625rem;overflow:hidden;display:block; }
#FcPJS3x1IOEHRSM7JQOP0fCN8pC8ZGwl { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.5rem;width:7.5rem;top:29.4375rem;left:40.125rem;overflow:hidden;display:block; }
#Sc4muEzNlukG0wuqOLekMgsZRZRtSAOr { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.5rem;width:7.5rem;top:29.4375rem;left:50.875rem;overflow:hidden;display:block; }
#DsVDIXPdikxr3hW9grDuJPpw2OacXId2 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.5rem;width:7.5rem;top:29.4375rem;left:10.9375rem;overflow:hidden;display:block; }
#BpxOaLpDK5WTv2mZF4nwSwE8MzGgEv3v { color:#000c0b;display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:27.6875rem;left:5.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I7rS0oul8aPcfx5qLd0mTycXZ6MoeNOr { color:#000c0b;display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:27.6875rem;left:20.9375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nqpcG5F4pwk8v91rE09v6BNvR31Pvlsw { color:#000c0b;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:37.875rem;left:10rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XX8pKwpaaxI5F1ksFIysAhT36srv0CK8 { color:#000c0b;display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:37.875rem;left:30rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KR1NCT6e91Rw54hVur2AeT6Q3eVHyFaw { color:#000c0b;display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:37.875rem;left:38.65625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t4cNqbF9qFdrryUzFVusPIccdDIMMoJt { color:#000c0b;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:37.875rem;left:50.8125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IxMrboaGApnPGAFHdnPC4wpGTZaXT3gA { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.5rem;width:7.5rem;top:29.4375rem;left:61.125rem;overflow:hidden;display:block; }
#HRDUztqEqkTJzrxLkRUo1JWyMiR8wZRq { color:#000c0b;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:37.875rem;left:61rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3703df25-ecbb-495e-9da2-06c4935fcaa6/shutterstock_2269534961.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71.adaptive-delivery-prevent-bg, #wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71.lazyload, #wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71.lazyloading { background-image: none; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row .container { background-color: transparent; background-image: none; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),1); }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row .container > .video-iframe-container { display: none; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),1); }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row > .video-iframe-container { display: none; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .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); }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row .container { border-width: 0; border-radius: 0; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#tJ2QrNUHLaZ35yGpuhra52rcZQpTW2xv { color:rgba(var(--color-tertiary-0),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.1875rem;left:1.7998046875rem;height:2.43696875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zdqTdOSkoK1ldFiV8Pa45sNoW3guRoVC { position:relative;display:block; }#zdqTdOSkoK1ldFiV8Pa45sNoW3guRoVC { background-color: transparent; background-image: none; }#zdqTdOSkoK1ldFiV8Pa45sNoW3guRoVC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdqTdOSkoK1ldFiV8Pa45sNoW3guRoVC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdqTdOSkoK1ldFiV8Pa45sNoW3guRoVC > .row .container > .video-iframe-container { display: none; }#zdqTdOSkoK1ldFiV8Pa45sNoW3guRoVC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdqTdOSkoK1ldFiV8Pa45sNoW3guRoVC > .row > .video-iframe-container { display: none; }#zdqTdOSkoK1ldFiV8Pa45sNoW3guRoVC > .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); }#zdqTdOSkoK1ldFiV8Pa45sNoW3guRoVC { border-width: 0; border-radius: 0; }#zdqTdOSkoK1ldFiV8Pa45sNoW3guRoVC > .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; }#zdqTdOSkoK1ldFiV8Pa45sNoW3guRoVC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:87.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SwgnUxORpUGN9quKizT8QixTzg6Epchc { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:2.5234375rem;height:1.29980625rem;display:block; }
#stdJNEB81bzxTIgaFCpb2nHvuTFCAmCt { color:#ffffff;display:block;width:55.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.0625rem;left:9.875rem;height:1.298825rem;display:block; }
#euUoIMGMQNb7MxVN3235DUkmxL2wb6mJ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.8117218017578rem;left:30.312501907349rem;height:1.298825rem;display:block; }
#Qzs6XhHpeaghM9byXVV936Rz57Aeqtko { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.125rem;left:2.5rem;height:1.298825rem;display:block; }
#gln37Qa3oCXGMkfDObQJp6ScDJt0ypRe { color:#b43ea3;display:block;width:64.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.25rem;left:9.875rem;height:1.298825rem;display:block; }
#obT3dqFmr11RRAhxmpPSH91eZd8E5tz4 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.9375rem;left:2.5rem;height:1.298825rem;display:block; }
#p5iW5Wa9Enc194WAvEgnWBkIQtt0BTcO { color:#b43ea3;display:block;width:40.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.9375rem;left:9.75rem;height:1.298825rem;display:block; }
#q4mJVktGUbbXJ6DzX4ARyt7MNxo3GLUp { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.375rem;left:2.5rem;height:1.298825rem;display:block; }
#huqcRWwTzkPoVJpAm1TRqop1UT8BLdrW { color:#ffffff;display:block;width:50.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.6875rem;left:9.75rem;height:1.298825rem;display:block; }
#JFGGtI8wBgATvs5tzvve6897ElkdXESK { color:#b43ea3;display:block;width:61.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.4375rem;left:9.75rem;height:1.298825rem;display:block; }
#tiH3ixdlsLrLxeKM1tv0RT68P64IiLmJ { color:#ffffff;display:block;width:54rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.3125rem;left:9.6875rem;height:1.298825rem;display:block; }
#zpi0bcV6vwpwTJkXF5wf6mU8h50R8gNm { color:#b43ea3;display:block;width:60.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:22rem;left:9.6875rem;height:1.298825rem;display:block; }
#gAhLlD1vZa9TRvR8zwxnvbZf6Md6B3HD { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.0625rem;left:2.5rem;height:1.298825rem;display:block; }
#e4huBwHOzTqtT2yTFl009fXDULL1BICf { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:75rem;top:31.0791015625rem;left:0rem;display:block; }
#zGZnmggCFNqI1KpAzmB8SQHg7rTpFwNA { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:32.5rem;left:2.5rem;height:1.298825rem;display:block; }
#zSLxZoE0rrH4EiiCn32NCL4xvBcgWgPS { color:rgba(var(--color-tertiary-4),1);display:block;width:14.74975rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:31.177978515625rem;left:30.3125rem;height:1.298825rem;text-align:center;text-align-last:center;display:block; }
#r3UvswCgnZZzu4TgbgDsoJCTUBDqK71m { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:75rem;top:2.7125005722046rem;left:0rem;display:block; }
#f1DcHM0xBP724sHt2WTmTcARTdFKgBX4 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:35.3125rem;left:2.0625rem;height:1.298825rem;display:block; }
#dbMdbh34IXHV3pkniSHUGLnuf9fSelFT { color:#b43ea3;display:block;width:53.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:35.3125rem;left:9.25rem;height:1.298825rem;display:block; }
#Pg8mdzLrouSwwsQpyHC6Uzsz4Jo9VJqy { color:rgba(var(--color-tertiary-4),1);display:block;width:54.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:36.625rem;left:9.25rem;height:1.298825rem;display:block; }
#AQZlAnxA2vONvzZAC4tJArT5nRR5WdMK { color:rgba(var(--color-tertiary-4),1);display:block;width:50.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:41.4375rem;left:9.25rem;height:1.298825rem;display:block; }
#Jp7STfevM9h5OP8PZ88MddVMWQKPgZWT { color:#b43ea3;display:block;width:62rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:38.5rem;left:9.25rem;height:1.298825rem;display:block; }
#R32NmWqOJKBqP5c3PtA7fCrQvmn3DiO8 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:45.125rem;left:2.0625rem;height:1.298825rem;display:block; }
#a2dOVW5XFMu5NmJlCrt6BWAMarRuxL00 { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:56.125rem;left:9.3125rem;height:1.298825rem;display:block; }
#KTA4XbzxA6XI2QTRDF5AlXbfDFgsup9h { color:#b43ea3;display:block;width:53.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:54.8125rem;left:9.3125rem;height:1.298825rem;display:block; }
#e34aoAyEeqKc51dxAEkh1PbVzPEiF8sW { color:#ffffff;display:block;width:36.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:48.0625rem;left:9.25rem;height:1.298825rem;display:block; }
#lpbJBlW0TRqK3SQbT8ayKPFZVv0bkmn8 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:50.75rem;left:2.0625rem;height:1.298825rem;display:block; }
#NsXzq2iTlodd0lRHGadFx9MLlGXumMZU { color:#b43ea3;display:block;width:65.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:45.125rem;left:9.25rem;height:2.59765625rem;display:block; }
#Hb4ooT4N46kCUIbgQd12I1A2qpMgmn0I { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:75rem;top:62.125rem;left:0rem;display:block; }
#wB1F7qOTcLE2RzMVn7F1Kq3RO8o8idHo { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:62.25rem;left:2.5rem;height:1.298825rem;display:block; }
#ipObZ9r0frmV4qiMmqV8onv7iAnz4vH2 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:54.8125rem;left:2.0625rem;height:1.298825rem;display:block; }
#gSPkINQTtCchQ7l6C8byWT5xvl56ogXV { color:#b43ea3;display:block;width:53.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:50.75rem;left:9.25rem;height:1.298825rem;display:block; }
#LNhyk8XelZETEd7ib1rHL7Dk0Shua9q4 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:65.6875rem;left:2.5625rem;height:1.298825rem;display:block; }
#SBDDSa3y9Za7GX4l1w8EZL7lnBX8OHzy { color:#b43ea3;display:block;width:53.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:65.6875rem;left:9.75rem;height:1.298825rem;display:block; }
#tTzUnOV4ifbS0qI4LTvoOTmSgyaWw5Nt { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:74.3125rem;left:2.5625rem;height:1.298825rem;display:block; }
#itmXp4CyW0GIRvwuRsLxHP0tStmxibua { color:#b43ea3;display:block;width:53.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:74.3125rem;left:9.8125rem;height:3.8964875rem;display:block; }
#tkTh1vvHLbBel2Meq6WsCdSBEK76QMeS { color:rgba(var(--color-tertiary-4),1);display:block;width:43.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:75.625rem;left:9.8125rem;height:1.298825rem;display:block; }
#GkFIIvfdTnirtFWGWag1NKU6iN3sBH6P { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:75rem;top:83.125rem;left:0rem;display:block; }
#cmPrdGxTUBRv2t3slAqThsTi2EHWsrT0 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.125rem;left:2.5rem;height:1.298825rem;display:block; }
#xqLKrTsHx2vI7s8SXyO2VI1wVWOi42XJ { color:#b43ea3;display:block;width:61.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.186767578125rem;left:9.749755859375rem;height:1.298825rem;display:block; }
#CwwnvupCb1WnPodSv2cdv6bpzyAnFi9u { color:rgba(var(--color-tertiary-4),1);display:block;width:35.249rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.4365234375rem;left:9.874267578125rem;height:1.298825rem;display:block; }
#T6I9awzrbXgx4vOXvrHBGWTZ8rfDnPir { color:#ffffff;display:block;width:31.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.25rem;left:9.75rem;height:1.298825rem;display:block; }
#yiXk6DGy7fWvW06O8i187RqHMLqU0P7q { color:#ffffff;display:block;width:52.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:52.4375rem;left:9.3125rem;height:1.298825rem;display:block; }
#QnAGLnuVF5v8OPyoTUMTRSd9xTxBsNCM { color:#ffffff;display:block;width:60.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:71.375rem;left:9.6875rem;height:1.298825rem;display:block; }
#eopBRh1KOGLprWTVUWodWLgbTNPx59uW { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:70.0625rem;left:2.5rem;height:1.298825rem;display:block; }
#BFaeTw1BlQ3X4I98Xdqbimb6B7qVBbDT { color:#b43ea3;display:block;width:57rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:70.0625rem;left:9.75rem;height:1.298825rem;display:block; }
#Dsd0nUgh8NG7ZaT1NptgGNnT1fZznOWp { color:#ffffff;display:block;width:33rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:67.5625rem;left:9.75rem;height:1.298825rem;display:block; }
#Ufuv9Mp3LGGkXhpmEfZylOTq86bfEl1A { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:25.8125rem;left:2.5rem;height:1.298825rem;display:block; }
#L57EnCbWbDUyAeT8ptPxNueycZzG8gnt { color:#b43ea3;display:block;width:48.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:25.8125rem;left:9.6875rem;height:1.298825rem;display:block; }
#AeGX1Eg8LcVa38Dm7EJwmuOPFXlyJUfS { color:#ffffff;display:block;width:30.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:27.625rem;left:9.875rem;height:1.298825rem;display:block; }
#VdCtAKwvn2xVvPSvUgw9tgBAThcE2xVd { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:62.125rem;left:30.125rem;height:1.298825rem;text-align:center;text-align-last:center;display:block; }
#t61pLc0Uge6AiiTp9KTikxkTarsb3Pxl { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:83.25rem;left:2.0625rem;height:1.298825rem;display:block; }
#lV90pnIQzSUkL0IMgXtXUKf6VMScWAcT { color:rgba(var(--color-tertiary-4),1);display:block;width:43.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:67rem;left:9.6875rem;height:0;display:block; }
#SxiwaOIJrtBS9qfeosAC08aP1my4tx35 { color:#ffffff;display:block;width:54.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:36.625rem;left:9.25rem;height:1.298825rem;display:block; }
#mJoSo3JAGefBG1uQ1s7TzrG8MV5nkQdk { color:#ffffff;display:block;width:54.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:40.125rem;left:9.25rem;height:1.298825rem;display:block; }
#ignWySFQnwUoTAA8OsFQwb4UaFHuOcrT { color:#ffffff;display:block;width:50.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:42.75rem;left:9.25rem;height:1.298825rem;display:block; }
#b9GMoreypXHn2eEuZtJRMveTCmTpa0XH { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:83.25rem;left:25.0625rem;height:1.298825rem;text-align:center;text-align-last:center;display:block; }
#vBl8ulQHbIIWIoouNoXMDmOfn1a8EClW { color:#ffffff;display:block;width:60.06225rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:79.5rem;left:9.75rem;height:1.298825rem;display:block; }
#KzTaWFSNys99fx5w12HTLWL42mcpcHCu { position:relative;display:none; }#KzTaWFSNys99fx5w12HTLWL42mcpcHCu { border-width: 0; border-radius: 0; }#KzTaWFSNys99fx5w12HTLWL42mcpcHCu > .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; }#KzTaWFSNys99fx5w12HTLWL42mcpcHCu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:74.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#u2tsfAOEMhuxKm6cvHc8acW0VmQCOfCO { color:rgba(var(--color-tertiary-4),1);display:block;width:71.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:1.875rem;left:2.3125rem;height:71.48934375rem;font-style:normal;display:block; }
#amUkbTNoD2ge2XIAin6dwALPwk6QTM1p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),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; }#amUkbTNoD2ge2XIAin6dwALPwk6QTM1p > .row .container { background-color: transparent; background-image: none; }#amUkbTNoD2ge2XIAin6dwALPwk6QTM1p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amUkbTNoD2ge2XIAin6dwALPwk6QTM1p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amUkbTNoD2ge2XIAin6dwALPwk6QTM1p > .row .container > .video-iframe-container { display: none; }#amUkbTNoD2ge2XIAin6dwALPwk6QTM1p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amUkbTNoD2ge2XIAin6dwALPwk6QTM1p > .row > .video-iframe-container { display: none; }#amUkbTNoD2ge2XIAin6dwALPwk6QTM1p > .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); }#amUkbTNoD2ge2XIAin6dwALPwk6QTM1p > .row .container { border-width: 0; border-radius: 0; }#amUkbTNoD2ge2XIAin6dwALPwk6QTM1p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#amUkbTNoD2ge2XIAin6dwALPwk6QTM1p > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#tlBgJ1u1XnSqMFDBTUZOCdMXoQ3miHCN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b43ea3;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; }#tlBgJ1u1XnSqMFDBTUZOCdMXoQ3miHCN > .row .container { background-color: transparent; background-image: none; }#tlBgJ1u1XnSqMFDBTUZOCdMXoQ3miHCN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlBgJ1u1XnSqMFDBTUZOCdMXoQ3miHCN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlBgJ1u1XnSqMFDBTUZOCdMXoQ3miHCN > .row .container > .video-iframe-container { display: none; }#tlBgJ1u1XnSqMFDBTUZOCdMXoQ3miHCN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlBgJ1u1XnSqMFDBTUZOCdMXoQ3miHCN > .row > .video-iframe-container { display: none; }#tlBgJ1u1XnSqMFDBTUZOCdMXoQ3miHCN > .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); }#tlBgJ1u1XnSqMFDBTUZOCdMXoQ3miHCN > .row .container { border-width: 0; border-radius: 0; }#tlBgJ1u1XnSqMFDBTUZOCdMXoQ3miHCN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tlBgJ1u1XnSqMFDBTUZOCdMXoQ3miHCN > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#pQIWJPJsdfak4UtobuiPom12n9D98TIu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pQIWJPJsdfak4UtobuiPom12n9D98TIu > .row .container { background-color: transparent; background-image: none; }#pQIWJPJsdfak4UtobuiPom12n9D98TIu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQIWJPJsdfak4UtobuiPom12n9D98TIu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQIWJPJsdfak4UtobuiPom12n9D98TIu > .row .container > .video-iframe-container { display: none; }#pQIWJPJsdfak4UtobuiPom12n9D98TIu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQIWJPJsdfak4UtobuiPom12n9D98TIu > .row > .video-iframe-container { display: none; }#pQIWJPJsdfak4UtobuiPom12n9D98TIu > .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); }#pQIWJPJsdfak4UtobuiPom12n9D98TIu > .row .container { border-width: 0; border-radius: 0; }#pQIWJPJsdfak4UtobuiPom12n9D98TIu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pQIWJPJsdfak4UtobuiPom12n9D98TIu > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#pLwBD67WAegFo5BQWU4XDw1NvCQWlu8r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b43ea3;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:none; }#pLwBD67WAegFo5BQWU4XDw1NvCQWlu8r > .row .container { border-width: 0; border-radius: 0; }#pLwBD67WAegFo5BQWU4XDw1NvCQWlu8r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pLwBD67WAegFo5BQWU4XDw1NvCQWlu8r > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:none; }#szx8I0svrHOOKkmKBF9yq7zK7vOs1t92 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1a8b479f-98d1-45d7-bc8f-fd0dc5db5b07/shutterstock_1938769690_to_1.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#szx8I0svrHOOKkmKBF9yq7zK7vOs1t92.adaptive-delivery-prevent-bg, #szx8I0svrHOOKkmKBF9yq7zK7vOs1t92.lazyload, #szx8I0svrHOOKkmKBF9yq7zK7vOs1t92.lazyloading { background-image: none; }#szx8I0svrHOOKkmKBF9yq7zK7vOs1t92 > .row .container { border-width: 0; border-radius: 0; }#szx8I0svrHOOKkmKBF9yq7zK7vOs1t92 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#szx8I0svrHOOKkmKBF9yq7zK7vOs1t92 > .row .container { font-size:0.875rem;font-family:arial;height:61.875rem;width:75rem;position:relative;display:none; }#vxZ5nGZXbBVu81qvTcNWuaJ3ZysCzIHt { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:3.9375rem;left:16.25rem;display:none; }
#o8cT2TKK5XuyT5AqK2CzyqhfGhkQzME3 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e10808;border-left:0.0625rem solid #e10808;border-right:0.0625rem solid #e10808;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:39.375rem;top:11.9375rem;left:17.75rem;display:none; }
#QSylsJGgyhrRa5Wyk5wDJtlPSJvyOt2N { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XUBDsM0pkSnRkVxUL1TzvTLh07qn5R3a { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:41.875rem;width:28.125rem;top:7.75rem;left:3.125rem;display:block; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-form-header { font-size:0.875rem; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.6875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:28rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f9fafb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #667595;border-left:0.0625rem solid #667595;border-right:0.0625rem solid #667595;border-bottom:0.0625rem solid #667595;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28rem;box-sizing:border-box;height:3.1875rem;color:#313131;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-input-text {padding-top: 0; padding-bottom: 0;}#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f9fafb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #667595;border-left:0.0625rem solid #667595;border-right:0.0625rem solid #667595;border-bottom:0.0625rem solid #667595;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28rem;box-sizing:border-box;height:4.375rem;color:#313131;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f9fafb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #667595;border-left:0.0625rem solid #667595;border-right:0.0625rem solid #667595;border-bottom:0.0625rem solid #667595;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:28rem;box-sizing:border-box;height:3.1875rem;color:#313131;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-input-select {padding-top: 0; padding-bottom: 0;}#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-input-checkbox { width:0.75rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-input-button { border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.8125rem;margin-bottom:0.25rem;margin-left:3.25rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:21.5rem;height:3.625rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:2.1; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr [class*="-text"]:-moz-placeholder { color:#313131;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr [class*="-text"]::-moz-placeholder { color:#313131;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr [class*="-text"]:-ms-input-placeholder { color:#313131;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr [class*="-text"]::-webkit-input-placeholder { color:#313131;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:27rem;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;float:none; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#313131;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-container:first-of-type{padding-top:0;}#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-container:last-of-type{padding-bottom:0;}#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.478515625rem;left:39.6875rem;font-size:0.875rem; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:28rem;display:block;vertical-align:top; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#313131;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr {display:block;}#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:28rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.478515625rem;left:39.6875rem;font-size:0.875rem; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #M5m5sf4urrffnuI57XiJ8eGeOiKWTMfb { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #CIMsEXO6bzchOd9oE55NV0EBTCk2vs9w { position:relative;display:block; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #CMfvH7Ll4kxChe91btWSAzJwcRzONJxg { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #iac4RAZs6zcUHcPGwecGSMrpLPKC8C9Z { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #se5NH74E1CV5LM75enwXPqM4RJR13W8R { position:relative;display:block; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #dVTASEaKAeXTNMepeUCFmq3NHgc0oFt4 { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #JeUxZLO8Tqe5uTosf21yxp9KzXgTOxJv { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #WEFVxo1oNbaSBa6usXmpwAHgv0R1JVwN { position:relative;display:block; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #C7t7MTAcCoDiloNw86vSbA3ylf8Fp7xw { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #KNfoQVOmCIE4puVwn9XRJzzeFe6VUPLN { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #XhyZ8aO8LyGTMUL08EbfmXU9vfcdIOTI { position:relative;display:block; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #GuAEpa3XUhXfDKZ3AoX7lrQAAX5Jo0i9 { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #VwGLE6aS9WMBFPxnVKPLNmQMsRySJt1b { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #Q5GowWLabKBwq1Gm91Afetk5vuvbtMoM { position:relative;display:block; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #ITda1Xafa3b7QpZqp0H6135HVbePCAC0 { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #mGOafiDdyJl38h4IBQIperud59VPDuRO { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #JFkdxehTH3X8TMJBvaydkpCnEXiTTKPo { position:relative;display:block; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #VglzOuAUo56cugPvSyIW19ReBVvVnKTc { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #tpaOlOmgzLo5ypWbCi0bJg52NQS267ff { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #FLArpgqzznQZ8IkITbB2HZ4QR9LmUBAg { position:relative;z-index:2; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #ocXDnPCotlvcwkVS8r135hDMTITqmFcO { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #rFMzo4HFC7Tyc2Dco58dTcuHkHkB0UBH { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #lktUnovJOFbuA9SLKSAkweHilcFJbdST { position:relative;z-index:2; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #oWCMHaVcnIbEBtVnyWxduxBtcuOk85Gp { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #T3189mScoMq8yoIJITtXpwCpxc1FQ5Zt { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #CZyzbQ5TkqFzuiRZEQ6M8aF6w6hkIDcn { position:relative;z-index:2; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #VJpomSsG4Rrw8LQsouHbIdXP8TCrQiDl { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #cadnxxU0snOFJiT1v2BB3FCGlycpcgH6 { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #gF7LVEl0tazeAb0q5Fy6yaO5OzgacDtE { position:relative;z-index:2; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #RxVdEqmxcEC6xByIefmqavAkPT1PzaQM { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #xGGuorGXR4grAPiiTnyeSReigRrUZqdC { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #UmxrsK1TQGpLdouARJPA4ACTZQQHr2kk { position:relative;display:block; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #g0nT1ENP2nuoEXKZWDolkBkcgfs0zAkV { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #o850QmCcwOPkMWNfCEQttM4QLkS0la6G { position:relative; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #Spb1ZgpW1zMgLBRaNsx0f41uJmAxL5Qh { position:relative; }
#GxhOkbXcDVEyMdUba8W7ZzhtWUGdLG8w { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:41.5rem;left:7.25rem;height:5.09765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OSr2vQRcN8WtLxmcyziFMeiF09kZl5fM { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:2.061525rem;width:2.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:41.5rem;left:4.125rem; }
#OEn8tiCrMdiJoWrkWEyKprKFcqGf6ex5 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:29.875rem;left:7.3125rem;height:8.920875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MmIFBw5Tqhzccps0QwmqtmwPza2yqCQD { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:2.061525rem;width:2.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:30.3125rem;left:4.125rem; }
#UoNKowy7uhWgmapEVCBmWW5n6bJzFIbc { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:2.061525rem;width:2.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:15.0625rem;left:4.125rem; }
#TfoR6CXNx5zU9gWw8TpfylGsPT70FqlA { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:9.5rem;left:4.125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rMA8uEESevL8l5TT4Vf9hEIuy6y4p1GT { color:rgba(var(--color-tertiary-4),1);display:block;width:22.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:14.8125rem;left:7.125rem;height:2.548825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kdOo0zGhu9c9plLS5FzlFL1XI7oyTcvT { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15029;line-height:1.2;letter-spacing:0;top:20.25rem;left:7.25rem;height:6.3720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yPxoaqfJ3gEx2BQrrpAdpH6lMsABe1sl { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:2.061525rem;width:2.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:20.25rem;left:4.125rem; }
#nLJRkrldAGviVCuw435bbfs9vme9aWn5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b43ea3;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; }#nLJRkrldAGviVCuw435bbfs9vme9aWn5 > .row .container { background-color: transparent; background-image: none; }#nLJRkrldAGviVCuw435bbfs9vme9aWn5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLJRkrldAGviVCuw435bbfs9vme9aWn5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLJRkrldAGviVCuw435bbfs9vme9aWn5 > .row .container > .video-iframe-container { display: none; }#nLJRkrldAGviVCuw435bbfs9vme9aWn5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLJRkrldAGviVCuw435bbfs9vme9aWn5 > .row > .video-iframe-container { display: none; }#nLJRkrldAGviVCuw435bbfs9vme9aWn5 > .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); }#nLJRkrldAGviVCuw435bbfs9vme9aWn5 > .row .container { border-width: 0; border-radius: 0; }#nLJRkrldAGviVCuw435bbfs9vme9aWn5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nLJRkrldAGviVCuw435bbfs9vme9aWn5 > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#NkV4Mv9a055ULVg0ZUqGLGpRvTsbNMId { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/51dd0736-7bc7-4ae9-a85e-317ccf1d2ad7/intriomindustry2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NkV4Mv9a055ULVg0ZUqGLGpRvTsbNMId.adaptive-delivery-prevent-bg, #NkV4Mv9a055ULVg0ZUqGLGpRvTsbNMId.lazyload, #NkV4Mv9a055ULVg0ZUqGLGpRvTsbNMId.lazyloading { background-image: none; }#NkV4Mv9a055ULVg0ZUqGLGpRvTsbNMId > .row .container { background-color: transparent; background-image: none; }#NkV4Mv9a055ULVg0ZUqGLGpRvTsbNMId::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkV4Mv9a055ULVg0ZUqGLGpRvTsbNMId > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkV4Mv9a055ULVg0ZUqGLGpRvTsbNMId > .row .container > .video-iframe-container { display: none; }#NkV4Mv9a055ULVg0ZUqGLGpRvTsbNMId > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NkV4Mv9a055ULVg0ZUqGLGpRvTsbNMId > .row > .video-iframe-container { display: none; }#NkV4Mv9a055ULVg0ZUqGLGpRvTsbNMId > .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); }#NkV4Mv9a055ULVg0ZUqGLGpRvTsbNMId > .row .container { border-width: 0; border-radius: 0; }#NkV4Mv9a055ULVg0ZUqGLGpRvTsbNMId > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NkV4Mv9a055ULVg0ZUqGLGpRvTsbNMId > .row .container { font-size:0.875rem;font-family:arial;height:46.5625rem;width:75rem;position:relative;display:block; }#XDLgpUmuTeoFe8nFiegUJSimZBPbeRyB { position:absolute;display:block;z-index:15070;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.312rem;width:32.6865rem;top:5.75rem;left:21.0625rem;overflow:hidden;display:block; }
#CnsBt0LiO397KELgPCSoe5LRrM5TxRye { color:rgba(var(--color-tertiary-1),1);display:block;width:63.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:1.375rem;left:2.0625rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zItuMBTJ60eD2kJTKkA0sTDVGNKIEWMb { color:rgba(var(--color-tertiary-4),1);display:block;width:35.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:32.0625rem;left:19.6875rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#X1cKhABDf8GrbxsIFR3ppHLRguh81pIE { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.3125rem 1.3125rem rgba(var(--color-tertiary-4),0.5);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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0605625rem;height:1.6875rem;text-decoration:none;z-index:15141;text-align:center;text-align-last:center;top:36.75rem;left:30.96875rem;display:block; }
#JFu7azcceuGNnPaZO0tgTHuFTIWDr7OT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XuH0omxtGh6MMhkp3xmK4HullT0JKpAn { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.4375rem rgba(var(--color-tertiary-4),1) ;height:39.4375rem;width:35.1875rem;top:4.875rem;left:19.8125rem;display:block; }
#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/51dd0736-7bc7-4ae9-a85e-317ccf1d2ad7/intriomindustry2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki.adaptive-delivery-prevent-bg, #dWGkSS99exdiV4bQC0GA9TT6S9GNIEki.lazyload, #dWGkSS99exdiV4bQC0GA9TT6S9GNIEki.lazyloading { background-image: none; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row .container { background-color: transparent; background-image: none; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row .container > .video-iframe-container { display: none; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row > .video-iframe-container { display: none; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .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); }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row .container { border-width: 0; border-radius: 0; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#A47t4n79nI7paBMeE3dsifEePEXMeocq { color:rgba(var(--color-tertiary-0),1);display:block;width:28.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.1875rem;left:1.71875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row .container { background-color: transparent; background-image: none; }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row .container > .video-iframe-container { display: none; }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row > .video-iframe-container { display: none; }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .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); }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row .container { border-width: 0; border-radius: 0; }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#qZPKXCweIFAgdgVn9TNymyNl6yLVNuCK { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.874rem;width:18.999rem;top:2.9365234375rem;left:27.3125rem;display:block; }
#tyITBoLMpd1sAsfp6t31rysx9eBSVkKo { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:21.75rem;top:5.53125rem;left:26.5rem;overflow:hidden;display:block; }
#MD510hmcto8U7RikTE1vwCXbApcbIKaU { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:24.75rem;top:2.9365234375rem;left:24.748046875rem;display:block; }
#ledECb0yEobAL4Kg786eeTL5O3brMSyh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/51dd0736-7bc7-4ae9-a85e-317ccf1d2ad7/intriomindustry2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ledECb0yEobAL4Kg786eeTL5O3brMSyh.adaptive-delivery-prevent-bg, #ledECb0yEobAL4Kg786eeTL5O3brMSyh.lazyload, #ledECb0yEobAL4Kg786eeTL5O3brMSyh.lazyloading { background-image: none; }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row .container { background-color: transparent; background-image: none; }#ledECb0yEobAL4Kg786eeTL5O3brMSyh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row .container > .video-iframe-container { display: none; }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row > .video-iframe-container { display: none; }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .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); }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row .container { border-width: 0; border-radius: 0; }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#WBOuXdnF6BNENEy3lgMXF1Ju4B59W86D { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.1875rem;left:2.5625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QrUaNLArmxTGtCE9wMfuLTTBLo2vqGfC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QrUaNLArmxTGtCE9wMfuLTTBLo2vqGfC > .row .container { background-color: transparent; background-image: none; }#QrUaNLArmxTGtCE9wMfuLTTBLo2vqGfC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrUaNLArmxTGtCE9wMfuLTTBLo2vqGfC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrUaNLArmxTGtCE9wMfuLTTBLo2vqGfC > .row .container > .video-iframe-container { display: none; }#QrUaNLArmxTGtCE9wMfuLTTBLo2vqGfC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrUaNLArmxTGtCE9wMfuLTTBLo2vqGfC > .row > .video-iframe-container { display: none; }#QrUaNLArmxTGtCE9wMfuLTTBLo2vqGfC > .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); }#QrUaNLArmxTGtCE9wMfuLTTBLo2vqGfC > .row .container { border-width: 0; border-radius: 0; }#QrUaNLArmxTGtCE9wMfuLTTBLo2vqGfC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QrUaNLArmxTGtCE9wMfuLTTBLo2vqGfC > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#uM3tW8eNDuo4OIxCuiE1FcadPLR5eGZP { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:2.875rem;left:2.75rem;display:block; }
#uEG5GHs3qqdtxZasuGrd5LKyK0scB5ZP { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:2.875rem;left:53.25rem;display:block; }
#FZ8l4yQX9GkgPcdIRZm5LPTdbMmeu42N { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:16.5625rem;top:7.4375rem;left:4.21875rem;overflow:hidden;display:block; }
#EgbNn3AZX6ufREs5oWeTLNSrEp7co0FQ { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:2.5625rem;left:28rem;display:block; }
#mCJgTsQi7W6nVmm5Wr8f8NJ3cSJmbv7T { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:18.6875rem;top:6.03125rem;left:53.625rem;overflow:hidden;display:block; }
#R31mrTARB0itMZasoPkBGcfd4JG6lEeb { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.375rem;width:15.8125rem;top:2.875rem;left:29.59375rem;overflow:hidden;display:block; }
#nIEnAp7lw5aeG4JvT4WSvtBC1b051xgu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nIEnAp7lw5aeG4JvT4WSvtBC1b051xgu > .row .container { background-color: transparent; background-image: none; }#nIEnAp7lw5aeG4JvT4WSvtBC1b051xgu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIEnAp7lw5aeG4JvT4WSvtBC1b051xgu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIEnAp7lw5aeG4JvT4WSvtBC1b051xgu > .row .container > .video-iframe-container { display: none; }#nIEnAp7lw5aeG4JvT4WSvtBC1b051xgu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIEnAp7lw5aeG4JvT4WSvtBC1b051xgu > .row > .video-iframe-container { display: none; }#nIEnAp7lw5aeG4JvT4WSvtBC1b051xgu > .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); }#nIEnAp7lw5aeG4JvT4WSvtBC1b051xgu > .row .container { border-width: 0; border-radius: 0; }#nIEnAp7lw5aeG4JvT4WSvtBC1b051xgu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nIEnAp7lw5aeG4JvT4WSvtBC1b051xgu > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#n87zicnfq82PvnCFDbMH54X5FNK7xmvA { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:1.9375rem;left:28rem;display:block; }
#vErfz73erWBxU9wq7QH9Oe7TfWkkaXkf { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:17.625rem;top:5.71875rem;left:3.6875rem;overflow:hidden;display:block; }
#iCumfttoMIXPnELhsbVWTAWdNXEFNTBM { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:1.9375rem;left:3rem;display:block; }
#zMPecFSU14JhPSg1y4bRtEw7O6dpLV6a { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:1.625rem;left:53rem;display:block; }
#pm6GV5B6JWNBTpWn5dPNouf2KN6A1ddr { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:15.9375rem;top:4.96875rem;left:29.53125rem;overflow:hidden;display:block; }
#sJZ79RqszuZfqpOcuN5DHezsJGVMqT2p { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:21.25rem;top:4.25rem;left:51.875rem;overflow:hidden;display:block; }
#XCmw1yWXqOhBo0AWUoFGZG1zFWQp6iTZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XCmw1yWXqOhBo0AWUoFGZG1zFWQp6iTZ > .row .container { background-color: transparent; background-image: none; }#XCmw1yWXqOhBo0AWUoFGZG1zFWQp6iTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCmw1yWXqOhBo0AWUoFGZG1zFWQp6iTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCmw1yWXqOhBo0AWUoFGZG1zFWQp6iTZ > .row .container > .video-iframe-container { display: none; }#XCmw1yWXqOhBo0AWUoFGZG1zFWQp6iTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XCmw1yWXqOhBo0AWUoFGZG1zFWQp6iTZ > .row > .video-iframe-container { display: none; }#XCmw1yWXqOhBo0AWUoFGZG1zFWQp6iTZ > .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); }#XCmw1yWXqOhBo0AWUoFGZG1zFWQp6iTZ > .row .container { border-width: 0; border-radius: 0; }#XCmw1yWXqOhBo0AWUoFGZG1zFWQp6iTZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XCmw1yWXqOhBo0AWUoFGZG1zFWQp6iTZ > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#P7gFzdHxFfObk6an0hZKlGXqTfARAaXk { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:1.875rem;left:53.125rem;display:block; }
#GMBxPuwlskEehNbWUMBS5Z2rcQcTrVgx { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:1.9375rem;left:28.125rem;display:block; }
#y8kCgo22EX37wcGqkbwTFfM042RCLRoW { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:18.4375rem;top:5.625rem;left:53.75rem;overflow:hidden;display:block; }
#J72znwiestBLENLsdfXwnvOCCRLif95Z { position:absolute;display:block;z-index:15043;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:7rem;width:18.1875rem;top:4.8125rem;left:28.5625rem;overflow:hidden;display:block; }
#pVcLOhNWM9CAVAPT7l0bEVQrAbuVvVhk { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:1.9375rem;left:3rem;display:block; }
#H9OKLKvTtFdpc3KnVJpW6U3tJm56qy4N { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:18.8125rem;top:3.15625rem;left:3.09375rem;overflow:hidden;display:block; }
#rq2pEPUm2zsxzTHL06xyRUTHeVukaimS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rq2pEPUm2zsxzTHL06xyRUTHeVukaimS > .row .container { background-color: transparent; background-image: none; }#rq2pEPUm2zsxzTHL06xyRUTHeVukaimS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rq2pEPUm2zsxzTHL06xyRUTHeVukaimS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rq2pEPUm2zsxzTHL06xyRUTHeVukaimS > .row .container > .video-iframe-container { display: none; }#rq2pEPUm2zsxzTHL06xyRUTHeVukaimS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rq2pEPUm2zsxzTHL06xyRUTHeVukaimS > .row > .video-iframe-container { display: none; }#rq2pEPUm2zsxzTHL06xyRUTHeVukaimS > .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); }#rq2pEPUm2zsxzTHL06xyRUTHeVukaimS > .row .container { border-width: 0; border-radius: 0; }#rq2pEPUm2zsxzTHL06xyRUTHeVukaimS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rq2pEPUm2zsxzTHL06xyRUTHeVukaimS > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#ADvtFgda2Big41Qu9FqSTUlLRNQsDQIR { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:18.625rem;top:3.78125rem;left:3.1875rem;overflow:hidden;display:block; }
#cxNID0n3FHXi15i24PAQbq8n6FtkNeNW { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:1.9375rem;left:3rem;display:block; }
#vqDEc9fA3ibRrEZRbFKI6rfwHutT4kBT { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:2rem;left:53rem;display:block; }
#t0O5GxfZrJdkhdaQhiZryi194SX1SQfE { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:18.4375rem;top:3.8125rem;left:53.625rem;overflow:hidden;display:block; }
#OekpSlGsyLuf1iuLshHsX6IT0S0CqxTK { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:18.3125rem;top:7.3125rem;left:28.28125rem;overflow:hidden;display:block; }
#xRtw4dWE5r3eTnmQ7x7cr6BwUo53sG2n { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:1.9375rem;left:28rem;display:block; }
#x77Fxn6DbpHdFiOBU9Ls6QlHTlGUsKLX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x77Fxn6DbpHdFiOBU9Ls6QlHTlGUsKLX > .row .container { background-color: transparent; background-image: none; }#x77Fxn6DbpHdFiOBU9Ls6QlHTlGUsKLX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x77Fxn6DbpHdFiOBU9Ls6QlHTlGUsKLX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x77Fxn6DbpHdFiOBU9Ls6QlHTlGUsKLX > .row .container > .video-iframe-container { display: none; }#x77Fxn6DbpHdFiOBU9Ls6QlHTlGUsKLX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x77Fxn6DbpHdFiOBU9Ls6QlHTlGUsKLX > .row > .video-iframe-container { display: none; }#x77Fxn6DbpHdFiOBU9Ls6QlHTlGUsKLX > .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); }#x77Fxn6DbpHdFiOBU9Ls6QlHTlGUsKLX > .row .container { border-width: 0; border-radius: 0; }#x77Fxn6DbpHdFiOBU9Ls6QlHTlGUsKLX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x77Fxn6DbpHdFiOBU9Ls6QlHTlGUsKLX > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:block; }#melpanxFuMNG9sgur0EazO5TolhrlqwS { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:1.3125rem;left:3rem;display:block; }
#wCAimMhNs2KfScpKJPJ4bNR4qSDPTtEi { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:18.4375rem;top:3.125rem;left:3.625rem;overflow:hidden;display:block; }
#kz55FyPBHx5Sk9nrEBCWIcS0MTUP2f3O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/51dd0736-7bc7-4ae9-a85e-317ccf1d2ad7/intriomindustry2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kz55FyPBHx5Sk9nrEBCWIcS0MTUP2f3O.adaptive-delivery-prevent-bg, #kz55FyPBHx5Sk9nrEBCWIcS0MTUP2f3O.lazyload, #kz55FyPBHx5Sk9nrEBCWIcS0MTUP2f3O.lazyloading { background-image: none; }#kz55FyPBHx5Sk9nrEBCWIcS0MTUP2f3O > .row .container { background-color: transparent; background-image: none; }#kz55FyPBHx5Sk9nrEBCWIcS0MTUP2f3O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kz55FyPBHx5Sk9nrEBCWIcS0MTUP2f3O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kz55FyPBHx5Sk9nrEBCWIcS0MTUP2f3O > .row .container > .video-iframe-container { display: none; }#kz55FyPBHx5Sk9nrEBCWIcS0MTUP2f3O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kz55FyPBHx5Sk9nrEBCWIcS0MTUP2f3O > .row > .video-iframe-container { display: none; }#kz55FyPBHx5Sk9nrEBCWIcS0MTUP2f3O > .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); }#kz55FyPBHx5Sk9nrEBCWIcS0MTUP2f3O > .row .container { border-width: 0; border-radius: 0; }#kz55FyPBHx5Sk9nrEBCWIcS0MTUP2f3O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kz55FyPBHx5Sk9nrEBCWIcS0MTUP2f3O > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#Dt4LMg3XmqwMExTseMtyNB1aGZym3sC0 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.1875rem;left:2.5625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xeP8hpcruE0fQQInefJJFP7XFAWFb5iO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/51dd0736-7bc7-4ae9-a85e-317ccf1d2ad7/intriomindustry2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xeP8hpcruE0fQQInefJJFP7XFAWFb5iO.adaptive-delivery-prevent-bg, #xeP8hpcruE0fQQInefJJFP7XFAWFb5iO.lazyload, #xeP8hpcruE0fQQInefJJFP7XFAWFb5iO.lazyloading { background-image: none; }#xeP8hpcruE0fQQInefJJFP7XFAWFb5iO > .row .container { border-width: 0; border-radius: 0; }#xeP8hpcruE0fQQInefJJFP7XFAWFb5iO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xeP8hpcruE0fQQInefJJFP7XFAWFb5iO > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:none; }#xVc1CIDr2nrKN0AAsuGx37xintD9JAtf { color:rgba(var(--color-tertiary-0),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.1875rem;left:2.5625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uaMsu52HscZ7ZEnPPqHbHHyddPPGxpRo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uaMsu52HscZ7ZEnPPqHbHHyddPPGxpRo > .row .container { background-color: transparent; background-image: none; }#uaMsu52HscZ7ZEnPPqHbHHyddPPGxpRo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uaMsu52HscZ7ZEnPPqHbHHyddPPGxpRo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uaMsu52HscZ7ZEnPPqHbHHyddPPGxpRo > .row .container > .video-iframe-container { display: none; }#uaMsu52HscZ7ZEnPPqHbHHyddPPGxpRo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uaMsu52HscZ7ZEnPPqHbHHyddPPGxpRo > .row > .video-iframe-container { display: none; }#uaMsu52HscZ7ZEnPPqHbHHyddPPGxpRo > .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); }#uaMsu52HscZ7ZEnPPqHbHHyddPPGxpRo > .row .container { border-width: 0; border-radius: 0; }#uaMsu52HscZ7ZEnPPqHbHHyddPPGxpRo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uaMsu52HscZ7ZEnPPqHbHHyddPPGxpRo > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#dXnhLKfJFz35dD7I17LiRs6BTT9rk55y { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:2.875rem;left:28.25rem;display:block; }
#TUEhI3yi9sO4oGsWsJws34Wp8H9KFt2L { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:2.875rem;left:2.75rem;display:block; }
#uxfNxOIHXJhXQugLKDu7Sa0RiEciKLSJ { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:2.875rem;left:53.25rem;display:block; }
#p3xvCGlcPCbwdRDTVv3E8AMRiTzJuN0Z { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:15.8125rem;top:1.0625rem;left:4.59375rem;overflow:hidden;display:block; }
#kxtdRMfSxCKlTClezHGwaa8xplbBugGk { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:13.1875rem;top:6.59375rem;left:31.15625rem;overflow:hidden;display:block; }
#yI3SR2Wr6RFf6xWoARwR2HzuZw5rhP7R { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:10.125rem;top:3.90625rem;left:57.6875rem;overflow:hidden;display:block; }
#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/51dd0736-7bc7-4ae9-a85e-317ccf1d2ad7/intriomindustry2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx.adaptive-delivery-prevent-bg, #JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx.lazyload, #JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx.lazyloading { background-image: none; }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row .container { background-color: transparent; background-image: none; }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row .container > .video-iframe-container { display: none; }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row > .video-iframe-container { display: none; }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .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); }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row .container { border-width: 0; border-radius: 0; }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#qtXKdg9Oh3lQZ0lXIoeT83zVpkhqxPP4 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.1875rem;left:1.71875rem;height:2.43696875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L9Nu5wi0ISZ1ZoOTSX9shxuI5pEdiCzw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L9Nu5wi0ISZ1ZoOTSX9shxuI5pEdiCzw > .row .container { background-color: transparent; background-image: none; }#L9Nu5wi0ISZ1ZoOTSX9shxuI5pEdiCzw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9Nu5wi0ISZ1ZoOTSX9shxuI5pEdiCzw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9Nu5wi0ISZ1ZoOTSX9shxuI5pEdiCzw > .row .container > .video-iframe-container { display: none; }#L9Nu5wi0ISZ1ZoOTSX9shxuI5pEdiCzw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9Nu5wi0ISZ1ZoOTSX9shxuI5pEdiCzw > .row > .video-iframe-container { display: none; }#L9Nu5wi0ISZ1ZoOTSX9shxuI5pEdiCzw > .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); }#L9Nu5wi0ISZ1ZoOTSX9shxuI5pEdiCzw > .row .container { border-width: 0; border-radius: 0; }#L9Nu5wi0ISZ1ZoOTSX9shxuI5pEdiCzw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L9Nu5wi0ISZ1ZoOTSX9shxuI5pEdiCzw > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#p5HUB5BkASNacSvJMSZfrW7iBuv5seWi { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:2.875rem;left:28.25rem;display:block; }
#c9Ofilq0StHJ15D02DorUcqIfFnVDLmN { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:2.875rem;left:2.75rem;display:block; }
#iAraupLLDVlzWB91CgDP6xVVtAVeAZil { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:12.875rem;width:19rem;top:2.875rem;left:53.25rem;display:block; }
#xdpZrvkLQTgCUsOyePXhaNgZrfcTpXCN { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:16.875rem;top:5.8125rem;left:4.3125rem;overflow:hidden;display:block; }
#S7UtPsciyZ7MMnT3Cp8sLFPg0plxNci3 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:15.25rem;top:5.5625rem;left:29.875rem;overflow:hidden;display:block; }
#h82w3GX73rscxacoT6rv0lSki5MTtJ2A { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:18.75rem;top:6.5937509536744rem;left:53.125001907349rem;overflow:hidden;display:block; }
#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/51dd0736-7bc7-4ae9-a85e-317ccf1d2ad7/intriomindustry2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB.adaptive-delivery-prevent-bg, #b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB.lazyload, #b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB.lazyloading { background-image: none; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container { background-color: transparent; background-image: none; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container > .video-iframe-container { display: none; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row > .video-iframe-container { display: none; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .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); }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container { border-width: 0; border-radius: 0; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#iXaBqFfET3bk1WgF8SyaT115Ph0h86TI { color:rgba(var(--color-tertiary-0),1);display:block;width:8.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0.5625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row .container { background-color: transparent; background-image: none; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row .container > .video-iframe-container { display: none; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row > .video-iframe-container { display: none; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .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); }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row .container { border-width: 0; border-radius: 0; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:75rem;position:relative;display:block; }#z6psTcpUC3dT3QfZ5ONRFdbbiiZnTJrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z6psTcpUC3dT3QfZ5ONRFdbbiiZnTJrT > .row .container { background-color: transparent; background-image: none; }#z6psTcpUC3dT3QfZ5ONRFdbbiiZnTJrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6psTcpUC3dT3QfZ5ONRFdbbiiZnTJrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6psTcpUC3dT3QfZ5ONRFdbbiiZnTJrT > .row .container > .video-iframe-container { display: none; }#z6psTcpUC3dT3QfZ5ONRFdbbiiZnTJrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6psTcpUC3dT3QfZ5ONRFdbbiiZnTJrT > .row > .video-iframe-container { display: none; }#z6psTcpUC3dT3QfZ5ONRFdbbiiZnTJrT > .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); }#z6psTcpUC3dT3QfZ5ONRFdbbiiZnTJrT > .row .container { border-width: 0; border-radius: 0; }#z6psTcpUC3dT3QfZ5ONRFdbbiiZnTJrT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z6psTcpUC3dT3QfZ5ONRFdbbiiZnTJrT > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:75rem;position:relative;display:block; }#UKTTivvtHEHbgxn2uwwBJVDm21Tnv3VX { color:rgba(var(--color-tertiary-4),1);display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.3125rem;left:2.3125rem;height:2.43696875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kNQrsHxfCpK4oGrE7AAOCiDTpCiKohJQ { box-sizing:content-box;height:12.125rem;width:12.1230625rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:15032;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4fd359cd-b282-4509-8430-219224094ef0/21e7cf9d7abf49c6b1eeb8e2d2d17d56.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:4.9375rem;left:1.75rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;box-shadow: 0rem 0.0625rem 0rem rgba(var(--color-secondary-0),1) ;display:block; }#kNQrsHxfCpK4oGrE7AAOCiDTpCiKohJQ.adaptive-delivery-prevent-bg, #kNQrsHxfCpK4oGrE7AAOCiDTpCiKohJQ.lazyload, #kNQrsHxfCpK4oGrE7AAOCiDTpCiKohJQ.lazyloading { background-image: none; }
#dqy5T0GL7Wl27MoQtrpdhMtk244JnTA9 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:6.625rem;left:15rem;height:2.436525rem;text-align:left;text-align-last:left;display:block; }
#IPusXo3BB2NbGVriebWhbz2wOM6N7To7 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6875rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:normal;z-index:15061;line-height:1.4;letter-spacing:0;top:11.75rem;left:16.875rem;height:3.17358125rem;text-align:left;text-align-last:left;display:block; }
#NmBmX80TygsAONTxiGeh0gtPli7nGzuG { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:11.75rem;left:14.875rem; }
#ycApIMrAIyJObnMCJoTBowDkFNxxV0xw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:13.625rem;left:14.875rem; }
#LT5A7MrG27V4kFx3FGlf6l23UMG2VFpq { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:9.650390625rem;left:15rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hfvrnNaTik8SoywutzdNumh7uoWkVriW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/xrkwkImq/shutterstock_1675260034.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW.adaptive-delivery-prevent-bg, #hfvrnNaTik8SoywutzdNumh7uoWkVriW.lazyload, #hfvrnNaTik8SoywutzdNumh7uoWkVriW.lazyloading { background-image: none; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container { background-color: transparent; background-image: none; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container > .video-iframe-container { display: none; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row > .video-iframe-container { display: none; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .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); }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container { border-width: 0; border-radius: 0; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:75rem;position:relative;display:block; }#M0peTAsFoKUShpK8oJvT6fhPQZB90g5V { color:rgba(var(--color-tertiary-4),1);display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.6875rem;left:2.3125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#viluoioAhWrZfnbovqLBZOJ1AkWQCfsN { box-sizing:content-box;height:12.125rem;width:12.1220625rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:15037;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/782d332e-6735-4a3e-b4d5-562b864ed4b5/PRELEGENCIPM4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:4.03125rem;left:1.625rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;box-shadow: 0rem 0.0625rem 0rem rgba(var(--color-secondary-0),1) ;display:block; }#viluoioAhWrZfnbovqLBZOJ1AkWQCfsN.adaptive-delivery-prevent-bg, #viluoioAhWrZfnbovqLBZOJ1AkWQCfsN.lazyload, #viluoioAhWrZfnbovqLBZOJ1AkWQCfsN.lazyloading { background-image: none; }
#t8XFKvAUB6ySD5vxzTKfyTzB9GdvzMsT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:11.25rem;left:15rem; }
#hWKyRxkpGp3H6TrsEoThqBMM7TN5N479 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:13.125rem;left:15rem; }
#vCL8piJVHE3CZkfm0lNsalTRd5H8CwM4 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:9.125rem;left:15.125rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eR9dZMJMqa9EpfOQxZ8ZvdkFUS478S2D { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:6.125rem;left:15.125rem;height:2.436525rem;text-align:left;text-align-last:left;display:block; }
#qLh4bTUn7kGux1Dd0xKO0VJEyns6TZun { color:rgba(var(--color-tertiary-3),1);display:block;width:16.375rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:normal;z-index:15067;line-height:1.4;letter-spacing:0;top:11.25rem;left:16.9375rem;height:3.1596625rem;text-align:left;text-align-last:left;display:block; }
#Xe0WBK7Cncspwhmf0Z1au1Lfdr59P8Z1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:13.125rem;left:51.9375rem; }
#xpVaixMfhDlTWM9qAhiFmJHOesIp4kxS { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:11.25rem;left:51.9375rem; }
#hsByD7rx9qmUx119hO6hdvtb0FdZBqHS { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:9.125rem;left:52.0625rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G8N0TZyd2w56MbZ6QpTzsOrKSW61z4n7 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:6.125rem;left:52.0625rem;height:2.436525rem;text-align:left;text-align-last:left;display:block; }
#s9A2tQ1M3XcyJmLK4gEFqZT1gB9rIIvy { box-sizing:content-box;height:12.125rem;width:12.1220625rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:15038;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6b0deea8-82bc-4373-954d-013a002408af/Edytka.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:4.03125rem;left:38.78125rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;box-shadow: 0rem 0.0625rem 0rem rgba(var(--color-secondary-0),1) ;display:block; }#s9A2tQ1M3XcyJmLK4gEFqZT1gB9rIIvy.adaptive-delivery-prevent-bg, #s9A2tQ1M3XcyJmLK4gEFqZT1gB9rIIvy.lazyload, #s9A2tQ1M3XcyJmLK4gEFqZT1gB9rIIvy.lazyloading { background-image: none; }
#QhOX646s8H0HEUSWtGHv1EX9vVL35Z5L { color:rgba(var(--color-tertiary-3),1);display:block;width:19.6875rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:normal;z-index:15062;line-height:1.4;letter-spacing:0;top:11.25rem;left:53.6875rem;height:3.1596625rem;text-align:left;text-align-last:left;display:block; }
#Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/xrkwkImq/shutterstock_1675260034.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa.adaptive-delivery-prevent-bg, #Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa.lazyload, #Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa.lazyloading { background-image: none; }#Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa > .row .container { background-color: transparent; background-image: none; }#Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa > .row .container > .video-iframe-container { display: none; }#Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa > .row > .video-iframe-container { display: none; }#Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa > .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); }#Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa > .row .container { border-width: 0; border-radius: 0; }#Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;position:relative;display:block; }#q6iOIJeCJbkDvTZNBP1xZn7RhgXG8ST3 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.6875rem;left:2.3125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fNcBJBWu3oOw80fxqNUiFvgpMBaDoTsy { box-sizing:content-box;height:12.125rem;width:12.1230625rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:15037;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2d3ace34-f12f-40b7-99a3-22e291c73911/Przemek.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:4.4375rem;left:2.3125rem;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;box-shadow: 0rem 0.0625rem 0rem rgba(var(--color-secondary-0),1) ;display:block; }#fNcBJBWu3oOw80fxqNUiFvgpMBaDoTsy.adaptive-delivery-prevent-bg, #fNcBJBWu3oOw80fxqNUiFvgpMBaDoTsy.lazyload, #fNcBJBWu3oOw80fxqNUiFvgpMBaDoTsy.lazyloading { background-image: none; }
#eOAa3u8uVmXovnDrhwMddxxLCaGaQu7G { color:#000000;display:block;width:15.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:6.3125rem;left:15.6875rem;height:2.436525rem;text-align:left;text-align-last:left;display:block; }
#pSiOWVXoFXPZc5QIgu13MWWbP7mc9R5a { color:rgba(var(--color-tertiary-3),1);display:block;width:16.375rem;position:absolute;font-family:comfortaa;font-size:0.75rem;font-weight:normal;z-index:15066;line-height:2.5;letter-spacing:0;top:11.375rem;left:17.625rem;height:3.7475625rem;text-align:left;text-align-last:left;display:block; }
#XNvJS8qmpCOrw8JNXNKDX0s9vk1VAsXa { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:11.875rem;left:15.6875rem; }
#Tn6rPp7JRIBqH2ohuiFGcqh88MHfbbze { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:13.75rem;left:15.6875rem; }
#D4ir7IrOOrN2wG8stF3CK22z28KLQBH5 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:comfortaa;font-size:0.875rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:9.4375rem;left:15.6875rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#izQRlZbWRT8T7T8C15KzNALrkIvTlnBx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/51dd0736-7bc7-4ae9-a85e-317ccf1d2ad7/intriomindustry2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#izQRlZbWRT8T7T8C15KzNALrkIvTlnBx.adaptive-delivery-prevent-bg, #izQRlZbWRT8T7T8C15KzNALrkIvTlnBx.lazyload, #izQRlZbWRT8T7T8C15KzNALrkIvTlnBx.lazyloading { background-image: none; }#izQRlZbWRT8T7T8C15KzNALrkIvTlnBx > .row .container { background-color: transparent; background-image: none; }#izQRlZbWRT8T7T8C15KzNALrkIvTlnBx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izQRlZbWRT8T7T8C15KzNALrkIvTlnBx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izQRlZbWRT8T7T8C15KzNALrkIvTlnBx > .row .container > .video-iframe-container { display: none; }#izQRlZbWRT8T7T8C15KzNALrkIvTlnBx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izQRlZbWRT8T7T8C15KzNALrkIvTlnBx > .row > .video-iframe-container { display: none; }#izQRlZbWRT8T7T8C15KzNALrkIvTlnBx > .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); }#izQRlZbWRT8T7T8C15KzNALrkIvTlnBx > .row .container { border-width: 0; border-radius: 0; }#izQRlZbWRT8T7T8C15KzNALrkIvTlnBx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#izQRlZbWRT8T7T8C15KzNALrkIvTlnBx > .row .container { font-size:0.875rem;font-family:arial;height:1.75rem;width:75rem;position:relative;display:block; }#ISL3tz8KbLsZn26WyptwI86bFM9LXmRv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ISL3tz8KbLsZn26WyptwI86bFM9LXmRv > .row .container { border-width: 0; border-radius: 0; }#ISL3tz8KbLsZn26WyptwI86bFM9LXmRv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ISL3tz8KbLsZn26WyptwI86bFM9LXmRv > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:none; }#BHCWre5TB0e5ctVtEJDxFOf2dgyWOasD { color:rgba(var(--color-tertiary-0),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.1875rem;left:5.3623046875rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mwn0yOTLh0uInknxCyBGwFWVcW7dFqnu { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.8125rem;top:0rem;left:0.6123046875rem;overflow:hidden;display:block; }
#cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 > .row .container { border-width: 0; border-radius: 0; }#cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;position:relative;display:none; }#eZ7KGe5BkepTBwpgUZfzyGXOkWu0ftoq { z-index:15026;top:23.75rem;left:10.75rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:56.75rem;height:3.6875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#adgPiZPiaUmA5ZizGtPrT0iJdQ4DnPpK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cn0ZouDpz0yn0eKAK61WvbRd4pTHUmUq { z-index:15027;top:27.25rem;left:10.75rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:56.75rem;height:3.6875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#F6SPoMNtT6Tmra3o9N5L8fhTDA6nMiR1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S5vMk9THUQfwwgsR09S2XgyyzJD2y72A { z-index:15028;top:31.0625rem;left:10.6875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:56.75rem;height:3.6875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#gzd4aQ1q312pS9GCz1aPvZUfzeOa0HbZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xx0LXCwpsRmF19F0ZmDzXMy6LBKpI8DT { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:27.0625rem;left:9.5rem;height:1.6253875rem;font-style:normal;display:block; }
#UhBAOTRTeScBZeWDClaAC5vuPZA5tSyw { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:31.0625rem;left:9.5rem;height:1.6253875rem;font-style:normal;display:block; }
#p0LPaSU4JTOuTX9MT9FM40T1zMLbfVt5 { z-index:15025;top:20.0625rem;left:10.75rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:56.75rem;height:3.6875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#nnx4XCaRxFr1V1eOb2ar8cP6kzrZO8h3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pW7rLnmX5wrZZZK5PAkTzcMD5IrDQaWD { z-index:15026;top:16.375rem;left:10.75rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:56.75rem;height:3.6875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#I672oQDHEVaXDDIiAgKVrT83x2TlJmli { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sTNcLZgQoa2aWaKHTDb7GUHQVVJakTb3 { z-index:15027;top:12.75rem;left:10.75rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#020202;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:56.75rem;height:3.6875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#sXyRCNzJL6MUscpV2cIVT8TiplLwrSrh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UyHfxT2Hn3EyhrHNqOwULQEMnuOwREk5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:13.4375rem;left:7.5rem; }
#kNDoXctXqfLWN3li36Mo6syBSVPJZ7li { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:17.0625rem;left:7.5rem; }
#yAJEtHTSnrPkFsZ0Bmb4s0TvmxdRAxQb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:20.75rem;left:7.5rem; }
#xmRoh4q7QmftghRR7shp75Iga2MKasoR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:24.4375rem;left:7.5rem; }
#swwFgdu8vkOAhCuTcV5TivMcEbhLzC91 { z-index:15028;top:9.0625rem;left:10.75rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:56.75rem;height:3.6875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#MChI8DLthx1OBqTplCex684CfCc44adw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y5mWq5q25OQGCkBT8GmyXm07UEHBfr9W { z-index:15029;top:5.25rem;left:10.75rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:56.75rem;height:3.6875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#MCaEnPwqlSC5t1GxaumHyKLL9yLK8GRc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qvsoEIduzIB983IZD0BUTXs0ftSKpdiW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:5.9375rem;left:7.5rem; }
#VlXMq5xDLbZn3DWKU7VvcTM0aIG0dtB3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:9.75rem;left:7.5rem; }
#ZwJzVRJ7diECtgVcG9VyXK2O8FcZvvqk { z-index:15024;top:1.6875rem;left:10.75rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:56.675rem;height:3.6125rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#FfNyIQKlKzHBISNhTKcQKNiyeCDyw97D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uEDKbhAoTzseSL0EhUTolVta0VFUOwvy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:2.3125rem;left:7.5rem; }
#VokhiWcompTkXfvmA3KVTPW3G4X2Slse { color:rgba(var(--color-tertiary-4),1);display:block;width:48.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:2.25rem;left:16.8125rem;height:;font-style:normal;display:block; }
#ikMGCM0cc5t7L4cQ98CbcD55CKtTeML9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:27.96875rem;left:7.5rem; }
#hQxxhMdcLqZohfCKTNt5cI0zKfbIK2nb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:31.78125rem;left:7.5rem; }
#VUyNuiegivH0UMVIahczQVtcUJvV1gWW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#VUyNuiegivH0UMVIahczQVtcUJvV1gWW > .row .container { background-color: transparent; background-image: none; }#VUyNuiegivH0UMVIahczQVtcUJvV1gWW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUyNuiegivH0UMVIahczQVtcUJvV1gWW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUyNuiegivH0UMVIahczQVtcUJvV1gWW > .row .container > .video-iframe-container { display: none; }#VUyNuiegivH0UMVIahczQVtcUJvV1gWW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUyNuiegivH0UMVIahczQVtcUJvV1gWW > .row > .video-iframe-container { display: none; }#VUyNuiegivH0UMVIahczQVtcUJvV1gWW > .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); }#VUyNuiegivH0UMVIahczQVtcUJvV1gWW > .row .container { border-width: 0; border-radius: 0; }#VUyNuiegivH0UMVIahczQVtcUJvV1gWW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VUyNuiegivH0UMVIahczQVtcUJvV1gWW > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#TNsDQBDNAVG9QBbksiIdF5h7Sqq8hKhc { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:1.875rem;left:34.125rem; }
#TNsDQBDNAVG9QBbksiIdF5h7Sqq8hKhc > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#FBmBLiN5mRKAuCa99oaPL1ucnwCBr1Vq { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:1.875rem;left:38.4375rem; }
#FBmBLiN5mRKAuCa99oaPL1ucnwCBr1Vq > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#cEnFnRNyKRvegRtOnVt6mMUxbSRCJn8L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cEnFnRNyKRvegRtOnVt6mMUxbSRCJn8L > .row .container { background-color: transparent; background-image: none; }#cEnFnRNyKRvegRtOnVt6mMUxbSRCJn8L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEnFnRNyKRvegRtOnVt6mMUxbSRCJn8L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEnFnRNyKRvegRtOnVt6mMUxbSRCJn8L > .row .container > .video-iframe-container { display: none; }#cEnFnRNyKRvegRtOnVt6mMUxbSRCJn8L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEnFnRNyKRvegRtOnVt6mMUxbSRCJn8L > .row > .video-iframe-container { display: none; }#cEnFnRNyKRvegRtOnVt6mMUxbSRCJn8L > .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); }#cEnFnRNyKRvegRtOnVt6mMUxbSRCJn8L > .row .container { border-width: 0; border-radius: 0; }#cEnFnRNyKRvegRtOnVt6mMUxbSRCJn8L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cEnFnRNyKRvegRtOnVt6mMUxbSRCJn8L > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:75rem;position:relative;display:block; }#zbrTyhzZPoONgMH39xWNHtTThh1xavlx { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:9.25rem;left:28.8125rem;height:6.494125rem;text-align:center;text-align-last:center;display:block; }
#Eh0lokphlcGqDbMyd73fAJnRWtM2dE6N { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:17rem;left:32.375rem;height:1.298825rem;display:block; }
#OoWtH3Gcu80BLD8eKy9nhlOerPTALZC4 { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:18.8125rem;left:32.125rem;height:1.298825rem;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; }
#PawpJBda33L5lXXshhFrUCUJHipxngEE { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:15.3125rem;top:2.375rem;left:29.875rem;overflow:hidden;display:block; }
