.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:226,222,255;--color-primary-1:169,157,255;--color-primary-2:111,92,255;--color-primary-3:25,0,218;--color-primary-4:11,16,32;--color-secondary-0:255,231,220;--color-secondary-1:255,175,138;--color-secondary-2:255,94,20;--color-secondary-3:128,47,10;--color-secondary-4:38,14,3;--color-tertiary-0:255,255,255;--color-tertiary-1:234,231,254;--color-tertiary-2:184,175,253;--color-tertiary-3:92,88,127;--color-tertiary-4:18,17,25;--headlines-font-family:"Unbounded";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !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; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.adaptive-delivery-prevent-bg, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyload, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyloading { background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { background-color: transparent; background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .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); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { border-width: 0; border-radius: 0; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;overflow:visible;position:relative;display:block; }#qu8gUuXoVKQhp6UAqSJOCJQ0h3OOT9l0 { position:absolute;display:block;z-index:15014;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:35.8125rem;width:61.375rem;top:6.799482126465rem;left:-29.093725972299rem;overflow:hidden;display:block; }
#gSvpe2z2V2THG7larxFGs2l6nV2twEoV { position:absolute;display:block;z-index:15011;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:4.4375rem;width:32.75rem;top:11.7802734375rem;left:27.24755859375rem;overflow:hidden;display:block; }
#aD9rtutl7mO2yq1G9ambPL9bFMEzfJas { 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:9rem;width:21.4375rem;top:20.205730438233rem;left:39.243492126465rem;overflow:hidden;display:block; }
#MLCJpDkRpDP7axQ1gtGZ4FRvrTky1MZC { position:absolute;display:block;z-index:15000;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:18.75rem;width:11.25rem;display:none; }
#a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o.adaptive-delivery-prevent-bg, #a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o.lazyload, #a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o.lazyloading { background-image: none; }#a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o > .row .container { background-color: transparent; background-image: none; }#a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o > .row .container > .video-iframe-container { display: none; }#a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o > .row > .video-iframe-container { display: none; }#a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o > .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); }#a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o > .row .container { border-width: 0; border-radius: 0; }#a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o > .row .container { font-size:0.875rem;font-family:arial;height:1.3125rem;width:75rem;position:relative;display:block; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#626456;background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat: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; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE.adaptive-delivery-prevent-bg, #nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE.lazyload, #nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE.lazyloading { background-image: none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container { border-width: 0; border-radius: 0; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;position:relative;display:none; }#UZz9N05TUKwaqq5iJXOi3A3K5JyxCLsG { color:rgba(var(--color-tertiary-4),1);display:block;width:56.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.37109375rem;left:18.1875rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KXRx8nrybAHkdLoJ1Dqlk2iETXyXvXvz { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:9.37060546875rem;left:31.1865234375rem;height:9.5625rem;text-align:center;text-align-last:center;display:block; }
#rK8vkCeFdyPcICRvfH2JvOXCvB7prSNo { color:#93393d;display:block;width:69.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20.771484375rem;left:18.625rem;height:9.75rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#M9Hibgb6MuxJ2cwXhR7Qoh7wn6tNZWya { position:absolute;display:block;z-index:14998;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:45.5rem;width:41.375rem;top:0.93310546875rem;left:-22.522686361085rem;overflow:hidden;display:block; }
#lcKCx95vHqtNqdba8Nu8tioyyvV3WNFB { color:#e2d9d0;display:block;width:55.2495rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:34.7138671875rem;left:0rem;height:8.546875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I0r9TxVFJWQLI4W0avpMQp4PfV90J5Hd { box-sizing:content-box;height:12.5rem;width:60.9375rem;position:absolute;display:block;z-index:14999;background-color:rgba(41,47,20,0.63);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.74072265625rem;left:-3.25rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#lK1GA04nSCJ7duKr7ZbNyG0rCeS74oi6 { position:absolute;display:block;z-index:14997;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:22.625rem;width:60.4375rem;top:22.6875rem;left:-7.6271501733831rem;overflow:hidden;display:block; }
#Bg2sQTFSkt3qgJoz0dTSt3R3EkQf82aT { position:relative;display:none; }#Bg2sQTFSkt3qgJoz0dTSt3R3EkQf82aT { border-width: 0; border-radius: 0; }#Bg2sQTFSkt3qgJoz0dTSt3R3EkQf82aT > .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; }#Bg2sQTFSkt3qgJoz0dTSt3R3EkQf82aT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#nR6FHzT9FpyNNkW3DMJSQouKTKTdXG7s { position:relative;display:none; }#nR6FHzT9FpyNNkW3DMJSQouKTKTdXG7s { border-width: 0; border-radius: 0; }#nR6FHzT9FpyNNkW3DMJSQouKTKTdXG7s > .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; }#nR6FHzT9FpyNNkW3DMJSQouKTKTdXG7s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#DVMxOuw3Bh2tHsJZz2oUJBeFCFJB8TZ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DVMxOuw3Bh2tHsJZz2oUJBeFCFJB8TZ9.adaptive-delivery-prevent-bg, #DVMxOuw3Bh2tHsJZz2oUJBeFCFJB8TZ9.lazyload, #DVMxOuw3Bh2tHsJZz2oUJBeFCFJB8TZ9.lazyloading { background-image: none; }#DVMxOuw3Bh2tHsJZz2oUJBeFCFJB8TZ9 > .row .container { background-color: transparent; background-image: none; }#DVMxOuw3Bh2tHsJZz2oUJBeFCFJB8TZ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVMxOuw3Bh2tHsJZz2oUJBeFCFJB8TZ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVMxOuw3Bh2tHsJZz2oUJBeFCFJB8TZ9 > .row .container > .video-iframe-container { display: none; }#DVMxOuw3Bh2tHsJZz2oUJBeFCFJB8TZ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DVMxOuw3Bh2tHsJZz2oUJBeFCFJB8TZ9 > .row > .video-iframe-container { display: none; }#DVMxOuw3Bh2tHsJZz2oUJBeFCFJB8TZ9 > .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); }#DVMxOuw3Bh2tHsJZz2oUJBeFCFJB8TZ9 > .row .container { border-width: 0; border-radius: 0; }#DVMxOuw3Bh2tHsJZz2oUJBeFCFJB8TZ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DVMxOuw3Bh2tHsJZz2oUJBeFCFJB8TZ9 > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#zOFUp0Sb3TvXibKIFNC1TPZo8Z0gW9p9 { color:#d6d6d7;display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:10.623699188233rem;left:33.497398376465rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#frZ6L6wtJkp8pRMbmSbfFs9uXv3qBaAN { color:#d6d6d7;display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:10.4375rem;left:13.9375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A7Zk4QNp860xp2DGIog2STPckuUKd4RZ { color:#d6d6d7;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:11.9375rem;left:13.9375rem;height:1.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NPd94AvR59ktZWIpb3h3tlcv0MoaMFoc { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:14998;background-color:#fe6004;background-image:none;top:7.75rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#M0r1gX1D4moDCvwsovy1nJ2RCpgT4wcf { position:absolute;display:block;z-index:15008;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.125rem;width:14.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#lwTREri2pl7ZllWPX5P5ueucSQU007mS { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:11.6875rem;top:1.1875rem;left:1.625rem;overflow:hidden;display:block; }
#uiVCbQ1MgxP7HIRWFqkRan8Annh30DkP { background-color:#029585;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.1874976158142rem;left:28.75rem;display:block; }
#rvc5LiUMAGHW4T9W1DhaCkTKGq2LFRqs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nckEmWP4tTAQ4NnE4hkXoF9g7uXOFumX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nckEmWP4tTAQ4NnE4hkXoF9g7uXOFumX.adaptive-delivery-prevent-bg, #nckEmWP4tTAQ4NnE4hkXoF9g7uXOFumX.lazyload, #nckEmWP4tTAQ4NnE4hkXoF9g7uXOFumX.lazyloading { background-image: none; }#nckEmWP4tTAQ4NnE4hkXoF9g7uXOFumX > .row .container { background-color: transparent; background-image: none; }#nckEmWP4tTAQ4NnE4hkXoF9g7uXOFumX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nckEmWP4tTAQ4NnE4hkXoF9g7uXOFumX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nckEmWP4tTAQ4NnE4hkXoF9g7uXOFumX > .row .container > .video-iframe-container { display: none; }#nckEmWP4tTAQ4NnE4hkXoF9g7uXOFumX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nckEmWP4tTAQ4NnE4hkXoF9g7uXOFumX > .row > .video-iframe-container { display: none; }#nckEmWP4tTAQ4NnE4hkXoF9g7uXOFumX > .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); }#nckEmWP4tTAQ4NnE4hkXoF9g7uXOFumX > .row .container { border-width: 0; border-radius: 0; }#nckEmWP4tTAQ4NnE4hkXoF9g7uXOFumX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nckEmWP4tTAQ4NnE4hkXoF9g7uXOFumX > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;position:relative;display:block; }#r3WQbupyelgpSdQMGqtk2mmc6ClIzuzG { color:#d6d6d7;display:block;width:64.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:9.3281254768369rem;left:7.34375rem;height:5.15625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T5Eze9mg4ObVw8o1fsp2XzWMQiyUxSo4 { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(42,42,42,0.86);background-image:none;top:7.75rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#NcDWJAyDQqSm0Ti25Xm4BTC3TOWTTovP { color:#93393d;display:block;width:49.9995rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:2.40966796875rem;left:12.498046875rem;height:1.96875rem;text-align:center;text-align-last:center;display:block; }
#TLxzT3iMop59V0u3gdipAcqycP8AoRxD { color:#93393d;display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:6.3427734375rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NTQJIUE1AmBp1045u9fSgIZNiSwiko6n { color:rgba(var(--color-tertiary-4),0.5);display:block;width:13.1850625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:25.75rem;left:1.6875rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ThX1cQU38qppokS2rxft1UTX0Zf942rt { color:#93393d;display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:24.25rem;left:1.6875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vlcf2x0LBTyuXkge0L1uctNtamAGL5UJ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:10.8125rem;top:7.8791666030881rem;left:0rem;overflow:hidden;display:block; }
#AS0v8wvilg1W3n2LPNchfz02KfwN9uGW { position:absolute;display:block;z-index:14999;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:19.3125rem;width:33.3125rem;top:2.2500019073486rem;left:0rem;overflow:hidden;display:block; }
#ClSBbRHQzMcp3Sny235hsoPPyrtrEBHN { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:10.8125rem;top:19.25rem;left:19.6875rem;overflow:hidden;display:block; }
#VfyMgoohMJc9ECwazwkdw7dHSv54ski3 { color:rgba(var(--color-tertiary-4),0.5);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:35.75rem;left:16.375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lmdb0ApK7lfOfs7e2T3fl5KcsLaX6eEO { color:#029585;display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:34.4375rem;left:16.5rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ugPuvC2C21ptPeXSC9rGyWaZoXH9htwF { color:#93393d;display:block;width:15.622375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:17.290365219116rem;left:33.312503814698rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n9Tmhw5S3s8TV5SGdXen5KK4BtMrXpUL { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:10.8125rem;top:19.875rem;left:35rem;overflow:hidden;display:block; }
#la4aDUiqyK9oktJlUhbiarzaL9TWiRtF { color:rgba(var(--color-tertiary-4),0.5);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:35.750001907349rem;left:31.656253814698rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KquSPyzvasmeuwasX3VT4JwTMAhHGpz2 { color:#029585;display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:34.3125rem;left:31.8125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T8e9apgii9R4SJH41qTSNRVtTVzFZkMg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T8e9apgii9R4SJH41qTSNRVtTVzFZkMg.adaptive-delivery-prevent-bg, #T8e9apgii9R4SJH41qTSNRVtTVzFZkMg.lazyload, #T8e9apgii9R4SJH41qTSNRVtTVzFZkMg.lazyloading { background-image: none; }#T8e9apgii9R4SJH41qTSNRVtTVzFZkMg > .row .container { background-color: transparent; background-image: none; }#T8e9apgii9R4SJH41qTSNRVtTVzFZkMg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8e9apgii9R4SJH41qTSNRVtTVzFZkMg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8e9apgii9R4SJH41qTSNRVtTVzFZkMg > .row .container > .video-iframe-container { display: none; }#T8e9apgii9R4SJH41qTSNRVtTVzFZkMg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8e9apgii9R4SJH41qTSNRVtTVzFZkMg > .row > .video-iframe-container { display: none; }#T8e9apgii9R4SJH41qTSNRVtTVzFZkMg > .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); }#T8e9apgii9R4SJH41qTSNRVtTVzFZkMg > .row .container { border-width: 0; border-radius: 0; }#T8e9apgii9R4SJH41qTSNRVtTVzFZkMg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T8e9apgii9R4SJH41qTSNRVtTVzFZkMg > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#xP0uDglCElHD06eUu8ix0wK0LqE6uwa9 { color:#d6d6d7;display:block;width:45.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:7.75rem;left:27.625rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#GAEZzmJgHsh5cTIUnoQLbTG7LKmqhiul { color:#d6d6d7;display:block;width:15.621125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:7.75rem;left:15.01953125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T1zk34PzEvDxSsyRnNPlX1oN49QmI0pJ { color:#d6d6d7;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:9.0481777191163rem;left:15.020832061767rem;height:1.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FrBKvE57z3TKq8WNZpmUiuTszsv8qIh9 { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:#fe6004;background-image:none;top:5.5rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FEBbt5o6JSi5X0a7NQd1vb1CNUNZ4Pwo { position:absolute;display:block;z-index:15008;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.125rem;width:14.9375rem;top:0.93750190734863rem;left:0rem;overflow:hidden;display:block; }
#Um9BAJ6wUGUfr0Ny624FAJUNGaHOGE9a { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:7.5rem;top:1.01953125rem;left:3.71875rem;overflow:hidden;display:block; }
#SqPXV4RTsVfwJwZoyyzLTGo2OpZ7LEZx { background-color:#029585;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.9375rem;left:28.75rem;display:block; }
#Bzuwo3NbvhSez32rmFbUBdbJH7nZ4fpO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hMLVbSZEOmmZcDt2Xl7thXbCaIqXpaeE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hMLVbSZEOmmZcDt2Xl7thXbCaIqXpaeE.adaptive-delivery-prevent-bg, #hMLVbSZEOmmZcDt2Xl7thXbCaIqXpaeE.lazyload, #hMLVbSZEOmmZcDt2Xl7thXbCaIqXpaeE.lazyloading { background-image: none; }#hMLVbSZEOmmZcDt2Xl7thXbCaIqXpaeE > .row .container { background-color: transparent; background-image: none; }#hMLVbSZEOmmZcDt2Xl7thXbCaIqXpaeE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMLVbSZEOmmZcDt2Xl7thXbCaIqXpaeE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMLVbSZEOmmZcDt2Xl7thXbCaIqXpaeE > .row .container > .video-iframe-container { display: none; }#hMLVbSZEOmmZcDt2Xl7thXbCaIqXpaeE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMLVbSZEOmmZcDt2Xl7thXbCaIqXpaeE > .row > .video-iframe-container { display: none; }#hMLVbSZEOmmZcDt2Xl7thXbCaIqXpaeE > .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); }#hMLVbSZEOmmZcDt2Xl7thXbCaIqXpaeE > .row .container { border-width: 0; border-radius: 0; }#hMLVbSZEOmmZcDt2Xl7thXbCaIqXpaeE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hMLVbSZEOmmZcDt2Xl7thXbCaIqXpaeE > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#htHmiiXAKKKgGmVAtlZH4hZmsN8ytgOW { color:#d6d6d7;display:block;width:45.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:7.8125009536744rem;left:28.375rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#NHHcZOnknK8SPSToheo9aQCSiIs3CSBT { color:#d6d6d7;display:block;width:15.622375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:7.7499980926512rem;left:12.8359375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hX1ema552DSds1MC3fm9MAxcUXVSWHDW { color:#d6d6d7;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:9.0481758117675rem;left:12.8359375rem;height:1.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xiyBWpgtZ0Q2oUo00FBTMT6kktLkEJZR { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:#fe6004;background-image:none;top:5.5rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#uq75iAeBnkBvlqggJ7RTv2qoW97IaCJo { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:12.875rem;top:1.0208339691162rem;left:0rem;overflow:hidden;display:block; }
#TmXPwGxGRx5wCRIo9ZVhJbEd4eP00zwW { position:absolute;display:block;z-index:15008;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.125rem;width:14.9375rem;top:0.93750190734863rem;left:0rem;overflow:hidden;display:block; }
#myTtynJR1pxZbt6LtXLoGePvCvp0W5Pp { background-color:#029585;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.0208358764649rem;left:28.75rem;display:block; }
#H3KyatibRB7thDV5MLEbIGB6TZKNcs7V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JCaG7g89iox99CMgKTLqu111dWAzUByE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JCaG7g89iox99CMgKTLqu111dWAzUByE.adaptive-delivery-prevent-bg, #JCaG7g89iox99CMgKTLqu111dWAzUByE.lazyload, #JCaG7g89iox99CMgKTLqu111dWAzUByE.lazyloading { background-image: none; }#JCaG7g89iox99CMgKTLqu111dWAzUByE > .row .container { background-color: transparent; background-image: none; }#JCaG7g89iox99CMgKTLqu111dWAzUByE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCaG7g89iox99CMgKTLqu111dWAzUByE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCaG7g89iox99CMgKTLqu111dWAzUByE > .row .container > .video-iframe-container { display: none; }#JCaG7g89iox99CMgKTLqu111dWAzUByE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JCaG7g89iox99CMgKTLqu111dWAzUByE > .row > .video-iframe-container { display: none; }#JCaG7g89iox99CMgKTLqu111dWAzUByE > .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); }#JCaG7g89iox99CMgKTLqu111dWAzUByE > .row .container { border-width: 0; border-radius: 0; }#JCaG7g89iox99CMgKTLqu111dWAzUByE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JCaG7g89iox99CMgKTLqu111dWAzUByE > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:75rem;position:relative;display:block; }#RX7qqP5odGhdS5TKJ4qFA7yTs6wO4wdy { color:#d6d6d7;display:block;width:45.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:10.0625rem;left:28.625rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#WA8Vi8tkg2bBbzPpgiv5qcFaD5sCyeQL { color:#d6d6d7;display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:10.0625rem;left:13.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NGxll8Lyl2gzdAccOeThXc5M0RPdSPT9 { color:#d6d6d7;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:11.56201171875rem;left:13.62451171875rem;height:1.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bx1D5GulAbk4us7P7BlgRi4QAHG6tkvO { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:#fe6004;background-image:none;top:7.8828125rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#abVElOgIITVqJyJMyBU4dozHSMOy6nV4 { position:absolute;display:block;z-index:15000;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.125rem;width:14.9375rem;top:1.15234375rem;left:0rem;overflow:hidden;display:block; }
#ViOREcFJWRfurkPmEfTILFVLdyNmMZoI { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:11.25rem;top:1.27734375rem;left:0rem;overflow:hidden;display:block; }
#fxQpQPDoQGWEmhOkuba0r0fawCvItazB { background-color:#029585;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:2.0625rem;left:28.75rem;display:block; }
#g7n0G0ipSx8H0IHMbunLPH81TmG3XDse { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m5GLWAF05oQFLspd9lThl2xnFhapHCvc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m5GLWAF05oQFLspd9lThl2xnFhapHCvc.adaptive-delivery-prevent-bg, #m5GLWAF05oQFLspd9lThl2xnFhapHCvc.lazyload, #m5GLWAF05oQFLspd9lThl2xnFhapHCvc.lazyloading { background-image: none; }#m5GLWAF05oQFLspd9lThl2xnFhapHCvc > .row .container { background-color: transparent; background-image: none; }#m5GLWAF05oQFLspd9lThl2xnFhapHCvc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5GLWAF05oQFLspd9lThl2xnFhapHCvc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5GLWAF05oQFLspd9lThl2xnFhapHCvc > .row .container > .video-iframe-container { display: none; }#m5GLWAF05oQFLspd9lThl2xnFhapHCvc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m5GLWAF05oQFLspd9lThl2xnFhapHCvc > .row > .video-iframe-container { display: none; }#m5GLWAF05oQFLspd9lThl2xnFhapHCvc > .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); }#m5GLWAF05oQFLspd9lThl2xnFhapHCvc > .row .container { border-width: 0; border-radius: 0; }#m5GLWAF05oQFLspd9lThl2xnFhapHCvc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m5GLWAF05oQFLspd9lThl2xnFhapHCvc > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#r0aFSeX1iibSI5haS4ElTyVKfTHipH4t { color:#d6d6d7;display:block;width:46.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:10.125rem;left:26.686458587646rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#VleQkNKahQAv8NJ8piSR54GmCVspnRhB { color:#d6d6d7;display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:10.0625rem;left:13.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UbmNhw1WhiZqedOmxxWMWAUQaaRRpSpm { color:#d6d6d7;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:11.561462402344rem;left:13.623958587646rem;height:3.19791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o1AOKxgkHVSnl0mFyEoZ6xqP5Okxyz5B { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:#fe6004;background-image:none;top:7.75rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Uqwxvk0E2kM4JbV6PIA0vNlfAFE755Jw { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:12.75rem;top:3.3791675567627rem;left:0.94166564941406rem;overflow:hidden;display:block; }
#XLB7yEErTExTuoO1c2NSE0M8VOnmGKdA { position:absolute;display:block;z-index:15000;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.125rem;width:14.9375rem;top:1.59375rem;left:0rem;overflow:hidden;display:block; }
#MooLz6ZklW3Kbsre2pDsi9raz3bQhT0Q { background-color:#029585;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:2.5rem;left:28.75rem;display:block; }
#ahZr9quABL9naF0uzt0WOaELTJpKP5yH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz.adaptive-delivery-prevent-bg, #sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz.lazyload, #sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz.lazyloading { background-image: none; }#sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz > .row .container { background-color: transparent; background-image: none; }#sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz > .row .container > .video-iframe-container { display: none; }#sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz > .row > .video-iframe-container { display: none; }#sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz > .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); }#sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz > .row .container { border-width: 0; border-radius: 0; }#sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#eRTKXokNcFs4nvTasG3u3G4LbKeQzSZG { color:#d6d6d7;display:block;width:45.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:7.8125009536744rem;left:28.375rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#NHRwIvK8BfSGZDIEwaNq8OQ2fdHPtThA { color:#d6d6d7;display:block;width:15.622375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:7.7499980926512rem;left:12.8359375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T6Tqm4UKXEeviwpNsG1ausA2kGQhf6MM { color:#d6d6d7;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:9.0481758117675rem;left:12.8359375rem;height:1.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h5ffHRTZrt5GIXfb5llnnFSFRDKCiqPK { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:#fe6004;background-image:none;top:5.5rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hM1NEIKTAX1qOEVfDCunsZ0Pc7eMLxew { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:9rem;top:0.95833396911619rem;left:2.45703125rem;overflow:hidden;display:block; }
#ap9Uftgax8QoyLCbThOqlZkfZLQCQc9G { position:absolute;display:block;z-index:15008;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.125rem;width:14.9375rem;top:0.93750190734863rem;left:0rem;overflow:hidden;display:block; }
#eN6bWy3S6xfeCRwGXwIFGG6QTNBurFeR { background-color:#029585;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:0.95703125rem;left:28.75rem;display:block; }
#Qw7zpgNLLaAiKgrOX8Z55Jby8fm0cFKi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp.adaptive-delivery-prevent-bg, #qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp.lazyload, #qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp.lazyloading { background-image: none; }#qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp > .row .container { background-color: transparent; background-image: none; }#qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp > .row .container > .video-iframe-container { display: none; }#qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp > .row > .video-iframe-container { display: none; }#qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp > .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); }#qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp > .row .container { border-width: 0; border-radius: 0; }#qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#SUrXZ0tVdMF7Otfs1tIQESb0Sb0SIkzO { color:#d6d6d7;display:block;width:45.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:10.0625rem;left:28.625rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#WTfJxbFUkFlXk9AR9Lhk7X4JSXZxU27h { color:#d6d6d7;display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:10.0625rem;left:13.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sEhJLB1XTfi7fpRDCiOCqBfocaxw5xfB { color:#d6d6d7;display:block;width:17.3100625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:11.5625rem;left:13.625rem;height:3.19791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yKlpfPXaml7gEmJhVATA3yTcALkCQqdX { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:#fe6004;background-image:none;top:7.75rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WHwBJ5aviGi5iu82OJBUxQmLACBKTMJN { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:12.5625rem;top:2.03125rem;left:0rem;overflow:hidden;display:block; }
#eIGgqM3syZ8lxICP0GmP2zUUWUVehEZE { position:absolute;display:block;z-index:15008;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.125rem;width:14.9375rem;top:1.4361991882324rem;left:0rem;overflow:hidden;display:block; }
#aymNGuvtVDsyyxdZGJnlNTrGpMlCIOH4 { background-color:#029585;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:2.03125rem;left:28.75rem;display:block; }
#skumCqLcrVSvg2BaCnEw3mHpsryvXMaG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k8AelzP9OdlIK46HB4egabcqvL8dhpNO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k8AelzP9OdlIK46HB4egabcqvL8dhpNO.adaptive-delivery-prevent-bg, #k8AelzP9OdlIK46HB4egabcqvL8dhpNO.lazyload, #k8AelzP9OdlIK46HB4egabcqvL8dhpNO.lazyloading { background-image: none; }#k8AelzP9OdlIK46HB4egabcqvL8dhpNO > .row .container { background-color: transparent; background-image: none; }#k8AelzP9OdlIK46HB4egabcqvL8dhpNO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8AelzP9OdlIK46HB4egabcqvL8dhpNO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8AelzP9OdlIK46HB4egabcqvL8dhpNO > .row .container > .video-iframe-container { display: none; }#k8AelzP9OdlIK46HB4egabcqvL8dhpNO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8AelzP9OdlIK46HB4egabcqvL8dhpNO > .row > .video-iframe-container { display: none; }#k8AelzP9OdlIK46HB4egabcqvL8dhpNO > .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); }#k8AelzP9OdlIK46HB4egabcqvL8dhpNO > .row .container { border-width: 0; border-radius: 0; }#k8AelzP9OdlIK46HB4egabcqvL8dhpNO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k8AelzP9OdlIK46HB4egabcqvL8dhpNO > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:75rem;position:relative;display:block; }#FbGQXJFJvuLB5IATNeVbH7aZT7F2GQ3a { color:#d6d6d7;display:block;width:50.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:10.061460494995rem;left:23.127082824707rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#TuOi735NEOU3aHKulVZHstk4vcWH1hJJ { color:#d6d6d7;display:block;width:15.621875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:10.061460494995rem;left:10.033332824707rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HaOWTNzSyT5a1g18TTksuBdbXhgOvfRb { color:#d6d6d7;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:11.278123855591rem;left:10.006248474121rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xgcHHyTePVObuTLP9s2yWfoTvNrtGp9T { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:#fe6004;background-image:none;top:7.8828125rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EhGTXPc7QKinE3pAI4J5KFNU5Z5D7TtS { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:9rem;top:2.77734375rem;left:2rem;overflow:hidden;display:block; }
#C8f4bS9EvXQUgGuEXOlBCwmgBe5xKetE { position:absolute;display:block;z-index:15000;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.125rem;width:14.9375rem;top:2.5625rem;left:0rem;overflow:hidden;display:block; }
#R7XhM2tt1zxJxLTSMUIXEyo7wb8eBMVM { background-color:#029585;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:2.5625rem;left:28.75rem;display:block; }
#lrvBFywmxb64Dr3xpwML5MdzZTIyv2oy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q6mEHuBMDn4UWCdg2iMaD3QDOhRn5hPN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q6mEHuBMDn4UWCdg2iMaD3QDOhRn5hPN.adaptive-delivery-prevent-bg, #Q6mEHuBMDn4UWCdg2iMaD3QDOhRn5hPN.lazyload, #Q6mEHuBMDn4UWCdg2iMaD3QDOhRn5hPN.lazyloading { background-image: none; }#Q6mEHuBMDn4UWCdg2iMaD3QDOhRn5hPN > .row .container { background-color: transparent; background-image: none; }#Q6mEHuBMDn4UWCdg2iMaD3QDOhRn5hPN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6mEHuBMDn4UWCdg2iMaD3QDOhRn5hPN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6mEHuBMDn4UWCdg2iMaD3QDOhRn5hPN > .row .container > .video-iframe-container { display: none; }#Q6mEHuBMDn4UWCdg2iMaD3QDOhRn5hPN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6mEHuBMDn4UWCdg2iMaD3QDOhRn5hPN > .row > .video-iframe-container { display: none; }#Q6mEHuBMDn4UWCdg2iMaD3QDOhRn5hPN > .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); }#Q6mEHuBMDn4UWCdg2iMaD3QDOhRn5hPN > .row .container { border-width: 0; border-radius: 0; }#Q6mEHuBMDn4UWCdg2iMaD3QDOhRn5hPN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q6mEHuBMDn4UWCdg2iMaD3QDOhRn5hPN > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#SKi8lEVdOQv19IXDU50J2KnfQI0PSN0b { color:#d6d6d7;display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:7.8125rem;left:13.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#epL1xBSdRTQXX00yGPVqcTKcT34x2lQz { color:#d6d6d7;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:9.3125rem;left:13.625rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ozgKowi3JZnvOLrNTkSWszwkMBTINQ9T { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:#fe6004;background-image:none;top:5.5rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pZxu3hTl2Q46Iz9kfL6aloJudNvu8f2v { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:11.25rem;top:0.95833396911619rem;left:2.45703125rem;overflow:hidden;display:block; }
#iDkKVTM3GXynWGnofQpqLAdOKOdEQ3t5 { position:absolute;display:block;z-index:15008;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.125rem;width:14.9375rem;top:0.93750190734863rem;left:0rem;overflow:hidden;display:block; }
#LLTJHkQ9kQXk5gpbszroJ6zuNQX6RmSQ { color:#d6d6d7;display:block;width:47.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:7.8125rem;left:26.8125rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#fkTG9sd5S7vdpRWVLqz7RmAtgGDUfhw2 { background-color:#029585;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:0.95833587646487rem;left:28.75rem;display:block; }
#FCTg6Os5JrJ2pc9Pxf2FLaRfGqThn4S3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H2BDPfEJFmcHWqPiqySgmUzf3KWqdgsC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H2BDPfEJFmcHWqPiqySgmUzf3KWqdgsC.adaptive-delivery-prevent-bg, #H2BDPfEJFmcHWqPiqySgmUzf3KWqdgsC.lazyload, #H2BDPfEJFmcHWqPiqySgmUzf3KWqdgsC.lazyloading { background-image: none; }#H2BDPfEJFmcHWqPiqySgmUzf3KWqdgsC > .row .container { background-color: transparent; background-image: none; }#H2BDPfEJFmcHWqPiqySgmUzf3KWqdgsC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2BDPfEJFmcHWqPiqySgmUzf3KWqdgsC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2BDPfEJFmcHWqPiqySgmUzf3KWqdgsC > .row .container > .video-iframe-container { display: none; }#H2BDPfEJFmcHWqPiqySgmUzf3KWqdgsC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2BDPfEJFmcHWqPiqySgmUzf3KWqdgsC > .row > .video-iframe-container { display: none; }#H2BDPfEJFmcHWqPiqySgmUzf3KWqdgsC > .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); }#H2BDPfEJFmcHWqPiqySgmUzf3KWqdgsC > .row .container { border-width: 0; border-radius: 0; }#H2BDPfEJFmcHWqPiqySgmUzf3KWqdgsC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H2BDPfEJFmcHWqPiqySgmUzf3KWqdgsC > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;position:relative;display:block; }#qqcPBBdikxml8ToJHmG4abihx0xTsHO0 { color:#d6d6d7;display:block;width:45.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:7.375rem;left:29.1875rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#A4XXUSPLdR3X4nbduiRLADdEn053RwRf { color:#d6d6d7;display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:7rem;left:4.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WOpZ2TxhzuL5GDImTQ7EGUpa057b8qte { color:#d6d6d7;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:8.5rem;left:4.25rem;height:1.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BHJo3LSsLeiSmcp2ckB3wZtECW4ax63R { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:#fe6004;background-image:none;top:5.0625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lszPWomyIXO1LdNTKxcuvoVT82ATRQ6S { background-color:#029585;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:0.76953125rem;left:28.75rem;display:block; }
#eH8ho8kDvG9yqhDWSLCqVlkuF2wOLME5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4.adaptive-delivery-prevent-bg, #JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4.lazyload, #JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4.lazyloading { background-image: none; }#JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4 > .row .container { background-color: transparent; background-image: none; }#JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4 > .row .container > .video-iframe-container { display: none; }#JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4 > .row > .video-iframe-container { display: none; }#JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4 > .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); }#JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4 > .row .container { border-width: 0; border-radius: 0; }#JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4 > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#KcsmuJKdrvUXPVLT3xbERA4JWmlGiBku { color:#d6d6d7;display:block;width:45.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:10.059385299682rem;left:29.248958587646rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#cLTbfdTHMMthEFSvyBbWDI62n6KL3Si4 { color:#d6d6d7;display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:10.060415267944rem;left:10.022914886474rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zVfLPFMrsXpTol3QUcMTBgqi9AGGcviW { color:#d6d6d7;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:11.557291030884rem;left:10.019790649414rem;height:1.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WfpKu5KzeT4lRdnXhfD50zeTrRe83UoW { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:#fe6004;background-image:none;top:7.75rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Gw3NH4loCwtfVTzvWHlL1upJxy5irHOJ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:11.125rem;top:1.8945198059082rem;left:1.35546875rem;overflow:hidden;display:block; }
#aWkxv9bKyct4yLyc1Fskx9pfLSgfrImU { position:absolute;display:block;z-index:15008;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.125rem;width:14.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#BUGStNd29CdcEteNKRztEy6DAuhrogds { background-color:#029585;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:2.5403652191162rem;left:28.75rem;display:block; }
#AhvJhXi8zOaFx2h9UvTLCt2hWMlKUgSX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X0GRR8PQ9DqH0ySRq8hh3C4DID5FbRfc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X0GRR8PQ9DqH0ySRq8hh3C4DID5FbRfc.adaptive-delivery-prevent-bg, #X0GRR8PQ9DqH0ySRq8hh3C4DID5FbRfc.lazyload, #X0GRR8PQ9DqH0ySRq8hh3C4DID5FbRfc.lazyloading { background-image: none; }#X0GRR8PQ9DqH0ySRq8hh3C4DID5FbRfc > .row .container { background-color: transparent; background-image: none; }#X0GRR8PQ9DqH0ySRq8hh3C4DID5FbRfc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0GRR8PQ9DqH0ySRq8hh3C4DID5FbRfc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0GRR8PQ9DqH0ySRq8hh3C4DID5FbRfc > .row .container > .video-iframe-container { display: none; }#X0GRR8PQ9DqH0ySRq8hh3C4DID5FbRfc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0GRR8PQ9DqH0ySRq8hh3C4DID5FbRfc > .row > .video-iframe-container { display: none; }#X0GRR8PQ9DqH0ySRq8hh3C4DID5FbRfc > .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); }#X0GRR8PQ9DqH0ySRq8hh3C4DID5FbRfc > .row .container { border-width: 0; border-radius: 0; }#X0GRR8PQ9DqH0ySRq8hh3C4DID5FbRfc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X0GRR8PQ9DqH0ySRq8hh3C4DID5FbRfc > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#Cia6f0QEI5cnfXRV4tvT8Igb11uvKDSW { color:#d6d6d7;display:block;width:45.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:7.8125009536744rem;left:28.375rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#yJL7eCLmLB3X9U8T9dfyqpWqzVT2Ltsq { color:#d6d6d7;display:block;width:15.622375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:7rem;left:13.625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ciDVxUCN4qFBpBHvpFCIrkfLdLCczrn4 { color:#d6d6d7;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:10.5625rem;left:13.625rem;height:1.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iQpvBIvTfONWSbXlzRteOE3GqvL3M95g { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:#fe6004;background-image:none;top:5.5rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zW84XaTrAofZ0t8Zdub4Ee5bob3AkE3B { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:9.5rem;top:0.95833396911619rem;left:2.45703125rem;overflow:hidden;display:block; }
#ZxKOXTFJnK6v5zf8l3snXUVkaU8Iylii { position:absolute;display:block;z-index:15008;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.125rem;width:14.9375rem;top:0.93750190734863rem;left:0rem;overflow:hidden;display:block; }
#gWo99XMNXVczxCwXavSNIvyHJEgbzETA { background-color:#029585;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:0.95703125rem;left:28.75rem;display:block; }
#fulfZot83BmQeCv1VCXdV5i259m2DmCd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#caB2Eb3MoTplCUbg24DRRe2yER7LOEqR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#caB2Eb3MoTplCUbg24DRRe2yER7LOEqR.adaptive-delivery-prevent-bg, #caB2Eb3MoTplCUbg24DRRe2yER7LOEqR.lazyload, #caB2Eb3MoTplCUbg24DRRe2yER7LOEqR.lazyloading { background-image: none; }#caB2Eb3MoTplCUbg24DRRe2yER7LOEqR > .row .container { background-color: transparent; background-image: none; }#caB2Eb3MoTplCUbg24DRRe2yER7LOEqR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caB2Eb3MoTplCUbg24DRRe2yER7LOEqR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caB2Eb3MoTplCUbg24DRRe2yER7LOEqR > .row .container > .video-iframe-container { display: none; }#caB2Eb3MoTplCUbg24DRRe2yER7LOEqR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#caB2Eb3MoTplCUbg24DRRe2yER7LOEqR > .row > .video-iframe-container { display: none; }#caB2Eb3MoTplCUbg24DRRe2yER7LOEqR > .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); }#caB2Eb3MoTplCUbg24DRRe2yER7LOEqR > .row .container { border-width: 0; border-radius: 0; }#caB2Eb3MoTplCUbg24DRRe2yER7LOEqR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#caB2Eb3MoTplCUbg24DRRe2yER7LOEqR > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#DRsJgTIpntVWD1svymSxgITv54fPNhKi { color:#d6d6d7;display:block;width:49.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:10.062507629394rem;left:25.8125rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#B4nuBl7gxfg4eGo7eINx6Pf0vDEMJpNT { color:#d6d6d7;display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:10.0625rem;left:13.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HNWg3WST54RJ2PbEUZAPIpzQIEoEHisI { color:#d6d6d7;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:11.56201171875rem;left:13.62451171875rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ns0wJOo0Q28psDWEDp9czBJhqM7TH4Tp { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:#fe6004;background-image:none;top:7.75rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#aXloX6OsE3ddEbWFEl6Q3HfAKwl1BTWI { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1245rem;width:10.3125rem;top:1.0283203125rem;left:1.904296875rem;overflow:hidden;display:block; }
#A2dzK92KdEb3TnVI01WpWBTrnf2VZNHD { position:absolute;display:block;z-index:15000;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.125rem;width:14.9375rem;top:1.01953125rem;left:0rem;overflow:hidden;display:block; }
#xJgOwbwCnJrc5GLwTwaLrk1Rap1RrOau { background-color:#029585;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:2.20703125rem;left:28.75rem;display:block; }
#xKrqk4mPAZ9qqrcPCmQtECtlsTrK7sbK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d3uc1leMZE2mxTN4ybxiVHJuNzVwVZl2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d3uc1leMZE2mxTN4ybxiVHJuNzVwVZl2.adaptive-delivery-prevent-bg, #d3uc1leMZE2mxTN4ybxiVHJuNzVwVZl2.lazyload, #d3uc1leMZE2mxTN4ybxiVHJuNzVwVZl2.lazyloading { background-image: none; }#d3uc1leMZE2mxTN4ybxiVHJuNzVwVZl2 > .row .container { background-color: transparent; background-image: none; }#d3uc1leMZE2mxTN4ybxiVHJuNzVwVZl2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3uc1leMZE2mxTN4ybxiVHJuNzVwVZl2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3uc1leMZE2mxTN4ybxiVHJuNzVwVZl2 > .row .container > .video-iframe-container { display: none; }#d3uc1leMZE2mxTN4ybxiVHJuNzVwVZl2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3uc1leMZE2mxTN4ybxiVHJuNzVwVZl2 > .row > .video-iframe-container { display: none; }#d3uc1leMZE2mxTN4ybxiVHJuNzVwVZl2 > .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); }#d3uc1leMZE2mxTN4ybxiVHJuNzVwVZl2 > .row .container { border-width: 0; border-radius: 0; }#d3uc1leMZE2mxTN4ybxiVHJuNzVwVZl2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d3uc1leMZE2mxTN4ybxiVHJuNzVwVZl2 > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#IGttRikkDDEDFtvBXzLicksbbsRtWsdF { color:#d6d6d7;display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:7.8125rem;left:13.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hncAW9BDNOyXOc6DXH0y1frHQEQXTRvu { color:#d6d6d7;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:9.3125rem;left:13.625rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gSphKOCHTQQAGeywTRms8aiJnMvCOLS2 { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:#fe6004;background-image:none;top:5.5rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#llWpIBLVkutAHzeySMoOExEO3kELDtOq { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:11.25rem;top:0.95703125rem;left:2.45703125rem;overflow:hidden;display:block; }
#ZmWsiW10FvsZpz0ecGivw3DLcDOTrRWu { position:absolute;display:block;z-index:15000;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.125rem;width:14.9375rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#nPdSCxwIUwJsMti6RBxs92BGy74zQz1f { color:#d6d6d7;display:block;width:45.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:7.8125rem;left:28.248699188233rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#ECTi4JWRssR4PHx0fQDFTQl1xhF6CWoo { background-color:#029585;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:0.95703125rem;left:28.75rem;display:block; }
#remRG1t6v7HqJwceDqLtDmqrpgqARl0n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u6V54XWq8z30pLZ1RslBvSBvld1gaTBM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u6V54XWq8z30pLZ1RslBvSBvld1gaTBM.adaptive-delivery-prevent-bg, #u6V54XWq8z30pLZ1RslBvSBvld1gaTBM.lazyload, #u6V54XWq8z30pLZ1RslBvSBvld1gaTBM.lazyloading { background-image: none; }#u6V54XWq8z30pLZ1RslBvSBvld1gaTBM > .row .container { background-color: transparent; background-image: none; }#u6V54XWq8z30pLZ1RslBvSBvld1gaTBM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6V54XWq8z30pLZ1RslBvSBvld1gaTBM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6V54XWq8z30pLZ1RslBvSBvld1gaTBM > .row .container > .video-iframe-container { display: none; }#u6V54XWq8z30pLZ1RslBvSBvld1gaTBM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u6V54XWq8z30pLZ1RslBvSBvld1gaTBM > .row > .video-iframe-container { display: none; }#u6V54XWq8z30pLZ1RslBvSBvld1gaTBM > .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); }#u6V54XWq8z30pLZ1RslBvSBvld1gaTBM > .row .container { border-width: 0; border-radius: 0; }#u6V54XWq8z30pLZ1RslBvSBvld1gaTBM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u6V54XWq8z30pLZ1RslBvSBvld1gaTBM > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:75rem;position:relative;display:block; }#VGAWH1foMoNflFIB6q3d84sL5Lx34r98 { color:#d6d6d7;display:block;width:45.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:10.0625rem;left:28.625rem;height:4.125rem;text-align:left;text-align-last:left;display:block; }
#ypAOu2ivxsVQMbUsdgF4xWiwXHg2iJXu { color:#d6d6d7;display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:10.0625rem;left:13.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZZyNPQ6JSTs5InyWl2Sb2qDcaPz5Rdvf { color:#d6d6d7;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:11.56201171875rem;left:13.62451171875rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wLBOsxTLV7pNmDXDNuvnI2qIpa7X2mgz { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:#fe6004;background-image:none;top:7.8828125rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UnTM6BuFBkpQCuez6ek7bWW8X3His32a { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:12.3125rem;top:2.6536445617676rem;left:1.39453125rem;overflow:hidden;display:block; }
#GVa6QKGThQOoZX2BTvmW4CMIK6n7yVGl { position:absolute;display:block;z-index:15000;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.125rem;width:14.9375rem;top:1.1536445617676rem;left:0rem;overflow:hidden;display:block; }
#cWSRzGs7xXNIQMyKCdd42DQx2J1ZrE40 { background-color:#029585;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:2.65234375rem;left:28.75rem;display:block; }
#BcTABixTFPEOEUJvsJbbLdoqsaWKE4pn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iJsXwcUzmd42DCnZal70xbViJaSAFm5l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iJsXwcUzmd42DCnZal70xbViJaSAFm5l.adaptive-delivery-prevent-bg, #iJsXwcUzmd42DCnZal70xbViJaSAFm5l.lazyload, #iJsXwcUzmd42DCnZal70xbViJaSAFm5l.lazyloading { background-image: none; }#iJsXwcUzmd42DCnZal70xbViJaSAFm5l > .row .container { background-color: transparent; background-image: none; }#iJsXwcUzmd42DCnZal70xbViJaSAFm5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJsXwcUzmd42DCnZal70xbViJaSAFm5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJsXwcUzmd42DCnZal70xbViJaSAFm5l > .row .container > .video-iframe-container { display: none; }#iJsXwcUzmd42DCnZal70xbViJaSAFm5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJsXwcUzmd42DCnZal70xbViJaSAFm5l > .row > .video-iframe-container { display: none; }#iJsXwcUzmd42DCnZal70xbViJaSAFm5l > .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); }#iJsXwcUzmd42DCnZal70xbViJaSAFm5l > .row .container { border-width: 0; border-radius: 0; }#iJsXwcUzmd42DCnZal70xbViJaSAFm5l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iJsXwcUzmd42DCnZal70xbViJaSAFm5l > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#rtgv9JVtKMWiETAXQTDpHcViBW1SwUFF { color:#d6d6d7;display:block;width:45.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:10.0625rem;left:28.625rem;height:4.125rem;text-align:left;text-align-last:left;display:block; }
#FHlfrNQ3EOZTipMV2NgnOqiqhuCpGTWK { color:#d6d6d7;display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:10.0625rem;left:13.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zJK37RouxOLX9XXPLa1xhxJEkrf3N4S4 { color:#d6d6d7;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:11.56201171875rem;left:13.62451171875rem;height:3.19791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IQlKmNtv2KGEx3AJcofSxSOHtC8cMZuy { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:#fe6004;background-image:none;top:7.75rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EVPJ5kQhm58mD3zhxlDMmBm6fQPNEVgl { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:10.1875rem;top:3.39453125rem;left:0.95703125rem;overflow:hidden;display:block; }
#Tk194EFGZIuXDXBq08kNFMLvMCHyclO2 { position:absolute;display:block;z-index:15000;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.125rem;width:14.9375rem;top:1.59375rem;left:0rem;overflow:hidden;display:block; }
#XcQcRGhBb0OwTvtUxq4AJATboviGQoV7 { background-color:#029585;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:2.3125rem;left:28.75rem;display:block; }
#XW8SeVll4QQAmnUXIWL7wdXMu8OHPJ8P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ.adaptive-delivery-prevent-bg, #pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ.lazyload, #pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ.lazyloading { background-image: none; }#pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ > .row .container { background-color: transparent; background-image: none; }#pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ > .row .container > .video-iframe-container { display: none; }#pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ > .row > .video-iframe-container { display: none; }#pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ > .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); }#pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ > .row .container { border-width: 0; border-radius: 0; }#pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#m58NvABsPnT4qP2iipOnAeuh8iIUGza9 { color:#ffffff;display:block;width:64.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:11.125rem;left:7.34375rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BE9r2sRUt5JQi29mN6hrc7HhFBNmKkJ4 { color:#029585;display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:32.0625rem;left:12.9375rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kcPx3zA6ZrmO3NU69vK622NH1dW19TUm { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:15.6875rem;top:7.7490234375rem;left:0rem;overflow:hidden;display:block; }
#ztrMHL7yrO8frBRhtzVwdyRNLtlcKA9Z { color:#93393d;display:block;width:49.9995rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:2.40966796875rem;left:12.498046875rem;height:1.96875rem;text-align:center;text-align-last:center;display:block; }
#Ne5DbrfrTwrfHCDNXsoLcU6ZqxSJe28m { color:#93393d;display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:6.3427734375rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MASH66PNuTLiriotrfUUZEhpGFthexEJ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:27.8125rem;left:11.875rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WnP7BTbLa6OyzQese044rnCuaW0BqTaO { color:#029585;display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:17.379179000854rem;left:34.6875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fo6VIQVVqo125AWv0S7wPntFvI4Awlv1 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:10.125rem;top:18.8125rem;left:15.8125rem;overflow:hidden;display:block; }
#enexQgJ3p8Jivf7FuzVEyyKITbnrJtu2 { color:rgba(var(--color-tertiary-4),0.5);display:block;width:13.1850625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:25.75rem;left:1.6875rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nN6cWsVGNq6KKBfTiFcIHnTOv4ZIr5bh { color:#029585;display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:24.25rem;left:1.6875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wRXW7uifJfgtmQnzwxZPL1BMUzxbWWeH { color:rgba(var(--color-tertiary-4),1);display:block;width:15.621875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:32.0625rem;left:26.5625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#olzJ94mllHNHpUVosM6QXTbNex1BUaLS { color:rgba(var(--color-tertiary-4),0.5);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:33.375rem;left:12.8125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hM3Lc6PpcahyiOOsNxHXI2kpkMZFIFBx { color:rgba(var(--color-tertiary-4),0.5);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:33.1875rem;left:28.5625rem;height:1.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pQhyNCNqciqDrIVIugb9TQTRdl3JuO55 { color:#029585;display:block;width:15.621875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:32.0625rem;left:25.9375rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ien6B2fQ5uP9pGJKbOvSb7P7kiBudCUr { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:11.25rem;top:18.5rem;left:28.5625rem;overflow:hidden;display:block; }
#bSJR4FkcFWu415xh6mTVQQWpMPGRJtCK { color:rgba(var(--color-tertiary-4),0.5);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:33.25rem;left:42.4375rem;height:1.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t8XkOyZz31Ge3TTFiWFHfLIzk5rG2xEq { color:rgba(var(--color-tertiary-4),1);display:block;width:15.621875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:32.125rem;left:40.4375rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tvqctw3iholF82CGC0xAOrZIG5yZHn1o { color:#029585;display:block;width:15.621875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:32.125rem;left:39.8125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WTSGW5UXLsSgtHwITMe2Ue1NaArJ9nsf { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:9.25rem;top:18.1875rem;left:42.4375rem;overflow:hidden;display:block; }
#XyysbX9AfkvkLe7WccbAeRzChOOnH8IH { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15002;background-color:rgba(42,42,42,0.86);background-image:none;top:8.6875rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#w7Rqza64bmTvTmVAJz7M0JXJfGQkf5GE { position:absolute;display:block;z-index:15001;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:19.3125rem;width:33.3125rem;top:3.1875rem;left:0rem;overflow:hidden;display:block; }
#dswgwlEQnn5FDs7QqIOxNllNJaoOdnFp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dswgwlEQnn5FDs7QqIOxNllNJaoOdnFp.adaptive-delivery-prevent-bg, #dswgwlEQnn5FDs7QqIOxNllNJaoOdnFp.lazyload, #dswgwlEQnn5FDs7QqIOxNllNJaoOdnFp.lazyloading { background-image: none; }#dswgwlEQnn5FDs7QqIOxNllNJaoOdnFp > .row .container { border-width: 0; border-radius: 0; }#dswgwlEQnn5FDs7QqIOxNllNJaoOdnFp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dswgwlEQnn5FDs7QqIOxNllNJaoOdnFp > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:none; }#OyCaqUmf21g67LWeLg0qP8DNIZfKZ8rC { color:#d6d6d7;display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:10.061459541321rem;left:30.811458587646rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#ZFkZquUE9AlTK0w3KFuQG2kow95ybwxm { color:#d6d6d7;display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:10.062494277954rem;left:12.404949188233rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xlMr7DzZFalo4MU8z7bCbsSONbOhR0kE { color:#d6d6d7;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:11.559896469116rem;left:12.404949188233rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vu8WL1xoQbQtr04pf0DOsu315I79avWM { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:#fe6004;background-image:none;top:7.75rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wIZKrZm7P2L98wkGQqvCigkWGUO8gPIt { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:10.4375rem;top:1.65625rem;left:2.05078125rem;overflow:hidden;display:block; }
#NzJSKFXUPKdgvEORSkgUHyvXhuerzHec { position:absolute;display:block;z-index:15000;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.125rem;width:14.9375rem;top:1.5950508117676rem;left:0rem;overflow:hidden;display:block; }
#VgEmd8lNF1lZoHkfMC7TdxZ8gt5cviUR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VgEmd8lNF1lZoHkfMC7TdxZ8gt5cviUR.adaptive-delivery-prevent-bg, #VgEmd8lNF1lZoHkfMC7TdxZ8gt5cviUR.lazyload, #VgEmd8lNF1lZoHkfMC7TdxZ8gt5cviUR.lazyloading { background-image: none; }#VgEmd8lNF1lZoHkfMC7TdxZ8gt5cviUR > .row .container { border-width: 0; border-radius: 0; }#VgEmd8lNF1lZoHkfMC7TdxZ8gt5cviUR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VgEmd8lNF1lZoHkfMC7TdxZ8gt5cviUR > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:75rem;position:relative;display:none; }#EI6BG5i0GgtVLbtgw52QwCaEkye9tPvB { color:#d6d6d7;display:block;width:37.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:9.75rem;left:37.311199188233rem;height:4.125rem;text-align:left;text-align-last:left;display:block; }
#tlczG1Necvykm5IzFWKQDyOCHmP4KvF4 { color:#d6d6d7;display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:9.75rem;left:17.3359375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KvUBhTZi5M1F6w8JD2etdA0w1deCvktD { color:#d6d6d7;display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:12.755207061767rem;left:17.3359375rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LWo7OXFDMzRXolBAuHRG4XDhaFe5475o { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:#fe6004;background-image:none;top:7.8828125rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ph6NgPEbKSGWlkcTLbv1BSTwSPhN76wQ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:9.625rem;top:3.1106775rem;left:0.1076997278331rem;overflow:hidden;display:block; }
#QB4t4MUGlEkdzfANfQw5WS4NUC7vDrWo { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:7.75rem;top:3.5481775rem;left:7.6184722890513rem;overflow:hidden;display:block; }
#ypa0mayqk0l6czDRGG3vwGDIEllslbRe { color:#d6d6d7;display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:11.45703125rem;left:17.3359375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XIMm8CKOtLWmbTToILseRJfGqZzu1wGI { position:absolute;display:block;z-index:15001;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.125rem;width:14.9375rem;top:2.046875rem;left:0rem;overflow:hidden;display:block; }
#mP3ZUX5Tfxt9yQWhznTrFrMfZSqcRACx { border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#93393d;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; }#mP3ZUX5Tfxt9yQWhznTrFrMfZSqcRACx > .row .container { border-width: 0; border-radius: 0; }#mP3ZUX5Tfxt9yQWhznTrFrMfZSqcRACx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mP3ZUX5Tfxt9yQWhznTrFrMfZSqcRACx > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:none; }#V7J9eGthnIuEkTzPxophC6ebJqp7pKc0 { color:#e85a5e;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.41064453125rem;left:0rem;height:2.19375rem;text-align:left;text-align-last:left;display:block; }
#H2Ixbz9HtfLhAtFzyuKoplgbmmn8iBhT { border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#93393d;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; }#H2Ixbz9HtfLhAtFzyuKoplgbmmn8iBhT > .row .container { border-width: 0; border-radius: 0; }#H2Ixbz9HtfLhAtFzyuKoplgbmmn8iBhT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H2Ixbz9HtfLhAtFzyuKoplgbmmn8iBhT > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:none; }#tkS0pibseqKCBJ3HBLgzqSZSJmwUGEIq { color:#e85a5e;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.41064453125rem;left:0rem;height:2.19270625rem;text-align:left;text-align-last:left;display:block; }
#H7RAK0TviWsLl61PiWx0725rpynlgiF3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#H7RAK0TviWsLl61PiWx0725rpynlgiF3.adaptive-delivery-prevent-bg, #H7RAK0TviWsLl61PiWx0725rpynlgiF3.lazyload, #H7RAK0TviWsLl61PiWx0725rpynlgiF3.lazyloading { background-image: none; }#H7RAK0TviWsLl61PiWx0725rpynlgiF3 > .row .container { border-width: 0; border-radius: 0; }#H7RAK0TviWsLl61PiWx0725rpynlgiF3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H7RAK0TviWsLl61PiWx0725rpynlgiF3 > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:none; }#htErc7nuXPPu1lMHMTlQ3B5HfG4CrzvO { color:#d6d6d7;display:block;width:45.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:10.0625rem;left:28.625rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#uRJBbmVaph2ZovHJeAEdqlRucLLxnIqE { color:#d6d6d7;display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:10.0625rem;left:13.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t1QyvAdsnQWimfM2Nv6SJbOUehHwpRvw { color:#d6d6d7;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:11.56201171875rem;left:13.62451171875rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gDUAPhTFyGU5LWTbLBN8klOnyMupxkV9 { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:#fe6004;background-image:none;top:7.75rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hDTQVPskzr1AUrEmrcFGe3dk40STbxit { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:10.4375rem;top:2.5625rem;left:2.25rem;overflow:hidden;display:block; }
#R9c1QUiJE46OM4OJE9gfcLbcZLm7tF5u { position:absolute;display:block;z-index:15008;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.125rem;width:14.9375rem;top:1.59375rem;left:0rem;overflow:hidden;display:block; }
#oguEt5nhil4Hhp6z8O42sqUtdNl40Gq5 { border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#93393d;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; }#oguEt5nhil4Hhp6z8O42sqUtdNl40Gq5 > .row .container { border-width: 0; border-radius: 0; }#oguEt5nhil4Hhp6z8O42sqUtdNl40Gq5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oguEt5nhil4Hhp6z8O42sqUtdNl40Gq5 > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:none; }#lAz0M2nrE4OWIH8tIzeybi8guXRFLHki { color:#e85a5e;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.41064453125rem;left:0rem;height:2.19375rem;text-align:left;text-align-last:left;display:block; }
#iGUxHdO0HWuPLeT5oAW76BkE99IIoizA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#iGUxHdO0HWuPLeT5oAW76BkE99IIoizA.adaptive-delivery-prevent-bg, #iGUxHdO0HWuPLeT5oAW76BkE99IIoizA.lazyload, #iGUxHdO0HWuPLeT5oAW76BkE99IIoizA.lazyloading { background-image: none; }#iGUxHdO0HWuPLeT5oAW76BkE99IIoizA > .row .container { border-width: 0; border-radius: 0; }#iGUxHdO0HWuPLeT5oAW76BkE99IIoizA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iGUxHdO0HWuPLeT5oAW76BkE99IIoizA > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:none; }#HAm2ep7fa6i9eaT308TQbiUXDQMQANlx { color:#d6d6d7;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:10.18505859375rem;left:14.87548828125rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E4VvIZxMJ3grbOklnpMnDpnvUeR0pdmL { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(42,42,42,0.86);background-image:none;top:7.75rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#niVdkrLVvJX381y8oo7KoPlG5MNTVwSD { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.375rem;width:20.375rem;top:0.244140625rem;left:0rem;overflow:hidden;display:block; }
#TBnmJ2koBSnkZylV35Ul10FJL2J4qJz6 { color:#93393d;display:block;width:49.9980625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:3.72216796875rem;left:11.87255859375rem;height:1.96875rem;text-align:center;text-align-last:center;display:block; }
#OEBgnwnkT1XblflPmnPmGDaVHXWcZSzH { color:rgba(var(--color-tertiary-4),1);display:block;width:21.434875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:19.341144561767rem;left:23.18359375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MeySKiOz0l21A0ZfWvsG8V7ah2wAb5sH { position:absolute;display:block;z-index:14999;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:19.8125rem;width:54.6875rem;top:2.125rem;left:14.875rem;overflow:hidden;display:block; }
#cJJH85kExaMzpkArsB5CuqxenNTe2vZZ { border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#93393d;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; }#cJJH85kExaMzpkArsB5CuqxenNTe2vZZ > .row .container { border-width: 0; border-radius: 0; }#cJJH85kExaMzpkArsB5CuqxenNTe2vZZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cJJH85kExaMzpkArsB5CuqxenNTe2vZZ > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:none; }#xT8Z070o0T7q9xr9icwm4BDo25zNPBkO { color:#e85a5e;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.41064453125rem;left:0rem;height:2.19375rem;text-align:left;text-align-last:left;display:block; }
#ZC75nbuZKmE0JwChLUiOpIZ46biTXMBI { border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#93393d;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; }#ZC75nbuZKmE0JwChLUiOpIZ46biTXMBI > .row .container { border-width: 0; border-radius: 0; }#ZC75nbuZKmE0JwChLUiOpIZ46biTXMBI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZC75nbuZKmE0JwChLUiOpIZ46biTXMBI > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:none; }#ynSTl4DXOnUnsN0zvbSE1mltsik3KZtH { color:#e85a5e;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.41064453125rem;left:0rem;height:2.19375rem;text-align:left;text-align-last:left;display:block; }
#RCPw7Jo3aNc6Ltz21DyfITkCGHm1pKq7 { border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#93393d;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; }#RCPw7Jo3aNc6Ltz21DyfITkCGHm1pKq7 > .row .container { border-width: 0; border-radius: 0; }#RCPw7Jo3aNc6Ltz21DyfITkCGHm1pKq7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RCPw7Jo3aNc6Ltz21DyfITkCGHm1pKq7 > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:none; }#lkRH3M4D3vMVXnfzl7MTeEEqTHhESd4S { color:#e85a5e;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.41064453125rem;left:0rem;height:2.19270625rem;text-align:left;text-align-last:left;display:block; }
#AKHKfVmc3cdkgpMcxfARP3v1hUbUGqoi { border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#93393d;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; }#AKHKfVmc3cdkgpMcxfARP3v1hUbUGqoi > .row .container { border-width: 0; border-radius: 0; }#AKHKfVmc3cdkgpMcxfARP3v1hUbUGqoi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AKHKfVmc3cdkgpMcxfARP3v1hUbUGqoi > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:none; }#JoBxBx1qyohfUiS8IIbG4QfNDiOi0mn8 { color:#e85a5e;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.41064453125rem;left:0rem;height:2.19375rem;text-align:left;text-align-last:left;display:block; }
#LCetFpymmx34lMmKRhaSbdskXsUFGnCl { border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#fe6004;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; }#LCetFpymmx34lMmKRhaSbdskXsUFGnCl > .row .container { border-width: 0; border-radius: 0; }#LCetFpymmx34lMmKRhaSbdskXsUFGnCl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LCetFpymmx34lMmKRhaSbdskXsUFGnCl > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:none; }#HQnbtZLT2zTT14LVmFhu3JdrHyC3GNLO { color:#e85a5e;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.41064453125rem;left:0rem;height:2.19375rem;text-align:left;text-align-last:left;display:block; }
#N65pATSaTXUxEyyhEuzG9uKR9TAe53c6 { border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#2a2a2a;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; }#N65pATSaTXUxEyyhEuzG9uKR9TAe53c6 > .row .container { border-width: 0; border-radius: 0; }#N65pATSaTXUxEyyhEuzG9uKR9TAe53c6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N65pATSaTXUxEyyhEuzG9uKR9TAe53c6 > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:none; }#VhwkV5ANhuUiiUZOHG6mUXDqcGJKgyVF { color:#e85a5e;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.41064453125rem;left:0rem;height:2.19375rem;text-align:left;text-align-last:left;display:block; }
#Mk19VVJSsLpWT44yfBsJq8mPwWM94y1O { color:#e85a5e;display:block;width:65.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.37109375rem;left:16.8125rem;height:2.19375rem;text-align:left;text-align-last:left;display:block; }
#E8U9ZdGVMaa5KZk8ZpfQOawUkwT59TBc { border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#93393d;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; }#E8U9ZdGVMaa5KZk8ZpfQOawUkwT59TBc > .row .container { border-width: 0; border-radius: 0; }#E8U9ZdGVMaa5KZk8ZpfQOawUkwT59TBc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E8U9ZdGVMaa5KZk8ZpfQOawUkwT59TBc > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:none; }#DxT6S0t93b3h7C9Td5q8l1fcMRnUJTiM { color:#e85a5e;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.41064453125rem;left:0rem;height:2.19375rem;text-align:left;text-align-last:left;display:block; }
#eC5Tr8Cf5fh9BisxTINpxJ4c9f0k9lL5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eC5Tr8Cf5fh9BisxTINpxJ4c9f0k9lL5.adaptive-delivery-prevent-bg, #eC5Tr8Cf5fh9BisxTINpxJ4c9f0k9lL5.lazyload, #eC5Tr8Cf5fh9BisxTINpxJ4c9f0k9lL5.lazyloading { background-image: none; }#eC5Tr8Cf5fh9BisxTINpxJ4c9f0k9lL5 > .row .container { border-width: 0; border-radius: 0; }#eC5Tr8Cf5fh9BisxTINpxJ4c9f0k9lL5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eC5Tr8Cf5fh9BisxTINpxJ4c9f0k9lL5 > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:none; }#e6IMo975sRPKa73yLKT2Dz8Fbsu8IUFo { color:#d6d6d7;display:block;width:45.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:10.0625rem;left:28.625rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#m3fKVlVIHLVvHZASi52JapzJ0alT1NGy { color:#d6d6d7;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:11.56201171875rem;left:13.62451171875rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jc5emal3G0I9hO7ZVsQE1IOBKDfdD3gK { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:#fe6004;background-image:none;top:7.75rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KKbp44P8oEoazz7VF9odVWImtqWccHIu { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:11.875rem;top:2.34375rem;left:1.8294258117676rem;overflow:hidden;display:block; }
#OD5EDC5tJ8qheo5ewSZK77KA8sEOTe06 { color:#d6d6d7;display:block;width:12.621875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:10.062500953674rem;left:13.623958587646rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VkehrCgd2fcLWWosk6zZPMMqPVXspHx6 { position:absolute;display:block;z-index:15000;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.125rem;width:14.9375rem;top:1.59375rem;left:0rem;overflow:hidden;display:block; }
#Ge21QoubhJwZBS3w5probsOUPMbihQKM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Ge21QoubhJwZBS3w5probsOUPMbihQKM.adaptive-delivery-prevent-bg, #Ge21QoubhJwZBS3w5probsOUPMbihQKM.lazyload, #Ge21QoubhJwZBS3w5probsOUPMbihQKM.lazyloading { background-image: none; }#Ge21QoubhJwZBS3w5probsOUPMbihQKM > .row .container { border-width: 0; border-radius: 0; }#Ge21QoubhJwZBS3w5probsOUPMbihQKM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ge21QoubhJwZBS3w5probsOUPMbihQKM > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:none; }#mmtTyEPklcHCfIBQNSAOWJ81iqq12PGl { color:#d6d6d7;display:block;width:44.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:8.453125rem;left:30.311199188233rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x1Kf01o2imON6zOKCyH3oSpzOMfilnMl { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(42,42,42,0.86);background-image:none;top:7.75rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hFTokqBIrPzzyBWAAVCzwWhmJhLOAH3g { color:#93393d;display:block;width:49.9995rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:2.40966796875rem;left:12.498046875rem;height:1.96875rem;text-align:center;text-align-last:center;display:block; }
#lnM6nDNnaQHz2stKgE6whIoFFtXwedfw { color:rgba(var(--color-tertiary-4),0.5);display:block;width:13.183625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:27.596353530884rem;left:17.209636688233rem;height:1.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cnOPNuS9ufygVeTpeaLTt954s206GP8B { color:#93393d;display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:24.25rem;left:1.6875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rNCmORVzqkbWscCaPr16oWznZIgp8dVb { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:10.8125rem;top:7.003927230835rem;left:1.6875rem;overflow:hidden;display:block; }
#kIouxIbQkd87CIG4GqvB193zAambDwTo { position:absolute;display:block;z-index:14999;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:19.3125rem;width:33.3125rem;top:2.2500019073486rem;left:0rem;overflow:hidden;display:block; }
#vM4MJWhCWI2Sf8WQQIkTWqCrCoRyFdWO { color:rgba(var(--color-tertiary-4),0.5);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:25.912759780884rem;left:1.6875rem;height:3.19791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nFUdPtCUP1l5iSTrK4IzMu5wL5wfS7kx { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:10.375rem;top:8.8489606573487rem;left:17.583418544389rem;overflow:hidden;display:block; }
#Fd2p6MUyx29Ctv3FrObvOv0SkGzCkWZU { color:rgba(var(--color-tertiary-4),0.5);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:26rem;left:17.3125rem;height:1.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yhwNA37GtVRGasxsUup0aJOxReT33JLy { color:#93393d;display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:24.3125rem;left:17.3125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d5vpIFdy68hHhEtL9N06ceQh2x0tXFT8 { border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#93393d;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; }#d5vpIFdy68hHhEtL9N06ceQh2x0tXFT8 > .row .container { border-width: 0; border-radius: 0; }#d5vpIFdy68hHhEtL9N06ceQh2x0tXFT8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d5vpIFdy68hHhEtL9N06ceQh2x0tXFT8 > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:none; }#KdD6qz2oLft2l8CP6X2bJQcHqJr3fO0B { color:#e85a5e;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.41064453125rem;left:0rem;height:2.19375rem;text-align:left;text-align-last:left;display:block; }
#OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd.adaptive-delivery-prevent-bg, #OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd.lazyload, #OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd.lazyloading { background-image: none; }#OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd > .row .container { background-color: transparent; background-image: none; }#OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd > .row .container > .video-iframe-container { display: none; }#OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd > .row > .video-iframe-container { display: none; }#OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd > .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); }#OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd > .row .container { border-width: 0; border-radius: 0; }#OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#ETNNrOsBr9bio7HIu1E0i5Ff6VSPoKSS { color:#d6d6d7;display:block;width:45.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:10.0625rem;left:28.625rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#zJmvlExqDhHAxJTcJ5gOMM33zEynQmoz { color:#d6d6d7;display:block;width:12.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:9.1875rem;left:13.9013671875rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EH6yATMXMOVl1JT8AwhhukJiah3P1E7u { color:#d6d6d7;display:block;width:13.1850625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:12.18310546875rem;left:13.9013671875rem;height:3.19791875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dWWMDoM7mEhbyZcgZBva2gyt20oxysra { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:#fe6004;background-image:none;top:7.75rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#VAqVcsqXfuqGGtxMoWb9odHHCBgkamGM { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:11.5rem;top:1.4658203125rem;left:0.966796875rem;overflow:hidden;display:block; }
#BCoU2VyRwq4z2TnZXLKNeKLpeRKxWk4m { position:absolute;display:block;z-index:15000;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.125rem;width:14.9375rem;top:1.01953125rem;left:0rem;overflow:hidden;display:block; }
#Ts49JNtlQCNDrWNP0qVlywfg0WTZyovo { background-color:#029585;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:1.46484375rem;left:28.75rem;display:block; }
#TNMTRwkXh8koKpGgFEDW2nTkfbmSi6iJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XtQFMTnx5SLdVy9xBFETDMZUyl9iHmTN { border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#93393d;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; }#XtQFMTnx5SLdVy9xBFETDMZUyl9iHmTN > .row .container { border-width: 0; border-radius: 0; }#XtQFMTnx5SLdVy9xBFETDMZUyl9iHmTN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XtQFMTnx5SLdVy9xBFETDMZUyl9iHmTN > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:none; }#ATBZ4a7oDK9cibDVMxATIKq8h4VWPAQl { color:#e85a5e;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.41064453125rem;left:0rem;height:2.19375rem;text-align:left;text-align-last:left;display:block; }
#N9a8OXeRwAGTnnNrheh5UJZF5uTA0Fqn { border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;background-color:#93393d;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; }#N9a8OXeRwAGTnnNrheh5UJZF5uTA0Fqn > .row .container { border-width: 0; border-radius: 0; }#N9a8OXeRwAGTnnNrheh5UJZF5uTA0Fqn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N9a8OXeRwAGTnnNrheh5UJZF5uTA0Fqn > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:none; }#WcF3vI76wz8H2QmTMJf8ooPVwVne3hu1 { color:#e85a5e;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.41064453125rem;left:0rem;height:2.19375rem;text-align:left;text-align-last:left;display:block; }
#KtsQDAMkRb7lgaenkCJSBLfwywWsdfV3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/38727337-b827-4924-92ee-e6a1c5ff11e9/background.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KtsQDAMkRb7lgaenkCJSBLfwywWsdfV3.adaptive-delivery-prevent-bg, #KtsQDAMkRb7lgaenkCJSBLfwywWsdfV3.lazyload, #KtsQDAMkRb7lgaenkCJSBLfwywWsdfV3.lazyloading { background-image: none; }#KtsQDAMkRb7lgaenkCJSBLfwywWsdfV3 > .row .container { border-width: 0; border-radius: 0; }#KtsQDAMkRb7lgaenkCJSBLfwywWsdfV3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KtsQDAMkRb7lgaenkCJSBLfwywWsdfV3 > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:none; }#TckRPKQZ32lTgUBGqfTeqZFVTDZ9QHR5 { color:rgba(var(--color-tertiary-4),1);display:block;width:45.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:10.0625rem;left:28.625rem;height:2.75rem;text-align:left;text-align-last:left;display:block; }
#Mn7rU95qJIBMwnKGk97VBW2gi0T3a3Mq { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:10.0625rem;left:13.625rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AqMQtoHI6uxFgcyHCzw7p4eCINpUhvpJ { color:rgba(var(--color-tertiary-4),0.5);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:11.56201171875rem;left:13.62451171875rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DTFr2m77gyJMgutFXy3ZG2IJEwJAELkx { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:#89a7a2;background-image:none;top:7.75rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#c4vLvwclCKCJD6qb38FFMlGQWaAW3Zi8 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:11.25rem;top:3.21533203125rem;left:0rem;overflow:hidden;display:block; }
#AEz0U6pM3QhnGkm80IyVnBpCLyQ9eIr0 { position:absolute;display:block;z-index:15008;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:18.1875rem;width:12.1245rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#m5ctCTMAiy2PHFlekfw75tMV3rgXZGN5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/38727337-b827-4924-92ee-e6a1c5ff11e9/background.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#m5ctCTMAiy2PHFlekfw75tMV3rgXZGN5.adaptive-delivery-prevent-bg, #m5ctCTMAiy2PHFlekfw75tMV3rgXZGN5.lazyload, #m5ctCTMAiy2PHFlekfw75tMV3rgXZGN5.lazyloading { background-image: none; }#m5ctCTMAiy2PHFlekfw75tMV3rgXZGN5 > .row .container { border-width: 0; border-radius: 0; }#m5ctCTMAiy2PHFlekfw75tMV3rgXZGN5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m5ctCTMAiy2PHFlekfw75tMV3rgXZGN5 > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:75rem;position:relative;display:none; }#bBsh0lbH4q1BhRogQGANriQsolEs4uLr { position:absolute;display:block;z-index:15005;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:18.1875rem;width:12.1245rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#uMqlVRsz7ofKSK7c1gR8TJgbvcT6TJdp { box-sizing:content-box;height:8.3125rem;width:74.9375rem;position:absolute;display:block;z-index:15004;background-color:#89a7a2;background-image:none;top:7.75rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fUqxcVDIxDTyZeezMv08UuPaBH1O4pPR { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6225625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:10.0625rem;left:13.625rem;height:1.4985375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tf5ghoEKMzLkTLawBe8QtEsbeZTtfiKz { color:rgba(var(--color-tertiary-4),0.5);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:11.5625rem;left:13.625rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KlPP78ezGENza1chmqFtxIioSNaPDDUk { color:rgba(var(--color-tertiary-4),1);display:block;width:45.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:10.0625rem;left:28.625rem;height:1.374025rem;text-align:left;text-align-last:left;display:block; }
#GOvZ9IzJLQpeN94GsiJZg3GX7XBgk5cQ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:10.375rem;top:0.4658203125rem;left:0rem;overflow:hidden;display:block; }
#WsTAtmNf2OCmNqDzvRcpB6ZpwSbAlMWF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WsTAtmNf2OCmNqDzvRcpB6ZpwSbAlMWF > .row .container { background-color: transparent; background-image: none; }#WsTAtmNf2OCmNqDzvRcpB6ZpwSbAlMWF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsTAtmNf2OCmNqDzvRcpB6ZpwSbAlMWF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsTAtmNf2OCmNqDzvRcpB6ZpwSbAlMWF > .row .container > .video-iframe-container { display: none; }#WsTAtmNf2OCmNqDzvRcpB6ZpwSbAlMWF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsTAtmNf2OCmNqDzvRcpB6ZpwSbAlMWF > .row > .video-iframe-container { display: none; }#WsTAtmNf2OCmNqDzvRcpB6ZpwSbAlMWF > .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); }#WsTAtmNf2OCmNqDzvRcpB6ZpwSbAlMWF > .row .container { border-width: 0; border-radius: 0; }#WsTAtmNf2OCmNqDzvRcpB6ZpwSbAlMWF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WsTAtmNf2OCmNqDzvRcpB6ZpwSbAlMWF > .row .container { font-size:0.875rem;font-family:arial;height:62.5rem;width:75rem;position:relative;display:block; }#JvKEZ5prrGNPTz4CXgO2piQ77cT8fXlU { color:#306aa0;display:block;width:74.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cil7J3x7Ip5P23kliByWuXoP9Vcknrw0 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:17.125rem;top:6.8125rem;left:4.5rem;overflow:hidden;display:block; }
#MwgpouTEOUzcsEaf81PnJcTH6RkM4LZ4 { color:#306aa0;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:21.5rem;left:0rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#epHTcEyxQ9mh1HPsqitQpO6kSqRfWTEZ { position:absolute;display:block;z-index:15005;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:13.3125rem;width:35.308625rem;top:9.0911464691163rem;left:14.01953125rem;overflow:hidden;display:block; }
#B08H8fnULLqMHWB6dqZe4TlHrHpO6OeK { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:12.246875rem;top:14.810416936874rem;left:44.819793701172rem;overflow:hidden;display:block; }
#thiOatWk7wmU8t1CF54OazCKtdne5wNO { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3120125rem;width:16.374rem;top:8.375rem;left:51.0625rem;overflow:hidden;display:block; }
#Lp2RoZrzlKksh5t3lJ7Q7qnbMSP7VxX4 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.874025rem;width:11.6235625rem;top:6.6875rem;left:37.625rem;overflow:hidden;display:block; }
#fb0uF5QAt1R7yM27eKJXVNRxir1mci7q { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49791875rem;width:10.4354375rem;top:13.997916936874rem;left:10.731250762939rem;overflow:hidden;display:block; }
#NLvPexyk5oZUhEDIscbbEu7wdgWiUBxi { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:18.6875rem;top:45.500001907349rem;left:38.460941314698rem;overflow:hidden;display:block; }
#GRMoSxvCz5VN7BC3HT2lb5QERI6MVyP2 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.874025rem;width:11.3730625rem;top:14.18701171875rem;left:61.83251953125rem;overflow:hidden;display:block; }
#l7Nzaxr9WHIykXNyifMy14GFOhXmngHd { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:18rem;top:38.75rem;left:44.375rem;overflow:hidden;display:block; }
#hHZhVowwrGx5P7TlUM8ALGbbpu5qdn6B { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:9.75rem;top:51.5rem;left:46.25rem;overflow:hidden;display:block; }
#kfvTT25bqnT2QTTh0w5Mm91Wc9z24Hy3 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.99479375rem;width:15.8073125rem;top:53.4375rem;left:27.9375rem;overflow:hidden;display:block; }
#fwaUivQTBDxJNkQbe1HMOwKsMh1qmQWE { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0610375rem;width:14.0625rem;top:9.25rem;left:22.4375rem;overflow:hidden;display:block; }
#sF7IwMcF2aOJn1r71JqZALRLzAcd4MgZ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:16.5rem;top:31.562502384186rem;left:16.4375rem;overflow:hidden;display:block; }
#dUShdXOxz1P6s8hlDTS9zfIEbIDg69nv { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:10.8125rem;top:41.906251907349rem;left:0rem;overflow:hidden;display:block; }
#M2eeEzq6wC0EoEPsvRq3myfoaZfkBsRN { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:7.875rem;top:37.5625rem;left:63.5625rem;overflow:hidden;display:block; }
#GdbExOGU4DQGh6pmF7MrtBQTWnXpwa4T { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:16rem;top:27.9375rem;left:0rem;overflow:hidden;display:block; }
#gAHySFLJ1cnntzhe9sksdqBJZxgHnrOQ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:15.1875rem;top:46.343751907349rem;left:22.520832061767rem;overflow:hidden;display:block; }
#zdffqWH2CBeVRkyaMwQv5m2fNTvlkxXh { 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:4.24609375rem;width:10.9948125rem;top:52.75rem;left:58.8125rem;overflow:hidden;display:block; }
#SLFiuIhgb8sdNNNotCISqz61WnkvIxFi { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:12.5625rem;top:9.25rem;left:-1.8308016025641rem;overflow:hidden;display:block; }
#OVtVNC1fgdt0ab08NfegPcDyP6lRqNgV { 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:2.68489375rem;width:13.6875rem;top:39.125rem;left:16.4375rem;overflow:hidden;display:block; }
#liWBWFWUi1Az1I3QiFvJP5Z3NCXmHUET { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:5.125rem;top:45.302083969116rem;left:69.0000038147rem;overflow:hidden;display:block; }
#J1GPTaQvilCPxgkpoihA0c4CcnS32Q1I { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:19rem;top:53.4375rem;left:5.25rem;overflow:hidden;display:block; }
#OiTV6n9UlST9FOdpZ72BRapLgOFSB6JF { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:14.1875rem;top:31.375002384186rem;left:33.750003814698rem;overflow:hidden;display:block; }
#SKEMWd7CPWOUOwig5yeAMv4mQyhLSHdh { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:10.25rem;top:30.968752384186rem;left:49.328128814698rem;overflow:hidden;display:block; }
#S7NR9IXmIy0PrxTh1NIcEo8WiVOTrceJ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:10.9375rem;top:38.9375rem;left:31.625rem;overflow:hidden;display:block; }
#cdPuB3vpDVPrMFKF1fwhfKlTfrlXk4M6 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:9.75rem;top:44.583333969116rem;left:9.875rem;overflow:hidden;display:block; }
#xoKigI24B9JTcHO7Df2ZKl6FWhThb8tP { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:9.75rem;top:46.281251907349rem;left:57.768230438233rem;overflow:hidden;display:block; }
#VOLxgzDX4W61BV2KNR8T8Z0pp5xS9Cg7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:11rem;top:38.8125rem;left:3.5625rem;overflow:hidden;display:block; }
#IUrrIdzPOZz2O51zx4qZsKpOCAcMOywM { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:10.25rem;top:31.593752384186rem;left:62.391925811767rem;overflow:hidden;display:block; }
#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/3ba16071-8ac0-49fc-b8b0-9a94a59c09e7/BG1.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn.adaptive-delivery-prevent-bg, #BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn.lazyload, #BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn.lazyloading { background-image: none; }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .row .container { background-color: transparent; background-image: none; }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .row .container > .video-iframe-container { display: none; }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .row > .video-iframe-container { display: none; }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .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); }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .row .container { border-width: 0; border-radius: 0; }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .row .container { font-size:0.875rem;font-family:arial;height:67.75rem;width:75rem;position:relative;display:block; }#N9d5NbiUc2y0bbv1gFPF18plQpWdb5ld { color:#2a2a2a;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1056861877441rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iFxV9yrkakvZ45trun2Pp9iEfwRGV1iI { color:#2a2a2a;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:29.5625rem;left:55.6875rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TaE4RN7lvBLhlp1sMtWIW1MnZwqfehrH { color:#2a2a2a;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:31.0625rem;left:55.8125rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sP5O5dxDeU3W8Nei69lZ7PW3swTFhLVn { color:#2a2a2a;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:25.25rem;left:29.125rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mAGAuXvqP9EULtswsCh7501IXT72OELc { color:#2a2a2a;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:27.3125rem;left:29.375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B3Rg84XMQocMt5zACZV9Su2TFJ3FWVbb { color:#2a2a2a;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:29.375rem;left:30.8125rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LwiAApKBQlrVayeLTbpL90ExzkBNet1m { color:#2a2a2a;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:30.875rem;left:30.8125rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zFOhWTlBOlfQg3FEF1o5UwzP4WTaZTmu { color:#2a2a2a;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:25.3125rem;left:54.4375rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sTalLLOJOMzNsFU7veI9Uq4ZNQzMuMcG { color:#2a2a2a;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:27.375rem;left:54.6875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rpQU6mgT66HkFwVSsnQzFs0z8VoEbSGI { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/75a66950-6782-4d72-8616-586f53d4f631/_Z627405.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:13.25rem;width:13.25rem;top:11.25rem;left:32.125rem;display:block; }#rpQU6mgT66HkFwVSsnQzFs0z8VoEbSGI.adaptive-delivery-prevent-bg, #rpQU6mgT66HkFwVSsnQzFs0z8VoEbSGI.lazyload, #rpQU6mgT66HkFwVSsnQzFs0z8VoEbSGI.lazyloading { background-image: none; }
#qQFFgW5zC6xOXHDDJpJWt9eKzTI70DBm { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/efc78239-febe-420b-aa14-b75043d5a3af/Marek.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:13.2483125rem;width:13.2483125rem;top:11.125rem;left:57.1875rem;display:block; }#qQFFgW5zC6xOXHDDJpJWt9eKzTI70DBm.adaptive-delivery-prevent-bg, #qQFFgW5zC6xOXHDDJpJWt9eKzTI70DBm.lazyload, #qQFFgW5zC6xOXHDDJpJWt9eKzTI70DBm.lazyloading { background-image: none; }
#y8DRO2qVeRh6UUE7w0v31CgOVArrpzFg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:21.9375rem;left:41.75rem; }
#y8DRO2qVeRh6UUE7w0v31CgOVArrpzFg > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#zq0QTx4xZOANfp628fT7vrzuCTDwtvIs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:21.9375rem;left:65.375rem; }
#Mkfw8wO2u3THrQTWUwiRSuUwdfLbeSb7 { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6d9052f1-e26e-4c4f-a5f0-b675bdaea7c4/_Z627298_11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:12.8125rem;width:12.8125rem;top:11.3125rem;left:7.375rem;display:block; }#Mkfw8wO2u3THrQTWUwiRSuUwdfLbeSb7.adaptive-delivery-prevent-bg, #Mkfw8wO2u3THrQTWUwiRSuUwdfLbeSb7.lazyload, #Mkfw8wO2u3THrQTWUwiRSuUwdfLbeSb7.lazyloading { background-image: none; }
#cSkb98kdFwLf2dtkrQsxdaqHUg72TmuR { color:#2a2a2a;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:25.125rem;left:4.125rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A0uqMT8DGrOWrkoPAPotlJEV4LChTQ5u { color:#2a2a2a;display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:27.1875rem;left:4.375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xOTz6x1qDVrL8e1gdUukNcEGGlZMnrlT { color:#2a2a2a;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:28.8125rem;left:5.625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QBSLu72x2hKToidVqDP5IETdz8GWh1hN { color:#2a2a2a;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:30.3125rem;left:5.625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WU4xMIVXNKaPJ54oaQ6vg936K5Lt0Keu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:21.5625rem;left:16.9375rem; }
#WU4xMIVXNKaPJ54oaQ6vg936K5Lt0Keu > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#PTLZXN0NW12r6Owviwdk3hUBbslna8u0 { color:#2a2a2a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:6.5rem;left:1.25rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tmt7s0zDKtqgv31u6cBS1aRWUthxLBUO { color:#2a2a2a;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:6.5625rem;left:29.25rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IJLNWMgznlfGbltmrVhLVrKgHM91kiAn { color:#2a2a2a;display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:6.5rem;left:54.75rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TlSv1Q3lCzI4Oc1a89DaQDlgy7wnIRMA { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:24.375rem;top:36.6875rem;left:28.5rem;overflow:hidden;display:block; }
#v1Xl8GGOnn8JDMTz0Bg04mP9Q3SepCNm { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3110375rem;width:12.1245rem;top:57.125rem;left:19.4375rem;overflow:hidden;display:block; }
#y6ZxKkakZWwU5iyOnqyRZZw1Hm572Nvm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6235375rem;width:2.6235375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:61.4375rem;left:22.6875rem; }
#y6ZxKkakZWwU5iyOnqyRZZw1Hm572Nvm > img { max-width: 100%;max-height:100%; width:2.6235375rem; height:2.6235375rem; }#nOgxisEpgA9Qxq5L1GBdQm5ZkzQBkUlT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6235375rem;width:2.6235375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:61.4375rem;left:27.0625rem; }
#nOgxisEpgA9Qxq5L1GBdQm5ZkzQBkUlT > img { max-width: 100%;max-height:100%; width:2.6235375rem; height:2.6235375rem; }#pwxobzXFCFZ3Z4FAx9s7MSEwKkPB4txg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.874025rem;width:2.874025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:61.4375rem;left:30.75rem; }
#pwxobzXFCFZ3Z4FAx9s7MSEwKkPB4txg > img { max-width: 100%;max-height:100%; width:2.874025rem; height:2.874025rem; }#UBfmuh2dbJqu6uBrIsokVhIFpRXTkwZN { color:rgba(var(--color-tertiary-0),1);display:block;width:24.999rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:54.5rem;left:2.875rem;height:1.54394375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s9Oc8y5StH1Q7v97eOgCn8EO3VqxP60c { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3110375rem;width:12.1245rem;top:57.125rem;left:2.875rem;overflow:hidden;display:block; }
#Xa5gD3h1xTUBGVeutLebkThMUw8HCkWp { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:17.937rem;top:38.25rem;left:54.8125rem;overflow:hidden;display:block; }
#iclPc5opiEK0p5OW0fSOFznZJByVTc8W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6235375rem;width:2.6235375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:61.4375rem;left:5.875rem; }
#iclPc5opiEK0p5OW0fSOFznZJByVTc8W > img { max-width: 100%;max-height:100%; width:2.6235375rem; height:2.6235375rem; }#G3CfvGhrHsXThTgDfHThMd8sOrJ9O0Ed { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6235375rem;width:2.6235375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:61.4375rem;left:9.75rem; }
#G3CfvGhrHsXThTgDfHThMd8sOrJ9O0Ed > img { max-width: 100%;max-height:100%; width:2.6235375rem; height:2.6235375rem; }#gB7Cr8uAXyBRXlQwCFinicBmpKtLmDeh { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.436525rem;width:13.6230625rem;top:47.875rem;left:2.25rem;overflow:hidden;display:block; }
#aUnQSh9xG1UTil6Rb03NMapfADMlZkfG { color:#2a2a2a;display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:38.75rem;left:2.8125rem;height:6.171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dys2UfEOT05UOkzSgul6rXlrWU9D7fps { color:#2a2a2a;display:block;width:24.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:36.6875rem;left:2.875rem;height:1.54394375rem;font-style:normal;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) { #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qu8gUuXoVKQhp6UAqSJOCJQ0h3OOT9l0 { top:6.75rem;left:0rem;width:47.75rem;height:27.862270875764rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSvpe2z2V2THG7larxFGs2l6nV2twEoV { top:11.75rem;left:13.62255859375rem;width:32.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD9rtutl7mO2yq1G9ambPL9bFMEzfJas { top:20.1875rem;left:25.618492126465rem;width:21.4375rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLCJpDkRpDP7axQ1gtGZ4FRvrTky1MZC { width:11.25rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o { display:block; }#a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { display:block; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZz9N05TUKwaqq5iJXOi3A3K5JyxCLsG { width:47.75rem;height:2.5rem;top:4.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXRx8nrybAHkdLoJ1Dqlk2iETXyXvXvz { width:36.5625rem;height:9.5625rem;top:9.3125rem;left:11.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK8vkCeFdyPcICRvfH2JvOXCvB7prSNo { width:47.75rem;height:9.75rem;top:20.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9Hibgb6MuxJ2cwXhR7Qoh7wn6tNZWya { top:0.875rem;left:0rem;width:41.375rem;height:45.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcKCx95vHqtNqdba8Nu8tioyyvV3WNFB { width:47.75rem;height:8.5rem;top:34.6875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0r9TxVFJWQLI4W0avpMQp4PfV90J5Hd { top:32.6875rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK1GA04nSCJ7duKr7ZbNyG0rCeS74oi6 { top:22.6875rem;left:0rem;width:47.75rem;height:17.875387797311rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg2sQTFSkt3qgJoz0dTSt3R3EkQf82aT { display:block; }#Bg2sQTFSkt3qgJoz0dTSt3R3EkQf82aT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nR6FHzT9FpyNNkW3DMJSQouKTKTdXG7s { display:block; }#nR6FHzT9FpyNNkW3DMJSQouKTKTdXG7s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVMxOuw3Bh2tHsJZz2oUJBeFCFJB8TZ9 { display:block; }#DVMxOuw3Bh2tHsJZz2oUJBeFCFJB8TZ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zOFUp0Sb3TvXibKIFNC1TPZo8Z0gW9p9 { width:37.5rem;height:2.75rem;top:10.5625rem;left:10.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #frZ6L6wtJkp8pRMbmSbfFs9uXv3qBaAN { width:17.375rem;height:1.5rem;top:10.4375rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7Zk4QNp860xp2DGIog2STPckuUKd4RZ { width:13.1875rem;height:1.5625rem;top:11.9375rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPd94AvR59ktZWIpb3h3tlcv0MoaMFoc { width:47.75rem;height:8.25rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0r1gX1D4moDCvwsovy1nJ2RCpgT4wcf { top:0rem;left:0rem;width:14.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwTREri2pl7ZllWPX5P5ueucSQU007mS { width:11.6875rem;height:15.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiVCbQ1MgxP7HIRWFqkRan8Annh30DkP { width:17.5rem;height:3.4375rem;top:1.125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvc5LiUMAGHW4T9W1DhaCkTKGq2LFRqs { display:block; }
 }@media only screen and (max-width: 763px) { #nckEmWP4tTAQ4NnE4hkXoF9g7uXOFumX { display:block; }#nckEmWP4tTAQ4NnE4hkXoF9g7uXOFumX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3WQbupyelgpSdQMGqtk2mmc6ClIzuzG { width:47.75rem;height:5.125rem;top:9.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Eze9mg4ObVw8o1fsp2XzWMQiyUxSo4 { width:47.75rem;height:8.25rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcDWJAyDQqSm0Ti25Xm4BTC3TOWTTovP { width:47.75rem;height:1.9375rem;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLxzT3iMop59V0u3gdipAcqycP8AoRxD { width:15.5625rem;height:1.4375rem;top:6.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTQJIUE1AmBp1045u9fSgIZNiSwiko6n { width:13.125rem;height:1.5625rem;top:25.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThX1cQU38qppokS2rxft1UTX0Zf942rt { width:15.5625rem;height:1.5rem;top:24.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlcf2x0LBTyuXkge0L1uctNtamAGL5UJ { width:10.8125rem;height:16.375rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS0v8wvilg1W3n2LPNchfz02KfwN9uGW { top:2.25rem;left:0rem;width:33.3125rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClSBbRHQzMcp3Sny235hsoPPyrtrEBHN { width:10.8125rem;height:14.4375rem;top:19.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfyMgoohMJc9ECwazwkdw7dHSv54ski3 { width:15.8125rem;height:0;top:35.75rem;left:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lmdb0ApK7lfOfs7e2T3fl5KcsLaX6eEO { width:15.5625rem;height:0;top:34.4375rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugPuvC2C21ptPeXSC9rGyWaZoXH9htwF { width:15.5625rem;height:1.5rem;top:17.25rem;left:19.687503814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9Tmhw5S3s8TV5SGdXen5KK4BtMrXpUL { width:10.8125rem;height:13.5625rem;top:19.875rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #la4aDUiqyK9oktJlUhbiarzaL9TWiRtF { width:15.8125rem;height:3rem;top:35.75rem;left:18.031253814698rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KquSPyzvasmeuwasX3VT4JwTMAhHGpz2 { width:15.5625rem;height:;top:34.3125rem;left:18.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8e9apgii9R4SJH41qTSNRVtTVzFZkMg { display:block; }#T8e9apgii9R4SJH41qTSNRVtTVzFZkMg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xP0uDglCElHD06eUu8ix0wK0LqE6uwa9 { width:45.875rem;height:2.75rem;top:7.75rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAEZzmJgHsh5cTIUnoQLbTG7LKmqhiul { width:15.5625rem;height:1.5rem;top:7.75rem;left:1.39453125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1zk34PzEvDxSsyRnNPlX1oN49QmI0pJ { width:13.1875rem;height:1.5625rem;top:9rem;left:1.3958320617676rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrBKvE57z3TKq8WNZpmUiuTszsv8qIh9 { width:47.75rem;height:8.3125rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEBbt5o6JSi5X0a7NQd1vb1CNUNZ4Pwo { top:0.9375rem;left:0rem;width:14.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um9BAJ6wUGUfr0Ny624FAJUNGaHOGE9a { width:7.5rem;height:12.875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqPXV4RTsVfwJwZoyyzLTGo2OpZ7LEZx { width:17.5rem;height:3.4375rem;top:0.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bzuwo3NbvhSez32rmFbUBdbJH7nZ4fpO { display:block; }
 }@media only screen and (max-width: 763px) { #hMLVbSZEOmmZcDt2Xl7thXbCaIqXpaeE { display:block; }#hMLVbSZEOmmZcDt2Xl7thXbCaIqXpaeE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htHmiiXAKKKgGmVAtlZH4hZmsN8ytgOW { width:45.75rem;height:2.75rem;top:7.8125rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHHcZOnknK8SPSToheo9aQCSiIs3CSBT { width:15.5625rem;height:1.5rem;top:7.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX1ema552DSds1MC3fm9MAxcUXVSWHDW { width:13.1875rem;height:1.5625rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiyBWpgtZ0Q2oUo00FBTMT6kktLkEJZR { width:47.75rem;height:8.3125rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq75iAeBnkBvlqggJ7RTv2qoW97IaCJo { width:12.875rem;height:12.875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmXPwGxGRx5wCRIo9ZVhJbEd4eP00zwW { top:0.9375rem;left:0rem;width:14.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #myTtynJR1pxZbt6LtXLoGePvCvp0W5Pp { width:17.5rem;height:3.4375rem;top:1rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3KyatibRB7thDV5MLEbIGB6TZKNcs7V { display:block; }
 }@media only screen and (max-width: 763px) { #JCaG7g89iox99CMgKTLqu111dWAzUByE { display:block; }#JCaG7g89iox99CMgKTLqu111dWAzUByE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RX7qqP5odGhdS5TKJ4qFA7yTs6wO4wdy { width:45.75rem;height:2.75rem;top:10.0625rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WA8Vi8tkg2bBbzPpgiv5qcFaD5sCyeQL { width:15.5625rem;height:1.5rem;top:10.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGxll8Lyl2gzdAccOeThXc5M0RPdSPT9 { width:13.1875rem;height:1.5625rem;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx1D5GulAbk4us7P7BlgRi4QAHG6tkvO { width:47.75rem;height:8.3125rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #abVElOgIITVqJyJMyBU4dozHSMOy6nV4 { top:1.125rem;left:0rem;width:14.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViOREcFJWRfurkPmEfTILFVLdyNmMZoI { width:11.25rem;height:15rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxQpQPDoQGWEmhOkuba0r0fawCvItazB { width:17.5rem;height:3.4375rem;top:2.0625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7n0G0ipSx8H0IHMbunLPH81TmG3XDse { display:block; }
 }@media only screen and (max-width: 763px) { #m5GLWAF05oQFLspd9lThl2xnFhapHCvc { display:block; }#m5GLWAF05oQFLspd9lThl2xnFhapHCvc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0aFSeX1iibSI5haS4ElTyVKfTHipH4t { width:46.4375rem;height:1.375rem;top:10.125rem;left:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VleQkNKahQAv8NJ8piSR54GmCVspnRhB { width:15.5625rem;height:1.5rem;top:10.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbmNhw1WhiZqedOmxxWMWAUQaaRRpSpm { width:15.125rem;height:3.1875rem;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1AOKxgkHVSnl0mFyEoZ6xqP5Okxyz5B { width:47.75rem;height:8.25rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqwxvk0E2kM4JbV6PIA0vNlfAFE755Jw { width:12.75rem;height:12.75rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLB7yEErTExTuoO1c2NSE0M8VOnmGKdA { top:1.5625rem;left:0rem;width:14.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MooLz6ZklW3Kbsre2pDsi9raz3bQhT0Q { width:17.5rem;height:3.4375rem;top:2.5rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahZr9quABL9naF0uzt0WOaELTJpKP5yH { display:block; }
 }@media only screen and (max-width: 763px) { #sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz { display:block; }#sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRTKXokNcFs4nvTasG3u3G4LbKeQzSZG { width:45.75rem;height:2.75rem;top:7.8125rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHRwIvK8BfSGZDIEwaNq8OQ2fdHPtThA { width:15.5625rem;height:1.5rem;top:7.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Tqm4UKXEeviwpNsG1ausA2kGQhf6MM { width:13.1875rem;height:1.5625rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5ffHRTZrt5GIXfb5llnnFSFRDKCiqPK { width:47.75rem;height:8.3125rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM1NEIKTAX1qOEVfDCunsZ0Pc7eMLxew { width:9rem;height:12.9375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap9Uftgax8QoyLCbThOqlZkfZLQCQc9G { top:0.9375rem;left:0rem;width:14.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eN6bWy3S6xfeCRwGXwIFGG6QTNBurFeR { width:17.5rem;height:3.4375rem;top:0.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw7zpgNLLaAiKgrOX8Z55Jby8fm0cFKi { display:block; }
 }@media only screen and (max-width: 763px) { #qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp { display:block; }#qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUrXZ0tVdMF7Otfs1tIQESb0Sb0SIkzO { width:45.75rem;height:2.75rem;top:10.0625rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTfJxbFUkFlXk9AR9Lhk7X4JSXZxU27h { width:15.5625rem;height:1.4375rem;top:10.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEhJLB1XTfi7fpRDCiOCqBfocaxw5xfB { width:17.25rem;height:3.1875rem;top:11.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKlpfPXaml7gEmJhVATA3yTcALkCQqdX { width:47.75rem;height:8.25rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHwBJ5aviGi5iu82OJBUxQmLACBKTMJN { width:12.5625rem;height:14.25rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIGgqM3syZ8lxICP0GmP2zUUWUVehEZE { top:1.375rem;left:0rem;width:14.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aymNGuvtVDsyyxdZGJnlNTrGpMlCIOH4 { width:17.5rem;height:3.4375rem;top:2rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #skumCqLcrVSvg2BaCnEw3mHpsryvXMaG { display:block; }
 }@media only screen and (max-width: 763px) { #k8AelzP9OdlIK46HB4egabcqvL8dhpNO { display:block; }#k8AelzP9OdlIK46HB4egabcqvL8dhpNO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FbGQXJFJvuLB5IATNeVbH7aZT7F2GQ3a { width:47.75rem;height:2.75rem;top:10rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuOi735NEOU3aHKulVZHstk4vcWH1hJJ { width:15.5625rem;height:1.5rem;top:10rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaOWTNzSyT5a1g18TTksuBdbXhgOvfRb { width:13.1875rem;height:1.5625rem;top:11.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgcHHyTePVObuTLP9s2yWfoTvNrtGp9T { width:47.75rem;height:8.3125rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhGTXPc7QKinE3pAI4J5KFNU5Z5D7TtS { width:9rem;height:13.5rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8f4bS9EvXQUgGuEXOlBCwmgBe5xKetE { top:2.5625rem;left:0rem;width:14.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7XhM2tt1zxJxLTSMUIXEyo7wb8eBMVM { width:17.5rem;height:3.4375rem;top:2.5625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrvBFywmxb64Dr3xpwML5MdzZTIyv2oy { display:block; }
 }@media only screen and (max-width: 763px) { #Q6mEHuBMDn4UWCdg2iMaD3QDOhRn5hPN { display:block; }#Q6mEHuBMDn4UWCdg2iMaD3QDOhRn5hPN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKi8lEVdOQv19IXDU50J2KnfQI0PSN0b { width:15.5625rem;height:1.5rem;top:7.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epL1xBSdRTQXX00yGPVqcTKcT34x2lQz { width:13.1875rem;height:1.5625rem;top:9.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozgKowi3JZnvOLrNTkSWszwkMBTINQ9T { width:47.75rem;height:8.3125rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZxu3hTl2Q46Iz9kfL6aloJudNvu8f2v { width:11.25rem;height:12.9375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDkKVTM3GXynWGnofQpqLAdOKOdEQ3t5 { top:0.9375rem;left:0rem;width:14.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLTJHkQ9kQXk5gpbszroJ6zuNQX6RmSQ { width:47.0625rem;height:2.75rem;top:7.8125rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkTG9sd5S7vdpRWVLqz7RmAtgGDUfhw2 { width:17.5rem;height:3.4375rem;top:0.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCTg6Os5JrJ2pc9Pxf2FLaRfGqThn4S3 { display:block; }
 }@media only screen and (max-width: 763px) { #H2BDPfEJFmcHWqPiqySgmUzf3KWqdgsC { display:block; }#H2BDPfEJFmcHWqPiqySgmUzf3KWqdgsC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqcPBBdikxml8ToJHmG4abihx0xTsHO0 { width:45.75rem;height:2.75rem;top:7.375rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4XXUSPLdR3X4nbduiRLADdEn053RwRf { width:16.4375rem;height:1.5rem;top:7rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOpZ2TxhzuL5GDImTQ7EGUpa057b8qte { width:13.1875rem;height:1.5625rem;top:8.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHJo3LSsLeiSmcp2ckB3wZtECW4ax63R { width:47.75rem;height:8.3125rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lszPWomyIXO1LdNTKxcuvoVT82ATRQ6S { width:17.5rem;height:3.4375rem;top:0.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH8ho8kDvG9yqhDWSLCqVlkuF2wOLME5 { display:block; }
 }@media only screen and (max-width: 763px) { #JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4 { display:block; }#JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KcsmuJKdrvUXPVLT3xbERA4JWmlGiBku { width:45.75rem;height:2.75rem;top:10rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLTbfdTHMMthEFSvyBbWDI62n6KL3Si4 { width:16.4375rem;height:1.5rem;top:10rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVfLPFMrsXpTol3QUcMTBgqi9AGGcviW { width:13.1875rem;height:1.5625rem;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfpKu5KzeT4lRdnXhfD50zeTrRe83UoW { width:47.75rem;height:8.25rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw3NH4loCwtfVTzvWHlL1upJxy5irHOJ { width:11.125rem;height:13.25rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWkxv9bKyct4yLyc1Fskx9pfLSgfrImU { top:0rem;left:0rem;width:14.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUGStNd29CdcEteNKRztEy6DAuhrogds { width:17.5rem;height:3.4375rem;top:2.5rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhvJhXi8zOaFx2h9UvTLCt2hWMlKUgSX { display:block; }
 }@media only screen and (max-width: 763px) { #X0GRR8PQ9DqH0ySRq8hh3C4DID5FbRfc { display:block; }#X0GRR8PQ9DqH0ySRq8hh3C4DID5FbRfc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cia6f0QEI5cnfXRV4tvT8Igb11uvKDSW { width:45.75rem;height:2.75rem;top:7.8125rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJL7eCLmLB3X9U8T9dfyqpWqzVT2Ltsq { width:15.5625rem;height:3rem;top:7rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciDVxUCN4qFBpBHvpFCIrkfLdLCczrn4 { width:13.1875rem;height:1.5625rem;top:10.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQpvBIvTfONWSbXlzRteOE3GqvL3M95g { width:47.75rem;height:8.3125rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW84XaTrAofZ0t8Zdub4Ee5bob3AkE3B { width:9.5rem;height:12.9375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxKOXTFJnK6v5zf8l3snXUVkaU8Iylii { top:0.9375rem;left:0rem;width:14.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWo99XMNXVczxCwXavSNIvyHJEgbzETA { width:17.5rem;height:3.4375rem;top:0.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fulfZot83BmQeCv1VCXdV5i259m2DmCd { display:block; }
 }@media only screen and (max-width: 763px) { #caB2Eb3MoTplCUbg24DRRe2yER7LOEqR { display:block; }#caB2Eb3MoTplCUbg24DRRe2yER7LOEqR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRsJgTIpntVWD1svymSxgITv54fPNhKi { width:47.75rem;height:1.375rem;top:10.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4nuBl7gxfg4eGo7eINx6Pf0vDEMJpNT { width:15.5625rem;height:1.4375rem;top:10rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNWg3WST54RJ2PbEUZAPIpzQIEoEHisI { width:13.75rem;height:1.5625rem;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns0wJOo0Q28psDWEDp9czBJhqM7TH4Tp { width:47.75rem;height:8.25rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXloX6OsE3ddEbWFEl6Q3HfAKwl1BTWI { width:10.3125rem;height:15.1245rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2dzK92KdEb3TnVI01WpWBTrnf2VZNHD { top:1rem;left:0rem;width:14.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJgOwbwCnJrc5GLwTwaLrk1Rap1RrOau { width:17.5rem;height:3.4375rem;top:2.1875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKrqk4mPAZ9qqrcPCmQtECtlsTrK7sbK { display:block; }
 }@media only screen and (max-width: 763px) { #d3uc1leMZE2mxTN4ybxiVHJuNzVwVZl2 { display:block; }#d3uc1leMZE2mxTN4ybxiVHJuNzVwVZl2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGttRikkDDEDFtvBXzLicksbbsRtWsdF { width:15.5625rem;height:1.5rem;top:7.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hncAW9BDNOyXOc6DXH0y1frHQEQXTRvu { width:13.1875rem;height:1.5625rem;top:9.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSphKOCHTQQAGeywTRms8aiJnMvCOLS2 { width:47.75rem;height:8.3125rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #llWpIBLVkutAHzeySMoOExEO3kELDtOq { width:11.25rem;height:12.9375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmWsiW10FvsZpz0ecGivw3DLcDOTrRWu { top:0.9375rem;left:0rem;width:14.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPdSCxwIUwJsMti6RBxs92BGy74zQz1f { width:45.75rem;height:2.75rem;top:7.8125rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECTi4JWRssR4PHx0fQDFTQl1xhF6CWoo { width:17.5rem;height:3.4375rem;top:0.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #remRG1t6v7HqJwceDqLtDmqrpgqARl0n { display:block; }
 }@media only screen and (max-width: 763px) { #u6V54XWq8z30pLZ1RslBvSBvld1gaTBM { display:block; }#u6V54XWq8z30pLZ1RslBvSBvld1gaTBM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGAWH1foMoNflFIB6q3d84sL5Lx34r98 { width:45.75rem;height:4.125rem;top:10.0625rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypAOu2ivxsVQMbUsdgF4xWiwXHg2iJXu { width:15.5625rem;height:1.5rem;top:10.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZyNPQ6JSTs5InyWl2Sb2qDcaPz5Rdvf { width:13.1875rem;height:1.5625rem;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLBOsxTLV7pNmDXDNuvnI2qIpa7X2mgz { width:47.75rem;height:8.3125rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnTM6BuFBkpQCuez6ek7bWW8X3His32a { width:12.3125rem;height:13.625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVa6QKGThQOoZX2BTvmW4CMIK6n7yVGl { top:1.125rem;left:0rem;width:14.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWSRzGs7xXNIQMyKCdd42DQx2J1ZrE40 { width:17.5rem;height:3.4375rem;top:2.625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcTABixTFPEOEUJvsJbbLdoqsaWKE4pn { display:block; }
 }@media only screen and (max-width: 763px) { #iJsXwcUzmd42DCnZal70xbViJaSAFm5l { display:block; }#iJsXwcUzmd42DCnZal70xbViJaSAFm5l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtgv9JVtKMWiETAXQTDpHcViBW1SwUFF { width:45.75rem;height:4.125rem;top:10.0625rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHlfrNQ3EOZTipMV2NgnOqiqhuCpGTWK { width:15.5625rem;height:1.5rem;top:10.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJK37RouxOLX9XXPLa1xhxJEkrf3N4S4 { width:13.1875rem;height:3.1875rem;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQlKmNtv2KGEx3AJcofSxSOHtC8cMZuy { width:47.75rem;height:8.25rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVPJ5kQhm58mD3zhxlDMmBm6fQPNEVgl { width:10.1875rem;height:12.75rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk194EFGZIuXDXBq08kNFMLvMCHyclO2 { top:1.5625rem;left:0rem;width:14.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcQcRGhBb0OwTvtUxq4AJATboviGQoV7 { width:17.5rem;height:3.4375rem;top:2.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW8SeVll4QQAmnUXIWL7wdXMu8OHPJ8P { display:block; }
 }@media only screen and (max-width: 763px) { #pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ { display:block; }#pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m58NvABsPnT4qP2iipOnAeuh8iIUGza9 { width:47.75rem;height:3.4375rem;top:11.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BE9r2sRUt5JQi29mN6hrc7HhFBNmKkJ4 { width:15.5625rem;height:1.125rem;top:32.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcPx3zA6ZrmO3NU69vK622NH1dW19TUm { width:15.6875rem;height:15.6875rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztrMHL7yrO8frBRhtzVwdyRNLtlcKA9Z { width:47.75rem;height:1.9375rem;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne5DbrfrTwrfHCDNXsoLcU6ZqxSJe28m { width:15.5625rem;height:1.4375rem;top:6.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MASH66PNuTLiriotrfUUZEhpGFthexEJ { width:15.5625rem;height:1.125rem;top:27.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnP7BTbLa6OyzQese044rnCuaW0BqTaO { width:9.75rem;height:1.5rem;top:17.375rem;left:21.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo6VIQVVqo125AWv0S7wPntFvI4Awlv1 { width:10.125rem;height:12.75rem;top:18.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enexQgJ3p8Jivf7FuzVEyyKITbnrJtu2 { width:13.125rem;height:1.5625rem;top:25.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN6cWsVGNq6KKBfTiFcIHnTOv4ZIr5bh { width:15.5625rem;height:1.4375rem;top:24.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRXW7uifJfgtmQnzwxZPL1BMUzxbWWeH { width:15.5625rem;height:1.125rem;top:32.0625rem;left:12.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olzJ94mllHNHpUVosM6QXTbNex1BUaLS { width:15.8125rem;height:1.5rem;top:33.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM3Lc6PpcahyiOOsNxHXI2kpkMZFIFBx { width:13.1875rem;height:1.5625rem;top:33.1875rem;left:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQhyNCNqciqDrIVIugb9TQTRdl3JuO55 { width:15.5625rem;height:1.125rem;top:32.0625rem;left:12.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ien6B2fQ5uP9pGJKbOvSb7P7kiBudCUr { width:11.25rem;height:12.9375rem;top:18.5rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSJR4FkcFWu415xh6mTVQQWpMPGRJtCK { width:13.1875rem;height:1.5625rem;top:33.25rem;left:28.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8XkOyZz31Ge3TTFiWFHfLIzk5rG2xEq { width:15.5625rem;height:1.125rem;top:32.125rem;left:26.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvqctw3iholF82CGC0xAOrZIG5yZHn1o { width:15.5625rem;height:1.125rem;top:32.125rem;left:26.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTSGW5UXLsSgtHwITMe2Ue1NaArJ9nsf { width:9.25rem;height:13.25rem;top:18.1875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyysbX9AfkvkLe7WccbAeRzChOOnH8IH { width:47.75rem;height:8.3125rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7Rqza64bmTvTmVAJz7M0JXJfGQkf5GE { top:3.1875rem;left:0rem;width:33.3125rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dswgwlEQnn5FDs7QqIOxNllNJaoOdnFp { display:block; }#dswgwlEQnn5FDs7QqIOxNllNJaoOdnFp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OyCaqUmf21g67LWeLg0qP8DNIZfKZ8rC { width:36.5625rem;height:2.75rem;top:10rem;left:11.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFkZquUE9AlTK0w3KFuQG2kow95ybwxm { width:17rem;height:1.5rem;top:10rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlMr7DzZFalo4MU8z7bCbsSONbOhR0kE { width:13.1875rem;height:1.5625rem;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu8WL1xoQbQtr04pf0DOsu315I79avWM { width:47.75rem;height:8.25rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIZKrZm7P2L98wkGQqvCigkWGUO8gPIt { width:10.4375rem;height:15rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzJSKFXUPKdgvEORSkgUHyvXhuerzHec { top:1.5625rem;left:0rem;width:14.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgEmd8lNF1lZoHkfMC7TdxZ8gt5cviUR { display:block; }#VgEmd8lNF1lZoHkfMC7TdxZ8gt5cviUR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EI6BG5i0GgtVLbtgw52QwCaEkye9tPvB { width:37.6875rem;height:4.125rem;top:9.75rem;left:10.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlczG1Necvykm5IzFWKQDyOCHmP4KvF4 { width:19.0625rem;height:1.5rem;top:9.75rem;left:3.7109375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvUBhTZi5M1F6w8JD2etdA0w1deCvktD { width:21.375rem;height:1.5625rem;top:12.75rem;left:3.7109375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWo7OXFDMzRXolBAuHRG4XDhaFe5475o { width:47.75rem;height:8.3125rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph6NgPEbKSGWlkcTLbv1BSTwSPhN76wQ { width:9.625rem;height:13rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB4t4MUGlEkdzfANfQw5WS4NUC7vDrWo { width:7.75rem;height:12.5rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypa0mayqk0l6czDRGG3vwGDIEllslbRe { width:18.625rem;height:1.5rem;top:11.4375rem;left:3.7109375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIMm8CKOtLWmbTToILseRJfGqZzu1wGI { top:2rem;left:0rem;width:14.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mP3ZUX5Tfxt9yQWhznTrFrMfZSqcRACx { display:block; }#mP3ZUX5Tfxt9yQWhznTrFrMfZSqcRACx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7J9eGthnIuEkTzPxophC6ebJqp7pKc0 { width:47.75rem;height:2.1875rem;top:1.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2Ixbz9HtfLhAtFzyuKoplgbmmn8iBhT { display:block; }#H2Ixbz9HtfLhAtFzyuKoplgbmmn8iBhT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tkS0pibseqKCBJ3HBLgzqSZSJmwUGEIq { width:47.75rem;height:2.1875rem;top:1.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7RAK0TviWsLl61PiWx0725rpynlgiF3 { display:block; }#H7RAK0TviWsLl61PiWx0725rpynlgiF3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htErc7nuXPPu1lMHMTlQ3B5HfG4CrzvO { width:45.75rem;height:1.375rem;top:10.0625rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRJBbmVaph2ZovHJeAEdqlRucLLxnIqE { width:15.5625rem;height:1.4375rem;top:10rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1QyvAdsnQWimfM2Nv6SJbOUehHwpRvw { width:13.125rem;height:1.5625rem;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDUAPhTFyGU5LWTbLBN8klOnyMupxkV9 { width:47.75rem;height:8.25rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDTQVPskzr1AUrEmrcFGe3dk40STbxit { width:10.4375rem;height:13.1875rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9c1QUiJE46OM4OJE9gfcLbcZLm7tF5u { top:1.5625rem;left:0rem;width:14.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oguEt5nhil4Hhp6z8O42sqUtdNl40Gq5 { display:block; }#oguEt5nhil4Hhp6z8O42sqUtdNl40Gq5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAz0M2nrE4OWIH8tIzeybi8guXRFLHki { width:47.75rem;height:2.1875rem;top:1.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGUxHdO0HWuPLeT5oAW76BkE99IIoizA { display:block; }#iGUxHdO0HWuPLeT5oAW76BkE99IIoizA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAm2ep7fa6i9eaT308TQbiUXDQMQANlx { width:47.75rem;height:3.375rem;top:10.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4VvIZxMJ3grbOklnpMnDpnvUeR0pdmL { width:47.75rem;height:8.25rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #niVdkrLVvJX381y8oo7KoPlG5MNTVwSD { width:20.375rem;height:22.375rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBnmJ2koBSnkZylV35Ul10FJL2J4qJz6 { width:47.75rem;height:1.9375rem;top:3.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEBgnwnkT1XblflPmnPmGDaVHXWcZSzH { width:21.375rem;height:1.5rem;top:19.3125rem;left:9.55859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeySKiOz0l21A0ZfWvsG8V7ah2wAb5sH { top:2.125rem;left:0rem;width:47.75rem;height:17.299142857143rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJJH85kExaMzpkArsB5CuqxenNTe2vZZ { display:block; }#cJJH85kExaMzpkArsB5CuqxenNTe2vZZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xT8Z070o0T7q9xr9icwm4BDo25zNPBkO { width:47.75rem;height:2.1875rem;top:1.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC75nbuZKmE0JwChLUiOpIZ46biTXMBI { display:block; }#ZC75nbuZKmE0JwChLUiOpIZ46biTXMBI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynSTl4DXOnUnsN0zvbSE1mltsik3KZtH { width:47.75rem;height:2.1875rem;top:1.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCPw7Jo3aNc6Ltz21DyfITkCGHm1pKq7 { display:block; }#RCPw7Jo3aNc6Ltz21DyfITkCGHm1pKq7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkRH3M4D3vMVXnfzl7MTeEEqTHhESd4S { width:47.75rem;height:2.1875rem;top:1.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKHKfVmc3cdkgpMcxfARP3v1hUbUGqoi { display:block; }#AKHKfVmc3cdkgpMcxfARP3v1hUbUGqoi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JoBxBx1qyohfUiS8IIbG4QfNDiOi0mn8 { width:47.75rem;height:2.1875rem;top:1.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCetFpymmx34lMmKRhaSbdskXsUFGnCl { display:block; }#LCetFpymmx34lMmKRhaSbdskXsUFGnCl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQnbtZLT2zTT14LVmFhu3JdrHyC3GNLO { width:47.75rem;height:2.1875rem;top:1.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N65pATSaTXUxEyyhEuzG9uKR9TAe53c6 { display:block; }#N65pATSaTXUxEyyhEuzG9uKR9TAe53c6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhwkV5ANhuUiiUZOHG6mUXDqcGJKgyVF { width:47.75rem;height:2.1875rem;top:1.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk19VVJSsLpWT44yfBsJq8mPwWM94y1O { width:47.75rem;height:2.1875rem;top:1.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8U9ZdGVMaa5KZk8ZpfQOawUkwT59TBc { display:block; }#E8U9ZdGVMaa5KZk8ZpfQOawUkwT59TBc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DxT6S0t93b3h7C9Td5q8l1fcMRnUJTiM { width:47.75rem;height:2.1875rem;top:1.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC5Tr8Cf5fh9BisxTINpxJ4c9f0k9lL5 { display:block; }#eC5Tr8Cf5fh9BisxTINpxJ4c9f0k9lL5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6IMo975sRPKa73yLKT2Dz8Fbsu8IUFo { width:45.75rem;height:2.75rem;top:10.0625rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3fKVlVIHLVvHZASi52JapzJ0alT1NGy { width:13.1875rem;height:1.5625rem;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jc5emal3G0I9hO7ZVsQE1IOBKDfdD3gK { width:47.75rem;height:8.25rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKbp44P8oEoazz7VF9odVWImtqWccHIu { width:11.875rem;height:13.625rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD5EDC5tJ8qheo5ewSZK77KA8sEOTe06 { width:12.5625rem;height:1.5rem;top:10.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkehrCgd2fcLWWosk6zZPMMqPVXspHx6 { top:1.5625rem;left:0rem;width:14.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge21QoubhJwZBS3w5probsOUPMbihQKM { display:block; }#Ge21QoubhJwZBS3w5probsOUPMbihQKM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mmtTyEPklcHCfIBQNSAOWJ81iqq12PGl { width:44.625rem;height:1.75rem;top:8.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1Kf01o2imON6zOKCyH3oSpzOMfilnMl { width:47.75rem;height:8.25rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFTokqBIrPzzyBWAAVCzwWhmJhLOAH3g { width:47.75rem;height:1.9375rem;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnM6nDNnaQHz2stKgE6whIoFFtXwedfw { width:13.125rem;height:1.5625rem;top:27.5625rem;left:3.5846366882324rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnOPNuS9ufygVeTpeaLTt954s206GP8B { width:15.5625rem;height:1.5rem;top:24.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNCmORVzqkbWscCaPr16oWznZIgp8dVb { width:10.8125rem;height:16.25rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIouxIbQkd87CIG4GqvB193zAambDwTo { top:2.25rem;left:0rem;width:33.3125rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM4MJWhCWI2Sf8WQQIkTWqCrCoRyFdWO { width:14.875rem;height:3.1875rem;top:25.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFUdPtCUP1l5iSTrK4IzMu5wL5wfS7kx { width:10.375rem;height:14.9375rem;top:8.8125rem;left:3.9584185443888rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd2p6MUyx29Ctv3FrObvOv0SkGzCkWZU { width:14.875rem;height:1.5625rem;top:26rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhwNA37GtVRGasxsUup0aJOxReT33JLy { width:15.5625rem;height:1.5rem;top:24.3125rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5vpIFdy68hHhEtL9N06ceQh2x0tXFT8 { display:block; }#d5vpIFdy68hHhEtL9N06ceQh2x0tXFT8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdD6qz2oLft2l8CP6X2bJQcHqJr3fO0B { width:47.75rem;height:2.1875rem;top:1.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd { display:block; }#OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETNNrOsBr9bio7HIu1E0i5Ff6VSPoKSS { width:45.75rem;height:2.75rem;top:10.0625rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJmvlExqDhHAxJTcJ5gOMM33zEynQmoz { width:12.5625rem;height:2.9375rem;top:9.1875rem;left:0.2763671875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH6yATMXMOVl1JT8AwhhukJiah3P1E7u { width:13.125rem;height:3.1875rem;top:12.125rem;left:0.2763671875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWWMDoM7mEhbyZcgZBva2gyt20oxysra { width:47.75rem;height:8.25rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAqVcsqXfuqGGtxMoWb9odHHCBgkamGM { width:11.5rem;height:14.5625rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCoU2VyRwq4z2TnZXLKNeKLpeRKxWk4m { top:1rem;left:0rem;width:14.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts49JNtlQCNDrWNP0qVlywfg0WTZyovo { width:17.5rem;height:3.4375rem;top:1.4375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNMTRwkXh8koKpGgFEDW2nTkfbmSi6iJ { display:block; }
 }@media only screen and (max-width: 763px) { #XtQFMTnx5SLdVy9xBFETDMZUyl9iHmTN { display:block; }#XtQFMTnx5SLdVy9xBFETDMZUyl9iHmTN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATBZ4a7oDK9cibDVMxATIKq8h4VWPAQl { width:47.75rem;height:2.1875rem;top:1.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9a8OXeRwAGTnnNrheh5UJZF5uTA0Fqn { display:block; }#N9a8OXeRwAGTnnNrheh5UJZF5uTA0Fqn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WcF3vI76wz8H2QmTMJf8ooPVwVne3hu1 { width:47.75rem;height:2.1875rem;top:1.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtsQDAMkRb7lgaenkCJSBLfwywWsdfV3 { display:block; }#KtsQDAMkRb7lgaenkCJSBLfwywWsdfV3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TckRPKQZ32lTgUBGqfTeqZFVTDZ9QHR5 { width:45.75rem;height:2.6875rem;top:10rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn7rU95qJIBMwnKGk97VBW2gi0T3a3Mq { width:15.5625rem;height:1.4375rem;top:10rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqMQtoHI6uxFgcyHCzw7p4eCINpUhvpJ { width:13.1875rem;height:1.5625rem;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTFr2m77gyJMgutFXy3ZG2IJEwJAELkx { width:47.75rem;height:8.25rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4vLvwclCKCJD6qb38FFMlGQWaAW3Zi8 { width:11.25rem;height:12.9375rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEz0U6pM3QhnGkm80IyVnBpCLyQ9eIr0 { top:0rem;left:0rem;width:12.0625rem;height:18.09449616479rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5ctCTMAiy2PHFlekfw75tMV3rgXZGN5 { display:block; }#m5ctCTMAiy2PHFlekfw75tMV3rgXZGN5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBsh0lbH4q1BhRogQGANriQsolEs4uLr { top:0rem;left:0rem;width:12.0625rem;height:18.096641731411rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMqlVRsz7ofKSK7c1gR8TJgbvcT6TJdp { width:47.75rem;height:8.25rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUqxcVDIxDTyZeezMv08UuPaBH1O4pPR { width:15.5625rem;height:1.4375rem;top:10.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf5ghoEKMzLkTLawBe8QtEsbeZTtfiKz { width:13.125rem;height:1.5625rem;top:11.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlPP78ezGENza1chmqFtxIioSNaPDDUk { width:45.75rem;height:1.3125rem;top:10rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOvZ9IzJLQpeN94GsiJZg3GX7XBgk5cQ { width:10.375rem;height:15.625rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsTAtmNf2OCmNqDzvRcpB6ZpwSbAlMWF { display:block; }#WsTAtmNf2OCmNqDzvRcpB6ZpwSbAlMWF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JvKEZ5prrGNPTz4CXgO2piQ77cT8fXlU { width:47.75rem;height:3.875rem;top:0.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cil7J3x7Ip5P23kliByWuXoP9Vcknrw0 { top:6.8125rem;left:0rem;width:17.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwgpouTEOUzcsEaf81PnJcTH6RkM4LZ4 { width:47.75rem;height:3.875rem;top:21.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #epHTcEyxQ9mh1HPsqitQpO6kSqRfWTEZ { top:9.0625rem;left:0.39453125rem;width:35.25rem;height:13.290396468285rem;display:block; }
 }@media only screen and (max-width: 763px) { #B08H8fnULLqMHWB6dqZe4TlHrHpO6OeK { top:14.75rem;left:31.194793701172rem;width:12.1875rem;height:1.8659096708344rem;display:block; }
 }@media only screen and (max-width: 763px) { #thiOatWk7wmU8t1CF54OazCKtdne5wNO { top:8.375rem;left:31.4375rem;width:16.3125rem;height:3.298826241798rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp2RoZrzlKksh5t3lJ7Q7qnbMSP7VxX4 { top:6.6875rem;left:24rem;width:11.5625rem;height:5.8434404542961rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb0uF5QAt1R7yM27eKJXVNRxir1mci7q { top:13.9375rem;left:0rem;width:10.375rem;height:3.4776603310834rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLvPexyk5oZUhEDIscbbEu7wdgWiUBxi { top:45.5rem;left:24.835941314698rem;width:18.6875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRMoSxvCz5VN7BC3HT2lb5QERI6MVyP2 { top:14.125rem;left:36.4375rem;width:11.3125rem;height:2.8587205787799rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7Nzaxr9WHIykXNyifMy14GFOhXmngHd { top:38.75rem;left:29.75rem;width:18rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHZhVowwrGx5P7TlUM8ALGbbpu5qdn6B { top:51.5rem;left:32.625rem;width:9.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfvTT25bqnT2QTTh0w5Mm91Wc9z24Hy3 { top:53.4375rem;left:14.3125rem;width:15.75rem;height:2.9839355401179rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwaUivQTBDxJNkQbe1HMOwKsMh1qmQWE { top:9.25rem;left:8.8125rem;width:14.0625rem;height:2.05989375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF7IwMcF2aOJn1r71JqZALRLzAcd4MgZ { top:31.5625rem;left:2.8125rem;width:16.5rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUShdXOxz1P6s8hlDTS9zfIEbIDg69nv { top:41.875rem;left:0rem;width:10.8125rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2eeEzq6wC0EoEPsvRq3myfoaZfkBsRN { top:37.5625rem;left:39.875rem;width:7.875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdbExOGU4DQGh6pmF7MrtBQTWnXpwa4T { top:27.9375rem;left:0rem;width:16rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAHySFLJ1cnntzhe9sksdqBJZxgHnrOQ { top:46.3125rem;left:8.8958320617675rem;width:15.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdffqWH2CBeVRkyaMwQv5m2fNTvlkxXh { top:52.75rem;left:36.8125rem;width:10.9375rem;height:4.2239601985595rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLFiuIhgb8sdNNNotCISqz61WnkvIxFi { top:9.25rem;left:0rem;width:12.5625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVtVNC1fgdt0ab08NfegPcDyP6lRqNgV { top:39.125rem;left:2.8125rem;width:13.6875rem;height:2.68359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #liWBWFWUi1Az1I3QiFvJP5Z3NCXmHUET { top:45.25rem;left:42.625rem;width:5.125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1GPTaQvilCPxgkpoihA0c4CcnS32Q1I { top:53.4375rem;left:0rem;width:19rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiTV6n9UlST9FOdpZ72BRapLgOFSB6JF { top:31.375rem;left:20.125003814698rem;width:14.1875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKEMWd7CPWOUOwig5yeAMv4mQyhLSHdh { top:30.9375rem;left:35.703128814698rem;width:10.25rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7NR9IXmIy0PrxTh1NIcEo8WiVOTrceJ { top:38.9375rem;left:18rem;width:10.9375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdPuB3vpDVPrMFKF1fwhfKlTfrlXk4M6 { top:44.5625rem;left:0rem;width:9.75rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoKigI24B9JTcHO7Df2ZKl6FWhThb8tP { top:46.25rem;left:38rem;width:9.75rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOLxgzDX4W61BV2KNR8T8Z0pp5xS9Cg7 { top:38.8125rem;left:0rem;width:11rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUrrIdzPOZz2O51zx4qZsKpOCAcMOywM { top:31.5625rem;left:37.5rem;width:10.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn { display:block; }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9d5NbiUc2y0bbv1gFPF18plQpWdb5ld { width:47.75rem;height:3.875rem;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFxV9yrkakvZ45trun2Pp9iEfwRGV1iI { width:16.1875rem;height:1.5rem;top:29.5rem;left:31.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaE4RN7lvBLhlp1sMtWIW1MnZwqfehrH { width:16.25rem;height:1.5rem;top:31.0625rem;left:31.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP5O5dxDeU3W8Nei69lZ7PW3swTFhLVn { width:18.9375rem;height:2rem;top:25.25rem;left:15.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAGAuXvqP9EULtswsCh7501IXT72OELc { width:19.0625rem;height:1.4375rem;top:27.3125rem;left:15.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3Rg84XMQocMt5zACZV9Su2TFJ3FWVbb { width:16.25rem;height:1.5rem;top:29.375rem;left:17.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwiAApKBQlrVayeLTbpL90ExzkBNet1m { width:16.25rem;height:1.5rem;top:30.875rem;left:17.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFOhWTlBOlfQg3FEF1o5UwzP4WTaZTmu { width:18.9375rem;height:2rem;top:25.3125rem;left:28.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTalLLOJOMzNsFU7veI9Uq4ZNQzMuMcG { width:19.0625rem;height:1.4375rem;top:27.375rem;left:28.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpQU6mgT66HkFwVSsnQzFs0z8VoEbSGI { width:13.1875rem;height:13.1875rem;top:11.25rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQFFgW5zC6xOXHDDJpJWt9eKzTI70DBm { width:13.1875rem;height:13.1875rem;top:11.125rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8DRO2qVeRh6UUE7w0v31CgOVArrpzFg { top:21.9375rem;left:28.125rem;width:2.5625rem;height:2.5625rem;display:block; }
#y8DRO2qVeRh6UUE7w0v31CgOVArrpzFg > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #zq0QTx4xZOANfp628fT7vrzuCTDwtvIs { top:21.9375rem;left:45.1875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkfw8wO2u3THrQTWUwiRSuUwdfLbeSb7 { width:12.8125rem;height:12.8125rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSkb98kdFwLf2dtkrQsxdaqHUg72TmuR { width:18.9375rem;height:2rem;top:25.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0uqMT8DGrOWrkoPAPotlJEV4LChTQ5u { width:19rem;height:1.4375rem;top:27.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOTz6x1qDVrL8e1gdUukNcEGGlZMnrlT { width:16.25rem;height:1.5rem;top:28.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBSLu72x2hKToidVqDP5IETdz8GWh1hN { width:16.25rem;height:1.5rem;top:30.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU4xMIVXNKaPJ54oaQ6vg936K5Lt0Keu { top:21.5625rem;left:3.3125rem;width:2.5625rem;height:2.5625rem;display:block; }
#WU4xMIVXNKaPJ54oaQ6vg936K5Lt0Keu > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #PTLZXN0NW12r6Owviwdk3hUBbslna8u0 { width:25rem;height:3.0625rem;top:6.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmt7s0zDKtqgv31u6cBS1aRWUthxLBUO { width:18.9375rem;height:3.0625rem;top:6.5625rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJLNWMgznlfGbltmrVhLVrKgHM91kiAn { width:19rem;height:1.5rem;top:6.5rem;left:28.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlSv1Q3lCzI4Oc1a89DaQDlgy7wnIRMA { top:36.6875rem;left:14.875rem;width:24.375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1Xl8GGOnn8JDMTz0Bg04mP9Q3SepCNm { top:57.125rem;left:5.8125rem;width:12.0625rem;height:4.2889925228875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6ZxKkakZWwU5iyOnqyRZZw1Hm572Nvm { top:61.4375rem;left:9.0625rem;width:2.5625rem;height:2.5625rem;display:block; }
#y6ZxKkakZWwU5iyOnqyRZZw1Hm572Nvm > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #nOgxisEpgA9Qxq5L1GBdQm5ZkzQBkUlT { top:61.4375rem;left:13.4375rem;width:2.5625rem;height:2.5625rem;display:block; }
#nOgxisEpgA9Qxq5L1GBdQm5ZkzQBkUlT > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #pwxobzXFCFZ3Z4FAx9s7MSEwKkPB4txg { top:61.4375rem;left:17.125rem;width:2.8125rem;height:2.8125rem;display:block; }
#pwxobzXFCFZ3Z4FAx9s7MSEwKkPB4txg > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #UBfmuh2dbJqu6uBrIsokVhIFpRXTkwZN { width:24.9375rem;height:1.5rem;top:54.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9Oc8y5StH1Q7v97eOgCn8EO3VqxP60c { top:57.125rem;left:0rem;width:12.0625rem;height:4.2889925228875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa5gD3h1xTUBGVeutLebkThMUw8HCkWp { top:38.25rem;left:29.875rem;width:17.875rem;height:14.94815186486rem;display:block; }
 }@media only screen and (max-width: 763px) { #iclPc5opiEK0p5OW0fSOFznZJByVTc8W { top:61.4375rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
#iclPc5opiEK0p5OW0fSOFznZJByVTc8W > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #G3CfvGhrHsXThTgDfHThMd8sOrJ9O0Ed { top:61.4375rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
#G3CfvGhrHsXThTgDfHThMd8sOrJ9O0Ed > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #gB7Cr8uAXyBRXlQwCFinicBmpKtLmDeh { top:47.875rem;left:0rem;width:13.5625rem;height:3.4212476315439rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUnQSh9xG1UTil6Rb03NMapfADMlZkfG { width:19.875rem;height:6.125rem;top:38.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dys2UfEOT05UOkzSgul6rXlrWU9D7fps { width:24.9375rem;height:1.5rem;top:36.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8c4dfd67-3875-434e-8721-d026d74105b6/background_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.adaptive-delivery-prevent-bg, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyload, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyloading { background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { background-color: transparent; background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .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); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qu8gUuXoVKQhp6UAqSJOCJQ0h3OOT9l0 { width:9.0625rem;height:5.3125rem;top:25.4365234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSvpe2z2V2THG7larxFGs2l6nV2twEoV { width:19.5625rem;height:2.625rem;top:39.8495859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aD9rtutl7mO2yq1G9ambPL9bFMEzfJas { width:19.3125rem;height:8.125rem;top:12.099609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MLCJpDkRpDP7axQ1gtGZ4FRvrTky1MZC { top:6.90625rem;left:0rem;width:18.75rem;height:31.25rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o { display:block; }#a4wlA2JoivxLBtMbwuc5Gl3NZiAibD9o > .row .container { width:20rem;height:0.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE { display:none; }#nvTXiXlfEn09Lk6RiP6rzcidN461ZSfE > .row .container { width:20rem;height:40.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UZz9N05TUKwaqq5iJXOi3A3K5JyxCLsG { width:19.9995rem;height:4.6875rem;top:1.1865234375rem;left:0rem;font-size:1.5625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KXRx8nrybAHkdLoJ1Dqlk2iETXyXvXvz { width:19.9980625rem;height:4.3125rem;top:4.93505859375rem;left:0rem;font-size:1.4375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rK8vkCeFdyPcICRvfH2JvOXCvB7prSNo { width:19.9980625rem;height:7.71875rem;top:31.93212890625rem;left:0rem;font-size:1.1875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M9Hibgb6MuxJ2cwXhR7Qoh7wn6tNZWya { width:19.9980625rem;height:21.9975625rem;top:7.55859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcKCx95vHqtNqdba8Nu8tioyyvV3WNFB { width:19.9995rem;height:8.25rem;top:22.166015625rem;left:0rem;font-size:0.6875rem;font-weight:300;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #I0r9TxVFJWQLI4W0avpMQp4PfV90J5Hd { width:20rem;height:10.25rem;top:20.900390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK1GA04nSCJ7duKr7ZbNyG0rCeS74oi6 { width:20rem;height:7.4870734229576rem;top:15.645833015442rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg2sQTFSkt3qgJoz0dTSt3R3EkQf82aT { display:none; }#Bg2sQTFSkt3qgJoz0dTSt3R3EkQf82aT > .row .container { width:20rem;height:0.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nR6FHzT9FpyNNkW3DMJSQouKTKTdXG7s { display:none; }#nR6FHzT9FpyNNkW3DMJSQouKTKTdXG7s > .row .container { width:20rem;height:0.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DVMxOuw3Bh2tHsJZz2oUJBeFCFJB8TZ9 { display:block; }#DVMxOuw3Bh2tHsJZz2oUJBeFCFJB8TZ9 > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zOFUp0Sb3TvXibKIFNC1TPZo8Z0gW9p9 { width:19.9980625rem;height:4.671875rem;top:17.21484375rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #frZ6L6wtJkp8pRMbmSbfFs9uXv3qBaAN { width:19.9986875rem;height:1.34895625rem;top:13.354167938233rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A7Zk4QNp860xp2DGIog2STPckuUKd4RZ { width:20rem;height:1.59895625rem;top:14.619800567627rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NPd94AvR59ktZWIpb3h3tlcv0MoaMFoc { width:20rem;height:11.9375rem;top:10.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0r1gX1D4moDCvwsovy1nJ2RCpgT4wcf { width:12.0625rem;height:12.0625rem;top:0.46484375rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwTREri2pl7ZllWPX5P5ueucSQU007mS { width:9.5rem;height:13.125rem;top:0.46484375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiVCbQ1MgxP7HIRWFqkRan8Annh30DkP { width:17.5rem;height:3.4375rem;top:23.561197996139rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvc5LiUMAGHW4T9W1DhaCkTKGq2LFRqs { display:block; }
 }@media only screen and (max-width: 763px) { #nckEmWP4tTAQ4NnE4hkXoF9g7uXOFumX { display:block; }#nckEmWP4tTAQ4NnE4hkXoF9g7uXOFumX > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3WQbupyelgpSdQMGqtk2mmc6ClIzuzG { width:19.9979375rem;height:7.0078125rem;top:3.332314491272rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T5Eze9mg4ObVw8o1fsp2XzWMQiyUxSo4 { width:20rem;height:8.125rem;top:2.77734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcDWJAyDQqSm0Ti25Xm4BTC3TOWTTovP { width:19.9995rem;height:1.375rem;top:0.81005859375rem;left:0.00146484375rem;font-size:1.25rem;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TLxzT3iMop59V0u3gdipAcqycP8AoRxD { width:10.1875rem;height:1.35rem;top:10.89990234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NTQJIUE1AmBp1045u9fSgIZNiSwiko6n { width:13.125rem;height:1.6rem;top:14.845313072204rem;left:6.8750000596044rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ThX1cQU38qppokS2rxft1UTX0Zf942rt { width:15.5625rem;height:1.35rem;top:13.49560546875rem;left:4.43701171875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vlcf2x0LBTyuXkge0L1uctNtamAGL5UJ { width:6.4375rem;height:9.8125rem;top:12.248958826065rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS0v8wvilg1W3n2LPNchfz02KfwN9uGW { width:20rem;height:11.594746716698rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClSBbRHQzMcp3Sny235hsoPPyrtrEBHN { width:6.625rem;height:8.875rem;top:22.061197757721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfyMgoohMJc9ECwazwkdw7dHSv54ski3 { width:12.5rem;height:1.5rem;top:27.125rem;left:7.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lmdb0ApK7lfOfs7e2T3fl5KcsLaX6eEO { width:12.625rem;height:1.34895625rem;top:25.875rem;left:7.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ugPuvC2C21ptPeXSC9rGyWaZoXH9htwF { width:15.5625rem;height:1.34895625rem;top:22.061180114746rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n9Tmhw5S3s8TV5SGdXen5KK4BtMrXpUL { width:6.875rem;height:8.6875rem;top:31.561199188233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #la4aDUiqyK9oktJlUhbiarzaL9TWiRtF { width:12.25rem;height:3rem;top:35.625rem;left:7.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KquSPyzvasmeuwasX3VT4JwTMAhHGpz2 { width:11.9375rem;height:1.34895625rem;top:34.375rem;left:7.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8e9apgii9R4SJH41qTSNRVtTVzFZkMg { display:block; }#T8e9apgii9R4SJH41qTSNRVtTVzFZkMg > .row .container { width:20rem;height:29.62239074707rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xP0uDglCElHD06eUu8ix0wK0LqE6uwa9 { width:19.9980625rem;height:4.671875rem;top:17.21484375rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GAEZzmJgHsh5cTIUnoQLbTG7LKmqhiul { width:19.9986875rem;height:1.35rem;top:13.354166984558rem;left:0.0013021230697632rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1zk34PzEvDxSsyRnNPlX1oN49QmI0pJ { width:20rem;height:1.6rem;top:14.62060546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FrBKvE57z3TKq8WNZpmUiuTszsv8qIh9 { width:20rem;height:13.3125rem;top:10.372398376465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEBbt5o6JSi5X0a7NQd1vb1CNUNZ4Pwo { width:14.9375rem;height:15.125rem;top:1.9073486328125E-6rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um9BAJ6wUGUfr0Ny624FAJUNGaHOGE9a { width:7.5rem;height:12.875rem;top:0.56249237060547rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqPXV4RTsVfwJwZoyyzLTGo2OpZ7LEZx { width:17.5rem;height:3.4375rem;top:24.93489074707rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bzuwo3NbvhSez32rmFbUBdbJH7nZ4fpO { display:block; }
 }@media only screen and (max-width: 763px) { #hMLVbSZEOmmZcDt2Xl7thXbCaIqXpaeE { display:block; }#hMLVbSZEOmmZcDt2Xl7thXbCaIqXpaeE > .row .container { width:20rem;height:27.99739074707rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htHmiiXAKKKgGmVAtlZH4hZmsN8ytgOW { width:19.9980625rem;height:3.50390625rem;top:17.21484375rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHHcZOnknK8SPSToheo9aQCSiIs3CSBT { width:19.9986875rem;height:1.35rem;top:13.354166984558rem;left:0.0013021230697632rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hX1ema552DSds1MC3fm9MAxcUXVSWHDW { width:20rem;height:1.6rem;top:14.62060546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xiyBWpgtZ0Q2oUo00FBTMT6kktLkEJZR { width:20rem;height:11.6875rem;top:10.373695373535rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq75iAeBnkBvlqggJ7RTv2qoW97IaCJo { width:11.25rem;height:11.25rem;top:1.3125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmXPwGxGRx5wCRIo9ZVhJbEd4eP00zwW { width:14.9375rem;height:15.125rem;top:1.9073486328125E-6rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #myTtynJR1pxZbt6LtXLoGePvCvp0W5Pp { width:17.5rem;height:3.4375rem;top:23.30989074707rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3KyatibRB7thDV5MLEbIGB6TZKNcs7V { display:block; }
 }@media only screen and (max-width: 763px) { #JCaG7g89iox99CMgKTLqu111dWAzUByE { display:block; }#JCaG7g89iox99CMgKTLqu111dWAzUByE > .row .container { width:20rem;height:27.51171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RX7qqP5odGhdS5TKJ4qFA7yTs6wO4wdy { width:19.9980625rem;height:3.50390625rem;top:16.78271484375rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WA8Vi8tkg2bBbzPpgiv5qcFaD5sCyeQL { width:19.9995rem;height:1.35rem;top:13.27294921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NGxll8Lyl2gzdAccOeThXc5M0RPdSPT9 { width:20rem;height:1.6rem;top:14.62060546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bx1D5GulAbk4us7P7BlgRi4QAHG6tkvO { width:20rem;height:12.125rem;top:9.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #abVElOgIITVqJyJMyBU4dozHSMOy6nV4 { width:14.9375rem;height:15.125rem;top:0.51171875rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViOREcFJWRfurkPmEfTILFVLdyNmMZoI { width:9.5625rem;height:12.75rem;top:0rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxQpQPDoQGWEmhOkuba0r0fawCvItazB { width:17.5rem;height:3.4375rem;top:22.82421875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7n0G0ipSx8H0IHMbunLPH81TmG3XDse { display:block; }
 }@media only screen and (max-width: 763px) { #m5GLWAF05oQFLspd9lThl2xnFhapHCvc { display:block; }#m5GLWAF05oQFLspd9lThl2xnFhapHCvc > .row .container { width:20rem;height:27.69921875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0aFSeX1iibSI5haS4ElTyVKfTHipH4t { width:19.9980625rem;height:3.50390625rem;top:17.21484375rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VleQkNKahQAv8NJ8piSR54GmCVspnRhB { width:19.9986875rem;height:1.35rem;top:11.998697757721rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UbmNhw1WhiZqedOmxxWMWAUQaaRRpSpm { width:20rem;height:2.3984375rem;top:14.220053672791rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #o1AOKxgkHVSnl0mFyEoZ6xqP5Okxyz5B { width:20rem;height:12.3125rem;top:9.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqwxvk0E2kM4JbV6PIA0vNlfAFE755Jw { width:10.8125rem;height:10.8125rem;top:0.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLB7yEErTExTuoO1c2NSE0M8VOnmGKdA { width:14.9375rem;height:15.125rem;top:0.625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MooLz6ZklW3Kbsre2pDsi9raz3bQhT0Q { width:17.5rem;height:3.4375rem;top:23.01171875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahZr9quABL9naF0uzt0WOaELTJpKP5yH { display:block; }
 }@media only screen and (max-width: 763px) { #sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz { display:block; }#sk58Ak5f13IAZsm1xkqdO4ckXHFoeCVz > .row .container { width:20rem;height:27.99739074707rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRTKXokNcFs4nvTasG3u3G4LbKeQzSZG { width:19.9980625rem;height:3.50390625rem;top:17.21484375rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHRwIvK8BfSGZDIEwaNq8OQ2fdHPtThA { width:19.9986875rem;height:1.35rem;top:13.354166984558rem;left:0.0013021230697632rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6Tqm4UKXEeviwpNsG1ausA2kGQhf6MM { width:20rem;height:1.6rem;top:14.62060546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h5ffHRTZrt5GIXfb5llnnFSFRDKCiqPK { width:20rem;height:11.6875rem;top:10.373695373535rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM1NEIKTAX1qOEVfDCunsZ0Pc7eMLxew { width:7.8125rem;height:11.3125rem;top:0.8115234375rem;left:5.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap9Uftgax8QoyLCbThOqlZkfZLQCQc9G { width:14.9375rem;height:15.125rem;top:1.9073486328125E-6rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eN6bWy3S6xfeCRwGXwIFGG6QTNBurFeR { width:17.5rem;height:3.4375rem;top:23.30989074707rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw7zpgNLLaAiKgrOX8Z55Jby8fm0cFKi { display:block; }
 }@media only screen and (max-width: 763px) { #qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp { display:block; }#qNwwpUgGs9TfTZ2mvHPHuR50RLnIXsWp > .row .container { width:20rem;height:31.31120300293rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUrXZ0tVdMF7Otfs1tIQESb0Sb0SIkzO { width:19.9995rem;height:4.671875rem;top:18.97265625rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WTfJxbFUkFlXk9AR9Lhk7X4JSXZxU27h { width:19.9995rem;height:1.35rem;top:13.27294921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sEhJLB1XTfi7fpRDCiOCqBfocaxw5xfB { width:20rem;height:3.19791875rem;top:14.62060546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yKlpfPXaml7gEmJhVATA3yTcALkCQqdX { width:20rem;height:15.5625rem;top:9.8111991882325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHwBJ5aviGi5iu82OJBUxQmLACBKTMJN { width:9.687rem;height:11.187rem;top:1.5625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIGgqM3syZ8lxICP0GmP2zUUWUVehEZE { width:14.9375rem;height:15.125rem;top:0.62238550186158rem;left:1.8736979961395rem;display:block; }
 }@media only screen and (max-width: 763px) { #aymNGuvtVDsyyxdZGJnlNTrGpMlCIOH4 { width:17.5rem;height:3.4375rem;top:26.62370300293rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #skumCqLcrVSvg2BaCnEw3mHpsryvXMaG { display:block; }
 }@media only screen and (max-width: 763px) { #k8AelzP9OdlIK46HB4egabcqvL8dhpNO { display:block; }#k8AelzP9OdlIK46HB4egabcqvL8dhpNO > .row .container { width:20rem;height:29.38671875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FbGQXJFJvuLB5IATNeVbH7aZT7F2GQ3a { width:19.9980625rem;height:5.83984375rem;top:16.78271484375rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TuOi735NEOU3aHKulVZHstk4vcWH1hJJ { width:19.9995rem;height:1.35rem;top:13.27294921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HaOWTNzSyT5a1g18TTksuBdbXhgOvfRb { width:20rem;height:1.6rem;top:14.62060546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xgcHHyTePVObuTLP9s2yWfoTvNrtGp9T { width:20rem;height:14rem;top:9.44970703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhGTXPc7QKinE3pAI4J5KFNU5Z5D7TtS { width:8rem;height:12.3125rem;top:0rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8f4bS9EvXQUgGuEXOlBCwmgBe5xKetE { width:14.9375rem;height:15.125rem;top:2.288818359375E-5rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7XhM2tt1zxJxLTSMUIXEyo7wb8eBMVM { width:17.5rem;height:3.4375rem;top:24.69921875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrvBFywmxb64Dr3xpwML5MdzZTIyv2oy { display:block; }
 }@media only screen and (max-width: 763px) { #Q6mEHuBMDn4UWCdg2iMaD3QDOhRn5hPN { display:block; }#Q6mEHuBMDn4UWCdg2iMaD3QDOhRn5hPN > .row .container { width:20rem;height:28.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKi8lEVdOQv19IXDU50J2KnfQI0PSN0b { width:19.9986875rem;height:1.35rem;top:13.354166984558rem;left:0.0013021230697632rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #epL1xBSdRTQXX00yGPVqcTKcT34x2lQz { width:20rem;height:1.6rem;top:14.62060546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ozgKowi3JZnvOLrNTkSWszwkMBTINQ9T { width:20rem;height:11.0625rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZxu3hTl2Q46Iz9kfL6aloJudNvu8f2v { width:9.8745rem;height:11.3745rem;top:0.8115234375rem;left:5.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDkKVTM3GXynWGnofQpqLAdOKOdEQ3t5 { width:14.9375rem;height:15.125rem;top:1.9073486328125E-6rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLTJHkQ9kQXk5gpbszroJ6zuNQX6RmSQ { width:20rem;height:3.50390625rem;top:17.5625rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fkTG9sd5S7vdpRWVLqz7RmAtgGDUfhw2 { width:17.5rem;height:3.4375rem;top:23.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCTg6Os5JrJ2pc9Pxf2FLaRfGqThn4S3 { display:block; }
 }@media only screen and (max-width: 763px) { #H2BDPfEJFmcHWqPiqySgmUzf3KWqdgsC { display:block; }#H2BDPfEJFmcHWqPiqySgmUzf3KWqdgsC > .row .container { width:20rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqcPBBdikxml8ToJHmG4abihx0xTsHO0 { width:19.9980625rem;height:3.50390625rem;top:4.9375rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A4XXUSPLdR3X4nbduiRLADdEn053RwRf { width:19.9995rem;height:1.34895625rem;top:1rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WOpZ2TxhzuL5GDImTQ7EGUpa057b8qte { width:20rem;height:1.59895625rem;top:2.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BHJo3LSsLeiSmcp2ckB3wZtECW4ax63R { width:20rem;height:9.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lszPWomyIXO1LdNTKxcuvoVT82ATRQ6S { width:17.5rem;height:3.4375rem;top:11rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH8ho8kDvG9yqhDWSLCqVlkuF2wOLME5 { display:block; }
 }@media only screen and (max-width: 763px) { #JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4 { display:block; }#JGvhT6kSBxRhITKkpx0BfTRtCUilOkd4 > .row .container { width:20rem;height:27.82421875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KcsmuJKdrvUXPVLT3xbERA4JWmlGiBku { width:19.9980625rem;height:3.50390625rem;top:17.21484375rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cLTbfdTHMMthEFSvyBbWDI62n6KL3Si4 { width:19.9995rem;height:1.35rem;top:13.27294921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zVfLPFMrsXpTol3QUcMTBgqi9AGGcviW { width:20rem;height:1.6rem;top:14.62060546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WfpKu5KzeT4lRdnXhfD50zeTrRe83UoW { width:20rem;height:12.4375rem;top:9.44970703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw3NH4loCwtfVTzvWHlL1upJxy5irHOJ { width:9.5rem;height:11.3125rem;top:1.09375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWkxv9bKyct4yLyc1Fskx9pfLSgfrImU { width:13.3125rem;height:13.5rem;top:0rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUGStNd29CdcEteNKRztEy6DAuhrogds { width:17.5rem;height:3.4375rem;top:23.13671875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhvJhXi8zOaFx2h9UvTLCt2hWMlKUgSX { display:block; }
 }@media only screen and (max-width: 763px) { #X0GRR8PQ9DqH0ySRq8hh3C4DID5FbRfc { display:block; }#X0GRR8PQ9DqH0ySRq8hh3C4DID5FbRfc > .row .container { width:20rem;height:27.997375488281rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cia6f0QEI5cnfXRV4tvT8Igb11uvKDSW { width:19.9980625rem;height:4.671875rem;top:17.21484375rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yJL7eCLmLB3X9U8T9dfyqpWqzVT2Ltsq { width:19.9986875rem;height:1.34895625rem;top:13.354166984558rem;left:0.0013021230697632rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ciDVxUCN4qFBpBHvpFCIrkfLdLCczrn4 { width:20rem;height:1.6rem;top:14.62060546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iQpvBIvTfONWSbXlzRteOE3GqvL3M95g { width:20rem;height:11.6875rem;top:10.373695373535rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW84XaTrAofZ0t8Zdub4Ee5bob3AkE3B { width:8.3125rem;height:11.3125rem;top:0.8115234375rem;left:5.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxKOXTFJnK6v5zf8l3snXUVkaU8Iylii { width:14.9375rem;height:15.125rem;top:1.9073486328125E-6rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWo99XMNXVczxCwXavSNIvyHJEgbzETA { width:17.5rem;height:3.4375rem;top:23.309875488281rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fulfZot83BmQeCv1VCXdV5i259m2DmCd { display:block; }
 }@media only screen and (max-width: 763px) { #caB2Eb3MoTplCUbg24DRRe2yER7LOEqR { display:block; }#caB2Eb3MoTplCUbg24DRRe2yER7LOEqR > .row .container { width:20rem;height:31.311187744141rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRsJgTIpntVWD1svymSxgITv54fPNhKi { width:19.9980625rem;height:3.50390625rem;top:20.34228515625rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B4nuBl7gxfg4eGo7eINx6Pf0vDEMJpNT { width:19.9980625rem;height:1.35rem;top:16.013671875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HNWg3WST54RJ2PbEUZAPIpzQIEoEHisI { width:19.9980625rem;height:1.6rem;top:17.14306640625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ns0wJOo0Q28psDWEDp9czBJhqM7TH4Tp { width:20rem;height:14.4375rem;top:10.9365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXloX6OsE3ddEbWFEl6Q3HfAKwl1BTWI { width:9.375rem;height:13.4375rem;top:0.5625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2dzK92KdEb3TnVI01WpWBTrnf2VZNHD { width:14.9375rem;height:15.125rem;top:7.62939453125E-6rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJgOwbwCnJrc5GLwTwaLrk1Rap1RrOau { width:17.5rem;height:3.4375rem;top:26.623687744141rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKrqk4mPAZ9qqrcPCmQtECtlsTrK7sbK { display:block; }
 }@media only screen and (max-width: 763px) { #d3uc1leMZE2mxTN4ybxiVHJuNzVwVZl2 { display:block; }#d3uc1leMZE2mxTN4ybxiVHJuNzVwVZl2 > .row .container { width:20rem;height:27.872375488281rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGttRikkDDEDFtvBXzLicksbbsRtWsdF { width:19.9986875rem;height:1.35rem;top:13.354166984558rem;left:0.0013021230697632rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hncAW9BDNOyXOc6DXH0y1frHQEQXTRvu { width:20rem;height:1.6rem;top:14.62060546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gSphKOCHTQQAGeywTRms8aiJnMvCOLS2 { width:20rem;height:11.75rem;top:10.184947967529rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #llWpIBLVkutAHzeySMoOExEO3kELDtOq { width:9.8745rem;height:11.3745rem;top:0.8115234375rem;left:5.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmWsiW10FvsZpz0ecGivw3DLcDOTrRWu { width:14.9375rem;height:15.125rem;top:1.1744995117188rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPdSCxwIUwJsMti6RBxs92BGy74zQz1f { width:20rem;height:3.50390625rem;top:17.184898376465rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ECTi4JWRssR4PHx0fQDFTQl1xhF6CWoo { width:17.5rem;height:3.4375rem;top:23.184875488281rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #remRG1t6v7HqJwceDqLtDmqrpgqARl0n { display:block; }
 }@media only screen and (max-width: 763px) { #u6V54XWq8z30pLZ1RslBvSBvld1gaTBM { display:block; }#u6V54XWq8z30pLZ1RslBvSBvld1gaTBM > .row .container { width:20rem;height:29.57421875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VGAWH1foMoNflFIB6q3d84sL5Lx34r98 { width:19.997375rem;height:7.0078125rem;top:16.216146469116rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ypAOu2ivxsVQMbUsdgF4xWiwXHg2iJXu { width:19.9995rem;height:1.35rem;top:13.27294921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZZyNPQ6JSTs5InyWl2Sb2qDcaPz5Rdvf { width:20rem;height:1.6rem;top:14.62060546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wLBOsxTLV7pNmDXDNuvnI2qIpa7X2mgz { width:20rem;height:14.1875rem;top:9.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnTM6BuFBkpQCuez6ek7bWW8X3His32a { width:10.5625rem;height:11.75rem;top:0.95833375rem;left:5.0781083003763rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVa6QKGThQOoZX2BTvmW4CMIK6n7yVGl { width:14.9375rem;height:15.125rem;top:0.9583740234375rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWSRzGs7xXNIQMyKCdd42DQx2J1ZrE40 { width:17.5rem;height:3.4375rem;top:24.88671875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcTABixTFPEOEUJvsJbbLdoqsaWKE4pn { display:block; }
 }@media only screen and (max-width: 763px) { #iJsXwcUzmd42DCnZal70xbViJaSAFm5l { display:block; }#iJsXwcUzmd42DCnZal70xbViJaSAFm5l > .row .container { width:20rem;height:30.572906494141rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtgv9JVtKMWiETAXQTDpHcViBW1SwUFF { width:19.9980625rem;height:7.0078125rem;top:17.21484375rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FHlfrNQ3EOZTipMV2NgnOqiqhuCpGTWK { width:19.9986875rem;height:1.35rem;top:11.998697757721rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zJK37RouxOLX9XXPLa1xhxJEkrf3N4S4 { width:20rem;height:2.3984375rem;top:13.346354007721rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IQlKmNtv2KGEx3AJcofSxSOHtC8cMZuy { width:20rem;height:15.1875rem;top:9.4489593505863rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVPJ5kQhm58mD3zhxlDMmBm6fQPNEVgl { width:8.1875rem;height:10.25rem;top:0.70049858093262rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk194EFGZIuXDXBq08kNFMLvMCHyclO2 { width:14.9375rem;height:15.125rem;top:0.70311355590819rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcQcRGhBb0OwTvtUxq4AJATboviGQoV7 { width:17.5rem;height:3.4375rem;top:25.885406494141rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW8SeVll4QQAmnUXIWL7wdXMu8OHPJ8P { display:block; }
 }@media only screen and (max-width: 763px) { #pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ { display:block; }#pnNk4QCVGx9KEXzhCnAkTx7tmK5e6zrQ > .row .container { width:20rem;height:56.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m58NvABsPnT4qP2iipOnAeuh8iIUGza9 { width:19.997375rem;height:4.671875rem;top:3.71484375rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BE9r2sRUt5JQi29mN6hrc7HhFBNmKkJ4 { width:12.9375rem;height:1.35rem;top:27.02783203125rem;left:6.99951171875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kcPx3zA6ZrmO3NU69vK622NH1dW19TUm { width:8.8125rem;height:8.8125rem;top:12.24755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztrMHL7yrO8frBRhtzVwdyRNLtlcKA9Z { width:19.9995rem;height:1.375rem;top:0.81005859375rem;left:0.00146484375rem;font-size:1.25rem;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ne5DbrfrTwrfHCDNXsoLcU6ZqxSJe28m { width:10.1875rem;height:1.35rem;top:10.89990234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MASH66PNuTLiriotrfUUZEhpGFthexEJ { width:13.5rem;height:0;top:27.46435546875rem;left:6.43701171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WnP7BTbLa6OyzQese044rnCuaW0BqTaO { width:20rem;height:1.35rem;top:22.6171875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fo6VIQVVqo125AWv0S7wPntFvI4Awlv1 { width:7.5625rem;height:9.5rem;top:24.377067565918rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #enexQgJ3p8Jivf7FuzVEyyKITbnrJtu2 { width:13.125rem;height:1.6rem;top:14.845313072204rem;left:6.8750000596044rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nN6cWsVGNq6KKBfTiFcIHnTOv4ZIr5bh { width:15.5625rem;height:1.35rem;top:13.49560546875rem;left:4.43701171875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wRXW7uifJfgtmQnzwxZPL1BMUzxbWWeH { width:15.5625rem;height:0;top:47.97216796875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #olzJ94mllHNHpUVosM6QXTbNex1BUaLS { width:13rem;height:1.5rem;top:28.377090454101rem;left:5.1250002980232rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hM3Lc6PpcahyiOOsNxHXI2kpkMZFIFBx { width:12.3125rem;height:1.6rem;top:38.240626335144rem;left:6.4364584088325rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pQhyNCNqciqDrIVIugb9TQTRdl3JuO55 { width:15.5625rem;height:1.35rem;top:36.890625rem;left:4.4375000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ien6B2fQ5uP9pGJKbOvSb7P7kiBudCUr { width:8.25rem;height:9.5625rem;top:34.828125rem;left:0.55000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSJR4FkcFWu415xh6mTVQQWpMPGRJtCK { width:10.5625rem;height:1.6rem;top:49.331251144409rem;left:8.5000007748606rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t8XkOyZz31Ge3TTFiWFHfLIzk5rG2xEq { width:15.5625rem;height:auto;top:32.125rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Tvqctw3iholF82CGC0xAOrZIG5yZHn1o { width:13.875rem;height:1.35rem;top:47.981253623963rem;left:6.0625002980232rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WTSGW5UXLsSgtHwITMe2Ue1NaArJ9nsf { width:7.0625rem;height:10.1875rem;top:45.946875572204rem;left:0.87500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyysbX9AfkvkLe7WccbAeRzChOOnH8IH { width:20rem;height:8.3125rem;top:1.89453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7Rqza64bmTvTmVAJz7M0JXJfGQkf5GE { width:20rem;height:11.594746716698rem;top:0.73697853088381rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dswgwlEQnn5FDs7QqIOxNllNJaoOdnFp { display:none; }#dswgwlEQnn5FDs7QqIOxNllNJaoOdnFp > .row .container { width:20rem;height:23.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OyCaqUmf21g67LWeLg0qP8DNIZfKZ8rC { width:19.997375rem;height:4.671875rem;top:16.217449188233rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZFkZquUE9AlTK0w3KFuQG2kow95ybwxm { width:19.9995rem;height:1.35rem;top:13.27294921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xlMr7DzZFalo4MU8z7bCbsSONbOhR0kE { width:20rem;height:1.6rem;top:14.62060546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vu8WL1xoQbQtr04pf0DOsu315I79avWM { width:20rem;height:12.375rem;top:9.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIZKrZm7P2L98wkGQqvCigkWGUO8gPIt { width:7.875rem;height:11.3125rem;top:0.8115234375rem;left:5.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzJSKFXUPKdgvEORSkgUHyvXhuerzHec { width:14.9375rem;height:15.125rem;top:1.17578125rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgEmd8lNF1lZoHkfMC7TdxZ8gt5cviUR { display:none; }#VgEmd8lNF1lZoHkfMC7TdxZ8gt5cviUR > .row .container { width:20rem;height:26.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EI6BG5i0GgtVLbtgw52QwCaEkye9tPvB { width:19.996125rem;height:4.671875rem;top:18.739583015442rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tlczG1Necvykm5IzFWKQDyOCHmP4KvF4 { width:10rem;height:2.69791875rem;top:13.27214050293rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KvUBhTZi5M1F6w8JD2etdA0w1deCvktD { width:20rem;height:1rem;top:16.682291984558rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #LWo7OXFDMzRXolBAuHRG4XDhaFe5475o { width:20rem;height:15.3125rem;top:9.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph6NgPEbKSGWlkcTLbv1BSTwSPhN76wQ { width:8rem;height:10.75rem;top:1.8671875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB4t4MUGlEkdzfANfQw5WS4NUC7vDrWo { width:6.6875rem;height:10.6875rem;top:1.8984375rem;left:2.01953125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypa0mayqk0l6czDRGG3vwGDIEllslbRe { width:11.3125rem;height:2.69791875rem;top:13.272135734558rem;left:8.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XIMm8CKOtLWmbTToILseRJfGqZzu1wGI { width:14.9375rem;height:15.125rem;top:7.62939453125E-6rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mP3ZUX5Tfxt9yQWhznTrFrMfZSqcRACx { display:none; }#mP3ZUX5Tfxt9yQWhznTrFrMfZSqcRACx > .row .container { width:20rem;height:3.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V7J9eGthnIuEkTzPxophC6ebJqp7pKc0 { width:19.9995rem;height:1.375rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.1;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H2Ixbz9HtfLhAtFzyuKoplgbmmn8iBhT { display:none; }#H2Ixbz9HtfLhAtFzyuKoplgbmmn8iBhT > .row .container { width:20rem;height:3.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tkS0pibseqKCBJ3HBLgzqSZSJmwUGEIq { width:19.9995rem;height:1.375rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.1;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H7RAK0TviWsLl61PiWx0725rpynlgiF3 { display:none; }#H7RAK0TviWsLl61PiWx0725rpynlgiF3 > .row .container { width:20rem;height:20.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #htErc7nuXPPu1lMHMTlQ3B5HfG4CrzvO { width:19.9980625rem;height:2.3359375rem;top:17.21484375rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uRJBbmVaph2ZovHJeAEdqlRucLLxnIqE { width:19.9995rem;height:1.35rem;top:13.27294921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t1QyvAdsnQWimfM2Nv6SJbOUehHwpRvw { width:20rem;height:1.6rem;top:14.62060546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gDUAPhTFyGU5LWTbLBN8klOnyMupxkV9 { width:20rem;height:11.0625rem;top:9.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDTQVPskzr1AUrEmrcFGe3dk40STbxit { width:9rem;height:11.3125rem;top:0.8115234375rem;left:5.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9c1QUiJE46OM4OJE9gfcLbcZLm7tF5u { width:14.9375rem;height:15.125rem;top:0.80989074707031rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oguEt5nhil4Hhp6z8O42sqUtdNl40Gq5 { display:none; }#oguEt5nhil4Hhp6z8O42sqUtdNl40Gq5 > .row .container { width:20rem;height:3.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lAz0M2nrE4OWIH8tIzeybi8guXRFLHki { width:19.9995rem;height:1.375rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.1;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iGUxHdO0HWuPLeT5oAW76BkE99IIoizA { display:none; }#iGUxHdO0HWuPLeT5oAW76BkE99IIoizA > .row .container { width:20rem;height:21.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HAm2ep7fa6i9eaT308TQbiUXDQMQANlx { width:19.9980625rem;height:4.671875rem;top:15.91552734375rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E4VvIZxMJ3grbOklnpMnDpnvUeR0pdmL { width:19.9995rem;height:8.124rem;top:13.49560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #niVdkrLVvJX381y8oo7KoPlG5MNTVwSD { width:11.9375rem;height:13.125rem;top:2.0597934984992rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBnmJ2koBSnkZylV35Ul10FJL2J4qJz6 { width:19.9995rem;height:1.375rem;top:0.81005859375rem;left:0.00146484375rem;font-size:1.25rem;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OEBgnwnkT1XblflPmnPmGDaVHXWcZSzH { width:11.3745rem;height:2.69791875rem;top:7.271484375rem;left:8.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MeySKiOz0l21A0ZfWvsG8V7ah2wAb5sH { width:20rem;height:7.2457142857143rem;top:8.7513008117675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJJH85kExaMzpkArsB5CuqxenNTe2vZZ { display:none; }#cJJH85kExaMzpkArsB5CuqxenNTe2vZZ > .row .container { width:20rem;height:3.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xT8Z070o0T7q9xr9icwm4BDo25zNPBkO { width:19.9995rem;height:1.375rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.1;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZC75nbuZKmE0JwChLUiOpIZ46biTXMBI { display:none; }#ZC75nbuZKmE0JwChLUiOpIZ46biTXMBI > .row .container { width:20rem;height:3.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ynSTl4DXOnUnsN0zvbSE1mltsik3KZtH { width:19.9995rem;height:1.375rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.1;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RCPw7Jo3aNc6Ltz21DyfITkCGHm1pKq7 { display:none; }#RCPw7Jo3aNc6Ltz21DyfITkCGHm1pKq7 > .row .container { width:20rem;height:3.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lkRH3M4D3vMVXnfzl7MTeEEqTHhESd4S { width:19.9995rem;height:1.375rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.1;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AKHKfVmc3cdkgpMcxfARP3v1hUbUGqoi { display:none; }#AKHKfVmc3cdkgpMcxfARP3v1hUbUGqoi > .row .container { width:20rem;height:12.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JoBxBx1qyohfUiS8IIbG4QfNDiOi0mn8 { width:19.9995rem;height:1.375rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.1;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LCetFpymmx34lMmKRhaSbdskXsUFGnCl { display:none; }#LCetFpymmx34lMmKRhaSbdskXsUFGnCl > .row .container { width:20rem;height:3.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HQnbtZLT2zTT14LVmFhu3JdrHyC3GNLO { width:19.9995rem;height:1.375rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.1;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N65pATSaTXUxEyyhEuzG9uKR9TAe53c6 { display:none; }#N65pATSaTXUxEyyhEuzG9uKR9TAe53c6 > .row .container { width:20rem;height:7.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VhwkV5ANhuUiiUZOHG6mUXDqcGJKgyVF { width:19.9995rem;height:1.375rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.1;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mk19VVJSsLpWT44yfBsJq8mPwWM94y1O { width:20rem;height:2.75rem;top:3.875rem;left:0rem;font-size:1.25rem;line-height:1.1;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E8U9ZdGVMaa5KZk8ZpfQOawUkwT59TBc { display:none; }#E8U9ZdGVMaa5KZk8ZpfQOawUkwT59TBc > .row .container { width:20rem;height:3.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DxT6S0t93b3h7C9Td5q8l1fcMRnUJTiM { width:19.9995rem;height:1.375rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.1;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eC5Tr8Cf5fh9BisxTINpxJ4c9f0k9lL5 { display:none; }#eC5Tr8Cf5fh9BisxTINpxJ4c9f0k9lL5 > .row .container { width:20rem;height:21.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e6IMo975sRPKa73yLKT2Dz8Fbsu8IUFo { width:15rem;height:4.671875rem;top:15.590626239777rem;left:2.5000000596046rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m3fKVlVIHLVvHZASi52JapzJ0alT1NGy { width:20rem;height:1.2rem;top:13.346354484558rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Jc5emal3G0I9hO7ZVsQE1IOBKDfdD3gK { width:20rem;height:10.75rem;top:10.261457920074rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKbp44P8oEoazz7VF9odVWImtqWccHIu { width:10.5rem;height:12.125rem;top:-0.33333206176758rem;left:5.2500002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD5EDC5tJ8qheo5ewSZK77KA8sEOTe06 { width:12.5625rem;height:1.35rem;top:12.062519073486rem;left:3.7187502980233rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VkehrCgd2fcLWWosk6zZPMMqPVXspHx6 { width:14.9375rem;height:15.125rem;top:3.814697265625E-5rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge21QoubhJwZBS3w5probsOUPMbihQKM { display:none; }#Ge21QoubhJwZBS3w5probsOUPMbihQKM > .row .container { width:20rem;height:32.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mmtTyEPklcHCfIBQNSAOWJ81iqq12PGl { width:19.997375rem;height:1.16796875rem;top:4.0052089691162rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x1Kf01o2imON6zOKCyH3oSpzOMfilnMl { width:20rem;height:3.625rem;top:2.77734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFTokqBIrPzzyBWAAVCzwWhmJhLOAH3g { width:19.9995rem;height:1.375rem;top:0.81005859375rem;left:0.00146484375rem;font-size:1.25rem;line-height:1.1;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lnM6nDNnaQHz2stKgE6whIoFFtXwedfw { width:10.875rem;height:1.59895625rem;top:27.615886688233rem;left:9.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cnOPNuS9ufygVeTpeaLTt954s206GP8B { width:12.4375rem;height:1.34895625rem;top:10.90234375rem;left:7.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rNCmORVzqkbWscCaPr16oWznZIgp8dVb { width:9.4375rem;height:14.375rem;top:5.1731777191162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIouxIbQkd87CIG4GqvB193zAambDwTo { width:20rem;height:11.594746716698rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM4MJWhCWI2Sf8WQQIkTWqCrCoRyFdWO { width:11.1875rem;height:4.796875rem;top:12.8125rem;left:8.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nFUdPtCUP1l5iSTrK4IzMu5wL5wfS7kx { width:8.9375rem;height:12.9375rem;top:19.548179626465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd2p6MUyx29Ctv3FrObvOv0SkGzCkWZU { width:10.25rem;height:3.19791875rem;top:24.41796875rem;left:8.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yhwNA37GtVRGasxsUup0aJOxReT33JLy { width:12.6875rem;height:1.34895625rem;top:22.625rem;left:7.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d5vpIFdy68hHhEtL9N06ceQh2x0tXFT8 { display:none; }#d5vpIFdy68hHhEtL9N06ceQh2x0tXFT8 > .row .container { width:20rem;height:3.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KdD6qz2oLft2l8CP6X2bJQcHqJr3fO0B { width:19.9995rem;height:1.375rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.1;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd { display:block; }#OFts4mnGZx5ELVDcZSIriNlW6H6JdGTd > .row .container { width:20rem;height:26.748718261719rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETNNrOsBr9bio7HIu1E0i5Ff6VSPoKSS { width:19.9980625rem;height:3.50390625rem;top:16.22021484375rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zJmvlExqDhHAxJTcJ5gOMM33zEynQmoz { width:19.9995rem;height:1.35rem;top:13.27294921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EH6yATMXMOVl1JT8AwhhukJiah3P1E7u { width:20rem;height:1.6rem;top:14.62060546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dWWMDoM7mEhbyZcgZBva2gyt20oxysra { width:20rem;height:10.4375rem;top:10.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAqVcsqXfuqGGtxMoWb9odHHCBgkamGM { width:9.0625rem;height:11.6875rem;top:1.1666679382324rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCoU2VyRwq4z2TnZXLKNeKLpeRKxWk4m { width:14.9375rem;height:15.125rem;top:0.55859375rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts49JNtlQCNDrWNP0qVlywfg0WTZyovo { width:17.5rem;height:3.4375rem;top:22.061218261719rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNMTRwkXh8koKpGgFEDW2nTkfbmSi6iJ { display:block; }
 }@media only screen and (max-width: 763px) { #XtQFMTnx5SLdVy9xBFETDMZUyl9iHmTN { display:none; }#XtQFMTnx5SLdVy9xBFETDMZUyl9iHmTN > .row .container { width:20rem;height:3.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ATBZ4a7oDK9cibDVMxATIKq8h4VWPAQl { width:19.9995rem;height:1.375rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.1;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N9a8OXeRwAGTnnNrheh5UJZF5uTA0Fqn { display:none; }#N9a8OXeRwAGTnnNrheh5UJZF5uTA0Fqn > .row .container { width:20rem;height:3.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WcF3vI76wz8H2QmTMJf8ooPVwVne3hu1 { width:19.9995rem;height:1.375rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.1;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KtsQDAMkRb7lgaenkCJSBLfwywWsdfV3 { display:none; }#KtsQDAMkRb7lgaenkCJSBLfwywWsdfV3 > .row .container { width:20rem;height:22.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TckRPKQZ32lTgUBGqfTeqZFVTDZ9QHR5 { width:19.9980625rem;height:3.50244375rem;top:17.21484375rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mn7rU95qJIBMwnKGk97VBW2gi0T3a3Mq { width:19.9995rem;height:1.35rem;top:13.27294921875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AqMQtoHI6uxFgcyHCzw7p4eCINpUhvpJ { width:20rem;height:1.6rem;top:14.62060546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTFr2m77gyJMgutFXy3ZG2IJEwJAELkx { width:20rem;height:11.9375rem;top:10.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4vLvwclCKCJD6qb38FFMlGQWaAW3Zi8 { width:9.8745rem;height:11.3745rem;top:0.8115234375rem;left:5.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEz0U6pM3QhnGkm80IyVnBpCLyQ9eIr0 { width:10.5615rem;height:16.062rem;top:0rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5ctCTMAiy2PHFlekfw75tMV3rgXZGN5 { display:none; }#m5ctCTMAiy2PHFlekfw75tMV3rgXZGN5 > .row .container { width:20rem;height:25.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bBsh0lbH4q1BhRogQGANriQsolEs4uLr { width:12.0615rem;height:18.09375rem;top:1.125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMqlVRsz7ofKSK7c1gR8TJgbvcT6TJdp { width:20rem;height:10.5rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUqxcVDIxDTyZeezMv08UuPaBH1O4pPR { width:15.5625rem;height:1.34911875rem;top:15.875rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tf5ghoEKMzLkTLawBe8QtEsbeZTtfiKz { width:13.1850625rem;height:1.5996125rem;top:17.125rem;left:3.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KlPP78ezGENza1chmqFtxIioSNaPDDUk { width:19.9995rem;height:3.50244375rem;top:19.1875rem;left:0rem;font-size:1.0625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GOvZ9IzJLQpeN94GsiJZg3GX7XBgk5cQ { width:10.3125rem;height:15.5625rem;top:0.5rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsTAtmNf2OCmNqDzvRcpB6ZpwSbAlMWF { display:block; }#WsTAtmNf2OCmNqDzvRcpB6ZpwSbAlMWF > .row .container { width:20rem;height:108rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JvKEZ5prrGNPTz4CXgO2piQ77cT8fXlU { width:20rem;height:2.6rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;color:#f1b002;display:block; }
 }@media only screen and (max-width: 763px) { #cil7J3x7Ip5P23kliByWuXoP9Vcknrw0 { width:7.9375rem;height:2.5625rem;top:4.9375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwgpouTEOUzcsEaf81PnJcTH6RkM4LZ4 { width:19.9979375rem;height:2.59895625rem;top:23.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;color:#f1b002;display:block; }
 }@media only screen and (max-width: 763px) { #epHTcEyxQ9mh1HPsqitQpO6kSqRfWTEZ { width:19.9995rem;height:7.374rem;top:9.779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B08H8fnULLqMHWB6dqZe4TlHrHpO6OeK { width:8.937rem;height:1.3125rem;top:15.93603515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #thiOatWk7wmU8t1CF54OazCKtdne5wNO { width:9.749375rem;height:1.93685rem;top:8.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp2RoZrzlKksh5t3lJ7Q7qnbMSP7VxX4 { width:10.5rem;height:4.9375rem;top:17.678067617188rem;left:8.8588008265219rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb0uF5QAt1R7yM27eKJXVNRxir1mci7q { width:7.7495625rem;height:2.43706875rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLvPexyk5oZUhEDIscbbEu7wdgWiUBxi { width:15rem;height:3.9375rem;top:84.1875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRMoSxvCz5VN7BC3HT2lb5QERI6MVyP2 { width:8.875rem;height:2.24895625rem;top:5.25rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7Nzaxr9WHIykXNyifMy14GFOhXmngHd { width:13.375rem;height:2.4375rem;top:32.0625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHZhVowwrGx5P7TlUM8ALGbbpu5qdn6B { width:7.433625rem;height:5.05859375rem;top:74.25rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfvTT25bqnT2QTTh0w5Mm91Wc9z24Hy3 { width:14.75rem;height:2.5rem;top:98.4375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwaUivQTBDxJNkQbe1HMOwKsMh1qmQWE { width:7.875rem;height:1.0625rem;top:16.06201171875rem;left:11.942876880787rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF7IwMcF2aOJn1r71JqZALRLzAcd4MgZ { width:13rem;height:2.875rem;top:27.875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUShdXOxz1P6s8hlDTS9zfIEbIDg69nv { width:8.7448125rem;height:9.6823125rem;top:86.125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #M2eeEzq6wC0EoEPsvRq3myfoaZfkBsRN { width:6.9375rem;height:5rem;top:74.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdbExOGU4DQGh6pmF7MrtBQTWnXpwa4T { width:16.0625rem;height:10.625rem;top:32.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAHySFLJ1cnntzhe9sksdqBJZxgHnrOQ { width:13.1875rem;height:2.375rem;top:54.25rem;left:3.4375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #zdffqWH2CBeVRkyaMwQv5m2fNTvlkxXh { width:7.5rem;height:2.75rem;top:102.37500572204rem;left:6.25rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #SLFiuIhgb8sdNNNotCISqz61WnkvIxFi { width:10.1850625rem;height:10.0605625rem;top:14.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVtVNC1fgdt0ab08NfegPcDyP6lRqNgV { width:13.6875rem;height:2.68541875rem;top:80.5625rem;left:3.1875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #liWBWFWUi1Az1I3QiFvJP5Z3NCXmHUET { width:5rem;height:4.125rem;top:63.65625190735rem;left:13.580729484558rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1GPTaQvilCPxgkpoihA0c4CcnS32Q1I { width:14.125rem;height:2.1875rem;top:94.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiTV6n9UlST9FOdpZ72BRapLgOFSB6JF { width:14.1875rem;height:4rem;top:40.1875rem;left:3.3125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #SKEMWd7CPWOUOwig5yeAMv4mQyhLSHdh { width:10.25rem;height:4.8125rem;top:44.187465667724rem;left:4.875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #S7NR9IXmIy0PrxTh1NIcEo8WiVOTrceJ { width:10.9375rem;height:3rem;top:49.625001907349rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdPuB3vpDVPrMFKF1fwhfKlTfrlXk4M6 { width:8.6875rem;height:5.125rem;top:63.15625190735rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoKigI24B9JTcHO7Df2ZKl6FWhThb8tP { width:9.75rem;height:3.25rem;top:89.375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOLxgzDX4W61BV2KNR8T8Z0pp5xS9Cg7 { width:11rem;height:3.3125rem;top:68.87500190735rem;left:4.5rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #IUrrIdzPOZz2O51zx4qZsKpOCAcMOywM { width:10.25rem;height:3.5625rem;top:58.062501907349rem;left:5.28125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn { background-color:#f2f3f7;background-image:url("https://images.assets-landingi.com/uc/9bff1b82-52c0-4805-81ff-0021dbb3daf5/ST2025J_KAT_tlo.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn.adaptive-delivery-prevent-bg, #BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn.lazyload, #BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn.lazyloading { background-image: none; }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .row .container { background-color: transparent; background-image: none; }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .row .container > .video-iframe-container { display: none; }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .row > .video-iframe-container { display: none; }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .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); }#BA2LPgn1EsTmnkWZz6NvnPpt4O9PraNn > .row .container { width:20rem;height:85.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9d5NbiUc2y0bbv1gFPF18plQpWdb5ld { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#f2f3f7;display:block; }
 }@media only screen and (max-width: 763px) { #iFxV9yrkakvZ45trun2Pp9iEfwRGV1iI { width:11.3748125rem;height:1.1375rem;top:36.9375rem;left:8.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaE4RN7lvBLhlp1sMtWIW1MnZwqfehrH { width:10.1248125rem;height:1.1375rem;top:38rem;left:8.625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#f2f3f7;display:block; }
 }@media only screen and (max-width: 763px) { #sP5O5dxDeU3W8Nei69lZ7PW3swTFhLVn { width:12rem;height:1.1375rem;top:20.125rem;left:8rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#f2f3f7;display:block; }
 }@media only screen and (max-width: 763px) { #mAGAuXvqP9EULtswsCh7501IXT72OELc { width:12.6875rem;height:1.1375rem;top:21.25rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#f2f3f7;display:block; }
 }@media only screen and (max-width: 763px) { #B3Rg84XMQocMt5zACZV9Su2TFJ3FWVbb { width:12.9375rem;height:1.1375rem;top:22.9375rem;left:7.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#f2f3f7;display:block; }
 }@media only screen and (max-width: 763px) { #LwiAApKBQlrVayeLTbpL90ExzkBNet1m { width:12.3123125rem;height:1.1375rem;top:24.0625rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#f2f3f7;display:block; }
 }@media only screen and (max-width: 763px) { #zFOhWTlBOlfQg3FEF1o5UwzP4WTaZTmu { width:12.624rem;height:1.1375rem;top:34.39453125rem;left:7.37548828125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#f2f3f7;display:block; }
 }@media only screen and (max-width: 763px) { #sTalLLOJOMzNsFU7veI9Uq4ZNQzMuMcG { width:11.936875rem;height:1.1375rem;top:35.4375rem;left:8.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#f2f3f7;display:block; }
 }@media only screen and (max-width: 763px) { #rpQU6mgT66HkFwVSsnQzFs0z8VoEbSGI { width:6.9375rem;height:6.9375rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQFFgW5zC6xOXHDDJpJWt9eKzTI70DBm { width:7.1875rem;height:7.1875rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8DRO2qVeRh6UUE7w0v31CgOVArrpzFg { display:flex;width:1.81206875rem;height:1.81206875rem;top:24.0625rem;left:5.1875rem; }
#y8DRO2qVeRh6UUE7w0v31CgOVArrpzFg > img { max-width: 100%;max-height:100%; width:1.81206875rem; height:1.81206875rem; } }@media only screen and (max-width: 763px) { #zq0QTx4xZOANfp628fT7vrzuCTDwtvIs { display:flex;width:1.68728125rem;height:1.68728125rem;top:37.4375rem;left:5.3125rem; }
 }@media only screen and (max-width: 763px) { #Mkfw8wO2u3THrQTWUwiRSuUwdfLbeSb7 { width:7.125rem;height:7.125rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSkb98kdFwLf2dtkrQsxdaqHUg72TmuR { width:11.5rem;height:1.1375rem;top:8.0625rem;left:8.5rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#f2f3f7;display:block; }
 }@media only screen and (max-width: 763px) { #A0uqMT8DGrOWrkoPAPotlJEV4LChTQ5u { width:12.061625rem;height:1.1375rem;top:9.1875rem;left:7.875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#f2f3f7;display:block; }
 }@media only screen and (max-width: 763px) { #xOTz6x1qDVrL8e1gdUukNcEGGlZMnrlT { width:12.4370625rem;height:1.1375rem;top:11.3125rem;left:7.5rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#f2f3f7;display:block; }
 }@media only screen and (max-width: 763px) { #QBSLu72x2hKToidVqDP5IETdz8GWh1hN { width:13.125rem;height:1.1375rem;top:12.75rem;left:6.75rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#f2f3f7;display:block; }
 }@media only screen and (max-width: 763px) { #WU4xMIVXNKaPJ54oaQ6vg936K5Lt0Keu { display:flex;width:1.875rem;height:1.875rem;top:12.754991531372rem;left:5.3179255127907rem; }
#WU4xMIVXNKaPJ54oaQ6vg936K5Lt0Keu > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #PTLZXN0NW12r6Owviwdk3hUBbslna8u0 { width:15.0615rem;height:2.4375rem;top:5.09326171875rem;left:2.466796875rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;color:#f2f3f7;display:block; }
 }@media only screen and (max-width: 763px) { #Tmt7s0zDKtqgv31u6cBS1aRWUthxLBUO { width:12.874375rem;height:2.4375rem;top:16.508246421814rem;left:3.5622830986977rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;color:#f2f3f7;display:block; }
 }@media only screen and (max-width: 763px) { #IJLNWMgznlfGbltmrVhLVrKgHM91kiAn { width:12.9375rem;height:1.21875rem;top:28.125rem;left:3.5302734375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#f2f3f7;display:block; }
 }@media only screen and (max-width: 763px) { #TlSv1Q3lCzI4Oc1a89DaQDlgy7wnIRMA { width:9.999rem;height:8.3745rem;top:56.1875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1Xl8GGOnn8JDMTz0Bg04mP9Q3SepCNm { width:12.0625rem;height:4.2903723592094rem;top:74.125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6ZxKkakZWwU5iyOnqyRZZw1Hm572Nvm { display:flex;width:2.5625rem;height:2.5625rem;top:78.4375rem;left:7.1875rem; }
#y6ZxKkakZWwU5iyOnqyRZZw1Hm572Nvm > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #nOgxisEpgA9Qxq5L1GBdQm5ZkzQBkUlT { display:flex;width:2.5625rem;height:2.5625rem;top:78.4375rem;left:11.5625rem; }
#nOgxisEpgA9Qxq5L1GBdQm5ZkzQBkUlT > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #pwxobzXFCFZ3Z4FAx9s7MSEwKkPB4txg { display:flex;width:2.8125rem;height:2.8125rem;top:70rem;left:14.1875rem; }
#pwxobzXFCFZ3Z4FAx9s7MSEwKkPB4txg > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #UBfmuh2dbJqu6uBrIsokVhIFpRXTkwZN { width:19.9995rem;height:1.21875rem;top:42.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9Oc8y5StH1Q7v97eOgCn8EO3VqxP60c { width:12.0625rem;height:4.2903723592094rem;top:66rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa5gD3h1xTUBGVeutLebkThMUw8HCkWp { width:11.937rem;height:9.9375rem;top:54.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iclPc5opiEK0p5OW0fSOFznZJByVTc8W { display:flex;width:2.5625rem;height:2.5625rem;top:70.3125rem;left:6.9375rem; }
#iclPc5opiEK0p5OW0fSOFznZJByVTc8W > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #G3CfvGhrHsXThTgDfHThMd8sOrJ9O0Ed { display:flex;width:2.5625rem;height:2.5625rem;top:70.3125rem;left:10.8125rem; }
#G3CfvGhrHsXThTgDfHThMd8sOrJ9O0Ed > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #gB7Cr8uAXyBRXlQwCFinicBmpKtLmDeh { width:13.5615rem;height:3.421875rem;top:45.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUnQSh9xG1UTil6Rb03NMapfADMlZkfG { width:19.812rem;height:4.546875rem;top:50.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#f2f3f7;display:block; }
 }@media only screen and (max-width: 763px) { #Dys2UfEOT05UOkzSgul6rXlrWU9D7fps { width:19.9995rem;height:1.21875rem;top:3.8466796875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#d6d6d7;display:block; }
 }