.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,227,225;--color-primary-1:128,160,155;--color-primary-2:0,65,54;--color-primary-3:0,33,27;--color-primary-4:0,10,8;--color-secondary-0:227,248,221;--color-secondary-1:213,244,204;--color-secondary-2:185,237,170;--color-secondary-3:111,142,102;--color-secondary-4:37,47,34;--color-tertiary-0:217,227,225;--color-tertiary-1:128,160,155;--color-tertiary-2:0,65,54;--color-tertiary-3:0,33,27;--color-tertiary-4:0,10,8;--headlines-font-family:"Rufina";--paragraphs-font-family:"Mutualidad"; }@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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
 #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 *:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="text"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="email"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="tel"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 textarea:focus-visible { outline:0.125rem solid #000000;; } #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#x6Pu6wruNVVXXqfk530Ss3DZORQwt6yZ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#x6Pu6wruNVVXXqfk530Ss3DZORQwt6yZ > .row .container { background-color: transparent; background-image: none; }#x6Pu6wruNVVXXqfk530Ss3DZORQwt6yZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6Pu6wruNVVXXqfk530Ss3DZORQwt6yZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6Pu6wruNVVXXqfk530Ss3DZORQwt6yZ > .row .container > .video-iframe-container { display: none; }#x6Pu6wruNVVXXqfk530Ss3DZORQwt6yZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6Pu6wruNVVXXqfk530Ss3DZORQwt6yZ > .row > .video-iframe-container { display: none; }#x6Pu6wruNVVXXqfk530Ss3DZORQwt6yZ > .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); }#x6Pu6wruNVVXXqfk530Ss3DZORQwt6yZ > .row .container { border-width: 0; border-radius: 0; }#x6Pu6wruNVVXXqfk530Ss3DZORQwt6yZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#x6Pu6wruNVVXXqfk530Ss3DZORQwt6yZ > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#Ho1ZC5H2t844u9de8BXZlBBDxZ89pADK { 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:1.875rem;width:27.4375rem;top:0.96875rem;left:23.78125rem;overflow:hidden;display:block; }
#JTkVDyT3qoyyiwS4qbmUxHekVxZfF24g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3c8d4827-0e55-4b25-a055-fb171bdface1/HeroTCK.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JTkVDyT3qoyyiwS4qbmUxHekVxZfF24g.adaptive-delivery-prevent-bg, #JTkVDyT3qoyyiwS4qbmUxHekVxZfF24g.lazyload, #JTkVDyT3qoyyiwS4qbmUxHekVxZfF24g.lazyloading { background-image: none; }#JTkVDyT3qoyyiwS4qbmUxHekVxZfF24g > .row .container { background-color: transparent; background-image: none; }#JTkVDyT3qoyyiwS4qbmUxHekVxZfF24g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#JTkVDyT3qoyyiwS4qbmUxHekVxZfF24g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTkVDyT3qoyyiwS4qbmUxHekVxZfF24g > .row .container > .video-iframe-container { display: none; }#JTkVDyT3qoyyiwS4qbmUxHekVxZfF24g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#JTkVDyT3qoyyiwS4qbmUxHekVxZfF24g > .row > .video-iframe-container { display: none; }#JTkVDyT3qoyyiwS4qbmUxHekVxZfF24g > .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); }#JTkVDyT3qoyyiwS4qbmUxHekVxZfF24g > .row .container { border-width: 0; border-radius: 0; }#JTkVDyT3qoyyiwS4qbmUxHekVxZfF24g::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; }#JTkVDyT3qoyyiwS4qbmUxHekVxZfF24g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTkVDyT3qoyyiwS4qbmUxHekVxZfF24g > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;position:relative;display:block; }#JgUcyg0X0MAdibUdTVklrwQh1XcP69S4 { color:#ffffff;display:block;width:52.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15014;line-height:1;letter-spacing:0;top:4.4375rem;left:1.9375rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#m6zOyaB12fpARnkbQKygO5zi55Torq8m { color:#ffffff;display:block;width:52.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:7.75rem;left:1.9375rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }
#TThCwUTCrxCxPTThhLenxOpeVFvGQCa7 { color:#ffffff;display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:12.9375rem;left:3.9375rem;height:2.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ce6CZVFcQGJEyNnIHTkTtDV9G27TwWUl { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:16.8125rem;left:3.9375rem;height:1.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nykkNanEPilvCPsCzFWgsCJsqF3StAgC { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:12.875rem;left:1.9375rem;overflow:hidden;display:block; }
#R56CXe13q0fOuSO2T4FUtuUdbq1zWxBI { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:16.625rem;left:1.9375rem;overflow:hidden;display:block; }
#EwfamcdGVP45o1LqJNNSE97CN8ls7ApD { 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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:20.9375rem;left:1.9375rem;display:block; }
#oB6CZLNoP34sFDk9mHuGaSvPxZITmrcw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ViXU1exAm2OxDGS6h5EhNMnxrsN6KHVI { position:absolute;display:block;z-index:15033;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:28.0625rem;width:28.1875rem;top:-0.0006103515625rem;left:58.250315544568rem;overflow:hidden;display:block; }
#P2b8gTBXFobP4No7RKutM63fRziC7QxO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3c8d4827-0e55-4b25-a055-fb171bdface1/HeroTCK.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#P2b8gTBXFobP4No7RKutM63fRziC7QxO.adaptive-delivery-prevent-bg, #P2b8gTBXFobP4No7RKutM63fRziC7QxO.lazyload, #P2b8gTBXFobP4No7RKutM63fRziC7QxO.lazyloading { background-image: none; }#P2b8gTBXFobP4No7RKutM63fRziC7QxO > .row .container { border-width: 0; border-radius: 0; }#P2b8gTBXFobP4No7RKutM63fRziC7QxO::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; }#P2b8gTBXFobP4No7RKutM63fRziC7QxO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P2b8gTBXFobP4No7RKutM63fRziC7QxO > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;position:relative;display:none; }#W4HDdKrU6wlQAT94HHFuQrE8mfLhVtXw { color:#ffffff;display:block;width:52.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15014;line-height:1;letter-spacing:0;top:4.4375rem;left:1.9375rem;height:2.999875rem;text-align:left;text-align-last:left;display:block; }
#A1tD5txeLPck4clJPbdKp5MzPPD6LBtl { color:#ffffff;display:block;width:52.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:7.75rem;left:1.9375rem;height:2.24975625rem;text-align:left;text-align-last:left;display:block; }
#is33lZPm54iPkmry9M0BMoRnvhkUo5QM { color:#ffffff;display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:12.9375rem;left:3.9375rem;height:2.1984875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d8bCaHdTgZFNnGFZRlggmsTNhEJXBBKd { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:16.8125rem;left:3.9375rem;height:1.09924375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b9b3go60NQmH2wyfSbWFDZtuZH1qFLMH { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:12.875rem;left:1.9375rem;overflow:hidden;display:block; }
#eDqf8fI8GKL8yph6k8OU49Z0NxElxFbg { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:16.625rem;left:1.9375rem;overflow:hidden;display:block; }
#dgnTnnQgWPJ3C3cce8dq0sb79U3MfiRV { 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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:20.9375rem;left:1.9375rem;display:block; }
#ToOITmgq0r5sA0rit5aIoPLngHxdPW1T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GhFOCbxOatuerTuW2PWzpTFQ5BgT00X6 { position:absolute;display:block;z-index:15033;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:10.5rem;width:28.4375rem;top:-0.000244140625rem;left:57.958984375rem;overflow:hidden;display:block; }
#UuQnNJC0TcnQ8TX463RIaQcchrhxTdMI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#UuQnNJC0TcnQ8TX463RIaQcchrhxTdMI > .row .container { background-color: transparent; background-image: none; }#UuQnNJC0TcnQ8TX463RIaQcchrhxTdMI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuQnNJC0TcnQ8TX463RIaQcchrhxTdMI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuQnNJC0TcnQ8TX463RIaQcchrhxTdMI > .row .container > .video-iframe-container { display: none; }#UuQnNJC0TcnQ8TX463RIaQcchrhxTdMI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UuQnNJC0TcnQ8TX463RIaQcchrhxTdMI > .row > .video-iframe-container { display: none; }#UuQnNJC0TcnQ8TX463RIaQcchrhxTdMI > .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); }#UuQnNJC0TcnQ8TX463RIaQcchrhxTdMI > .row .container { border-width: 0; border-radius: 0; }#UuQnNJC0TcnQ8TX463RIaQcchrhxTdMI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UuQnNJC0TcnQ8TX463RIaQcchrhxTdMI > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#TNOsw7AwUzuDnQ2q09rigzUobWqeNAzT { color:rgba(var(--color-tertiary-4),1);display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:2rem;left:6.125rem;height:1.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ov57NDFGcoMlqmisOWEWMTVJdFpKtWXO { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.49963125rem;width:11.3745rem;top:1.8125rem;left:57.4375rem;overflow:hidden;display:block; }
#WaW4OTWc5FfcAhv645NBboXuTc909JRo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#WaW4OTWc5FfcAhv645NBboXuTc909JRo > .row .container { border-width: 0; border-radius: 0; }#WaW4OTWc5FfcAhv645NBboXuTc909JRo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WaW4OTWc5FfcAhv645NBboXuTc909JRo > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:none; }#O3pqBavrMR8I4rrpUneRNmO88c1sTyVu { color:rgba(var(--color-tertiary-4),1);display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:2rem;left:6.125rem;height:1.09924375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UTbnXtMdPptX0myACzu0O56Ufz4H0X3h { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.49963125rem;width:11.3745rem;top:1.8125rem;left:57.4375rem;overflow:hidden;display:block; }
#UhTLRZ5GIsr4GNf98oxp3cNXxx7XAT4G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UhTLRZ5GIsr4GNf98oxp3cNXxx7XAT4G > .row .container { background-color: transparent; background-image: none; }#UhTLRZ5GIsr4GNf98oxp3cNXxx7XAT4G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhTLRZ5GIsr4GNf98oxp3cNXxx7XAT4G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhTLRZ5GIsr4GNf98oxp3cNXxx7XAT4G > .row .container > .video-iframe-container { display: none; }#UhTLRZ5GIsr4GNf98oxp3cNXxx7XAT4G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhTLRZ5GIsr4GNf98oxp3cNXxx7XAT4G > .row > .video-iframe-container { display: none; }#UhTLRZ5GIsr4GNf98oxp3cNXxx7XAT4G > .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); }#UhTLRZ5GIsr4GNf98oxp3cNXxx7XAT4G > .row .container { border-width: 0; border-radius: 0; }#UhTLRZ5GIsr4GNf98oxp3cNXxx7XAT4G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UhTLRZ5GIsr4GNf98oxp3cNXxx7XAT4G > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#ThTXEhA8HdvWRc1kbyHJ19aJ7t9kXnkA { color:#ffffff;display:block;width:44.624625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;top:4.3115234375rem;left:15.186157226562rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#zTO3wDagKFgg6HsiuBgXlSTRH78rzJlT { color:#ffffff;display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15031;line-height:.9;letter-spacing:0;top:11rem;left:16.75rem;height:2.0249rem;text-align:left;text-align-last:left;display:block; }
#oiIRozO95wEvohRPyeJmRRkzCRadbBME { color:#ffffff;display:block;width:5.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:normal;z-index:15030;line-height:.9;letter-spacing:0;top:9rem;left:11rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#BoX3Ob98R0was83b6HPfZPNdvHK9uwXO { color:#ffffff;display:block;width:5.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15032;line-height:.9;letter-spacing:0;top:11rem;left:5.3125rem;height:2.0249rem;text-align:right;text-align-last:right;display:block; }
#bTefhkoe9Uu7QALHUQ5oNDAPybP0sE5f { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:normal;z-index:15030;line-height:.9;letter-spacing:0;top:9rem;left:32.125rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#Omy3WAXi1oTfWwQeUCNuFNgkqrATa9IG { color:#ffffff;display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15031;line-height:.9;letter-spacing:0;top:10.8125rem;left:40.875rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#aRTSRcHJDe2OIDMUZTCxBCxGtAbssCQZ { color:#ffffff;display:block;width:8.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15034;line-height:.9;letter-spacing:0;top:11rem;left:57.875rem;height:2.0249rem;text-align:left;text-align-last:left;display:block; }
#NmggMpfTSIuyBuqdmGeVmTWs4UwT3mfe { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:normal;z-index:15032;line-height:.9;letter-spacing:0;top:9rem;left:47.125rem;height:4.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e7mrc1L2HkREzRx58TM6bB6eTtyAvFt6 { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:14.75rem;left:9.1875rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rLqTxwSrifqqgyA4WbrkusyTBPwq2qQV { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:14.75rem;left:30.625rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KnlNOxzicFLgk58nHt4nBRE0qyFf4Pbd { color:#ffffff;display:block;width:10.187375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:14.75rem;left:54.0625rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zPqQRtqJUxruT0y0h9lCV1UETIKCNEhA { position:absolute;display:block;z-index:15035;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:0.8125rem;width:4.125rem;top:18.421265039063rem;left:62.977710729475rem;overflow:hidden;display:block; }
#W8G7SyNJOMUrEuyUIJoZ8a2IKEkv0XCI { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0620125rem;width:5.3125rem;top:19.750610351562rem;left:54.2861328125rem;overflow:hidden;display:block; }
#m0Ns5RWOKIEGn2iFZ66VT1qFeuwl7t4r { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.81213125rem;width:8.2495rem;top:17.937377929688rem;left:55.343017578125rem;overflow:hidden;display:block; }
#wz3vFqlBn3OtGotzUrrlRDR8i4cBbSvC { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:3.75rem;top:17.670777539062rem;left:52.272567542389rem;overflow:hidden;display:block; }
#usPsOUl2K2MoviaNy15z8PTKCAgMwvnE { position:absolute;display:block;z-index:15039;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:0.875rem;width:10.5625rem;top:19.874877929688rem;left:56.499877929688rem;overflow:hidden;display:block; }
#DotzkodH9VVo1nTUul4HMgN90OHLmTnH { position:relative;display:block; }#DotzkodH9VVo1nTUul4HMgN90OHLmTnH { background-color: transparent; background-image: none; }#DotzkodH9VVo1nTUul4HMgN90OHLmTnH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DotzkodH9VVo1nTUul4HMgN90OHLmTnH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DotzkodH9VVo1nTUul4HMgN90OHLmTnH > .row .container > .video-iframe-container { display: none; }#DotzkodH9VVo1nTUul4HMgN90OHLmTnH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DotzkodH9VVo1nTUul4HMgN90OHLmTnH > .row > .video-iframe-container { display: none; }#DotzkodH9VVo1nTUul4HMgN90OHLmTnH > .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); }#DotzkodH9VVo1nTUul4HMgN90OHLmTnH { border-width: 0; border-radius: 0; }#DotzkodH9VVo1nTUul4HMgN90OHLmTnH > .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; }#DotzkodH9VVo1nTUul4HMgN90OHLmTnH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:50.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T5g4xuJs9Qom1DB1aEdHvM9awoZbOHTF { color:#000000;display:block;width:57.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15014;line-height:1;letter-spacing:0;top:4.375rem;left:8.625rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#M7DnlkZDBOHTIZUQfTeS8fUWuehpR1rX { color:rgba(var(--color-tertiary-4),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:8.125rem;left:10.3125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AhaLPfqKbtwk8c0bq0b3z5ZqUJ4E0CLf { box-sizing:content-box;height:31.9375rem;width:26.875rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #e1e1e1;border-left:0.125rem solid #e1e1e1;border-right:0.125rem solid #e1e1e1;border-bottom:0.125rem solid #e1e1e1;top:13.9375rem;left:9.375rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#eBLcuaNbJV4stTCHLpEaRopAiSg8bTSu { color:#000000;display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15033;line-height:1;letter-spacing:0;top:22.5rem;left:15.375rem;height:1.50024375rem;text-align:center;text-align-last:center;display:block; }
#NsUUDUOT5zKVO42SS4oAcx2n0MJe7QW5 { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:27.125rem;top:13.9375rem;left:9.375rem;overflow:hidden;display:block; }
#mo4Fc0fWNkAe7lJA8l8AUof8i4MVHC6g { color:rgba(var(--color-primary-2),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:24.375rem;left:13.4375rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oIcae4BhVT2sxFTmi4vfqetRuDnnlnep { color:rgba(var(--color-primary-2),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15033;line-height:1.8;letter-spacing:0;top:26.875rem;left:15.5rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BfKxePTHmQtglTEJTqXCOTfWyQfIMKyS { color:rgba(var(--color-primary-2),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:28.125rem;left:21.875rem;height:1.9494625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Krs2biLtlK2n2m2Pq1tGZ5PV8LsN1mmC { box-sizing:content-box;height:0.125rem;width:24.25rem;position:absolute;display:block;z-index:15035;background-color:#e1e1e1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.5rem;left:10.8125rem;display:block; }
#Vi2G7HqXRyTHRh25IBWEQLasyZvCDEht { color:rgba(var(--color-primary-2),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15033;line-height:1.6;letter-spacing:0;top:32.8125rem;left:10.625rem;height:3.59765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Vi2G7HqXRyTHRh25IBWEQLasyZvCDEht li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Vi2G7HqXRyTHRh25IBWEQLasyZvCDEht li:before{  }
#aDONrOGUlp8yEBycA8oyIDnRAdTwFKtF { color:rgba(var(--color-primary-2),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15034;line-height:1.6;letter-spacing:0;top:37.25rem;left:10.8125rem;height:2.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#aDONrOGUlp8yEBycA8oyIDnRAdTwFKtF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aDONrOGUlp8yEBycA8oyIDnRAdTwFKtF li:before{  }
#ebKetpuMc6qCEN3tH5eyphMIyCLrfh3v { 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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:2.75rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:41.9375rem;left:15.6875rem;display:block; }
#xN5nO0nbbtTTQwfg2KBLKZhqAi7pzm1T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bc4kZ37LngnTN5mRIb0DNBZ2f196Mzmh { color:rgba(var(--color-primary-2),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15042;line-height:1.5;letter-spacing:0;top:24.375rem;left:40.1875rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NhXReGU4BroyJUCs21bqRKaiVdkEoLGC { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15043;line-height:1;letter-spacing:0;top:22.5rem;left:43.4375rem;height:1.50024375rem;text-align:center;text-align-last:center;display:block; }
#eAif399MWoSXau0T2gbp6bhg34dnvdJ4 { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:27.0625rem;top:13.937377929688rem;left:38.562255859375rem;overflow:hidden;display:block; }
#k9h2UDu9s5SeLiuB4iQv7MXLszv6zlE0 { box-sizing:content-box;height:31.9375rem;width:26.875rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.125rem solid #e1e1e1;border-left:0.125rem solid #e1e1e1;border-right:0.125rem solid #e1e1e1;border-bottom:0.125rem solid #e1e1e1;top:13.9375rem;left:38.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#OoRKG4d9xZ82c7T26cUetcbnVIIqmPIB { color:rgba(var(--color-primary-2),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:30.625rem;left:40.6875rem;height:2.111325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U0uCxHS7ish19JcRv0txO3LJdXStbkyD { color:rgba(var(--color-primary-2),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:700;z-index:15043;line-height:1.8;letter-spacing:0;top:26.875rem;left:43.125rem;height:4.61230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b1l0k3CToTaTA68T1n4A1DLtQvh0wbQd { box-sizing:content-box;height:0.125rem;width:24.25rem;position:absolute;display:block;z-index:15045;background-color:#e1e1e1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.75rem;left:40rem;display:block; }
#Aro8N5L8Eyb3ywcbXBfPDZT9zmQrGGbx { color:rgba(var(--color-primary-2),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15043;line-height:1.6;letter-spacing:0;top:34.875rem;left:39.6875rem;height:2.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Aro8N5L8Eyb3ywcbXBfPDZT9zmQrGGbx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Aro8N5L8Eyb3ywcbXBfPDZT9zmQrGGbx li:before{  }
#CCtAslIJFpTW8OeaJCMF3ZfcEggNp2Gn { color:rgba(var(--color-primary-2),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15044;line-height:1.6;letter-spacing:0;top:38.0625rem;left:40rem;height:2.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#CCtAslIJFpTW8OeaJCMF3ZfcEggNp2Gn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CCtAslIJFpTW8OeaJCMF3ZfcEggNp2Gn li:before{  }
#pGbiUPX3rACyyA0UFQq53ZvOv2O12EaX { 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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:2.75rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:41.9375rem;left:44.875rem;display:block; }
#PaSdKBUnIB5kCZHKcmuqceEWVT6lUfJM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NLChwEKQiciIKVh5SWuMcc3Tav3ZSvDF { color:rgba(var(--color-primary-2),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15045;line-height:1.8;letter-spacing:0;top:26.875rem;left:55rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uyg2HKGCnEzkeAJDymrbkDTkcUJfLF9l { color:rgba(var(--color-primary-2),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:30.625rem;left:52.5625rem;height:1.9494625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nJdPp49lWlORHqTyCwNTfT7lr11bUN3E { color:rgba(var(--color-primary-2),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:28.125rem;left:21.875rem;height:1.9494625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#NzI7dmcUcp4w9X6iTw6Ul9eF0Nu91soR { color:rgba(var(--color-primary-2),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15033;line-height:1.6;letter-spacing:0;top:32.8125rem;left:10.625rem;height:3.59985625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#NzI7dmcUcp4w9X6iTw6Ul9eF0Nu91soR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NzI7dmcUcp4w9X6iTw6Ul9eF0Nu91soR li:before{  }
#A1CJT0wWPvnsUpfnOse6EUd9Wb9wHrtC { color:rgba(var(--color-primary-2),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15034;line-height:1.6;letter-spacing:0;top:37.25rem;left:10.8125rem;height:2.3999rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#A1CJT0wWPvnsUpfnOse6EUd9Wb9wHrtC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#A1CJT0wWPvnsUpfnOse6EUd9Wb9wHrtC li:before{  }
#Su50edfqnSlnCMyARNPeP62HtRdGFD3B { color:rgba(var(--color-primary-2),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:30.625rem;left:40.6875rem;height:2.11181875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TryFUJ0r1GSq9cEuvOeBUG6xKZNN1pVF { color:rgba(var(--color-primary-2),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:30.625rem;left:52.5625rem;height:1.9494625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZyizmbzH9Qo0AczMM8gsoThgC8RSVDvq { color:rgba(var(--color-primary-2),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15043;line-height:1.6;letter-spacing:0;top:34.875rem;left:39.6875rem;height:2.3999rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#ZyizmbzH9Qo0AczMM8gsoThgC8RSVDvq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZyizmbzH9Qo0AczMM8gsoThgC8RSVDvq li:before{  }
#oAoL1rTqfJSWvNzgZbG9WaVb6m8XOUy2 { color:rgba(var(--color-primary-2),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15044;line-height:1.6;letter-spacing:0;top:38.0625rem;left:40rem;height:2.3999rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#oAoL1rTqfJSWvNzgZbG9WaVb6m8XOUy2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oAoL1rTqfJSWvNzgZbG9WaVb6m8XOUy2 li:before{  }
#xoxxpTqOQdKo4G1JPrDcASpKXDaEa8LG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#xoxxpTqOQdKo4G1JPrDcASpKXDaEa8LG > .row .container { background-color: transparent; background-image: none; }#xoxxpTqOQdKo4G1JPrDcASpKXDaEa8LG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xoxxpTqOQdKo4G1JPrDcASpKXDaEa8LG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xoxxpTqOQdKo4G1JPrDcASpKXDaEa8LG > .row .container > .video-iframe-container { display: none; }#xoxxpTqOQdKo4G1JPrDcASpKXDaEa8LG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xoxxpTqOQdKo4G1JPrDcASpKXDaEa8LG > .row > .video-iframe-container { display: none; }#xoxxpTqOQdKo4G1JPrDcASpKXDaEa8LG > .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); }#xoxxpTqOQdKo4G1JPrDcASpKXDaEa8LG > .row .container { border-width: 0; border-radius: 0; }#xoxxpTqOQdKo4G1JPrDcASpKXDaEa8LG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xoxxpTqOQdKo4G1JPrDcASpKXDaEa8LG > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;position:relative;display:block; }#vv83TsZgMC6HydPrzc7IQDv1p8q5yxZp { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15016;line-height:1.1;letter-spacing:0;top:4.5rem;left:3rem;height:4.94921875rem;text-align:left;text-align-last:left;display:block; }
#DsmDkTszz2HpUJpINKXoSqHkFb6xIg9J { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:11rem;left:3rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UuolRGcyovoPlAF2Zr1Z0MtUoKxe6PDQ { 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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:2.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.9375rem;left:3rem;display:block; }
#C71UpqBnEy36nEExDuJMHUGSdX2VKipL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#giRgaFcJsq4WsBmhD0EZ9pdDEVgQgyEF { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:9.5625rem;left:0rem;display:none; }
#dMk8mEf6unDBzzh5HTQbOHslJxk3M2Ff { color:rgba(var(--color-tertiary-4),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:20.3125rem;left:3rem;height:6.22265625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#dMk8mEf6unDBzzh5HTQbOHslJxk3M2Ff li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dMk8mEf6unDBzzh5HTQbOHslJxk3M2Ff li:before{  }
#H7zuUTSCCgOCxwifZb8DHs0PyBgmDvMC { position:absolute;display:block;z-index:15030;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:14.249875rem;width:27.56225rem;top:10.904541015625rem;left:44.461669921875rem;overflow:hidden;display:block; }
#CzMFTW4umJ1hUzhEpSuVPDiQSoHWSsxu { position:absolute;display:block;z-index:15031;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:15.9375rem;width:31.8125rem;top:20.1245rem;left:59.383544921875rem;overflow:hidden;display:block; }
#odwTHrKmLTqqww8C0C2GSx0nSRPpIhda { position:relative;display:block; }#odwTHrKmLTqqww8C0C2GSx0nSRPpIhda { background-color: transparent; background-image: none; }#odwTHrKmLTqqww8C0C2GSx0nSRPpIhda::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odwTHrKmLTqqww8C0C2GSx0nSRPpIhda > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odwTHrKmLTqqww8C0C2GSx0nSRPpIhda > .row .container > .video-iframe-container { display: none; }#odwTHrKmLTqqww8C0C2GSx0nSRPpIhda > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odwTHrKmLTqqww8C0C2GSx0nSRPpIhda > .row > .video-iframe-container { display: none; }#odwTHrKmLTqqww8C0C2GSx0nSRPpIhda > .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); }#odwTHrKmLTqqww8C0C2GSx0nSRPpIhda { border-width: 0; border-radius: 0; }#odwTHrKmLTqqww8C0C2GSx0nSRPpIhda > .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; }#odwTHrKmLTqqww8C0C2GSx0nSRPpIhda > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:47.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xKKELwSZt8o7U5QDMFz89S7DqiKy6To8 { color:#000000;display:block;width:57.87475rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:4.5rem;left:8.8125rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#NetHO6ZElDrzUMKHUQaGfDMqiJxN3k0E { color:rgba(var(--color-tertiary-4),1);display:block;width:52.56225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:8.375rem;left:11.4375rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hPcgwomiycdA13OZPA0RzycX1anHKTF7 { box-sizing:content-box;height:27rem;width:16.5625rem;position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:15.625rem;left:1rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#cQzxHWUBMTxW36uFeudta3pD1CKTBuGh { position:absolute;display:block;z-index:15037;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:8.687125rem;width:8.687125rem;top:17.625rem;left:4.9375rem;overflow:hidden;display:block; }
#dzJzMdmclgSZzxa5HTJ5LCCyqKdfzk8o { color:#000000;display:block;width:14.562375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15038;line-height:1.1;letter-spacing:0;top:28.8125rem;left:2rem;height:1.92480625rem;text-align:left;text-align-last:left;display:block; }
#AMt8wMUHSwtleuZ5WIXiGV7dFUSXZoVV { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:33.5rem;left:2rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y9FSmgsaJApLkkOItfbTaHVMouWa9w0N { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:33.625rem;left:20.75rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uNLy617FLbLUbBBcoRAVb7agNShDkWVd { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:28.875rem;left:20.75rem;height:1.92480625rem;text-align:left;text-align-last:left;display:block; }
#ohlbrLbhnTAmc5LCtm55a8xHNgiav9oi { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.12475rem;width:9.12475rem;top:17.375rem;left:23.5rem;overflow:hidden;display:block; }
#ibVhqpw4PFZTC15TzbU6XRr3zq3DmLDq { box-sizing:content-box;height:26.4375rem;width:16.5625rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:16.1875rem;left:19.75rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#KJbMt7MEI5HDfNXvSJEx5BRIR6c3M70G { position:absolute;display:block;z-index:15045;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:8.687125rem;width:10.1245rem;top:17.625rem;left:41.75rem;overflow:hidden;display:block; }
#yEuf9sXFr7vC8CO5Efpa35OFOSO9icPB { color:#000000;display:block;width:14.562375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15046;line-height:1.1;letter-spacing:0;top:28.875rem;left:39.5rem;height:1.92480625rem;text-align:left;text-align-last:left;display:block; }
#MA6RCJJbTAX1GbggNdE7zazG3Cd9PHyQ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15041;line-height:1.5;letter-spacing:0;top:33.625rem;left:39.5rem;height:6.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Dhwp8Ht2skXQ5AH5xQdZ2lb0BTyDwQo1 { box-sizing:content-box;height:26.9375rem;width:16.5625rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:15.6875rem;left:38.5625rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#os6gIcOKIGhpJwEwDll6BlOD6HSZqsR3 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15045;line-height:1.5;letter-spacing:0;top:33.625rem;left:58.25rem;height:6.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VxGONbBhK1CirwssvM9CuqBXaIWte123 { color:#000000;display:block;width:12rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15050;line-height:1.2;letter-spacing:0;top:28.875rem;left:58.25rem;height:2.0996125rem;text-align:left;text-align-last:left;display:block; }
#gJkQ1dzQTLrqAi4IyE2oVCclTr0KKk44 { position:absolute;display:block;z-index:15049;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:8.999625rem;width:12.312rem;top:17.4375rem;left:59.375rem;overflow:hidden;display:block; }
#RH0CTHU3KlTKbgZMMx8C42oQk27XyVv8 { box-sizing:content-box;height:26.9375rem;width:16.5625rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:15.6875rem;left:57.3125rem;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
#BBG70MdwSLAe78oLJKsrBbU4HxHTU6TL { position:absolute;display:block;z-index:15013;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:27.5625rem;width:27.5rem;top:14.875rem;left:64.3125rem;overflow:hidden;display:block; }
#rivnh2ehMGpruDpUTFwxmH1IrmCpqVT6 { position:absolute;display:block;z-index:15012;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:26.5rem;width:26.9375rem;top:8.3125rem;left:-12.9375rem;overflow:hidden;display:block; }
#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .row .container { background-color: transparent; background-image: none; }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .row .container > .video-iframe-container { display: none; }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .row > .video-iframe-container { display: none; }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .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); }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .row .container { border-width: 0; border-radius: 0; }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .row .container { font-size:0.875rem;font-family:arial;height:58.125rem;width:75rem;position:relative;display:block; }#ZnmLPyk8Ghx0mqXR2lH5gR9aImZvuxnh { color:#ffffff;display:block;width:24rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:4.1875rem;left:1.53076171875rem;height:16.875rem;text-align:left;text-align-last:left;display:block; }
#SFfWc0cRBo8LocMzAlNx24laxH6IBhhg { position:absolute;display:block;z-index:15024;height:12.937rem;width:23.18725rem;top:4.18701171875rem;left:38.999633789062rem;display:block; }
#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .row .container { background-color: transparent; background-image: none; }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .row .container > .video-iframe-container { display: none; }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .row > .video-iframe-container { display: none; }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .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); }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .row .container { border-width: 0; border-radius: 0; }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;overflow:visible;position:relative;display:block; }#iKXme96m3HgsoTxsp11yuee3DBu5AZUq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:1.46875rem;left:11.1875rem; }
#LFXVONr9as9Tpx2oGZWX7k1kih0qgcds { 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:1.375rem;width:8.0625rem;top:1.5625rem;left:1.25rem;overflow:hidden;display:block; }
#aVFNwkn6U6ezAFlmlAaTkT83D11MtpSP { color:#ffffff;display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:1.681640625rem;left:62.1875rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#Eg5Fl020Uf0MwrC818KpNKr1HSzVBWnJ { color:rgba(var(--color-secondary-2),1);display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:1.6875rem;left:33.8125rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#zSZSyf8lUCpAsBD45PPcNX2uWDttGGU9 { color:rgba(var(--color-secondary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:1.6875rem;left:40.0625rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#H4IzHz7mdwVO4CnOS3Kt2fh25ovtGl4E { color:rgba(var(--color-secondary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:1.6875rem;left:51.3125rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x6Pu6wruNVVXXqfk530Ss3DZORQwt6yZ { display:block; }#x6Pu6wruNVVXXqfk530Ss3DZORQwt6yZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ho1ZC5H2t844u9de8BXZlBBDxZ89pADK { top:0.9375rem;left:10.15625rem;width:27.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTkVDyT3qoyyiwS4qbmUxHekVxZfF24g { display:block; }#JTkVDyT3qoyyiwS4qbmUxHekVxZfF24g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgUcyg0X0MAdibUdTVklrwQh1XcP69S4 { top:4.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6zOyaB12fpARnkbQKygO5zi55Torq8m { top:7.6875rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TThCwUTCrxCxPTThhLenxOpeVFvGQCa7 { top:12.9375rem;left:0rem;width:24.4375rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce6CZVFcQGJEyNnIHTkTtDV9G27TwWUl { top:16.8125rem;left:0rem;width:22.875rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nykkNanEPilvCPsCzFWgsCJsqF3StAgC { top:12.875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R56CXe13q0fOuSO2T4FUtuUdbq1zWxBI { top:16.625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwfamcdGVP45o1LqJNNSE97CN8ls7ApD { width:14.5rem;height:2.75rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB6CZLNoP34sFDk9mHuGaSvPxZITmrcw { display:block; }
 }@media only screen and (max-width: 763px) { #ViXU1exAm2OxDGS6h5EhNMnxrsN6KHVI { top:0rem;left:19.5625rem;width:28.1875rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2b8gTBXFobP4No7RKutM63fRziC7QxO { display:none; }#P2b8gTBXFobP4No7RKutM63fRziC7QxO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W4HDdKrU6wlQAT94HHFuQrE8mfLhVtXw { top:4.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1tD5txeLPck4clJPbdKp5MzPPD6LBtl { top:7.6875rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #is33lZPm54iPkmry9M0BMoRnvhkUo5QM { top:12.9375rem;left:0rem;width:24.4375rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8bCaHdTgZFNnGFZRlggmsTNhEJXBBKd { top:16.8125rem;left:0rem;width:22.875rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9b3go60NQmH2wyfSbWFDZtuZH1qFLMH { top:12.875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDqf8fI8GKL8yph6k8OU49Z0NxElxFbg { top:16.625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgnTnnQgWPJ3C3cce8dq0sb79U3MfiRV { width:14.5rem;height:2.75rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToOITmgq0r5sA0rit5aIoPLngHxdPW1T { display:block; }
 }@media only screen and (max-width: 763px) { #GhFOCbxOatuerTuW2PWzpTFQ5BgT00X6 { top:0rem;left:19.3125rem;width:28.4375rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuQnNJC0TcnQ8TX463RIaQcchrhxTdMI { display:block; }#UuQnNJC0TcnQ8TX463RIaQcchrhxTdMI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNOsw7AwUzuDnQ2q09rigzUobWqeNAzT { top:2rem;left:0rem;width:47.75rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov57NDFGcoMlqmisOWEWMTVJdFpKtWXO { top:1.8125rem;left:36.4375rem;width:11.3125rem;height:1.49145707641rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaW4OTWc5FfcAhv645NBboXuTc909JRo { display:none; }#WaW4OTWc5FfcAhv645NBboXuTc909JRo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O3pqBavrMR8I4rrpUneRNmO88c1sTyVu { top:1.375rem;left:0rem;width:17.5rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTbnXtMdPptX0myACzu0O56Ufz4H0X3h { top:1.8125rem;left:36.4375rem;width:11.3125rem;height:1.49145707641rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhTLRZ5GIsr4GNf98oxp3cNXxx7XAT4G { display:block; }#UhTLRZ5GIsr4GNf98oxp3cNXxx7XAT4G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThTXEhA8HdvWRc1kbyHJ19aJ7t9kXnkA { top:4.25rem;left:1.5611572265625rem;width:44.5625rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTO3wDagKFgg6HsiuBgXlSTRH78rzJlT { top:11rem;left:3.125rem;width:5.6875rem;height:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiIRozO95wEvohRPyeJmRRkzCRadbBME { top:9rem;left:0rem;width:5.3125rem;height:4.4375rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoX3Ob98R0was83b6HPfZPNdvHK9uwXO { top:11rem;left:0rem;width:5.6875rem;height:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTefhkoe9Uu7QALHUQ5oNDAPybP0sE5f { top:9rem;left:18.5rem;width:8.8125rem;height:4.4375rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Omy3WAXi1oTfWwQeUCNuFNgkqrATa9IG { top:10.8125rem;left:27.25rem;width:1.9375rem;height:2.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRTSRcHJDe2OIDMUZTCxBCxGtAbssCQZ { top:11rem;left:39.625rem;width:8.125rem;height:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmggMpfTSIuyBuqdmGeVmTWs4UwT3mfe { top:9rem;left:30.375rem;width:17.375rem;height:4.4375rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7mrc1L2HkREzRx58TM6bB6eTtyAvFt6 { top:14.6875rem;left:0rem;width:14.6875rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLqTxwSrifqqgyA4WbrkusyTBPwq2qQV { top:14.75rem;left:17rem;width:13.75rem;height:5.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnlNOxzicFLgk58nHt4nBRE0qyFf4Pbd { top:14.75rem;left:37.625rem;width:10.125rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPqQRtqJUxruT0y0h9lCV1UETIKCNEhA { top:18.375rem;left:43.625rem;width:4.125rem;height:0.81242300681404rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8G7SyNJOMUrEuyUIJoZ8a2IKEkv0XCI { top:19.75rem;left:40.6611328125rem;width:5.3125rem;height:1.0620125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0Ns5RWOKIEGn2iFZ66VT1qFeuwl7t4r { top:17.875rem;left:39.5625rem;width:8.1875rem;height:1.7985119836808rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz3vFqlBn3OtGotzUrrlRDR8i4cBbSvC { top:17.625rem;left:38.647567542389rem;width:3.75rem;height:2.56225625rem;display:block; }
 }@media only screen and (max-width: 763px) { #usPsOUl2K2MoviaNy15z8PTKCAgMwvnE { top:19.8125rem;left:37.1875rem;width:10.5625rem;height:0.87466230309952rem;display:block; }
 }@media only screen and (max-width: 763px) { #DotzkodH9VVo1nTUul4HMgN90OHLmTnH { display:block; }#DotzkodH9VVo1nTUul4HMgN90OHLmTnH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5g4xuJs9Qom1DB1aEdHvM9awoZbOHTF { top:4.375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7DnlkZDBOHTIZUQfTeS8fUWuehpR1rX { top:8.125rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhaLPfqKbtwk8c0bq0b3z5ZqUJ4E0CLf { top:13.9375rem;left:0rem;width:26.875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBLcuaNbJV4stTCHLpEaRopAiSg8bTSu { top:22.5rem;left:1.75rem;width:15.0625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsUUDUOT5zKVO42SS4oAcx2n0MJe7QW5 { top:13.9375rem;left:0rem;width:27.0625rem;height:7.7318756134877rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo4Fc0fWNkAe7lJA8l8AUof8i4MVHC6g { top:24.375rem;left:0rem;width:19.0625rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIcae4BhVT2sxFTmi4vfqetRuDnnlnep { top:26.875rem;left:1.875rem;width:6.125rem;height:4.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfKxePTHmQtglTEJTqXCOTfWyQfIMKyS { top:28.125rem;left:8.25rem;width:8.8125rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Krs2biLtlK2n2m2Pq1tGZ5PV8LsN1mmC { top:31.5rem;left:0rem;width:24.1875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vi2G7HqXRyTHRh25IBWEQLasyZvCDEht { top:32.8125rem;left:0rem;width:24.75rem;height:3.5625rem;font-size:0.75rem;display:block; }#Vi2G7HqXRyTHRh25IBWEQLasyZvCDEht li:before{  }
 }@media only screen and (max-width: 763px) { #aDONrOGUlp8yEBycA8oyIDnRAdTwFKtF { top:37.25rem;left:0rem;width:24.1875rem;height:2.375rem;font-size:0.75rem;display:block; }#aDONrOGUlp8yEBycA8oyIDnRAdTwFKtF li:before{  }
 }@media only screen and (max-width: 763px) { #ebKetpuMc6qCEN3tH5eyphMIyCLrfh3v { width:14.4375rem;height:2.6875rem;top:41.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN5nO0nbbtTTQwfg2KBLKZhqAi7pzm1T { display:block; }
 }@media only screen and (max-width: 763px) { #bc4kZ37LngnTN5mRIb0DNBZ2f196Mzmh { top:24.375rem;left:24.125rem;width:23.625rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhXReGU4BroyJUCs21bqRKaiVdkEoLGC { top:22.5rem;left:29.8125rem;width:17.1875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAif399MWoSXau0T2gbp6bhg34dnvdJ4 { top:13.875rem;left:20.75rem;width:27rem;height:7.8565997995372rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9h2UDu9s5SeLiuB4iQv7MXLszv6zlE0 { top:13.9375rem;left:20.625rem;width:26.875rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoRKG4d9xZ82c7T26cUetcbnVIIqmPIB { top:30.625rem;left:27.0625rem;width:10.8125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0uCxHS7ish19JcRv0txO3LJdXStbkyD { top:26.875rem;left:29.5rem;width:6.125rem;height:4.5625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1l0k3CToTaTA68T1n4A1DLtQvh0wbQd { top:33.75rem;left:23.5625rem;width:24.1875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aro8N5L8Eyb3ywcbXBfPDZT9zmQrGGbx { top:34.875rem;left:23rem;width:24.75rem;height:2.375rem;font-size:0.75rem;display:block; }#Aro8N5L8Eyb3ywcbXBfPDZT9zmQrGGbx li:before{  }
 }@media only screen and (max-width: 763px) { #CCtAslIJFpTW8OeaJCMF3ZfcEggNp2Gn { top:38.0625rem;left:23.5625rem;width:24.1875rem;height:2.375rem;font-size:0.75rem;display:block; }#CCtAslIJFpTW8OeaJCMF3ZfcEggNp2Gn li:before{  }
 }@media only screen and (max-width: 763px) { #pGbiUPX3rACyyA0UFQq53ZvOv2O12EaX { width:14.4375rem;height:2.6875rem;top:41.9375rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaSdKBUnIB5kCZHKcmuqceEWVT6lUfJM { display:block; }
 }@media only screen and (max-width: 763px) { #NLChwEKQiciIKVh5SWuMcc3Tav3ZSvDF { top:26.875rem;left:41.375rem;width:6.125rem;height:4.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uyg2HKGCnEzkeAJDymrbkDTkcUJfLF9l { top:30.625rem;left:36.9375rem;width:10.8125rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJdPp49lWlORHqTyCwNTfT7lr11bUN3E { top:28.625rem;left:0rem;width:10.8125rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NzI7dmcUcp4w9X6iTw6Ul9eF0Nu91soR { top:34.125rem;left:0rem;width:18.3125rem;height:;font-size:0.75rem;display:none; }#NzI7dmcUcp4w9X6iTw6Ul9eF0Nu91soR li:before{  }
 }@media only screen and (max-width: 763px) { #A1CJT0wWPvnsUpfnOse6EUd9Wb9wHrtC { top:39.625rem;left:0rem;width:18.3125rem;height:;font-size:0.75rem;display:none; }#A1CJT0wWPvnsUpfnOse6EUd9Wb9wHrtC li:before{  }
 }@media only screen and (max-width: 763px) { #Su50edfqnSlnCMyARNPeP62HtRdGFD3B { top:73.0625rem;left:0rem;width:10.75rem;height:2.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TryFUJ0r1GSq9cEuvOeBUG6xKZNN1pVF { top:74.1875rem;left:0rem;width:10.75rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZyizmbzH9Qo0AczMM8gsoThgC8RSVDvq { top:71.25rem;left:0rem;width:18.125rem;height:;font-size:0.75rem;display:none; }#ZyizmbzH9Qo0AczMM8gsoThgC8RSVDvq li:before{  }
 }@media only screen and (max-width: 763px) { #oAoL1rTqfJSWvNzgZbG9WaVb6m8XOUy2 { top:75.375rem;left:0rem;width:17.875rem;height:;font-size:0.75rem;display:none; }#oAoL1rTqfJSWvNzgZbG9WaVb6m8XOUy2 li:before{  }
 }@media only screen and (max-width: 763px) { #xoxxpTqOQdKo4G1JPrDcASpKXDaEa8LG { display:block; }#xoxxpTqOQdKo4G1JPrDcASpKXDaEa8LG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vv83TsZgMC6HydPrzc7IQDv1p8q5yxZp { top:4.5rem;left:0rem;width:27.375rem;height:4.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsmDkTszz2HpUJpINKXoSqHkFb6xIg9J { top:11rem;left:0rem;width:31.875rem;height:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuolRGcyovoPlAF2Zr1Z0MtUoKxe6PDQ { width:18.5rem;height:2.625rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C71UpqBnEy36nEExDuJMHUGSdX2VKipL { display:block; }
 }@media only screen and (max-width: 763px) { #giRgaFcJsq4WsBmhD0EZ9pdDEVgQgyEF { top:9.5625rem;left:0rem;width:17.5rem;height:3.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dMk8mEf6unDBzzh5HTQbOHslJxk3M2Ff { top:20.3125rem;left:0rem;width:30.625rem;height:6.1875rem;font-size:0.75rem;display:block; }#dMk8mEf6unDBzzh5HTQbOHslJxk3M2Ff li:before{  }
 }@media only screen and (max-width: 763px) { #H7zuUTSCCgOCxwifZb8DHs0PyBgmDvMC { top:10.875rem;left:20.1875rem;width:27.5rem;height:14.217691316928rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzMFTW4umJ1hUzhEpSuVPDiQSoHWSsxu { top:20.0625rem;left:15.9375rem;width:31.8125rem;height:15.937687870584rem;display:block; }
 }@media only screen and (max-width: 763px) { #odwTHrKmLTqqww8C0C2GSx0nSRPpIhda { display:block; }#odwTHrKmLTqqww8C0C2GSx0nSRPpIhda > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xKKELwSZt8o7U5QDMFz89S7DqiKy6To8 { top:4.5rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NetHO6ZElDrzUMKHUQaGfDMqiJxN3k0E { top:8.375rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPcgwomiycdA13OZPA0RzycX1anHKTF7 { top:15.625rem;left:0rem;width:16.5625rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQzxHWUBMTxW36uFeudta3pD1CKTBuGh { top:17.625rem;left:1.53125rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzJzMdmclgSZzxa5HTJ5LCCyqKdfzk8o { top:28.8125rem;left:0rem;width:14.5rem;height:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMt8wMUHSwtleuZ5WIXiGV7dFUSXZoVV { top:33.5rem;left:0rem;width:14.6875rem;height:7.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9FSmgsaJApLkkOItfbTaHVMouWa9w0N { top:33.625rem;left:9.1875rem;width:14.6875rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNLy617FLbLUbBBcoRAVb7agNShDkWVd { top:28.875rem;left:11.6875rem;width:12.1875rem;height:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohlbrLbhnTAmc5LCtm55a8xHNgiav9oi { top:17.375rem;left:13.28125rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibVhqpw4PFZTC15TzbU6XRr3zq3DmLDq { top:16.1875rem;left:7.1875rem;width:16.5625rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJbMt7MEI5HDfNXvSJEx5BRIR6c3M70G { top:17.625rem;left:24.71875rem;width:10.0625rem;height:8.633838945068rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEuf9sXFr7vC8CO5Efpa35OFOSO9icPB { top:28.875rem;left:21.3125rem;width:14.5rem;height:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MA6RCJJbTAX1GbggNdE7zazG3Cd9PHyQ { top:33.625rem;left:21.125rem;width:14.6875rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhwp8Ht2skXQ5AH5xQdZ2lb0BTyDwQo1 { top:15.6875rem;left:19.125rem;width:16.5625rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #os6gIcOKIGhpJwEwDll6BlOD6HSZqsR3 { top:33.625rem;left:33.0625rem;width:14.6875rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxGONbBhK1CirwssvM9CuqBXaIWte123 { top:28.875rem;left:35.8125rem;width:11.9375rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJkQ1dzQTLrqAi4IyE2oVCclTr0KKk44 { top:17.4375rem;left:35.5rem;width:12.25rem;height:8.9541379415378rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH0CTHU3KlTKbgZMMx8C42oQk27XyVv8 { top:15.6875rem;left:31.0625rem;width:16.5625rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBG70MdwSLAe78oLJKsrBbU4HxHTU6TL { top:14.875rem;left:20.25rem;width:27.5rem;height:27.56225rem;display:block; }
 }@media only screen and (max-width: 763px) { #rivnh2ehMGpruDpUTFwxmH1IrmCpqVT6 { top:8.3125rem;left:0rem;width:26.875rem;height:26.438386319131rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 { display:block; }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnmLPyk8Ghx0mqXR2lH5gR9aImZvuxnh { top:4.1875rem;left:0rem;width:23.9375rem;height:16.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFfWc0cRBo8LocMzAlNx24laxH6IBhhg { top:4.125rem;left:24.5625rem;width:23.125rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St { display:block; }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKXme96m3HgsoTxsp11yuee3DBu5AZUq { top:1.4375rem;left:0rem;width:1.375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFXVONr9as9Tpx2oGZWX7k1kih0qgcds { top:1.5625rem;left:0rem;width:8.0625rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVFNwkn6U6ezAFlmlAaTkT83D11MtpSP { top:1.625rem;left:37.875rem;width:9.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg5Fl020Uf0MwrC818KpNKr1HSzVBWnJ { top:1.6875rem;left:20.1875rem;width:5.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSZSyf8lUCpAsBD45PPcNX2uWDttGGU9 { top:1.6875rem;left:26.4375rem;width:9.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4IzHz7mdwVO4CnOS3Kt2fh25ovtGl4E { top:1.6875rem;left:37.6875rem;width:9.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x6Pu6wruNVVXXqfk530Ss3DZORQwt6yZ { position:relative;z-index:auto;display:block; }#x6Pu6wruNVVXXqfk530Ss3DZORQwt6yZ > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ho1ZC5H2t844u9de8BXZlBBDxZ89pADK { width:15.37475rem;height:1.25rem;top:1.25rem;left:2.3114013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTkVDyT3qoyyiwS4qbmUxHekVxZfF24g { display:none; }#JTkVDyT3qoyyiwS4qbmUxHekVxZfF24g > .row .container { width:20rem;height:37.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JgUcyg0X0MAdibUdTVklrwQh1XcP69S4 { width:17.5625rem;height:4.79980625rem;top:9.81201171875rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #m6zOyaB12fpARnkbQKygO5zi55Torq8m { width:13.624875rem;height:3.59985625rem;top:15.04931640625rem;left:0rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TThCwUTCrxCxPTThhLenxOpeVFvGQCa7 { width:16.8125rem;height:2.06176875rem;top:20.75rem;left:1.9375rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ce6CZVFcQGJEyNnIHTkTtDV9G27TwWUl { width:12.999875rem;height:2.06176875rem;top:24.1875rem;left:1.9375rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nykkNanEPilvCPsCzFWgsCJsqF3StAgC { width:1.437375rem;height:1.437375rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R56CXe13q0fOuSO2T4FUtuUdbq1zWxBI { width:1.437375rem;height:1.437375rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwfamcdGVP45o1LqJNNSE97CN8ls7ApD { width:14.4995rem;height:2.74963125rem;top:29.249267578125rem;left:1.5301513671875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB6CZLNoP34sFDk9mHuGaSvPxZITmrcw { display:block; }
 }@media only screen and (max-width: 763px) { #ViXU1exAm2OxDGS6h5EhNMnxrsN6KHVI { width:7.375rem;height:7.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P2b8gTBXFobP4No7RKutM63fRziC7QxO { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0db9bf0a-9484-41d5-9e28-b623286a0ca6/Landing_InstalacionDISENO_A.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#P2b8gTBXFobP4No7RKutM63fRziC7QxO.adaptive-delivery-prevent-bg, #P2b8gTBXFobP4No7RKutM63fRziC7QxO.lazyload, #P2b8gTBXFobP4No7RKutM63fRziC7QxO.lazyloading { background-image: none; }#P2b8gTBXFobP4No7RKutM63fRziC7QxO > .row .container { background-color: transparent; background-image: none; }#P2b8gTBXFobP4No7RKutM63fRziC7QxO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#P2b8gTBXFobP4No7RKutM63fRziC7QxO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2b8gTBXFobP4No7RKutM63fRziC7QxO > .row .container > .video-iframe-container { display: none; }#P2b8gTBXFobP4No7RKutM63fRziC7QxO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#P2b8gTBXFobP4No7RKutM63fRziC7QxO > .row > .video-iframe-container { display: none; }#P2b8gTBXFobP4No7RKutM63fRziC7QxO > .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); }#P2b8gTBXFobP4No7RKutM63fRziC7QxO > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W4HDdKrU6wlQAT94HHFuQrE8mfLhVtXw { width:17.5625rem;height:4.798825rem;top:9.624755859375rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #A1tD5txeLPck4clJPbdKp5MzPPD6LBtl { width:13.624875rem;height:3.59985625rem;top:14.875rem;left:0rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #is33lZPm54iPkmry9M0BMoRnvhkUo5QM { width:16.8125rem;height:1.923825rem;top:20.31201171875rem;left:1.937255859375rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #d8bCaHdTgZFNnGFZRlggmsTNhEJXBBKd { width:12.999875rem;height:1.923825rem;top:23.74951171875rem;left:1.937255859375rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #b9b3go60NQmH2wyfSbWFDZtuZH1qFLMH { width:1.437375rem;height:1.437375rem;top:20.31201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDqf8fI8GKL8yph6k8OU49Z0NxElxFbg { width:1.437375rem;height:1.437375rem;top:23.74951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgnTnnQgWPJ3C3cce8dq0sb79U3MfiRV { width:14.4983125rem;height:2.749025rem;top:28.373413085938rem;left:2.750244140625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToOITmgq0r5sA0rit5aIoPLngHxdPW1T { display:block; }
 }@media only screen and (max-width: 763px) { #GhFOCbxOatuerTuW2PWzpTFQ5BgT00X6 { width:20rem;height:7.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UuQnNJC0TcnQ8TX463RIaQcchrhxTdMI { display:none; }#UuQnNJC0TcnQ8TX463RIaQcchrhxTdMI > .row .container { width:20rem;height:7.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TNOsw7AwUzuDnQ2q09rigzUobWqeNAzT { width:17.5rem;height:2.887575rem;top:1.436767578125rem;left:1.25rem;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ov57NDFGcoMlqmisOWEWMTVJdFpKtWXO { width:9.937125rem;height:1.25rem;top:5.1898193359375rem;left:5.0299072265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaW4OTWc5FfcAhv645NBboXuTc909JRo { display:block; }#WaW4OTWc5FfcAhv645NBboXuTc909JRo > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3pqBavrMR8I4rrpUneRNmO88c1sTyVu { width:17.5rem;height:3.1494125rem;top:1.436767578125rem;left:1.25rem;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UTbnXtMdPptX0myACzu0O56Ufz4H0X3h { width:10rem;height:1.18713125rem;top:5.3773193359375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhTLRZ5GIsr4GNf98oxp3cNXxx7XAT4G { display:block; }#UhTLRZ5GIsr4GNf98oxp3cNXxx7XAT4G > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThTXEhA8HdvWRc1kbyHJ19aJ7t9kXnkA { width:18.374625rem;height:3.59985625rem;top:3.0625rem;left:0.8125rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zTO3wDagKFgg6HsiuBgXlSTRH78rzJlT { width:5.75rem;height:2.25rem;top:9.5625rem;left:10.1875rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oiIRozO95wEvohRPyeJmRRkzCRadbBME { width:5.3125rem;height:4.875rem;top:7.4375rem;left:5.125rem;font-size:4.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BoX3Ob98R0was83b6HPfZPNdvHK9uwXO { width:5.75rem;height:2.25rem;top:9.5rem;left:0rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bTefhkoe9Uu7QALHUQ5oNDAPybP0sE5f { width:7.124625rem;height:4.875rem;top:18.375rem;left:5.6875rem;font-size:4.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Omy3WAXi1oTfWwQeUCNuFNgkqrATa9IG { width:2rem;height:2.3999rem;top:20.5625rem;left:12.625rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aRTSRcHJDe2OIDMUZTCxBCxGtAbssCQZ { width:6.9375rem;height:2.25rem;top:31.5625rem;left:8.7498779296875rem;font-size:1.875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NmggMpfTSIuyBuqdmGeVmTWs4UwT3mfe { width:4.1870125rem;height:4.875rem;top:28.9375rem;left:5.25rem;font-size:4.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #e7mrc1L2HkREzRx58TM6bB6eTtyAvFt6 { width:12.5rem;height:4.5rem;top:12.9375rem;left:3.75rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rLqTxwSrifqqgyA4WbrkusyTBPwq2qQV { width:13.624875rem;height:4.125rem;top:23.5rem;left:3.1875rem;font-size:0.6875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KnlNOxzicFLgk58nHt4nBRE0qyFf4Pbd { width:12.437125rem;height:2.25rem;top:34.1875rem;left:3.75rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zPqQRtqJUxruT0y0h9lCV1UETIKCNEhA { width:2.87475625rem;height:0.625rem;top:37.24853515625rem;left:12.663696289062rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8G7SyNJOMUrEuyUIJoZ8a2IKEkv0XCI { width:4.0625rem;height:0.9375rem;top:38.310791015625rem;left:5.74951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0Ns5RWOKIEGn2iFZ66VT1qFeuwl7t4r { width:6.3125rem;height:1.375rem;top:36.874145507812rem;left:6.687744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz3vFqlBn3OtGotzUrrlRDR8i4cBbSvC { width:3.2495125rem;height:2.24975625rem;top:36.436767578125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #usPsOUl2K2MoviaNy15z8PTKCAgMwvnE { width:3.37463125rem;height:0.625rem;top:38.4990234375rem;left:9.72509765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DotzkodH9VVo1nTUul4HMgN90OHLmTnH { display:block; }#DotzkodH9VVo1nTUul4HMgN90OHLmTnH > .row .container { width:20rem;height:86.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5g4xuJs9Qom1DB1aEdHvM9awoZbOHTF { width:16.687rem;height:3.59985625rem;top:2.8748779296875rem;left:1.6552734375rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #M7DnlkZDBOHTIZUQfTeS8fUWuehpR1rX { width:20rem;height:6.5625rem;top:7.447509765625rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AhaLPfqKbtwk8c0bq0b3z5ZqUJ4E0CLf { width:19.9375rem;height:31.125rem;top:15.956298828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBLcuaNbJV4stTCHLpEaRopAiSg8bTSu { width:15.1245rem;height:1.5rem;top:22.581665039062rem;left:2.4365234375rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NsUUDUOT5zKVO42SS4oAcx2n0MJe7QW5 { width:20rem;height:5.8483875rem;top:15.956298828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo4Fc0fWNkAe7lJA8l8AUof8i4MVHC6g { width:16.187125rem;height:2.25rem;top:24.495727539062rem;left:1.9049072265625rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oIcae4BhVT2sxFTmi4vfqetRuDnnlnep { width:6.1875rem;height:3.59985625rem;top:27.187377929688rem;left:2.4365234375rem;font-size:2rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BfKxePTHmQtglTEJTqXCOTfWyQfIMKyS { width:10.875rem;height:0;top:28.75rem;left:7.625rem;font-size:0.875rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Krs2biLtlK2n2m2Pq1tGZ5PV8LsN1mmC { width:18.624875rem;height:0.124511875rem;top:31.268798828125rem;left:0.68603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vi2G7HqXRyTHRh25IBWEQLasyZvCDEht { width:18.374625rem;height:0;top:34.06201171875rem;left:0.8111572265625rem;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.5;display:none; }#Vi2G7HqXRyTHRh25IBWEQLasyZvCDEht li:before{  }
 }@media only screen and (max-width: 763px) { #aDONrOGUlp8yEBycA8oyIDnRAdTwFKtF { width:18.374625rem;height:0;top:39.623413085938rem;left:0.8123779296875rem;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.5;display:none; }#aDONrOGUlp8yEBycA8oyIDnRAdTwFKtF li:before{  }
 }@media only screen and (max-width: 763px) { #ebKetpuMc6qCEN3tH5eyphMIyCLrfh3v { width:14.43725rem;height:2.687375rem;top:42.889892578125rem;left:2.78076171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN5nO0nbbtTTQwfg2KBLKZhqAi7pzm1T { display:block; }
 }@media only screen and (max-width: 763px) { #bc4kZ37LngnTN5mRIb0DNBZ2f196Mzmh { width:15.249625rem;height:3.375rem;top:58.25rem;left:2.3748779296875rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NhXReGU4BroyJUCs21bqRKaiVdkEoLGC { width:17.1875rem;height:1.5rem;top:56.124755859375rem;left:1.4373779296875rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eAif399MWoSXau0T2gbp6bhg34dnvdJ4 { width:20rem;height:5.8197rem;top:49.276000976562rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9h2UDu9s5SeLiuB4iQv7MXLszv6zlE0 { width:19.875rem;height:33.6875rem;top:49.276000976562rem;left:0.0164794921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoRKG4d9xZ82c7T26cUetcbnVIIqmPIB { width:10.81175rem;height:0;top:69.240112304688rem;left:0rem;font-size:0.8125rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #U0uCxHS7ish19JcRv0txO3LJdXStbkyD { width:6.12426875rem;height:3.59985625rem;top:62.12451171875rem;left:2.4371337890625rem;font-size:2rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #b1l0k3CToTaTA68T1n4A1DLtQvh0wbQd { width:17.999875rem;height:0.124511875rem;top:69.389526367188rem;left:0.99853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aro8N5L8Eyb3ywcbXBfPDZT9zmQrGGbx { width:18.125rem;height:0;top:83.87451171875rem;left:0.9375rem;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.5;display:none; }#Aro8N5L8Eyb3ywcbXBfPDZT9zmQrGGbx li:before{  }
 }@media only screen and (max-width: 763px) { #CCtAslIJFpTW8OeaJCMF3ZfcEggNp2Gn { width:17.937rem;height:0;top:88.625rem;left:0.9375rem;font-size:0.75rem;font-weight:400;font-style:normal;display:none; }#CCtAslIJFpTW8OeaJCMF3ZfcEggNp2Gn li:before{  }
 }@media only screen and (max-width: 763px) { #pGbiUPX3rACyyA0UFQq53ZvOv2O12EaX { width:14.43725rem;height:2.687375rem;top:78.952514648438rem;left:2.78076171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaSdKBUnIB5kCZHKcmuqceEWVT6lUfJM { display:block; }
 }@media only screen and (max-width: 763px) { #NLChwEKQiciIKVh5SWuMcc3Tav3ZSvDF { width:6.12426875rem;height:3.59985625rem;top:62.12451171875rem;left:11.499633789062rem;font-size:2rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Uyg2HKGCnEzkeAJDymrbkDTkcUJfLF9l { width:10.8111875rem;height:0;top:70.320434570312rem;left:9.188232421875rem;font-size:0.75rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #nJdPp49lWlORHqTyCwNTfT7lr11bUN3E { width:9.0625rem;height:1.9494625rem;top:28.011962890625rem;left:8.536376953125rem;font-size:0.75rem;font-weight:400;font-style:normal;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #NzI7dmcUcp4w9X6iTw6Ul9eF0Nu91soR { width:18.374rem;height:4.5rem;top:32.78857421875rem;left:0.8123779296875rem;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.5;z-index:15034;display:block; }#NzI7dmcUcp4w9X6iTw6Ul9eF0Nu91soR li:before{  }
 }@media only screen and (max-width: 763px) { #A1CJT0wWPvnsUpfnOse6EUd9Wb9wHrtC { width:18.374rem;height:3.375rem;top:38.25rem;left:0.8123779296875rem;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.5;z-index:15035;display:block; }#A1CJT0wWPvnsUpfnOse6EUd9Wb9wHrtC li:before{  }
 }@media only screen and (max-width: 763px) { #Su50edfqnSlnCMyARNPeP62HtRdGFD3B { width:7.062375rem;height:2.92419375rem;top:65.374633789062rem;left:1.99951171875rem;font-size:0.75rem;font-weight:400;font-style:normal;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #TryFUJ0r1GSq9cEuvOeBUG6xKZNN1pVF { width:6.9995rem;height:2.92419375rem;top:65.374633789062rem;left:10.999755859375rem;font-size:0.75rem;font-weight:400;font-style:normal;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #ZyizmbzH9Qo0AczMM8gsoThgC8RSVDvq { width:18.125rem;height:3.375rem;top:70.468017578125rem;left:0.9375rem;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.5;z-index:15044;display:block; }#ZyizmbzH9Qo0AczMM8gsoThgC8RSVDvq li:before{  }
 }@media only screen and (max-width: 763px) { #oAoL1rTqfJSWvNzgZbG9WaVb6m8XOUy2 { width:17.936375rem;height:3.375rem;top:74.27294921875rem;left:1.0308837890625rem;font-size:0.75rem;font-weight:400;font-style:normal;z-index:15045;line-height:1.5;display:block; }#oAoL1rTqfJSWvNzgZbG9WaVb6m8XOUy2 li:before{  }
 }@media only screen and (max-width: 763px) { #xoxxpTqOQdKo4G1JPrDcASpKXDaEa8LG { display:block; }#xoxxpTqOQdKo4G1JPrDcASpKXDaEa8LG > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vv83TsZgMC6HydPrzc7IQDv1p8q5yxZp { width:17.9375rem;height:3.59985625rem;top:12.8125rem;left:0rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DsmDkTszz2HpUJpINKXoSqHkFb6xIg9J { width:17.375rem;height:0;top:18.458984375rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #UuolRGcyovoPlAF2Zr1Z0MtUoKxe6PDQ { width:17.37425rem;height:2.749025rem;top:33.0625rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C71UpqBnEy36nEExDuJMHUGSdX2VKipL { display:block; }
 }@media only screen and (max-width: 763px) { #giRgaFcJsq4WsBmhD0EZ9pdDEVgQgyEF { top:17.75rem;left:0rem;width:18.5625rem;height:3.375rem;z-index:15031;color:rgba(var(--color-tertiary-4),1);font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dMk8mEf6unDBzzh5HTQbOHslJxk3M2Ff { width:20rem;height:7.8203125rem;top:22.5625rem;left:0rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }#dMk8mEf6unDBzzh5HTQbOHslJxk3M2Ff li:before{  }
 }@media only screen and (max-width: 763px) { #H7zuUTSCCgOCxwifZb8DHs0PyBgmDvMC { width:14.937125rem;height:7.687375rem;top:3.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzMFTW4umJ1hUzhEpSuVPDiQSoHWSsxu { width:12.99925rem;height:6.499rem;top:11.348266601562rem;left:3.5003662109375rem;display:none; }
 }@media only screen and (max-width: 763px) { #odwTHrKmLTqqww8C0C2GSx0nSRPpIhda { display:block; }#odwTHrKmLTqqww8C0C2GSx0nSRPpIhda > .row .container { width:20rem;height:107.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xKKELwSZt8o7U5QDMFz89S7DqiKy6To8 { width:20rem;height:3.59985625rem;top:3.1109619140625rem;left:0rem;font-size:1.5rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NetHO6ZElDrzUMKHUQaGfDMqiJxN3k0E { width:20rem;height:6.5625rem;top:8.1219482421875rem;left:0rem;font-size:0.875rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hPcgwomiycdA13OZPA0RzycX1anHKTF7 { width:16.5625rem;height:22.8125rem;top:16.375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQzxHWUBMTxW36uFeudta3pD1CKTBuGh { width:8.624875rem;height:8.624875rem;top:18.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzJzMdmclgSZzxa5HTJ5LCCyqKdfzk8o { width:13.4375rem;height:1.5rem;top:28.75rem;left:2.6875rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AMt8wMUHSwtleuZ5WIXiGV7dFUSXZoVV { width:14.6875rem;height:6.75rem;top:31rem;left:2.6875rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #y9FSmgsaJApLkkOItfbTaHVMouWa9w0N { width:14.4995rem;height:3.375rem;top:55.999755859375rem;left:2.7490234375rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uNLy617FLbLUbBBcoRAVb7agNShDkWVd { width:12.1875rem;height:1.5rem;top:53.6875rem;left:2.6875rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ohlbrLbhnTAmc5LCtm55a8xHNgiav9oi { width:9.0625rem;height:9.0625rem;top:41.868896484375rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibVhqpw4PFZTC15TzbU6XRr3zq3DmLDq { width:16.5625rem;height:20.4375rem;top:40.260009765625rem;left:1.6796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJbMt7MEI5HDfNXvSJEx5BRIR6c3M70G { width:10.06225rem;height:8.6334375rem;top:62.596435546875rem;left:4.9676513671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEuf9sXFr7vC8CO5Efpa35OFOSO9icPB { width:14.498875rem;height:1.5rem;top:72.901000976562rem;left:2.750244140625rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MA6RCJJbTAX1GbggNdE7zazG3Cd9PHyQ { width:14.6875rem;height:5.625rem;top:75.150756835938rem;left:2.65625rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Dhwp8Ht2skXQ5AH5xQdZ2lb0BTyDwQo1 { width:16.5625rem;height:20.25rem;top:61.83837890625rem;left:1.6796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #os6gIcOKIGhpJwEwDll6BlOD6HSZqsR3 { width:14.5625rem;height:4.5rem;top:98.24951171875rem;left:2.65625rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VxGONbBhK1CirwssvM9CuqBXaIWte123 { width:11.936625rem;height:1.5rem;top:96.007690429688rem;left:2.6873779296875rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gJkQ1dzQTLrqAi4IyE2oVCclTr0KKk44 { width:12.25rem;height:8.9541379415378rem;top:85rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH0CTHU3KlTKbgZMMx8C42oQk27XyVv8 { width:16.5625rem;height:20.875rem;top:83.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBG70MdwSLAe78oLJKsrBbU4HxHTU6TL { width:20rem;height:20.0451875rem;top:73.947143554688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rivnh2ehMGpruDpUTFwxmH1IrmCpqVT6 { width:20rem;height:19.6746875rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 { display:block; }#CGLn1HxbfWvVd2DiqOQDOoZKLiKtfHU3 > .row .container { width:20rem;height:90rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnmLPyk8Ghx0mqXR2lH5gR9aImZvuxnh { width:20rem;height:9.74609375rem;top:2.249755859375rem;left:0rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SFfWc0cRBo8LocMzAlNx24laxH6IBhhg { width:20rem;height:12.9375rem;top:14.715576171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St { display:block; }#ACWTRVTe0hAQt2AZbUUOb9WfofgGV2St > .row .container { width:20rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKXme96m3HgsoTxsp11yuee3DBu5AZUq { display:flex;width:1.375rem;height:1.5625rem;top:5.125rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #LFXVONr9as9Tpx2oGZWX7k1kih0qgcds { width:8.0625rem;height:1.375rem;top:1.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVFNwkn6U6ezAFlmlAaTkT83D11MtpSP { width:9.875rem;height:1.13769375rem;top:4.125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg5Fl020Uf0MwrC818KpNKr1HSzVBWnJ { width:5.1875rem;height:1.13769375rem;top:6.25rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSZSyf8lUCpAsBD45PPcNX2uWDttGGU9 { width:9.875rem;height:1.13769375rem;top:8.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4IzHz7mdwVO4CnOS3Kt2fh25ovtGl4E { width:9.875rem;height:1.13769375rem;top:10.5rem;left:1.25rem;font-size:0.875rem;display:block; }
 }