.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:255,255,255;--color-primary-1:255,255,255;--color-primary-2:255,255,255;--color-primary-3:128,128,128;--color-primary-4:38,38,38;--color-secondary-0:217,218,222;--color-secondary-1:129,130,145;--color-secondary-2:3,5,34;--color-secondary-3:2,3,17;--color-secondary-4:0,1,5;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter";--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:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;display:block; }
#fH6gCk16qWQq6a8ftohyvnLcE81BDE24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .row > .video-iframe-container { display: none; }#fH6gCk16qWQq6a8ftohyvnLcE81BDE24 > .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); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR { background-color:#eaeaea;background-image:url("https://images.assets-landingi.com/uc/50bc2476-c8e9-4c08-a62e-04fae7542eec/lp1.png");background-position:top 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;display:block; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR.adaptive-delivery-prevent-bg, #trSooUb15pwW13PRdSwT9HXXDRpIvmUR.lazyload, #trSooUb15pwW13PRdSwT9HXXDRpIvmUR.lazyloading { background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { background-color: transparent; background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .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); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { border-width: 0; border-radius: 0; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { width:75rem;height:59.8125rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#eK0emACOdGAfgP8KH4qhPrC6JPxMc6dK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.625rem 3.125rem rgba(var(--color-tertiary-4),0.24) ;height:21.8125rem;width:39rem;top:23.5625rem;left:18rem;display:block; }
#NRu9Ktv0VVFPbfT5R02tPVEQKboiPnE5 { color:#722300;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9rem;left:0rem;height:4.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pxWcsXTfOtK93dfqZIcwLsRHBy4OH44J { position:absolute;display:block;z-index:14999;background-color:#722300;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.21) ;height:24.1875rem;width:42.9375rem;top:22.375rem;left:16.0625rem;display:block; }
#f1THs0ldra2m0BIMnsITddUOU3dW2nmW { color:#191919;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:13.4375rem;left:0rem;height:6.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SoqBaDJvFQzGFy46suOBqB2ntzHyQBdT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #76953e, #7bab24);background-image: -moz-linear-gradient(180deg, #76953e, #7bab24);background-image: -ms-linear-gradient(180deg, #76953e, #7bab24);background-image: -o-linear-gradient(180deg, #76953e, #7bab24);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#76953e', endColorstr='#7bab24' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#76953e', endColorstr='#7bab24' );";background-image: linear-gradient(180deg, #76953e, #7bab24);background-size:auto !important;border-top:0.0625rem solid #bad788;border-left:0.0625rem solid #bad788;border-right:0.0625rem solid #bad788;border-bottom:0.0625rem solid #bad788;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0rem 0.375rem 1rem rgba(86,111,77,0.78) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50.625rem;height:4.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:48.5625rem;left:12.1875rem;display:block; }
#eSf8qnwnqu8WOtRca9TRXF1K8ogldCqC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HIIy1fSkTKbtf15ARBU8m19rFlkbsKGl { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:31.8125rem;top:1.84375rem;left:21.59375rem;overflow:hidden;display:block; }
#RXEAwGrnyPybHAXToI2TpZBkDyCRKzXS { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:54rem;left:0rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#x1py1NWZurFUn8RClT1aG4VofhTm8XQy { 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; }#x1py1NWZurFUn8RClT1aG4VofhTm8XQy > .row .container { background-color: transparent; background-image: none; }#x1py1NWZurFUn8RClT1aG4VofhTm8XQy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1py1NWZurFUn8RClT1aG4VofhTm8XQy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1py1NWZurFUn8RClT1aG4VofhTm8XQy > .row .container > .video-iframe-container { display: none; }#x1py1NWZurFUn8RClT1aG4VofhTm8XQy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1py1NWZurFUn8RClT1aG4VofhTm8XQy > .row > .video-iframe-container { display: none; }#x1py1NWZurFUn8RClT1aG4VofhTm8XQy > .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); }#x1py1NWZurFUn8RClT1aG4VofhTm8XQy > .row .container { border-width: 0; border-radius: 0; }#x1py1NWZurFUn8RClT1aG4VofhTm8XQy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x1py1NWZurFUn8RClT1aG4VofhTm8XQy > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:75rem;position:relative;display:block; }#oqmNXJBmbZoGvqcZTRTFkSQmwZT3RPZm { color:#191919;display:block;width:40.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.625rem;left:2.0625rem;height:6.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m5IZykT5yCWBFfyptk3sgeTSvrxGkK9e { color:#191919;display:block;width:43rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:10.6875rem;left:2.0625rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hU1T5Tm58TsMxoKW6SeuC1ubs8NzcCTS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ece6d2;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; }#hU1T5Tm58TsMxoKW6SeuC1ubs8NzcCTS > .row .container { background-color: transparent; background-image: none; }#hU1T5Tm58TsMxoKW6SeuC1ubs8NzcCTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hU1T5Tm58TsMxoKW6SeuC1ubs8NzcCTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hU1T5Tm58TsMxoKW6SeuC1ubs8NzcCTS > .row .container > .video-iframe-container { display: none; }#hU1T5Tm58TsMxoKW6SeuC1ubs8NzcCTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hU1T5Tm58TsMxoKW6SeuC1ubs8NzcCTS > .row > .video-iframe-container { display: none; }#hU1T5Tm58TsMxoKW6SeuC1ubs8NzcCTS > .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); }#hU1T5Tm58TsMxoKW6SeuC1ubs8NzcCTS > .row .container { border-width: 0; border-radius: 0; }#hU1T5Tm58TsMxoKW6SeuC1ubs8NzcCTS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hU1T5Tm58TsMxoKW6SeuC1ubs8NzcCTS > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;position:relative;display:block; }#TJP8LtTyWL7eq8qBgQPNNOSfy1rqC0EO { color:rgba(var(--color-primary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:21.5rem;left:2.375rem;height:4.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aOI7UgrqG8XtqErd802xLlPwNBsTCVvk { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.75rem;width:39.875rem;top:3.40625rem;left:35.125rem;overflow:hidden;display:block; }
#uRsdu2Ay7gHsbBEOGbGBuJkouFLn19Aa { box-sizing:content-box;height:2.3125rem;width:2.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#722300;background-image:none;box-shadow: 0.125rem 0.9375rem 1.875rem rgba(var(--color-secondary-3),0.59) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:5rem;left:1.75rem;display:block; }
#WcssuEJW1iXM1n16oaVeLgnCNNrpEaCK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:5.5rem;left:2.25rem; }
#TVl5xFwcEQ9H7AvWwJ4qTNhtrfihIifW { color:rgba(var(--color-primary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:2.9;letter-spacing:0;top:4.25rem;left:5.1875rem;height:14.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#azFLs0zD0h7PC4PBk0ppRRUcV7v7T4CT { box-sizing:content-box;height:2.3125rem;width:2.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#722300;background-image:none;box-shadow: 0.125rem 0.9375rem 1.875rem rgba(var(--color-secondary-3),0.59) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:8.375rem;left:1.8125rem;display:block; }
#KJMUmzsEN978V8G7NuFXIMZZ71esgiWa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:8.875rem;left:2.3125rem; }
#eGE3ka6OGTE3DllpKDOKqcgsxl8lxUAM { box-sizing:content-box;height:2.3125rem;width:2.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#722300;background-image:none;box-shadow: 0.125rem 0.9375rem 1.875rem rgba(var(--color-secondary-3),0.59) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:15.6875rem;left:1.8125rem;display:block; }
#JN7Et3HrQQknktnbCAfNmKPRMFhprpaD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:16.1875rem;left:2.3125rem; }
#Z1XFhXkIZs93O9Ru4USvw4tIHVTqIz8g { box-sizing:content-box;height:2.3125rem;width:2.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#722300;background-image:none;box-shadow: 0.125rem 0.9375rem 1.875rem rgba(var(--color-secondary-3),0.59) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:12.0625rem;left:1.8125rem;display:block; }
#xnyi2q4AtGkbeFKCZtCwsQaAUextiMwi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:12.5625rem;left:2.3125rem; }
#CETPPo2l9rTJhJgAFw0PizgdzucOW7Ta { color:rgba(var(--color-primary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:2.9;letter-spacing:0;top:6.5625rem;left:5.9375rem;height:13rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#eLvngSdQCKI7SSrulh5vwxB4ELz9oHki { color:rgba(var(--color-primary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:2.9;letter-spacing:0;top:6.5625rem;left:5.9375rem;height:13rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#CUL6ky2HeAvFJhXRo9mM1VdRNlQ0UDgO { color:rgba(var(--color-primary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:2.9;letter-spacing:0;top:6.5625rem;left:5.9375rem;height:13rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#yiTmEOKm3fyBOTbz2zWz65seN0Kc4aDr { color:rgba(var(--color-primary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:2.9;letter-spacing:0;top:6.5625rem;left:5.9375rem;height:13rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#emgqBwFp7XScmXvcdKZreBt4BJpEH6eI { color:rgba(var(--color-primary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:2.9;letter-spacing:0;top:6.5625rem;left:5.9375rem;height:13rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#AJs8FTb6gzUOiX3XNG5QIW5Oldl1003D { color:rgba(var(--color-primary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:2.9;letter-spacing:0;top:6.5625rem;left:5.9375rem;height:13rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#HOwRFOurZQ67mPCDcuWn0nwgnMizlHeT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ece6d2;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; }#HOwRFOurZQ67mPCDcuWn0nwgnMizlHeT > .row .container { background-color: transparent; background-image: none; }#HOwRFOurZQ67mPCDcuWn0nwgnMizlHeT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOwRFOurZQ67mPCDcuWn0nwgnMizlHeT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOwRFOurZQ67mPCDcuWn0nwgnMizlHeT > .row .container > .video-iframe-container { display: none; }#HOwRFOurZQ67mPCDcuWn0nwgnMizlHeT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOwRFOurZQ67mPCDcuWn0nwgnMizlHeT > .row > .video-iframe-container { display: none; }#HOwRFOurZQ67mPCDcuWn0nwgnMizlHeT > .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); }#HOwRFOurZQ67mPCDcuWn0nwgnMizlHeT > .row .container { border-width: 0; border-radius: 0; }#HOwRFOurZQ67mPCDcuWn0nwgnMizlHeT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HOwRFOurZQ67mPCDcuWn0nwgnMizlHeT > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#vxbSalzJc4DCEcPl7bpRKlSFbE0qI7Zv { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #76953e, #7bab24);background-image: -moz-linear-gradient(180deg, #76953e, #7bab24);background-image: -ms-linear-gradient(180deg, #76953e, #7bab24);background-image: -o-linear-gradient(180deg, #76953e, #7bab24);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#76953e', endColorstr='#7bab24' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#76953e', endColorstr='#7bab24' );";background-image: linear-gradient(180deg, #76953e, #7bab24);background-size:auto !important;border-top:0.0625rem solid #bad788;border-left:0.0625rem solid #bad788;border-right:0.0625rem solid #bad788;border-bottom:0.0625rem solid #bad788;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0rem 0.375rem 1rem rgba(86,111,77,0.78) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50.625rem;height:4.125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.1875rem;left:12.1875rem;display:block; }
#TdrdMJNwlwULDNoXTHZ0lnQFZfvxmVVI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aot1C4KGgdnz30a6srwaNOWZIpTBMgBV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/06439c1d-0616-41e4-918b-c240a9e745e1/lp7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aot1C4KGgdnz30a6srwaNOWZIpTBMgBV.adaptive-delivery-prevent-bg, #aot1C4KGgdnz30a6srwaNOWZIpTBMgBV.lazyload, #aot1C4KGgdnz30a6srwaNOWZIpTBMgBV.lazyloading { background-image: none; }#aot1C4KGgdnz30a6srwaNOWZIpTBMgBV > .row .container { background-color: transparent; background-image: none; }#aot1C4KGgdnz30a6srwaNOWZIpTBMgBV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.53); }#aot1C4KGgdnz30a6srwaNOWZIpTBMgBV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aot1C4KGgdnz30a6srwaNOWZIpTBMgBV > .row .container > .video-iframe-container { display: none; }#aot1C4KGgdnz30a6srwaNOWZIpTBMgBV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.53); }#aot1C4KGgdnz30a6srwaNOWZIpTBMgBV > .row > .video-iframe-container { display: none; }#aot1C4KGgdnz30a6srwaNOWZIpTBMgBV > .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); }#aot1C4KGgdnz30a6srwaNOWZIpTBMgBV > .row .container { border-width: 0; border-radius: 0; }#aot1C4KGgdnz30a6srwaNOWZIpTBMgBV::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; }#aot1C4KGgdnz30a6srwaNOWZIpTBMgBV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aot1C4KGgdnz30a6srwaNOWZIpTBMgBV > .row .container { font-size:0.875rem;font-family:arial;height:60.625rem;width:75rem;position:relative;display:block; }#dcpIRoOFeTeOwn8GbTRAltiiR7bhCFnP { color:#191919;display:block;width:24.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:6.625rem;left:3.0625rem;height:3.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ktb7V3xaH1uJWTeN7lbTUdcwhcvfoBwr { color:#191919;display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:12.0625rem;left:6.5rem;height:2.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VlxgJ8bwkfKuGtchvOzhfItOJqTFoPpF { color:#191919;display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.1;letter-spacing:0;top:16.25rem;left:6.5rem;height:1.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QVTL4Ude6nGua0s6ibxzeDHvICEOhMO0 { color:#191919;display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:12.0625rem;left:39.9375rem;height:2.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yHLDf7phENCqzIs0JIlCu1rbcusTnnBL { color:#191919;display:block;width:25.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:16.3125rem;left:40rem;height:2.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h4UModLCm2b1SEhysx0n2toGO1Kq0KVw { color:#191919;display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.1;letter-spacing:0;top:20.6875rem;left:6.5rem;height:2.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nwan4cGTFV7R4x7P8pTvPNrzwoMe6Brg { color:#191919;display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.1;letter-spacing:0;top:20.6875rem;left:40rem;height:2.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XLeQTAn1WlgP8ing0Hn295D9ZRLsCGNO { color:#191919;display:block;width:26.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.1;letter-spacing:0;top:25.8125rem;left:6.5rem;height:3.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rCDwMaFXScOwK2TrauQO8qD6Q9H7vWC0 { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#722300;background-image:none;box-shadow: 0.125rem 0.9375rem 1.875rem rgba(var(--color-secondary-3),0.59) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:12.3125rem;left:36.8125rem;display:block; }
#m26Nem4wDHtrWly97G3F9a3EbK0ofNWk { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#722300;background-image:none;box-shadow: 0.125rem 0.9375rem 1.875rem rgba(var(--color-secondary-3),0.59) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:16.5rem;left:36.8125rem;display:block; }
#B4WbTQxS5cgG6ukTE1CPbNTdQgwo5kER { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#722300;background-image:none;box-shadow: 0.125rem 0.9375rem 1.875rem rgba(var(--color-secondary-3),0.59) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:12.3125rem;left:3.0625rem;display:block; }
#vAI5eZoPCliKwMGnNPtOr7PR61Zudt4z { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#722300;background-image:none;box-shadow: 0.125rem 0.9375rem 1.875rem rgba(var(--color-secondary-3),0.59) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:16.5rem;left:3.0625rem;display:block; }
#DVqoCKeFD9X65h1FJFfV9B2GoPueTKrN { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:#722300;background-image:none;box-shadow: 0.125rem 0.9375rem 1.875rem rgba(var(--color-secondary-3),0.59) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:21rem;left:3.0625rem;display:block; }
#kTFqom9nUvrif5UowKyvc0AxoU6mzGm6 { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#722300;background-image:none;box-shadow: 0.125rem 0.9375rem 1.875rem rgba(var(--color-secondary-3),0.59) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:25.9375rem;left:3.0625rem;display:block; }
#RgF2WAhEB8qU1leeJVmoLtMBBGp6Fi0x { box-sizing:content-box;height:1.8125rem;width:1.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:#722300;background-image:none;box-shadow: 0.125rem 0.9375rem 1.875rem rgba(var(--color-secondary-3),0.59) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:20.9375rem;left:36.8125rem;display:block; }
#DHMlwtp7bTe3Z0ygWGSH1spWXEsGSWRl { box-sizing:content-box;height:22.625rem;width:51.0625rem;position:absolute;display:block;z-index:15017;background-color:rgba(255,255,255,0.85);background-image:none;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.6875rem;left:3.0625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#a1J16KmdEMDUlV9POqrmlXKguTRBdB3v { box-sizing:content-box;height:14.8125rem;width:21rem;position:absolute;display:block;z-index:15019;background-color:rgba(236,230,210,0.53);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.6875rem;left:6.875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#N1OSLEVa5zJz73sNpgkUADXQ74UokFmK { color:#191919;display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:42.0625rem;left:9.03125rem;height:7.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hiFn6f6TBXHrgx1XSBUXukHEcr6J1sLM { color:#191919;display:block;width:17.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:42.0625rem;left:31rem;height:10.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kqmasvAlB4AU9mdFlyVOsiubTS9l5LCT { color:#722300;display:block;width:37.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:35.5625rem;left:9.71875rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LdoGG32mGQFZhpKTQi3e9TbTX6EKh0ty { box-sizing:content-box;height:14.8125rem;width:21rem;position:absolute;display:block;z-index:15020;background-color:rgba(236,230,210,0.53);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.6875rem;left:29.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#OsTRKaM4f4UtdfRuftV6sbslUvy2edSS { box-sizing:content-box;height:14.8125rem;width:21rem;position:absolute;display:block;z-index:15019;background-color:rgba(236,230,210,0.53);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.6875rem;left:6.875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
#x4ut91JOyacuV1DQr4AKf2bNN8Tqz7on { 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; }#x4ut91JOyacuV1DQr4AKf2bNN8Tqz7on > .row .container { background-color: transparent; background-image: none; }#x4ut91JOyacuV1DQr4AKf2bNN8Tqz7on::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4ut91JOyacuV1DQr4AKf2bNN8Tqz7on > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4ut91JOyacuV1DQr4AKf2bNN8Tqz7on > .row .container > .video-iframe-container { display: none; }#x4ut91JOyacuV1DQr4AKf2bNN8Tqz7on > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4ut91JOyacuV1DQr4AKf2bNN8Tqz7on > .row > .video-iframe-container { display: none; }#x4ut91JOyacuV1DQr4AKf2bNN8Tqz7on > .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); }#x4ut91JOyacuV1DQr4AKf2bNN8Tqz7on > .row .container { border-width: 0; border-radius: 0; }#x4ut91JOyacuV1DQr4AKf2bNN8Tqz7on > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x4ut91JOyacuV1DQr4AKf2bNN8Tqz7on > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#d8qhKq6wMZfaqG3ogqeq7n8fvTEItg3b { 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; }#d8qhKq6wMZfaqG3ogqeq7n8fvTEItg3b > .row .container { background-color: transparent; background-image: none; }#d8qhKq6wMZfaqG3ogqeq7n8fvTEItg3b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8qhKq6wMZfaqG3ogqeq7n8fvTEItg3b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8qhKq6wMZfaqG3ogqeq7n8fvTEItg3b > .row .container > .video-iframe-container { display: none; }#d8qhKq6wMZfaqG3ogqeq7n8fvTEItg3b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8qhKq6wMZfaqG3ogqeq7n8fvTEItg3b > .row > .video-iframe-container { display: none; }#d8qhKq6wMZfaqG3ogqeq7n8fvTEItg3b > .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); }#d8qhKq6wMZfaqG3ogqeq7n8fvTEItg3b > .row .container { border-width: 0; border-radius: 0; }#d8qhKq6wMZfaqG3ogqeq7n8fvTEItg3b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d8qhKq6wMZfaqG3ogqeq7n8fvTEItg3b > .row .container { font-size:0.875rem;font-family:arial;height:91.9375rem;width:75rem;position:relative;display:block; }#S1ksxLBqCtGWnwSeGIhXFobCyw73UXNT { box-sizing:content-box;height:17.75rem;width:23.125rem;position:absolute;display:block;z-index:15014;background-color:rgba(236,230,210,0.5);background-image:none;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.6875rem;left:0.9375rem;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; }
#qEceTD1GtI1exVX0nIxiK8DmloWhd2g4 { color:rgba(var(--color-tertiary-4),0.6);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:32.0625rem;left:3.375rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I5vE2L6v32PPnEOvKnr0QNDZ1XpLQHEW { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:27.6875rem;left:3.375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#xmnCZ4PGgrsHMCWNx8xoAg6c4MDb6Tdh { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#722300;background-image:none;box-shadow: 0.125rem 0.9375rem 1.875rem rgba(var(--color-secondary-3),0.59) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:20.6875rem;left:10rem;display:block; }
#i1tHTyJeIVMZ5saSA8SndAJ2MhHkIpSJ { color:rgba(236,236,236,0.85);display:block;width:3.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:21.5rem;left:10.625rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#MpD3ATSdGzbQQ7I6APimwcutvV4sLb3n { box-sizing:content-box;height:17.75rem;width:23.125rem;position:absolute;display:block;z-index:15019;background-color:rgba(236,230,210,0.5);background-image:none;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.6875rem;left:25.9375rem;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; }
#LVChvbrZmthgXm0FOA5fy2l63RNmM2NB { color:rgba(var(--color-tertiary-4),0.6);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:32.0625rem;left:28.375rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BAhIz9NFsAtTiE4STQMlQrQP2f83E4Vz { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:27.6875rem;left:28.375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#tQzVKRyWwEv8DK1Z01HmWuNCl2lc9Pwg { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15020;background-color:#722300;background-image:none;box-shadow: 0.125rem 0.9375rem 1.875rem rgba(var(--color-secondary-3),0.59) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:20.6875rem;left:35rem;display:block; }
#QdS1tUoiQU0CGiOfmZbQ3KabkW6ISJwb { color:rgba(236,236,236,0.85);display:block;width:3.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:21.5rem;left:35.625rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#mzMKQw8E9xgazSdmcNuWl6x1NZu8fPCA { box-sizing:content-box;height:17.75rem;width:23.125rem;position:absolute;display:block;z-index:15024;background-color:rgba(236,230,210,0.5);background-image:none;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.125rem;left:0.9375rem;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; }
#OpxHT3sRGdescoDCoHNDAFyfCPogk3v8 { color:rgba(var(--color-tertiary-4),0.6);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:51.5rem;left:3.375rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TFQrPDqUU9qv2fD5rtGR87MKJsZTVJer { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:47.125rem;left:3.375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#GmCGLJb5vqmbpKpTsab529hJVzH0U4pV { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#722300;background-image:none;box-shadow: 0.125rem 0.9375rem 1.875rem rgba(var(--color-secondary-3),0.59) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:40.125rem;left:10rem;display:block; }
#kUdL4OVVqSRJtgLNlsUHWD1zDxQJEyu1 { color:rgba(236,236,236,0.85);display:block;width:3.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:40.9375rem;left:10.625rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#elBaftTUgJHahZoaFM3bZdZrpp22SoQX { box-sizing:content-box;height:17.75rem;width:23.125rem;position:absolute;display:block;z-index:15034;background-color:rgba(236,230,210,0.5);background-image:none;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:62.9375rem;left:0.9375rem;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; }
#ydn4127uDWxgoTUBNEXXdrtinpWuWxAT { box-sizing:content-box;height:17.75rem;width:23.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(236,230,210,0.5);background-image:none;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:62.875rem;left:25.9375rem;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; }
#xZwc2LTvMZxA6Mrm6DeyFipln5T01wm6 { color:rgba(var(--color-tertiary-4),0.6);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:72.5rem;left:28.375rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OfnxBxhf4p0SlrdTIKXozxyZ9pkI2fky { box-sizing:content-box;height:17.75rem;width:23.125rem;position:absolute;display:block;z-index:15029;background-color:rgba(236,230,210,0.5);background-image:none;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.0625rem;left:25.9375rem;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; }
#skbTTEoB54KQPQC30QFct0pCMO0ipCt9 { color:rgba(var(--color-tertiary-4),0.6);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:51.5rem;left:28rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AIBb1uGqsJB6EDEDguy6tuay5kmRkQ8N { color:rgba(var(--color-tertiary-4),0.6);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:72.6875rem;left:3rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HzWuDKV9hHVviS0yAONJJIQyoFIriB0I { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:47.0625rem;left:28.375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#DunqLgHmlWKAuQZ69SFD3LiqO7SUHQps { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:66.9375rem;left:3.375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#SJZoJvnXMCXxJdLyLtB1Xz1nQCZBnwAH { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:66.875rem;left:28.375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#XZCVsPv5NOvByhSmPafCJCPKVMC1az7m { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:#722300;background-image:none;box-shadow: 0.125rem 0.9375rem 1.875rem rgba(var(--color-secondary-3),0.59) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:40.0625rem;left:35rem;display:block; }
#IsmMJlN88XhdMavtyGOO99mudqqA9zZQ { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15035;background-color:#722300;background-image:none;box-shadow: 0.125rem 0.9375rem 1.875rem rgba(var(--color-secondary-3),0.59) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:59.9375rem;left:10rem;display:block; }
#nxPB5NAl43CSXbW1whuboPeAsrScfTt5 { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#722300;background-image:none;box-shadow: 0.125rem 0.9375rem 1.875rem rgba(var(--color-secondary-3),0.59) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:59.875rem;left:35rem;display:block; }
#PR4TuiRSIteCdJVIFAzqqMARSvi80FeT { color:rgba(236,236,236,0.85);display:block;width:3.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:40.875rem;left:35.625rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#VbNRnwDeImxgs9wEKsM8naqGUWFh0qns { color:rgba(236,236,236,0.85);display:block;width:3.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:60.75rem;left:10.625rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#xaZQkcCpvCkDQA4vUWTOALUT98bDENl9 { color:rgba(236,236,236,0.85);display:block;width:3.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:60.6875rem;left:35.625rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#v22oslACrwCXIpOugDi7uF7kW7b4Mcqk { box-sizing:content-box;height:17.75rem;width:23.125rem;position:absolute;display:block;z-index:15034;background-color:rgba(236,230,210,0.5);background-image:none;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:62.875rem;left:50.9375rem;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; }
#GmlhgGZEMQDObff2ToQaheNRWcMawIG9 { color:rgba(var(--color-tertiary-4),0.6);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:72.5625rem;left:53rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OqfngFVfrLMXTzkzXaPfpTPBeetwmy6u { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:66.875rem;left:53.375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#boCIIT5PTTCncLGbzXabRZ7oHcOKlX2X { box-sizing:content-box;height:4.875rem;width:4.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15044;background-color:#722300;background-image:none;box-shadow: 0.125rem 0.9375rem 1.875rem rgba(var(--color-secondary-3),0.59) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);top:59.875rem;left:60rem;display:block; }
#klp0GSBEbBsrST2LOsCem2dWXreZvXTe { color:rgba(236,236,236,0.85);display:block;width:3.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:60.6875rem;left:60.625rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#LDtZ7dXTovbesG9Kut3HO4NFkLsHtofm { color:rgba(var(--color-secondary-2),1);display:block;width:38.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.9375rem;left:18.75rem;height:3.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d692NAHTmvqqFKHT0nvCautyTXXgex2f { color:rgba(var(--color-secondary-2),1);display:block;width:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:22.6875rem;height:6.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rTuG99GnUphnLMmBBtdKCHQ6qnSRyV1J { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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: 0.0625rem 0.625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;height:37.125rem;width:23.125rem;top:23.6875rem;left:50.9375rem;overflow:hidden;display:block; }
#eQo0WWmV5OX6z16g2KXe1inc6T26Ddym { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3c09174c-fd77-4a57-8c7d-6581e751c0a5/znna.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eQo0WWmV5OX6z16g2KXe1inc6T26Ddym.adaptive-delivery-prevent-bg, #eQo0WWmV5OX6z16g2KXe1inc6T26Ddym.lazyload, #eQo0WWmV5OX6z16g2KXe1inc6T26Ddym.lazyloading { background-image: none; }#eQo0WWmV5OX6z16g2KXe1inc6T26Ddym > .row .container { background-color: transparent; background-image: none; }#eQo0WWmV5OX6z16g2KXe1inc6T26Ddym::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.66); }#eQo0WWmV5OX6z16g2KXe1inc6T26Ddym > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQo0WWmV5OX6z16g2KXe1inc6T26Ddym > .row .container > .video-iframe-container { display: none; }#eQo0WWmV5OX6z16g2KXe1inc6T26Ddym > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.66); }#eQo0WWmV5OX6z16g2KXe1inc6T26Ddym > .row > .video-iframe-container { display: none; }#eQo0WWmV5OX6z16g2KXe1inc6T26Ddym > .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); }#eQo0WWmV5OX6z16g2KXe1inc6T26Ddym > .row .container { border-width: 0; border-radius: 0; }#eQo0WWmV5OX6z16g2KXe1inc6T26Ddym::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; }#eQo0WWmV5OX6z16g2KXe1inc6T26Ddym > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eQo0WWmV5OX6z16g2KXe1inc6T26Ddym > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:75rem;position:relative;display:block; }#zIAl226xuwoRHPOr1vNzKXrIVUKTBhi5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #76953e, #7bab24);background-image: -moz-linear-gradient(180deg, #76953e, #7bab24);background-image: -ms-linear-gradient(180deg, #76953e, #7bab24);background-image: -o-linear-gradient(180deg, #76953e, #7bab24);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#76953e', endColorstr='#7bab24' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#76953e', endColorstr='#7bab24' );";background-image: linear-gradient(180deg, #76953e, #7bab24);background-size:auto !important;border-top:0.0625rem solid #bad788;border-left:0.0625rem solid #bad788;border-right:0.0625rem solid #bad788;border-bottom:0.0625rem solid #bad788;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0rem 0.375rem 1rem rgba(86,111,77,0.78) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.0625rem;height:4.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:6.15625rem;left:36.625rem;display:block; }
#kLCAeI5b96Ozmc6mTIqZbCq5peIkxTfJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qRevC7QF9yC5eRxSrqlI9gWgmHQCzy2v { color:#191919;display:block;width:33.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:3.25rem;left:2.375rem;height:7.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rwo7JAomeGWn50Zz9oK546mz7VayVVy1 { color:#191919;display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:10.375rem;left:2.375rem;height:2.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hlWMpMHiNcRI2hfeiApqyvn5xh3CwAv8 { 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; }#hlWMpMHiNcRI2hfeiApqyvn5xh3CwAv8 > .row .container { background-color: transparent; background-image: none; }#hlWMpMHiNcRI2hfeiApqyvn5xh3CwAv8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlWMpMHiNcRI2hfeiApqyvn5xh3CwAv8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlWMpMHiNcRI2hfeiApqyvn5xh3CwAv8 > .row .container > .video-iframe-container { display: none; }#hlWMpMHiNcRI2hfeiApqyvn5xh3CwAv8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hlWMpMHiNcRI2hfeiApqyvn5xh3CwAv8 > .row > .video-iframe-container { display: none; }#hlWMpMHiNcRI2hfeiApqyvn5xh3CwAv8 > .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); }#hlWMpMHiNcRI2hfeiApqyvn5xh3CwAv8 > .row .container { border-width: 0; border-radius: 0; }#hlWMpMHiNcRI2hfeiApqyvn5xh3CwAv8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hlWMpMHiNcRI2hfeiApqyvn5xh3CwAv8 > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH { background-color:#ffffff;background-image:none;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;display:block; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container { background-color: transparent; background-image: none; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container > .video-iframe-container { display: none; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row > .video-iframe-container { display: none; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .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); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container { border-width: 0; border-radius: 0; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container { width:75rem;height:73.1875rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#qOI6zGk0ldRI8PSzpm2z2Qvk5yT1qvJX { color:#191919;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:3.5rem;left:0rem;height:6.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lLea5Q5RAF4JzTNQKWlGeiC06vGzDuFr { color:#191919;display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:10.3125rem;left:17.4375rem;height:4.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NqwINQut37TcaprP9xbCESkx45hv1FCo { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0c7d00, #86bc23);background-image: -moz-linear-gradient(180deg, #0c7d00, #86bc23);background-image: -ms-linear-gradient(180deg, #0c7d00, #86bc23);background-image: -o-linear-gradient(180deg, #0c7d00, #86bc23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c7d00', endColorstr='#86bc23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c7d00', endColorstr='#86bc23' );";background-image: linear-gradient(180deg, #0c7d00, #86bc23);background-size:auto !important;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.37) ;border-top:0.0625rem solid #cce895;border-left:0.0625rem solid #cce895;border-right:0.0625rem solid #cce895;border-bottom:0.0625rem solid #cce895;top:16.4375rem;left:51.25rem;display:block; }
#muhQpWOcCaNokaaTEbZLE4bGeUc8EBBm { color:rgba(255,255,255,0.49);display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:19.4375rem;left:51.125rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zl2zf7OleyuQ61awATc1rZ1zZRC0Xgxt { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:21.5625rem;left:51.125rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KkIyLw6pMhUSH8wNt8Dghp32HUnGm6Sz { box-sizing:content-box;height:0.125rem;width:6.25rem;position:absolute;display:block;z-index:15011;background-color:#ff0e0e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.75rem;left:54.4375rem;display:block; }
#C3DOTCQVqzJZlCwTWtRcNlCctmq6gUnX { box-sizing:content-box;height:11.6875rem;width:11.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #86bc23, #0c7d00);background-image: -moz-linear-gradient(180deg, #86bc23, #0c7d00);background-image: -ms-linear-gradient(180deg, #86bc23, #0c7d00);background-image: -o-linear-gradient(180deg, #86bc23, #0c7d00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#86bc23', endColorstr='#0c7d00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#86bc23', endColorstr='#0c7d00' );";background-image: linear-gradient(180deg, #86bc23, #0c7d00);background-size:auto !important;box-shadow: 0.625rem 0.625rem 0.625rem rgba(var(--color-tertiary-4),0.37) ;border-top:0.0625rem solid #cce895;border-left:0.0625rem solid #cce895;border-right:0.0625rem solid #cce895;border-bottom:0.0625rem solid #cce895;top:16.875rem;left:51.6875rem;display:block; }
#O3OkaGGyKVtkUq4yIJAfqIdEdmTxvAxb { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:25.5rem;top:16.0625rem;left:24.78125rem;overflow:hidden;display:block; }
#E3TzaPlvMH1m6rV29Ed8DKt65OTKkxWl { color:#191919;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:30.625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GEnEzas90kQlqRh5da3shLqhNhc6aBno { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0c7d00, #86bc23);background-image: -moz-linear-gradient(180deg, #0c7d00, #86bc23);background-image: -ms-linear-gradient(180deg, #0c7d00, #86bc23);background-image: -o-linear-gradient(180deg, #0c7d00, #86bc23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c7d00', endColorstr='#86bc23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c7d00', endColorstr='#86bc23' );";background-image: linear-gradient(180deg, #0c7d00, #86bc23);background-size:auto !important;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.37) ;border-top:0.0625rem solid #cce895;border-left:0.0625rem solid #cce895;border-right:0.0625rem solid #cce895;border-bottom:0.0625rem solid #cce895;top:43.375rem;left:21.5625rem;display:block; }
#XHpsHGZMDszATiVR686eexdbPR1AqMNM { color:#191919;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:44.0625rem;left:25.1875rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZwCd15JftvG12gowzXzSEwWPZL99Fu1x { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0c7d00, #86bc23);background-image: -moz-linear-gradient(180deg, #0c7d00, #86bc23);background-image: -ms-linear-gradient(180deg, #0c7d00, #86bc23);background-image: -o-linear-gradient(180deg, #0c7d00, #86bc23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c7d00', endColorstr='#86bc23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c7d00', endColorstr='#86bc23' );";background-image: linear-gradient(180deg, #0c7d00, #86bc23);background-size:auto !important;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.37) ;border-top:0.0625rem solid #cce895;border-left:0.0625rem solid #cce895;border-right:0.0625rem solid #cce895;border-bottom:0.0625rem solid #cce895;top:47.3125rem;left:21.5625rem;display:block; }
#wEFcQaeDg6ild86aegcSWhOogtRly35u { color:#191919;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:44.0625rem;left:42rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ArPBnc6A1whvw0kZQSIb0IaEcU4HVrwx { color:#191919;display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:47.9375rem;left:25.1875rem;height:4.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TaxsVli6NdRP3GZFEBxsJsWAx8EM6BAJ { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0c7d00, #86bc23);background-image: -moz-linear-gradient(180deg, #0c7d00, #86bc23);background-image: -ms-linear-gradient(180deg, #0c7d00, #86bc23);background-image: -o-linear-gradient(180deg, #0c7d00, #86bc23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c7d00', endColorstr='#86bc23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c7d00', endColorstr='#86bc23' );";background-image: linear-gradient(180deg, #0c7d00, #86bc23);background-size:auto !important;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.37) ;border-top:0.0625rem solid #cce895;border-left:0.0625rem solid #cce895;border-right:0.0625rem solid #cce895;border-bottom:0.0625rem solid #cce895;top:47.5rem;left:38.125rem;display:block; }
#VvqkUQQ1y6QFHIzB1ks8mV2VqmnacTSf { box-sizing:content-box;height:2.625rem;width:2.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0c7d00, #86bc23);background-image: -moz-linear-gradient(180deg, #0c7d00, #86bc23);background-image: -ms-linear-gradient(180deg, #0c7d00, #86bc23);background-image: -o-linear-gradient(180deg, #0c7d00, #86bc23);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c7d00', endColorstr='#86bc23' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c7d00', endColorstr='#86bc23' );";background-image: linear-gradient(180deg, #0c7d00, #86bc23);background-size:auto !important;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.37) ;border-top:0.0625rem solid #cce895;border-left:0.0625rem solid #cce895;border-right:0.0625rem solid #cce895;border-bottom:0.0625rem solid #cce895;top:43.4375rem;left:38.1875rem;display:block; }
#MTi3Qe5qnaIzFcvUerMTBATlJ0f8IILf { color:#191919;display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:48rem;left:42rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LnayePMmU9XoG9yA63lHTUEUsyvZMPOX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15021;opacity:1;top:43.9375rem;left:22.125rem; }
#XPJ22O9O3OGgQhLaJ0M3fMBbmPX3T18n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15022;opacity:1;top:47.9375rem;left:22.125rem; }
#VFhS0RTHZddt9EoJMclu1rGz96Q37rSc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15023;opacity:1;top:44.0625rem;left:38.8125rem; }
#JJirAT6W5xQwqQmT3FtKURPPTb9yCOPJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15024;opacity:1;top:48.125rem;left:38.6875rem; }
#Bf0roZC0o59aplSkkvaZud6UnGVhGLSH { color:#191919;display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:54.0625rem;left:21.5625rem;height:2.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VUlrLMF3e1NiLX6hRG706ECmJkzdhWMS { color:#191919;display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:33.8125rem;left:22.03125rem;height:5.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#toQg65LyS4dAKSNltWZkcGrL22GTPcWm { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.21) ;height:46.0625rem;width:36.9375rem;top:24.375rem;left:19.03125rem;display:block; }
#w5hz3DeT8G1uAEyCO6p0nw627ViSUEym { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #76953e, #7bab24);background-image: -moz-linear-gradient(180deg, #76953e, #7bab24);background-image: -ms-linear-gradient(180deg, #76953e, #7bab24);background-image: -o-linear-gradient(180deg, #76953e, #7bab24);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#76953e', endColorstr='#7bab24' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#76953e', endColorstr='#7bab24' );";background-image: linear-gradient(180deg, #76953e, #7bab24);background-size:auto !important;border-top:0.0625rem solid #bad788;border-left:0.0625rem solid #bad788;border-right:0.0625rem solid #bad788;border-bottom:0.0625rem solid #bad788;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0rem 0.375rem 1rem rgba(86,111,77,0.78) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1875rem;height:4.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:59.9375rem;left:26.40625rem;display:block; }
#Rvf4nxShd881KDgqRlTBOSAKg8Didgdd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fGxnnHPvbPJ7RyURtFrFETuThMk9uHGx { 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; }#fGxnnHPvbPJ7RyURtFrFETuThMk9uHGx > .row .container { background-color: transparent; background-image: none; }#fGxnnHPvbPJ7RyURtFrFETuThMk9uHGx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGxnnHPvbPJ7RyURtFrFETuThMk9uHGx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGxnnHPvbPJ7RyURtFrFETuThMk9uHGx > .row .container > .video-iframe-container { display: none; }#fGxnnHPvbPJ7RyURtFrFETuThMk9uHGx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fGxnnHPvbPJ7RyURtFrFETuThMk9uHGx > .row > .video-iframe-container { display: none; }#fGxnnHPvbPJ7RyURtFrFETuThMk9uHGx > .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); }#fGxnnHPvbPJ7RyURtFrFETuThMk9uHGx > .row .container { border-width: 0; border-radius: 0; }#fGxnnHPvbPJ7RyURtFrFETuThMk9uHGx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fGxnnHPvbPJ7RyURtFrFETuThMk9uHGx > .row .container { font-size:0.875rem;font-family:arial;height:59rem;width:75rem;position:relative;display:block; }#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:#ece6d2;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(25,25,25,0.16);border-left:0.125rem solid rgba(25,25,25,0.16);border-right:0.125rem solid rgba(25,25,25,0.16);border-bottom:0.125rem solid rgba(25,25,25,0.16);vertical-align:top; }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t .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; }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:#191919;text-align:center;text-align-last:center; }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t .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;font-family:var(--paragraphs-font-family);color:rgba(25,25,25,0.77);text-align:center;text-align-last:center; }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t .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_df5734c024eb2121373622c4df9456b2c1fb3359.svg");background-size:contain !important; }#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t .accordion-trigger.adaptive-delivery-prevent-bg, #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t .accordion-trigger.lazyload, #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t .accordion-trigger.lazyloading { background-image: none; }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t { box-sizing:content-box;height:auto;width:47.875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:12.25rem;left:11.25rem; }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #uLegL3ktmeqkp32uP62SAR5ealtlSDnP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #eFe7xzPmiSJ1DcvoOTFftsKO2oPgM89I { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #BS59VNyJX3if6r2MbD3K3Gdl4mPhPxfr { display:block;position:relative; }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #e3kcwxiNfJDtMRzbB39HNaARXZPwLHfv {  }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #Z3wDlpi3MFCUTm4MUKoN6vepTmzPq8Ie {  }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #MDcXSnbi4zBotSqUTSaA5vtb2ar9o5VT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #ibTo9VDO32SRT4NgTv33FgFwga8rMWrE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #kSBZUM50ZmLV1pST0FwJLS8xO2GBTWrb { display:block;position:relative; }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #GP18syZVCdC3RoT9P2EcPk1s9fqAKxRb {  }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #DOVrLpTwf4Z2EEozSoSxrq7duQHGISU7 { display:none; }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #TyAVWN7AidcO8T5SDxCQQ8pGHT3bbu6X { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #qhKD0BJJxSugSHDBkTkGGrpaTePUHpQ0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #rXSgACtKf1Fs3uiTrPUEPbU2OWXrOt3s { display:block;position:relative; }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #VB79f8suITFyWm1ESyFtzcGxVrietWdG {  }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #dO6i4BXQkAGJdJ6skhTEBPQTFCpHLwO1 { display:none; }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #StfUc9rKc2pzS7sWXBTKcUPbevwcmgzm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #tII3kucSpIBsxW30xgKwE6eFkdH4B6aW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #JofhuB8vsidUTOWJcmU7GLmDZMDJN80q { display:block;position:relative; }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #lO9wnLsWGOgwLO9t1ZafDaOqOgzCIchb {  }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #MvtccNyNJ3MW9hnFcS1g15tZZXUVmXkF { display:none; }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #Q9AnoiSH9UK1OmlDuDUdMVnEkS9Rs4FS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #TtoXtNbkWXfXOXlZmMpQlMyHDtLhWGMA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #AHU04RPO3zKcTFG5houPx69qM27TVwqC { display:block;position:relative; }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #CMpXvBzvE4rkAoHtvgWnH3FV7NZ5ayeT {  }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #m2ikIdMgixlXTmqq6Tbi4TfJydntgg1t { display:none; }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #MJWg2FWfQW0wQWHQLaBsRUTcUqpH8KOE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #KtCSPpEgHrngD6xeWtTSPatvKut3cJ87 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #aRqJlPuNCCvleKEwiwsSBpJMoaTktC2f { display:block;position:relative; }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #SGqzqOc3xNkuhCyQKRytbcCAMT9rHLmk {  }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #UGduxOxszFyrrsrJamaeg0tfcsqANGC9 { display:none; }
#TULzzPXmcAD8JezO0mhE4HDgu2DwnTaJ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #76953e, #7bab24);background-image: -moz-linear-gradient(180deg, #76953e, #7bab24);background-image: -ms-linear-gradient(180deg, #76953e, #7bab24);background-image: -o-linear-gradient(180deg, #76953e, #7bab24);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#76953e', endColorstr='#7bab24' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#76953e', endColorstr='#7bab24' );";background-image: linear-gradient(180deg, #76953e, #7bab24);background-size:auto !important;border-top:0.0625rem solid #bad788;border-left:0.0625rem solid #bad788;border-right:0.0625rem solid #bad788;border-bottom:0.0625rem solid #bad788;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0rem 0.375rem 1rem rgba(86,111,77,0.78) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1875rem;height:4.125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:49.9375rem;left:26.5rem;display:block; }
#rQMtskN9BsGeLQDI18hdCTNuVtqE5L0p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dZK3KxoHhZsHWEMNEb2H9RKSwhL11oTx { color:#191919;display:block;width:45.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:7.875rem;left:13.75rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ece6d2;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; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { background-color: transparent; background-image: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container > .video-iframe-container { display: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row > .video-iframe-container { display: none; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .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); }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { border-width: 0; border-radius: 0; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:17.4375rem;width:75rem;position:relative;display:block; }#gkvqKFHMBTRIMQADh4dnudUp9c7w7xUh { color:#191919;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:5.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#El5KivVSb4iu2nOo8IzmZcP5z3LZbQ8f { color:#191919;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:8.625rem;left:0rem;height:1.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vw8ete2VKeB9FqFgVT8GVxI20gvqREyb { color:#191919;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:13.9375rem;left:0rem;height:2.375rem;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) { #trSooUb15pwW13PRdSwT9HXXDRpIvmUR { display:block; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eK0emACOdGAfgP8KH4qhPrC6JPxMc6dK { width:39rem;height:21.8125rem;top:23.5625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRu9Ktv0VVFPbfT5R02tPVEQKboiPnE5 { width:47.75rem;height:4.4375rem;top:9rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxWcsXTfOtK93dfqZIcwLsRHBy4OH44J { width:42.9375rem;height:24.1875rem;top:22.375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1THs0ldra2m0BIMnsITddUOU3dW2nmW { width:47.75rem;height:6.5625rem;top:13.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoqBaDJvFQzGFy46suOBqB2ntzHyQBdT { width:46.625rem;height:4.125rem;top:48.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSf8qnwnqu8WOtRca9TRXF1K8ogldCqC { display:block; }
 }@media only screen and (max-width: 763px) { #HIIy1fSkTKbtf15ARBU8m19rFlkbsKGl { top:1.8125rem;left:7.96875rem;width:31.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXEAwGrnyPybHAXToI2TpZBkDyCRKzXS { width:20rem;height:2.5rem;top:46.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #x1py1NWZurFUn8RClT1aG4VofhTm8XQy { display:block; }#x1py1NWZurFUn8RClT1aG4VofhTm8XQy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oqmNXJBmbZoGvqcZTRTFkSQmwZT3RPZm { width:40.3125rem;height:6.0625rem;top:4.625rem;left:0rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5IZykT5yCWBFfyptk3sgeTSvrxGkK9e { width:43rem;height:1.4375rem;top:10.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU1T5Tm58TsMxoKW6SeuC1ubs8NzcCTS { display:block; }#hU1T5Tm58TsMxoKW6SeuC1ubs8NzcCTS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJP8LtTyWL7eq8qBgQPNNOSfy1rqC0EO { width:26.9375rem;height:4.3125rem;top:21.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOI7UgrqG8XtqErd802xLlPwNBsTCVvk { top:3.375rem;left:7.875rem;width:39.875rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRsdu2Ay7gHsbBEOGbGBuJkouFLn19Aa { top:5rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcssuEJW1iXM1n16oaVeLgnCNNrpEaCK { top:5.5rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVl5xFwcEQ9H7AvWwJ4qTNhtrfihIifW { width:34.375rem;height:14.5rem;top:4.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #azFLs0zD0h7PC4PBk0ppRRUcV7v7T4CT { top:8.375rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJMUmzsEN978V8G7NuFXIMZZ71esgiWa { top:8.875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGE3ka6OGTE3DllpKDOKqcgsxl8lxUAM { top:15.6875rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN7Et3HrQQknktnbCAfNmKPRMFhprpaD { top:16.1875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1XFhXkIZs93O9Ru4USvw4tIHVTqIz8g { top:12.0625rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnyi2q4AtGkbeFKCZtCwsQaAUextiMwi { top:12.5625rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CETPPo2l9rTJhJgAFw0PizgdzucOW7Ta { width:20rem;height:2.6875rem;top:21.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eLvngSdQCKI7SSrulh5vwxB4ELz9oHki { width:20rem;height:5.375rem;top:28.0625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CUL6ky2HeAvFJhXRo9mM1VdRNlQ0UDgO { width:20rem;height:;top:35.625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yiTmEOKm3fyBOTbz2zWz65seN0Kc4aDr { width:20rem;height:1.1875rem;top:45.375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #emgqBwFp7XScmXvcdKZreBt4BJpEH6eI { width:20rem;height:1.1875rem;top:20.6875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJs8FTb6gzUOiX3XNG5QIW5Oldl1003D { width:20rem;height:1.1875rem;top:27.625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #HOwRFOurZQ67mPCDcuWn0nwgnMizlHeT { display:block; }#HOwRFOurZQ67mPCDcuWn0nwgnMizlHeT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxbSalzJc4DCEcPl7bpRKlSFbE0qI7Zv { width:46.625rem;height:4.125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdrdMJNwlwULDNoXTHZ0lnQFZfvxmVVI { display:block; }
 }@media only screen and (max-width: 763px) { #aot1C4KGgdnz30a6srwaNOWZIpTBMgBV { display:block; }#aot1C4KGgdnz30a6srwaNOWZIpTBMgBV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dcpIRoOFeTeOwn8GbTRAltiiR7bhCFnP { width:24.4375rem;height:3.6875rem;top:6.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ktb7V3xaH1uJWTeN7lbTUdcwhcvfoBwr { top:12.0625rem;left:0rem;width:24.75rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlxgJ8bwkfKuGtchvOzhfItOJqTFoPpF { top:16.25rem;left:0rem;width:24.75rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVTL4Ude6nGua0s6ibxzeDHvICEOhMO0 { top:12.0625rem;left:23rem;width:24.75rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHLDf7phENCqzIs0JIlCu1rbcusTnnBL { top:16.3125rem;left:22.4375rem;width:25.3125rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4UModLCm2b1SEhysx0n2toGO1Kq0KVw { top:20.6875rem;left:0rem;width:24.75rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwan4cGTFV7R4x7P8pTvPNrzwoMe6Brg { top:20.6875rem;left:23rem;width:24.75rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLeQTAn1WlgP8ing0Hn295D9ZRLsCGNO { top:25.8125rem;left:0rem;width:26.0625rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCDwMaFXScOwK2TrauQO8qD6Q9H7vWC0 { top:12.3125rem;left:23.1875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m26Nem4wDHtrWly97G3F9a3EbK0ofNWk { top:16.5rem;left:23.1875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4WbTQxS5cgG6ukTE1CPbNTdQgwo5kER { top:12.3125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAI5eZoPCliKwMGnNPtOr7PR61Zudt4z { top:16.5rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVqoCKeFD9X65h1FJFfV9B2GoPueTKrN { top:21rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTFqom9nUvrif5UowKyvc0AxoU6mzGm6 { top:25.9375rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgF2WAhEB8qU1leeJVmoLtMBBGp6Fi0x { top:20.9375rem;left:23.1875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHMlwtp7bTe3Z0ygWGSH1spWXEsGSWRl { top:33.6875rem;left:0rem;width:47.75rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1J16KmdEMDUlV9POqrmlXKguTRBdB3v { top:39.6875rem;left:0rem;width:21rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1OSLEVa5zJz73sNpgkUADXQ74UokFmK { top:42.0625rem;left:0rem;width:16.6875rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiFn6f6TBXHrgx1XSBUXukHEcr6J1sLM { top:42.0625rem;left:17.375rem;width:17.625rem;height:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqmasvAlB4AU9mdFlyVOsiubTS9l5LCT { width:37.75rem;height:1.875rem;top:35.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdoGG32mGQFZhpKTQi3e9TbTX6EKh0ty { top:39.6875rem;left:15.6875rem;width:21rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsTRKaM4f4UtdfRuftV6sbslUvy2edSS { top:39.6875rem;left:0rem;width:21rem;height:14.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x4ut91JOyacuV1DQr4AKf2bNN8Tqz7on { display:block; }#x4ut91JOyacuV1DQr4AKf2bNN8Tqz7on > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8qhKq6wMZfaqG3ogqeq7n8fvTEItg3b { display:block; }#d8qhKq6wMZfaqG3ogqeq7n8fvTEItg3b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1ksxLBqCtGWnwSeGIhXFobCyw73UXNT { top:23.6875rem;left:0rem;width:23.125rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEceTD1GtI1exVX0nIxiK8DmloWhd2g4 { top:32.0625rem;left:0rem;width:19.0625rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5vE2L6v32PPnEOvKnr0QNDZ1XpLQHEW { top:27.6875rem;left:0rem;width:18.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmnCZ4PGgrsHMCWNx8xoAg6c4MDb6Tdh { top:20.6875rem;left:5.4375rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1tHTyJeIVMZ5saSA8SndAJ2MhHkIpSJ { top:21.5rem;left:6.0625rem;width:3.8125rem;height:3.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpD3ATSdGzbQQ7I6APimwcutvV4sLb3n { top:23.6875rem;left:8.625rem;width:23.125rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVChvbrZmthgXm0FOA5fy2l63RNmM2NB { top:32.0625rem;left:12.6875rem;width:19.0625rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAhIz9NFsAtTiE4STQMlQrQP2f83E4Vz { top:27.6875rem;left:13.6875rem;width:18.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQzVKRyWwEv8DK1Z01HmWuNCl2lc9Pwg { top:20.6875rem;left:21.3125rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdS1tUoiQU0CGiOfmZbQ3KabkW6ISJwb { top:21.5rem;left:21.9375rem;width:3.8125rem;height:3.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzMKQw8E9xgazSdmcNuWl6x1NZu8fPCA { top:43.125rem;left:0rem;width:23.125rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpxHT3sRGdescoDCoHNDAFyfCPogk3v8 { top:51.5rem;left:0rem;width:19.0625rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFQrPDqUU9qv2fD5rtGR87MKJsZTVJer { top:47.125rem;left:0rem;width:18.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmCGLJb5vqmbpKpTsab529hJVzH0U4pV { top:40.125rem;left:5.4375rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUdL4OVVqSRJtgLNlsUHWD1zDxQJEyu1 { top:40.9375rem;left:6.0625rem;width:3.8125rem;height:3.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #elBaftTUgJHahZoaFM3bZdZrpp22SoQX { top:62.9375rem;left:0rem;width:23.125rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydn4127uDWxgoTUBNEXXdrtinpWuWxAT { top:62.875rem;left:8.625rem;width:23.125rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZwc2LTvMZxA6Mrm6DeyFipln5T01wm6 { top:72.5rem;left:12.6875rem;width:19.0625rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfnxBxhf4p0SlrdTIKXozxyZ9pkI2fky { top:43.0625rem;left:8.625rem;width:23.125rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #skbTTEoB54KQPQC30QFct0pCMO0ipCt9 { top:51.5rem;left:12.6875rem;width:19.0625rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIBb1uGqsJB6EDEDguy6tuay5kmRkQ8N { top:72.6875rem;left:0rem;width:19.0625rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzWuDKV9hHVviS0yAONJJIQyoFIriB0I { top:47.0625rem;left:13.6875rem;width:18.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DunqLgHmlWKAuQZ69SFD3LiqO7SUHQps { top:66.9375rem;left:0rem;width:18.0625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJZoJvnXMCXxJdLyLtB1Xz1nQCZBnwAH { top:66.875rem;left:13.6875rem;width:18.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZCVsPv5NOvByhSmPafCJCPKVMC1az7m { top:40.0625rem;left:21.3125rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsmMJlN88XhdMavtyGOO99mudqqA9zZQ { top:59.9375rem;left:5.4375rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxPB5NAl43CSXbW1whuboPeAsrScfTt5 { top:59.875rem;left:21.3125rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PR4TuiRSIteCdJVIFAzqqMARSvi80FeT { top:40.875rem;left:21.9375rem;width:3.8125rem;height:3.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbNRnwDeImxgs9wEKsM8naqGUWFh0qns { top:60.75rem;left:6.0625rem;width:3.8125rem;height:3.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaZQkcCpvCkDQA4vUWTOALUT98bDENl9 { top:60.6875rem;left:21.9375rem;width:3.8125rem;height:3.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v22oslACrwCXIpOugDi7uF7kW7b4Mcqk { top:62.875rem;left:24.5rem;width:23.125rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmlhgGZEMQDObff2ToQaheNRWcMawIG9 { top:72.5625rem;left:28.5625rem;width:19.0625rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqfngFVfrLMXTzkzXaPfpTPBeetwmy6u { top:66.875rem;left:29.5625rem;width:18.0625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #boCIIT5PTTCncLGbzXabRZ7oHcOKlX2X { top:59.875rem;left:37.1875rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #klp0GSBEbBsrST2LOsCem2dWXreZvXTe { top:60.6875rem;left:37.8125rem;width:3.8125rem;height:3.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDtZ7dXTovbesG9Kut3HO4NFkLsHtofm { width:38.3125rem;height:3.6875rem;top:7.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d692NAHTmvqqFKHT0nvCautyTXXgex2f { width:29.625rem;height:6.0625rem;top:2.4375rem;left:0rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTuG99GnUphnLMmBBtdKCHQ6qnSRyV1J { top:23.6875rem;left:24.5rem;width:23.125rem;height:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQo0WWmV5OX6z16g2KXe1inc6T26Ddym { display:block; }#eQo0WWmV5OX6z16g2KXe1inc6T26Ddym > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zIAl226xuwoRHPOr1vNzKXrIVUKTBhi5 { width:29.0625rem;height:4.125rem;top:6.125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLCAeI5b96Ozmc6mTIqZbCq5peIkxTfJ { display:block; }
 }@media only screen and (max-width: 763px) { #qRevC7QF9yC5eRxSrqlI9gWgmHQCzy2v { width:33.625rem;height:7.125rem;top:3.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwo7JAomeGWn50Zz9oK546mz7VayVVy1 { width:23.6875rem;height:2.875rem;top:10.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlWMpMHiNcRI2hfeiApqyvn5xh3CwAv8 { display:block; }#hlWMpMHiNcRI2hfeiApqyvn5xh3CwAv8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH { display:block; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOI6zGk0ldRI8PSzpm2z2Qvk5yT1qvJX { width:47.75rem;height:6.25rem;top:3.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLea5Q5RAF4JzTNQKWlGeiC06vGzDuFr { width:40.25rem;height:4.3125rem;top:10.3125rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqwINQut37TcaprP9xbCESkx45hv1FCo { top:16.4375rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #muhQpWOcCaNokaaTEbZLE4bGeUc8EBBm { width:12.9375rem;height:2.75rem;top:19.4375rem;left:34.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl2zf7OleyuQ61awATc1rZ1zZRC0Xgxt { width:12.9375rem;height:4.375rem;top:21.5625rem;left:34.8125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkIyLw6pMhUSH8wNt8Dghp32HUnGm6Sz { top:20.75rem;left:40.8125rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3DOTCQVqzJZlCwTWtRcNlCctmq6gUnX { top:16.875rem;left:35.9375rem;width:11.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3OkaGGyKVtkUq4yIJAfqIdEdmTxvAxb { top:16.0625rem;left:11.15625rem;width:25.5rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3TzaPlvMH1m6rV29Ed8DKt65OTKkxWl { width:47.75rem;height:2.4375rem;top:30.625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEnEzas90kQlqRh5da3shLqhNhc6aBno { top:43.375rem;left:7.9375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHpsHGZMDszATiVR686eexdbPR1AqMNM { width:14.0625rem;height:1.4375rem;top:44.0625rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwCd15JftvG12gowzXzSEwWPZL99Fu1x { top:47.3125rem;left:7.9375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEFcQaeDg6ild86aegcSWhOogtRly35u { width:14.0625rem;height:1.4375rem;top:44.0625rem;left:28.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArPBnc6A1whvw0kZQSIb0IaEcU4HVrwx { width:11.5625rem;height:4.3125rem;top:47.9375rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaxsVli6NdRP3GZFEBxsJsWAx8EM6BAJ { top:47.5rem;left:24.5rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvqkUQQ1y6QFHIzB1ks8mV2VqmnacTSf { top:43.4375rem;left:24.5625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTi3Qe5qnaIzFcvUerMTBATlJ0f8IILf { width:12.3125rem;height:1.4375rem;top:48rem;left:28.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnayePMmU9XoG9yA63lHTUEUsyvZMPOX { top:43.9375rem;left:8.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPJ22O9O3OGgQhLaJ0M3fMBbmPX3T18n { top:47.9375rem;left:8.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFhS0RTHZddt9EoJMclu1rGz96Q37rSc { top:44.0625rem;left:25.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJirAT6W5xQwqQmT3FtKURPPTb9yCOPJ { top:48.125rem;left:25.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf0roZC0o59aplSkkvaZud6UnGVhGLSH { width:31.875rem;height:2.875rem;top:54.0625rem;left:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUlrLMF3e1NiLX6hRG706ECmJkzdhWMS { width:30.9375rem;height:5.75rem;top:33.8125rem;left:8.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #toQg65LyS4dAKSNltWZkcGrL22GTPcWm { width:36.9375rem;height:46.0625rem;top:24.375rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5hz3DeT8G1uAEyCO6p0nw627ViSUEym { width:22.1875rem;height:4.125rem;top:59.9375rem;left:12.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rvf4nxShd881KDgqRlTBOSAKg8Didgdd { display:block; }
 }@media only screen and (max-width: 763px) { #fGxnnHPvbPJ7RyURtFrFETuThMk9uHGx { display:block; }#fGxnnHPvbPJ7RyURtFrFETuThMk9uHGx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t { display:flex;height:auto;width:45.25rem;top:4.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #uLegL3ktmeqkp32uP62SAR5ealtlSDnP {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #eFe7xzPmiSJ1DcvoOTFftsKO2oPgM89I {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #BS59VNyJX3if6r2MbD3K3Gdl4mPhPxfr {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #e3kcwxiNfJDtMRzbB39HNaARXZPwLHfv {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #Z3wDlpi3MFCUTm4MUKoN6vepTmzPq8Ie {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #MDcXSnbi4zBotSqUTSaA5vtb2ar9o5VT {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #ibTo9VDO32SRT4NgTv33FgFwga8rMWrE {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #kSBZUM50ZmLV1pST0FwJLS8xO2GBTWrb {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #GP18syZVCdC3RoT9P2EcPk1s9fqAKxRb {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #DOVrLpTwf4Z2EEozSoSxrq7duQHGISU7 {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #TyAVWN7AidcO8T5SDxCQQ8pGHT3bbu6X {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #qhKD0BJJxSugSHDBkTkGGrpaTePUHpQ0 {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #rXSgACtKf1Fs3uiTrPUEPbU2OWXrOt3s {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #VB79f8suITFyWm1ESyFtzcGxVrietWdG {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #dO6i4BXQkAGJdJ6skhTEBPQTFCpHLwO1 {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #StfUc9rKc2pzS7sWXBTKcUPbevwcmgzm {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #tII3kucSpIBsxW30xgKwE6eFkdH4B6aW {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #JofhuB8vsidUTOWJcmU7GLmDZMDJN80q {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #lO9wnLsWGOgwLO9t1ZafDaOqOgzCIchb {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #MvtccNyNJ3MW9hnFcS1g15tZZXUVmXkF {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #Q9AnoiSH9UK1OmlDuDUdMVnEkS9Rs4FS {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #TtoXtNbkWXfXOXlZmMpQlMyHDtLhWGMA {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #AHU04RPO3zKcTFG5houPx69qM27TVwqC {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #CMpXvBzvE4rkAoHtvgWnH3FV7NZ5ayeT {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #m2ikIdMgixlXTmqq6Tbi4TfJydntgg1t {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #MJWg2FWfQW0wQWHQLaBsRUTcUqpH8KOE {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #KtCSPpEgHrngD6xeWtTSPatvKut3cJ87 {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #aRqJlPuNCCvleKEwiwsSBpJMoaTktC2f {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #SGqzqOc3xNkuhCyQKRytbcCAMT9rHLmk {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #UGduxOxszFyrrsrJamaeg0tfcsqANGC9 {  }
 }@media only screen and (max-width: 763px) { #TULzzPXmcAD8JezO0mhE4HDgu2DwnTaJ { width:22.1875rem;height:4.125rem;top:49.9375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQMtskN9BsGeLQDI18hdCTNuVtqE5L0p { display:block; }
 }@media only screen and (max-width: 763px) { #dZK3KxoHhZsHWEMNEb2H9RKSwhL11oTx { width:45.375rem;height:3.125rem;top:7.875rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 { display:block; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkvqKFHMBTRIMQADh4dnudUp9c7w7xUh { width:47.75rem;height:5.125rem;top:2.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #El5KivVSb4iu2nOo8IzmZcP5z3LZbQ8f { width:47.75rem;height:1.1875rem;top:8.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw8ete2VKeB9FqFgVT8GVxI20gvqREyb { width:47.75rem;height:2.375rem;top:13.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #trSooUb15pwW13PRdSwT9HXXDRpIvmUR { background-color:#e0dfd9;background-image:none;display:block; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { background-color: transparent; background-image: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row > .video-iframe-container { display: none; }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .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); }#trSooUb15pwW13PRdSwT9HXXDRpIvmUR > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eK0emACOdGAfgP8KH4qhPrC6JPxMc6dK { height:10.5rem;width:18.875rem;top:25.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRu9Ktv0VVFPbfT5R02tPVEQKboiPnE5 { width:20rem;height:4.125rem;top:8.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxWcsXTfOtK93dfqZIcwLsRHBy4OH44J { width:20rem;height:12.6875rem;top:24.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1THs0ldra2m0BIMnsITddUOU3dW2nmW { width:17.75rem;height:7.125rem;top:13.75rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#202020;display:block; }
 }@media only screen and (max-width: 763px) { #SoqBaDJvFQzGFy46suOBqB2ntzHyQBdT { width:19.8125rem;height:3.4375rem;top:42.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSf8qnwnqu8WOtRca9TRXF1K8ogldCqC { display:block; }
 }@media only screen and (max-width: 763px) { #HIIy1fSkTKbtf15ARBU8m19rFlkbsKGl { width:20rem;height:3.4184675834971rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXEAwGrnyPybHAXToI2TpZBkDyCRKzXS { width:16.4375rem;height:2.5rem;top:39.8125rem;left:1.78125rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15014;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #x1py1NWZurFUn8RClT1aG4VofhTm8XQy { display:block; }#x1py1NWZurFUn8RClT1aG4VofhTm8XQy > .row .container { width:20rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oqmNXJBmbZoGvqcZTRTFkSQmwZT3RPZm { width:20rem;height:2.5625rem;top:6.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5IZykT5yCWBFfyptk3sgeTSvrxGkK9e { width:18.3125rem;height:2.375rem;top:9.5rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#202020;display:block; }
 }@media only screen and (max-width: 763px) { #hU1T5Tm58TsMxoKW6SeuC1ubs8NzcCTS { display:block; }#hU1T5Tm58TsMxoKW6SeuC1ubs8NzcCTS > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TJP8LtTyWL7eq8qBgQPNNOSfy1rqC0EO { width:19rem;height:8.125rem;top:51.25rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aOI7UgrqG8XtqErd802xLlPwNBsTCVvk { width:20rem;height:9.875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRsdu2Ay7gHsbBEOGbGBuJkouFLn19Aa { width:2.3125rem;height:2.3125rem;top:17.0625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcssuEJW1iXM1n16oaVeLgnCNNrpEaCK { display:flex;width:1.4375rem;height:1.4375rem;top:17.5625rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #TVl5xFwcEQ9H7AvWwJ4qTNhtrfihIifW { width:20rem;height:0;top:50.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;line-height:2.9;display:none; }
 }@media only screen and (max-width: 763px) { #azFLs0zD0h7PC4PBk0ppRRUcV7v7T4CT { width:2.3125rem;height:2.3125rem;top:24.1875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJMUmzsEN978V8G7NuFXIMZZ71esgiWa { display:flex;width:1.4375rem;height:1.4375rem;top:24.6875rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #eGE3ka6OGTE3DllpKDOKqcgsxl8lxUAM { width:2.3125rem;height:2.3125rem;top:40rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN7Et3HrQQknktnbCAfNmKPRMFhprpaD { display:flex;width:1.4375rem;height:1.4375rem;top:40.5rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #Z1XFhXkIZs93O9Ru4USvw4tIHVTqIz8g { width:2.3125rem;height:2.3125rem;top:31.3125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnyi2q4AtGkbeFKCZtCwsQaAUextiMwi { display:flex;width:1.4375rem;height:1.4375rem;top:31.8125rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #CETPPo2l9rTJhJgAFw0PizgdzucOW7Ta { width:20rem;height:0;top:49.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;line-height:2.9;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #eLvngSdQCKI7SSrulh5vwxB4ELz9oHki { width:20rem;height:0;top:63.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;line-height:2.9;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #CUL6ky2HeAvFJhXRo9mM1VdRNlQ0UDgO { width:20rem;height:3.25rem;top:34.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;line-height:1.3;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #yiTmEOKm3fyBOTbz2zWz65seN0Kc4aDr { width:15.4375rem;height:3.25rem;top:44.1875rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;line-height:1.3;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #emgqBwFp7XScmXvcdKZreBt4BJpEH6eI { width:20rem;height:1.625rem;top:20.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;line-height:1.3;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #AJs8FTb6gzUOiX3XNG5QIW5Oldl1003D { width:20rem;height:1.625rem;top:27.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;line-height:1.3;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #HOwRFOurZQ67mPCDcuWn0nwgnMizlHeT { display:block; }#HOwRFOurZQ67mPCDcuWn0nwgnMizlHeT > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vxbSalzJc4DCEcPl7bpRKlSFbE0qI7Zv { width:18.875rem;height:4.125rem;top:1.25rem;left:0.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdrdMJNwlwULDNoXTHZ0lnQFZfvxmVVI { display:block; }
 }@media only screen and (max-width: 763px) { #aot1C4KGgdnz30a6srwaNOWZIpTBMgBV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/705f6e65-7b8e-4d6e-91ab-da8826aa4c45/lp0.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#aot1C4KGgdnz30a6srwaNOWZIpTBMgBV.adaptive-delivery-prevent-bg, #aot1C4KGgdnz30a6srwaNOWZIpTBMgBV.lazyload, #aot1C4KGgdnz30a6srwaNOWZIpTBMgBV.lazyloading { background-image: none; }#aot1C4KGgdnz30a6srwaNOWZIpTBMgBV > .row .container { background-color: transparent; background-image: none; }#aot1C4KGgdnz30a6srwaNOWZIpTBMgBV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.74); }#aot1C4KGgdnz30a6srwaNOWZIpTBMgBV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aot1C4KGgdnz30a6srwaNOWZIpTBMgBV > .row .container > .video-iframe-container { display: none; }#aot1C4KGgdnz30a6srwaNOWZIpTBMgBV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.74); }#aot1C4KGgdnz30a6srwaNOWZIpTBMgBV > .row > .video-iframe-container { display: none; }#aot1C4KGgdnz30a6srwaNOWZIpTBMgBV > .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); }#aot1C4KGgdnz30a6srwaNOWZIpTBMgBV > .row .container { width:20rem;height:110.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dcpIRoOFeTeOwn8GbTRAltiiR7bhCFnP { width:14.9375rem;height:2.0625rem;top:2.8125rem;left:2.53125rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ktb7V3xaH1uJWTeN7lbTUdcwhcvfoBwr { width:12.5625rem;height:4.25rem;top:8.1875rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlxgJ8bwkfKuGtchvOzhfItOJqTFoPpF { width:12.1875rem;height:3.1875rem;top:21.1875rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVTL4Ude6nGua0s6ibxzeDHvICEOhMO0 { width:12.6875rem;height:4.25rem;top:14.6875rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHLDf7phENCqzIs0JIlCu1rbcusTnnBL { width:12.1875rem;height:4.25rem;top:26.625rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4UModLCm2b1SEhysx0n2toGO1Kq0KVw { width:13.875rem;height:4.25rem;top:33.125rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwan4cGTFV7R4x7P8pTvPNrzwoMe6Brg { width:12.375rem;height:4.25rem;top:39.625rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLeQTAn1WlgP8ing0Hn295D9ZRLsCGNO { width:13.125rem;height:5.3125rem;top:46.125rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCDwMaFXScOwK2TrauQO8qD6Q9H7vWC0 { width:1.8125rem;height:1.8125rem;top:14.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m26Nem4wDHtrWly97G3F9a3EbK0ofNWk { width:1.8125rem;height:1.8125rem;top:26.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4WbTQxS5cgG6ukTE1CPbNTdQgwo5kER { width:1.8125rem;height:1.8125rem;top:8.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAI5eZoPCliKwMGnNPtOr7PR61Zudt4z { width:1.8125rem;height:1.8125rem;top:21.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVqoCKeFD9X65h1FJFfV9B2GoPueTKrN { width:1.8125rem;height:1.8125rem;top:33.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTFqom9nUvrif5UowKyvc0AxoU6mzGm6 { width:1.8125rem;height:1.8125rem;top:46.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgF2WAhEB8qU1leeJVmoLtMBBGp6Fi0x { width:1.8125rem;height:1.8125rem;top:39.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHMlwtp7bTe3Z0ygWGSH1spWXEsGSWRl { width:20rem;height:39.5rem;top:69.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1J16KmdEMDUlV9POqrmlXKguTRBdB3v { width:15.625rem;height:16.0625rem;top:90.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1OSLEVa5zJz73sNpgkUADXQ74UokFmK { width:12.5rem;height:6.25rem;top:80.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiFn6f6TBXHrgx1XSBUXukHEcr6J1sLM { width:12.5rem;height:11.25rem;top:91.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqmasvAlB4AU9mdFlyVOsiubTS9l5LCT { width:17.25rem;height:5.625rem;top:70.9375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdoGG32mGQFZhpKTQi3e9TbTX6EKh0ty { width:17.5rem;height:14.8125rem;top:95.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OsTRKaM4f4UtdfRuftV6sbslUvy2edSS { width:15.625rem;height:10.75rem;top:78.0625rem;left:2.1875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #x4ut91JOyacuV1DQr4AKf2bNN8Tqz7on { display:block; }#x4ut91JOyacuV1DQr4AKf2bNN8Tqz7on > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d8qhKq6wMZfaqG3ogqeq7n8fvTEItg3b { display:block; }#d8qhKq6wMZfaqG3ogqeq7n8fvTEItg3b > .row .container { width:20rem;height:168.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1ksxLBqCtGWnwSeGIhXFobCyw73UXNT { width:20rem;height:16.4375rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEceTD1GtI1exVX0nIxiK8DmloWhd2g4 { width:19.0625rem;height:6.25rem;top:18.9375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5vE2L6v32PPnEOvKnr0QNDZ1XpLQHEW { width:18.0625rem;height:3.25rem;top:14.6875rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmnCZ4PGgrsHMCWNx8xoAg6c4MDb6Tdh { width:4.875rem;height:4.875rem;top:8.75rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1tHTyJeIVMZ5saSA8SndAJ2MhHkIpSJ { width:3.8125rem;height:3.25rem;top:9.625rem;left:8.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpD3ATSdGzbQQ7I6APimwcutvV4sLb3n { width:20rem;height:13.875rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVChvbrZmthgXm0FOA5fy2l63RNmM2NB { width:19.0625rem;height:3.75rem;top:37.625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAhIz9NFsAtTiE4STQMlQrQP2f83E4Vz { width:18.0625rem;height:3.25rem;top:33.375rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQzVKRyWwEv8DK1Z01HmWuNCl2lc9Pwg { width:4.875rem;height:4.875rem;top:26.625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdS1tUoiQU0CGiOfmZbQ3KabkW6ISJwb { width:3.8125rem;height:3.25rem;top:27.5rem;left:8.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzMKQw8E9xgazSdmcNuWl6x1NZu8fPCA { width:20rem;height:14.3125rem;top:45.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpxHT3sRGdescoDCoHNDAFyfCPogk3v8 { width:19.0625rem;height:5rem;top:52.3125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFQrPDqUU9qv2fD5rtGR87MKJsZTVJer { width:18.0625rem;height:1.625rem;top:49.375rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmCGLJb5vqmbpKpTsab529hJVzH0U4pV { width:4.875rem;height:4.875rem;top:42.4375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUdL4OVVqSRJtgLNlsUHWD1zDxQJEyu1 { width:3.8125rem;height:3.25rem;top:43.3125rem;left:8.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #elBaftTUgJHahZoaFM3bZdZrpp22SoQX { width:20rem;height:16rem;top:81.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydn4127uDWxgoTUBNEXXdrtinpWuWxAT { width:20rem;height:16.0625rem;top:99.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZwc2LTvMZxA6Mrm6DeyFipln5T01wm6 { width:19.0625rem;height:5rem;top:108rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfnxBxhf4p0SlrdTIKXozxyZ9pkI2fky { width:20rem;height:17.5rem;top:61.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #skbTTEoB54KQPQC30QFct0pCMO0ipCt9 { width:19.0625rem;height:6.25rem;top:70.4375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIBb1uGqsJB6EDEDguy6tuay5kmRkQ8N { width:19.0625rem;height:3.75rem;top:91.0625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzWuDKV9hHVviS0yAONJJIQyoFIriB0I { width:18.0625rem;height:3.25rem;top:65.5rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DunqLgHmlWKAuQZ69SFD3LiqO7SUHQps { width:18.0625rem;height:4.875rem;top:85rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJZoJvnXMCXxJdLyLtB1Xz1nQCZBnwAH { width:18.0625rem;height:3.25rem;top:103.25rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZCVsPv5NOvByhSmPafCJCPKVMC1az7m { width:4.875rem;height:4.875rem;top:58.5625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsmMJlN88XhdMavtyGOO99mudqqA9zZQ { width:4.875rem;height:4.875rem;top:78.0625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxPB5NAl43CSXbW1whuboPeAsrScfTt5 { width:4.875rem;height:4.875rem;top:96.0625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PR4TuiRSIteCdJVIFAzqqMARSvi80FeT { width:3.8125rem;height:3.25rem;top:59.4375rem;left:8.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbNRnwDeImxgs9wEKsM8naqGUWFh0qns { width:3.8125rem;height:3.25rem;top:78.875rem;left:8.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaZQkcCpvCkDQA4vUWTOALUT98bDENl9 { width:3.8125rem;height:3.25rem;top:96.9375rem;left:8.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v22oslACrwCXIpOugDi7uF7kW7b4Mcqk { width:20rem;height:16.0625rem;top:117.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmlhgGZEMQDObff2ToQaheNRWcMawIG9 { width:19.0625rem;height:3.75rem;top:127.625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqfngFVfrLMXTzkzXaPfpTPBeetwmy6u { width:18.0625rem;height:4.875rem;top:121.9375rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #boCIIT5PTTCncLGbzXabRZ7oHcOKlX2X { width:4.875rem;height:4.875rem;top:114.625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #klp0GSBEbBsrST2LOsCem2dWXreZvXTe { width:3.8125rem;height:3.25rem;top:115.5rem;left:8.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDtZ7dXTovbesG9Kut3HO4NFkLsHtofm { width:20rem;height:2.0625rem;top:3.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d692NAHTmvqqFKHT0nvCautyTXXgex2f { width:20rem;height:2.5625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTuG99GnUphnLMmBBtdKCHQ6qnSRyV1J { width:20rem;height:32.108108108108rem;top:134.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQo0WWmV5OX6z16g2KXe1inc6T26Ddym { background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }#eQo0WWmV5OX6z16g2KXe1inc6T26Ddym > .row .container { background-color: transparent; background-image: none; }#eQo0WWmV5OX6z16g2KXe1inc6T26Ddym::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQo0WWmV5OX6z16g2KXe1inc6T26Ddym > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQo0WWmV5OX6z16g2KXe1inc6T26Ddym > .row .container > .video-iframe-container { display: none; }#eQo0WWmV5OX6z16g2KXe1inc6T26Ddym > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQo0WWmV5OX6z16g2KXe1inc6T26Ddym > .row > .video-iframe-container { display: none; }#eQo0WWmV5OX6z16g2KXe1inc6T26Ddym > .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); }#eQo0WWmV5OX6z16g2KXe1inc6T26Ddym > .row .container { width:20rem;height:28.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zIAl226xuwoRHPOr1vNzKXrIVUKTBhi5 { width:18.875rem;height:4.125rem;top:23.125rem;left:0.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLCAeI5b96Ozmc6mTIqZbCq5peIkxTfJ { display:block; }
 }@media only screen and (max-width: 763px) { #qRevC7QF9yC5eRxSrqlI9gWgmHQCzy2v { width:20rem;height:8.75rem;top:5.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwo7JAomeGWn50Zz9oK546mz7VayVVy1 { width:13.6875rem;height:3.75rem;top:16.625rem;left:3.15625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlWMpMHiNcRI2hfeiApqyvn5xh3CwAv8 { display:block; }#hlWMpMHiNcRI2hfeiApqyvn5xh3CwAv8 > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH { background-color:#e0dfd9;background-image:none;display:block; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container { background-color: transparent; background-image: none; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container > .video-iframe-container { display: none; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row > .video-iframe-container { display: none; }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .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); }#TIUrf0JEFHrUx4fXHT9zsl2Qf00LpzqH > .row .container { width:20rem;height:122.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOI6zGk0ldRI8PSzpm2z2Qvk5yT1qvJX { width:20rem;height:5.25rem;top:3.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLea5Q5RAF4JzTNQKWlGeiC06vGzDuFr { width:20rem;height:6.25rem;top:9.875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NqwINQut37TcaprP9xbCESkx45hv1FCo { width:12.5rem;height:12.5rem;top:20.0625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #muhQpWOcCaNokaaTEbZLE4bGeUc8EBBm { width:12.9375rem;height:2.1875rem;top:23.375rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl2zf7OleyuQ61awATc1rZ1zZRC0Xgxt { width:12.9375rem;height:4.125rem;top:25.5625rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkIyLw6pMhUSH8wNt8Dghp32HUnGm6Sz { width:6.25rem;height:0.125rem;top:24.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3DOTCQVqzJZlCwTWtRcNlCctmq6gUnX { width:11.6875rem;height:11.6875rem;top:20.5rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3OkaGGyKVtkUq4yIJAfqIdEdmTxvAxb { width:20rem;height:9.875rem;top:30.7763671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3TzaPlvMH1m6rV29Ed8DKt65OTKkxWl { width:20rem;height:4.375rem;top:45.10546875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEnEzas90kQlqRh5da3shLqhNhc6aBno { width:2.625rem;height:2.625rem;top:61.4375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHpsHGZMDszATiVR686eexdbPR1AqMNM { width:14.0625rem;height:1.25rem;top:65rem;left:2.96875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwCd15JftvG12gowzXzSEwWPZL99Fu1x { width:2.625rem;height:2.625rem;top:75.1875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEFcQaeDg6ild86aegcSWhOogtRly35u { width:14.0625rem;height:1.25rem;top:72.1875rem;left:3rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArPBnc6A1whvw0kZQSIb0IaEcU4HVrwx { width:14rem;height:2.5rem;top:79.25rem;left:3rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaxsVli6NdRP3GZFEBxsJsWAx8EM6BAJ { width:2.625rem;height:2.625rem;top:83.6875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvqkUQQ1y6QFHIzB1ks8mV2VqmnacTSf { width:2.625rem;height:2.625rem;top:68.1875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTi3Qe5qnaIzFcvUerMTBATlJ0f8IILf { width:12.3125rem;height:1.25rem;top:87.6875rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnayePMmU9XoG9yA63lHTUEUsyvZMPOX { display:flex;width:1.5625rem;height:1.5625rem;top:62rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #XPJ22O9O3OGgQhLaJ0M3fMBbmPX3T18n { display:flex;width:1.5625rem;height:1.5625rem;top:75.8125rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #VFhS0RTHZddt9EoJMclu1rGz96Q37rSc { display:flex;width:1.5625rem;height:1.5625rem;top:68.8125rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #JJirAT6W5xQwqQmT3FtKURPPTb9yCOPJ { display:flex;width:1.5625rem;height:1.5625rem;top:84.3125rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #Bf0roZC0o59aplSkkvaZud6UnGVhGLSH { width:16rem;height:5rem;top:91.85546875rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUlrLMF3e1NiLX6hRG706ECmJkzdhWMS { width:20rem;height:8.75rem;top:50.23046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #toQg65LyS4dAKSNltWZkcGrL22GTPcWm { width:20rem;height:88.375rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5hz3DeT8G1uAEyCO6p0nw627ViSUEym { width:18.875rem;height:4.125rem;top:103.60546875rem;left:0.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rvf4nxShd881KDgqRlTBOSAKg8Didgdd { display:block; }
 }@media only screen and (max-width: 763px) { #fGxnnHPvbPJ7RyURtFrFETuThMk9uHGx { display:block; }#fGxnnHPvbPJ7RyURtFrFETuThMk9uHGx > .row .container { width:20rem;height:75.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t { display:flex;height:auto;width:17.5rem;top:9rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #uLegL3ktmeqkp32uP62SAR5ealtlSDnP {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #eFe7xzPmiSJ1DcvoOTFftsKO2oPgM89I {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #BS59VNyJX3if6r2MbD3K3Gdl4mPhPxfr {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #e3kcwxiNfJDtMRzbB39HNaARXZPwLHfv {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #Z3wDlpi3MFCUTm4MUKoN6vepTmzPq8Ie {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #MDcXSnbi4zBotSqUTSaA5vtb2ar9o5VT {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #ibTo9VDO32SRT4NgTv33FgFwga8rMWrE {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #kSBZUM50ZmLV1pST0FwJLS8xO2GBTWrb {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #GP18syZVCdC3RoT9P2EcPk1s9fqAKxRb {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #DOVrLpTwf4Z2EEozSoSxrq7duQHGISU7 {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #TyAVWN7AidcO8T5SDxCQQ8pGHT3bbu6X {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #qhKD0BJJxSugSHDBkTkGGrpaTePUHpQ0 {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #rXSgACtKf1Fs3uiTrPUEPbU2OWXrOt3s {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #VB79f8suITFyWm1ESyFtzcGxVrietWdG {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #dO6i4BXQkAGJdJ6skhTEBPQTFCpHLwO1 {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #StfUc9rKc2pzS7sWXBTKcUPbevwcmgzm {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #tII3kucSpIBsxW30xgKwE6eFkdH4B6aW {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #JofhuB8vsidUTOWJcmU7GLmDZMDJN80q {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #lO9wnLsWGOgwLO9t1ZafDaOqOgzCIchb {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #MvtccNyNJ3MW9hnFcS1g15tZZXUVmXkF {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #Q9AnoiSH9UK1OmlDuDUdMVnEkS9Rs4FS {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #TtoXtNbkWXfXOXlZmMpQlMyHDtLhWGMA {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #AHU04RPO3zKcTFG5houPx69qM27TVwqC {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #CMpXvBzvE4rkAoHtvgWnH3FV7NZ5ayeT {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #m2ikIdMgixlXTmqq6Tbi4TfJydntgg1t {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #MJWg2FWfQW0wQWHQLaBsRUTcUqpH8KOE {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #KtCSPpEgHrngD6xeWtTSPatvKut3cJ87 {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #aRqJlPuNCCvleKEwiwsSBpJMoaTktC2f {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #SGqzqOc3xNkuhCyQKRytbcCAMT9rHLmk {  }
 }@media only screen and (max-width: 763px) { #PwHmSxA4ermavCtpwqJTfF0RH67Mqs9t #UGduxOxszFyrrsrJamaeg0tfcsqANGC9 {  }
 }@media only screen and (max-width: 763px) { #TULzzPXmcAD8JezO0mhE4HDgu2DwnTaJ { width:18.875rem;height:4.125rem;top:64.25rem;left:0.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQMtskN9BsGeLQDI18hdCTNuVtqE5L0p { display:block; }
 }@media only screen and (max-width: 763px) { #dZK3KxoHhZsHWEMNEb2H9RKSwhL11oTx { width:20rem;height:3.5rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 { display:block; }#d6CFB2KAL6T0LowQC3EmLew6QvQFRLe1 > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkvqKFHMBTRIMQADh4dnudUp9c7w7xUh { width:20rem;height:5.8125rem;top:3.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #El5KivVSb4iu2nOo8IzmZcP5z3LZbQ8f { width:20rem;height:2.5rem;top:10.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vw8ete2VKeB9FqFgVT8GVxI20gvqREyb { width:20rem;height:2.5rem;top:16.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }