.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 only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-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; }#tWIB4c50Kqu2Ledo1XNRuB6OQfUFBNxh { 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: 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:9.0625rem;height:3.1875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:1.53125rem;left:62.8125rem;display:block; }
#D8wWlE9TTEPqVLVNJdDSG640aZOIE2ln { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G99KSsiishwg6Ht6414mIrevJgrbBwFa { 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.5rem;height:2.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.8125rem;left:2.1875rem;display:block; }
#BDQLG9VUawbhn3OTnoLgSZ5gDxX9tc2C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:12.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:21.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:32.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.625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.8125rem;left:42.125rem;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:50.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; }#qahf8k0IsohcWNiLX0EXBfXcmGefvQJT { background-color:#fbe8fb;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:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0.125rem 0.3125rem 3.125rem rgba(43,0,0,0.19) ;box-sizing:border-box;color:rgba(var(--color-secondary-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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.6875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:39rem;left:1.90625rem;display:block; }
#zlqFh84f9VwkUz5QM5yp1C4045vewaep { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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.761725rem;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.8684875rem;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; }
#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy { 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; }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row .container { background-color: transparent; background-image: none; }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row .container > .video-iframe-container { display: none; }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row > .video-iframe-container { display: none; }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .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); }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row .container { border-width: 0; border-radius: 0; }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row .container { font-size:0.875rem;font-family:arial;height:45.6875rem;width:75rem;position:relative;display:block; }#rV01mNicvp70IoqI4EzolKoHy1TzTgER { color:rgba(var(--color-tertiary-4),1);display:block;width:71.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:6.46875rem;left:2.4375rem;height:8.49609375rem;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; }
#xTn9TVcTNP2BZ8AF3XuKisvnritzFWw8 { color:rgba(var(--color-tertiary-4),0);display:block;width:70.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.625rem;left:2.4375rem;height:;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; }
#mqxtm4KJhbHEzQMBIBtRlVbGCOtLwxs3 { background-color:#b43ea3;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:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0.125rem 0.3125rem 3.125rem rgba(43,0,0,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:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:3.5625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:40.0625rem;left:28.8125rem;display:block; }
#PLuXwCx45i1T2m7gmO2dwiLXiHseIziZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zpntAO1y8Ni6UOdUE8uqD9CXCCGaiaBD { color:rgba(var(--color-tertiary-4),1);display:block;width:71.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:18.59375rem;left:2.4375rem;height:3.3984375rem;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; }
#LF4XrLfNm0EJcxbqX9GttzC7x5OstnVv { color:rgba(var(--color-tertiary-4),0);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:15.3125rem;left:2.4375rem;height:2.34375rem;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; }
#lxaPuT7JuXJqwfJ4drQTqStDBDMTkqRB { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:29.25rem;left:2.25rem;height:6.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bsMXv56oknooxtSRQbKpcHsSyxWCmABA { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:29.25rem;left:21.1875rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uCCkoOqL0nABRcx3dKDMXysMlitO5tmV { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:29.375rem;left:57.75rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SWlPcs4KdxpcGCc0dEKuNwfqJBxWRdDt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:25.5625rem;left:46.3125rem; }
#rZo93ONaafvSv8VIHRIGoEzdapxwMRHQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:25.5625rem;left:26.5rem; }
#bWmwQn4RSPkm5sfeqyrIOkV513Z2odEf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:25.5625rem;left:63.4375rem; }
#ZisdXMZ8m5AIoFtGExRTG6aQdWuNpRtT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:25.4375rem;left:7.5rem; }
#BHLDsi8C5ov8kWmxA87JuFdZqTFePvwH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:29.375rem;left:41.125rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/afece382-a02f-4605-89a9-4da66ff45810/intriomindustry4.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; }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG.adaptive-delivery-prevent-bg, #FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG.lazyload, #FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG.lazyloading { background-image: none; }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .row .container { background-color: transparent; background-image: none; }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.77); }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .row .container > .video-iframe-container { display: none; }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .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.77); }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .row > .video-iframe-container { display: none; }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .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); }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .row .container { border-width: 0; border-radius: 0; }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG::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; }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#MQhGDAaIgvJRylruH4RlpZCDFwutfWQy { color:rgba(var(--color-tertiary-0),1);display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:2.046875rem;left:14.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dgwiAdBgp4bJk8S88aFv21rue42D9UOX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/afece382-a02f-4605-89a9-4da66ff45810/intriomindustry4.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; }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX.adaptive-delivery-prevent-bg, #dgwiAdBgp4bJk8S88aFv21rue42D9UOX.lazyload, #dgwiAdBgp4bJk8S88aFv21rue42D9UOX.lazyloading { background-image: none; }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .row .container { background-color: transparent; background-image: none; }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.74); }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .row .container > .video-iframe-container { display: none; }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .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.74); }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .row > .video-iframe-container { display: none; }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .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); }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .row .container { border-width: 0; border-radius: 0; }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX::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; }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#uK0lO60SMi9qvHX9aFVmgt6Vgm9ZFXSn { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:7.78125rem;left:1.4375rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n4ahbDHpu5PmWulyP3ofzFSyppT73uQU { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:7.78125rem;left:26.75rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LTauBIBFeEtEUULFOB6l4Dk6AAA1gZ9p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.125rem;left:10.4375rem; }
#GoqrqVe4QAP8pHJEpAQRNeTxbm2COpmc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.125rem;left:35.4375rem; }
#HOgavgsvvaH1WWtHk9eJsTzzf97ErmAB { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:7.875rem;left:51.75rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TZpdEEt09Za2vN30G7pyek55xkmJhdlH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.1875rem;left:60.4375rem; }
#a4fAOTGr4toiWpC5VK96iymtAcLSoJLb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/afece382-a02f-4605-89a9-4da66ff45810/intriomindustry4.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; }#a4fAOTGr4toiWpC5VK96iymtAcLSoJLb.adaptive-delivery-prevent-bg, #a4fAOTGr4toiWpC5VK96iymtAcLSoJLb.lazyload, #a4fAOTGr4toiWpC5VK96iymtAcLSoJLb.lazyloading { background-image: none; }#a4fAOTGr4toiWpC5VK96iymtAcLSoJLb > .row .container { background-color: transparent; background-image: none; }#a4fAOTGr4toiWpC5VK96iymtAcLSoJLb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.76); }#a4fAOTGr4toiWpC5VK96iymtAcLSoJLb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4fAOTGr4toiWpC5VK96iymtAcLSoJLb > .row .container > .video-iframe-container { display: none; }#a4fAOTGr4toiWpC5VK96iymtAcLSoJLb > .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.76); }#a4fAOTGr4toiWpC5VK96iymtAcLSoJLb > .row > .video-iframe-container { display: none; }#a4fAOTGr4toiWpC5VK96iymtAcLSoJLb > .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); }#a4fAOTGr4toiWpC5VK96iymtAcLSoJLb > .row .container { border-width: 0; border-radius: 0; }#a4fAOTGr4toiWpC5VK96iymtAcLSoJLb::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; }#a4fAOTGr4toiWpC5VK96iymtAcLSoJLb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a4fAOTGr4toiWpC5VK96iymtAcLSoJLb > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#suS5CEt3KWqGbQsNt7DkJ6BHXQvTGD1O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:1rem;left:60.625rem; }
#oVK1Nt9TAqlshNHtUPmInpc8DBe5y5cH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:0.9375rem;left:35.625rem; }
#gkH13ccH0sNXaC6m0EFqknvWMkbhe84M { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:6.5625rem;left:1.625rem;height:7.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KTsumlPtBe6QhggFNqa15V0pQaRyTPT3 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:6.5625rem;left:26.9375rem;height:7.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oVS0qMA6hW5OglSdOyBFnvgMd8lcOKT1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:0.9375rem;left:10.625rem; }
#BOUUel9ebxWA0DXKyp94TgPSMbHmJhv5 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:6.6875rem;left:51.9375rem;height:7.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/afece382-a02f-4605-89a9-4da66ff45810/intriomindustry4.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; }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV.adaptive-delivery-prevent-bg, #uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV.lazyload, #uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV.lazyloading { background-image: none; }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .row .container { background-color: transparent; background-image: none; }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.74); }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .row .container > .video-iframe-container { display: none; }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .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.74); }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .row > .video-iframe-container { display: none; }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .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); }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .row .container { border-width: 0; border-radius: 0; }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV::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; }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#ZBKG18N81mA17BidOwdptek9qy1BiH8m { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:6.8125rem;left:51.9375rem;height:9.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D5SUZlio3VolD0aM37svkJs9idu9AAGB { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:6.6875rem;left:26.9375rem;height:7.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AS4DPtHwz8zp7EetdC5CdcqnL0eHKu5m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:1.125rem;left:60.625rem; }
#PtdmB3Pg0XucgJfWkA1QNLF5zlZlQTi5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:1.0625rem;left:35.625rem; }
#sGGNWtxHOAq9b0WOXW3ATfJC5OVKaIIR { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:6.6875rem;left:1.625rem;height:7.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ftSzDs4ZoPewugOma3hsf7pTJHwPW4uU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:1.0625rem;left:10.625rem; }
#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/afece382-a02f-4605-89a9-4da66ff45810/intriomindustry4.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; }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA.adaptive-delivery-prevent-bg, #olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA.lazyload, #olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA.lazyloading { background-image: none; }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .row .container { background-color: transparent; background-image: none; }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.74); }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .row .container > .video-iframe-container { display: none; }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .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.74); }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .row > .video-iframe-container { display: none; }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .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); }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .row .container { border-width: 0; border-radius: 0; }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA::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; }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#B6imaA5IVui0Av39q57QfeCvHbMkRZ3N { background-color:#0868c1;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:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0.125rem 0.3125rem 3.125rem rgba(43,0,0,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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.5625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:1.5625rem;left:31.28125rem;display:block; }
#v8aTJxSZp2BSNtAUbCW07A63mS0Sfd3y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM { 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; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container { background-color: transparent; background-image: none; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container > .video-iframe-container { display: none; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row > .video-iframe-container { display: none; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .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); }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container { border-width: 0; border-radius: 0; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;position:relative;display:block; }#xisJT6p4MxfDQVZHyoFC1E9NImCDflPJ { color:rgba(var(--color-tertiary-4),1);display:block;width:66.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.9375rem;left:5.6875rem;height:2.4375rem;display:block; }
#EacbZ6fCpmBXUdnXli32GKT5To3BHEEQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:13.75rem;left:2.625rem; }
#p5cDFq06IaQ9TUa6lH6EmVgVTFq0L3wG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:18.3125rem;left:2.625rem; }
#spA8ih6HJqMT2tm85w7VNszL0kz2AXVO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:9.125rem;left:2.625rem; }
#iSSAZRJMTXSG8mTdNPlEoZex5opLQTLH { color:rgba(var(--color-tertiary-4),1);display:block;width:66.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.5625rem;left:5.6875rem;height:3.65625rem;display:block; }
#dGzH7nutbG12pW6BSFyhoJwhxrchven1 { color:rgba(var(--color-tertiary-4),1);display:block;width:66.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.125rem;left:5.6875rem;height:2.4375rem;display:block; }
#Sai2k0rfQrV4xydnMAO2JkP9IqDoX2dl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:23.125rem;left:2.625rem; }
#IAaw7EV53qTtV6g8xfPBLX10bAL3eSbK { color:rgba(var(--color-tertiary-4),1);display:block;width:66.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:22.9375rem;left:5.6875rem;height:2.4375rem;display:block; }
#pvQC5a9OCeSRLpfPUM7udl9kzl1PMAQd { color:rgba(var(--color-tertiary-4),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:12.375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sg2ZIHMql28Kyz6boXMcDtXsCTXHXSSy { color:rgba(var(--color-tertiary-4),1);display:block;width:56.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4375rem;left:9.09375rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;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:144.6875rem;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.4619125rem;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:36.5rem;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:3.65625rem;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; }
#FvnrPNB31FbH6ZIiw86TcCMhEmrovETK { color:rgba(var(--color-tertiary-0),1);display:block;width:50.25rem;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:139.53125rem;left:11.3125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;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.125rem;left:2.1875rem;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.625rem;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:19.1875rem;width:18.75rem;top:45.5625rem;left:2.5rem;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.75rem;left:3.65625rem;height:1.625rem;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; }
#bahpQkyKR8bap7k6zKXVMu7VfetN2oIr { 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:15025;opacity:1;top:75.1875rem;left:14.0625rem; }
#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.5625rem;left:29.0625rem;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:45.125rem;left:53.75rem;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:69.3125rem;left:55.78125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xnOhkoLfbr3h4IRAJ8CD7vRgbArrwdJG { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:64.75rem;left:55.15625rem;height:1.625rem;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:45.5625rem;left:54.0625rem;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:44.1875rem;left:51.5625rem;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.09375rem;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.875rem;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.4375rem;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.03125rem;left:3.25rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hv6UCTTZz2k97hUUQAgKSLaltn3qUK1S { 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:15023;line-height:1.3;letter-spacing:0;top:74.375rem;left:54.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yrqfNMkFuK2G5X1AC7X27o42mBf0qvt8 { box-sizing:content-box;height:12.375rem;width:71.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:124.4375rem;left:1.75rem;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:125.5rem;left:7.4375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MKib6LFVw4o10v4vg8E1ry2kKSC2H7EH { color:#000c0b;display:block;width:64.125rem;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:129.375rem;left:4.375rem;height:5.11816875rem;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.4619125rem;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.29980625rem;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.625rem;left:6.84375rem;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:71.625rem;left:58.34375rem;display:block; }
#WwDndRfEhR1XiTvpcyaxdcA0kvKORy2I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H0TzBXqd6nibtO94Jvg8dGAc98x0ZqeJ { 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:15016;line-height:1.3;letter-spacing:0;top:67.1875rem;left:2.90625rem;height:1.4619125rem;font-style:italic;text-align:center;text-align-last:center;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.4619125rem;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:67.25rem;left:54.40625rem;height:1.4619125rem;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:67.25rem;left:54.40625rem;height:1.4619125rem;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.65625rem;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.29980625rem;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; }
#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; }
#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: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; }#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:none; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71.adaptive-delivery-prevent-bg, #wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71.lazyload, #wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71.lazyloading { background-image: none; }#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:none; }#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.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe { position:relative;display:none; }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe { border-width: 0; border-radius: 0; }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe > .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; }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe > .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:82.625rem;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; }#dZKxuqqSBiDKU9GxWNcdRG5IpEiaEsVg { 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.3rem;display:block; }
#kUWQple0BJIpmqmDvwgWZrh6dDTqNtiJ { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.236328125rem;left:9.7109375rem;height:1.3rem;display:block; }
#lBx42p820oBtavuRiO6phBID4IV3mfxo { 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.29980625rem;display:block; }
#SPr80Gw4GOCT1TpEObAshMH2Rf8ml569 { 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:8.9375rem;left:2.5rem;height:1.3rem;display:block; }
#ebviW61CW0uheE6FLt3VZC2cgwuL0WT9 { color:#b43ea3;display:block;width:55.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.986328125rem;left:9.7109375rem;height:1.3rem;display:block; }
#W8tXvF5UUlxwgRncHASIwHuwTeTkZXqZ { 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:12.1875rem;left:2.5rem;height:1.3rem;display:block; }
#Cq2DzsxUebdOFUztOZ6rQTsFmeeKpqIq { 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:12.1875rem;left:9.75rem;height:1.3rem;display:block; }
#QrbMi800aU7GbqAFJivwKeFG7U2T2MKy { 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:15.625rem;left:2.5rem;height:1.3rem;display:block; }
#iPxTVaCb5e4UyUmMFOg6GT3VoesKSbxN { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.9375rem;left:9.75rem;height:1.3rem;display:block; }
#wmPBPTgZtIqqkT1uUKCg8Bt5166cWoKi { 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:15.6875rem;left:9.75rem;height:1.3rem;display:block; }
#HI3W9s57pV0QLTTrtRqwIdNn2I3UIw23 { color:rgba(var(--color-tertiary-4),1);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:20.5625rem;left:9.6875rem;height:1.3rem;display:block; }
#tq0SpKapuEKXtmd8Q2a1qUe4LRFFJQmC { color:#b43ea3;display:block;width:49.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:19.25rem;left:9.6875rem;height:1.3rem;display:block; }
#gSSKumRuyT6OoM3dNWPmLfGAeP0VVrxn { 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:19.3125rem;left:2.5rem;height:1.3rem;display:block; }
#Ex1xA3SGQyB2hz3CwKr0csv6WBXXTO0C { 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.5rem;width:75rem;top:29.125rem;left:0rem;display:block; }
#g8pWqHWV7Wp11EgAZ7tRTX2t2bZTtZ7O { 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:29.25rem;left:2.5rem;height:1.3rem;display:block; }
#okzD4To7QaSfT9Xe1ow3HbAIbxTgZbrk { 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:15016;line-height:1.3;letter-spacing:0;top:29.224609375rem;left:30.59375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#EGsWTerv50sBTtpdlSyLEP23XdAPmZRx { 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; }
#po7zpLNAyhotpKqSEAhOq2qiCnMPcTbZ { 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:32.0625rem;left:2.0625rem;height:1.3rem;display:block; }
#Ip0EToB2HeU2SL6o7Z5TWgpG19RMHnDf { 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:32.0625rem;left:9.25rem;height:1.3rem;display:block; }
#f9gnyLJ2chMDhp2MTdk861WrHfA3fFv5 { 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:33.375rem;left:9.25rem;height:1.3rem;display:block; }
#TKr64DNAZ4X60n9qTv7eNNIIJDIExlT4 { 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:15012;line-height:1.3;letter-spacing:0;top:36rem;left:2.0625rem;height:1.3rem;display:block; }
#HFDeb91qXGbJ8AGCXvmalTHyIuPvDVDF { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:37.3125rem;left:9.3125rem;height:1.3rem;display:block; }
#zgFt5gBQ1rWDJt5bFC0PSABDlyBCJgoa { 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:36rem;left:9.3125rem;height:1.3rem;display:block; }
#vyRTvfxSVUgfuOW8bRR2VTNUWVpFATMJ { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:41.1875rem;left:9.3125rem;height:1.3rem;display:block; }
#ENLZTnorye5lvzngg5eVV03aXNZzEJ78 { color:#b43ea3;display:block;width:63.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:39.875rem;left:9.3125rem;height:1.3rem;display:block; }
#JW3Z1y4BD9aVWi5yqkcv4Bclh11782zU { 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:15015;line-height:1.3;letter-spacing:0;top:39.875rem;left:2.0625rem;height:1.3rem;display:block; }
#X6T6wlrbsierLW9Iztn0BxEoy4oGkAGP { 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:43.6875rem;left:2.0625rem;height:1.3rem;display:block; }
#F2HAOn9QZzroNXbPoGrGQ4PtgJVZsKw3 { color:rgba(var(--color-tertiary-4),1);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:53.625rem;left:9.3125rem;height:1.3rem;display:block; }
#OHTNaT8JeuuA5xJTcX9ZxcJ4TlNStkbH { 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:52.3125rem;left:9.3125rem;height:1.3rem;display:block; }
#TZNRrHf8O9HcwhGELbPmilLV2wClrPai { color:rgba(var(--color-tertiary-4),1);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:45rem;left:9.25rem;height:1.3rem;display:block; }
#SCJODJzqoaySfGnmnkrXRd3FUaFlVibl { 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:48.25rem;left:2.0625rem;height:1.3rem;display:block; }
#fytoWc1DrfsRC2PTrs7bngSTRF5P0lH2 { color:#b43ea3;display:block;width:53.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:43.6875rem;left:9.25rem;height:1.3rem;display:block; }
#tm7fESAdXPBsTVocRpWF9fMR86ZEz7bo { 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:57.625rem;left:0rem;display:block; }
#IKbkUqZiepz30U36KWvIGgz2mP6Ek9J9 { 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:57.75rem;left:2.5rem;height:1.3rem;display:block; }
#xIrFM7NXve8MOUe4NmzsZl3t0iC7zQ93 { 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:52.3125rem;left:2.0625rem;height:1.3rem;display:block; }
#RZGNBUmHxT72R7nvPr0vsO3OApsf5x9G { 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:48.25rem;left:9.25rem;height:1.3rem;display:block; }
#EX3y4ducLpRrC2TEtNTCTGzaOP0bTTIW { 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:61.1875rem;left:2.5625rem;height:1.3rem;display:block; }
#aWKUK6Uwb3D1Kt9Abgw07geMGlkOucqf { 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:61.1875rem;left:9.75rem;height:1.3rem;display:block; }
#Qg52dSTfT33rDoW7ZwKGtlLUUJySUIPO { 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:64.5625rem;left:9.6875rem;height:1.3rem;display:block; }
#OrkaWee07TfzAwhUnQBEzTsr2OeXDR0Q { 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:64.5625rem;left:2.5rem;height:1.3rem;display:block; }
#ag6vw9pO3NyKV3nXWopuXEIPDdudoB5t { 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.25rem;left:2.5625rem;height:1.3rem;display:block; }
#kJd7V2ScFddqkSNHnIsVGdTTsJQQ3tD2 { 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.25rem;left:9.8125rem;height:1.3rem;display:block; }
#Afkixwwq8Sx9DNGL75OoQaiBzEkulu9c { 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.5625rem;left:9.8125rem;height:1.3rem;display:block; }
#JbPT6lTIDLvwU9hBlifUFkNNDULlHEGO { 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:78.875rem;left:0rem;display:block; }
#aqDEBrRvIQT2Lyo3FETxGcXKFyFKIqcI { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:79rem;left:27.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#kgIDozvroHW7TQzDOtrZKkgKcFVZ3ROh { 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.3rem;display:block; }
#GfGWMpxZzmiabimn2b7fUGd7WDDbLxuy { color:#b43ea3;display:block;width:36.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.1875rem;left:9.75rem;height:1.3rem;display:block; }
#ylrMZCA4QG8A1r8OTrkV9nMeryFTePyA { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.4375rem;left:9.75rem;height:1.3rem;display:block; }
#QwhRxQe0NlJZeFJkgFrWbqeFUWxK6mXN { color:rgba(var(--color-tertiary-4),1);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:13.4873046875rem;left:9.7109375rem;height:1.3rem;display:block; }
#yN51t60JTW6fxp8lTokKko1eg0wLJ9eE { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:49.5625rem;left:9.3125rem;height:1.3rem;display:block; }
#EieRA2v5xNSqXiIa03yIvT80WfKHgdUi { color:rgba(var(--color-tertiary-4),1);display:block;width:19.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.3125rem;left:9.6875rem;height:1.3rem;display:block; }
#BwaBO03r2nwCTa1XiyDJLMXRvRLJ0wip { 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:70rem;left:2.5rem;height:1.3rem;display:block; }
#JoerdP6PInpFXcC4CyhKNOL3RMa6DQRR { 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:70rem;left:9.75rem;height:1.3rem;display:block; }
#vNmoXGSNo8ZgZrd1gdLhLLvBFpMBRTKH { color:rgba(var(--color-tertiary-4),1);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:65.875rem;left:9.75rem;height:1.3rem;display:block; }
#CuVeqHD9t6kWOQTNTbGvZlTsqJeDXTiN { color:rgba(var(--color-tertiary-4),1);display:block;width:61.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:67.4375rem;left:9.75rem;height:1.3rem;display:block; }
#pEvDnIL9rnX50FRMFJDeoGtmmiOwX1oF { 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:23.0625rem;left:2.5rem;height:1.3rem;display:block; }
#ZGNf7g7IgIhzBtLuRIHmwEguEqNSW5rp { 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:23.0625rem;left:9.6875rem;height:2.6rem;display:block; }
#wOIv1B6vW6ar06ZDGpbkQXqlwyom6XTx { color:rgba(var(--color-tertiary-4),1);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:25.6123046875rem;left:9.7109375rem;height:1.3rem;display:block; }
#wTVipEoqdxRTLuVuIJ0AzaZw7zQJgFTh { 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:57.75rem;left:30.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#xOZoaML01wTkZQXgsRHrnXAH41iGubwh { 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:79rem;left:2.0625rem;height:1.3rem;display:block; }
#brnk9BdZEQZEVDtcSXs89T9XOukW2R4Q { 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:62.487500190735rem;left:9.710156440735rem;height:0;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; }#OWMeMqPcJZCKntd684HbsZko9yS4WJvw { 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; }#OWMeMqPcJZCKntd684HbsZko9yS4WJvw > .row .container { background-color: transparent; background-image: none; }#OWMeMqPcJZCKntd684HbsZko9yS4WJvw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWMeMqPcJZCKntd684HbsZko9yS4WJvw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWMeMqPcJZCKntd684HbsZko9yS4WJvw > .row .container > .video-iframe-container { display: none; }#OWMeMqPcJZCKntd684HbsZko9yS4WJvw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWMeMqPcJZCKntd684HbsZko9yS4WJvw > .row > .video-iframe-container { display: none; }#OWMeMqPcJZCKntd684HbsZko9yS4WJvw > .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); }#OWMeMqPcJZCKntd684HbsZko9yS4WJvw > .row .container { border-width: 0; border-radius: 0; }#OWMeMqPcJZCKntd684HbsZko9yS4WJvw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OWMeMqPcJZCKntd684HbsZko9yS4WJvw > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#oFIK82u2Uau75FUZZCzTqgM14wqLoHVV { 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:18.875rem;width:28.3125rem;top:4.75rem;left:42.09375rem;overflow:hidden;display:block; }
#cIXyT242xZCcJIP0tMyRDbuEaD6Ezvf1 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:6.5625rem;left:1.84375rem;height:19.125rem;display:block; }
#pKp5qKwnCyE0ZeRsp2f5sdIfAALEmdRZ { color:rgba(var(--color-tertiary-4),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:2.71875rem;left:1.84375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UGtx9JEdHEQeA6n7wZsbB2ZPGZQ7gHKB { background-color:#0868c1;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:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0.125rem 0.3125rem 3.125rem rgba(43,0,0,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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:2.625rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:5.5625rem;left:38.34375rem;display:block; }
#cLI2GGLGB8nd1F2MdFVTRk3eepmOZXLk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QunO335payIdfBKdDZihhQ4yk0MZfv7P { 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; }#QunO335payIdfBKdDZihhQ4yk0MZfv7P > .row .container { background-color: transparent; background-image: none; }#QunO335payIdfBKdDZihhQ4yk0MZfv7P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QunO335payIdfBKdDZihhQ4yk0MZfv7P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QunO335payIdfBKdDZihhQ4yk0MZfv7P > .row .container > .video-iframe-container { display: none; }#QunO335payIdfBKdDZihhQ4yk0MZfv7P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QunO335payIdfBKdDZihhQ4yk0MZfv7P > .row > .video-iframe-container { display: none; }#QunO335payIdfBKdDZihhQ4yk0MZfv7P > .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); }#QunO335payIdfBKdDZihhQ4yk0MZfv7P > .row .container { border-width: 0; border-radius: 0; }#QunO335payIdfBKdDZihhQ4yk0MZfv7P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QunO335payIdfBKdDZihhQ4yk0MZfv7P > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;position:relative;display:block; }#BD2RLuCx8wOgAL9zxfhV8lqF75JKT1zM { color:rgba(var(--color-tertiary-4),1);display:block;width:73.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:10.6875rem;left:1.5rem;height:16.5rem;display:block; }
#kD2nPCpcmWhgCoo5BzuJqxcVJpdbTVib { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.84375rem;left:21.65625rem;height:2.35611875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fi5EnzF8gpGvdEa5o5pDfeZapf5EMFI4 { color:#b43ea3;display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.28125rem;left:11.9375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ln6m4rh1L1KGVokUqzfkbug3yDJKgQOk { 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; }#Ln6m4rh1L1KGVokUqzfkbug3yDJKgQOk > .row .container { background-color: transparent; background-image: none; }#Ln6m4rh1L1KGVokUqzfkbug3yDJKgQOk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ln6m4rh1L1KGVokUqzfkbug3yDJKgQOk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ln6m4rh1L1KGVokUqzfkbug3yDJKgQOk > .row .container > .video-iframe-container { display: none; }#Ln6m4rh1L1KGVokUqzfkbug3yDJKgQOk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ln6m4rh1L1KGVokUqzfkbug3yDJKgQOk > .row > .video-iframe-container { display: none; }#Ln6m4rh1L1KGVokUqzfkbug3yDJKgQOk > .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); }#Ln6m4rh1L1KGVokUqzfkbug3yDJKgQOk > .row .container { border-width: 0; border-radius: 0; }#Ln6m4rh1L1KGVokUqzfkbug3yDJKgQOk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ln6m4rh1L1KGVokUqzfkbug3yDJKgQOk > .row .container { font-size:0.875rem;font-family:arial;height:28.5625rem;width:75rem;position:relative;display:block; }#RuIwRTdbtQKsTmEq7kwou9ABkCpswZ4M { color:rgba(var(--color-secondary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:6rem;left:40.1875rem;height:19.5rem;text-align:left;text-align-last:left;display:block; }
#oLX2cp5p1O2bgrCAR6gcp9wxlJo2yNXP { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.1875rem;left:40.1875rem;height:2.35611875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ylplGFQp3mustXQnI2Tx2mhwELwToJzy { 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:28rem;width:33.75rem;top:0.5625rem;left:0rem;overflow:hidden;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; }#qofTLVAJmRRpVdMX279lENFKRXSbLpkl { 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: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; }#qofTLVAJmRRpVdMX279lENFKRXSbLpkl.adaptive-delivery-prevent-bg, #qofTLVAJmRRpVdMX279lENFKRXSbLpkl.lazyload, #qofTLVAJmRRpVdMX279lENFKRXSbLpkl.lazyloading { background-image: none; }#qofTLVAJmRRpVdMX279lENFKRXSbLpkl > .row .container { background-color: transparent; background-image: none; }#qofTLVAJmRRpVdMX279lENFKRXSbLpkl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.39); }#qofTLVAJmRRpVdMX279lENFKRXSbLpkl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qofTLVAJmRRpVdMX279lENFKRXSbLpkl > .row .container > .video-iframe-container { display: none; }#qofTLVAJmRRpVdMX279lENFKRXSbLpkl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.39); }#qofTLVAJmRRpVdMX279lENFKRXSbLpkl > .row > .video-iframe-container { display: none; }#qofTLVAJmRRpVdMX279lENFKRXSbLpkl > .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); }#qofTLVAJmRRpVdMX279lENFKRXSbLpkl > .row .container { border-width: 0; border-radius: 0; }#qofTLVAJmRRpVdMX279lENFKRXSbLpkl::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; }#qofTLVAJmRRpVdMX279lENFKRXSbLpkl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qofTLVAJmRRpVdMX279lENFKRXSbLpkl > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#WKwI32nXWRlX4VUx8F1vVViawURB8O6J { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;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.1875rem;left:5.9248046875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N0ROQ8VU0m6dG3hsDkkQV7B0fHCJu49i { 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; }#N0ROQ8VU0m6dG3hsDkkQV7B0fHCJu49i > .row .container { background-color: transparent; background-image: none; }#N0ROQ8VU0m6dG3hsDkkQV7B0fHCJu49i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0ROQ8VU0m6dG3hsDkkQV7B0fHCJu49i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0ROQ8VU0m6dG3hsDkkQV7B0fHCJu49i > .row .container > .video-iframe-container { display: none; }#N0ROQ8VU0m6dG3hsDkkQV7B0fHCJu49i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N0ROQ8VU0m6dG3hsDkkQV7B0fHCJu49i > .row > .video-iframe-container { display: none; }#N0ROQ8VU0m6dG3hsDkkQV7B0fHCJu49i > .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); }#N0ROQ8VU0m6dG3hsDkkQV7B0fHCJu49i > .row .container { border-width: 0; border-radius: 0; }#N0ROQ8VU0m6dG3hsDkkQV7B0fHCJu49i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N0ROQ8VU0m6dG3hsDkkQV7B0fHCJu49i > .row .container { font-size:0.875rem;font-family:arial;height:52.625rem;width:75rem;position:relative;display:block; }#P3JvaL5SRir6zZNPAvpLsOqGp4TEAvUb { color:rgba(var(--color-secondary-3),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:7.875rem;left:9.1875rem;height:1.6875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CpZZCipQ7a2q927QcQxbeGgZTsqGHwu1 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:11.59375rem;left:10rem;height:3rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#M3rocziGS7daxZhPTzFBoGUWpzvAAnKa { color:#0868c1;display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:12.25rem;left:47.375rem;height:1.6875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#r0y58oZGCKTRfJhshGGwNcLp2tMSzh1a { color:rgba(var(--color-secondary-4),1);display:block;width:23.875rem;position:absolute;font-family:poppins;font-size:0.625rem;font-weight:400;z-index:15091;line-height:1.6;letter-spacing:0;top:14.59375rem;left:43.40625rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S86O2JHQBfaAtN1J7xytVd7xL181XMWO { color:rgba(var(--color-secondary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15094;line-height:1.8;letter-spacing:0;top:23.9375rem;left:3.9375rem;height:17.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }#S86O2JHQBfaAtN1J7xytVd7xL181XMWO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#S86O2JHQBfaAtN1J7xytVd7xL181XMWO li:before{  }
#f3TdmTow3k1FwSq27Paqg6si1WcMdPTc { color:rgba(var(--color-primary-0),1);display:block;width:23.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:10.46875rem;left:43.03125rem;height:1.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PxN2A3nvmbVdnzFD1uk7q1tiO1UPm869 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:15.9375rem;left:9.5625rem;height:1.375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HANxayb0uTp4zJtEweURCT91pcrly7pm { color:#b43ea3;display:block;width:19.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:18.0625rem;left:6.71875rem;height:1rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BwhyKM2ZdZbLmPapETzhiG4Aw4XAP3qS { box-sizing:content-box;height:44.5625rem;width:30.8125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(232,24,153,0.46), rgba(var(--color-secondary-3),0.68));background-image: -moz-linear-gradient(180deg, rgba(232,24,153,0.46), rgba(var(--color-secondary-3),0.68));background-image: -ms-linear-gradient(180deg, rgba(232,24,153,0.46), rgba(var(--color-secondary-3),0.68));background-image: -o-linear-gradient(180deg, rgba(232,24,153,0.46), rgba(var(--color-secondary-3),0.68));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8189975', endColorstr='rgba(var(--color-secondary-3),0.68)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8189975', endColorstr='rgba(var(--color-secondary-3),0.68)' );";background-image: linear-gradient(180deg, rgba(232,24,153,0.46), rgba(var(--color-secondary-3),0.68));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.34375rem;left:1.5625rem;border-top-right-radius:7.3125rem;border-bottom-right-radius:7.3125rem;border-bottom-left-radius:7.3125rem;border-top-left-radius:7.3125rem;display:block; }
#GC633OqqKNAOBxT4oPLPQXZzJGnRc6PJ { position:absolute;display:block;z-index:15095;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:7.375rem;top:1rem;left:1.5625rem;overflow:hidden;display:block; }
#xMIDD7WRKyNg61QSyu7NmUs9Ec5k1UOz { position:absolute;display:block;z-index:15096;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.875rem;top:0rem;left:3.9375rem;overflow:hidden;display:block; }
#lVGUEOlaKQXFxQqL3ztrygofxH9fFmit { box-sizing:content-box;height:44.5625rem;width:30.8125rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),0.68), rgba(232,24,153,0.46));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),0.68), rgba(232,24,153,0.46));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),0.68), rgba(232,24,153,0.46));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),0.68), rgba(232,24,153,0.46));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),0.68)', endColorstr='#e8189975' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),0.68)', endColorstr='#e8189975' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),0.68), rgba(232,24,153,0.46));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.375rem;left:39.375rem;border-top-right-radius:7.3125rem;border-bottom-right-radius:7.3125rem;border-bottom-left-radius:7.3125rem;border-top-left-radius:7.3125rem;display:block; }
#DQBAPzKRrX6qBB7UMGSuJ5NCUtB8O2D7 { color:rgba(var(--color-secondary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15102;line-height:1.8;letter-spacing:0;top:18.0625rem;left:42.125rem;height:17.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }#DQBAPzKRrX6qBB7UMGSuJ5NCUtB8O2D7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DQBAPzKRrX6qBB7UMGSuJ5NCUtB8O2D7 li:before{  }
#wPi4IbxHSt26wEwEPtfytiNsWS9qVcua { color:rgba(var(--color-secondary-3),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:7.875rem;left:47.375rem;height:1.6875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JSVTb8XGBSbSHZJIfpDXmTbLeDWkWQuv { position:absolute;display:block;z-index:15104;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:6.875rem;top:0rem;left:41.75rem;overflow:hidden;display:block; }
#n1nTTZXVn25FL6vT78JWbtCy4TUEmrgN { position:absolute;display:block;z-index:15103;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:7.375rem;top:1rem;left:39.375rem;overflow:hidden;display:block; }
#OP0aAUlJg2Gvu5HoL1DlMdIeUFdmCkoe { color:rgba(var(--color-secondary-3),1);display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:40.25rem;left:41.75rem;height:1.6875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XVu5RkT2At7Ehp21PGiShGElWQnQ1S5N { color:rgba(var(--color-secondary-4),1);display:block;width:28.375rem;position:absolute;font-family:poppins;font-size:0.625rem;font-weight:400;z-index:15092;line-height:1.6;letter-spacing:0;top:20.0625rem;left:2.84375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WgvWZeom3zsEVg76lafzVWVH7GoVPtnd { background-color:#b43ea3;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:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0.125rem 0.3125rem 3.125rem rgba(43,0,0,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:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:2.875rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:43.03125rem;left:48.53125rem;display:block; }
#nQ5AH664BkJ2ELPGX6MOx4T9M4NDzLdx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QsvL61gKdQ6HXVUnOMtUaaHQTu3DK2AQ { background-color:#0868c1;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:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0.125rem 0.3125rem 3.125rem rgba(43,0,0,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:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:2.875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:36.15625rem;left:47.96875rem;display:block; }
#qTLWiby0s059DnI1J18AJiBDbiT8rmTh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zERi9A1VfuQtLODVUSv4bLSCogcx6tLn { background-color:#b43ea3;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:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0.125rem 0.3125rem 3.125rem rgba(43,0,0,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:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.8125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:42.5625rem;left:9.78125rem;display:block; }
#kTcVXuxTqWziwc8aqEuiJ1gGxg179IQX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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; }#vxoKOBmVyGfeUfKtgCQDMTGdDawHLiBC { 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; }
#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:11.375rem;width:15.8125rem;top:3.28125rem;left:4.59375rem;overflow:hidden;display:block; }
#VyThDPElzPeG2yAPfJWhLF1TVTecicvM { 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:9.1875rem;width:18.4375rem;top:4.71875rem;left:28.53125rem;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.4375rem;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.4375rem;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.4375rem;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.17480625rem;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.13736875rem;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.13736875rem;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.4375rem;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.1621125rem;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.13736875rem;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.4375rem;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.1621125rem;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.4375rem;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.75rem;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.13736875rem;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.49903125rem;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.3rem;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.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kUIsBxssaIqE4TnfyxfwHPJeAnB0stdg { display:block; }#kUIsBxssaIqE4TnfyxfwHPJeAnB0stdg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 { display:block; }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tWIB4c50Kqu2Ledo1XNRuB6OQfUFBNxh { width:9.0625rem;height:3.1875rem;top:1.5rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8wWlE9TTEPqVLVNJdDSG640aZOIE2ln { display:block; }
 }@media only screen and (max-width: 763px) { #G99KSsiishwg6Ht6414mIrevJgrbBwFa { width:7.5rem;height:2.625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDQLG9VUawbhn3OTnoLgSZ5gDxX9tc2C { display:block; }
 }@media only screen and (max-width: 763px) { #rIibXm3zV6srvoUIiomXTV5nTnZzTWEV { width:5.9375rem;height:2.625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZziPwtuViczbwARohSt1fRTIOZ53VGhS { display:block; }
 }@media only screen and (max-width: 763px) { #zT2Ji0iKUvXzaCHMHSAdWTRTwBn6SzAM { width:7.6875rem;height:2.625rem;top:1.8125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDa4RcpAEXWoQ6TnL0mxWtyDFdkfqObz { display:block; }
 }@media only screen and (max-width: 763px) { #TwnzpwRkeHzvDtDtedQV43wkuwDCGGCR { width:5.4375rem;height:2.625rem;top:1.8125rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt7PeM5K8fr4Sgy3KGTPxwg17t1X8nqa { display:block; }
 }@media only screen and (max-width: 763px) { #AJPHAkByCwXuE2Mnm1rQ2qJwQcU6kBhg { width:5rem;height:2.625rem;top:1.8125rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCA6VnXSpAmTm8M8FZd0PXeMKKgcg2MT { display:block; }
 }@media only screen and (max-width: 763px) { #AEIJ0qQr5kdePP31S7FMp5kfl5ynylSM { width:10rem;height:2.625rem;top:1.8125rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLSlZTd3gPn40dUVRiubtzcoV6iVf39v { display:block; }
 }@media only screen and (max-width: 763px) { #pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI { display:block; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qahf8k0IsohcWNiLX0EXBfXcmGefvQJT { width:14.375rem;height:3.6875rem;top:39rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlqFh84f9VwkUz5QM5yp1C4045vewaep { display:block; }
 }@media only screen and (max-width: 763px) { #l13lMKSzLEica6rz3kWkwgORWDXCpthe { top:33.4375rem;left:0rem;width:27.1875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTqor0QkCJ0kPBKlaMbMzfHe2a4Piqm1 { top:30.0625rem;left:0rem;width:24.6875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEgx3OLXB0b7DJk2COtRdwU4IUc2zINn { top:33.5rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2x29CvGtP1z47piwepBMRr9TkzP9N2S { top:29.4375rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwlERM8OCkd1ekwLPUgX3DRXuR0lnzER { top:9.25rem;left:0rem;width:47.75rem;height:38.092022613065rem;display:block; }
 }@media only screen and (max-width: 763px) { #TleNDnN6Jwgu1gLNyG5mGUpuxmHOpP88 { top:10.5625rem;left:0rem;width:31.625rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvFotNKTDPrVPz1d9dhHOR6AFLFKcWsQ { width:45.625rem;height:3.25rem;top:3.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WStU8SCy6GZcA8obxT6KoG7oCcpJoroI { width:30.0625rem;height:2.5rem;top:21rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ2dOLnaQSFQLe6tiMtWTuz60MTc0ThM { top:3.0625rem;left:30.3125rem;width:17.4375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy { display:block; }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rV01mNicvp70IoqI4EzolKoHy1TzTgER { width:47.75rem;height:8.4375rem;top:6.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTn9TVcTNP2BZ8AF3XuKisvnritzFWw8 { width:47.75rem;height:;top:2.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqxtm4KJhbHEzQMBIBtRlVbGCOtLwxs3 { width:16.9375rem;height:3.5625rem;top:40.0625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLuXwCx45i1T2m7gmO2dwiLXiHseIziZ { display:block; }
 }@media only screen and (max-width: 763px) { #zpntAO1y8Ni6UOdUE8uqD9CXCCGaiaBD { width:47.75rem;height:5.125rem;top:18.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF4XrLfNm0EJcxbqX9GttzC7x5OstnVv { width:32.8125rem;height:2.3125rem;top:15.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxaPuT7JuXJqwfJ4drQTqStDBDMTkqRB { width:13.625rem;height:6.375rem;top:29.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsMXv56oknooxtSRQbKpcHsSyxWCmABA { width:13.375rem;height:4.75rem;top:29.25rem;left:10.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCCkoOqL0nABRcx3dKDMXysMlitO5tmV { width:14.4375rem;height:4.75rem;top:29.375rem;left:33.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWlPcs4KdxpcGCc0dEKuNwfqJBxWRdDt { top:25.5625rem;left:25.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZo93ONaafvSv8VIHRIGoEzdapxwMRHQ { top:25.5625rem;left:19.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWmwQn4RSPkm5sfeqyrIOkV513Z2odEf { top:25.5625rem;left:43rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZisdXMZ8m5AIoFtGExRTG6aQdWuNpRtT { top:25.4375rem;left:0.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHLDsi8C5ov8kWmxA87JuFdZqTFePvwH { width:12.3125rem;height:4.75rem;top:29.375rem;left:23.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG { display:block; }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQhGDAaIgvJRylruH4RlpZCDFwutfWQy { width:45.625rem;height:;top:2rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgwiAdBgp4bJk8S88aFv21rue42D9UOX { display:block; }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uK0lO60SMi9qvHX9aFVmgt6Vgm9ZFXSn { width:22.125rem;height:8.4375rem;top:7.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4ahbDHpu5PmWulyP3ofzFSyppT73uQU { width:21.5rem;height:8.4375rem;top:7.75rem;left:10.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTauBIBFeEtEUULFOB6l4Dk6AAA1gZ9p { top:2.125rem;left:5.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoqrqVe4QAP8pHJEpAQRNeTxbm2COpmc { top:2.125rem;left:21.75rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOgavgsvvaH1WWtHk9eJsTzzf97ErmAB { width:21.5rem;height:8.4375rem;top:7.875rem;left:26.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZpdEEt09Za2vN30G7pyek55xkmJhdlH { top:2.1875rem;left:37.625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4fAOTGr4toiWpC5VK96iymtAcLSoJLb { display:block; }#a4fAOTGr4toiWpC5VK96iymtAcLSoJLb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #suS5CEt3KWqGbQsNt7DkJ6BHXQvTGD1O { top:1rem;left:37.8125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVK1Nt9TAqlshNHtUPmInpc8DBe5y5cH { top:0.9375rem;left:21.9375rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkH13ccH0sNXaC6m0EFqknvWMkbhe84M { width:22.125rem;height:7rem;top:6.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTsumlPtBe6QhggFNqa15V0pQaRyTPT3 { width:21.5rem;height:7rem;top:6.5625rem;left:10.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVS0qMA6hW5OglSdOyBFnvgMd8lcOKT1 { top:0.9375rem;left:6.0625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOUUel9ebxWA0DXKyp94TgPSMbHmJhv5 { width:21.5rem;height:7rem;top:6.6875rem;left:26.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV { display:block; }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBKG18N81mA17BidOwdptek9qy1BiH8m { width:21.5rem;height:9.8125rem;top:6.8125rem;left:26.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5SUZlio3VolD0aM37svkJs9idu9AAGB { width:21.5rem;height:7rem;top:6.6875rem;left:10.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS4DPtHwz8zp7EetdC5CdcqnL0eHKu5m { top:1.125rem;left:37.8125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtdmB3Pg0XucgJfWkA1QNLF5zlZlQTi5 { top:1.0625rem;left:21.9375rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGGNWtxHOAq9b0WOXW3ATfJC5OVKaIIR { width:22.125rem;height:7rem;top:6.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftSzDs4ZoPewugOma3hsf7pTJHwPW4uU { top:1.0625rem;left:6.0625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA { display:block; }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6imaA5IVui0Av39q57QfeCvHbMkRZ3N { width:12.4375rem;height:3.5625rem;top:1.5625rem;left:17.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8aTJxSZp2BSNtAUbCW07A63mS0Sfd3y { display:block; }
 }@media only screen and (max-width: 763px) { #S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM { display:block; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xisJT6p4MxfDQVZHyoFC1E9NImCDflPJ { top:8.9375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EacbZ6fCpmBXUdnXli32GKT5To3BHEEQ { top:13.75rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5cDFq06IaQ9TUa6lH6EmVgVTFq0L3wG { top:18.3125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #spA8ih6HJqMT2tm85w7VNszL0kz2AXVO { top:9.125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSSAZRJMTXSG8mTdNPlEoZex5opLQTLH { top:13.5625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGzH7nutbG12pW6BSFyhoJwhxrchven1 { top:18.125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sai2k0rfQrV4xydnMAO2JkP9IqDoX2dl { top:23.125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAaw7EV53qTtV6g8xfPBLX10bAL3eSbK { top:22.9375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvQC5a9OCeSRLpfPUM7udl9kzl1PMAQd { top:5.0625rem;left:0rem;width:47.75rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg2ZIHMql28Kyz6boXMcDtXsCTXHXSSy { top:1.4375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ { display:block; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Anofx39WceBphAFR7rsSf40misXC2QES { width:28.25rem;height:2rem;top:1.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq { display:block; }#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FuRovzR5oGeIMry0fT5JDyWaKfc1MHsa { width:17.8125rem;height:3.625rem;top:27.6875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy { display:block; }#UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMAq5SBfhygeA2fJfQoDfTrVUnkLF4hi { top:3.8125rem;left:0rem;width:18.75rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuKIXQl3u78IHkRzLaHu0hTPD08MIUsw { top:3.5rem;left:0rem;width:19.375rem;height:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzzD0o4lTaQ0G2kTLqyms9Wu48NTw0wR { width:16.1875rem;height:1.625rem;top:23.75rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcQ3BAWh8qTN6SFdTNpa7s7zcF6BW8PT { width:14.9375rem;height:3.25rem;top:27.75rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPTAGaXknhckUFkwkhClaPCHnD2aMH5M { width:10.4375rem;height:2.4375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7TxNxG4Pkp3s3P0M9ELL9t6uDkGsvFp { display:block; }
 }@media only screen and (max-width: 763px) { #ZWAh7iaxxMHf0k2pmkxOJRT7KQgxWTco { top:3.625rem;left:14.9375rem;width:19.375rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTneoBe7IkNCKNRmvT81r7GTX7cpOslN { width:17.6875rem;height:1.4375rem;top:25.375rem;left:15.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKO78pDy20i6suyUTRQWTDTkOGGl3D3l { top:4.0625rem;left:15.25rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtcTIVQ6XO0TSkJrdUtVokTRZDPETE7d { width:16.1875rem;height:1.625rem;top:23.5rem;left:16.53125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqKSGJ3mPiHrAiFECzHd5izWSsZNRzof { width:9.8125rem;height:2.4375rem;top:2.5rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Woh3QuRsZMTRDKdE5gOaR9GqL5UmJye0 { display:block; }
 }@media only screen and (max-width: 763px) { #hOMxsmyVd8hlen2GCtXQ5RT6EcHORJXw { top:85.4375rem;left:0rem;width:19.375rem;height:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOUSfwD71ZK7NpDLCiBxxXQHnqpwwrrx { width:17rem;height:3.625rem;top:115.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgM9FHVmE8AEg3eW43iWXuppD2C5TufU { width:14.8125rem;height:1.625rem;top:109.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2MM0oB5efzeXh5DiUIshpX8iG1vuspT { width:16.1875rem;height:1.625rem;top:104.9375rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug2ooNGprERQN2TmJGNw6s6DEJFxsxbX { top:85.875rem;left:0rem;width:18.6875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzbEPyL73JT2UuOVznpAIr58CCOmTRuE { width:9.8125rem;height:2.4375rem;top:84rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQb1nMHgJE3024m2QQVZnguJAWdea19x { display:block; }
 }@media only screen and (max-width: 763px) { #FvnrPNB31FbH6ZIiw86TcCMhEmrovETK { top:139.5rem;left:0rem;width:47.75rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcz8r97PAhSFNaNmmTTDsaUpS9b5yUTD { top:45.125rem;left:0rem;width:19.375rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUVLRxt4JzUG3oTEQ9cKRhzTNhCImKtE { width:14.9375rem;height:1.625rem;top:69.3125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb9cVRiemrUlmuJ3SEiAX4gmU4MbohO4 { top:45.5625rem;left:0rem;width:18.75rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ1GKqCUSqddPNZI9htU3k1W3BmUQypu { width:16.1875rem;height:1.625rem;top:64.75rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5oEGbQq7ocR7mHqxP7BJqk1IxhlKxZM { width:9.8125rem;height:2.4375rem;top:44.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdnnUsOSsTUh1y8N8qC4vE3fNTzmxntq { display:block; }
 }@media only screen and (max-width: 763px) { #bahpQkyKR8bap7k6zKXVMu7VfetN2oIr { top:75.1875rem;left:0.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gezRRKZdDULMC84JKzfNeZ7FmyX97lK5 { top:45.125rem;left:15.125rem;width:19.375rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBgVL5QlSZNoWkPTg9t2xFxqGO8rKOVG { width:14.9375rem;height:1.625rem;top:69.3125rem;left:17.15625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu6VpTKqGIT31wMEO1eHEttrx7G6UpHT { width:16.1875rem;height:1.625rem;top:64.75rem;left:16.53125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcBHzGLrzBqnLTyosNT3T441bnoZTV02 { top:45.5625rem;left:15.4375rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw4AbXaHeQV5f7a61o4MQQaqLwieVfWa { width:9.8125rem;height:2.4375rem;top:44.625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af7QV59keHd28TMn9N1k3TeHqHPksWPI { display:block; }
 }@media only screen and (max-width: 763px) { #ZOMQeNkpiTJHxCLrovioOFhTIkTcvZVJ { top:45.125rem;left:28.375rem;width:19.375rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgWcwc5HMqnRTUcEf9ONC8Q16aVBdQTO { width:14.9375rem;height:1.625rem;top:69.3125rem;left:32.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnOhkoLfbr3h4IRAJ8CD7vRgbArrwdJG { width:16.1875rem;height:1.625rem;top:64.75rem;left:31.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJsFE5mpxdDhkURXi6mMHPixvTSTkwUC { top:45.5625rem;left:29rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkW0urrtJMeclJJ1P2DEEB0i8D8Qi4T7 { width:9.8125rem;height:2.4375rem;top:44.1875rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTdptowvQ1xprFOMK18L2KAh0Wn4JGde { display:block; }
 }@media only screen and (max-width: 763px) { #gpEc4nmpUCiWrxTw6QNEnhoZEwQKP6iW { width:17.0625rem;height:6.125rem;top:74.375rem;left:16.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeWW9b3R5pLosQyP4qxWQd6haFnSemQz { width:17rem;height:4.875rem;top:34.3125rem;left:16.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgkEuV3V8qkbt4n3Z9GikI0zoihIHVE4 { width:17rem;height:2.4375rem;top:34.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r15lwcN2utgiKy6K1c4gUUfPKvPcIOcM { width:17rem;height:;top:74rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hv6UCTTZz2k97hUUQAgKSLaltn3qUK1S { width:17rem;height:1.1875rem;top:74.375rem;left:30.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrqfNMkFuK2G5X1AC7X27o42mBf0qvt8 { top:124.4375rem;left:0rem;width:47.75rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5bCkc3Jm5tuccUSduV4tqIcFqPaTIl8 { width:16.1875rem;height:1.75rem;top:125.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKib6LFVw4o10v4vg8E1ry2kKSC2H7EH { width:47.75rem;height:5.0625rem;top:129.375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snebLih1b0O8oMeukQh8592NBR8SebE4 { width:17.6875rem;height:3.25rem;top:27.75rem;left:15.78125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpQ7S5UEaPdgntdMIeeHGkDLXI1WaQOe { width:17.6875rem;height:1.4375rem;top:25.375rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZNEZs20viXABWaqiIRRVppHweCdPogz { width:17.6875rem;height:1.25rem;top:106.8125rem;left:0rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRcisPvVdeNwk1tPtqQx6GTt3vJK7LDH { width:9.8125rem;height:1.5625rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCTToEXhegF9tRxuSNxHd9dOWH5o5rTS { display:block; }
 }@media only screen and (max-width: 763px) { #KNLL0CTUW67CGiuZbEWLMBIbsMFPVQ3T { width:9.8125rem;height:1.5625rem;top:31.875rem;left:19.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL3ewNaIKcXu6gTsucZfbEilaWGDKXEO { display:block; }
 }@media only screen and (max-width: 763px) { #XLqqWnF51TGgOpfVcSfordmXlMa28spv { width:9.8125rem;height:1.5625rem;top:113.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKTERef9KA1nidat0MVWShmO9SurWA4m { display:block; }
 }@media only screen and (max-width: 763px) { #xqzqTDfaZcFvqUMQRzmtqgVkcAX1JLkG { width:9.8125rem;height:1.5625rem;top:71.625rem;left:19.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZzff9Tl08DPLM832VTShBmEyHmJOVyb { display:block; }
 }@media only screen and (max-width: 763px) { #B8K0zlp0y3J6mf8m4wfFS8fK6cgBQz1T { width:9.8125rem;height:1.5625rem;top:71.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae8XPB3qkngGu9UA11sI0EC7tBSCKUQ7 { display:block; }
 }@media only screen and (max-width: 763px) { #eTrWyCGT63tzZbrf88aEIF4MD6XMuppD { width:9.8125rem;height:1.5625rem;top:71.625rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwDndRfEhR1XiTvpcyaxdcA0kvKORy2I { display:block; }
 }@media only screen and (max-width: 763px) { #H0TzBXqd6nibtO94Jvg8dGAc98x0ZqeJ { width:17.6875rem;height:1.4375rem;top:67.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmrL30754gugrJAZ8lQx22zETnngFOX7 { width:17.6875rem;height:1.4375rem;top:67.25rem;left:15.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #acuXBQKRrCT5wNGD4TPM4bBsHVhLrlMo { width:17.6875rem;height:1.4375rem;top:67.25rem;left:30.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3OVKh00udAEeplGKb5LfzyTwuPOc9XP { width:17.6875rem;height:1.4375rem;top:67.25rem;left:30.0625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRA3VubTbk4Cyc7WMF7AqM1VSiFsV6G5 { top:3.625rem;left:28.375rem;width:19.375rem;height:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VghH6lTQMIaOzC5vylKA3omP8tJRqtIz { width:17rem;height:3.625rem;top:34.3125rem;left:30.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbCDl5EynCf7WXEWKcUFPfG7I4SFEn71 { width:9.8125rem;height:1.5625rem;top:31.9375rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBx5mwZ0VFl63VxRqC7QIqeN3x6HdtTg { display:block; }
 }@media only screen and (max-width: 763px) { #Wr4akNDK9Ql8hVQMidon6isitH0AR1Jg { width:14.8125rem;height:1.625rem;top:27.8125rem;left:32.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8WwFzQkvLJGDRcTo6Oi0ooXwa1PAcak { width:16.1875rem;height:1.625rem;top:23.5rem;left:31.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QndbT8N40mpr8eK6WIeNsu1MaTKsqWta { width:17.6875rem;height:1.25rem;top:25.375rem;left:30.0625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q29iawGrlFuzVxpqXfTCZkrC82TC5IFA { width:9.8125rem;height:2.4375rem;top:2.5625rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkmBa45WpRkScPbr3OMKSwTXLgXEp2Bs { display:block; }
 }@media only screen and (max-width: 763px) { #Mm6W7p6UGFenhBQmamuBFyvDBVg5fG3q { top:4rem;left:29rem;width:18.6875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ess3FmrgbwBE6DSXDX0rr3RzuGv9vrN6 { display:block; }#ess3FmrgbwBE6DSXDX0rr3RzuGv9vrN6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wSLLwxone8ldy2JZZW0fmCxgQf0oKiWZ { width:17.8125rem;height:3.625rem;top:27.6875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWxmnszep2p46cHK0T4pkf5SPyGGnfus { top:0.3125rem;left:9.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAP5a5dAg9VyykkNsVFCquw1FTS67CC9 { display:block; }#qAP5a5dAg9VyykkNsVFCquw1FTS67CC9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MT9c2HSnLmKttczVtLruDxPhN68LzzlM { top:1.125rem;left:0rem;width:47.75rem;height:55.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS1uAaCGyqc865tZywlevUXShl9rRNQk { width:47.75rem;height:2rem;top:2.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsu2M9ezLE08pzc4Ezn4PfCDpIS3I1MU { width:47.75rem;height:7rem;top:6.5rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq1TBeVkTnt7oHZQNvfedfUa2Bd4ielh { width:47.75rem;height:1.1875rem;top:24.125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGMHM4cuQE0ounE23lLmLaUIw5nMZdDF { width:47.75rem;height:2.8125rem;top:26.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXW47eQE2cebIG8UCO1wtiFA77VC6h7m { width:47.75rem;height:2.8125rem;top:30.1875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWpqNBJtdGG3IiRhwlwPeRNUoHDMbUqF { width:47.75rem;height:1.375rem;top:34.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGvOx9zd3phtLHXPrrAvZVVgITCvvPky { width:47.75rem;height:5.625rem;top:36.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVbIOkAShvk2DEMdCD7OirkMCrMwrmwG { top:30.5rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUq0IqSZbJapL4MfMwaT1vTvZDbiZO2C { top:45.0625rem;left:0rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMTyQgBUgiTe84iqkJtxpvmUa2ikD3vZ { width:5.0625rem;height:1.1875rem;top:44.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA03ZVhTfS5F49hdrs3evHDSMAqDMqQ1 { width:9.375rem;height:1.1875rem;top:53.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSdHTTmcP7Vh3Jw2knpX7cDaCmNLKVI4 { width:47.75rem;height:7rem;top:14.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkS18kMCcEotEpazS491iddsMry5idfP { top:26.9375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEzIad2834EbHi36vRwI47w0yrxBK8Ff { top:33.9375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTwiDyo97Jhi3AG4kTqCfhEhmC9k6Ro3 { top:36.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHdyqpWcsBidbZB601zeo6nLWCkQdcIN { width:10.1875rem;height:1.1875rem;top:44.4375rem;left:7.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l23BV5SlQQkkaTlvi4GILs5zuXMSQcX7 { top:45.125rem;left:16.125rem;width:8.125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4OeZEvPnf6Ua6z6OqPtOh3vtcxHhfww { width:12.6875rem;height:1.1875rem;top:53.75rem;left:13.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkAeHOLG2yyo29akNLULBp7DR1K48aCe { top:45.125rem;left:28.812501907349rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln0GWXHUkaAnmVcpRosg08A6HelTAwNt { width:12.6875rem;height:1.1875rem;top:53.75rem;left:26.531251907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnk9yPrTDz9qxF3IV6yOwspaHOyT4kh8 { width:12.6875rem;height:1.1875rem;top:53.75rem;left:35.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqldsCtrHBDvMmOHb9Vamh3cLyhZaTCF { top:45.125rem;left:39.9375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rexyIyuDSQhKTn847pdOZETqJW24MX7O { display:block; }#rexyIyuDSQhKTn847pdOZETqJW24MX7O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ygUwtdIgKScMuOOd5szCtGfh0Wl03yCT { display:block; }#ygUwtdIgKScMuOOd5szCtGfh0Wl03yCT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v1bMQ5IhxST0bWgAxEP5ynWyFqfWcOLr { top:1.125rem;left:0rem;width:47.75rem;height:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfpGUFOgS4Ka268Hae6E8qOcSXDqAf4i { width:47.75rem;height:2rem;top:2.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iko374xIUWvHNiXCOsnLRbDPqn9b5KSX { width:47.75rem;height:6.0625rem;top:6.5rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u412SdMQJ9bHTnaAL9vPBvy2w49Te6wR { top:15.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWiF5vahty9uV1M6T7kLordeECoGORqn { width:47.75rem;height:1.1875rem;top:13.4375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbFg4p0NBXogmCPPNm49rsl7JEAkspAB { width:47.75rem;height:1.1875rem;top:15.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABvWeneUewTgfakMoIxkTu9mNlzfcr9b { width:47.75rem;height:1.1875rem;top:18.4375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoiMFOqqwKetDb5NdIRFEQi7MTVKSmF2 { width:47.75rem;height:1.1875rem;top:21.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqTBSJlmZzNO5T2S8tghQbRsxfc8huvu { width:47.75rem;height:1.1875rem;top:23.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovTB3g9RHsyfreChWuCC9UeW9Dxkl27H { top:18.3125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4nizFUTUyW35OZCNnIpoNH3eZJsaPHv { top:21.125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrDRMWF85Jq34OcQFl2Ik0TSXNSy3tAA { top:23.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #apM7hXaIWRp3E1UsF7iq6nvWxttWMACA { top:29.4375rem;left:16.03125rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcPJS3x1IOEHRSM7JQOP0fCN8pC8ZGwl { top:29.4375rem;left:26.5rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc4muEzNlukG0wuqOLekMgsZRZRtSAOr { top:29.4375rem;left:37.25rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsVDIXPdikxr3hW9grDuJPpw2OacXId2 { top:29.4375rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpxOaLpDK5WTv2mZF4nwSwE8MzGgEv3v { width:5.0625rem;height:1.1875rem;top:27.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7rS0oul8aPcfx5qLd0mTycXZ6MoeNOr { width:10.1875rem;height:1.1875rem;top:27.6875rem;left:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqpcG5F4pwk8v91rE09v6BNvR31Pvlsw { width:9.375rem;height:1.1875rem;top:37.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX8pKwpaaxI5F1ksFIysAhT36srv0CK8 { width:6.8125rem;height:1.1875rem;top:37.875rem;left:16.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR1NCT6e91Rw54hVur2AeT6Q3eVHyFaw { width:10.4375rem;height:1.1875rem;top:37.875rem;left:25.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4cNqbF9qFdrryUzFVusPIccdDIMMoJt { width:7.625rem;height:1.1875rem;top:37.875rem;left:37.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxMrboaGApnPGAFHdnPC4wpGTZaXT3gA { top:29.4375rem;left:40.25rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRDUztqEqkTJzrxLkRUo1JWyMiR8wZRq { width:7.625rem;height:1.1875rem;top:37.875rem;left:40.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 { display:block; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tJ2QrNUHLaZ35yGpuhra52rcZQpTW2xv { width:28.25rem;height:2.4375rem;top:1.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe { display:block; }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZKxuqqSBiDKU9GxWNcdRG5IpEiaEsVg { top:2.8125rem;left:0rem;width:5.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUWQple0BJIpmqmDvwgWZrh6dDTqNtiJ { top:10.1875rem;left:0rem;width:27.9375rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBx42p820oBtavuRiO6phBID4IV3mfxo { top:2.75rem;left:16.687501907349rem;width:14.375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPr80Gw4GOCT1TpEObAshMH2Rf8ml569 { top:8.9375rem;left:0rem;width:5.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebviW61CW0uheE6FLt3VZC2cgwuL0WT9 { top:8.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8tXvF5UUlxwgRncHASIwHuwTeTkZXqZ { top:12.1875rem;left:0rem;width:5.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq2DzsxUebdOFUztOZ6rQTsFmeeKpqIq { top:12.1875rem;left:0rem;width:40.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrbMi800aU7GbqAFJivwKeFG7U2T2MKy { top:15.625rem;left:0rem;width:6.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPxTVaCb5e4UyUmMFOg6GT3VoesKSbxN { top:16.9375rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmPBPTgZtIqqkT1uUKCg8Bt5166cWoKi { top:15.6875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI3W9s57pV0QLTTrtRqwIdNn2I3UIw23 { top:20.5625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq0SpKapuEKXtmd8Q2a1qUe4LRFFJQmC { top:19.25rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSSKumRuyT6OoM3dNWPmLfGAeP0VVrxn { top:19.3125rem;left:0rem;width:6.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex1xA3SGQyB2hz3CwKr0csv6WBXXTO0C { top:29.125rem;left:0rem;width:47.75rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8pWqHWV7Wp11EgAZ7tRTX2t2bZTtZ7O { top:29.25rem;left:0rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okzD4To7QaSfT9Xe1ow3HbAIbxTgZbrk { top:29.1875rem;left:16.96875rem;width:14.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGsWTerv50sBTtpdlSyLEP23XdAPmZRx { top:2.6875rem;left:0rem;width:47.75rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #po7zpLNAyhotpKqSEAhOq2qiCnMPcTbZ { top:32.0625rem;left:0rem;width:6.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip0EToB2HeU2SL6o7Z5TWgpG19RMHnDf { top:32.0625rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9gnyLJ2chMDhp2MTdk861WrHfA3fFv5 { top:33.375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKr64DNAZ4X60n9qTv7eNNIIJDIExlT4 { top:36rem;left:0rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFDeb91qXGbJ8AGCXvmalTHyIuPvDVDF { top:37.3125rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgFt5gBQ1rWDJt5bFC0PSABDlyBCJgoa { top:36rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyRTvfxSVUgfuOW8bRR2VTNUWVpFATMJ { top:41.1875rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENLZTnorye5lvzngg5eVV03aXNZzEJ78 { top:39.875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW3Z1y4BD9aVWi5yqkcv4Bclh11782zU { top:39.875rem;left:0rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6T6wlrbsierLW9Iztn0BxEoy4oGkAGP { top:43.6875rem;left:0rem;width:6.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2HAOn9QZzroNXbPoGrGQ4PtgJVZsKw3 { top:53.625rem;left:0rem;width:44.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHTNaT8JeuuA5xJTcX9ZxcJ4TlNStkbH { top:52.3125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZNRrHf8O9HcwhGELbPmilLV2wClrPai { top:45rem;left:0rem;width:36.1875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCJODJzqoaySfGnmnkrXRd3FUaFlVibl { top:48.25rem;left:0rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fytoWc1DrfsRC2PTrs7bngSTRF5P0lH2 { top:43.6875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm7fESAdXPBsTVocRpWF9fMR86ZEz7bo { top:57.625rem;left:0rem;width:47.75rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKbkUqZiepz30U36KWvIGgz2mP6Ek9J9 { top:57.75rem;left:0rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIrFM7NXve8MOUe4NmzsZl3t0iC7zQ93 { top:52.3125rem;left:0rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZGNBUmHxT72R7nvPr0vsO3OApsf5x9G { top:48.25rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX3y4ducLpRrC2TEtNTCTGzaOP0bTTIW { top:61.1875rem;left:0rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWKUK6Uwb3D1Kt9Abgw07geMGlkOucqf { top:61.1875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg52dSTfT33rDoW7ZwKGtlLUUJySUIPO { top:64.5625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrkaWee07TfzAwhUnQBEzTsr2OeXDR0Q { top:64.5625rem;left:0rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag6vw9pO3NyKV3nXWopuXEIPDdudoB5t { top:74.25rem;left:0rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJd7V2ScFddqkSNHnIsVGdTTsJQQ3tD2 { top:74.25rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Afkixwwq8Sx9DNGL75OoQaiBzEkulu9c { top:75.5625rem;left:0rem;width:43.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbPT6lTIDLvwU9hBlifUFkNNDULlHEGO { top:78.875rem;left:0rem;width:47.75rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqDEBrRvIQT2Lyo3FETxGcXKFyFKIqcI { top:79rem;left:13.9375rem;width:19.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgIDozvroHW7TQzDOtrZKkgKcFVZ3ROh { top:5.125rem;left:0rem;width:5.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfGWMpxZzmiabimn2b7fUGd7WDDbLxuy { top:5.1875rem;left:0rem;width:36.75rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylrMZCA4QG8A1r8OTrkV9nMeryFTePyA { top:6.4375rem;left:0rem;width:22.125rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwhRxQe0NlJZeFJkgFrWbqeFUWxK6mXN { top:13.4375rem;left:0rem;width:31.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN51t60JTW6fxp8lTokKko1eg0wLJ9eE { top:49.5625rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EieRA2v5xNSqXiIa03yIvT80WfKHgdUi { top:71.3125rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwaBO03r2nwCTa1XiyDJLMXRvRLJ0wip { top:70rem;left:0rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoerdP6PInpFXcC4CyhKNOL3RMa6DQRR { top:70rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNmoXGSNo8ZgZrd1gdLhLLvBFpMBRTKH { top:65.875rem;left:0rem;width:33rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuVeqHD9t6kWOQTNTbGvZlTsqJeDXTiN { top:67.4375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEvDnIL9rnX50FRMFJDeoGtmmiOwX1oF { top:23.0625rem;left:0rem;width:6.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGNf7g7IgIhzBtLuRIHmwEguEqNSW5rp { top:23.0625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOIv1B6vW6ar06ZDGpbkQXqlwyom6XTx { top:25.5625rem;left:0rem;width:30.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTVipEoqdxRTLuVuIJ0AzaZw7zQJgFTh { top:57.75rem;left:16.5rem;width:14.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOZoaML01wTkZQXgsRHrnXAH41iGubwh { top:79rem;left:0rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #brnk9BdZEQZEVDtcSXs89T9XOukW2R4Q { top:62.4375rem;left:0rem;width:43.4375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzTaWFSNys99fx5w12HTLWL42mcpcHCu { display:block; }#KzTaWFSNys99fx5w12HTLWL42mcpcHCu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2tsfAOEMhuxKm6cvHc8acW0VmQCOfCO { top:1.875rem;left:0rem;width:47.75rem;height:71.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #amUkbTNoD2ge2XIAin6dwALPwk6QTM1p { display:block; }#amUkbTNoD2ge2XIAin6dwALPwk6QTM1p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWMeMqPcJZCKntd684HbsZko9yS4WJvw { display:block; }#OWMeMqPcJZCKntd684HbsZko9yS4WJvw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFIK82u2Uau75FUZZCzTqgM14wqLoHVV { top:4.75rem;left:19.4375rem;width:28.3125rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIXyT242xZCcJIP0tMyRDbuEaD6Ezvf1 { top:6.5625rem;left:0rem;width:33.8125rem;height:19.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKp5qKwnCyE0ZeRsp2f5sdIfAALEmdRZ { width:28.25rem;height:2rem;top:2.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGtx9JEdHEQeA6n7wZsbB2ZPGZQ7gHKB { width:10.875rem;height:2.625rem;top:5.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLI2GGLGB8nd1F2MdFVTRk3eepmOZXLk { display:block; }
 }@media only screen and (max-width: 763px) { #QunO335payIdfBKdDZihhQ4yk0MZfv7P { display:block; }#QunO335payIdfBKdDZihhQ4yk0MZfv7P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BD2RLuCx8wOgAL9zxfhV8lqF75JKT1zM { top:10.6875rem;left:0rem;width:47.75rem;height:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD2nPCpcmWhgCoo5BzuJqxcVJpdbTVib { width:28.25rem;height:2.3125rem;top:1.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi5EnzF8gpGvdEa5o5pDfeZapf5EMFI4 { top:6.25rem;left:0rem;width:47.75rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ln6m4rh1L1KGVokUqzfkbug3yDJKgQOk { display:block; }#Ln6m4rh1L1KGVokUqzfkbug3yDJKgQOk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuIwRTdbtQKsTmEq7kwou9ABkCpswZ4M { top:6rem;left:13.9375rem;width:33.8125rem;height:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLX2cp5p1O2bgrCAR6gcp9wxlJo2yNXP { width:28.25rem;height:2.3125rem;top:2.1875rem;left:19.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylplGFQp3mustXQnI2Tx2mhwELwToJzy { top:0.5625rem;left:0rem;width:33.75rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlBgJ1u1XnSqMFDBTUZOCdMXoQ3miHCN { display:block; }#tlBgJ1u1XnSqMFDBTUZOCdMXoQ3miHCN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qofTLVAJmRRpVdMX279lENFKRXSbLpkl { display:block; }#qofTLVAJmRRpVdMX279lENFKRXSbLpkl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKwI32nXWRlX4VUx8F1vVViawURB8O6J { width:18.1875rem;height:2rem;top:1.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0ROQ8VU0m6dG3hsDkkQV7B0fHCJu49i { display:block; }#N0ROQ8VU0m6dG3hsDkkQV7B0fHCJu49i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3JvaL5SRir6zZNPAvpLsOqGp4TEAvUb { width:14.8125rem;height:1.6875rem;top:7.875rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpZZCipQ7a2q927QcQxbeGgZTsqGHwu1 { width:14.0625rem;height:3rem;top:11.5625rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3rocziGS7daxZhPTzFBoGUWpzvAAnKa { width:15.9375rem;height:1.6875rem;top:12.25rem;left:26.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0y58oZGCKTRfJhshGGwNcLp2tMSzh1a { width:23.875rem;height:1rem;top:14.5625rem;left:23.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S86O2JHQBfaAtN1J7xytVd7xL181XMWO { width:25.3125rem;height:17.0625rem;top:23.9375rem;left:0rem;font-size:0.6875rem;display:block; }#S86O2JHQBfaAtN1J7xytVd7xL181XMWO li:before{  }
 }@media only screen and (max-width: 763px) { #f3TdmTow3k1FwSq27Paqg6si1WcMdPTc { width:23.5rem;height:1.125rem;top:10.4375rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxN2A3nvmbVdnzFD1uk7q1tiO1UPm869 { width:14.0625rem;height:1.375rem;top:15.9375rem;left:2.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HANxayb0uTp4zJtEweURCT91pcrly7pm { width:19.75rem;height:1rem;top:18.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwhyKM2ZdZbLmPapETzhiG4Aw4XAP3qS { top:3.3125rem;left:0rem;width:30.8125rem;height:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC633OqqKNAOBxT4oPLPQXZzJGnRc6PJ { top:1rem;left:0rem;width:7.375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMIDD7WRKyNg61QSyu7NmUs9Ec5k1UOz { top:0rem;left:0rem;width:6.875rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVGUEOlaKQXFxQqL3ztrygofxH9fFmit { top:3.375rem;left:16.9375rem;width:30.8125rem;height:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQBAPzKRrX6qBB7UMGSuJ5NCUtB8O2D7 { width:25.3125rem;height:17.0625rem;top:18.0625rem;left:22.4375rem;font-size:0.6875rem;display:block; }#DQBAPzKRrX6qBB7UMGSuJ5NCUtB8O2D7 li:before{  }
 }@media only screen and (max-width: 763px) { #wPi4IbxHSt26wEwEPtfytiNsWS9qVcua { width:14.8125rem;height:1.6875rem;top:7.875rem;left:26.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSVTb8XGBSbSHZJIfpDXmTbLeDWkWQuv { top:0rem;left:23.875rem;width:6.875rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1nTTZXVn25FL6vT78JWbtCy4TUEmrgN { top:1rem;left:23.875rem;width:7.375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OP0aAUlJg2Gvu5HoL1DlMdIeUFdmCkoe { width:27.1875rem;height:1.6875rem;top:40.25rem;left:20.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVu5RkT2At7Ehp21PGiShGElWQnQ1S5N { width:28.375rem;height:3rem;top:20.0625rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgvWZeom3zsEVg76lafzVWVH7GoVPtnd { width:13.625rem;height:2.875rem;top:43rem;left:28.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ5AH664BkJ2ELPGX6MOx4T9M4NDzLdx { display:block; }
 }@media only screen and (max-width: 763px) { #QsvL61gKdQ6HXVUnOMtUaaHQTu3DK2AQ { width:13.625rem;height:2.875rem;top:36.125rem;left:27.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTLWiby0s059DnI1J18AJiBDbiT8rmTh { display:block; }
 }@media only screen and (max-width: 763px) { #zERi9A1VfuQtLODVUSv4bLSCogcx6tLn { width:13.625rem;height:3.8125rem;top:42.5625rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTcVXuxTqWziwc8aqEuiJ1gGxg179IQX { display:block; }
 }@media only screen and (max-width: 763px) { #pQIWJPJsdfak4UtobuiPom12n9D98TIu { display:block; }#pQIWJPJsdfak4UtobuiPom12n9D98TIu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLwBD67WAegFo5BQWU4XDw1NvCQWlu8r { display:block; }#pLwBD67WAegFo5BQWU4XDw1NvCQWlu8r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szx8I0svrHOOKkmKBF9yq7zK7vOs1t92 { display:block; }#szx8I0svrHOOKkmKBF9yq7zK7vOs1t92 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxZ5nGZXbBVu81qvTcNWuaJ3ZysCzIHt { top:3.9375rem;left:2.625rem;width:12.5rem;height:1.25rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o8cT2TKK5XuyT5AqK2CzyqhfGhkQzME3 { top:11.9375rem;left:4.125rem;width:39.375rem;height:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QSylsJGgyhrRa5Wyk5wDJtlPSJvyOt2N { top:1.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUBDsM0pkSnRkVxUL1TzvTLh07qn5R3a { top:7.75rem;left:0rem;width:28.125rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-regular-label { width:28rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-input-text { width:28rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-input-text {padding-top: 0; padding-bottom: 0;}#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-textarea { width:28rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-input-select { width:28rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-input-select {padding-top: 0; padding-bottom: 0;}#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-input-button { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.25rem; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-checkbox-label { width:27.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr  { width:28rem;height:auto;top:5.4375rem;left:17.25rem; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .radio-container { width:28rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr {display:block;}#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr { width:28rem;height:auto;top:5.4375rem;left:17.25rem; }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #M5m5sf4urrffnuI57XiJ8eGeOiKWTMfb {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #CIMsEXO6bzchOd9oE55NV0EBTCk2vs9w {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #CMfvH7Ll4kxChe91btWSAzJwcRzONJxg {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #iac4RAZs6zcUHcPGwecGSMrpLPKC8C9Z {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #se5NH74E1CV5LM75enwXPqM4RJR13W8R {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #dVTASEaKAeXTNMepeUCFmq3NHgc0oFt4 {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #JeUxZLO8Tqe5uTosf21yxp9KzXgTOxJv {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #WEFVxo1oNbaSBa6usXmpwAHgv0R1JVwN {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #C7t7MTAcCoDiloNw86vSbA3ylf8Fp7xw {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #KNfoQVOmCIE4puVwn9XRJzzeFe6VUPLN {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #XhyZ8aO8LyGTMUL08EbfmXU9vfcdIOTI { display:none; }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #GuAEpa3XUhXfDKZ3AoX7lrQAAX5Jo0i9 {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #VwGLE6aS9WMBFPxnVKPLNmQMsRySJt1b {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #Q5GowWLabKBwq1Gm91Afetk5vuvbtMoM { display:none; }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #ITda1Xafa3b7QpZqp0H6135HVbePCAC0 {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #mGOafiDdyJl38h4IBQIperud59VPDuRO {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #JFkdxehTH3X8TMJBvaydkpCnEXiTTKPo {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #VglzOuAUo56cugPvSyIW19ReBVvVnKTc {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #tpaOlOmgzLo5ypWbCi0bJg52NQS267ff {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #FLArpgqzznQZ8IkITbB2HZ4QR9LmUBAg {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #ocXDnPCotlvcwkVS8r135hDMTITqmFcO {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #rFMzo4HFC7Tyc2Dco58dTcuHkHkB0UBH {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #lktUnovJOFbuA9SLKSAkweHilcFJbdST {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #oWCMHaVcnIbEBtVnyWxduxBtcuOk85Gp {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #T3189mScoMq8yoIJITtXpwCpxc1FQ5Zt {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #CZyzbQ5TkqFzuiRZEQ6M8aF6w6hkIDcn {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #VJpomSsG4Rrw8LQsouHbIdXP8TCrQiDl {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #cadnxxU0snOFJiT1v2BB3FCGlycpcgH6 {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #gF7LVEl0tazeAb0q5Fy6yaO5OzgacDtE {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #RxVdEqmxcEC6xByIefmqavAkPT1PzaQM {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #xGGuorGXR4grAPiiTnyeSReigRrUZqdC {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #UmxrsK1TQGpLdouARJPA4ACTZQQHr2kk {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #g0nT1ENP2nuoEXKZWDolkBkcgfs0zAkV {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #o850QmCcwOPkMWNfCEQttM4QLkS0la6G {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #Spb1ZgpW1zMgLBRaNsx0f41uJmAxL5Qh {  }
 }@media only screen and (max-width: 763px) { #GxhOkbXcDVEyMdUba8W7ZzhtWUGdLG8w { width:22.125rem;height:5.0625rem;top:41.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSr2vQRcN8WtLxmcyziFMeiF09kZl5fM { top:41.5rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEn8tiCrMdiJoWrkWEyKprKFcqGf6ex5 { width:22.6875rem;height:8.875rem;top:29.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmIFBw5Tqhzccps0QwmqtmwPza2yqCQD { top:30.3125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoNKowy7uhWgmapEVCBmWW5n6bJzFIbc { top:15.0625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfoR6CXNx5zU9gWw8TpfylGsPT70FqlA { width:26.125rem;height:3rem;top:9.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMA8uEESevL8l5TT4Vf9hEIuy6y4p1GT { width:22.375rem;height:2.5rem;top:14.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdOo0zGhu9c9plLS5FzlFL1XI7oyTcvT { width:22.125rem;height:6.3125rem;top:20.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPxoaqfJ3gEx2BQrrpAdpH6lMsABe1sl { top:20.25rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLJRkrldAGviVCuw435bbfs9vme9aWn5 { display:block; }#nLJRkrldAGviVCuw435bbfs9vme9aWn5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NkV4Mv9a055ULVg0ZUqGLGpRvTsbNMId { display:block; }#NkV4Mv9a055ULVg0ZUqGLGpRvTsbNMId > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDLgpUmuTeoFe8nFiegUJSimZBPbeRyB { top:5.75rem;left:7.4375rem;width:32.625rem;height:24.266256711486rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnsBt0LiO397KELgPCSoe5LRrM5TxRye { width:47.75rem;height:2.25rem;top:1.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zItuMBTJ60eD2kJTKkA0sTDVGNKIEWMb { top:32.0625rem;left:6.0625rem;width:35.625rem;height:3.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1cKhABDf8GrbxsIFR3ppHLRguh81pIE { width:13rem;height:1.6875rem;top:36.75rem;left:17.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFu7azcceuGNnPaZO0tgTHuFTIWDr7OT { display:block; }
 }@media only screen and (max-width: 763px) { #XuH0omxtGh6MMhkp3xmK4HullT0JKpAn { top:4.875rem;left:6.1875rem;width:35.125rem;height:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWGkSS99exdiV4bQC0GA9TT6S9GNIEki { display:block; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A47t4n79nI7paBMeE3dsifEePEXMeocq { width:28.25rem;height:2.4375rem;top:1.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa { display:block; }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZPKXCweIFAgdgVn9TNymyNl6yLVNuCK { width:18.9375rem;height:12.8125rem;top:2.875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyITBoLMpd1sAsfp6t31rysx9eBSVkKo { top:5.5rem;left:2.125rem;width:21.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD510hmcto8U7RikTE1vwCXbApcbIKaU { width:24.75rem;height:12.875rem;top:2.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ledECb0yEobAL4Kg786eeTL5O3brMSyh { display:block; }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBOuXdnF6BNENEy3lgMXF1Ju4B59W86D { width:36.5625rem;height:2.4375rem;top:1.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrUaNLArmxTGtCE9wMfuLTTBLo2vqGfC { display:block; }#QrUaNLArmxTGtCE9wMfuLTTBLo2vqGfC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxoKOBmVyGfeUfKtgCQDMTGdDawHLiBC { width:19rem;height:12.875rem;top:2.875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM3tW8eNDuo4OIxCuiE1FcadPLR5eGZP { width:19rem;height:12.875rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEG5GHs3qqdtxZasuGrd5LKyK0scB5ZP { width:19rem;height:12.875rem;top:2.875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ8l4yQX9GkgPcdIRZm5LPTdbMmeu42N { top:3.25rem;left:0.03125rem;width:15.8125rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyThDPElzPeG2yAPfJWhLF1TVTecicvM { top:4.6875rem;left:13.3125rem;width:18.4375rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz55FyPBHx5Sk9nrEBCWIcS0MTUP2f3O { display:block; }#kz55FyPBHx5Sk9nrEBCWIcS0MTUP2f3O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dt4LMg3XmqwMExTseMtyNB1aGZym3sC0 { width:36.5625rem;height:4.875rem;top:1.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeP8hpcruE0fQQInefJJFP7XFAWFb5iO { display:block; }#xeP8hpcruE0fQQInefJJFP7XFAWFb5iO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xVc1CIDr2nrKN0AAsuGx37xintD9JAtf { width:22.625rem;height:2.4375rem;top:1.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaMsu52HscZ7ZEnPPqHbHHyddPPGxpRo { display:block; }#uaMsu52HscZ7ZEnPPqHbHHyddPPGxpRo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXnhLKfJFz35dD7I17LiRs6BTT9rk55y { width:19rem;height:12.875rem;top:2.875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUEhI3yi9sO4oGsWsJws34Wp8H9KFt2L { width:19rem;height:12.875rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxfNxOIHXJhXQugLKDu7Sa0RiEciKLSJ { width:19rem;height:12.875rem;top:2.875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3xvCGlcPCbwdRDTVv3E8AMRiTzJuN0Z { top:1.0625rem;left:0.03125rem;width:15.8125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxtdRMfSxCKlTClezHGwaa8xplbBugGk { top:6.5625rem;left:17.46875rem;width:13.1875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI3SR2Wr6RFf6xWoARwR2HzuZw5rhP7R { top:3.875rem;left:34.875rem;width:10.125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx { display:block; }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtXKdg9Oh3lQZ0lXIoeT83zVpkhqxPP4 { width:20.375rem;height:2.4375rem;top:1.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9Nu5wi0ISZ1ZoOTSX9shxuI5pEdiCzw { display:block; }#L9Nu5wi0ISZ1ZoOTSX9shxuI5pEdiCzw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5HUB5BkASNacSvJMSZfrW7iBuv5seWi { width:19rem;height:12.875rem;top:2.875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9Ofilq0StHJ15D02DorUcqIfFnVDLmN { width:19rem;height:12.875rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAraupLLDVlzWB91CgDP6xVVtAVeAZil { width:19rem;height:12.875rem;top:2.875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdpZrvkLQTgCUsOyePXhaNgZrfcTpXCN { top:5.8125rem;left:0rem;width:16.875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7UtPsciyZ7MMnT3Cp8sLFPg0plxNci3 { top:5.5625rem;left:16.1875rem;width:15.25rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h82w3GX73rscxacoT6rv0lSki5MTtJ2A { top:6.5625rem;left:28.875rem;width:18.75rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB { display:block; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXaBqFfET3bk1WgF8SyaT115Ph0h86TI { width:8.8125rem;height:2.4375rem;top:1.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t { display:block; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6psTcpUC3dT3QfZ5ONRFdbbiiZnTJrT { display:block; }#z6psTcpUC3dT3QfZ5ONRFdbbiiZnTJrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKTTivvtHEHbgxn2uwwBJVDm21Tnv3VX { width:43.4375rem;height:2.4375rem;top:1.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNQrsHxfCpK4oGrE7AAOCiDTpCiKohJQ { top:4.9375rem;left:0rem;width:12.0625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqy5T0GL7Wl27MoQtrpdhMtk244JnTA9 { top:6.625rem;left:1.375rem;width:15.375rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPusXo3BB2NbGVriebWhbz2wOM6N7To7 { top:11.75rem;left:3.25rem;width:18.6875rem;height:3.125rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmBmX80TygsAONTxiGeh0gtPli7nGzuG { top:11.75rem;left:1.25rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycApIMrAIyJObnMCJoTBowDkFNxxV0xw { top:13.625rem;left:1.25rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT5A7MrG27V4kFx3FGlf6l23UMG2VFpq { top:9.625rem;left:1.375rem;width:22.9375rem;height:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfvrnNaTik8SoywutzdNumh7uoWkVriW { display:block; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0peTAsFoKUShpK8oJvT6fhPQZB90g5V { width:43.4375rem;height:2.4375rem;top:0.6875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #viluoioAhWrZfnbovqLBZOJ1AkWQCfsN { top:4rem;left:0rem;width:12.0625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8XFKvAUB6ySD5vxzTKfyTzB9GdvzMsT { top:11.25rem;left:1.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWKyRxkpGp3H6TrsEoThqBMM7TN5N479 { top:13.125rem;left:1.375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCL8piJVHE3CZkfm0lNsalTRd5H8CwM4 { top:9.125rem;left:1.5rem;width:22.9375rem;height:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR9dZMJMqa9EpfOQxZ8ZvdkFUS478S2D { top:6.125rem;left:1.5rem;width:15.375rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLh4bTUn7kGux1Dd0xKO0VJEyns6TZun { top:11.25rem;left:3.3125rem;width:16.375rem;height:3.125rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe0WBK7Cncspwhmf0Z1au1Lfdr59P8Z1 { top:13.125rem;left:38.3125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpVaixMfhDlTWM9qAhiFmJHOesIp4kxS { top:11.25rem;left:38.3125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsByD7rx9qmUx119hO6hdvtb0FdZBqHS { top:9.125rem;left:24.8125rem;width:22.9375rem;height:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8N0TZyd2w56MbZ6QpTzsOrKSW61z4n7 { top:6.125rem;left:32.375rem;width:15.375rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9A2tQ1M3XcyJmLK4gEFqZT1gB9rIIvy { top:4rem;left:25.15625rem;width:12.0625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhOX646s8H0HEUSWtGHv1EX9vVL35Z5L { top:11.25rem;left:28.0625rem;width:19.6875rem;height:3.125rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa { display:block; }#Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6iOIJeCJbkDvTZNBP1xZn7RhgXG8ST3 { width:43.4375rem;height:2.4375rem;top:0.6875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNcBJBWu3oOw80fxqNUiFvgpMBaDoTsy { top:4.4375rem;left:0rem;width:12.0625rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOAa3u8uVmXovnDrhwMddxxLCaGaQu7G { top:6.3125rem;left:2.0625rem;width:15.375rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSiOWVXoFXPZc5QIgu13MWWbP7mc9R5a { top:11.375rem;left:4rem;width:16.375rem;height:3.75rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNvJS8qmpCOrw8JNXNKDX0s9vk1VAsXa { top:11.875rem;left:2.0625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn6rPp7JRIBqH2ohuiFGcqh88MHfbbze { top:13.75rem;left:2.0625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4ir7IrOOrN2wG8stF3CK22z28KLQBH5 { top:9.4375rem;left:2.0625rem;width:22.9375rem;height:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izQRlZbWRT8T7T8C15KzNALrkIvTlnBx { display:block; }#izQRlZbWRT8T7T8C15KzNALrkIvTlnBx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISL3tz8KbLsZn26WyptwI86bFM9LXmRv { display:block; }#ISL3tz8KbLsZn26WyptwI86bFM9LXmRv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHCWre5TB0e5ctVtEJDxFOf2dgyWOasD { width:35.9375rem;height:2.4375rem;top:1.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwn0yOTLh0uInknxCyBGwFWVcW7dFqnu { top:0rem;left:0rem;width:4.8125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 { display:block; }#cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZ7KGe5BkepTBwpgUZfzyGXOkWu0ftoq { top:23.75rem;left:0rem;width:46.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adgPiZPiaUmA5ZizGtPrT0iJdQ4DnPpK { display:block; }
 }@media only screen and (max-width: 763px) { #cn0ZouDpz0yn0eKAK61WvbRd4pTHUmUq { top:27.25rem;left:0rem;width:46.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6SPoMNtT6Tmra3o9N5L8fhTDA6nMiR1 { display:block; }
 }@media only screen and (max-width: 763px) { #S5vMk9THUQfwwgsR09S2XgyyzJD2y72A { top:31.0625rem;left:0rem;width:46.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzd4aQ1q312pS9GCz1aPvZUfzeOa0HbZ { display:block; }
 }@media only screen and (max-width: 763px) { #Xx0LXCwpsRmF19F0ZmDzXMy6LBKpI8DT { top:27.0625rem;left:0rem;width:22.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhBAOTRTeScBZeWDClaAC5vuPZA5tSyw { top:31.0625rem;left:0rem;width:22.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0LPaSU4JTOuTX9MT9FM40T1zMLbfVt5 { top:20.0625rem;left:0rem;width:46.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnx4XCaRxFr1V1eOb2ar8cP6kzrZO8h3 { display:block; }
 }@media only screen and (max-width: 763px) { #pW7rLnmX5wrZZZK5PAkTzcMD5IrDQaWD { top:16.375rem;left:0rem;width:46.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I672oQDHEVaXDDIiAgKVrT83x2TlJmli { display:block; }
 }@media only screen and (max-width: 763px) { #sTNcLZgQoa2aWaKHTDb7GUHQVVJakTb3 { top:12.75rem;left:0rem;width:46.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXyRCNzJL6MUscpV2cIVT8TiplLwrSrh { display:block; }
 }@media only screen and (max-width: 763px) { #UyHfxT2Hn3EyhrHNqOwULQEMnuOwREk5 { top:13.4375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNDoXctXqfLWN3li36Mo6syBSVPJZ7li { top:17.0625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAJEtHTSnrPkFsZ0Bmb4s0TvmxdRAxQb { top:20.75rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmRoh4q7QmftghRR7shp75Iga2MKasoR { top:24.4375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #swwFgdu8vkOAhCuTcV5TivMcEbhLzC91 { top:9.0625rem;left:0rem;width:46.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MChI8DLthx1OBqTplCex684CfCc44adw { display:block; }
 }@media only screen and (max-width: 763px) { #y5mWq5q25OQGCkBT8GmyXm07UEHBfr9W { top:5.25rem;left:0rem;width:46.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCaEnPwqlSC5t1GxaumHyKLL9yLK8GRc { display:block; }
 }@media only screen and (max-width: 763px) { #qvsoEIduzIB983IZD0BUTXs0ftSKpdiW { top:5.9375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlXMq5xDLbZn3DWKU7VvcTM0aIG0dtB3 { top:9.75rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwJzVRJ7diECtgVcG9VyXK2O8FcZvvqk { top:1.6875rem;left:0rem;width:46.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfNyIQKlKzHBISNhTKcQKNiyeCDyw97D { display:block; }
 }@media only screen and (max-width: 763px) { #uEDKbhAoTzseSL0EhUTolVta0VFUOwvy { top:2.3125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VokhiWcompTkXfvmA3KVTPW3G4X2Slse { top:2.25rem;left:0rem;width:47.75rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikMGCM0cc5t7L4cQ98CbcD55CKtTeML9 { top:27.9375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQxxhMdcLqZohfCKTNt5cI0zKfbIK2nb { top:31.75rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUyNuiegivH0UMVIahczQVtcUJvV1gWW { display:block; }#VUyNuiegivH0UMVIahczQVtcUJvV1gWW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNsDQBDNAVG9QBbksiIdF5h7Sqq8hKhc { width:2.5rem;height:2.5rem;top:1.875rem;left:20.5rem;display:block; }
#TNsDQBDNAVG9QBbksiIdF5h7Sqq8hKhc > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #FBmBLiN5mRKAuCa99oaPL1ucnwCBr1Vq { width:2.5rem;height:2.5rem;top:1.875rem;left:24.8125rem;display:block; }
#FBmBLiN5mRKAuCa99oaPL1ucnwCBr1Vq > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #cEnFnRNyKRvegRtOnVt6mMUxbSRCJn8L { display:block; }#cEnFnRNyKRvegRtOnVt6mMUxbSRCJn8L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbrTyhzZPoONgMH39xWNHtTThh1xavlx { top:9.25rem;left:14.4375rem;width:17.3125rem;height:6.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh0lokphlcGqDbMyd73fAJnRWtM2dE6N { top:17rem;left:18.6875rem;width:10.3125rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoWtH3Gcu80BLD8eKy9nhlOerPTALZC4 { top:18.8125rem;left:18.4375rem;width:10.8125rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PawpJBda33L5lXXshhFrUCUJHipxngEE { top:2.375rem;left:16.1875rem;width:15.3125rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #kUIsBxssaIqE4TnfyxfwHPJeAnB0stdg { display:none; }#kUIsBxssaIqE4TnfyxfwHPJeAnB0stdg > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 { position:relative;z-index:auto;display:none; }#vK7SehmqNw2BBlTOZldBrIW9K39pgpG4 > .row .container { width:20rem;height:28.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tWIB4c50Kqu2Ledo1XNRuB6OQfUFBNxh { width:9.75089125rem;height:3.18839125rem;top:24.5rem;left:5.0625rem;font-size:1rem;color:#010101;background-color:#ffde00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #D8wWlE9TTEPqVLVNJdDSG640aZOIE2ln { display:block; }
 }@media only screen and (max-width: 763px) { #G99KSsiishwg6Ht6414mIrevJgrbBwFa { width:7.5rem;height:2.625rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDQLG9VUawbhn3OTnoLgSZ5gDxX9tc2C { display:block; }
 }@media only screen and (max-width: 763px) { #rIibXm3zV6srvoUIiomXTV5nTnZzTWEV { width:5.9375rem;height:2.625rem;top:5.125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZziPwtuViczbwARohSt1fRTIOZ53VGhS { display:block; }
 }@media only screen and (max-width: 763px) { #zT2Ji0iKUvXzaCHMHSAdWTRTwBn6SzAM { width:5rem;height:2.625rem;top:9rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDa4RcpAEXWoQ6TnL0mxWtyDFdkfqObz { display:block; }
 }@media only screen and (max-width: 763px) { #TwnzpwRkeHzvDtDtedQV43wkuwDCGGCR { width:5rem;height:2.625rem;top:12.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt7PeM5K8fr4Sgy3KGTPxwg17t1X8nqa { display:block; }
 }@media only screen and (max-width: 763px) { #AJPHAkByCwXuE2Mnm1rQ2qJwQcU6kBhg { width:5rem;height:2.625rem;top:16.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCA6VnXSpAmTm8M8FZd0PXeMKKgcg2MT { display:block; }
 }@media only screen and (max-width: 763px) { #AEIJ0qQr5kdePP31S7FMp5kfl5ynylSM { width:10rem;height:2.625rem;top:20.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLSlZTd3gPn40dUVRiubtzcoV6iVf39v { display:block; }
 }@media only screen and (max-width: 763px) { #pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI { background-color:#000000;background-image:none;display:block; }#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 { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qahf8k0IsohcWNiLX0EXBfXcmGefvQJT { width:8.4375rem;height:1.25rem;top:2.78125rem;left:9.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlqFh84f9VwkUz5QM5yp1C4045vewaep { display:block; }
 }@media only screen and (max-width: 763px) { #l13lMKSzLEica6rz3kWkwgORWDXCpthe { width:17.25rem;height:1.625rem;top:19.8125rem;left:2.75rem;font-size:0.625rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PTqor0QkCJ0kPBKlaMbMzfHe2a4Piqm1 { width:16.625rem;height:0.8125rem;top:17.46875rem;left:2.28125rem;font-size:0.625rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nEgx3OLXB0b7DJk2COtRdwU4IUc2zINn { display:flex;width:1.25rem;height:1.25rem;top:20rem;left:0.8125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #a2x29CvGtP1z47piwepBMRr9TkzP9N2S { display:flex;width:1.25rem;height:1.25rem;top:17.25rem;left:0.8125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #RwlERM8OCkd1ekwLPUgX3DRXuR0lnzER { width:20rem;height:15.954125rem;top:21.4375rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TleNDnN6Jwgu1gLNyG5mGUpuxmHOpP88 { width:12.0625rem;height:3.6875rem;top:9.75rem;left:0.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AvFotNKTDPrVPz1d9dhHOR6AFLFKcWsQ { width:17.3125rem;height:3.1484375rem;top:6rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WStU8SCy6GZcA8obxT6KoG7oCcpJoroI { width:17.6875rem;height:1.40625rem;top:14.4375rem;left:1.15625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ2dOLnaQSFQLe6tiMtWTuz60MTc0ThM { width:6.25rem;height:2.0625rem;top:2.375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy { display:block; }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rV01mNicvp70IoqI4EzolKoHy1TzTgER { width:20rem;height:12.503875rem;top:5.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;color:#0e0c0d;display:block; }
 }@media only screen and (max-width: 763px) { #xTn9TVcTNP2BZ8AF3XuKisvnritzFWw8 { width:17.375rem;height:2.625rem;top:1.1875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mqxtm4KJhbHEzQMBIBtRlVbGCOtLwxs3 { width:12.5rem;height:2.25rem;top:49.0185546875rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLuXwCx45i1T2m7gmO2dwiLXiHseIziZ { display:block; }
 }@media only screen and (max-width: 763px) { #zpntAO1y8Ni6UOdUE8uqD9CXCCGaiaBD { width:20rem;height:6.8203125rem;top:21.4404375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;color:#0e0c0d;display:block; }
 }@media only screen and (max-width: 763px) { #LF4XrLfNm0EJcxbqX9GttzC7x5OstnVv { width:20rem;height:1.3125rem;top:18.8779375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lxaPuT7JuXJqwfJ4drQTqStDBDMTkqRB { width:13.625rem;height:3.41015625rem;top:30.9306640625rem;left:5.375rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.4;color:#0e0c0d;display:block; }
 }@media only screen and (max-width: 763px) { #bsMXv56oknooxtSRQbKpcHsSyxWCmABA { width:13.9375rem;height:3.41015625rem;top:35.1181640625rem;left:5.375rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.4;color:#0e0c0d;display:block; }
 }@media only screen and (max-width: 763px) { #uCCkoOqL0nABRcx3dKDMXysMlitO5tmV { width:14.4375rem;height:3.41015625rem;top:43.6259765625rem;left:5.375rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.4;color:#0e0c0d;display:block; }
 }@media only screen and (max-width: 763px) { #SWlPcs4KdxpcGCc0dEKuNwfqJBxWRdDt { display:flex;width:3.125rem;height:3.125rem;top:39.125rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #rZo93ONaafvSv8VIHRIGoEzdapxwMRHQ { display:flex;width:3.125rem;height:3.125rem;top:34.6875rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #bWmwQn4RSPkm5sfeqyrIOkV513Z2odEf { display:flex;width:3.125rem;height:3.125rem;top:43.7685546875rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ZisdXMZ8m5AIoFtGExRTG6aQdWuNpRtT { display:flex;width:3.125rem;height:3.125rem;top:30.3232421875rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #BHLDsi8C5ov8kWmxA87JuFdZqTFePvwH { width:12.3125rem;height:3.41015625rem;top:39.1884765625rem;left:5.375rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.4;color:#0e0c0d;display:block; }
 }@media only screen and (max-width: 763px) { #FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG { display:block; }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQhGDAaIgvJRylruH4RlpZCDFwutfWQy { width:20rem;height:1.3125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dgwiAdBgp4bJk8S88aFv21rue42D9UOX { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .row .container { background-color: transparent; background-image: none; }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .row .container > .video-iframe-container { display: none; }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .row > .video-iframe-container { display: none; }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .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); }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .row .container { border-width: 0; border-radius: 0; }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .row .container { width:20rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uK0lO60SMi9qvHX9aFVmgt6Vgm9ZFXSn { width:16.0625rem;height:6.75rem;top:1.5625rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #n4ahbDHpu5PmWulyP3ofzFSyppT73uQU { width:16.0625rem;height:6.29883125rem;top:9.09375rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LTauBIBFeEtEUULFOB6l4Dk6AAA1gZ9p { display:flex;width:2.0625rem;height:2.0625rem;top:1.5625rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #GoqrqVe4QAP8pHJEpAQRNeTxbm2COpmc { display:flex;width:2.0625rem;height:2.0625rem;top:9.09375rem;left:1rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #HOgavgsvvaH1WWtHk9eJsTzzf97ErmAB { width:16.0625rem;height:6.29883125rem;top:16.34375rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TZpdEEt09Za2vN30G7pyek55xkmJhdlH { display:flex;width:2.0625rem;height:2.0625rem;top:16.34375rem;left:1rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #a4fAOTGr4toiWpC5VK96iymtAcLSoJLb { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a4fAOTGr4toiWpC5VK96iymtAcLSoJLb > .row .container { background-color: transparent; background-image: none; }#a4fAOTGr4toiWpC5VK96iymtAcLSoJLb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4fAOTGr4toiWpC5VK96iymtAcLSoJLb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4fAOTGr4toiWpC5VK96iymtAcLSoJLb > .row .container > .video-iframe-container { display: none; }#a4fAOTGr4toiWpC5VK96iymtAcLSoJLb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4fAOTGr4toiWpC5VK96iymtAcLSoJLb > .row > .video-iframe-container { display: none; }#a4fAOTGr4toiWpC5VK96iymtAcLSoJLb > .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); }#a4fAOTGr4toiWpC5VK96iymtAcLSoJLb > .row .container { border-width: 0; border-radius: 0; }#a4fAOTGr4toiWpC5VK96iymtAcLSoJLb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a4fAOTGr4toiWpC5VK96iymtAcLSoJLb > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #suS5CEt3KWqGbQsNt7DkJ6BHXQvTGD1O { display:flex;width:2.0625rem;height:2.0625rem;top:12.65625rem;left:1.1875rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #oVK1Nt9TAqlshNHtUPmInpc8DBe5y5cH { display:flex;width:2.0625rem;height:2.0625rem;top:6.65625rem;left:1.1875rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #gkH13ccH0sNXaC6m0EFqknvWMkbhe84M { width:16.25rem;height:5.249025rem;top:0.6875rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KTsumlPtBe6QhggFNqa15V0pQaRyTPT3 { width:16.375rem;height:5.249025rem;top:6.65625rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oVS0qMA6hW5OglSdOyBFnvgMd8lcOKT1 { display:flex;width:2.0625rem;height:2.0625rem;top:0.6875rem;left:1.1875rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #BOUUel9ebxWA0DXKyp94TgPSMbHmJhv5 { width:16.375rem;height:5.249025rem;top:12.65625rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .row .container { background-color: transparent; background-image: none; }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .row .container > .video-iframe-container { display: none; }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .row > .video-iframe-container { display: none; }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .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); }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .row .container { border-width: 0; border-radius: 0; }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBKG18N81mA17BidOwdptek9qy1BiH8m { width:16.1875rem;height:7.34861875rem;top:14.625rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #D5SUZlio3VolD0aM37svkJs9idu9AAGB { width:16.25rem;height:6.29883125rem;top:7.1875rem;left:3.96875rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AS4DPtHwz8zp7EetdC5CdcqnL0eHKu5m { display:flex;width:2.0625rem;height:2.0625rem;top:14.625rem;left:1.25rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #PtdmB3Pg0XucgJfWkA1QNLF5zlZlQTi5 { display:flex;width:2.0625rem;height:2.0625rem;top:7.1875rem;left:1.25rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #sGGNWtxHOAq9b0WOXW3ATfJC5OVKaIIR { width:15.9375rem;height:5.249025rem;top:1rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ftSzDs4ZoPewugOma3hsf7pTJHwPW4uU { display:flex;width:2.0625rem;height:2.0625rem;top:0.625rem;left:1.25rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA { display:none; }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .row .container { width:20rem;height:2.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B6imaA5IVui0Av39q57QfeCvHbMkRZ3N { width:12.4355625rem;height:1.25rem;top:0.8125rem;left:3.78125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8aTJxSZp2BSNtAUbCW07A63mS0Sfd3y { display:block; }
 }@media only screen and (max-width: 763px) { #S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container { background-color: transparent; background-image: none; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container > .video-iframe-container { display: none; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row > .video-iframe-container { display: none; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .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); }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container { border-width: 0; border-radius: 0; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xisJT6p4MxfDQVZHyoFC1E9NImCDflPJ { width:17.1875rem;height:4.467775rem;top:8.3232421875rem;left:2.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EacbZ6fCpmBXUdnXli32GKT5To3BHEEQ { display:flex;width:1.625rem;height:1.625rem;top:13.375rem;left:0.9375rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #p5cDFq06IaQ9TUa6lH6EmVgVTFq0L3wG { display:flex;width:1.625rem;height:1.625rem;top:20.25rem;left:0.875rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #spA8ih6HJqMT2tm85w7VNszL0kz2AXVO { display:flex;width:1.625rem;height:1.625rem;top:8.25rem;left:0.9375rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #iSSAZRJMTXSG8mTdNPlEoZex5opLQTLH { width:17.3125rem;height:6.254875rem;top:13.478515625rem;left:2.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dGzH7nutbG12pW6BSFyhoJwhxrchven1 { width:16.375rem;height:4.467775rem;top:20.4375rem;left:2.75rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sai2k0rfQrV4xydnMAO2JkP9IqDoX2dl { display:flex;width:1.625rem;height:1.625rem;top:25.125rem;left:0.8125rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #IAaw7EV53qTtV6g8xfPBLX10bAL3eSbK { width:16.625rem;height:4.467775rem;top:25.51171875rem;left:2.875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pvQC5a9OCeSRLpfPUM7udl9kzl1PMAQd { width:20rem;height:2.4375rem;top:5.1982421875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sg2ZIHMql28Kyz6boXMcDtXsCTXHXSSy { width:20rem;height:3.0859375rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ { display:block; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container { width:20rem;height:2.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Anofx39WceBphAFR7rsSf40misXC2QES { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq { display:none; }#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FuRovzR5oGeIMry0fT5JDyWaKfc1MHsa { width:12.125rem;height:2.6806625rem;top:4.771484375rem;left:7.0947265625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy { display:block; }#UNphNofJbVQKqbZwqsqiTDqxzJDEbUFy > .row .container { width:20rem;height:81.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMAq5SBfhygeA2fJfQoDfTrVUnkLF4hi { width:5.5rem;height:5.625rem;top:4.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuKIXQl3u78IHkRzLaHu0hTPD08MIUsw { width:8.375rem;height:14.6875rem;top:3.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzzD0o4lTaQ0G2kTLqyms9Wu48NTw0wR { width:7.3125rem;height:0.8125rem;top:10.3125rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcQ3BAWh8qTN6SFdTNpa7s7zcF6BW8PT { width:6.4375rem;height:1.4609375rem;top:12.0625rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPTAGaXknhckUFkwkhClaPCHnD2aMH5M { width:5.0625rem;height:1rem;top:3.375rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7TxNxG4Pkp3s3P0M9ELL9t6uDkGsvFp { display:block; }
 }@media only screen and (max-width: 763px) { #ZWAh7iaxxMHf0k2pmkxOJRT7KQgxWTco { width:8.375rem;height:14.6875rem;top:3.353515625rem;left:10.916015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTneoBe7IkNCKNRmvT81r7GTX7cpOslN { width:6.8125rem;height:0.8125rem;top:11.125rem;left:11.697265625rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKO78pDy20i6suyUTRQWTDTkOGGl3D3l { width:5.5rem;height:5.625rem;top:4.625rem;left:12.353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtcTIVQ6XO0TSkJrdUtVokTRZDPETE7d { width:5.875rem;height:0.8125rem;top:10.3125rem;left:12.166015625rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqKSGJ3mPiHrAiFECzHd5izWSsZNRzof { width:5.0625rem;height:1rem;top:3.375rem;left:9.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Woh3QuRsZMTRDKdE5gOaR9GqL5UmJye0 { display:block; }
 }@media only screen and (max-width: 763px) { #hOMxsmyVd8hlen2GCtXQ5RT6EcHORJXw { width:8.375rem;height:14.6875rem;top:19.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOUSfwD71ZK7NpDLCiBxxXQHnqpwwrrx { width:17rem;height:0;top:104.0625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DgM9FHVmE8AEg3eW43iWXuppD2C5TufU { width:6.5rem;height:0.8125rem;top:28.875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2MM0oB5efzeXh5DiUIshpX8iG1vuspT { width:5.875rem;height:0.73046875rem;top:27.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug2ooNGprERQN2TmJGNw6s6DEJFxsxbX { width:5.5rem;height:5.625rem;top:21.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzbEPyL73JT2UuOVznpAIr58CCOmTRuE { width:5.0625rem;height:1rem;top:20.0625rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQb1nMHgJE3024m2QQVZnguJAWdea19x { display:block; }
 }@media only screen and (max-width: 763px) { #FvnrPNB31FbH6ZIiw86TcCMhEmrovETK { width:13.875rem;height:1.0556625rem;top:79.4453125rem;left:3.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xcz8r97PAhSFNaNmmTTDsaUpS9b5yUTD { width:8.375rem;height:14.6875rem;top:19.875rem;left:10.697265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUVLRxt4JzUG3oTEQ9cKRhzTNhCImKtE { width:6.5rem;height:0.8125rem;top:28.875rem;left:11.853515625rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb9cVRiemrUlmuJ3SEiAX4gmU4MbohO4 { width:5.5rem;height:5.625rem;top:21.3125rem;left:12.353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ1GKqCUSqddPNZI9htU3k1W3BmUQypu { width:7.375rem;height:0.73046875rem;top:27.0625rem;left:11.416015625rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5oEGbQq7ocR7mHqxP7BJqk1IxhlKxZM { width:5.0625rem;height:1rem;top:20.0625rem;left:9.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdnnUsOSsTUh1y8N8qC4vE3fNTzmxntq { display:block; }
 }@media only screen and (max-width: 763px) { #bahpQkyKR8bap7k6zKXVMu7VfetN2oIr { display:flex;width:1.25rem;height:1.25rem;top:69.5625rem;left:12.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gezRRKZdDULMC84JKzfNeZ7FmyX97lK5 { width:8.375rem;height:14.6875rem;top:35.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBgVL5QlSZNoWkPTg9t2xFxqGO8rKOVG { width:5.375rem;height:0.8125rem;top:45rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu6VpTKqGIT31wMEO1eHEttrx7G6UpHT { width:6.6875rem;height:0.89355625rem;top:43.1875rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcBHzGLrzBqnLTyosNT3T441bnoZTV02 { width:5.625rem;height:5.625rem;top:37.125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw4AbXaHeQV5f7a61o4MQQaqLwieVfWa { width:5.0625rem;height:1rem;top:35.9375rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af7QV59keHd28TMn9N1k3TeHqHPksWPI { display:block; }
 }@media only screen and (max-width: 763px) { #ZOMQeNkpiTJHxCLrovioOFhTIkTcvZVJ { width:8.875rem;height:14.6875rem;top:35.75rem;left:10.603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgWcwc5HMqnRTUcEf9ONC8Q16aVBdQTO { width:5.6875rem;height:0.8125rem;top:45rem;left:12.259765625rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnOhkoLfbr3h4IRAJ8CD7vRgbArrwdJG { width:9rem;height:0.89355625rem;top:42.75rem;left:10.603515625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJsFE5mpxdDhkURXi6mMHPixvTSTkwUC { width:5.625rem;height:5.625rem;top:37rem;left:12.291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkW0urrtJMeclJJ1P2DEEB0i8D8Qi4T7 { width:5.0625rem;height:1.125rem;top:35.75rem;left:9.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTdptowvQ1xprFOMK18L2KAh0Wn4JGde { display:block; }
 }@media only screen and (max-width: 763px) { #gpEc4nmpUCiWrxTw6QNEnhoZEwQKP6iW { width:17rem;height:0;top:105.1875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EeWW9b3R5pLosQyP4qxWQd6haFnSemQz { width:17rem;height:auto;top:34.3125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NgkEuV3V8qkbt4n3Z9GikI0zoihIHVE4 { width:17rem;height:auto;top:34.3125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #r15lwcN2utgiKy6K1c4gUUfPKvPcIOcM { width:17rem;height:0;top:66.0625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hv6UCTTZz2k97hUUQAgKSLaltn3qUK1S { width:17rem;height:0;top:141.25rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yrqfNMkFuK2G5X1AC7X27o42mBf0qvt8 { width:20rem;height:10.5rem;top:67.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5bCkc3Jm5tuccUSduV4tqIcFqPaTIl8 { width:16.1875rem;height:1.29980625rem;top:68.0625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKib6LFVw4o10v4vg8E1ry2kKSC2H7EH { width:17.125rem;height:5.3613375rem;top:70.0625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snebLih1b0O8oMeukQh8592NBR8SebE4 { width:7.8125rem;height:1.4609375rem;top:12.0625rem;left:11.197265625rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpQ7S5UEaPdgntdMIeeHGkDLXI1WaQOe { width:9.0625rem;height:0.73046875rem;top:11.125rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZNEZs20viXABWaqiIRRVppHweCdPogz { width:7.6875rem;height:0.568359375rem;top:28.125rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRcisPvVdeNwk1tPtqQx6GTt3vJK7LDH { width:6.25rem;height:1rem;top:13.8359375rem;left:1.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCTToEXhegF9tRxuSNxHd9dOWH5o5rTS { display:block; }
 }@media only screen and (max-width: 763px) { #KNLL0CTUW67CGiuZbEWLMBIbsMFPVQ3T { width:6.25rem;height:1rem;top:13.8359375rem;left:11.978515625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL3ewNaIKcXu6gTsucZfbEilaWGDKXEO { display:block; }
 }@media only screen and (max-width: 763px) { #XLqqWnF51TGgOpfVcSfordmXlMa28spv { width:6.25rem;height:1rem;top:29.875rem;left:1.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKTERef9KA1nidat0MVWShmO9SurWA4m { display:block; }
 }@media only screen and (max-width: 763px) { #xqzqTDfaZcFvqUMQRzmtqgVkcAX1JLkG { width:5.875rem;height:1rem;top:46.125rem;left:1.8125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZzff9Tl08DPLM832VTShBmEyHmJOVyb { display:block; }
 }@media only screen and (max-width: 763px) { #B8K0zlp0y3J6mf8m4wfFS8fK6cgBQz1T { width:6.25rem;height:1rem;top:29.8125rem;left:11.978515625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae8XPB3qkngGu9UA11sI0EC7tBSCKUQ7 { display:block; }
 }@media only screen and (max-width: 763px) { #eTrWyCGT63tzZbrf88aEIF4MD6XMuppD { width:6.25rem;height:1rem;top:46.25rem;left:11.978515625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwDndRfEhR1XiTvpcyaxdcA0kvKORy2I { display:block; }
 }@media only screen and (max-width: 763px) { #H0TzBXqd6nibtO94Jvg8dGAc98x0ZqeJ { width:6.4375rem;height:0.8125rem;top:27.79296875rem;left:11.884765625rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmrL30754gugrJAZ8lQx22zETnngFOX7 { width:9rem;height:0.8125rem;top:44.125rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #acuXBQKRrCT5wNGD4TPM4bBsHVhLrlMo { width:6.0625rem;height:0;top:46.5625rem;left:11.572265625rem;text-align:center;text-align-last:center;font-size:0.625rem;z-index:15049;display:none; }
 }@media only screen and (max-width: 763px) { #V3OVKh00udAEeplGKb5LfzyTwuPOc9XP { width:9rem;height:0.73046875rem;top:43.875rem;left:10.509765625rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRA3VubTbk4Cyc7WMF7AqM1VSiFsV6G5 { width:8.375rem;height:14.6875rem;top:51.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VghH6lTQMIaOzC5vylKA3omP8tJRqtIz { width:17rem;height:0;top:102.896484375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vbCDl5EynCf7WXEWKcUFPfG7I4SFEn71 { width:5.875rem;height:1rem;top:62.75rem;left:2.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBx5mwZ0VFl63VxRqC7QIqeN3x6HdtTg { display:block; }
 }@media only screen and (max-width: 763px) { #Wr4akNDK9Ql8hVQMidon6isitH0AR1Jg { width:6.125rem;height:0.8125rem;top:61.6875rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8WwFzQkvLJGDRcTo6Oi0ooXwa1PAcak { width:6.375rem;height:0.73046875rem;top:59.375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QndbT8N40mpr8eK6WIeNsu1MaTKsqWta { width:5.8125rem;height:0.568359375rem;top:60.75rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q29iawGrlFuzVxpqXfTCZkrC82TC5IFA { width:4.4375rem;height:1.0625rem;top:51.625rem;left:0.625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkmBa45WpRkScPbr3OMKSwTXLgXEp2Bs { display:block; }
 }@media only screen and (max-width: 763px) { #Mm6W7p6UGFenhBQmamuBFyvDBVg5fG3q { width:5.875rem;height:5.875rem;top:53.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ess3FmrgbwBE6DSXDX0rr3RzuGv9vrN6 { display:none; }#ess3FmrgbwBE6DSXDX0rr3RzuGv9vrN6 > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wSLLwxone8ldy2JZZW0fmCxgQf0oKiWZ { width:12.125rem;height:2.6806625rem;top:4.771484375rem;left:7.0947265625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uWxmnszep2p46cHK0T4pkf5SPyGGnfus { display:flex;width:1.25rem;height:1.25rem;top:0.3125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qAP5a5dAg9VyykkNsVFCquw1FTS67CC9 { display:none; }#qAP5a5dAg9VyykkNsVFCquw1FTS67CC9 > .row .container { width:20rem;height:40.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MT9c2HSnLmKttczVtLruDxPhN68LzzlM { width:20rem;height:26.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS1uAaCGyqc865tZywlevUXShl9rRNQk { width:18.75rem;height:2.111325rem;top:2.875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lsu2M9ezLE08pzc4Ezn4PfCDpIS3I1MU { width:18.75rem;height:9.829125rem;top:6.625rem;left:1.25rem;text-align:justify;text-align-last:initial;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hq1TBeVkTnt7oHZQNvfedfUa2Bd4ielh { width:18.75rem;height:0.89355625rem;top:24.296875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGMHM4cuQE0ounE23lLmLaUIw5nMZdDF { width:15.75rem;height:1.7871125rem;top:26.75rem;left:4.25rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXW47eQE2cebIG8UCO1wtiFA77VC6h7m { width:16.1875rem;height:1.7871125rem;top:30.3125rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWpqNBJtdGG3IiRhwlwPeRNUoHDMbUqF { width:15.375rem;height:2.6806625rem;top:34.46875rem;left:4.625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGvOx9zd3phtLHXPrrAvZVVgITCvvPky { width:14.9375rem;height:1.7871125rem;top:37rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVbIOkAShvk2DEMdCD7OirkMCrMwrmwG { display:flex;width:1.25rem;height:1.25rem;top:30.65625rem;left:2.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #dUq0IqSZbJapL4MfMwaT1vTvZDbiZO2C { width:6.5625rem;height:6.5625rem;top:45.1875rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KMTyQgBUgiTe84iqkJtxpvmUa2ikD3vZ { width:5.0625rem;height:0;top:44.5625rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EA03ZVhTfS5F49hdrs3evHDSMAqDMqQ1 { width:9.375rem;height:0;top:53.875rem;left:6.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QSdHTTmcP7Vh3Jw2knpX7cDaCmNLKVI4 { width:20rem;height:0;top:15.0625rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkS18kMCcEotEpazS491iddsMry5idfP { display:flex;width:2.125rem;height:2.125rem;top:27.09375rem;left:2.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #OEzIad2834EbHi36vRwI47w0yrxBK8Ff { display:flex;width:2.125rem;height:2.125rem;top:34.109375rem;left:2.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #QTwiDyo97Jhi3AG4kTqCfhEhmC9k6Ro3 { display:flex;width:2.125rem;height:2.125rem;top:37rem;left:2.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #aHdyqpWcsBidbZB601zeo6nLWCkQdcIN { width:10.1875rem;height:0;top:44.5625rem;left:9.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #l23BV5SlQQkkaTlvi4GILs5zuXMSQcX7 { width:8.125rem;height:7.8125rem;top:45.28125rem;left:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4OeZEvPnf6Ua6z6OqPtOh3vtcxHhfww { width:12.6875rem;height:0;top:53.875rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tkAeHOLG2yyo29akNLULBp7DR1K48aCe { width:7.8125rem;height:7.8125rem;top:45.28125rem;left:12.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ln0GWXHUkaAnmVcpRosg08A6HelTAwNt { width:12.6875rem;height:0;top:53.875rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bnk9yPrTDz9qxF3IV6yOwspaHOyT4kh8 { width:12.6875rem;height:0;top:53.875rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IqldsCtrHBDvMmOHb9Vamh3cLyhZaTCF { width:7.8125rem;height:7.8125rem;top:45.28125rem;left:12.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rexyIyuDSQhKTn847pdOZETqJW24MX7O { display:block; }#rexyIyuDSQhKTn847pdOZETqJW24MX7O > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ygUwtdIgKScMuOOd5szCtGfh0Wl03yCT { display:none; }#ygUwtdIgKScMuOOd5szCtGfh0Wl03yCT > .row .container { width:20rem;height:29.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v1bMQ5IhxST0bWgAxEP5ynWyFqfWcOLr { width:20rem;height:26.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfpGUFOgS4Ka268Hae6E8qOcSXDqAf4i { width:18.75rem;height:2.111325rem;top:2.875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iko374xIUWvHNiXCOsnLRbDPqn9b5KSX { width:18.75rem;height:9.829125rem;top:6.625rem;left:1.25rem;text-align:justify;text-align-last:initial;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u412SdMQJ9bHTnaAL9vPBvy2w49Te6wR { display:flex;width:1.25rem;height:1.25rem;top:15.78125rem;left:2.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #zWiF5vahty9uV1M6T7kLordeECoGORqn { width:18.75rem;height:0.89355625rem;top:13.5625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbFg4p0NBXogmCPPNm49rsl7JEAkspAB { width:15.75rem;height:1.7871125rem;top:15.953125rem;left:4.25rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABvWeneUewTgfakMoIxkTu9mNlzfcr9b { width:16.1875rem;height:1.7871125rem;top:18.609375rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoiMFOqqwKetDb5NdIRFEQi7MTVKSmF2 { width:15.375rem;height:2.6806625rem;top:21.421875rem;left:4.625rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqTBSJlmZzNO5T2S8tghQbRsxfc8huvu { width:14.9375rem;height:1.7871125rem;top:24.109375rem;left:5.0625rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovTB3g9RHsyfreChWuCC9UeW9Dxkl27H { display:flex;width:1.25rem;height:1.25rem;top:18.4375rem;left:2.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #M4nizFUTUyW35OZCNnIpoNH3eZJsaPHv { display:flex;width:1.25rem;height:1.25rem;top:21.25rem;left:2.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #IrDRMWF85Jq34OcQFl2Ik0TSXNSy3tAA { display:flex;width:1.25rem;height:1.25rem;top:23.9375rem;left:2.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #apM7hXaIWRp3E1UsF7iq6nvWxttWMACA { width:7.5rem;height:7.5rem;top:29.5625rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FcPJS3x1IOEHRSM7JQOP0fCN8pC8ZGwl { width:7.5rem;height:7.5rem;top:29.5625rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sc4muEzNlukG0wuqOLekMgsZRZRtSAOr { width:7.5rem;height:7.5rem;top:29.5625rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DsVDIXPdikxr3hW9grDuJPpw2OacXId2 { width:7.5rem;height:7.5rem;top:29.5625rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BpxOaLpDK5WTv2mZF4nwSwE8MzGgEv3v { width:5.0625rem;height:0;top:27.8125rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I7rS0oul8aPcfx5qLd0mTycXZ6MoeNOr { width:10.1875rem;height:0;top:27.8125rem;left:9.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nqpcG5F4pwk8v91rE09v6BNvR31Pvlsw { width:9.375rem;height:0;top:38rem;left:6.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XX8pKwpaaxI5F1ksFIysAhT36srv0CK8 { width:6.8125rem;height:0;top:38rem;left:12.84375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KR1NCT6e91Rw54hVur2AeT6Q3eVHyFaw { width:10.4375rem;height:0;top:38rem;left:9.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t4cNqbF9qFdrryUzFVusPIccdDIMMoJt { width:7.625rem;height:0;top:38rem;left:12.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IxMrboaGApnPGAFHdnPC4wpGTZaXT3gA { width:7.5rem;height:7.5rem;top:29.5625rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HRDUztqEqkTJzrxLkRUo1JWyMiR8wZRq { width:7.625rem;height:0;top:38rem;left:12.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 { display:none; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row .container { width:20rem;height:3.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tJ2QrNUHLaZ35yGpuhra52rcZQpTW2xv { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe { display:none; }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe > .row .container { width:20rem;height:160.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dZKxuqqSBiDKU9GxWNcdRG5IpEiaEsVg { width:5.5rem;height:1.0556625rem;top:1.3505859375rem;left:2.5234375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUWQple0BJIpmqmDvwgWZrh6dDTqNtiJ { width:15.0625rem;height:0.89355625rem;top:14.0869234375rem;left:2.4375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lBx42p820oBtavuRiO6phBID4IV3mfxo { width:14.375rem;height:1.0556625rem;top:1.349609375rem;left:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPr80Gw4GOCT1TpEObAshMH2Rf8ml569 { width:5.5rem;height:0.89355625rem;top:8.9062546875rem;left:7.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ebviW61CW0uheE6FLt3VZC2cgwuL0WT9 { width:20rem;height:1.7871125rem;top:11.0498109375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W8tXvF5UUlxwgRncHASIwHuwTeTkZXqZ { width:5.5rem;height:0.89355625rem;top:16.2304796875rem;left:7.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cq2DzsxUebdOFUztOZ6rQTsFmeeKpqIq { width:20rem;height:2.5996125rem;top:18.3740359375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QrbMi800aU7GbqAFJivwKeFG7U2T2MKy { width:5.5rem;height:1.29980625rem;top:24.7734546875rem;left:7.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iPxTVaCb5e4UyUmMFOg6GT3VoesKSbxN { width:19.0625rem;height:1.29980625rem;top:33.7724796875rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wmPBPTgZtIqqkT1uUKCg8Bt5166cWoKi { width:20rem;height:5.19921875rem;top:27.3232609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HI3W9s57pV0QLTTrtRqwIdNn2I3UIw23 { width:19.0625rem;height:3.8994125rem;top:42.7217046875rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tq0SpKapuEKXtmd8Q2a1qUe4LRFFJQmC { width:20rem;height:2.5996125rem;top:38.8720921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gSSKumRuyT6OoM3dNWPmLfGAeP0VVrxn { width:6.25rem;height:1.29980625rem;top:36.3222859375rem;left:6.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ex1xA3SGQyB2hz3CwKr0csv6WBXXTO0C { width:20rem;height:1.5rem;top:56.7451421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8pWqHWV7Wp11EgAZ7tRTX2t2bZTtZ7O { width:6.4375rem;height:1.29980625rem;top:56.8701421875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okzD4To7QaSfT9Xe1ow3HbAIbxTgZbrk { width:10.25rem;height:1.29980625rem;top:56.8447515625rem;left:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGsWTerv50sBTtpdlSyLEP23XdAPmZRx { width:20rem;height:1.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #po7zpLNAyhotpKqSEAhOq2qiCnMPcTbZ { width:6.0625rem;height:1.29980625rem;top:59.6826421875rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip0EToB2HeU2SL6o7Z5TWgpG19RMHnDf { width:20rem;height:3.8994125rem;top:59.6826421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f9gnyLJ2chMDhp2MTdk861WrHfA3fFv5 { width:19.0625rem;height:1.29980625rem;top:64.8310796875rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKr64DNAZ4X60n9qTv7eNNIIJDIExlT4 { width:6.4375rem;height:1.29980625rem;top:67.3808859375rem;left:6.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HFDeb91qXGbJ8AGCXvmalTHyIuPvDVDF { width:19.0625rem;height:1.29980625rem;top:76.3799109375rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zgFt5gBQ1rWDJt5bFC0PSABDlyBCJgoa { width:20rem;height:5.19921875rem;top:69.9306921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vyRTvfxSVUgfuOW8bRR2VTNUWVpFATMJ { width:19.0625rem;height:1.29980625rem;top:87.9287421875rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ENLZTnorye5lvzngg5eVV03aXNZzEJ78 { width:20rem;height:5.19921875rem;top:81.4795234375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JW3Z1y4BD9aVWi5yqkcv4Bclh11782zU { width:6.4375rem;height:1.29980625rem;top:78.9297171875rem;left:6.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X6T6wlrbsierLW9Iztn0BxEoy4oGkAGP { width:6.75rem;height:1.29980625rem;top:90.4785484375rem;left:6.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F2HAOn9QZzroNXbPoGrGQ4PtgJVZsKw3 { width:19.0625rem;height:1.29980625rem;top:117.3242609375rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OHTNaT8JeuuA5xJTcX9ZxcJ4TlNStkbH { width:20rem;height:3.8994125rem;top:112.1758234375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZNRrHf8O9HcwhGELbPmilLV2wClrPai { width:19.0625rem;height:2.5996125rem;top:98.1767921875rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SCJODJzqoaySfGnmnkrXRd3FUaFlVibl { width:6.5625rem;height:1.29980625rem;top:102.0264046875rem;left:6.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fytoWc1DrfsRC2PTrs7bngSTRF5P0lH2 { width:20rem;height:3.8994125rem;top:93.0283546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tm7fESAdXPBsTVocRpWF9fMR86ZEz7bo { width:20rem;height:1.5rem;top:119.8740671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKbkUqZiepz30U36KWvIGgz2mP6Ek9J9 { width:6.4375rem;height:1.29980625rem;top:119.9990671875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIrFM7NXve8MOUe4NmzsZl3t0iC7zQ93 { width:6.5625rem;height:1.29980625rem;top:109.6260171875rem;left:6.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RZGNBUmHxT72R7nvPr0vsO3OApsf5x9G { width:20rem;height:1.29980625rem;top:104.5762109375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EX3y4ducLpRrC2TEtNTCTGzaOP0bTTIW { width:6.5625rem;height:1.29980625rem;top:122.6240671875rem;left:6.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aWKUK6Uwb3D1Kt9Abgw07geMGlkOucqf { width:20rem;height:1.29980625rem;top:125.1738734375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qg52dSTfT33rDoW7ZwKGtlLUUJySUIPO { width:20rem;height:2.5996125rem;top:131.5234859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OrkaWee07TfzAwhUnQBEzTsr2OeXDR0Q { width:6.5625rem;height:1.29980625rem;top:128.9736796875rem;left:6.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ag6vw9pO3NyKV3nXWopuXEIPDdudoB5t { width:6.5625rem;height:1.29980625rem;top:147.8730984375rem;left:6.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kJd7V2ScFddqkSNHnIsVGdTTsJQQ3tD2 { width:20rem;height:2.5996125rem;top:150.4229046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Afkixwwq8Sx9DNGL75OoQaiBzEkulu9c { width:19.0625rem;height:2.5996125rem;top:154.2725171875rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JbPT6lTIDLvwU9hBlifUFkNNDULlHEGO { width:20rem;height:1.5rem;top:158.1221296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqDEBrRvIQT2Lyo3FETxGcXKFyFKIqcI { width:19.9375rem;height:1.29980625rem;top:158.2471296875rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgIDozvroHW7TQzDOtrZKkgKcFVZ3ROh { width:5.5rem;height:0.89355625rem;top:3.6630859375rem;left:2.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfGWMpxZzmiabimn2b7fUGd7WDDbLxuy { width:15.75rem;height:1.7871125rem;top:3.7255859375rem;left:4.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ylrMZCA4QG8A1r8OTrkV9nMeryFTePyA { width:16.6875rem;height:0.89355625rem;top:6.7626984375rem;left:1.625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QwhRxQe0NlJZeFJkgFrWbqeFUWxK6mXN { width:20rem;height:1.29980625rem;top:22.2236484375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yN51t60JTW6fxp8lTokKko1eg0wLJ9eE { width:19.0625rem;height:0;top:107.1260171875rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EieRA2v5xNSqXiIa03yIvT80WfKHgdUi { width:19.0625rem;height:0;top:145.3730984375rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BwaBO03r2nwCTa1XiyDJLMXRvRLJ0wip { width:6.5625rem;height:0;top:140.3730984375rem;left:6.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JoerdP6PInpFXcC4CyhKNOL3RMa6DQRR { width:20rem;height:0;top:142.8730984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vNmoXGSNo8ZgZrd1gdLhLLvBFpMBRTKH { width:20rem;height:0;top:135.3730984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CuVeqHD9t6kWOQTNTbGvZlTsqJeDXTiN { width:20rem;height:0;top:137.8730984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pEvDnIL9rnX50FRMFJDeoGtmmiOwX1oF { width:6.25rem;height:0;top:47.8701421875rem;left:6.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZGNf7g7IgIhzBtLuRIHmwEguEqNSW5rp { width:20rem;height:0;top:50.3701421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wOIv1B6vW6ar06ZDGpbkQXqlwyom6XTx { width:20rem;height:0;top:54.2451421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wTVipEoqdxRTLuVuIJ0AzaZw7zQJgFTh { width:14.75rem;height:0;top:119.9990671875rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOZoaML01wTkZQXgsRHrnXAH41iGubwh { width:6.4375rem;height:0;top:158.2471296875rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #brnk9BdZEQZEVDtcSXs89T9XOukW2R4Q { width:20rem;height:0;top:127.7236796875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KzTaWFSNys99fx5w12HTLWL42mcpcHCu { display:none; }#KzTaWFSNys99fx5w12HTLWL42mcpcHCu > .row .container { width:20rem;height:72.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u2tsfAOEMhuxKm6cvHc8acW0VmQCOfCO { width:19.1875rem;height:69.69735625rem;top:1.25rem;left:0.375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #amUkbTNoD2ge2XIAin6dwALPwk6QTM1p { background-color:#000000;background-image:none;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 { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWMeMqPcJZCKntd684HbsZko9yS4WJvw { display:block; }#OWMeMqPcJZCKntd684HbsZko9yS4WJvw > .row .container { width:20rem;height:19.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFIK82u2Uau75FUZZCzTqgM14wqLoHVV { width:19.875rem;height:13.25rem;top:47.03125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cIXyT242xZCcJIP0tMyRDbuEaD6Ezvf1 { width:20rem;height:12.375rem;top:3.71875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pKp5qKwnCyE0ZeRsp2f5sdIfAALEmdRZ { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGtx9JEdHEQeA6n7wZsbB2ZPGZQ7gHKB { width:10.875rem;height:1.5rem;top:16.093750476837rem;left:4.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLI2GGLGB8nd1F2MdFVTRk3eepmOZXLk { display:block; }
 }@media only screen and (max-width: 763px) { #QunO335payIdfBKdDZihhQ4yk0MZfv7P { display:block; }#QunO335payIdfBKdDZihhQ4yk0MZfv7P > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BD2RLuCx8wOgAL9zxfhV8lqF75JKT1zM { width:20rem;height:18.5625rem;top:6.5937700271606rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kD2nPCpcmWhgCoo5BzuJqxcVJpdbTVib { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi5EnzF8gpGvdEa5o5pDfeZapf5EMFI4 { width:20rem;height:2.2734375rem;top:3.71875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ln6m4rh1L1KGVokUqzfkbug3yDJKgQOk { display:block; }#Ln6m4rh1L1KGVokUqzfkbug3yDJKgQOk > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RuIwRTdbtQKsTmEq7kwou9ABkCpswZ4M { width:20rem;height:15.46875rem;top:3.71875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oLX2cp5p1O2bgrCAR6gcp9wxlJo2yNXP { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylplGFQp3mustXQnI2Tx2mhwELwToJzy { width:14.0625rem;height:11.6875rem;top:47.03125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tlBgJ1u1XnSqMFDBTUZOCdMXoQ3miHCN { display:none; }#tlBgJ1u1XnSqMFDBTUZOCdMXoQ3miHCN > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qofTLVAJmRRpVdMX279lENFKRXSbLpkl { display:none; }#qofTLVAJmRRpVdMX279lENFKRXSbLpkl > .row .container { width:20rem;height:4.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WKwI32nXWRlX4VUx8F1vVViawURB8O6J { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0ROQ8VU0m6dG3hsDkkQV7B0fHCJu49i { display:block; }#N0ROQ8VU0m6dG3hsDkkQV7B0fHCJu49i > .row .container { width:20rem;height:68.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3JvaL5SRir6zZNPAvpLsOqGp4TEAvUb { width:14.8125rem;height:1.25rem;top:4.84375rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpZZCipQ7a2q927QcQxbeGgZTsqGHwu1 { width:14.0625rem;height:2.25rem;top:6.75rem;left:2.96875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3rocziGS7daxZhPTzFBoGUWpzvAAnKa { width:15.9375rem;height:1.125rem;top:41.375020980835rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0y58oZGCKTRfJhshGGwNcLp2tMSzh1a { width:20rem;height:0.79980625rem;top:43.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5rem;font-family:raleway;font-weight:400;font-style:normal;color:#000000;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #S86O2JHQBfaAtN1J7xytVd7xL181XMWO { width:16.5rem;height:9.293rem;top:16.405599594116rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.6875rem;line-height:1.2;display:block; }#S86O2JHQBfaAtN1J7xytVd7xL181XMWO li:before{  }
 }@media only screen and (max-width: 763px) { #f3TdmTow3k1FwSq27Paqg6si1WcMdPTc { width:14.125rem;height:2.25rem;top:38.562500953674rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxN2A3nvmbVdnzFD1uk7q1tiO1UPm869 { width:14.0625rem;height:1.1875rem;top:9.7174482345581rem;left:2.96875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HANxayb0uTp4zJtEweURCT91pcrly7pm { width:19.75rem;height:1rem;top:11.406250953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwhyKM2ZdZbLmPapETzhiG4Aw4XAP3qS { width:20rem;height:29.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC633OqqKNAOBxT4oPLPQXZzJGnRc6PJ { width:6.375rem;height:5.9375rem;top:-1.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMIDD7WRKyNg61QSyu7NmUs9Ec5k1UOz { width:5.375rem;height:5.3125rem;top:0.51041698455811rem;left:1.2291667461395rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVGUEOlaKQXFxQqL3ztrygofxH9fFmit { width:20rem;height:34.9375rem;top:32.875000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQBAPzKRrX6qBB7UMGSuJ5NCUtB8O2D7 { width:16.4375rem;height:13.01075rem;top:44.750002861023rem;left:1.78125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }#DQBAPzKRrX6qBB7UMGSuJ5NCUtB8O2D7 li:before{  }
 }@media only screen and (max-width: 763px) { #wPi4IbxHSt26wEwEPtfytiNsWS9qVcua { width:14.8125rem;height:1.25rem;top:36.479167938233rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSVTb8XGBSbSHZJIfpDXmTbLeDWkWQuv { width:4.1875rem;height:4.125rem;top:32.354166625rem;left:2.1563725064966rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1nTTZXVn25FL6vT78JWbtCy4TUEmrgN { width:5.5rem;height:5.125rem;top:30.729167340256rem;left:-0.050262990273595rem;display:block; }
 }@media only screen and (max-width: 763px) { #OP0aAUlJg2Gvu5HoL1DlMdIeUFdmCkoe { width:17rem;height:0.9375rem;top:61.312502861023rem;left:2.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVu5RkT2At7Ehp21PGiShGElWQnQ1S5N { width:20rem;height:2.3994125rem;top:13.343750953674rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5rem;font-family:raleway;font-weight:400;font-style:normal;color:#000000;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #WgvWZeom3zsEVg76lafzVWVH7GoVPtnd { width:9.375rem;height:1.6875rem;top:63.250002861025rem;left:5.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ5AH664BkJ2ELPGX6MOx4T9M4NDzLdx { display:block; }
 }@media only screen and (max-width: 763px) { #QsvL61gKdQ6HXVUnOMtUaaHQTu3DK2AQ { width:8rem;height:1.5625rem;top:58.437502861023rem;left:6.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTLWiby0s059DnI1J18AJiBDbiT8rmTh { display:block; }
 }@media only screen and (max-width: 763px) { #zERi9A1VfuQtLODVUSv4bLSCogcx6tLn { width:9.625rem;height:1.5625rem;top:26.46875rem;left:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTcVXuxTqWziwc8aqEuiJ1gGxg179IQX { display:block; }
 }@media only screen and (max-width: 763px) { #pQIWJPJsdfak4UtobuiPom12n9D98TIu { display:block; }#pQIWJPJsdfak4UtobuiPom12n9D98TIu > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLwBD67WAegFo5BQWU4XDw1NvCQWlu8r { background-color:#000000;background-image:none;display:none; }#pLwBD67WAegFo5BQWU4XDw1NvCQWlu8r > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #szx8I0svrHOOKkmKBF9yq7zK7vOs1t92 { display:none; }#szx8I0svrHOOKkmKBF9yq7zK7vOs1t92 > .row .container { width:20rem;height:90.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vxZ5nGZXbBVu81qvTcNWuaJ3ZysCzIHt { top:7.44921875rem;left:2.8466796875rem;width:16.3748125rem;height:0;z-index:15008;color:#fffafa;font-weight:700;font-style:normal;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o8cT2TKK5XuyT5AqK2CzyqhfGhkQzME3 { width:20rem;height:4.875rem;top:3rem;left:0rem;border-top:0;border-left:0.0625rem solid #e10808;border-right:0.0625rem solid #e10808;border-bottom:0.0625rem solid #f81313;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #QSylsJGgyhrRa5Wyk5wDJtlPSJvyOt2N { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XUBDsM0pkSnRkVxUL1TzvTLh07qn5R3a { width:20rem;height:21.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.75rem;overflow:hidden;height:auto; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.6875rem; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-input-text {padding-top: 0; padding-bottom: 0;}#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.6875rem; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-input-select {padding-top: 0; padding-bottom: 0;}#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-input-button { width:13.4375rem;margin-top:0.25rem;margin-right:2rem;margin-bottom:0.25rem;margin-left:2rem;height:3.25rem;font-size:0.8125rem;overflow:hidden; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .widget-checkbox-label { width:16.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr  { width:17.5rem;height:auto;top:23.5rem;left:0rem; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr {display:block;}#UhKagEP8nd6eCVlfcLl55D35yQE1rTpr { width:17.5rem;height:46.8105625rem;top:39.546875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #M5m5sf4urrffnuI57XiJ8eGeOiKWTMfb {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #CIMsEXO6bzchOd9oE55NV0EBTCk2vs9w {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #CMfvH7Ll4kxChe91btWSAzJwcRzONJxg {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #iac4RAZs6zcUHcPGwecGSMrpLPKC8C9Z {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #se5NH74E1CV5LM75enwXPqM4RJR13W8R {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #dVTASEaKAeXTNMepeUCFmq3NHgc0oFt4 {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #JeUxZLO8Tqe5uTosf21yxp9KzXgTOxJv {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #WEFVxo1oNbaSBa6usXmpwAHgv0R1JVwN {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #C7t7MTAcCoDiloNw86vSbA3ylf8Fp7xw {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #KNfoQVOmCIE4puVwn9XRJzzeFe6VUPLN {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #XhyZ8aO8LyGTMUL08EbfmXU9vfcdIOTI { display:none; }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #GuAEpa3XUhXfDKZ3AoX7lrQAAX5Jo0i9 {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #VwGLE6aS9WMBFPxnVKPLNmQMsRySJt1b {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #Q5GowWLabKBwq1Gm91Afetk5vuvbtMoM { display:none; }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #ITda1Xafa3b7QpZqp0H6135HVbePCAC0 {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #mGOafiDdyJl38h4IBQIperud59VPDuRO {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #JFkdxehTH3X8TMJBvaydkpCnEXiTTKPo {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #VglzOuAUo56cugPvSyIW19ReBVvVnKTc {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #tpaOlOmgzLo5ypWbCi0bJg52NQS267ff {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #FLArpgqzznQZ8IkITbB2HZ4QR9LmUBAg {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #ocXDnPCotlvcwkVS8r135hDMTITqmFcO {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #rFMzo4HFC7Tyc2Dco58dTcuHkHkB0UBH {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #lktUnovJOFbuA9SLKSAkweHilcFJbdST {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #oWCMHaVcnIbEBtVnyWxduxBtcuOk85Gp {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #T3189mScoMq8yoIJITtXpwCpxc1FQ5Zt {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #CZyzbQ5TkqFzuiRZEQ6M8aF6w6hkIDcn {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #VJpomSsG4Rrw8LQsouHbIdXP8TCrQiDl {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #cadnxxU0snOFJiT1v2BB3FCGlycpcgH6 {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #gF7LVEl0tazeAb0q5Fy6yaO5OzgacDtE {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #RxVdEqmxcEC6xByIefmqavAkPT1PzaQM {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #xGGuorGXR4grAPiiTnyeSReigRrUZqdC {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #UmxrsK1TQGpLdouARJPA4ACTZQQHr2kk {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #g0nT1ENP2nuoEXKZWDolkBkcgfs0zAkV {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #o850QmCcwOPkMWNfCEQttM4QLkS0la6G {  }
 }@media only screen and (max-width: 763px) { #UhKagEP8nd6eCVlfcLl55D35yQE1rTpr #Spb1ZgpW1zMgLBRaNsx0f41uJmAxL5Qh {  }
 }@media only screen and (max-width: 763px) { #GxhOkbXcDVEyMdUba8W7ZzhtWUGdLG8w { width:15.5rem;height:3.296875rem;top:35rem;left:4.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSr2vQRcN8WtLxmcyziFMeiF09kZl5fM { display:flex;width:1rem;height:1rem;top:35rem;left:1rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #OEn8tiCrMdiJoWrkWEyKprKFcqGf6ex5 { width:15.875rem;height:4.9453125rem;top:23.375rem;left:4.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmIFBw5Tqhzccps0QwmqtmwPza2yqCQD { display:flex;width:0.875rem;height:0.875rem;top:23.8125rem;left:1rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #UoNKowy7uhWgmapEVCBmWW5n6bJzFIbc { display:flex;width:0.9375rem;height:0.9375rem;top:8.5625rem;left:1rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #TfoR6CXNx5zU9gWw8TpfylGsPT70FqlA { width:17.625rem;height:1.94921875rem;top:3rem;left:1rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMA8uEESevL8l5TT4Vf9hEIuy6y4p1GT { width:15.6875rem;height:0.82421875rem;top:8.3125rem;left:4rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdOo0zGhu9c9plLS5FzlFL1XI7oyTcvT { width:16.125rem;height:3.296875rem;top:13.75rem;left:3.875rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPxoaqfJ3gEx2BQrrpAdpH6lMsABe1sl { display:flex;width:0.8125rem;height:0.8125rem;top:13.75rem;left:1rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #nLJRkrldAGviVCuw435bbfs9vme9aWn5 { display:none; }#nLJRkrldAGviVCuw435bbfs9vme9aWn5 > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NkV4Mv9a055ULVg0ZUqGLGpRvTsbNMId { display:block; }#NkV4Mv9a055ULVg0ZUqGLGpRvTsbNMId > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDLgpUmuTeoFe8nFiegUJSimZBPbeRyB { width:16.25rem;height:12.0625rem;top:6.0859375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnsBt0LiO397KELgPCSoe5LRrM5TxRye { width:20rem;height:1.19986875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zItuMBTJ60eD2kJTKkA0sTDVGNKIEWMb { width:20rem;height:1.625rem;top:19.375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X1cKhABDf8GrbxsIFR3ppHLRguh81pIE { width:13rem;height:1.4375rem;top:22.148477554321rem;left:3.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFu7azcceuGNnPaZO0tgTHuFTIWDr7OT { display:block; }
 }@media only screen and (max-width: 763px) { #XuH0omxtGh6MMhkp3xmK4HullT0JKpAn { width:19.75rem;height:20.875rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWGkSS99exdiV4bQC0GA9TT6S9GNIEki { display:block; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A47t4n79nI7paBMeE3dsifEePEXMeocq { width:20rem;height:1.21875rem;top:0.92185497283938rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa { display:block; }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZPKXCweIFAgdgVn9TNymyNl6yLVNuCK { width:19.375rem;height:5.875rem;top:0.8125rem;left:0.50130212306976rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyITBoLMpd1sAsfp6t31rysx9eBSVkKo { width:7.375rem;height:2.375rem;top:2.25rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD510hmcto8U7RikTE1vwCXbApcbIKaU { width:16.1875rem;height:4rem;top:1.71875rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ledECb0yEobAL4Kg786eeTL5O3brMSyh { display:none; }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row .container { width:20rem;height:3.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WBOuXdnF6BNENEy3lgMXF1Ju4B59W86D { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrUaNLArmxTGtCE9wMfuLTTBLo2vqGfC { display:block; }#QrUaNLArmxTGtCE9wMfuLTTBLo2vqGfC > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxoKOBmVyGfeUfKtgCQDMTGdDawHLiBC { width:18.9980625rem;height:12.874rem;top:15.3730625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uM3tW8eNDuo4OIxCuiE1FcadPLR5eGZP { width:18.9980625rem;height:12.874rem;top:1.25rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uEG5GHs3qqdtxZasuGrd5LKyK0scB5ZP { width:18.9980625rem;height:12.874rem;top:29.496125rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZ8l4yQX9GkgPcdIRZm5LPTdbMmeu42N { width:2.5rem;height:1.75rem;top:1.25rem;left:0.57291674613953rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyThDPElzPeG2yAPfJWhLF1TVTecicvM { width:2.5rem;height:1.25rem;top:1.25rem;left:6.6979169845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz55FyPBHx5Sk9nrEBCWIcS0MTUP2f3O { display:none; }#kz55FyPBHx5Sk9nrEBCWIcS0MTUP2f3O > .row .container { width:20rem;height:3.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Dt4LMg3XmqwMExTseMtyNB1aGZym3sC0 { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeP8hpcruE0fQQInefJJFP7XFAWFb5iO { display:none; }#xeP8hpcruE0fQQInefJJFP7XFAWFb5iO > .row .container { width:20rem;height:3.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xVc1CIDr2nrKN0AAsuGx37xintD9JAtf { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaMsu52HscZ7ZEnPPqHbHHyddPPGxpRo { display:block; }#uaMsu52HscZ7ZEnPPqHbHHyddPPGxpRo > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXnhLKfJFz35dD7I17LiRs6BTT9rk55y { width:18.9980625rem;height:12.874rem;top:15.3730625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUEhI3yi9sO4oGsWsJws34Wp8H9KFt2L { width:18.9980625rem;height:12.874rem;top:1.25rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uxfNxOIHXJhXQugLKDu7Sa0RiEciKLSJ { width:18.9980625rem;height:12.874rem;top:29.496125rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #p3xvCGlcPCbwdRDTVv3E8AMRiTzJuN0Z { width:2.5rem;height:2.5rem;top:1.25rem;left:0.57291674613953rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxtdRMfSxCKlTClezHGwaa8xplbBugGk { width:3.625rem;height:1.25rem;top:1.25rem;left:6.6979169845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI3SR2Wr6RFf6xWoARwR2HzuZw5rhP7R { width:1.6875rem;height:1.6875rem;top:1.59375rem;left:12.822916984558rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx { display:block; }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row .container { width:20rem;height:1.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtXKdg9Oh3lQZ0lXIoeT83zVpkhqxPP4 { width:20rem;height:1.21875rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9Nu5wi0ISZ1ZoOTSX9shxuI5pEdiCzw { display:block; }#L9Nu5wi0ISZ1ZoOTSX9shxuI5pEdiCzw > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5HUB5BkASNacSvJMSZfrW7iBuv5seWi { width:18.9980625rem;height:12.874rem;top:15.3730625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #c9Ofilq0StHJ15D02DorUcqIfFnVDLmN { width:18.9980625rem;height:12.874rem;top:1.25rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iAraupLLDVlzWB91CgDP6xVVtAVeAZil { width:18.9980625rem;height:12.874rem;top:29.496125rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xdpZrvkLQTgCUsOyePXhaNgZrfcTpXCN { width:6.125rem;height:2.5rem;top:1.25rem;left:0.57291674613953rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7UtPsciyZ7MMnT3Cp8sLFPg0plxNci3 { width:6.125rem;height:2.5rem;top:1.25rem;left:6.6979169845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #h82w3GX73rscxacoT6rv0lSki5MTtJ2A { width:5.9375rem;height:1.6875rem;top:1.59375rem;left:12.822916984558rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB { display:block; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXaBqFfET3bk1WgF8SyaT115Ph0h86TI { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t { display:block; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row .container { width:20rem;height:0.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6psTcpUC3dT3QfZ5ONRFdbbiiZnTJrT { display:block; }#z6psTcpUC3dT3QfZ5ONRFdbbiiZnTJrT > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKTTivvtHEHbgxn2uwwBJVDm21Tnv3VX { width:16.375rem;height:0.89355625rem;top:0rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNQrsHxfCpK4oGrE7AAOCiDTpCiKohJQ { width:5.875rem;height:5.875rem;top:1.89453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqy5T0GL7Wl27MoQtrpdhMtk244JnTA9 { width:10.1875rem;height:1.625rem;top:2.3124799728394rem;left:8.5833339691163rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IPusXo3BB2NbGVriebWhbz2wOM6N7To7 { width:9.8125rem;height:1.862305rem;top:5.8750001192093rem;left:8.875rem;font-size:0.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NmBmX80TygsAONTxiGeh0gtPli7nGzuG { display:flex;width:0.8125rem;height:0.8125rem;top:5.75rem;left:7.625rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #ycApIMrAIyJObnMCJoTBowDkFNxxV0xw { display:flex;width:0.8125rem;height:0.8125rem;top:7rem;left:7.6875rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #LT5A7MrG27V4kFx3FGlf6l23UMG2VFpq { width:12.4375rem;height:0.73111875rem;top:4.1028642654419rem;left:7.5625rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hfvrnNaTik8SoywutzdNumh7uoWkVriW { display:block; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container { width:20rem;height:17.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0peTAsFoKUShpK8oJvT6fhPQZB90g5V { width:16.4375rem;height:0.89355625rem;top:0.625rem;left:1.78125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #viluoioAhWrZfnbovqLBZOJ1AkWQCfsN { width:5.875rem;height:5.875rem;top:2.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8XFKvAUB6ySD5vxzTKfyTzB9GdvzMsT { display:flex;width:0.8125rem;height:0.8125rem;top:6.25rem;left:7.4375rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #hWKyRxkpGp3H6TrsEoThqBMM7TN5N479 { display:flex;width:0.8125rem;height:0.8125rem;top:7.4375rem;left:7.4375rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #vCL8piJVHE3CZkfm0lNsalTRd5H8CwM4 { width:13.1875rem;height:0.73111875rem;top:5rem;left:6.8125rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eR9dZMJMqa9EpfOQxZ8ZvdkFUS478S2D { width:10.125rem;height:1.625rem;top:3.1875rem;left:8.1354169845581rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qLh4bTUn7kGux1Dd0xKO0VJEyns6TZun { width:10.75rem;height:1.84961rem;top:6.3125rem;left:8.75rem;font-size:0.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xe0WBK7Cncspwhmf0Z1au1Lfdr59P8Z1 { display:flex;width:0.8125rem;height:0.8125rem;top:15.0625rem;left:7.4375rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #xpVaixMfhDlTWM9qAhiFmJHOesIp4kxS { display:flex;width:0.8125rem;height:0.8125rem;top:13.729167342186rem;left:7.4375rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #hsByD7rx9qmUx119hO6hdvtb0FdZBqHS { width:11.8125rem;height:0.73111875rem;top:12.728515982628rem;left:7.4375rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G8N0TZyd2w56MbZ6QpTzsOrKSW61z4n7 { width:10.375rem;height:1.625rem;top:10.741536617279rem;left:8.25rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s9A2tQ1M3XcyJmLK4gEFqZT1gB9rIIvy { width:5.875rem;height:5.875rem;top:10.189433097839rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhOX646s8H0HEUSWtGHv1EX9vVL35Z5L { width:11.1875rem;height:1.84961rem;top:13.875rem;left:8.8125rem;font-size:0.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa { display:block; }#Awiduk0BRhn4QsvOnfQ8nGXOrlVfqxCa > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6iOIJeCJbkDvTZNBP1xZn7RhgXG8ST3 { width:18.4375rem;height:0.89355625rem;top:0.75rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNcBJBWu3oOw80fxqNUiFvgpMBaDoTsy { width:5.875rem;height:5.875rem;top:2.4062290191651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOAa3u8uVmXovnDrhwMddxxLCaGaQu7G { width:10.375rem;height:1.625rem;top:3.34375rem;left:8.25rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pSiOWVXoFXPZc5QIgu13MWWbP7mc9R5a { width:10.3125rem;height:2.1875rem;top:5.9375rem;left:8.9479169845581rem;font-size:0.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XNvJS8qmpCOrw8JNXNKDX0s9vk1VAsXa { display:flex;width:0.8125rem;height:0.8125rem;top:6.125rem;left:7.5rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #Tn6rPp7JRIBqH2ohuiFGcqh88MHfbbze { display:flex;width:0.8125rem;height:0.8125rem;top:7.25rem;left:7.5rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #D4ir7IrOOrN2wG8stF3CK22z28KLQBH5 { width:8.75rem;height:0.73111875rem;top:5.14453125rem;left:9.0625rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #izQRlZbWRT8T7T8C15KzNALrkIvTlnBx { display:block; }#izQRlZbWRT8T7T8C15KzNALrkIvTlnBx > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISL3tz8KbLsZn26WyptwI86bFM9LXmRv { display:none; }#ISL3tz8KbLsZn26WyptwI86bFM9LXmRv > .row .container { width:20rem;height:10.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BHCWre5TB0e5ctVtEJDxFOf2dgyWOasD { width:20rem;height:2.03125rem;top:7.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwn0yOTLh0uInknxCyBGwFWVcW7dFqnu { width:4.8125rem;height:4.625rem;top:1.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 { display:none; }#cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 > .row .container { width:20rem;height:83.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eZ7KGe5BkepTBwpgUZfzyGXOkWu0ftoq { top:62.54005625rem;left:0.5rem;width:18.9980625rem;height:3.686525rem;display:block; }
 }@media only screen and (max-width: 763px) { #adgPiZPiaUmA5ZizGtPrT0iJdQ4DnPpK { display:block; }
 }@media only screen and (max-width: 763px) { #cn0ZouDpz0yn0eKAK61WvbRd4pTHUmUq { top:67.47658125rem;left:0.5rem;width:18.9980625rem;height:3.686525rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6SPoMNtT6Tmra3o9N5L8fhTDA6nMiR1 { display:block; }
 }@media only screen and (max-width: 763px) { #S5vMk9THUQfwwgsR09S2XgyyzJD2y72A { top:78.4619375rem;left:0.5rem;width:18.9980625rem;height:3.686525rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzd4aQ1q312pS9GCz1aPvZUfzeOa0HbZ { display:block; }
 }@media only screen and (max-width: 763px) { #Xx0LXCwpsRmF19F0ZmDzXMy6LBKpI8DT { width:20rem;height:1.29980625rem;top:59.99025rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UhBAOTRTeScBZeWDClaAC5vuPZA5tSyw { width:20rem;height:1.29980625rem;top:75.91213125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p0LPaSU4JTOuTX9MT9FM40T1zMLbfVt5 { top:48.055675rem;left:0.5rem;width:18.9980625rem;height:3.686525rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnx4XCaRxFr1V1eOb2ar8cP6kzrZO8h3 { display:block; }
 }@media only screen and (max-width: 763px) { #pW7rLnmX5wrZZZK5PAkTzcMD5IrDQaWD { top:31.1836rem;left:0rem;width:20rem;height:3.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I672oQDHEVaXDDIiAgKVrT83x2TlJmli { display:block; }
 }@media only screen and (max-width: 763px) { #sTNcLZgQoa2aWaKHTDb7GUHQVVJakTb3 { top:36.1211rem;left:0.5rem;width:18.9980625rem;height:3.686525rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXyRCNzJL6MUscpV2cIVT8TiplLwrSrh { display:block; }
 }@media only screen and (max-width: 763px) { #UyHfxT2Hn3EyhrHNqOwULQEMnuOwREk5 { display:flex;width:2.249025rem;height:2.249025rem;top:27.684575rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #kNDoXctXqfLWN3li36Mo6syBSVPJZ7li { display:flex;width:2.249025rem;height:2.249025rem;top:41.057625rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #yAJEtHTSnrPkFsZ0Bmb4s0TvmxdRAxQb { display:flex;width:2.249025rem;height:2.249025rem;top:44.55665rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #xmRoh4q7QmftghRR7shp75Iga2MKasoR { display:flex;width:2.249025rem;height:2.249025rem;top:52.9922rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #swwFgdu8vkOAhCuTcV5TivMcEbhLzC91 { top:22.747075rem;left:2.75rem;width:14.4375rem;height:3.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MChI8DLthx1OBqTplCex684CfCc44adw { display:block; }
 }@media only screen and (max-width: 763px) { #y5mWq5q25OQGCkBT8GmyXm07UEHBfr9W { top:14.31055rem;left:2.25rem;width:15.5rem;height:3.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCaEnPwqlSC5t1GxaumHyKLL9yLK8GRc { display:block; }
 }@media only screen and (max-width: 763px) { #qvsoEIduzIB983IZD0BUTXs0ftSKpdiW { display:flex;width:2.249025rem;height:2.249025rem;top:10.811525rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #VlXMq5xDLbZn3DWKU7VvcTM0aIG0dtB3 { display:flex;width:2.249025rem;height:2.249025rem;top:19.24805rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #ZwJzVRJ7diECtgVcG9VyXK2O8FcZvvqk { top:4.749025rem;left:3.0625rem;width:13.875rem;height:3.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfNyIQKlKzHBISNhTKcQKNiyeCDyw97D { display:block; }
 }@media only screen and (max-width: 763px) { #uEDKbhAoTzseSL0EhUTolVta0VFUOwvy { display:flex;width:2.249025rem;height:2.249025rem;top:1.25rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #VokhiWcompTkXfvmA3KVTPW3G4X2Slse { width:20rem;height:0;top:9.561525rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ikMGCM0cc5t7L4cQ98CbcD55CKtTeML9 { display:flex;width:2.249025rem;height:2.249025rem;top:56.491225rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #hQxxhMdcLqZohfCKTNt5cI0zKfbIK2nb { display:flex;width:2.249025rem;height:2.249025rem;top:72.41310625rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #VUyNuiegivH0UMVIahczQVtcUJvV1gWW { position:relative;z-index:auto;display:block; }#VUyNuiegivH0UMVIahczQVtcUJvV1gWW > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNsDQBDNAVG9QBbksiIdF5h7Sqq8hKhc { width:1.375rem;height:1.375rem;top:1.3125rem;left:7.375rem;font-size:1.3125rem;display:block; }
#TNsDQBDNAVG9QBbksiIdF5h7Sqq8hKhc > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #FBmBLiN5mRKAuCa99oaPL1ucnwCBr1Vq { width:1.625rem;height:1.625rem;top:1.1875rem;left:10.1875rem;font-size:1.3125rem;display:block; }
#FBmBLiN5mRKAuCa99oaPL1ucnwCBr1Vq > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #cEnFnRNyKRvegRtOnVt6mMUxbSRCJn8L { display:block; }#cEnFnRNyKRvegRtOnVt6mMUxbSRCJn8L > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zbrTyhzZPoONgMH39xWNHtTThh1xavlx { width:20rem;height:3.65234375rem;top:3.6875rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eh0lokphlcGqDbMyd73fAJnRWtM2dE6N { width:10.5rem;height:0.8125rem;top:8.5585947036744rem;left:4.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OoWtH3Gcu80BLD8eKy9nhlOerPTALZC4 { width:20rem;height:0.89355625rem;top:10.257813453674rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PawpJBda33L5lXXshhFrUCUJHipxngEE { width:6.4375rem;height:2.3125rem;top:1.375rem;left:6.78125rem;display:block; }
 }