.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:237,241,236;--color-primary-1:194,208,193;--color-primary-2:132,161,131;--color-primary-3:66,81,66;--color-primary-4:20,24,20;--color-secondary-0:225,229,224;--color-secondary-1:154,168,153;--color-secondary-2:52,81,51;--color-secondary-3:26,41,26;--color-secondary-4:8,12,8;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:Fraunces;--paragraphs-font-family:open sans; }@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:url("https://icons.assets-landingi.com/icon_8eecde8a44aea860f0a3e275286e965fa2f9e65d.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/b399ebcb-88ca-4a08-881b-3916dea6dc11/Designsemnome30.png");background-position:center !important;background-repeat:no-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; }#OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l.adaptive-delivery-prevent-bg, #OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l.lazyload, #OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l.lazyloading { background-image: none; }#OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l > .row .container { background-color: transparent; background-image: none; }#OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l > .row .container > .video-iframe-container { display: none; }#OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l > .row > .video-iframe-container { display: none; }#OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l > .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); }#OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l > .row .container { border-width: 0; border-radius: 0; }#OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:51.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#eZIVDdyt8Ggbzrgw0TcvBKULSQITd1i5 { color:#f6fbdb;display:block;width:40.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.0625rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:10.4375rem;left:0rem;height:15.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wI52gFIP4Rh3N270HnZ1Ah7xxdpeOnrG { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:28.3125rem;left:0rem;height:6.296875rem;font-style:normal;display:block; }
#N8AT0bvEwu03q5onCfHtWqJyp1lW4E6C { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#f6fbdb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:3.49975625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:37.5rem;left:0rem;display:block; }
#MiJwymwLKGPzTyUEyub3VxcFVfvmdmbd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ATcVKhTWOy80mfTULv4vBSmBHnzVOOyy { box-sizing:content-box;height:4.375rem;width:40.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.249755859375rem;left:31.06201171875rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
#n4Esbi6Ted7ND4bs02Q5Dx7olm1OikP6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:3.1875rem;left:32.6875rem;display:block; }
#RqbZuSkC3X6yshMUpLoPv5Hzgou3oREK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hss8KSm4k7gVQaqRKyqG1F2ukRrkfZdU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8115rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.187255859375rem;left:38.311767578125rem;display:block; }
#STlBC2vBVMokuL8Fef04nrSRJxItynBV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MZbT2AeiVB028QpWT77lrwKkVMfE3mtA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.43675rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.187255859375rem;left:46.124267578125rem;display:block; }
#tcwnugiclqqmWLAflQq3XK8P6FmOhR3p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nMln2XpumpyakUi5teGPLr7TJgnWgTmq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.187255859375rem;left:53.12255859375rem;display:block; }
#nEEqLFfNspciT0ogv3MDeT3eIKQlqa6T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vVftRAKgCH7JhF7cFneXOgfS0CQaSpO4 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.187255859375rem;left:59.061279296875rem;display:block; }
#I3LHBTrbOKJOqTkip7hRgOCQ6MZc6J1r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PD3bpxn9ad5fFU9XtEqKZz8wuWvRLWqF { 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:2.24975625rem;width:10.437rem;top:3.311767578125rem;left:0rem;overflow:hidden;display:block; }
#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/b399ebcb-88ca-4a08-881b-3916dea6dc11/Designsemnome30.png");background-position:center !important;background-repeat:no-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:none; }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr.adaptive-delivery-prevent-bg, #ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr.lazyload, #ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr.lazyloading { background-image: none; }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .row .container { border-width: 0; border-radius: 0; }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:52.5625rem;width:75rem;overflow:visible;position:relative;display:none; }#paVIzpo4reSNpb7cX9vetGRv1uU6wrAJ { color:#f6fbdb;display:block;width:40.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.0625rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:7.623291015625rem;left:0rem;height:15.18675rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XVybsoJqVcID5rcSXBzGLCBNlwv3tRC1 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:25.4375rem;left:0rem;height:6.2988125rem;font-style:normal;display:block; }
#W0iruHGNAUcP57U7upC5Cyffipd7zT2k { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#f6fbdb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:3.49975625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:34.686279296875rem;left:0rem;display:block; }
#kBUw7dAN21Ka5ouT0EVpXZez4tDrKWCD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EygTZTzLBdlykALrwMs9aJC32NgTlgrn { box-sizing:content-box;height:4.375rem;width:41.1875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.249755859375rem;left:31.06201171875rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
#TBDndazNKRruEeJcm6ClgxT25auxx22d { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:3.1875rem;left:32.6875rem;display:block; }
#lN9Qwhh2FfCUMFESZGDKCfwhIWkrWpeX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yQ7W4XiZTcviIk45e49vQCdyF0llkqcG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8115rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.187255859375rem;left:38.311767578125rem;display:block; }
#kLSa1qfpWtBwSnWsGaoLSpzw1EEoU1mm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TxWZAgc2N40375GTpTGE4O0PkObOniFc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.43675rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.187255859375rem;left:46.124267578125rem;display:block; }
#XQzGr5pJ3KzFifVqFIa3FwwBCmsrpV6q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IHnug0u7m0kLCPUITXSBBDH0xMWbEwEy { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.187255859375rem;left:53.12255859375rem;display:block; }
#loRTrGLZs6EmNAAyEMFGnmS0db2SKy83 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#czu1miZxxmfb0Q8TG3513CFF3P0gPmBJ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.187255859375rem;left:59.061279296875rem;display:block; }
#Z9cBdm5QFbqteDymToqaB5JTIQ8MLfp5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#THedCG0gwJcI4PtLuRwTO0AwIr20Wl7w { 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:1.6875rem;width:7.25rem;top:3.5rem;left:1.125rem;overflow:hidden;display:block; }
#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .row .container { background-color: transparent; background-image: none; }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .row .container > .video-iframe-container { display: none; }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .row > .video-iframe-container { display: none; }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .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); }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .row .container { border-width: 0; border-radius: 0; }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#XXRQBnpT8PLhr53QITs0dHscaE62qtQT { position:absolute;display:block;z-index:15005;height:2.5rem;width:75rem;top:0rem;left:0rem;display:block; }
#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU { background-color:rgba(var(--color-primary-0),1);background-image:url("https://icons.assets-landingi.com/icon_2ee63f5601cdf37fc48aa0633cf92d5a92d9bbbd.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU.adaptive-delivery-prevent-bg, #gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU.lazyload, #gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU.lazyloading { background-image: none; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container { background-color: transparent; background-image: none; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container > .video-iframe-container { display: none; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row > .video-iframe-container { display: none; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .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); }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container { border-width: 0; border-radius: 0; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:83rem;width:75rem;overflow:visible;position:relative;display:block; }#HKazLco2eyGoymunEP178MH0QlGQTrSF { color:rgba(var(--color-tertiary-4),1);display:block;width:56.687rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:6.99951171875rem;left:0rem;height:10.6875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GPZ4goIH9kGF9QRwMwnR9ler5myydtHn { box-sizing:content-box;height:15.875rem;width:36.25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:21.8125rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#dRFDiTBMGtLBULbodieU6140aqMaTed9 { color:#e8e8e1;display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:28.5rem;left:41.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k3wfOt6tEV0nIF8aqquEfcg04aGKWITf { color:#e8e8e1;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:31.443359375rem;left:41.25rem;height:4.1992125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CWDJieG00vVLVXGAm9zW2fJy0lRNNpGl { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:24.375rem;left:41.25rem; }
#CpTR0omPsPnKsSvlt2mSEm9vzPM1s6Bx { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:21.8125rem;left:0rem;height:1.57470625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZTNml3KkVL6Jnh9PoGHEtHrNFsJPwL2p { box-sizing:content-box;height:15.875rem;width:36.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:28.3125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#p96cyCkNouhTFAnkxHwmw09bixwAPQpM { color:#e8e8e1;display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:35rem;left:2.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lk558usAlvMXmwxQDT6zPbpIWIMEUZDv { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:37.9375rem;left:2.5rem;height:4.1992125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HbevRzK7Dimh5xmuPPxSF0u0xOta28qM { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:30.875rem;left:2.5rem; }
#EF4ZXaVN61fwLTMEUf1DPDSKTxoDZZrf { box-sizing:content-box;height:15.875rem;width:36.25rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;top:40.125rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#U5btC9ZdI6LWXTV5sBDinC56DHt8WBIU { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:46.8125rem;left:41.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dpaGKh6PuGr8fTJOEzBNHktiiligAfwp { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:49.75rem;left:41.25rem;height:4.1992125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pTCo0ALHtnPVC8sKxy6XR9ITqop8KELH { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:42.6875rem;left:41.25rem; }
#XxpvaTTemhaBRVEz8XkLhDDE48DEeULA { box-sizing:content-box;height:15.875rem;width:36.25rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:46.6875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#VwinLa2KqbHvnloZMht9CzW1JFzIv73r { color:#e8e8e1;display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:53.623046875rem;left:2.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DEtTNWOF8TeSiT4QiXO3JUhx6E2dg84W { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:49.25rem;left:2.5rem; }
#y20DXTc7utJ8sHoITzlQz7t4GFQxMuBS { color:#e8e8e1;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:56.3125rem;left:2.5rem;height:4.1992125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v9mhDRzEctkFpqdk7sZVPu9ECF9ws7mF { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:44.4995rem;width:27.24975rem;top:70.55908203125rem;left:0rem;overflow:hidden;display:block; }
#aTsQcJ7RJaROPAIAqpEciMiIuuTsKIyp { box-sizing:content-box;height:15.875rem;width:36.25rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:58.8125rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#JPRo9xFog2kv5KgV9VuxtkF2SoPVyHPt { color:#e8e8e1;display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:65.5rem;left:41.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zFxv4D3JZPfAMqLg4CZPSP4xd7XiLHhp { color:#e8e8e1;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:68.4375rem;left:41.25rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JWSWeLeKii53nJIufxs26qcIhAMlMZb0 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:61.375rem;left:41.25rem; }
#ETHmBCuGGGO7uF1u8VQU5PNXtZ7HLauu { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:13.2495rem;top:8.997802734375rem;left:58.49609375rem;overflow:hidden;display:block; }
#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://icons.assets-landingi.com/icon_cc163f3e7e1d3046c732905157ae2e3066cf2a4c.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr.adaptive-delivery-prevent-bg, #qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr.lazyload, #qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr.lazyloading { background-image: none; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row .container { background-color: transparent; background-image: none; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row .container > .video-iframe-container { display: none; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row > .video-iframe-container { display: none; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .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); }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row .container { border-width: 0; border-radius: 0; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:48.5625rem;width:75rem;position:relative;display:block; }#XSUAJqeDdPCBRNaMsn3OL6U11qXoDuVm { color:rgba(var(--color-tertiary-4),1);display:block;width:38.6865rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:29.500732421875rem;left:34.937744140625rem;height:8.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UJmkKC7Mv2buMsZsIg5DLDD1C2Qm5Xyq { color:rgba(var(--color-tertiary-4),1);display:block;width:40.0610625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:5.372314453125rem;left:34.937744140625rem;height:18.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BTaBowkKrsmHMlyBrRlrNc4dVSVOibT8 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#f6fbdb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:3.49975625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:35.44921875rem;left:2.637939453125rem;display:block; }
#Q6avD3OEmcLaMq2hVoEsw7cEGIRZ6D6A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm { background-color:rgba(var(--color-secondary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { background-color: transparent; background-image: none; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container > .video-iframe-container { display: none; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row > .video-iframe-container { display: none; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .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); }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { border-width: 0; border-radius: 0; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:51.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#dWJTTVGFemvp4qN0f1loxZikWwdJZntf { color:rgba(var(--color-tertiary-4),1);display:block;width:62.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:700;z-index:15067;line-height:1;letter-spacing:0;top:5.625rem;left:0rem;height:3.6254875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JaDBikX1CzW7U7HMMupsUTdg6KRSxTqa { color:rgba(var(--color-tertiary-4),1);display:block;width:53.81225rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:11.292724609375rem;left:4.466552734375rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W1nEtT0QG7f1I1PKbSClzTqdFUdbdWeu { box-sizing:content-box;height:15.9375rem;width:12.5rem;position:absolute;display:block;z-index:15066;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0rem;left:62.5rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:15.625rem;border-top-left-radius:0rem;display:block; }
#QVZ5yWDkS6UtB2faudDvVXUI7H5d8xRX { position:absolute;display:block;z-index:15071;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:35.375rem;width:75rem;top:15.9375rem;left:0rem;overflow:hidden;display:block; }
#QDqI6wsQdKJbNpzxImqQJRho9GKX9oXS { position:absolute;display:block;z-index:15072;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:34.9375rem;width:74.5625rem;top:16.45263671875rem;left:0rem;overflow:hidden;display:block; }
#ah31EapmWUvMN664lAOLU9wa61TxRN7t { position:absolute;display:block;z-index:15073;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:34.875rem;width:73.5625rem;top:15.9375rem;left:0.716552734375rem;overflow:hidden;display:block; }
#E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc > .row .container { background-color: transparent; background-image: none; }#E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc > .row .container > .video-iframe-container { display: none; }#E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc > .row > .video-iframe-container { display: none; }#E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc > .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); }#E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc > .row .container { border-width: 0; border-radius: 0; }#E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:block; }#eDpyMGueTJgaIf6gSDXaTBcdR8q8x2Lm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:1.125rem;left:33.375rem; }
#uRFe2Q9r6oPwLkWHsd6GxTnDLmDgJ3Lx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:1.125rem;left:38.5rem; }
#nlEpfzdm7VCzJdTQCwKrOtdWGpeVcPxd { background-color:rgba(var(--color-secondary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#nlEpfzdm7VCzJdTQCwKrOtdWGpeVcPxd > .row .container { border-width: 0; border-radius: 0; }#nlEpfzdm7VCzJdTQCwKrOtdWGpeVcPxd > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nlEpfzdm7VCzJdTQCwKrOtdWGpeVcPxd > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:51.8125rem;width:75rem;overflow:visible;position:relative;display:none; }#PRGBPUKDoI91DbRJADJOxfbVPV4oxaya { color:rgba(var(--color-tertiary-4),1);display:block;width:62.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:700;z-index:15067;line-height:1;letter-spacing:0;top:5.625rem;left:0rem;height:3.6254875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wGwqUaiMfQmx4HTy8vsPlBWyGvIAGTX9 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.81225rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:11.292724609375rem;left:4.466552734375rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hlsO9PS5l7Sp4dIBexlX1hmqh5A3S5lw { box-sizing:content-box;height:15.9375rem;width:12.5rem;position:absolute;display:block;z-index:15066;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0rem;left:62.5rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:15.625rem;border-top-left-radius:0rem;display:block; }
#UKFAFiFrgHxE5sCZEsK02qPxr8kaJJR2 { position:absolute;display:block;z-index:15071;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:35.3125rem;width:28.25rem;top:15.9375rem;left:0rem;overflow:hidden;display:none; }
#rkOMnFNhLMcKMzIMD03AEuNvFf4cc5hg { position:absolute;display:block;z-index:15071;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:35.3125rem;width:28.25rem;top:15.9375rem;left:0rem;overflow:hidden;display:none; }
#RB3kgZlgzWOB5qBdL6IDN3TepMbpdMrW { position:absolute;display:block;z-index:15071;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:35.3125rem;width:28.25rem;top:15.9375rem;left:0rem;overflow:hidden;display:none; }
#BKd8vBAyynXLvQdBGn8Ozcslh1riTnoq { position:absolute;display:block;z-index:15071;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:35.3125rem;width:28.25rem;top:15.9375rem;left:0rem;overflow:hidden;display:none; }
#oBREz6gr860608BDQOyIpgFAs4KRlSCA { position:absolute;display:block;z-index:15071;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:35.3125rem;width:28.25rem;top:15.9375rem;left:0rem;overflow:hidden;display:none; }
#MZdkzktbiPxS5pig9SEcA1lTgAg9H0Hk { position:absolute;display:block;z-index:15071;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:35.3125rem;width:28.25rem;top:15.9375rem;left:0rem;overflow:hidden;display:none; }
#p1MZi6k6faf0wSOq66AzkTE0lSISETmi { position:absolute;display:block;z-index:15071;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:35.3125rem;width:28.25rem;top:15.9375rem;left:0rem;overflow:hidden;display:none; }
#ZenmsdU6UemLeU9dsP0XS2iUto2UDIEX { position:absolute;display:block;z-index:15071;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:35.3125rem;width:28.25rem;top:15.9375rem;left:0rem;overflow:hidden;display:none; }
#NBs23U5RuhDpxXTo8892Z0e3WOnBX7ul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NBs23U5RuhDpxXTo8892Z0e3WOnBX7ul > .row .container { border-width: 0; border-radius: 0; }#NBs23U5RuhDpxXTo8892Z0e3WOnBX7ul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NBs23U5RuhDpxXTo8892Z0e3WOnBX7ul > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:none; }#zcpmLq9GUAk5ESsZH8KZdXvSS63ECp2R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:1.125rem;left:33.375rem; }
#SUaewBFXJgzteodgefI0xQ10nAwJ8oPn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:1.125rem;left:38.5rem; }
#fqNZs43MS42aAE3tMr5aTN1btAqvTFne { position:absolute;display:block;z-index:15074;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.749025rem;width:2.749025rem;top:10.186767578125rem;left:36.12548828125rem;overflow:hidden;display:block; }
#GkKC37TTQsmgi47NmswAaXh496rU52aK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0);background-image:url("https://icons.assets-landingi.com/icon_cc163f3e7e1d3046c732905157ae2e3066cf2a4c.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GkKC37TTQsmgi47NmswAaXh496rU52aK.adaptive-delivery-prevent-bg, #GkKC37TTQsmgi47NmswAaXh496rU52aK.lazyload, #GkKC37TTQsmgi47NmswAaXh496rU52aK.lazyloading { background-image: none; }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .row .container { background-color: transparent; background-image: none; }#GkKC37TTQsmgi47NmswAaXh496rU52aK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .row .container > .video-iframe-container { display: none; }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .row > .video-iframe-container { display: none; }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .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); }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .row .container { border-width: 0; border-radius: 0; }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:60.375rem;width:75rem;position:relative;display:block; }#fRv4ZWZVr4fb2CT1vFa4KZwgzJRWnO5I { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:23.125rem;width:23.125rem;top:19.25rem;left:51.875rem;overflow:hidden;display:block; }
#CcO7GHuT1VdRZpD9TuFJFIS9L9Odn1QB { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:23.125rem;width:23.125rem;top:19.25rem;left:25.9375rem;overflow:hidden;display:block; }
#eDJhteeyuuAvlqbpsq0xPdOHEwBccvAq { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:23.125rem;width:23.125rem;top:19.25rem;left:0rem;overflow:hidden;display:block; }
#dPQk7dOFUId4R44mLSistTDMRlE8asGd { box-sizing:content-box;height:5.99975625rem;width:23.125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:41.67236328125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#WAewIP0vnb0rx9ALDf6PgxL9OOrnFJFI { color:rgba(var(--color-tertiary-4),1);display:block;width:62.74875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:700;z-index:15068;line-height:1;letter-spacing:0;top:5.548095703125rem;left:6.123046875rem;height:3.6254875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tkz7FklaHP5PZkTIssnPdin1u0TWSoSZ { color:rgba(var(--color-tertiary-4),1);display:block;width:62.7475rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:400;z-index:15069;line-height:1;letter-spacing:0;top:9.17236328125rem;left:6.124267578125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UcRJT5fbbhVeTkTur1yBugEZAMdoKdcv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:17.939453125rem;left:0.72509765625rem; }
#HU5kGBo9TKbB7fnJcOSvOGJUdK8LX0Xx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:17.939453125rem;left:26.912841796875rem; }
#bXQ6PDMcul2LaaaQTvCPyOPLKCfXcmUn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:17.939453125rem;left:52.850341796875rem; }
#zm4CTBOu0CguSKs09Xx7vlK2tAFqlZzm { box-sizing:content-box;height:5.99975625rem;width:23.125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:41.67236328125rem;left:25.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#IEorTVfAJvDVKiALeGtikhtvP4b5QInp { box-sizing:content-box;height:5.99975625rem;width:23.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:41.67236328125rem;left:51.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#qFTVDdvbwBGS3v9f1SObet3ywoy8cK4c { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3115rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15073;line-height:1.2;letter-spacing:0;top:42.760009765625rem;left:1.90673828125rem;height:3.82421875rem;font-style:normal;display:block; }
#etf91gdaxy8nTcEzW7aWulT0ECbipok8 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3103125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15074;line-height:1.2;letter-spacing:0;top:44.03564453125rem;left:27.84423828125rem;height:1.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GQIDyk8u66bJhn7Oqq4Jl3nQMDxpZ7ha { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3103125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15075;line-height:1.2;letter-spacing:0;top:43.397216796875rem;left:53.78173828125rem;height:2.54948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#btoJu1rNhTfycMSsc3RoZOPganyiQ9eX { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#f6fbdb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:3.49975625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:51.700439453125rem;left:25.46875rem;display:block; }
#qaMXLuIwmBMhFZmZ4Vc4ut90nlsHEPuS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/f8e9c3b4-e946-4869-82a5-2c5e94b7f814/EuestavaquasedesistindodacanetinhaporcausadocansaoextremoquesentiatodososdiasOTakeGoStartliteralmentemudouminharotinaAcordocomumadisposiocompletamentediferentee10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi.adaptive-delivery-prevent-bg, #u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi.lazyload, #u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi.lazyloading { background-image: none; }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row .container { background-color: transparent; background-image: none; }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row .container > .video-iframe-container { display: none; }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row > .video-iframe-container { display: none; }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .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); }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row .container { border-width: 0; border-radius: 0; }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:49.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#AeeRxg3MAtssg8MEyuOIVCBpgErNnr8J { box-sizing:content-box;height:21.125rem;width:62.6875rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:14.25rem;left:7.125rem;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;display:block; }
#TnGCWXpgiXRa43mfFGZJLMCXdIUIpEAv { position:absolute;display:block;z-index:15026;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:27.6233125rem;width:34.8108125rem;top:10.9375rem;left:5.25rem;overflow:hidden;display:block; }
#dyWJOJpwIFrTdgIZIEnC5Js6hTxZltER { color:#e8e8e1;display:block;width:33.2495rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15027;line-height:1.2;letter-spacing:0;top:16.8125rem;left:31.375rem;height:2.0247375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tfffU6aVCgDpggNEsSLCZ1d42JGlNDUg { color:#e8e8e1;display:block;width:33.2483125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:20.75rem;left:31.375rem;height:4.04948125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tw3agzdMQNWHwNfKXR1bnsz26MOzMIGV { color:rgba(var(--color-tertiary-0),1);display:block;width:34.187rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15081;line-height:1.4;letter-spacing:0;top:26.375rem;left:31.375rem;height:5.51171875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#m0HcS9IRDWZx27vtfEIQV3wu0Dwb8Fhc { 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; }#m0HcS9IRDWZx27vtfEIQV3wu0Dwb8Fhc > .row .container { background-color: transparent; background-image: none; }#m0HcS9IRDWZx27vtfEIQV3wu0Dwb8Fhc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0HcS9IRDWZx27vtfEIQV3wu0Dwb8Fhc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0HcS9IRDWZx27vtfEIQV3wu0Dwb8Fhc > .row .container > .video-iframe-container { display: none; }#m0HcS9IRDWZx27vtfEIQV3wu0Dwb8Fhc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0HcS9IRDWZx27vtfEIQV3wu0Dwb8Fhc > .row > .video-iframe-container { display: none; }#m0HcS9IRDWZx27vtfEIQV3wu0Dwb8Fhc > .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); }#m0HcS9IRDWZx27vtfEIQV3wu0Dwb8Fhc > .row .container { border-width: 0; border-radius: 0; }#m0HcS9IRDWZx27vtfEIQV3wu0Dwb8Fhc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m0HcS9IRDWZx27vtfEIQV3wu0Dwb8Fhc > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#GnqXe8q17M51VxnRBMQbSmkDT7DIsX3T { color:#000000;display:block;width:50.7483125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:9.68505859375rem;left:12.125244140625rem;height:7.0495rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CkvIMupMtQUVbQ5xihfiBylpfpc7aoVq { box-sizing:content-box;height:1.5625rem;width:21.375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),0.46);background-image:none;top:6.6875rem;left:26.8125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#OJkPwig5eDzBqw41Kl4TrgWo5Orm4kDR { color:rgba(var(--color-secondary-2),1);display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15082;line-height:1;letter-spacing:0;top:7rem;left:34.8125rem;height:0.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lknCLqncAEH9foDR0uWZAX4XvVyEVz4K { box-sizing:content-box;height:1.5625rem;width:7.06175rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),0.6);background-image:none;top:6.6875rem;left:26.8125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#z6yNooamMwRATOED3rVl2xOVHqQyAdvt { color:rgba(var(--color-secondary-2),1);display:block;width:5.68725625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15083;line-height:1;letter-spacing:0;top:7.0625rem;left:27.5rem;height:0.87524375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oX0LFrXb7V9AOCW16BFIiSap11noUmio { 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; }#oX0LFrXb7V9AOCW16BFIiSap11noUmio > .row .container { background-color: transparent; background-image: none; }#oX0LFrXb7V9AOCW16BFIiSap11noUmio::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oX0LFrXb7V9AOCW16BFIiSap11noUmio > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oX0LFrXb7V9AOCW16BFIiSap11noUmio > .row .container > .video-iframe-container { display: none; }#oX0LFrXb7V9AOCW16BFIiSap11noUmio > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oX0LFrXb7V9AOCW16BFIiSap11noUmio > .row > .video-iframe-container { display: none; }#oX0LFrXb7V9AOCW16BFIiSap11noUmio > .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); }#oX0LFrXb7V9AOCW16BFIiSap11noUmio > .row .container { border-width: 0; border-radius: 0; }#oX0LFrXb7V9AOCW16BFIiSap11noUmio > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oX0LFrXb7V9AOCW16BFIiSap11noUmio > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:75rem;position:relative;display:block; }#bWowth30hWK5hhvt0uTeg9wrz7W6VP4n { box-sizing:content-box;height:2.125rem;width:11.0625rem;position:absolute;display:block;z-index:15102;background-color:rgba(var(--color-primary-2),0.6);background-image:none;top:43.249267578125rem;left:11.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0.0625rem solid #1d2e25;display:block; }
#BueqiOLVZdzd8hJJCVCq83tva8JzKUKg { position:absolute;display:block;z-index:15005;background-color:rgba(228,253,225,0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2e25;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0.0625rem solid #1d2e25;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:41.687rem;width:22.6245rem;top:3.5625rem;left:26.125rem;display:block; }
#mZWGVcRs3WREVOIEmKi8EcHZP3imMppC { position:absolute;display:block;z-index:15093;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:17.312rem;width:17.312rem;top:8.875rem;left:28.875rem;overflow:hidden;display:block; }
#aq8lKQiZyE2EVOJEUJ1IhH0z1qHZJS4g { color:rgba(var(--color-secondary-2),1);display:block;width:10.1855625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15093;line-height:1;letter-spacing:0;top:28.25rem;left:32.375rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QWE1Xf2u6tUlzQVytu9ne3uIWaN890AG { box-sizing:content-box;height:1.3745125rem;width:5.561525rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),0.29);background-image:none;top:28.0625rem;left:34.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#WmOnbSATQnFqtLn7ZeS3FTtwLFeG8n45 { color:#37604d;display:block;width:15.3735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15094;line-height:1.2;letter-spacing:0;top:30.4375rem;left:30.8125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qJ35Eh2Hwot6RpV154sFO4o0oCy1gplB { color:rgba(var(--color-secondary-2),1);display:block;width:3.686525rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15094;line-height:1;letter-spacing:0;top:29.8125rem;left:28.8125rem;height:1.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TEUgbGTABBe3m75LnIDugPNnCRnN0Hxd { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2e25;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.8125rem;width:22.625rem;top:3.5625rem;left:26.125rem;display:block; }
#REuibtbpnp75WDz2U7vzvl6VIN2BQXCy { color:rgba(var(--color-tertiary-0),1);display:block;width:10.18675rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15092;line-height:1;letter-spacing:0;top:4.5rem;left:32.375rem;height:1.18774375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oE4CFUPIkriTVvLpJmXF9vvLL2GOv9aI { color:rgba(var(--color-secondary-2),1);display:block;width:8.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15095;line-height:1;letter-spacing:0;top:34.5rem;left:34.125rem;height:1.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KTxZsH7tmPl1p0sLCVhng3MKWEMHaA2B { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#f6fbdb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8125rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:37.125rem;left:27.625rem;display:block; }
#JSLV7siwVZioQfWdtozTgNytc0Ey4Msy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z0LeK0Cf6LuCDf4MlRENfr58qCapTd1o { box-sizing:content-box;height:2.125rem;width:22.5625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),0.39);background-image:none;top:43.18701171875rem;left:26.124267578125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0.0625rem solid #1d2e25;display:block; }
#TJtSmdIvC6K5LMzXaNo2kTvF9krJ5R7w { box-sizing:content-box;height:2.125rem;width:11.0625rem;position:absolute;display:block;z-index:15086;background-color:rgba(var(--color-primary-2),0.6);background-image:none;top:43.18701171875rem;left:37.62451171875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0.0625rem solid #1d2e25;display:block; }
#MpF1X4HOGReOaZIZT6zWD1IpaHcg9WVq { color:#1d2e25;display:block;width:8.3105625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15088;line-height:1;letter-spacing:0;top:43.8125rem;left:28.875rem;height:0.87524375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#itDwBuaHXNaAZ9P8yvSlvB8ngHaU983l { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:43.625rem;left:27.3125rem; }
#LyADLcRxu4u4AuDGIzUIyfwoGKSkxR3s { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2e25;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0.0625rem solid #1d2e25;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:41.687rem;width:22.6245rem;top:3.625rem;left:0rem;display:block; }
#m1RvulTi3NTcqG8R7uBHl2v3blq6BM7v { box-sizing:content-box;height:2.124025rem;width:22.56225rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),0.39);background-image:none;top:43.24951171875rem;left:0.0625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0.0625rem solid #1d2e25;display:block; }
#Og4ayU9d7vk5gtEFRU61yXqxnhOXdvmH { color:#1d2e25;display:block;width:5.68725625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15114;line-height:1;letter-spacing:0;top:43.875rem;left:15.125rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cnWJ5vgeeBoTTNBiEts0ygact4y8WrCl { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#f6fbdb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8125rem;height:4.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:37.1875rem;left:1.5rem;display:block; }
#wpD3eZq5lIGK6A22p9X6KBRWkZ93uTQQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G4DypC5HIVnXlzKHhnnKXXC1GBUnBPNZ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15113;opacity:1;top:43.4375rem;left:13.25rem; }
#rV4LrDObDOiTJQ1ITdKXvGvUDTrL6TO2 { color:rgba(var(--color-secondary-2),1);display:block;width:8.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15111;line-height:1;letter-spacing:0;top:34.5625rem;left:8rem;height:1.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OWNvfyJkFmTmBgIyA0I4q2HiyQOJqhur { color:#37604d;display:block;width:15.3735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15110;line-height:1.2;letter-spacing:0;top:30.5rem;left:4.6875rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KDrmDIdlhN4pa2VfxQcS9lrG8eoE2qR0 { color:#1d2e25;display:block;width:8.3105625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15104;line-height:1;letter-spacing:0;top:43.875rem;left:2.75rem;height:0.87524375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#B6iWGyp8eTdy2VZrTMNygis78SmCWTXf { color:rgba(var(--color-secondary-2),1);display:block;width:10.1855625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15109;line-height:1;letter-spacing:0;top:28.25rem;left:6.3125rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rncPiH8ZqFOIlGQWrI91pMP792IRP87C { box-sizing:content-box;height:1.3745125rem;width:5.561525rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-2),0.29);background-image:none;top:28.0625rem;left:8.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#eLpSb23NxJnnq0KVT9H4WOBx2oChMH7V { position:absolute;display:block;z-index:15109;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.2480625rem;width:11.875rem;top:8.3125rem;left:5.4375rem;overflow:hidden;display:block; }
#bHaAJLcgDRKWLuiXMsTaARrEn1CDylfe { color:rgba(var(--color-secondary-2),1);display:block;width:3.686525rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15110;line-height:1;letter-spacing:0;top:29.875rem;left:2.6875rem;height:1.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Ix2SrQvXPH7kZVRff0lSVocCTrS9uhDb { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:43.6875rem;left:1.1875rem; }
#q4ZVpNa5ATFBkbQMwoFP5DuEgL0Gregr { color:#1d2e25;display:block;width:10.18675rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15108;line-height:1;letter-spacing:0;top:4.5625rem;left:6.25rem;height:1.18774375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nc6UM4fm505e25zrewg8mdkCCmxA4Bkg { color:#1d2e25;display:block;width:5.68725625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15115;line-height:1;letter-spacing:0;top:43.875rem;left:41.5rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#m8h4zGnXtasNn64lxznKtTExNVqTDlsD { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:43.4375rem;left:39.4375rem; }
#SuZJQQXq4H7esnsFUAIGnrEPP0rHvZ4G { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),0.43);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2e25;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0.0625rem solid #1d2e25;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:41.687rem;width:22.6245rem;top:3.625rem;left:52.1875rem;display:block; }
#M9irpPV9HWtP4HQ4bBZhPdGIVPf4azs4 { box-sizing:content-box;height:2.125rem;width:22.5625rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),0.39);background-image:none;top:43.249267578125rem;left:52.249755859375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0.0625rem solid #1d2e25;display:block; }
#gQ0sUhNB8cWbis9NQ6ClDT0H6SPOamwC { box-sizing:content-box;height:2.125rem;width:11.0625rem;position:absolute;display:block;z-index:15102;background-color:rgba(var(--color-primary-2),0.6);background-image:none;top:43.249267578125rem;left:63.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0.0625rem solid #1d2e25;display:block; }
#vnBBqBsV04T2nnIx5eRRyRghlOgcA8Mq { color:#1d2e25;display:block;width:5.68725625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15131;line-height:1;letter-spacing:0;top:43.875rem;left:67.5625rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zwE3QMtDeKk8kNRPqTzlAGUzzDc3R6X6 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15130;opacity:1;top:43.4375rem;left:65.5625rem; }
#Q962w4E0BONSsToodZxW5UL6CnvQ99tJ { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#f6fbdb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8125rem;height:4.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:37.1875rem;left:53.6875rem;display:block; }
#z1yVVNUomlBHoSFP3aCHQmWXAwTFi5xB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S32eEKt6uC2xHrla2JrvasJyHFNtPV7h { color:#1d2e25;display:block;width:8.3105625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15104;line-height:1;letter-spacing:0;top:43.875rem;left:54.9375rem;height:0.87524375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VoS34zKVrgkWfiw3TImBcSyUEJmT7HQ1 { color:#37604d;display:block;width:15.3735625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15110;line-height:1.2;letter-spacing:0;top:30.5rem;left:56.9375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ERL1O4xo0VPbZ8y2x9UfvdqPhBUWF9CN { color:rgba(var(--color-secondary-2),1);display:block;width:8.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15111;line-height:1;letter-spacing:0;top:34.5625rem;left:60.25rem;height:1.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TtfJPvxfePAhBw5TtwS56RZr2xM7EGxm { color:rgba(var(--color-secondary-2),1);display:block;width:10.1855625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15109;line-height:1;letter-spacing:0;top:28.25rem;left:58.5rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#A8J5oKn9xlBacT97HNP6iPomTTPoT1NT { box-sizing:content-box;height:1.3745125rem;width:5.561525rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-2),0.29);background-image:none;top:28.0625rem;left:60.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#JTXLZpGAwGuZ21hTMUR1lVTPLWv5dR0x { color:rgba(var(--color-secondary-2),1);display:block;width:3.686525rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15110;line-height:1;letter-spacing:0;top:29.875rem;left:54.9375rem;height:1.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cPKbr7a1dhdTdHex4SPPiK9q7hTyo4v2 { position:absolute;display:block;z-index:15109;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:8.875rem;left:54.1875rem;overflow:hidden;display:block; }
#yID1PBefFXeT1ePQgFTge7mwywAxottI { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:43.6875rem;left:53.4375rem; }
#B11Kk5zdDtVMqlrOJP9MNz1wtOtSGH0w { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2e25;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.8125rem;width:22.625rem;top:3.625rem;left:52.25rem;display:block; }
#DiWM9inZ9ZwGF2D8MVwMhKLWT8lgZL5N { color:rgba(var(--color-tertiary-0),1);display:block;width:10.18675rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15108;line-height:1;letter-spacing:0;top:4.5625rem;left:58.5rem;height:1.18774375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OtIn0aMTKOTXKiPLMToZG7H836RGixza { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2e25;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0.0625rem solid #1d2e25;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.8125rem;width:22.6245rem;top:3.56201171875rem;left:0rem;display:block; }
#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ { background-color:rgba(var(--color-tertiary-0),0.18);background-image:url("https://icons.assets-landingi.com/icon_231717c99f835c736c3431b87c95ad708563bd2f.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ.adaptive-delivery-prevent-bg, #PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ.lazyload, #PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ.lazyloading { background-image: none; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { background-color: transparent; background-image: none; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container > .video-iframe-container { display: none; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row > .video-iframe-container { display: none; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .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); }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { border-width: 0; border-radius: 0; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:49.375rem;width:75rem;overflow:visible;position:relative;display:block; }#MZJMMJP19QSPGznfmqSD9peHQO05xi33 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.43725rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:3.49853515625rem;left:7.779541015625rem;height:2.9375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nc2xpT3AbaHTmqK1HLPnkViJDhbxvOVG { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8730625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:22.125rem;left:1.375rem;height:1.6626rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q2Mw1ivwHsyqCZ3dQ2WUiUAJo28toOhs { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5610625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:14.5625rem;left:2.5625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G8yq43Okgg83zuXqPT2BvcrDTVT1dWyP { color:rgba(var(--color-tertiary-4),1);display:block;width:59.4360625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:7.060546875rem;left:7.78076171875rem;height:2.25rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EOtFE9IcB8nbOCoQ4c9vLssiG6SbMbya { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:25.374755859375rem;left:1.93603515625rem;height:7.6823125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#EOtFE9IcB8nbOCoQ4c9vLssiG6SbMbya li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EOtFE9IcB8nbOCoQ4c9vLssiG6SbMbya li:before{  }
#z2s9eZqGN82piKGb2VFwNaXFe2T2mb11 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2e25;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0.0625rem solid #1d2e25;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.9375rem;width:22.625rem;top:13.4375rem;left:0rem;display:block; }
#At9JVwDoZZzI5WrEoz0rT4oXBkvnDRGb { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2e25;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0.0625rem solid #1d2e25;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.9375rem;width:22.625rem;top:21.3125rem;left:0rem;display:block; }
#TSnOFS6vzIhKwNZbvp8I3UdG1WsKOxCn { color:rgba(var(--color-tertiary-4),1);display:block;width:21.12425rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:25.374755859375rem;left:27.012939453125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#TSnOFS6vzIhKwNZbvp8I3UdG1WsKOxCn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TSnOFS6vzIhKwNZbvp8I3UdG1WsKOxCn li:before{  }
#ATPSy8tnMeTlUQ7VI1tkxuvNgAJ9skxQ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2e25;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0.0625rem solid #1d2e25;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.9375rem;width:22.625rem;top:21.3125rem;left:26.1875rem;display:block; }
#ws0ZJ9Xw35HX08mO9NrJVdT3ex8xe0iC { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:22.125rem;left:27.5625rem;height:1.6626rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V6v2PHTfNPBotXA9QEdRrOFTpquZ1kuz { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2e25;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0.0625rem solid #1d2e25;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.9375rem;width:22.625rem;top:13.4375rem;left:26.1875rem;display:block; }
#RV8R3iJTwiFRn5WMQI1CaQQX70rQyAbR { color:rgba(var(--color-tertiary-4),1);display:block;width:19.43725rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:14.561767578125rem;left:27.779541015625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OToyiTzht4J04ZqbJBzoB8nUXzi3IoFi { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2e25;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0.0625rem solid #1d2e25;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:12.9375rem;width:22.625rem;top:21.3125rem;left:52.4375rem;display:block; }
#T1wVsxXvxXWI8ab4u5WUb2RQRmRcZGNN { color:rgba(var(--color-tertiary-4),1);display:block;width:18.18725rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:25.374755859375rem;left:54.7314453125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#T1wVsxXvxXWI8ab4u5WUb2RQRmRcZGNN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T1wVsxXvxXWI8ab4u5WUb2RQRmRcZGNN li:before{  }
#Ve0eCyzlvzsZE1ZZ4ARJrTpyslwrfBuT { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:22.125rem;left:53.8125rem;height:1.6626rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c4IBzqrdVwn2IVbwkEqAvIMvTqmJFZsi { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #1d2e25;border-left:0.0625rem solid #1d2e25;border-right:0.0625rem solid #1d2e25;border-bottom:0.0625rem solid #1d2e25;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.9375rem;width:22.625rem;top:13.4375rem;left:52.4375rem;display:block; }
#mIxTKNZLTKA60R2IBfsqfXrEQ6bnzB0d { color:rgba(var(--color-tertiary-4),1);display:block;width:19.43725rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:14.5625rem;left:54rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iNJJOI6WTf9FHo5HZPMNt8FJdTp3Sn8y { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#f6fbdb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.9375rem;height:4.24926875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:38.941650390625rem;left:19.53125rem;display:block; }
#ZhHGoLBwotok7499lKL0nMvEnq40v83V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP { background-color:rgba(var(--color-tertiary-0),0.18);background-image:url("https://icons.assets-landingi.com/icon_231717c99f835c736c3431b87c95ad708563bd2f.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP.adaptive-delivery-prevent-bg, #k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP.lazyload, #k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP.lazyloading { background-image: none; }#k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP > .row .container { background-color: transparent; background-image: none; }#k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP > .row .container > .video-iframe-container { display: none; }#k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP > .row > .video-iframe-container { display: none; }#k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP > .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); }#k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP > .row .container { border-width: 0; border-radius: 0; }#k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:99.125rem;width:75rem;overflow:visible;position:relative;display:block; }#wSrSHHgh85CSbmtu8JKNu0rivBwoAgze { color:rgba(var(--color-tertiary-4),1);display:block;width:60.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:5.684814453125rem;left:3.56201171875rem;height:2.9375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PUiTBstc12PSkXTZvTkEvh3I8yxztFym { z-index:15005;top:12.5625rem;left:3.5625rem;background-color:rgba(var(--color-primary-2),0.2);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#d0ND4Jp6F35XGe0MtPbG4LmtCCZZTDKa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W280QvR2zAJqwnCqEOwRKLutEUCO81kv { z-index:15006;top:12.5625rem;left:13.8125rem;background-color:rgba(var(--color-primary-2),0.2);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9055rem;height:2.15625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OWqx3antHReT7ZNNmsZM7DTN1MEKU242 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DgTy34F96KkNsMAEI5XMpOboqhAauzep { z-index:15007;top:16.0625rem;left:3.5625rem;background-color:rgba(var(--color-primary-2),0.2);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nPgUxJf3HNGrTuTkoem81cquWTXXnZJr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zPzcDnteT282hkCGrZcLUceT62AO5EAu { z-index:15008;top:16.0625rem;left:13.8125rem;background-color:rgba(var(--color-primary-2),0.2);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9055rem;height:2.15625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kIycGIW2taTPk7FfIwKbnNxwMwLoG67K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z3S5bAWffplMbOmBSUFUP4w5TWsvQC8D { z-index:15010;top:16.0625rem;left:23.9375rem;background-color:rgba(var(--color-primary-2),0.2);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9055rem;height:2.15625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bng5BWX7R54VU6vX4ARtTOukx69TbiLp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U6OuzZnBITq1UHxRE4vn3XzKf8zyoZKI { z-index:15008;top:12.5625rem;left:23.9375rem;background-color:rgba(var(--color-primary-2),0.2);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9055rem;height:2.15625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#i7xWx3yLpeGTXpom8Rlyap0AenskrM54 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LmOwfSnCyvRK0QvbMuD6ibsMqrbD6i7q { color:rgba(var(--color-tertiary-4),1);display:block;width:36.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:21.62353515625rem;left:3.56201171875rem;height:23.39065625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o8y2VndoDkNdZXXUbUTpXtVVUkPONtg2 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.11) ;height:39rem;width:24.4375rem;top:12.562255859375rem;left:45.999755859375rem;display:block; }
#uv9FbRhNlrNt70m6PxOswMKRgBl8WBan { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15048;line-height:1.23;letter-spacing:0;top:16.23291015625rem;left:47.637939453125rem;height:33.1875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VtcompB0siQNCnx9CZdKVyGVhfoCOeS9 { position:absolute;display:block;z-index:15047;background-color:rgba(229,229,229,0.93);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.062255875rem;width:20rem;top:16.3125rem;left:48.1875rem;display:block; }
#T7IsFMDAT44uZHXR0n9zlTOXRTy3ne6P { color:#000000;display:block;width:15.249rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:13.936767578125rem;left:50.6396484375rem;height:1.4622375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wcTnQbcgklfN8lPu6wJKUQkts1vqzUyJ { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15049;line-height:1.23;letter-spacing:0;top:17.32666015625rem;left:52.701416015625rem;height:33.1875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pMtFSzotpRVMydMTqQH2qfOrCTw0l8bq { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#f6fbdb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.9375rem;height:4.24926875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:49.718017578125rem;left:3.56201171875rem;display:block; }
#Rzggws3yRt2DawTlECCwRws7A6LA1OsM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GiF8DaZEm0CBwCVqsfLQDHeJpGv3OThL { box-sizing:content-box;height:29.4995rem;width:59.56175rem;position:absolute;display:block;z-index:15050;background-color:transparent;background-image: -webkit-linear-gradient(278deg, #37604d, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(278deg, #37604d, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(278deg, #37604d, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(278deg, #37604d, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37604d', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37604d', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(278deg, #37604d, rgba(var(--color-primary-2),1));background-size:auto !important;top:61.8125rem;left:13rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#HNgqJPHR4xEwByMtO3gSLBv5gnRvdXV4 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:7.625rem;box-shadow: none;height:29.624rem;width:29.624rem;top:61.75rem;left:2.5rem;overflow:hidden;display:block; }
#N1KbM6hBNWDxQaZW7qCXfIpfLTiyVKTn { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15052;line-height:1;letter-spacing:0;top:66.055908203125rem;left:35.82763671875rem;height:2.6879875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KFNrTSq5p2zko9sRE0QAMUr6hZhPW5qJ { color:rgba(var(--color-tertiary-0),1);display:block;width:33.31175rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15053;line-height:1;letter-spacing:0;top:71.81884765625rem;left:35.875244140625rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ava8p0qTRrtXcr3IgxQkS4wClvRLwBdR { 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:7.56225rem;width:7.56225rem;top:58.57177734375rem;left:66.812744140625rem;overflow:hidden;display:block; }
#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t { background-color:rgba(var(--color-primary-2),1);background-image:url("https://icons.assets-landingi.com/icon_a8ed4034be60eb7ed090b7f91744ebe6377e3464.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.adaptive-delivery-prevent-bg, #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.lazyload, #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.lazyloading { background-image: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { background-color: transparent; background-image: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .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); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { border-width: 0; border-radius: 0; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:47.3125rem;width:75rem;overflow:visible;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#aXTfF0uXUgQSOXFMauxSWzlBFffkblc6 { color:#1d2e25;display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:15.8740234375rem;left:2.562255859375rem;height:16.125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-element-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-primary-0),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--headlines-font-family);height:auto;line-height:1.1;overflow:hidden; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;color:rgba(var(--color-tertiary-4),1);font-family:montserrat;height:auto;line-height:1.4;overflow:hidden; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_1cb771c3338eca6afdfd75c6ffe54b458b1cbc2e.svg");background-size:contain !important; }#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-trigger.adaptive-delivery-prevent-bg, #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-trigger.lazyload, #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-trigger.lazyloading { background-image: none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T { box-sizing:content-box;height:auto;width:36.9360625rem;position:absolute;display:flex;flex-direction:column;gap:1.875rem;z-index:15009;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:6.93603515625rem;left:38.062744140625rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #sAHblGfEV4TLXaVNUEEl65N4X376GPGA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #ozapADszV2mbLMxCyAPiNkruyV9tl2KO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw { display:none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH { display:none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #lTwzLldcFVKcgLiWiQwgUvCwVOfoy6IU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #a5eIqHfiPaFEfCtvQV4W7swNAUO4bTnA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #gqQ3uU3BHum2Je8vi5I1uDZ7l503QId0 { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #rJpAedgZdHydL34ieVLA6Wtkk2IeNRMB {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #O2yr572xpRNFAHmDTLwiKJ9520rIMPCU { display:none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #HfPEDftpAIwNk4sxSDSIkBTJMWD1sRD9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #AayNLb5pbUy3mU18CzrHAW75TE6KrvAX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #s05n5HcVvWcrssSS4rTFU6S8iS1P8iMT { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #TTZe99vihRT28HhNLZBP8enusOGTKysl {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #ILQJtvMs3Rb75hpvBmCVcuzXXTxS9leG { display:none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #mn21g9J0zvrHQHCOLrOhf0wEZME9IfAZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #Z0xNfDKerrramlD9WafVVgKEyfRVA7HT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #oMZ0SRf7OfZVM1c1HFJpLAVEkZvf58aa { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #wm4q0tgmqrItaHmr0PdftU7Av4yNB4xz {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #nccwuk2Gxb5DqQdVNGZ1puL40D23i0oz { display:none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #DTPfnTNNSHlc63pJmTXTn7ZJ15vo52ke { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #TJ6O739vQqZGSVEtnsNGFw0wqa41s57d { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #W6qktqHG3OkCL0OOtw86IsnMpeadzF8u { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #M1EghF8k60mfdR2PXUOwRrP143uioZkF {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #NHB8Ro1fDWMTAzbE3w3PmBfZRJwEITm5 { display:none; }
#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .row .container { background-color: transparent; background-image: none; }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .row .container > .video-iframe-container { display: none; }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .row > .video-iframe-container { display: none; }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .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); }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .row .container { border-width: 0; border-radius: 0; }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:block; }#oCrDPIt52ewL4TQBksEiwD8UTRDQ24IQ { box-sizing:content-box;height:21.875rem;width:48.9978125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #052803, #145914);background-image: -moz-linear-gradient(180deg, #052803, #145914);background-image: -ms-linear-gradient(180deg, #052803, #145914);background-image: -o-linear-gradient(180deg, #052803, #145914);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#052803', endColorstr='#145914' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#052803', endColorstr='#145914' );";background-image: linear-gradient(180deg, #052803, #145914);background-size:auto !important;top:5.9375rem;left:13rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;display:block; }
#qh7zR21cCHEIn6eoN6iZWeN0WBSiPtTx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:17.6855625rem;width:17.6855625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:.01;top:8.0625rem;left:13rem; }
#qMkdhBZLn2XzsEvF9qSrN3R3aTpXH4X0 { background-color:#04b916;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#f6fbdb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.9375rem;height:4.24926875rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:20.8125rem;left:19.5625rem;display:block; }
#CeCqmNsUAblkHZmA6U200yMgIUqLcD9x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PT5nT4nE25MBys4vTZTH5hITFxC6vTv9 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.4985625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15054;line-height:1.4;letter-spacing:0;top:14.5625rem;left:18.25rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uJ0M71monQXwA2VHBs0rNX10yDwLztuS { color:rgba(var(--color-tertiary-0),1);display:block;width:40.8105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:300;z-index:15053;line-height:1;letter-spacing:0;top:9.875rem;left:17.75rem;height:2.6879875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pq4G3b4Lah7f8SDJcMwUTxA3WPMW3bKD { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-primary-2),0.61);background-image:none;top:34.78515625rem;left:0rem;display:block; }
#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .row .container { background-color: transparent; background-image: none; }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .row .container > .video-iframe-container { display: none; }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .row > .video-iframe-container { display: none; }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .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); }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .row .container { border-width: 0; border-radius: 0; }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:75rem;position:relative;display:block; }#Nius86CIo15X5Ex4HEUB8yRzMeVvr7TV { color:rgba(var(--color-secondary-2),1);display:block;width:16.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:4.249267578125rem;left:0rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cTL29EXRzWbfRxnlPCGiCB0Z6yJoGTDq { 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:1.875rem;width:8.3125rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#D2zn8gLdzoxBk2rstrCcplrDploQMM9E { color:rgba(var(--color-secondary-2),1);display:block;width:15.8105625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.25rem;left:18.75rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BXJrHxszW4dp1o9wTOFaOTRrxh5zTUHb { color:rgba(var(--color-secondary-2),1);display:block;width:15.81175rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:1.25rem;left:38.968505859375rem;height:10.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qr2AD7GTwDLyaLlAAauGZclTawLKiLOT { color:rgba(var(--color-secondary-2),1);display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:6.9375rem;left:58.4375rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t0bAcrHSTsTFHkppXc29rRt1Kf7f2uIA { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:6.875rem;left:56.25rem; }
#Zv2Q86qlnAnUpDuQlq9XkhsmsvPQ3CUn { color:rgba(var(--color-secondary-2),1);display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:9.4375rem;left:58.4375rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iuwyxQ2SNy7m9FVWDx81p9n43q9iSFS0 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:9.375rem;left:56.25rem; }
#Sacb5I6ZKAzMKtRnDW8aNEQBz4XgtLT0 { color:rgba(var(--color-secondary-2),1);display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:3.8125rem;left:58.4375rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PZzmTk2WgFG5bhcwtG42ODvniqf5DCIH { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:3.75rem;left:56.25rem; }
#Svfvec6VXWBKd2HxW5L16oLbpdiMxzZ9 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.25rem;left:56.25rem; }
#TZc0N9hS5WisbgEfi7hv01sJ4oytpCLL { color:rgba(var(--color-secondary-2),1);display:block;width:15.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:1.3125rem;left:58.4375rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QAbyabo6sseRsSpQAMTfmLauOCJ0dPB3 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#f6fbdb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.874rem;height:2.6245125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:9.195556640625rem;left:0rem;display:block; }
#OfTtrt6BE6mQHMhSN5oIEAT1TlfKRptK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K5Dluvhy8L1Tc00BATAdD9cGGUXI0fvw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#K5Dluvhy8L1Tc00BATAdD9cGGUXI0fvw > .row .container { background-color: transparent; background-image: none; }#K5Dluvhy8L1Tc00BATAdD9cGGUXI0fvw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5Dluvhy8L1Tc00BATAdD9cGGUXI0fvw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5Dluvhy8L1Tc00BATAdD9cGGUXI0fvw > .row .container > .video-iframe-container { display: none; }#K5Dluvhy8L1Tc00BATAdD9cGGUXI0fvw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5Dluvhy8L1Tc00BATAdD9cGGUXI0fvw > .row > .video-iframe-container { display: none; }#K5Dluvhy8L1Tc00BATAdD9cGGUXI0fvw > .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); }#K5Dluvhy8L1Tc00BATAdD9cGGUXI0fvw > .row .container { border-width: 0; border-radius: 0; }#K5Dluvhy8L1Tc00BATAdD9cGGUXI0fvw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K5Dluvhy8L1Tc00BATAdD9cGGUXI0fvw > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#xFTboNMRPMS6OhP900MucNs4JGwPBSQg { color:rgba(var(--color-secondary-2),1);display:block;width:12.124rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:1.40625rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U7JM66szMPbXCoPu9EgyJxiM8UDVlRCO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:0.5615234375rem;left:52.4384765625rem; }
#ySLAtUalbXO9ggJgT13cf9DT4zMdUg7T { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0.8740234375rem;left:56.375244140625rem; }
#ochOD2RVxcIArwdM8hTS7hFepzirspMb { 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:1.375rem;width:3.75rem;top:1.436767578125rem;left:59.688232421875rem;overflow:hidden;display:block; }
#SICoMEQs2laxLJPLoH3ZHdQU1l6w95Vd { 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.3125rem;width:3.125rem;top:1.436767578125rem;left:64.0009765625rem;overflow:hidden;display:block; }
#IyMUyuHazwlrNrROIZAMQWGBWRPLGMRP { 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:1.25rem;width:3.3125rem;top:1.4990234375rem;left:68.250244140625rem;overflow:hidden;display:block; }
#ZZGmqgtMQBHARJ2TUgKfkD0UCkxqqfv5 { 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:1.25rem;width:2.6875rem;top:1.4990234375rem;left:72.375rem;overflow:hidden;display:block; }
#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .row .container { background-color: transparent; background-image: none; }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .row .container > .video-iframe-container { display: none; }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .row > .video-iframe-container { display: none; }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .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); }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .row .container { border-width: 0; border-radius: 0; }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:75rem;position:relative;display:block; }#dTyU4O4umq7gFGg5kEf85JBwZn87vxxI { color:rgba(var(--color-tertiary-0),1);display:block;width:21.31225rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:0.4052734375rem;left:26.84326171875rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l { display:none; }#OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eZIVDdyt8Ggbzrgw0TcvBKULSQITd1i5 { top:10.4375rem;left:0rem;width:40.625rem;height:15.125rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI52gFIP4Rh3N270HnZ1Ah7xxdpeOnrG { top:28.3125rem;left:0rem;width:31.875rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8AT0bvEwu03q5onCfHtWqJyp1lW4E6C { width:24.0625rem;height:3.4375rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiJwymwLKGPzTyUEyub3VxcFVfvmdmbd { display:block; }
 }@media only screen and (max-width: 763px) { #ATcVKhTWOy80mfTULv4vBSmBHnzVOOyy { top:2.1875rem;left:6.5625rem;width:40.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4Esbi6Ted7ND4bs02Q5Dx7olm1OikP6 { width:5.625rem;height:2.5rem;top:3.1875rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqbZuSkC3X6yshMUpLoPv5Hzgou3oREK { display:block; }
 }@media only screen and (max-width: 763px) { #hss8KSm4k7gVQaqRKyqG1F2ukRrkfZdU { width:6.75rem;height:2.5rem;top:3.125rem;left:24.686767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STlBC2vBVMokuL8Fef04nrSRJxItynBV { display:block; }
 }@media only screen and (max-width: 763px) { #MZbT2AeiVB028QpWT77lrwKkVMfE3mtA { width:6.375rem;height:2.5rem;top:3.125rem;left:32.499267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcwnugiclqqmWLAflQq3XK8P6FmOhR3p { display:block; }
 }@media only screen and (max-width: 763px) { #nMln2XpumpyakUi5teGPLr7TJgnWgTmq { width:5rem;height:2.5rem;top:3.125rem;left:39.49755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEEqLFfNspciT0ogv3MDeT3eIKQlqa6T { display:block; }
 }@media only screen and (max-width: 763px) { #vVftRAKgCH7JhF7cFneXOgfS0CQaSpO4 { width:9.375rem;height:2.5rem;top:3.125rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3LHBTrbOKJOqTkip7hRgOCQ6MZc6J1r { display:block; }
 }@media only screen and (max-width: 763px) { #PD3bpxn9ad5fFU9XtEqKZz8wuWvRLWqF { top:3.25rem;left:0rem;width:10.375rem;height:2.2363917882294rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr { display:block; }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paVIzpo4reSNpb7cX9vetGRv1uU6wrAJ { top:5rem;left:0rem;width:20rem;height:;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVybsoJqVcID5rcSXBzGLCBNlwv3tRC1 { top:12.3125rem;left:0rem;width:20rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0iruHGNAUcP57U7upC5Cyffipd7zT2k { width:24.0625rem;height:3.4375rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBUw7dAN21Ka5ouT0EVpXZez4tDrKWCD { display:block; }
 }@media only screen and (max-width: 763px) { #EygTZTzLBdlykALrwMs9aJC32NgTlgrn { top:2.1875rem;left:4.9375rem;width:41.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBDndazNKRruEeJcm6ClgxT25auxx22d { width:5.625rem;height:2.5rem;top:3.1875rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN9Qwhh2FfCUMFESZGDKCfwhIWkrWpeX { display:block; }
 }@media only screen and (max-width: 763px) { #yQ7W4XiZTcviIk45e49vQCdyF0llkqcG { width:6.75rem;height:2.5rem;top:3.125rem;left:24.686767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLSa1qfpWtBwSnWsGaoLSpzw1EEoU1mm { display:block; }
 }@media only screen and (max-width: 763px) { #TxWZAgc2N40375GTpTGE4O0PkObOniFc { width:6.375rem;height:2.5rem;top:3.125rem;left:32.499267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQzGr5pJ3KzFifVqFIa3FwwBCmsrpV6q { display:block; }
 }@media only screen and (max-width: 763px) { #IHnug0u7m0kLCPUITXSBBDH0xMWbEwEy { width:5rem;height:2.5rem;top:3.125rem;left:39.49755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #loRTrGLZs6EmNAAyEMFGnmS0db2SKy83 { display:block; }
 }@media only screen and (max-width: 763px) { #czu1miZxxmfb0Q8TG3513CFF3P0gPmBJ { width:9.375rem;height:2.5rem;top:3.125rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9cBdm5QFbqteDymToqaB5JTIQ8MLfp5 { display:block; }
 }@media only screen and (max-width: 763px) { #THedCG0gwJcI4PtLuRwTO0AwIr20Wl7w { top:3.5rem;left:0rem;width:7.625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs { display:block; }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXRQBnpT8PLhr53QITs0dHscaE62qtQT { top:0rem;left:0rem;width:47.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU { display:block; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKazLco2eyGoymunEP178MH0QlGQTrSF { top:6.9375rem;left:0rem;width:47.75rem;height:10.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPZ4goIH9kGF9QRwMwnR9ler5myydtHn { top:21.8125rem;left:11.5rem;width:36.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRFDiTBMGtLBULbodieU6140aqMaTed9 { top:28.4375rem;left:16.5rem;width:31.25rem;height:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3wfOt6tEV0nIF8aqquEfcg04aGKWITf { top:31.4375rem;left:16.5rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWDJieG00vVLVXGAm9zW2fJy0lRNNpGl { top:24.375rem;left:27.625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpTR0omPsPnKsSvlt2mSEm9vzPM1s6Bx { top:21.75rem;left:0rem;width:36.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTNml3KkVL6Jnh9PoGHEtHrNFsJPwL2p { top:28.3125rem;left:0rem;width:36.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p96cyCkNouhTFAnkxHwmw09bixwAPQpM { top:35rem;left:0rem;width:31.25rem;height:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk558usAlvMXmwxQDT6zPbpIWIMEUZDv { top:37.875rem;left:0rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbevRzK7Dimh5xmuPPxSF0u0xOta28qM { top:30.875rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF4ZXaVN61fwLTMEUf1DPDSKTxoDZZrf { top:40.125rem;left:11.5rem;width:36.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5btC9ZdI6LWXTV5sBDinC56DHt8WBIU { top:46.75rem;left:16.5rem;width:31.25rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpaGKh6PuGr8fTJOEzBNHktiiligAfwp { top:49.6875rem;left:16.5rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTCo0ALHtnPVC8sKxy6XR9ITqop8KELH { top:42.6875rem;left:27.625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxpvaTTemhaBRVEz8XkLhDDE48DEeULA { top:46.6875rem;left:0rem;width:36.25rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwinLa2KqbHvnloZMht9CzW1JFzIv73r { top:53.5625rem;left:0rem;width:31.25rem;height:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEtTNWOF8TeSiT4QiXO3JUhx6E2dg84W { top:49.25rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y20DXTc7utJ8sHoITzlQz7t4GFQxMuBS { top:56.25rem;left:0rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9mhDRzEctkFpqdk7sZVPu9ECF9ws7mF { top:70.5rem;left:0rem;width:27.1875rem;height:44.397844246277rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTsQcJ7RJaROPAIAqpEciMiIuuTsKIyp { top:58.8125rem;left:11.5rem;width:36.25rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPRo9xFog2kv5KgV9VuxtkF2SoPVyHPt { top:65.5rem;left:16.5rem;width:31.25rem;height:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFxv4D3JZPfAMqLg4CZPSP4xd7XiLHhp { top:68.4375rem;left:16.5rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWSWeLeKii53nJIufxs26qcIhAMlMZb0 { top:61.375rem;left:27.625rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETHmBCuGGGO7uF1u8VQU5PNXtZ7HLauu { top:8.9375rem;left:34.5625rem;width:13.1875rem;height:5.2876405713423rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr { display:block; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSUAJqeDdPCBRNaMsn3OL6U11qXoDuVm { top:29.5rem;left:9.125rem;width:38.625rem;height:8.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJmkKC7Mv2buMsZsIg5DLDD1C2Qm5Xyq { top:5.3125rem;left:7.75rem;width:40rem;height:18.75rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTaBowkKrsmHMlyBrRlrNc4dVSVOibT8 { width:24.0625rem;height:3.4375rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6avD3OEmcLaMq2hVoEsw7cEGIRZ6D6A { display:block; }
 }@media only screen and (max-width: 763px) { #Baz1dESX8vLo1wBM5vudRnJxfL1F8POm { display:block; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWJTTVGFemvp4qN0f1loxZikWwdJZntf { top:5.625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaDBikX1CzW7U7HMMupsUTdg6KRSxTqa { top:11.25rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1nEtT0QG7f1I1PKbSClzTqdFUdbdWeu { top:0rem;left:35.25rem;width:12.5rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVZ5yWDkS6UtB2faudDvVXUI7H5d8xRX { top:15.9375rem;left:0rem;width:47.75rem;height:22.522083333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDqI6wsQdKJbNpzxImqQJRho9GKX9oXS { top:16.4375rem;left:0rem;width:47.75rem;height:22.374056999162rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah31EapmWUvMN664lAOLU9wa61TxRN7t { top:15.9375rem;left:0rem;width:47.75rem;height:22.637638062872rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc { display:block; }#E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eDpyMGueTJgaIf6gSDXaTBcdR8q8x2Lm { top:1.125rem;left:19.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRFe2Q9r6oPwLkWHsd6GxTnDLmDgJ3Lx { top:1.125rem;left:24.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlEpfzdm7VCzJdTQCwKrOtdWGpeVcPxd { display:block; }#nlEpfzdm7VCzJdTQCwKrOtdWGpeVcPxd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRGBPUKDoI91DbRJADJOxfbVPV4oxaya { top:5.625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGwqUaiMfQmx4HTy8vsPlBWyGvIAGTX9 { top:11.25rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlsO9PS5l7Sp4dIBexlX1hmqh5A3S5lw { top:0rem;left:35.25rem;width:12.5rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKFAFiFrgHxE5sCZEsK02qPxr8kaJJR2 { top:15.9375rem;left:0rem;width:28.25rem;height:35.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rkOMnFNhLMcKMzIMD03AEuNvFf4cc5hg { top:15.9375rem;left:0rem;width:28.25rem;height:35.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RB3kgZlgzWOB5qBdL6IDN3TepMbpdMrW { top:15.9375rem;left:0rem;width:28.25rem;height:35.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BKd8vBAyynXLvQdBGn8Ozcslh1riTnoq { top:15.9375rem;left:0rem;width:28.25rem;height:35.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oBREz6gr860608BDQOyIpgFAs4KRlSCA { top:15.9375rem;left:0rem;width:28.25rem;height:35.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZdkzktbiPxS5pig9SEcA1lTgAg9H0Hk { top:15.9375rem;left:0rem;width:28.25rem;height:35.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #p1MZi6k6faf0wSOq66AzkTE0lSISETmi { top:15.9375rem;left:0rem;width:28.25rem;height:35.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZenmsdU6UemLeU9dsP0XS2iUto2UDIEX { top:15.9375rem;left:0rem;width:28.25rem;height:35.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NBs23U5RuhDpxXTo8892Z0e3WOnBX7ul { display:block; }#NBs23U5RuhDpxXTo8892Z0e3WOnBX7ul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zcpmLq9GUAk5ESsZH8KZdXvSS63ECp2R { top:1.125rem;left:19.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUaewBFXJgzteodgefI0xQ10nAwJ8oPn { top:1.125rem;left:24.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqNZs43MS42aAE3tMr5aTN1btAqvTFne { top:10.125rem;left:22.50048828125rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkKC37TTQsmgi47NmswAaXh496rU52aK { display:block; }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRv4ZWZVr4fb2CT1vFa4KZwgzJRWnO5I { top:19.25rem;left:24.625rem;width:23.125rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcO7GHuT1VdRZpD9TuFJFIS9L9Odn1QB { top:19.25rem;left:12.3125rem;width:23.125rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDJhteeyuuAvlqbpsq0xPdOHEwBccvAq { top:19.25rem;left:0rem;width:23.125rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPQk7dOFUId4R44mLSistTDMRlE8asGd { top:41.625rem;left:0rem;width:23.125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAewIP0vnb0rx9ALDf6PgxL9OOrnFJFI { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkz7FklaHP5PZkTIssnPdin1u0TWSoSZ { top:9.125rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcRJT5fbbhVeTkTur1yBugEZAMdoKdcv { top:17.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU5kGBo9TKbB7fnJcOSvOGJUdK8LX0Xx { top:17.9375rem;left:13.287841796875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXQ6PDMcul2LaaaQTvCPyOPLKCfXcmUn { top:17.9375rem;left:39.225341796875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zm4CTBOu0CguSKs09Xx7vlK2tAFqlZzm { top:41.625rem;left:12.3125rem;width:23.125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEorTVfAJvDVKiALeGtikhtvP4b5QInp { top:41.625rem;left:24.625rem;width:23.125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFTVDdvbwBGS3v9f1SObet3ywoy8cK4c { top:42.75rem;left:0rem;width:19.25rem;height:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #etf91gdaxy8nTcEzW7aWulT0ECbipok8 { top:44rem;left:14.21923828125rem;width:19.25rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQIDyk8u66bJhn7Oqq4Jl3nQMDxpZ7ha { top:43.375rem;left:28.5rem;width:19.25rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btoJu1rNhTfycMSsc3RoZOPganyiQ9eX { width:24.0625rem;height:3.4375rem;top:51.6875rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaMXLuIwmBMhFZmZ4Vc4ut90nlsHEPuS { display:block; }
 }@media only screen and (max-width: 763px) { #u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi { display:block; }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AeeRxg3MAtssg8MEyuOIVCBpgErNnr8J { top:14.25rem;left:0rem;width:47.75rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnGCWXpgiXRa43mfFGZJLMCXdIUIpEAv { top:10.9375rem;left:0rem;width:34.75rem;height:27.575056151734rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyWJOJpwIFrTdgIZIEnC5Js6hTxZltER { top:16.8125rem;left:14.5625rem;width:33.1875rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfffU6aVCgDpggNEsSLCZ1d42JGlNDUg { top:20.75rem;left:14.5625rem;width:33.1875rem;height:4rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw3agzdMQNWHwNfKXR1bnsz26MOzMIGV { top:26.375rem;left:13.625rem;width:34.125rem;height:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0HcS9IRDWZx27vtfEIQV3wu0Dwb8Fhc { display:block; }#m0HcS9IRDWZx27vtfEIQV3wu0Dwb8Fhc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnqXe8q17M51VxnRBMQbSmkDT7DIsX3T { top:9.625rem;left:0rem;width:47.75rem;height:7rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkvIMupMtQUVbQ5xihfiBylpfpc7aoVq { top:6.6875rem;left:13.1875rem;width:21.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJkPwig5eDzBqw41Kl4TrgWo5Orm4kDR { top:7rem;left:21.1875rem;width:12.6875rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lknCLqncAEH9foDR0uWZAX4XvVyEVz4K { top:6.6875rem;left:13.1875rem;width:7rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6yNooamMwRATOED3rVl2xOVHqQyAdvt { top:7.0625rem;left:13.875rem;width:5.625rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX0LFrXb7V9AOCW16BFIiSap11noUmio { display:block; }#oX0LFrXb7V9AOCW16BFIiSap11noUmio > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bWowth30hWK5hhvt0uTeg9wrz7W6VP4n { top:43.1875rem;left:4.75rem;width:11rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BueqiOLVZdzd8hJJCVCq83tva8JzKUKg { top:3.5625rem;left:9.0625rem;width:22.5625rem;height:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZWGVcRs3WREVOIEmKi8EcHZP3imMppC { top:8.875rem;left:14.5rem;width:17.25rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq8lKQiZyE2EVOJEUJ1IhH0z1qHZJS4g { top:28.25rem;left:18.6875rem;width:10.125rem;height:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWE1Xf2u6tUlzQVytu9ne3uIWaN890AG { top:28.0625rem;left:21.0625rem;width:5.5rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmOnbSATQnFqtLn7ZeS3FTtwLFeG8n45 { top:30.375rem;left:16.4375rem;width:15.3125rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ35Eh2Hwot6RpV154sFO4o0oCy1gplB { top:29.8125rem;left:15.875rem;width:3.625rem;height:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEUgbGTABBe3m75LnIDugPNnCRnN0Hxd { top:3.5625rem;left:9rem;width:22.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REuibtbpnp75WDz2U7vzvl6VIN2BQXCy { top:4.5rem;left:18.6875rem;width:10.125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE4CFUPIkriTVvLpJmXF9vvLL2GOv9aI { top:34.4375rem;left:20.437255859375rem;width:8.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTxZsH7tmPl1p0sLCVhng3MKWEMHaA2B { width:19.75rem;height:4.375rem;top:37.125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSLV7siwVZioQfWdtozTgNytc0Ey4Msy { display:block; }
 }@media only screen and (max-width: 763px) { #z0LeK0Cf6LuCDf4MlRENfr58qCapTd1o { top:43.125rem;left:9.125rem;width:22.5rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJtSmdIvC6K5LMzXaNo2kTvF9krJ5R7w { top:43.125rem;left:20.625rem;width:11rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpF1X4HOGReOaZIZT6zWD1IpaHcg9WVq { top:43.75rem;left:15.875rem;width:8.25rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #itDwBuaHXNaAZ9P8yvSlvB8ngHaU983l { top:43.625rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyADLcRxu4u4AuDGIzUIyfwoGKSkxR3s { top:3.625rem;left:0rem;width:22.5625rem;height:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1RvulTi3NTcqG8R7uBHl2v3blq6BM7v { top:43.1875rem;left:0rem;width:22.5rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og4ayU9d7vk5gtEFRU61yXqxnhOXdvmH { top:43.875rem;left:10.25rem;width:5.625rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnWJ5vgeeBoTTNBiEts0ygact4y8WrCl { width:19.75rem;height:4.375rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpD3eZq5lIGK6A22p9X6KBRWkZ93uTQQ { display:block; }
 }@media only screen and (max-width: 763px) { #G4DypC5HIVnXlzKHhnnKXXC1GBUnBPNZ { top:43.4375rem;left:8.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV4LrDObDOiTJQ1ITdKXvGvUDTrL6TO2 { top:34.5rem;left:3.436767578125rem;width:8.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWNvfyJkFmTmBgIyA0I4q2HiyQOJqhur { top:30.4375rem;left:0.125rem;width:15.3125rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDrmDIdlhN4pa2VfxQcS9lrG8eoE2qR0 { top:43.8125rem;left:0rem;width:8.25rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6iWGyp8eTdy2VZrTMNygis78SmCWTXf { top:28.25rem;left:1.75rem;width:10.125rem;height:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rncPiH8ZqFOIlGQWrI91pMP792IRP87C { top:28.0625rem;left:4.0625rem;width:5.5rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLpSb23NxJnnq0KVT9H4WOBx2oChMH7V { top:8.3125rem;left:0.875rem;width:11.875rem;height:19.2480625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHaAJLcgDRKWLuiXMsTaARrEn1CDylfe { top:29.875rem;left:0rem;width:3.625rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix2SrQvXPH7kZVRff0lSVocCTrS9uhDb { top:43.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4ZVpNa5ATFBkbQMwoFP5DuEgL0Gregr { top:4.5625rem;left:1.6875rem;width:10.125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc6UM4fm505e25zrewg8mdkCCmxA4Bkg { top:43.875rem;left:26.125rem;width:5.625rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8h4zGnXtasNn64lxznKtTExNVqTDlsD { top:43.4375rem;left:25.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuZJQQXq4H7esnsFUAIGnrEPP0rHvZ4G { top:3.625rem;left:24.9375rem;width:22.5625rem;height:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9irpPV9HWtP4HQ4bBZhPdGIVPf4azs4 { top:43.1875rem;left:25rem;width:22.5rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ0sUhNB8cWbis9NQ6ClDT0H6SPOamwC { top:43.1875rem;left:36.5rem;width:11rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnBBqBsV04T2nnIx5eRRyRghlOgcA8Mq { top:43.875rem;left:42rem;width:5.625rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwE3QMtDeKk8kNRPqTzlAGUzzDc3R6X6 { top:43.4375rem;left:42.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q962w4E0BONSsToodZxW5UL6CnvQ99tJ { width:19.75rem;height:4.375rem;top:37.1875rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1yVVNUomlBHoSFP3aCHQmWXAwTFi5xB { display:block; }
 }@media only screen and (max-width: 763px) { #S32eEKt6uC2xHrla2JrvasJyHFNtPV7h { top:43.8125rem;left:32.1240234375rem;width:8.25rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoS34zKVrgkWfiw3TImBcSyUEJmT7HQ1 { top:30.4375rem;left:32.3125rem;width:15.3125rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERL1O4xo0VPbZ8y2x9UfvdqPhBUWF9CN { top:34.5rem;left:37.4365234375rem;width:8.75rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtfJPvxfePAhBw5TtwS56RZr2xM7EGxm { top:28.25rem;left:35.6875rem;width:10.125rem;height:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8J5oKn9xlBacT97HNP6iPomTTPoT1NT { top:28.0625rem;left:38rem;width:5.5rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTXLZpGAwGuZ21hTMUR1lVTPLWv5dR0x { top:29.875rem;left:32.125rem;width:3.625rem;height:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPKbr7a1dhdTdHex4SPPiK9q7hTyo4v2 { top:8.875rem;left:28.875rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yID1PBefFXeT1ePQgFTge7mwywAxottI { top:43.6875rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B11Kk5zdDtVMqlrOJP9MNz1wtOtSGH0w { top:3.625rem;left:24.9375rem;width:22.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiWM9inZ9ZwGF2D8MVwMhKLWT8lgZL5N { top:4.5625rem;left:35.6875rem;width:10.125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtIn0aMTKOTXKiPLMToZG7H836RGixza { top:3.5rem;left:0rem;width:22.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ { display:block; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZJMMJP19QSPGznfmqSD9peHQO05xi33 { top:3.4375rem;left:0rem;width:47.75rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc2xpT3AbaHTmqK1HLPnkViJDhbxvOVG { top:22.0625rem;left:0rem;width:19.8125rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2Mw1ivwHsyqCZ3dQ2WUiUAJo28toOhs { top:14.5rem;left:0rem;width:17.5rem;height:5.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8yq43Okgg83zuXqPT2BvcrDTVT1dWyP { top:7rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOtFE9IcB8nbOCoQ4c9vLssiG6SbMbya { top:25.3125rem;left:0rem;width:18.75rem;height:7.6875rem;font-size:0.9375rem;display:block; }#EOtFE9IcB8nbOCoQ4c9vLssiG6SbMbya li:before{  }
 }@media only screen and (max-width: 763px) { #z2s9eZqGN82piKGb2VFwNaXFe2T2mb11 { top:13.4375rem;left:0rem;width:22.5625rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #At9JVwDoZZzI5WrEoz0rT4oXBkvnDRGb { top:21.3125rem;left:0rem;width:22.5625rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSnOFS6vzIhKwNZbvp8I3UdG1WsKOxCn { top:25.3125rem;left:13.387939453125rem;width:21.0625rem;height:;font-size:0.9375rem;display:block; }#TSnOFS6vzIhKwNZbvp8I3UdG1WsKOxCn li:before{  }
 }@media only screen and (max-width: 763px) { #ATPSy8tnMeTlUQ7VI1tkxuvNgAJ9skxQ { top:21.3125rem;left:12.5625rem;width:22.5625rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws0ZJ9Xw35HX08mO9NrJVdT3ex8xe0iC { top:22.0625rem;left:13.937255859375rem;width:20.4375rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6v2PHTfNPBotXA9QEdRrOFTpquZ1kuz { top:13.4375rem;left:12.5625rem;width:22.5625rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV8R3iJTwiFRn5WMQI1CaQQX70rQyAbR { top:14.5rem;left:14.154541015625rem;width:19.375rem;height:5.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OToyiTzht4J04ZqbJBzoB8nUXzi3IoFi { top:21.3125rem;left:25.0625rem;width:22.5625rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1wVsxXvxXWI8ab4u5WUb2RQRmRcZGNN { top:25.3125rem;left:29.625rem;width:18.125rem;height:;font-size:0.9375rem;display:block; }#T1wVsxXvxXWI8ab4u5WUb2RQRmRcZGNN li:before{  }
 }@media only screen and (max-width: 763px) { #Ve0eCyzlvzsZE1ZZ4ARJrTpyslwrfBuT { top:22.0625rem;left:27.3125rem;width:20.4375rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4IBzqrdVwn2IVbwkEqAvIMvTqmJFZsi { top:13.4375rem;left:25.0625rem;width:22.5625rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIxTKNZLTKA60R2IBfsqfXrEQ6bnzB0d { top:14.5625rem;left:28.375rem;width:19.375rem;height:5.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNJJOI6WTf9FHo5HZPMNt8FJdTp3Sn8y { width:35.9375rem;height:4.1875rem;top:38.9375rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhHGoLBwotok7499lKL0nMvEnq40v83V { display:block; }
 }@media only screen and (max-width: 763px) { #k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP { display:block; }#k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wSrSHHgh85CSbmtu8JKNu0rivBwoAgze { top:5.625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUiTBstc12PSkXTZvTkEvh3I8yxztFym { top:12.5625rem;left:0rem;width:8.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0ND4Jp6F35XGe0MtPbG4LmtCCZZTDKa { display:block; }
 }@media only screen and (max-width: 763px) { #W280QvR2zAJqwnCqEOwRKLutEUCO81kv { top:12.5625rem;left:0.1875rem;width:8.875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWqx3antHReT7ZNNmsZM7DTN1MEKU242 { display:block; }
 }@media only screen and (max-width: 763px) { #DgTy34F96KkNsMAEI5XMpOboqhAauzep { top:16.0625rem;left:0rem;width:8.875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPgUxJf3HNGrTuTkoem81cquWTXXnZJr { display:block; }
 }@media only screen and (max-width: 763px) { #zPzcDnteT282hkCGrZcLUceT62AO5EAu { top:16.0625rem;left:0.1875rem;width:8.8125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIycGIW2taTPk7FfIwKbnNxwMwLoG67K { display:block; }
 }@media only screen and (max-width: 763px) { #z3S5bAWffplMbOmBSUFUP4w5TWsvQC8D { top:16.0625rem;left:10.3125rem;width:8.8125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bng5BWX7R54VU6vX4ARtTOukx69TbiLp { display:block; }
 }@media only screen and (max-width: 763px) { #U6OuzZnBITq1UHxRE4vn3XzKf8zyoZKI { top:12.5625rem;left:10.3125rem;width:8.8125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7xWx3yLpeGTXpom8Rlyap0AenskrM54 { display:block; }
 }@media only screen and (max-width: 763px) { #LmOwfSnCyvRK0QvbMuD6ibsMqrbD6i7q { top:21.5625rem;left:0rem;width:36.25rem;height:23.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8y2VndoDkNdZXXUbUTpXtVVUkPONtg2 { width:24.4375rem;height:39rem;top:12.5rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv9FbRhNlrNt70m6PxOswMKRgBl8WBan { width:16.5625rem;height:33.1875rem;top:16.1875rem;left:31.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtcompB0siQNCnx9CZdKVyGVhfoCOeS9 { width:20rem;height:0;top:16.3125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7IsFMDAT44uZHXR0n9zlTOXRTy3ne6P { width:15.1875rem;height:1.4375rem;top:13.875rem;left:32.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcTnQbcgklfN8lPu6wJKUQkts1vqzUyJ { width:16.5625rem;height:33.1875rem;top:17.3125rem;left:31.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMtFSzotpRVMydMTqQH2qfOrCTw0l8bq { width:35.9375rem;height:4.1875rem;top:49.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzggws3yRt2DawTlECCwRws7A6LA1OsM { display:block; }
 }@media only screen and (max-width: 763px) { #GiF8DaZEm0CBwCVqsfLQDHeJpGv3OThL { top:61.8125rem;left:0rem;width:47.75rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNgqJPHR4xEwByMtO3gSLBv5gnRvdXV4 { top:61.75rem;left:0rem;width:29.5625rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1KbM6hBNWDxQaZW7qCXfIpfLTiyVKTn { top:66rem;left:20.25rem;width:27.5rem;height:2.6875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFNrTSq5p2zko9sRE0QAMUr6hZhPW5qJ { top:71.8125rem;left:14.5rem;width:33.25rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ava8p0qTRrtXcr3IgxQkS4wClvRLwBdR { top:58.5625rem;left:40.1875rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t { display:block; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXTfF0uXUgQSOXFMauxSWzlBFffkblc6 { top:15.8125rem;left:0rem;width:26.25rem;height:16.0625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T { display:flex;height:auto;width:27.8125rem;top:8.0625rem;left:17.4375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #sAHblGfEV4TLXaVNUEEl65N4X376GPGA {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #ozapADszV2mbLMxCyAPiNkruyV9tl2KO {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #lTwzLldcFVKcgLiWiQwgUvCwVOfoy6IU {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #a5eIqHfiPaFEfCtvQV4W7swNAUO4bTnA {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #gqQ3uU3BHum2Je8vi5I1uDZ7l503QId0 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #rJpAedgZdHydL34ieVLA6Wtkk2IeNRMB {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #O2yr572xpRNFAHmDTLwiKJ9520rIMPCU {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #HfPEDftpAIwNk4sxSDSIkBTJMWD1sRD9 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #AayNLb5pbUy3mU18CzrHAW75TE6KrvAX {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #s05n5HcVvWcrssSS4rTFU6S8iS1P8iMT {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #TTZe99vihRT28HhNLZBP8enusOGTKysl {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #ILQJtvMs3Rb75hpvBmCVcuzXXTxS9leG {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #mn21g9J0zvrHQHCOLrOhf0wEZME9IfAZ {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #Z0xNfDKerrramlD9WafVVgKEyfRVA7HT {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #oMZ0SRf7OfZVM1c1HFJpLAVEkZvf58aa {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #wm4q0tgmqrItaHmr0PdftU7Av4yNB4xz {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #nccwuk2Gxb5DqQdVNGZ1puL40D23i0oz {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #DTPfnTNNSHlc63pJmTXTn7ZJ15vo52ke {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #TJ6O739vQqZGSVEtnsNGFw0wqa41s57d {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #W6qktqHG3OkCL0OOtw86IsnMpeadzF8u {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #M1EghF8k60mfdR2PXUOwRrP143uioZkF {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #NHB8Ro1fDWMTAzbE3w3PmBfZRJwEITm5 {  }
 }@media only screen and (max-width: 763px) { #WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo { display:block; }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCrDPIt52ewL4TQBksEiwD8UTRDQ24IQ { top:5.9375rem;left:0rem;width:47.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh7zR21cCHEIn6eoN6iZWeN0WBSiPtTx { top:8.0625rem;left:0rem;width:17.625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMkdhBZLn2XzsEvF9qSrN3R3aTpXH4X0 { width:35.9375rem;height:4.1875rem;top:20.8125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeCqmNsUAblkHZmA6U200yMgIUqLcD9x { display:block; }
 }@media only screen and (max-width: 763px) { #PT5nT4nE25MBys4vTZTH5hITFxC6vTv9 { top:14.5625rem;left:4.625rem;width:38.4375rem;height:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ0M71monQXwA2VHBs0rNX10yDwLztuS { top:9.875rem;left:4.125rem;width:40.75rem;height:2.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq4G3b4Lah7f8SDJcMwUTxA3WPMW3bKD { top:34.75rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe { display:block; }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nius86CIo15X5Ex4HEUB8yRzMeVvr7TV { top:4.1875rem;left:0rem;width:16.375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTL29EXRzWbfRxnlPCGiCB0Z6yJoGTDq { width:8.3125rem;height:1.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2zn8gLdzoxBk2rstrCcplrDploQMM9E { top:1.25rem;left:8.125rem;width:15.75rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXJrHxszW4dp1o9wTOFaOTRrxh5zTUHb { top:1.25rem;left:20.0625rem;width:15.75rem;height:10.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr2AD7GTwDLyaLlAAauGZclTawLKiLOT { top:6.9375rem;left:32.0625rem;width:15.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0bAcrHSTsTFHkppXc29rRt1Kf7f2uIA { top:6.875rem;left:35.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv2Q86qlnAnUpDuQlq9XkhsmsvPQ3CUn { top:9.4375rem;left:32.125rem;width:15.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuwyxQ2SNy7m9FVWDx81p9n43q9iSFS0 { top:9.375rem;left:35.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sacb5I6ZKAzMKtRnDW8aNEQBz4XgtLT0 { top:3.8125rem;left:32.125rem;width:15.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZzmTk2WgFG5bhcwtG42ODvniqf5DCIH { top:3.75rem;left:35.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Svfvec6VXWBKd2HxW5L16oLbpdiMxzZ9 { top:1.25rem;left:35.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZc0N9hS5WisbgEfi7hv01sJ4oytpCLL { top:1.3125rem;left:32.125rem;width:15.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAbyabo6sseRsSpQAMTfmLauOCJ0dPB3 { width:15.8125rem;height:2.5625rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfTtrt6BE6mQHMhSN5oIEAT1TlfKRptK { display:block; }
 }@media only screen and (max-width: 763px) { #K5Dluvhy8L1Tc00BATAdD9cGGUXI0fvw { display:block; }#K5Dluvhy8L1Tc00BATAdD9cGGUXI0fvw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xFTboNMRPMS6OhP900MucNs4JGwPBSQg { top:1.375rem;left:0rem;width:12.0625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7JM66szMPbXCoPu9EgyJxiM8UDVlRCO { top:0.5rem;left:32.0009765625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySLAtUalbXO9ggJgT13cf9DT4zMdUg7T { top:0.8125rem;left:35.937744140625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ochOD2RVxcIArwdM8hTS7hFepzirspMb { width:3.75rem;height:1.3745125rem;top:1.375rem;left:39.250732421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SICoMEQs2laxLJPLoH3ZHdQU1l6w95Vd { width:3.125rem;height:1.31225625rem;top:1.375rem;left:43.5634765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyMUyuHazwlrNrROIZAMQWGBWRPLGMRP { width:3.25rem;height:1.2266858910363rem;top:1.4375rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZGmqgtMQBHARJ2TUgKfkD0UCkxqqfv5 { width:2.625rem;height:1.221262529572rem;top:1.4375rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre { display:block; }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTyU4O4umq7gFGg5kEf85JBwZn87vxxI { top:0.375rem;left:13.21826171875rem;width:21.25rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_8eecde8a44aea860f0a3e275286e965fa2f9e65d.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b399ebcb-88ca-4a08-881b-3916dea6dc11/Designsemnome30.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l.adaptive-delivery-prevent-bg, #OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l.lazyload, #OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l.lazyloading { background-image: none; }#OnKEgkp71TpUEfBH4d2JQiXUonvlZV3l > .row .container { width:20rem;height:33.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eZIVDdyt8Ggbzrgw0TcvBKULSQITd1i5 { width:20rem;height:5.9985375rem;top:5.06103515625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wI52gFIP4Rh3N270HnZ1Ah7xxdpeOnrG { width:20rem;height:6.494125rem;top:12.371826171875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #N8AT0bvEwu03q5onCfHtWqJyp1lW4E6C { width:19.624rem;height:2.87475625rem;top:20.615234375rem;left:0rem;font-size:0.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MiJwymwLKGPzTyUEyub3VxcFVfvmdmbd { display:block; }
 }@media only screen and (max-width: 763px) { #ATcVKhTWOy80mfTULv4vBSmBHnzVOOyy { width:20rem;height:10.9375rem;top:4.24926875rem;left:0rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4Esbi6Ted7ND4bs02Q5Dx7olm1OikP6 { width:5.625rem;height:2.5rem;top:5.18676875rem;left:1.624755859375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RqbZuSkC3X6yshMUpLoPv5Hzgou3oREK { display:block; }
 }@media only screen and (max-width: 763px) { #hss8KSm4k7gVQaqRKyqG1F2ukRrkfZdU { width:6.25rem;height:2.5rem;top:5.18676875rem;left:7.249755859375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #STlBC2vBVMokuL8Fef04nrSRJxItynBV { display:block; }
 }@media only screen and (max-width: 763px) { #MZbT2AeiVB028QpWT77lrwKkVMfE3mtA { width:5.625rem;height:2.5rem;top:5.18676875rem;left:14.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tcwnugiclqqmWLAflQq3XK8P6FmOhR3p { display:block; }
 }@media only screen and (max-width: 763px) { #nMln2XpumpyakUi5teGPLr7TJgnWgTmq { width:5.4370125rem;height:2.5rem;top:5.18676875rem;left:14.5629875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nEEqLFfNspciT0ogv3MDeT3eIKQlqa6T { display:block; }
 }@media only screen and (max-width: 763px) { #vVftRAKgCH7JhF7cFneXOgfS0CQaSpO4 { width:9.375rem;height:2.5rem;top:5.18676875rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #I3LHBTrbOKJOqTkip7hRgOCQ6MZc6J1r { display:block; }
 }@media only screen and (max-width: 763px) { #PD3bpxn9ad5fFU9XtEqKZz8wuWvRLWqF { width:7.25rem;height:1.6875rem;top:1.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a0b72b81-8d0f-4405-9b79-73cb24bfef2e/Designsemnome1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr.adaptive-delivery-prevent-bg, #ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr.lazyload, #ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr.lazyloading { background-image: none; }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .row .container { background-color: transparent; background-image: none; }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .row .container > .video-iframe-container { display: none; }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .row > .video-iframe-container { display: none; }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .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); }#ET5uZLGfsGzoHgfRobna6Ca2OXKSUoMr > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paVIzpo4reSNpb7cX9vetGRv1uU6wrAJ { width:20rem;height:5.9985375rem;top:5.06103515625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XVybsoJqVcID5rcSXBzGLCBNlwv3tRC1 { width:20rem;height:6.494125rem;top:12.371826171875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W0iruHGNAUcP57U7upC5Cyffipd7zT2k { width:18.5608125rem;height:2.5rem;top:28.5498046875rem;left:0rem;font-size:0.8125rem;line-height:1.1;text-align:center;text-align-last:center;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBUw7dAN21Ka5ouT0EVpXZez4tDrKWCD { display:block; }
 }@media only screen and (max-width: 763px) { #EygTZTzLBdlykALrwMs9aJC32NgTlgrn { width:20rem;height:10.9375rem;top:4.24926875rem;left:0rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBDndazNKRruEeJcm6ClgxT25auxx22d { width:5.625rem;height:2.5rem;top:5.18676875rem;left:1.624755859375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lN9Qwhh2FfCUMFESZGDKCfwhIWkrWpeX { display:block; }
 }@media only screen and (max-width: 763px) { #yQ7W4XiZTcviIk45e49vQCdyF0llkqcG { width:6.25rem;height:2.5rem;top:5.18676875rem;left:7.249755859375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kLSa1qfpWtBwSnWsGaoLSpzw1EEoU1mm { display:block; }
 }@media only screen and (max-width: 763px) { #TxWZAgc2N40375GTpTGE4O0PkObOniFc { width:5.625rem;height:2.5rem;top:5.18676875rem;left:14.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XQzGr5pJ3KzFifVqFIa3FwwBCmsrpV6q { display:block; }
 }@media only screen and (max-width: 763px) { #IHnug0u7m0kLCPUITXSBBDH0xMWbEwEy { width:5.4370125rem;height:2.5rem;top:5.18676875rem;left:14.5629875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #loRTrGLZs6EmNAAyEMFGnmS0db2SKy83 { display:block; }
 }@media only screen and (max-width: 763px) { #czu1miZxxmfb0Q8TG3513CFF3P0gPmBJ { width:9.375rem;height:2.5rem;top:5.18676875rem;left:10.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9cBdm5QFbqteDymToqaB5JTIQ8MLfp5 { display:block; }
 }@media only screen and (max-width: 763px) { #THedCG0gwJcI4PtLuRwTO0AwIr20Wl7w { width:7.25rem;height:1.6875rem;top:1.25rem;left:6.373291015625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs { display:block; }#kBrgoGNOJpsAh6RCb8yMxW1eCzIpy2Qs > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXRQBnpT8PLhr53QITs0dHscaE62qtQT { width:20rem;height:2.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU { background-color:#edf1ec;background-image:url("https://icons.assets-landingi.com/icon_2ee63f5601cdf37fc48aa0633cf92d5a92d9bbbd.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU.adaptive-delivery-prevent-bg, #gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU.lazyload, #gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU.lazyloading { background-image: none; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container { background-color: transparent; background-image: none; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container > .video-iframe-container { display: none; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row > .video-iframe-container { display: none; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .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); }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container { width:20rem;height:139.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKazLco2eyGoymunEP178MH0QlGQTrSF { width:19.87425rem;height:7.5rem;top:2rem;left:0.125rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GPZ4goIH9kGF9QRwMwnR9ler5myydtHn { width:17.5625rem;height:18.125rem;top:38.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRFDiTBMGtLBULbodieU6140aqMaTed9 { width:10.9375rem;height:3.500975rem;top:42.875rem;left:2.0625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k3wfOt6tEV0nIF8aqquEfcg04aGKWITf { width:15.8125rem;height:8.39355rem;top:47.3125rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CWDJieG00vVLVXGAm9zW2fJy0lRNNpGl { display:flex;width:2.749025rem;height:2.749025rem;top:39.125rem;left:8.625rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #CpTR0omPsPnKsSvlt2mSEm9vzPM1s6Bx { width:17.5rem;height:2.79785rem;top:15.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZTNml3KkVL6Jnh9PoGHEtHrNFsJPwL2p { width:17.5625rem;height:16.1875rem;top:20.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p96cyCkNouhTFAnkxHwmw09bixwAPQpM { width:13.6865rem;height:3.500975rem;top:24.75rem;left:2.0625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lk558usAlvMXmwxQDT6zPbpIWIMEUZDv { width:15.9375rem;height:6.994625rem;top:29.25rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HbevRzK7Dimh5xmuPPxSF0u0xOta28qM { display:flex;width:2.749025rem;height:2.749025rem;top:21.4375rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #EF4ZXaVN61fwLTMEUf1DPDSKTxoDZZrf { width:17.5625rem;height:16.25rem;top:77.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5btC9ZdI6LWXTV5sBDinC56DHt8WBIU { width:16.8115rem;height:1.62475625rem;top:81.25rem;left:2rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dpaGKh6PuGr8fTJOEzBNHktiiligAfwp { width:15.874rem;height:8.39355rem;top:83.8125rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pTCo0ALHtnPVC8sKxy6XR9ITqop8KELH { display:flex;width:2.749025rem;height:2.749025rem;top:77.625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #XxpvaTTemhaBRVEz8XkLhDDE48DEeULA { width:17.5625rem;height:17.8125rem;top:57.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwinLa2KqbHvnloZMht9CzW1JFzIv73r { width:13.0615rem;height:3.500975rem;top:61.9375rem;left:2.0625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DEtTNWOF8TeSiT4QiXO3JUhx6E2dg84W { display:flex;width:2.749025rem;height:2.749025rem;top:58.5625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #y20DXTc7utJ8sHoITzlQz7t4GFQxMuBS { width:14.87425rem;height:8.39355rem;top:66.4375rem;left:2.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v9mhDRzEctkFpqdk7sZVPu9ECF9ws7mF { width:18.4985625rem;height:30.0610625rem;top:109.93625rem;left:0.74951171875rem;z-index:15037;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #aTsQcJ7RJaROPAIAqpEciMiIuuTsKIyp { width:17.5625rem;height:16.25rem;top:95.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPRo9xFog2kv5KgV9VuxtkF2SoPVyHPt { width:11.1865rem;height:3.500975rem;top:98.9375rem;left:2.0625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zFxv4D3JZPfAMqLg4CZPSP4xd7XiLHhp { width:15.5615rem;height:6.994625rem;top:103.375rem;left:2.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JWSWeLeKii53nJIufxs26qcIhAMlMZb0 { display:flex;width:2.68676875rem;height:2.68676875rem;top:95.6875rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #ETHmBCuGGGO7uF1u8VQU5PNXtZ7HLauu { width:8.125rem;height:3.18725625rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_cc163f3e7e1d3046c732905157ae2e3066cf2a4c.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr.adaptive-delivery-prevent-bg, #qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr.lazyload, #qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr.lazyloading { background-image: none; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row .container { background-color: transparent; background-image: none; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row .container > .video-iframe-container { display: none; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row > .video-iframe-container { display: none; }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .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); }#qOHg7LIPq4mMSidr0DwssIl5fZsq8Slr > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSUAJqeDdPCBRNaMsn3OL6U11qXoDuVm { width:20rem;height:9.792475rem;top:12.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #UJmkKC7Mv2buMsZsIg5DLDD1C2Qm5Xyq { width:20rem;height:7.9980625rem;top:2.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTaBowkKrsmHMlyBrRlrNc4dVSVOibT8 { width:18.999rem;height:3.4375rem;top:25.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6avD3OEmcLaMq2hVoEsw7cEGIRZ6D6A { display:block; }
 }@media only screen and (max-width: 763px) { #Baz1dESX8vLo1wBM5vudRnJxfL1F8POm { display:none; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { width:20rem;height:21.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dWJTTVGFemvp4qN0f1loxZikWwdJZntf { width:13.49975rem;height:3.500975rem;top:1.99951171875rem;left:0.765380859375rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JaDBikX1CzW7U7HMMupsUTdg6KRSxTqa { width:16.499rem;height:2.79785rem;top:6.435546875rem;left:0.765380859375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W1nEtT0QG7f1I1PKbSClzTqdFUdbdWeu { width:4rem;height:7.8125rem;top:0rem;left:15.93798828125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #QVZ5yWDkS6UtB2faudDvVXUI7H5d8xRX { width:20rem;height:9.4332666666667rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDqI6wsQdKJbNpzxImqQJRho9GKX9oXS { width:20rem;height:9.370125rem;top:11.251220703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah31EapmWUvMN664lAOLU9wa61TxRN7t { width:20rem;height:9.4811875rem;top:11.1962890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc { display:none; }#E6sbxziuVSusT2gfkd6DXNU0ZKOGRTWc > .row .container { width:20rem;height:4.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eDpyMGueTJgaIf6gSDXaTBcdR8q8x2Lm { display:flex;width:1.875rem;height:1.875rem;top:0.125rem;left:7.375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #uRFe2Q9r6oPwLkWHsd6GxTnDLmDgJ3Lx { display:flex;width:1.875rem;height:1.875rem;top:0.125rem;left:10.8125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #nlEpfzdm7VCzJdTQCwKrOtdWGpeVcPxd { display:block; }#nlEpfzdm7VCzJdTQCwKrOtdWGpeVcPxd > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRGBPUKDoI91DbRJADJOxfbVPV4oxaya { width:13.49975rem;height:3.500975rem;top:1.99951171875rem;left:0.765380859375rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wGwqUaiMfQmx4HTy8vsPlBWyGvIAGTX9 { width:16.499rem;height:2.79785rem;top:6.435546875rem;left:0.765380859375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hlsO9PS5l7Sp4dIBexlX1hmqh5A3S5lw { width:4rem;height:7.8125rem;top:0rem;left:15.93798828125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #UKFAFiFrgHxE5sCZEsK02qPxr8kaJJR2 { width:17.7478125rem;height:22.2485625rem;top:9.25rem;left:1.125rem;overflow:hidden;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #rkOMnFNhLMcKMzIMD03AEuNvFf4cc5hg { width:17.68675rem;height:22.06175rem;top:9.4375rem;left:1.125rem;overflow:hidden;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #RB3kgZlgzWOB5qBdL6IDN3TepMbpdMrW { width:17.5610625rem;height:21.9983125rem;top:9.5rem;left:1.125rem;overflow:hidden;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #BKd8vBAyynXLvQdBGn8Ozcslh1riTnoq { width:17.5rem;height:21.93725rem;top:9.5625rem;left:1.125rem;overflow:hidden;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #oBREz6gr860608BDQOyIpgFAs4KRlSCA { width:17.5rem;height:21.875rem;top:9.625rem;left:1.125rem;overflow:hidden;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #MZdkzktbiPxS5pig9SEcA1lTgAg9H0Hk { width:17.5rem;height:21.875rem;top:9.625rem;left:1.125rem;overflow:hidden;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #p1MZi6k6faf0wSOq66AzkTE0lSISETmi { width:17.5rem;height:21.875rem;top:9.625rem;left:1.125rem;overflow:hidden;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #ZenmsdU6UemLeU9dsP0XS2iUto2UDIEX { width:17.5rem;height:21.875rem;top:9.625rem;left:1.125rem;overflow:hidden;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #NBs23U5RuhDpxXTo8892Z0e3WOnBX7ul { display:block; }#NBs23U5RuhDpxXTo8892Z0e3WOnBX7ul > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zcpmLq9GUAk5ESsZH8KZdXvSS63ECp2R { display:flex;width:1.875rem;height:1.875rem;top:0.125rem;left:7.375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #SUaewBFXJgzteodgefI0xQ10nAwJ8oPn { display:flex;width:1.875rem;height:1.875rem;top:0.125rem;left:10.8125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #fqNZs43MS42aAE3tMr5aTN1btAqvTFne { width:2.6875rem;height:2.6875rem;top:10rem;left:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GkKC37TTQsmgi47NmswAaXh496rU52aK { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_cc163f3e7e1d3046c732905157ae2e3066cf2a4c.svg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#GkKC37TTQsmgi47NmswAaXh496rU52aK.adaptive-delivery-prevent-bg, #GkKC37TTQsmgi47NmswAaXh496rU52aK.lazyload, #GkKC37TTQsmgi47NmswAaXh496rU52aK.lazyloading { background-image: none; }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .row .container { background-color: transparent; background-image: none; }#GkKC37TTQsmgi47NmswAaXh496rU52aK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .row .container > .video-iframe-container { display: none; }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .row > .video-iframe-container { display: none; }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .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); }#GkKC37TTQsmgi47NmswAaXh496rU52aK > .row .container { width:20rem;height:91.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRv4ZWZVr4fb2CT1vFa4KZwgzJRWnO5I { width:18.75rem;height:18.75rem;top:60.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcO7GHuT1VdRZpD9TuFJFIS9L9Odn1QB { width:18.75rem;height:18.75rem;top:35.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDJhteeyuuAvlqbpsq0xPdOHEwBccvAq { width:18.75rem;height:18.75rem;top:8.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPQk7dOFUId4R44mLSistTDMRlE8asGd { width:18.75rem;height:5.4375rem;top:27rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAewIP0vnb0rx9ALDf6PgxL9OOrnFJFI { width:20rem;height:1.9995125rem;top:2.576904296875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tkz7FklaHP5PZkTIssnPdin1u0TWSoSZ { width:20rem;height:1.4379875rem;top:4.638916015625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UcRJT5fbbhVeTkTur1yBugEZAMdoKdcv { display:flex;width:3.125rem;height:3.125rem;top:7.9375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #HU5kGBo9TKbB7fnJcOSvOGJUdK8LX0Xx { display:flex;width:3.125rem;height:3.125rem;top:34.375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #bXQ6PDMcul2LaaaQTvCPyOPLKCfXcmUn { display:flex;width:3.125rem;height:3.125rem;top:59.3125rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #zm4CTBOu0CguSKs09Xx7vlK2tAFqlZzm { width:18.75rem;height:4.3125rem;top:53.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEorTVfAJvDVKiALeGtikhtvP4b5QInp { width:18.75rem;height:4.5625rem;top:77.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFTVDdvbwBGS3v9f1SObet3ywoy8cK4c { width:17.1875rem;height:3.82324375rem;top:27.8125rem;left:1.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #etf91gdaxy8nTcEzW7aWulT0ECbipok8 { width:9.4360625rem;height:2.548825rem;top:54.3125rem;left:5.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #GQIDyk8u66bJhn7Oqq4Jl3nQMDxpZ7ha { width:13.81225rem;height:2.548825rem;top:78.875rem;left:3.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #btoJu1rNhTfycMSsc3RoZOPganyiQ9eX { width:20rem;height:2.87475625rem;top:85.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaMXLuIwmBMhFZmZ4Vc4ut90nlsHEPuS { display:block; }
 }@media only screen and (max-width: 763px) { #u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f8e9c3b4-e946-4869-82a5-2c5e94b7f814/EuestavaquasedesistindodacanetinhaporcausadocansaoextremoquesentiatodososdiasOTakeGoStartliteralmentemudouminharotinaAcordocomumadisposiocompletamentediferentee10.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi.adaptive-delivery-prevent-bg, #u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi.lazyload, #u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi.lazyloading { background-image: none; }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row .container { background-color: transparent; background-image: none; }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(132,161,131,0.41); }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row .container > .video-iframe-container { display: none; }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(132,161,131,0.41); }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row > .video-iframe-container { display: none; }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .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); }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row .container { border-width: 0; border-radius: 0; }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u4pR2fTTLKM5vwKM72izlQUTxMUJo3wi > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AeeRxg3MAtssg8MEyuOIVCBpgErNnr8J { width:20rem;height:37.625rem;top:2.120361328125rem;left:0rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnGCWXpgiXRa43mfFGZJLMCXdIUIpEAv { width:20rem;height:15.870375rem;top:8.231201171875rem;left:0rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #dyWJOJpwIFrTdgIZIEnC5Js6hTxZltER { width:15.9375rem;height:3.44970625rem;top:4.056396484375rem;left:1.468505859375rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tfffU6aVCgDpggNEsSLCZ1d42JGlNDUg { width:15.9375rem;height:4.9475125rem;top:23.211669921875rem;left:2.03125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tw3agzdMQNWHwNfKXR1bnsz26MOzMIGV { width:17.1875rem;height:7.42675rem;top:29.74365234375rem;left:2.03125rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15035;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #m0HcS9IRDWZx27vtfEIQV3wu0Dwb8Fhc { display:block; }#m0HcS9IRDWZx27vtfEIQV3wu0Dwb8Fhc > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnqXe8q17M51VxnRBMQbSmkDT7DIsX3T { width:20rem;height:5.2514625rem;top:6.248779296875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #CkvIMupMtQUVbQ5xihfiBylpfpc7aoVq { width:20rem;height:1.5625rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJkPwig5eDzBqw41Kl4TrgWo5Orm4kDR { width:11.9995rem;height:0.87524375rem;top:3.125rem;left:7.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #lknCLqncAEH9foDR0uWZAX4XvVyEVz4K { width:7rem;height:1.5625rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6yNooamMwRATOED3rVl2xOVHqQyAdvt { width:5.625rem;height:0.87524375rem;top:3.1875rem;left:0.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #oX0LFrXb7V9AOCW16BFIiSap11noUmio { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oX0LFrXb7V9AOCW16BFIiSap11noUmio > .row .container { background-color: transparent; background-image: none; }#oX0LFrXb7V9AOCW16BFIiSap11noUmio::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oX0LFrXb7V9AOCW16BFIiSap11noUmio > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oX0LFrXb7V9AOCW16BFIiSap11noUmio > .row .container > .video-iframe-container { display: none; }#oX0LFrXb7V9AOCW16BFIiSap11noUmio > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oX0LFrXb7V9AOCW16BFIiSap11noUmio > .row > .video-iframe-container { display: none; }#oX0LFrXb7V9AOCW16BFIiSap11noUmio > .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); }#oX0LFrXb7V9AOCW16BFIiSap11noUmio > .row .container { border-width: 0; border-radius: 0; }#oX0LFrXb7V9AOCW16BFIiSap11noUmio > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oX0LFrXb7V9AOCW16BFIiSap11noUmio > .row .container { width:20rem;height:110.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bWowth30hWK5hhvt0uTeg9wrz7W6VP4n { width:6.687rem;height:2.06176875rem;top:36.25rem;left:12.1875rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #BueqiOLVZdzd8hJJCVCq83tva8JzKUKg { width:17.875rem;height:33.6875rem;top:40rem;left:1.125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #mZWGVcRs3WREVOIEmKi8EcHZP3imMppC { width:16.3745rem;height:16.3745rem;top:43.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq8lKQiZyE2EVOJEUJ1IhH0z1qHZJS4g { width:10.1233125rem;height:0.99975625rem;top:60.125rem;left:5rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #QWE1Xf2u6tUlzQVytu9ne3uIWaN890AG { width:5.49926875rem;height:1.31225625rem;top:59.875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmOnbSATQnFqtLn7ZeS3FTtwLFeG8n45 { width:10.3735625rem;height:2.698975rem;top:62.6875rem;left:4.875rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qJ35Eh2Hwot6RpV154sFO4o0oCy1gplB { width:3.62426875rem;height:1.0620125rem;top:61.625rem;left:2.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #TEUgbGTABBe3m75LnIDugPNnCRnN0Hxd { width:17.87475rem;height:1.9375rem;top:40rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REuibtbpnp75WDz2U7vzvl6VIN2BQXCy { width:10.1233125rem;height:1.1254875rem;top:40.4375rem;left:5.125rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #oE4CFUPIkriTVvLpJmXF9vvLL2GOv9aI { width:8.75rem;height:0.99975625rem;top:65.375rem;left:5.6875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #KTxZsH7tmPl1p0sLCVhng3MKWEMHaA2B { width:14.56175rem;height:2.9370125rem;top:67.625rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSLV7siwVZioQfWdtozTgNytc0Ey4Msy { display:block; }
 }@media only screen and (max-width: 763px) { #z0LeK0Cf6LuCDf4MlRENfr58qCapTd1o { width:17.87475rem;height:2.06176875rem;top:71.6875rem;left:1.125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TJtSmdIvC6K5LMzXaNo2kTvF9krJ5R7w { width:7.06175rem;height:2.06176875rem;top:71.6875rem;left:11.875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #MpF1X4HOGReOaZIZT6zWD1IpaHcg9WVq { width:7.6233125rem;height:0.87524375rem;top:72.3125rem;left:3.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #itDwBuaHXNaAZ9P8yvSlvB8ngHaU983l { display:flex;width:1.25rem;height:1.25rem;top:72.125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #LyADLcRxu4u4AuDGIzUIyfwoGKSkxR3s { width:17.875rem;height:34.25rem;top:4.01611328125rem;left:1.015625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1RvulTi3NTcqG8R7uBHl2v3blq6BM7v { width:17.8125rem;height:2.06176875rem;top:36.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og4ayU9d7vk5gtEFRU61yXqxnhOXdvmH { width:4.311525rem;height:0.87524375rem;top:36.875rem;left:14.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #cnWJ5vgeeBoTTNBiEts0ygact4y8WrCl { width:14.5605625rem;height:2.9370125rem;top:32.40478515625rem;left:2.718505859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpD3eZq5lIGK6A22p9X6KBRWkZ93uTQQ { display:block; }
 }@media only screen and (max-width: 763px) { #G4DypC5HIVnXlzKHhnnKXXC1GBUnBPNZ { display:flex;width:1.5625rem;height:1.5625rem;top:36.625rem;left:12.3125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #rV4LrDObDOiTJQ1ITdKXvGvUDTrL6TO2 { width:8.75rem;height:0.99975625rem;top:30.3271484375rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #OWNvfyJkFmTmBgIyA0I4q2HiyQOJqhur { width:10.8105625rem;height:2.698975rem;top:27.628173828125rem;left:4.593505859375rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KDrmDIdlhN4pa2VfxQcS9lrG8eoE2qR0 { width:8.2495rem;height:0.87524375rem;top:36.875rem;left:3.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #B6iWGyp8eTdy2VZrTMNygis78SmCWTXf { width:10.1233125rem;height:0.99975625rem;top:25.2333984375rem;left:4.937744140625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #rncPiH8ZqFOIlGQWrI91pMP792IRP87C { width:5.49926875rem;height:1.31225625rem;top:25.0146484375rem;left:7.249755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLpSb23NxJnnq0KVT9H4WOBx2oChMH7V { width:11.875rem;height:19.2480625rem;top:5.46826171875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHaAJLcgDRKWLuiXMsTaARrEn1CDylfe { width:3.62426875rem;height:0.9375rem;top:26.690673828125rem;left:2.437744140625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #Ix2SrQvXPH7kZVRff0lSVocCTrS9uhDb { display:flex;width:1.25rem;height:1.25rem;top:36.6875rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #q4ZVpNa5ATFBkbQMwoFP5DuEgL0Gregr { width:10.1233125rem;height:1.1254875rem;top:2.48291015625rem;left:4.937744140625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #nc6UM4fm505e25zrewg8mdkCCmxA4Bkg { width:4.0625rem;height:0.87524375rem;top:72.3125rem;left:14.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #m8h4zGnXtasNn64lxznKtTExNVqTDlsD { display:flex;width:1.5625rem;height:1.5625rem;top:71.9375rem;left:12.375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #SuZJQQXq4H7esnsFUAIGnrEPP0rHvZ4G { width:17.875rem;height:32.75rem;top:75.9375rem;left:1.0625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #M9irpPV9HWtP4HQ4bBZhPdGIVPf4azs4 { width:17.875rem;height:2.06176875rem;top:106.75rem;left:1.0625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #gQ0sUhNB8cWbis9NQ6ClDT0H6SPOamwC { width:6.9995rem;height:2.06176875rem;top:106.75rem;left:11.9375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #vnBBqBsV04T2nnIx5eRRyRghlOgcA8Mq { width:4.43725625rem;height:0.87524375rem;top:107.4375rem;left:13.875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #zwE3QMtDeKk8kNRPqTzlAGUzzDc3R6X6 { display:flex;width:1.5625rem;height:1.5625rem;top:107.125rem;left:12.25rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Q962w4E0BONSsToodZxW5UL6CnvQ99tJ { width:14.56175rem;height:2.9370125rem;top:102.625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1yVVNUomlBHoSFP3aCHQmWXAwTFi5xB { display:block; }
 }@media only screen and (max-width: 763px) { #S32eEKt6uC2xHrla2JrvasJyHFNtPV7h { width:7.749rem;height:0.87524375rem;top:107.4375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #VoS34zKVrgkWfiw3TImBcSyUEJmT7HQ1 { width:10.2478125rem;height:2.698975rem;top:97.6875rem;left:4.875rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ERL1O4xo0VPbZ8y2x9UfvdqPhBUWF9CN { width:8.75rem;height:0.99975625rem;top:100.375rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #TtfJPvxfePAhBw5TtwS56RZr2xM7EGxm { width:10.1233125rem;height:0.99975625rem;top:95.25rem;left:4.9375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #A8J5oKn9xlBacT97HNP6iPomTTPoT1NT { width:5.49926875rem;height:1.31225625rem;top:95.0625rem;left:7.25rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #JTXLZpGAwGuZ21hTMUR1lVTPLWv5dR0x { width:3.62426875rem;height:1.0620125rem;top:96.625rem;left:2.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #cPKbr7a1dhdTdHex4SPPiK9q7hTyo4v2 { width:16.74925rem;height:16.74925rem;top:79.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yID1PBefFXeT1ePQgFTge7mwywAxottI { display:flex;width:1.25rem;height:1.25rem;top:107.25rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #B11Kk5zdDtVMqlrOJP9MNz1wtOtSGH0w { width:17.875rem;height:1.9375rem;top:75.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiWM9inZ9ZwGF2D8MVwMhKLWT8lgZL5N { width:10.1233125rem;height:1.1254875rem;top:76.375rem;left:5rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15131;display:block; }
 }@media only screen and (max-width: 763px) { #OtIn0aMTKOTXKiPLMToZG7H836RGixza { width:17.875rem;height:1.9375rem;top:2.00048828125rem;left:1.015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ { display:block; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { width:20rem;height:70.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZJMMJP19QSPGznfmqSD9peHQO05xi33 { width:18.4375rem;height:3.374025rem;top:0.8740234375rem;left:0.78125rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nc2xpT3AbaHTmqK1HLPnkViJDhbxvOVG { width:15.37475rem;height:1.2182625rem;top:16.1181640625rem;left:2.31201171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #q2Mw1ivwHsyqCZ3dQ2WUiUAJo28toOhs { width:12.87475rem;height:4.3139625rem;top:9.757080078125rem;left:3.56201171875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G8yq43Okgg83zuXqPT2BvcrDTVT1dWyP { width:20rem;height:1.5625rem;top:5.05859375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EOtFE9IcB8nbOCoQ4c9vLssiG6SbMbya { width:15.06225rem;height:7.683125rem;top:17.955322265625rem;left:2.46826171875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#EOtFE9IcB8nbOCoQ4c9vLssiG6SbMbya li:before{  }
 }@media only screen and (max-width: 763px) { #z2s9eZqGN82piKGb2VFwNaXFe2T2mb11 { width:16.5rem;height:5.75rem;top:8.96240234375rem;left:1.671142578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #At9JVwDoZZzI5WrEoz0rT4oXBkvnDRGb { width:16.499rem;height:11.875rem;top:14.8056640625rem;left:1.671142578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSnOFS6vzIhKwNZbvp8I3UdG1WsKOxCn { width:13.999rem;height:8.807375rem;top:37.111083984375rem;left:2.999267578125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#TSnOFS6vzIhKwNZbvp8I3UdG1WsKOxCn li:before{  }
 }@media only screen and (max-width: 763px) { #ATPSy8tnMeTlUQ7VI1tkxuvNgAJ9skxQ { width:16.5rem;height:12.625rem;top:34.24169921875rem;left:1.671142578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws0ZJ9Xw35HX08mO9NrJVdT3ex8xe0iC { width:16.25rem;height:1.2182625rem;top:35.17333984375rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #V6v2PHTfNPBotXA9QEdRrOFTpquZ1kuz { width:16.5rem;height:5.75rem;top:28.3984375rem;left:1.671142578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV8R3iJTwiFRn5WMQI1CaQQX70rQyAbR { width:14.6875rem;height:4.3139625rem;top:29.193115234375rem;left:2.65625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OToyiTzht4J04ZqbJBzoB8nUXzi3IoFi { width:16.5rem;height:11.125rem;top:52.99169921875rem;left:1.671142578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1wVsxXvxXWI8ab4u5WUb2RQRmRcZGNN { width:13.81225rem;height:6.5588125rem;top:56.617431640625rem;left:3.09326171875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#T1wVsxXvxXWI8ab4u5WUb2RQRmRcZGNN li:before{  }
 }@media only screen and (max-width: 763px) { #Ve0eCyzlvzsZE1ZZ4ARJrTpyslwrfBuT { width:16.25rem;height:1.2182625rem;top:54.241943359375rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #c4IBzqrdVwn2IVbwkEqAvIMvTqmJFZsi { width:16.5rem;height:4.4375rem;top:48.460693359375rem;left:1.671142578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIxTKNZLTKA60R2IBfsqfXrEQ6bnzB0d { width:15.7495rem;height:2.875975rem;top:49.320068359375rem;left:2.125244140625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iNJJOI6WTf9FHo5HZPMNt8FJdTp3Sn8y { width:16.875rem;height:2.75rem;top:66.240234375rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhHGoLBwotok7499lKL0nMvEnq40v83V { display:block; }
 }@media only screen and (max-width: 763px) { #k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP { display:block; }#k7h5ZDvgAPsrBD0oMoWh9tz2xPFK8DXP > .row .container { width:20rem;height:146rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wSrSHHgh85CSbmtu8JKNu0rivBwoAgze { width:17.8125rem;height:5.81176875rem;top:1.123779296875rem;left:1.5625rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PUiTBstc12PSkXTZvTkEvh3I8yxztFym { top:8.125rem;left:1.5625rem;width:7.968rem;height:1.28100625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0ND4Jp6F35XGe0MtPbG4LmtCCZZTDKa { display:block; }
 }@media only screen and (max-width: 763px) { #W280QvR2zAJqwnCqEOwRKLutEUCO81kv { top:8.125rem;left:10.5625rem;width:7.9375rem;height:1.25rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OWqx3antHReT7ZNNmsZM7DTN1MEKU242 { display:block; }
 }@media only screen and (max-width: 763px) { #DgTy34F96KkNsMAEI5XMpOboqhAauzep { top:10.25rem;left:10.5625rem;width:7.9375rem;height:1.25rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nPgUxJf3HNGrTuTkoem81cquWTXXnZJr { display:block; }
 }@media only screen and (max-width: 763px) { #zPzcDnteT282hkCGrZcLUceT62AO5EAu { top:12.373291015625rem;left:1.575927734375rem;width:7.9375rem;height:1.25rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kIycGIW2taTPk7FfIwKbnNxwMwLoG67K { display:block; }
 }@media only screen and (max-width: 763px) { #z3S5bAWffplMbOmBSUFUP4w5TWsvQC8D { top:12.373291015625rem;left:10.560302734375rem;width:7.9375rem;height:1.25rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bng5BWX7R54VU6vX4ARtTOukx69TbiLp { display:block; }
 }@media only screen and (max-width: 763px) { #U6OuzZnBITq1UHxRE4vn3XzKf8zyoZKI { top:10.25rem;left:1.5625rem;width:7.9375rem;height:1.25rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #i7xWx3yLpeGTXpom8Rlyap0AenskrM54 { display:block; }
 }@media only screen and (max-width: 763px) { #LmOwfSnCyvRK0QvbMuD6ibsMqrbD6i7q { width:18.75rem;height:29.58006875rem;top:15.68359375rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #o8y2VndoDkNdZXXUbUTpXtVVUkPONtg2 { width:19.75rem;height:34.75rem;top:46.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv9FbRhNlrNt70m6PxOswMKRgBl8WBan { width:14.3115rem;height:29.70705rem;top:50.8125rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VtcompB0siQNCnx9CZdKVyGVhfoCOeS9 { width:20rem;height:0;top:75.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7IsFMDAT44uZHXR0n9zlTOXRTy3ne6P { width:15.1855625rem;height:1.23779375rem;top:48.375rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wcTnQbcgklfN8lPu6wJKUQkts1vqzUyJ { width:8.0625rem;height:29.70705rem;top:50.8125rem;left:11.6875rem;text-align:right;text-align-last:right;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pMtFSzotpRVMydMTqQH2qfOrCTw0l8bq { width:18.9978125rem;height:2.749025rem;top:84.03076171875rem;left:0.50048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzggws3yRt2DawTlECCwRws7A6LA1OsM { display:block; }
 }@media only screen and (max-width: 763px) { #GiF8DaZEm0CBwCVqsfLQDHeJpGv3OThL { width:20rem;height:39.75rem;top:103.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNgqJPHR4xEwByMtO3gSLBv5gnRvdXV4 { width:20rem;height:20rem;top:91.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1KbM6hBNWDxQaZW7qCXfIpfLTiyVKTn { width:16.1865rem;height:1.9995125rem;top:113.125rem;left:1.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KFNrTSq5p2zko9sRE0QAMUr6hZhPW5qJ { width:17.99925rem;height:24.816875rem;top:116.875rem;left:1rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ava8p0qTRrtXcr3IgxQkS4wClvRLwBdR { width:5.3125rem;height:5.3125rem;top:88.25rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t { background-color:#84a183;background-image:url("https://images.assets-landingi.com/uc/6c530c23-e204-402c-b65a-ed2be57018be/bg_4.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.adaptive-delivery-prevent-bg, #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.lazyload, #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.lazyloading { background-image: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { background-color: transparent; background-image: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .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); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXTfF0uXUgQSOXFMauxSWzlBFffkblc6 { width:10.8105625rem;height:5.9985375rem;top:2.061767578125rem;left:1.87255859375rem;font-size:2rem;text-align:left;text-align-last:left;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-text { font-size:1.125rem;height:auto; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T { display:flex;height:auto;width:15.18675rem;top:9.12353515625rem;left:4.813232421875rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #sAHblGfEV4TLXaVNUEEl65N4X376GPGA {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #ozapADszV2mbLMxCyAPiNkruyV9tl2KO {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #C5LaqNUhL3WeMgfNfer05S2ZCcE9DXFy {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #dO4KZghKfT1AmUSXdgXRqKSSq6q6ew4z {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #aoG2GkMGslJnrbrkfsUwTlQvtb9xa8sO {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #rodn8PXkRdSecCBENHaH4aHbIUEzxCqu {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #wJxhTXtL6pD2I5zOZshCuW8O9LkCQKrV {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #GaG4f52cnMCLa7caivps9ohRNVaKR7Sd {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #G05bTIu8nqxRhdoakWfgsmRWgpQCLqgA {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #m9RD0pbzPpMmUwqb1Ta66PVE237MmXaw {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #k1dxI00zd7zh9I3DEgaMHh2XFgpKTWDG {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #SzNr05XBpnBrQFmDMtJMSS7TRTdqITMO {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #EzIdOFVmr2HuhMteF1D4ODn01kU0nNS9 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #EwcbAdTpM3Sc8uWBlUpEyiHxQcLgrsgM {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #zXHPPxWn88pKbn1qnqCJLeyaks7F5mKH {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #lTwzLldcFVKcgLiWiQwgUvCwVOfoy6IU {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #a5eIqHfiPaFEfCtvQV4W7swNAUO4bTnA {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #gqQ3uU3BHum2Je8vi5I1uDZ7l503QId0 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #rJpAedgZdHydL34ieVLA6Wtkk2IeNRMB {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #O2yr572xpRNFAHmDTLwiKJ9520rIMPCU {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #HfPEDftpAIwNk4sxSDSIkBTJMWD1sRD9 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #AayNLb5pbUy3mU18CzrHAW75TE6KrvAX {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #s05n5HcVvWcrssSS4rTFU6S8iS1P8iMT {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #TTZe99vihRT28HhNLZBP8enusOGTKysl {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #ILQJtvMs3Rb75hpvBmCVcuzXXTxS9leG {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #mn21g9J0zvrHQHCOLrOhf0wEZME9IfAZ {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #Z0xNfDKerrramlD9WafVVgKEyfRVA7HT {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #oMZ0SRf7OfZVM1c1HFJpLAVEkZvf58aa {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #wm4q0tgmqrItaHmr0PdftU7Av4yNB4xz {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #nccwuk2Gxb5DqQdVNGZ1puL40D23i0oz {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #DTPfnTNNSHlc63pJmTXTn7ZJ15vo52ke {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #TJ6O739vQqZGSVEtnsNGFw0wqa41s57d {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #W6qktqHG3OkCL0OOtw86IsnMpeadzF8u {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #M1EghF8k60mfdR2PXUOwRrP143uioZkF {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #NHB8Ro1fDWMTAzbE3w3PmBfZRJwEITm5 {  }
 }@media only screen and (max-width: 763px) { #WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo { display:block; }#WhlwQDOUUEAwJMvf7ATznkhe25hiMIbo > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCrDPIt52ewL4TQBksEiwD8UTRDQ24IQ { width:18.6875rem;height:19.5rem;top:4rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh7zR21cCHEIn6eoN6iZWeN0WBSiPtTx { display:flex;width:17.625rem;height:17.625rem;top:4.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qMkdhBZLn2XzsEvF9qSrN3R3aTpXH4X0 { width:15.75rem;height:2.8125rem;top:18.625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeCqmNsUAblkHZmA6U200yMgIUqLcD9x { display:block; }
 }@media only screen and (max-width: 763px) { #PT5nT4nE25MBys4vTZTH5hITFxC6vTv9 { width:16.3745rem;height:7.312rem;top:10.0625rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uJ0M71monQXwA2VHBs0rNX10yDwLztuS { width:13.75rem;height:3.125rem;top:5.625rem;left:3.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pq4G3b4Lah7f8SDJcMwUTxA3WPMW3bKD { width:20rem;height:0.124511875rem;top:27.87109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe { display:block; }#Ipu55otbHLesfVMDMSoJMJi0pMGtKqwe > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nius86CIo15X5Ex4HEUB8yRzMeVvr7TV { width:20rem;height:2.6245125rem;top:4.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cTL29EXRzWbfRxnlPCGiCB0Z6yJoGTDq { width:8.125rem;height:1.875rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2zn8gLdzoxBk2rstrCcplrDploQMM9E { width:15.7483125rem;height:7.495125rem;top:13.388671875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BXJrHxszW4dp1o9wTOFaOTRrxh5zTUHb { width:15.7483125rem;height:10.493175rem;top:22.877197265625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qr2AD7GTwDLyaLlAAauGZclTawLKiLOT { width:15.625rem;height:1.030275rem;top:44.034423828125rem;left:2.578125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #t0bAcrHSTsTFHkppXc29rRt1Kf7f2uIA { display:flex;width:1.875rem;height:1.875rem;top:43.612060546875rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Zv2Q86qlnAnUpDuQlq9XkhsmsvPQ3CUn { width:5.49926875rem;height:0.9375rem;top:46.6748046875rem;left:2.578125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #iuwyxQ2SNy7m9FVWDx81p9n43q9iSFS0 { display:flex;width:1.875rem;height:1.875rem;top:46.2060546875rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Sacb5I6ZKAzMKtRnDW8aNEQBz4XgtLT0 { width:8.2495rem;height:0.9375rem;top:39.517822265625rem;left:2.578125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #PZzmTk2WgFG5bhcwtG42ODvniqf5DCIH { display:flex;width:1.875rem;height:1.875rem;top:39.049072265625rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Svfvec6VXWBKd2HxW5L16oLbpdiMxzZ9 { display:flex;width:1.875rem;height:1.875rem;top:35.909423828125rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #TZc0N9hS5WisbgEfi7hv01sJ4oytpCLL { width:10.7495rem;height:0.9375rem;top:36.378173828125rem;left:2.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QAbyabo6sseRsSpQAMTfmLauOCJ0dPB3 { width:15.81175rem;height:2.56225625rem;top:8.9990234375rem;left:2.09228515625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OfTtrt6BE6mQHMhSN5oIEAT1TlfKRptK { display:block; }
 }@media only screen and (max-width: 763px) { #K5Dluvhy8L1Tc00BATAdD9cGGUXI0fvw { display:block; }#K5Dluvhy8L1Tc00BATAdD9cGGUXI0fvw > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xFTboNMRPMS6OhP900MucNs4JGwPBSQg { width:12.0605625rem;height:1.499025rem;top:2.061767578125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U7JM66szMPbXCoPu9EgyJxiM8UDVlRCO { display:flex;width:3.125rem;height:3.125rem;top:4.373779296875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ySLAtUalbXO9ggJgT13cf9DT4zMdUg7T { display:flex;width:2.5rem;height:2.5rem;top:4.686279296875rem;left:3.6875rem; }
 }@media only screen and (max-width: 763px) { #ochOD2RVxcIArwdM8hTS7hFepzirspMb { width:3.75rem;height:1.3745125rem;top:5.247802734375rem;left:6.8896484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SICoMEQs2laxLJPLoH3ZHdQU1l6w95Vd { width:3.125rem;height:1.31225625rem;top:5.279541015625rem;left:11.37353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyMUyuHazwlrNrROIZAMQWGBWRPLGMRP { width:3.2495125rem;height:1.2255875rem;top:5.322265625rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZGmqgtMQBHARJ2TUgKfkD0UCkxqqfv5 { width:2.6245125rem;height:1.2207rem;top:7.186279296875rem;left:16.015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre { display:block; }#aUeCuZWxn7EPSvhSQA5Ou1L1lSuMnTre > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTyU4O4umq7gFGg5kEf85JBwZn87vxxI { width:20rem;height:0.89355625rem;top:0.521240234375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }