.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:233,245,237;--color-primary-1:190,224,202;--color-primary-2:146,203,167;--color-primary-3:108,188,144;--color-primary-4:52,145,93;--color-secondary-0:255,229,229;--color-secondary-1:255,170,170;--color-secondary-2:255,84,84;--color-secondary-3:128,42,42;--color-secondary-4:38,13,13;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW8RaxDiCxDQBVWwmTD13JW5KkUvwctR { background-color:#34915d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#dW8RaxDiCxDQBVWwmTD13JW5KkUvwctR > .row .container { background-color: transparent; background-image: none; }#dW8RaxDiCxDQBVWwmTD13JW5KkUvwctR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW8RaxDiCxDQBVWwmTD13JW5KkUvwctR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW8RaxDiCxDQBVWwmTD13JW5KkUvwctR > .row .container > .video-iframe-container { display: none; }#dW8RaxDiCxDQBVWwmTD13JW5KkUvwctR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW8RaxDiCxDQBVWwmTD13JW5KkUvwctR > .row > .video-iframe-container { display: none; }#dW8RaxDiCxDQBVWwmTD13JW5KkUvwctR > .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); }#dW8RaxDiCxDQBVWwmTD13JW5KkUvwctR > .row .container { border-width: 0; border-radius: 0; }#dW8RaxDiCxDQBVWwmTD13JW5KkUvwctR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dW8RaxDiCxDQBVWwmTD13JW5KkUvwctR > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#LWTT1bCV3lgPPsuaWcleu9JyU4gRLaqW { color:#ffffff;display:block;width:55.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:1.03125rem;left:2.34375rem;height:1.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wKdTAWmgkJX2OZ2Fftk2Bh7oaSiUlOv5 { position:absolute;display:block;z-index:15000;height:3.5rem;width:6.25rem;top:0rem;left:53.75rem;display:block; }
#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd { background-color:rgba(var(--color-tertiary-0),0.94);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { background-color: transparent; background-image: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container > .video-iframe-container { display: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row > .video-iframe-container { display: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .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); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { border-width: 0; border-radius: 0; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:60rem;overflow:visible;position:relative;display:block; }#p58q5ZxaT6JznxdeRxQicI6l1tp8CbmN { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:2.4375rem;left:0rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe { position:absolute;display:block;z-index:14989;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:6.5rem;top:5.125rem;left:-12.068181818182rem;display:block; }#iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe.adaptive-delivery-prevent-bg, #iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe.lazyload, #iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe.lazyloading { background-image: none; }
#fOftANMqkU57hP7eLTRFlSFXIrw1krRx { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:0.125rem;top:14.125rem;left:0rem;display:block; }
#xb5E8wFaxIE0BtqgvRQTzmAq54Xpc1f5 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:14.6875rem;left:0.6875rem;height:6.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lVEJvCIP56RDc19BmKhRseP3TsOSaW8S { position:absolute;display:block;z-index:14994;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:5.375rem;top:13.1875rem;left:37.1875rem;display:block; }#lVEJvCIP56RDc19BmKhRseP3TsOSaW8S.adaptive-delivery-prevent-bg, #lVEJvCIP56RDc19BmKhRseP3TsOSaW8S.lazyload, #lVEJvCIP56RDc19BmKhRseP3TsOSaW8S.lazyloading { background-image: none; }
#zO5uTWufUliWrDdaRaxEn5hwCq1Jk9JL { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:14.25rem;top:2.4375rem;left:44.3125rem;overflow:hidden;display:block; }
#Fous57Fgf1fl12xMJsf75MTK8svhVmNU { position:absolute;display:block;z-index:14995;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:3.6875rem;top:13.1875rem;left:56.3125rem;display:block; }#Fous57Fgf1fl12xMJsf75MTK8svhVmNU.adaptive-delivery-prevent-bg, #Fous57Fgf1fl12xMJsf75MTK8svhVmNU.lazyload, #Fous57Fgf1fl12xMJsf75MTK8svhVmNU.lazyloading { background-image: none; }
#zCfhozc0ppFu0WKiq4S2BaR7DHTmIyzW { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:23.125rem;left:0rem;display:none; }
#liB1U3U6zeBkaXmfpORaNxpJXVvIxiMa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cvTreUvZzu6N8TyrmOtPlc6fZpEw5dCi { color:#34915d;display:block;width:35.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:14998;line-height:1.2;letter-spacing:0;top:5.8125rem;left:0rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Lxp7vsZIL2pBXaeTax7KoIcr8iNT6X9m { color:#34915d;display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:23.8125rem;left:0rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qMiqIinP1uh3IHIOtIITROoRTQKJ4Aqf { color:rgba(52,145,93,0.6);display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:24.625rem;left:8.0625rem;height:2.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tqgZFToggyiX5qs1zyciNDRglTa4FKON { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:1.5625rem;width:3.9375rem;top:24.8125rem;left:13.9375rem;display:block; }
#JFHTC8h7Q4Se763IOZ3kJgS0rv0QN1qq { color:#ffffff;display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:24.9375rem;left:14.0625rem;height:1.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RXKgLaDTbdD5yIH8ugieSZWdXBdvTQrB { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:27.125rem;left:0rem;height:1.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NSdAnsn96aoMqkDm2oK05fHTbOtGw0tN { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:13.8125rem;top:11.5rem;left:37.875rem;overflow:hidden;display:block; }
#X1GN2gxeOC4J028HhmNkb8AQzVPmbnCM { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:14.25rem;top:19.75rem;left:44.3125rem;overflow:hidden;display:block; }
#V48TNVOvJsg3TPczLkRKiHubZew62T7s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .row .container { background-color: transparent; background-image: none; }#V48TNVOvJsg3TPczLkRKiHubZew62T7s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .row .container > .video-iframe-container { display: none; }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .row > .video-iframe-container { display: none; }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .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); }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .row .container { border-width: 0; border-radius: 0; }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:60rem;position:relative;display:block; }#PtTTGCbRxcHR5J3kUTH9HnNqxDCi0yfv { color:rgba(var(--color-primary-4),1);display:block;width:48.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:4.25rem;left:5.84375rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#L8UwR16scZbPkTpU5g00Nzkm6og3FQtK { color:#1f333b;display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:11.25rem;left:0rem;height:7.8125rem;text-align:center;text-align-last:center;display:block; }
#ZWNwhWKG4B6bFZeXWIPJLPZfwF71Zy8s { background-color:#913453;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.25rem;height:4.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:22.375rem;left:12.875rem;display:block; }
#EiuT6EVq8TVzoXrknhASLX6qhUrGnp6y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Womx8qD418OaJnox8LTLTEcHH7nZZEmK { color:#1f333b;display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:28.03125rem;left:0.5rem;height:1.5625rem;text-align:center;text-align-last:center;display:block; }
#E1ZfHfR4t6OdZXnnZB4aV5tiUtZcdXwN { 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; }#E1ZfHfR4t6OdZXnnZB4aV5tiUtZcdXwN > .row .container { background-color: transparent; background-image: none; }#E1ZfHfR4t6OdZXnnZB4aV5tiUtZcdXwN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1ZfHfR4t6OdZXnnZB4aV5tiUtZcdXwN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1ZfHfR4t6OdZXnnZB4aV5tiUtZcdXwN > .row .container > .video-iframe-container { display: none; }#E1ZfHfR4t6OdZXnnZB4aV5tiUtZcdXwN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1ZfHfR4t6OdZXnnZB4aV5tiUtZcdXwN > .row > .video-iframe-container { display: none; }#E1ZfHfR4t6OdZXnnZB4aV5tiUtZcdXwN > .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); }#E1ZfHfR4t6OdZXnnZB4aV5tiUtZcdXwN > .row .container { border-width: 0; border-radius: 0; }#E1ZfHfR4t6OdZXnnZB4aV5tiUtZcdXwN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E1ZfHfR4t6OdZXnnZB4aV5tiUtZcdXwN > .row .container { font-size:0.875rem;font-family:arial;height:24.8125rem;width:60rem;position:relative;display:block; }#txJAJidTbaeGPvUXEmXR7giO1h5FWflH { box-sizing:content-box;height:5.3125rem;width:27.625rem;position:absolute;display:block;z-index:15038;background-color:rgba(146,203,167,0.1);background-image:none;top:3.4375rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid #34915d;border-left:0.0625rem solid #34915d;border-right:0.0625rem solid #34915d;border-bottom:0.0625rem solid #34915d;display:block; }
#UT9sXnMDrBE45g4OE7oN2XRcrWRdOGDX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:5.1875rem;left:2rem; }
#CfNkiHnFPvpmIbKoh1eUZBqzV6dgnJDw { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15044;line-height:1.4;letter-spacing:0;top:5.375rem;left:5.8125rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#CafuZFEifomnU7a9d4Pu6MI4bZr62ocB { box-sizing:content-box;height:5.3125rem;width:27.625rem;position:absolute;display:block;z-index:15041;background-color:rgba(146,203,167,0.1);background-image:none;top:3.5rem;left:32.375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid #34915d;border-left:0.0625rem solid #34915d;border-right:0.0625rem solid #34915d;border-bottom:0.0625rem solid #34915d;display:block; }
#ymgXQDNfp8IaXvOCn4D2nIgMxwIi6HE8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:5.25rem;left:34.375rem; }
#BWOTPHXKAtAnlH7xnCvKK8OrZvag8MlJ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:5.4375rem;left:38.1875rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#glm96MhcW1r4IeKTI1uOPIehynhs3r3O { box-sizing:content-box;height:5.3125rem;width:27.625rem;position:absolute;display:block;z-index:15044;background-color:rgba(146,203,167,0.1);background-image:none;top:9.8125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid #34915d;border-left:0.0625rem solid #34915d;border-right:0.0625rem solid #34915d;border-bottom:0.0625rem solid #34915d;display:block; }
#WTcfXnWLiNNFVI38QUCbA0JJuGUgzQlD { box-sizing:content-box;height:5.3125rem;width:27.625rem;position:absolute;display:block;z-index:15047;background-color:rgba(146,203,167,0.1);background-image:none;top:9.875rem;left:32.375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid #34915d;border-left:0.0625rem solid #34915d;border-right:0.0625rem solid #34915d;border-bottom:0.0625rem solid #34915d;display:block; }
#q6yDpegZgrurdtZpD6iglIp3oi6BvtSK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:11.625rem;left:34.375rem; }
#kAlyzgwtBDCLpRe6BrP0OJ8AZ0RaQxqX { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15050;line-height:1.4;letter-spacing:0;top:10.9375rem;left:5.5625rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#U0RWQRekyTOLX9TI2RM5pXbsdgiZ2zOT { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15053;line-height:1.4;letter-spacing:0;top:10.9375rem;left:38.1875rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#aIp6y9hWgbnRKr6tnhG7TnHqyXINadbE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:11.5625rem;left:2rem; }
#kCmhEeZ6uT9wC5pOgwXKyq2WDsFULOx0 { box-sizing:content-box;height:5.3125rem;width:27.625rem;position:absolute;display:block;z-index:15047;background-color:rgba(146,203,167,0.1);background-image:none;top:16rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid #34915d;border-left:0.0625rem solid #34915d;border-right:0.0625rem solid #34915d;border-bottom:0.0625rem solid #34915d;display:block; }
#UQe7T11F7uduMOT6k3Txm1CDVUXbp2i7 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15053;line-height:1.4;letter-spacing:0;top:17.9375rem;left:5.75rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#cOdpfHBEALH5vh3L4TGWPvJfLiVLoXGf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:17.75rem;left:2rem; }
#MavE6SGkmDxfv2wFZDbCB8CPNRsGRTLi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(52,145,93,0.4);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; }#MavE6SGkmDxfv2wFZDbCB8CPNRsGRTLi > .row .container { background-color: transparent; background-image: none; }#MavE6SGkmDxfv2wFZDbCB8CPNRsGRTLi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MavE6SGkmDxfv2wFZDbCB8CPNRsGRTLi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MavE6SGkmDxfv2wFZDbCB8CPNRsGRTLi > .row .container > .video-iframe-container { display: none; }#MavE6SGkmDxfv2wFZDbCB8CPNRsGRTLi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MavE6SGkmDxfv2wFZDbCB8CPNRsGRTLi > .row > .video-iframe-container { display: none; }#MavE6SGkmDxfv2wFZDbCB8CPNRsGRTLi > .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); }#MavE6SGkmDxfv2wFZDbCB8CPNRsGRTLi > .row .container { border-width: 0; border-radius: 0; }#MavE6SGkmDxfv2wFZDbCB8CPNRsGRTLi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MavE6SGkmDxfv2wFZDbCB8CPNRsGRTLi > .row .container { font-size:0.875rem;font-family:arial;height:77.375rem;width:60rem;position:relative;display:block; }#BC0WuIuS8tzwQKoOUsNnh9M1CRIBTZSz { color:rgba(var(--color-primary-4),1);display:block;width:56.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:3rem;left:1.96875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TaazX4Q0lBrftsoXgqoS6f3uaPy7BTCb { color:#ffffff;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:25.625rem;left:1rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oZAvO2JsgluVxTDLQCNvULGR8toSF7D1 { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0;width:4.8125rem;top:22.0625rem;left:0rem;display:block; }
#qyHE5NSiONmdOc2aizu8iHJ3of6JSv46 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:7.25rem;left:0rem;height:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OPdMZpG8TCdFA3fWFmEbunPptenhQVwm { background-color:#913453;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.25rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:65.375rem;left:12.875rem;display:block; }
#JmqRlk3EWFTIoUTWsRVIO4aq6berpM8N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ga7GVICKqoZ6ETRqoT4cfnhvOCN7Hx2T { position:absolute;display:block;z-index:14998;background-color:#1a3a28;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.875rem;width:60rem;top:24.125rem;left:0rem;display:block; }
#roThi6o3rq89W4OShEFwvoDz0m20XFXG { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.25rem solid #34915d;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.8125rem;width:58.25rem;top:28.5625rem;left:0.75rem;display:block; }
#Rx5HIDp5J4NPhXn10zbhO3ELyAuFrdTy { color:#ffffff;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:29.46875rem;left:1.96875rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qTx66w6yeCdrDBRzlXFF9670QCbW7NT4 { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.25rem solid #34915d;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.8125rem;width:58.25rem;top:32.9375rem;left:0.875rem;display:block; }
#ezNIL5rM3d3WwguTUIo2Xb3oFxMcSK1f { color:#ffffff;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:33.875rem;left:2.125rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DmTzFEZHqTuDPgy0q4cvJ0vEvDyEQVkk { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.25rem solid #34915d;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.8125rem;width:58.25rem;top:41.625rem;left:0.9375rem;display:block; }
#y1gC64olcrQVB1IKc8lCzTn080BiRDVO { color:#ffffff;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.8;letter-spacing:0;top:42.5625rem;left:2.1875rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#daChfP7IWJOICQx2IltPVREbL9B2JTM7 { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.25rem solid #34915d;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.8125rem;width:58.25rem;top:37.25rem;left:0.8125rem;display:block; }
#MxHHFylGg6GGQ6KiOk5sceS7FCpQ7hT2 { color:#ffffff;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:38.1875rem;left:2.0625rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZuPbVCTNlyOQq7bT8Fwqpaf7dh03FMPI { position:absolute;display:block;z-index:15007;background-color:rgba(255,255,255,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.25rem solid #34915d;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.8125rem;width:58.25rem;top:46.0625rem;left:0.875rem;display:block; }
#FvLDDKX7HTshASFc9w8sVavyTRUA89BB { color:#ffffff;display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.8;letter-spacing:0;top:47rem;left:2.125rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TF6iPVKvDQGDu6p0HOqRu7sOq6BUGQ34 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:54.5rem;left:0rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yoX75atxgHQZWEU4MFQFhqQ0JXgpXgNc { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:58.625rem;left:0rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#piFakAnM5L0CUCRfc15zPSPpHdJsWdNs { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:70.75rem;left:0rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IAlczQ9XzViNlTuuQhrSUT5zwuA23Xaf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d25a1741-fe59-443b-a155-15eee9cd626c/TO345.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IAlczQ9XzViNlTuuQhrSUT5zwuA23Xaf.adaptive-delivery-prevent-bg, #IAlczQ9XzViNlTuuQhrSUT5zwuA23Xaf.lazyload, #IAlczQ9XzViNlTuuQhrSUT5zwuA23Xaf.lazyloading { background-image: none; }#IAlczQ9XzViNlTuuQhrSUT5zwuA23Xaf > .row .container { background-color: transparent; background-image: none; }#IAlczQ9XzViNlTuuQhrSUT5zwuA23Xaf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IAlczQ9XzViNlTuuQhrSUT5zwuA23Xaf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IAlczQ9XzViNlTuuQhrSUT5zwuA23Xaf > .row .container > .video-iframe-container { display: none; }#IAlczQ9XzViNlTuuQhrSUT5zwuA23Xaf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IAlczQ9XzViNlTuuQhrSUT5zwuA23Xaf > .row > .video-iframe-container { display: none; }#IAlczQ9XzViNlTuuQhrSUT5zwuA23Xaf > .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); }#IAlczQ9XzViNlTuuQhrSUT5zwuA23Xaf > .row .container { border-width: 0; border-radius: 0; }#IAlczQ9XzViNlTuuQhrSUT5zwuA23Xaf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IAlczQ9XzViNlTuuQhrSUT5zwuA23Xaf > .row .container { font-size:0.875rem;font-family:arial;height:54.0625rem;width:60rem;position:relative;display:block; }#DSap3K6nGfMewqhrPsInkczy3xb1VwX1 { color:rgba(var(--color-primary-4),1);display:block;width:54.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:1.8125rem;left:2.8125rem;height:7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#W250CEXIL1x6ZQggPR7VSDQ3blLdTmc0 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:9.5625rem;left:0rem;height:8.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ieQuQLTbIgmUV6TTNwvsR2MSv2ccvuV8 { box-sizing:content-box;height:16.25rem;width:19.1875rem;position:absolute;display:block;z-index:14997;background-color:rgba(146,203,167,0.1);background-image:none;top:22.3125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid #34915d;border-left:0.0625rem solid #34915d;border-right:0.0625rem solid #34915d;border-bottom:0.0625rem solid #34915d;display:block; }
#AgIEGA50c1DT1ZM1QZ47Fomzp3CJK4Ad { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:23.625rem;left:8.375rem; }
#mg0mRxMJfpkz8d1XPftxPR2JClcsQOnf { color:#34915d;display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:27.3125rem;left:3.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#FA3TVlWvy34iC9urHoZZIqt9vxE0UW2g { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0;width:4.8125rem;top:20rem;left:0rem;display:block; }
#gikJMbwoMwk7pqcWWvA0ePZt29apAfOi { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:29.8125rem;left:1.5625rem;height:4.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#U8eZo82Bs6vXM3n3QrRBKFTwILrU8mS1 { box-sizing:content-box;height:16.25rem;width:19.1875rem;position:absolute;display:block;z-index:15001;background-color:rgba(146,203,167,0.1);background-image:none;top:22.375rem;left:20.4375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid #34915d;border-left:0.0625rem solid #34915d;border-right:0.0625rem solid #34915d;border-bottom:0.0625rem solid #34915d;display:block; }
#JGyIhe6BVm8EpH3MuAufOtkwgl0fhQ48 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:29.875rem;left:22rem;height:4.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ziweT3Pis4X7rVnoK16obOu3iIraHnoT { color:#34915d;display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15051;line-height:1.4;letter-spacing:0;top:27.375rem;left:23.6875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#qf2kxEKknU5bzTIndWT4fqTCccK6OKu7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:23.6875rem;left:28.8125rem; }
#E9ziFl8DXvEdaI31mcWAXmN8XlTasrZR { box-sizing:content-box;height:16.25rem;width:19.1875rem;position:absolute;display:block;z-index:15005;background-color:rgba(146,203,167,0.1);background-image:none;top:22.375rem;left:40.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid #34915d;border-left:0.0625rem solid #34915d;border-right:0.0625rem solid #34915d;border-bottom:0.0625rem solid #34915d;display:block; }
#xctePoXSaQK6GiTZTQf3PwH6b6oOI5bd { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:29.875rem;left:42.375rem;height:6.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UUSkfL8qry0u3CbsO2W33TNDiGon1LSs { color:#34915d;display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15055;line-height:1.4;letter-spacing:0;top:27.3125rem;left:42.53125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#mu8JUQ7C5RLUEp0EOT8778CN2FWti6To { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:23.6875rem;left:49.1875rem; }
#lvPlJy9oT5OowJNTLAGmlcNKB9ZJVo4u { position:absolute;display:block;z-index:14999;background-color:#1a3a28;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.125rem;width:60rem;top:40.5rem;left:0rem;display:block; }
#wi1Qt4VPZwOtWkytfKeE1IxgohbKlz5d { color:#ffffff;display:block;width:55.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:42.625rem;left:2.3125rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a0flol8rRgEu7TpHlnW8f9PFOqkrrk78 { position:relative;display:block; }#a0flol8rRgEu7TpHlnW8f9PFOqkrrk78 { background-color: transparent; background-image: none; }#a0flol8rRgEu7TpHlnW8f9PFOqkrrk78::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0flol8rRgEu7TpHlnW8f9PFOqkrrk78 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0flol8rRgEu7TpHlnW8f9PFOqkrrk78 > .row .container > .video-iframe-container { display: none; }#a0flol8rRgEu7TpHlnW8f9PFOqkrrk78 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0flol8rRgEu7TpHlnW8f9PFOqkrrk78 > .row > .video-iframe-container { display: none; }#a0flol8rRgEu7TpHlnW8f9PFOqkrrk78 > .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); }#a0flol8rRgEu7TpHlnW8f9PFOqkrrk78 { border-width: 0; border-radius: 0; }#a0flol8rRgEu7TpHlnW8f9PFOqkrrk78 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#a0flol8rRgEu7TpHlnW8f9PFOqkrrk78 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:54.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#seVBkyDaIvuCVaehm54TwrVqZmyWEKpd { color:#000000;display:block;width:50.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:5.875rem;left:4.75rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#d3yRi7OeXOGzXGVrBu47GLU4yJOPqe9k { color:rgba(var(--color-tertiary-4),1);display:block;width:37.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:3.5625rem;left:11.125rem;height:1.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oiGgx5QrxBtgzGumLTxWUWOTgk7i96bk { box-sizing:content-box;height:6.625rem;width:28.1875rem;position:absolute;display:block;z-index:15038;background-color:rgba(146,203,167,0.1);background-image:none;top:11.0625rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid #34915d;border-left:0.0625rem solid #34915d;border-right:0.0625rem solid #34915d;border-bottom:0.0625rem solid #34915d;display:block; }
#JorK8TxMMcWaWtUyo0uv5Iu3olSONpwT { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15044;line-height:1.4;letter-spacing:0;top:12.21875rem;left:4.1875rem;height:4.6875rem;text-align:left;text-align-last:left;display:block; }
#AeURoDOwqsZVOrQBssPoxTa8nQS26szS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:12.8125rem;left:1.0625rem; }
#ZgBUVKsk4lVE9pQV7IggUuoDHNGk7pLv { box-sizing:content-box;height:6.625rem;width:28.1875rem;position:absolute;display:block;z-index:15041;background-color:rgba(146,203,167,0.1);background-image:none;top:11.1875rem;left:31.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid #34915d;border-left:0.0625rem solid #34915d;border-right:0.0625rem solid #34915d;border-bottom:0.0625rem solid #34915d;display:block; }
#pznqHuR3N5FGDRSpzqbTtFoTwlocEdb6 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1.4;letter-spacing:0;top:12.3125rem;left:36rem;height:4.6875rem;text-align:left;text-align-last:left;display:block; }
#CNpVqOyMeSqquPQnEyAnqvZdfewt4goS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:12.9375rem;left:32.875rem; }
#uE5aTNUsgNZrLR8wUhBcHNAZeL6xrBpI { box-sizing:content-box;height:6.625rem;width:28.1875rem;position:absolute;display:block;z-index:15047;background-color:rgba(146,203,167,0.1);background-image:none;top:18.625rem;left:31.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid #34915d;border-left:0.0625rem solid #34915d;border-right:0.0625rem solid #34915d;border-bottom:0.0625rem solid #34915d;display:block; }
#h6kFSNBvFhu4TIb3UT6msstpiFFWK8Fi { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15053;line-height:1.4;letter-spacing:0;top:19.75rem;left:36rem;height:4.6875rem;text-align:left;text-align-last:left;display:block; }
#XtWrvmf4vVhX9z3oa00GTr3HNRlmP9RL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:20.375rem;left:32.875rem; }
#rz8l2E9uAeAIVQ28lIPSKkdT6sdPDytQ { box-sizing:content-box;height:6.625rem;width:28.1875rem;position:absolute;display:block;z-index:15044;background-color:rgba(146,203,167,0.1);background-image:none;top:18.5rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid #34915d;border-left:0.0625rem solid #34915d;border-right:0.0625rem solid #34915d;border-bottom:0.0625rem solid #34915d;display:block; }
#XiAuK7mTf3EzOrOKTmHIf2ch3UXygllM { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15050;line-height:1.4;letter-spacing:0;top:19.6875rem;left:4.1875rem;height:4.6875rem;text-align:left;text-align-last:left;display:block; }
#blzeNTy6MKsHTeT4OvJFmvEtOCdrT9V7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:20.25rem;left:1.0625rem; }
#mIbFgEMR4mMOTN5x9n2o3cINVyyoLZhw { box-sizing:content-box;height:6.625rem;width:28.1875rem;position:absolute;display:block;z-index:15053;background-color:rgba(146,203,167,0.1);background-image:none;top:26.0625rem;left:31.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid #34915d;border-left:0.0625rem solid #34915d;border-right:0.0625rem solid #34915d;border-bottom:0.0625rem solid #34915d;display:block; }
#mP54U9u3mlXQaLVJVZwDaqiTlH328oIH { color:rgba(var(--color-tertiary-4),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15059;line-height:1.4;letter-spacing:0;top:27.1875rem;left:36rem;height:4.6875rem;text-align:left;text-align-last:left;display:block; }
#T6lLBReIDTP8phWVJXJAvl0otnDU8U6g { box-sizing:content-box;height:6.625rem;width:28.1875rem;position:absolute;display:block;z-index:15050;background-color:rgba(146,203,167,0.1);background-image:none;top:25.9375rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;border-top:0.0625rem solid #34915d;border-left:0.0625rem solid #34915d;border-right:0.0625rem solid #34915d;border-bottom:0.0625rem solid #34915d;display:block; }
#mOo09QSHxrArclc5n5MTKIxPhWRU2qGd { color:rgba(var(--color-tertiary-4),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15056;line-height:1.4;letter-spacing:0;top:27.125rem;left:4.1875rem;height:4.6875rem;text-align:left;text-align-last:left;display:block; }
#fZLHWhXxQfV4pwzCdmbITdUDDwdiJXUx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:27.8125rem;left:32.875rem; }
#G3qmwiRSL3FmNoSfeQ2i12nnDWMl9adr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:27.6875rem;left:1.0625rem; }
#wHN26obiq4v9iWCRu87QKfmOEvO1Vn7P { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:34.9375rem;left:0rem;height:6.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rPPg0XQ5n4BIqlxWDJbDnlVOV57Vm36P { position:absolute;display:block;z-index:14998;background-color:#fff5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0.4375rem solid #c0392b;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.4375rem;width:59.5625rem;top:43.75rem;left:0rem;display:block; }
#hmqkddNg3QSckmPxMHOXndntsn09TrlG { color:rgba(var(--color-tertiary-4),1);display:block;width:57.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:44.9375rem;left:2.3125rem;height:5.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ElxQ2p61MGg7X3PLVGvdC36yF8tRJTXd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#ElxQ2p61MGg7X3PLVGvdC36yF8tRJTXd > .row .container { background-color: transparent; background-image: none; }#ElxQ2p61MGg7X3PLVGvdC36yF8tRJTXd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElxQ2p61MGg7X3PLVGvdC36yF8tRJTXd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElxQ2p61MGg7X3PLVGvdC36yF8tRJTXd > .row .container > .video-iframe-container { display: none; }#ElxQ2p61MGg7X3PLVGvdC36yF8tRJTXd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElxQ2p61MGg7X3PLVGvdC36yF8tRJTXd > .row > .video-iframe-container { display: none; }#ElxQ2p61MGg7X3PLVGvdC36yF8tRJTXd > .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); }#ElxQ2p61MGg7X3PLVGvdC36yF8tRJTXd > .row .container { border-width: 0; border-radius: 0; }#ElxQ2p61MGg7X3PLVGvdC36yF8tRJTXd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ElxQ2p61MGg7X3PLVGvdC36yF8tRJTXd > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:60rem;position:relative;display:block; }#aprULWvi7E6ARLldihHcJnLPhG8mgmgT { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qoMgObu4tc9JVagufzdHVqHselonxebo { color:#34915d;display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:3.0625rem;left:1.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#XmGQhoXChFivMtVg1TEhPbeeLpO9zP4G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#XmGQhoXChFivMtVg1TEhPbeeLpO9zP4G > .row .container { background-color: transparent; background-image: none; }#XmGQhoXChFivMtVg1TEhPbeeLpO9zP4G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmGQhoXChFivMtVg1TEhPbeeLpO9zP4G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmGQhoXChFivMtVg1TEhPbeeLpO9zP4G > .row .container > .video-iframe-container { display: none; }#XmGQhoXChFivMtVg1TEhPbeeLpO9zP4G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XmGQhoXChFivMtVg1TEhPbeeLpO9zP4G > .row > .video-iframe-container { display: none; }#XmGQhoXChFivMtVg1TEhPbeeLpO9zP4G > .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); }#XmGQhoXChFivMtVg1TEhPbeeLpO9zP4G > .row .container { border-width: 0; border-radius: 0; }#XmGQhoXChFivMtVg1TEhPbeeLpO9zP4G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XmGQhoXChFivMtVg1TEhPbeeLpO9zP4G > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:60rem;position:relative;display:block; }#PZPyTJbOTeGO4lx8WnwbWZnb3hX9LsZy { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:1.71875rem;left:5.625rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#ZIPiEyQfc7S05UwiLbk7wsx6Tls9D9UU { box-sizing:content-box;height:24.5rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.42);background-image:none;top:0rem;left:0rem;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; }
#PNtxey1lmucAKR6ITV7C0TiptrzOBbfb { color:rgba(var(--color-tertiary-4),1);display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:3.28125rem;left:5.625rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#t8ihR6Mw4NN9nuh4SITEi0nrBddg4Sqy { color:#ffffff;display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:1.9375rem;left:2.125rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#IU2QloCXqphUxvwtCtXnUPwz8M6Ez7uf { box-sizing:content-box;height:3.0625rem;width:3.125rem;position:absolute;display:block;z-index:15004;background-color:#34915d;background-image:none;top:1.75rem;left:1.1875rem;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; }
#ovTNnpMHI3dKZP52l1mVfwkLQFEy3vDv { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0;width:59.875rem;top:7.4375rem;left:0rem;display:block; }
#FAfIlTMWtp3EBTPMeXg4MT8SXLp5Sk6J { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.90625rem;left:1.15625rem;height:12.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xyleUfg8Zo0RWSeDk9wmh8X4n0JsGNcT { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:8.90625rem;left:32.09375rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mbSlOEZKHZTALkfnXTWU7qemto8GZ5hu { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.125rem;left:32.09375rem;height:;display:block; }#mbSlOEZKHZTALkfnXTWU7qemto8GZ5hu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mbSlOEZKHZTALkfnXTWU7qemto8GZ5hu li:before{  }
#xlMpIrrCCTdJgTuqA5EV72y1upemrUpW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#xlMpIrrCCTdJgTuqA5EV72y1upemrUpW > .row .container { background-color: transparent; background-image: none; }#xlMpIrrCCTdJgTuqA5EV72y1upemrUpW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlMpIrrCCTdJgTuqA5EV72y1upemrUpW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlMpIrrCCTdJgTuqA5EV72y1upemrUpW > .row .container > .video-iframe-container { display: none; }#xlMpIrrCCTdJgTuqA5EV72y1upemrUpW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlMpIrrCCTdJgTuqA5EV72y1upemrUpW > .row > .video-iframe-container { display: none; }#xlMpIrrCCTdJgTuqA5EV72y1upemrUpW > .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); }#xlMpIrrCCTdJgTuqA5EV72y1upemrUpW > .row .container { border-width: 0; border-radius: 0; }#xlMpIrrCCTdJgTuqA5EV72y1upemrUpW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xlMpIrrCCTdJgTuqA5EV72y1upemrUpW > .row .container { font-size:0.875rem;font-family:arial;height:1.6875rem;width:60rem;position:relative;display:block; }#J0OXgaaMZghyA6sFuCWZhQnINqPo7g6T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#J0OXgaaMZghyA6sFuCWZhQnINqPo7g6T > .row .container { background-color: transparent; background-image: none; }#J0OXgaaMZghyA6sFuCWZhQnINqPo7g6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0OXgaaMZghyA6sFuCWZhQnINqPo7g6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0OXgaaMZghyA6sFuCWZhQnINqPo7g6T > .row .container > .video-iframe-container { display: none; }#J0OXgaaMZghyA6sFuCWZhQnINqPo7g6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0OXgaaMZghyA6sFuCWZhQnINqPo7g6T > .row > .video-iframe-container { display: none; }#J0OXgaaMZghyA6sFuCWZhQnINqPo7g6T > .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); }#J0OXgaaMZghyA6sFuCWZhQnINqPo7g6T > .row .container { border-width: 0; border-radius: 0; }#J0OXgaaMZghyA6sFuCWZhQnINqPo7g6T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J0OXgaaMZghyA6sFuCWZhQnINqPo7g6T > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:60rem;position:relative;display:block; }#zFtxU84nyC4zUOphgliiyoAJiNLJlqIb { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:1.71875rem;left:5.625rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#XGeFxviVJiImBuHy0Z3XINxwZ4Dmfuxh { box-sizing:content-box;height:24.5rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.42);background-image:none;top:0rem;left:0rem;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; }
#mFXSbvvcI3FTwNI04BWLiw8Px7L5C3XS { color:rgba(var(--color-tertiary-4),1);display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:3.28125rem;left:5.625rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#J0WWOxS0po1WzcBNKx0F8MTgsvfRtWqx { color:#ffffff;display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:1.9375rem;left:2.125rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#bfhxCJUq1y02dp8v9III3kq30794Q7yA { box-sizing:content-box;height:3.0625rem;width:3.125rem;position:absolute;display:block;z-index:15004;background-color:#34915d;background-image:none;top:1.75rem;left:1.1875rem;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; }
#dkPEAf561dHBSq7Rt9aWcI5GHuq9IekJ { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0;width:59.875rem;top:7.4375rem;left:0rem;display:block; }
#w79w8C9ptdhWbBspvHbITk8mXThSVm2s { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.90625rem;left:1.15625rem;height:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uG4ATWXagaRxgygmkHn536UATluKGXVL { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:8.90625rem;left:32.09375rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UP88mVdgFDEUkvRtw3aHMpwf2qRNFC8T { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.125rem;left:32.09375rem;height:9.1875rem;display:block; }#UP88mVdgFDEUkvRtw3aHMpwf2qRNFC8T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UP88mVdgFDEUkvRtw3aHMpwf2qRNFC8T li:before{  }
#lid6ESTzq6nXT5pGaJAx0oHkpdoAwWSX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#lid6ESTzq6nXT5pGaJAx0oHkpdoAwWSX > .row .container { background-color: transparent; background-image: none; }#lid6ESTzq6nXT5pGaJAx0oHkpdoAwWSX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lid6ESTzq6nXT5pGaJAx0oHkpdoAwWSX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lid6ESTzq6nXT5pGaJAx0oHkpdoAwWSX > .row .container > .video-iframe-container { display: none; }#lid6ESTzq6nXT5pGaJAx0oHkpdoAwWSX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lid6ESTzq6nXT5pGaJAx0oHkpdoAwWSX > .row > .video-iframe-container { display: none; }#lid6ESTzq6nXT5pGaJAx0oHkpdoAwWSX > .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); }#lid6ESTzq6nXT5pGaJAx0oHkpdoAwWSX > .row .container { border-width: 0; border-radius: 0; }#lid6ESTzq6nXT5pGaJAx0oHkpdoAwWSX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lid6ESTzq6nXT5pGaJAx0oHkpdoAwWSX > .row .container { font-size:0.875rem;font-family:arial;height:1.6875rem;width:60rem;position:relative;display:block; }#vZQN7CizG6ttugkaTkStCbGz2sogmpkT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#vZQN7CizG6ttugkaTkStCbGz2sogmpkT > .row .container { background-color: transparent; background-image: none; }#vZQN7CizG6ttugkaTkStCbGz2sogmpkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZQN7CizG6ttugkaTkStCbGz2sogmpkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZQN7CizG6ttugkaTkStCbGz2sogmpkT > .row .container > .video-iframe-container { display: none; }#vZQN7CizG6ttugkaTkStCbGz2sogmpkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZQN7CizG6ttugkaTkStCbGz2sogmpkT > .row > .video-iframe-container { display: none; }#vZQN7CizG6ttugkaTkStCbGz2sogmpkT > .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); }#vZQN7CizG6ttugkaTkStCbGz2sogmpkT > .row .container { border-width: 0; border-radius: 0; }#vZQN7CizG6ttugkaTkStCbGz2sogmpkT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vZQN7CizG6ttugkaTkStCbGz2sogmpkT > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:60rem;position:relative;display:block; }#Q8qddzTzAUTfq2T9zPyWkhThQkHNhRra { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:1.71875rem;left:5.625rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#QvoIDI3FbPvoAflr7k7vflMEAJqNECyA { box-sizing:content-box;height:24.5rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.42);background-image:none;top:0rem;left:0rem;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; }
#gxD98VErDJ84hc74hzR0SqLl5Cv13gVf { color:rgba(var(--color-tertiary-4),1);display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:3.28125rem;left:5.625rem;height:1.875rem;text-align:left;text-align-last:left;display:block; }
#F3XdwICqR8O20JE7xy9qAcmasLHHbL3O { color:#ffffff;display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:1.9375rem;left:2.125rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#V5gRcbBXCGDvT4EeaTLS2HM65hNWJEfB { box-sizing:content-box;height:3.0625rem;width:3.125rem;position:absolute;display:block;z-index:15004;background-color:#34915d;background-image:none;top:1.75rem;left:1.1875rem;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; }
#OKh0iQKOaHWb5MZhdxTcmA9Vv49ncK6N { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0;width:59.875rem;top:7.4375rem;left:0rem;display:block; }
#XOWsrJXhu8BRXiztK4VyiJzqkA5szSCg { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:8.90625rem;left:1.15625rem;height:15.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OscfRsXeUDSkoLsx6oG3R1lOuh88Fy5R { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:8.90625rem;left:32.09375rem;height:1.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HslRDM3XDxhGhNsFtG9zKBxG8ct6x5l3 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.125rem;left:32.09375rem;height:;display:block; }#HslRDM3XDxhGhNsFtG9zKBxG8ct6x5l3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HslRDM3XDxhGhNsFtG9zKBxG8ct6x5l3 li:before{  }
#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .row .container { background-color: transparent; background-image: none; }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .row .container > .video-iframe-container { display: none; }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .row > .video-iframe-container { display: none; }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .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); }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .row .container { border-width: 0; border-radius: 0; }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:60rem;position:relative;display:block; }#Nqa8IK74alSBl0TcJTcQVbNzO0WlFtD6 { position:absolute;display:block;z-index:15001;background-color:#1a3a28;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.5rem;width:60rem;top:2.1875rem;left:0rem;display:block; }
#FvMhrbQMzSsFGrnxoTWqOiHQRZRiZfqW { color:#ffffff;display:block;width:55.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:4.3125rem;left:2.3125rem;height:9.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z5cT81zIZux82KZET9LruBloTrLaAm2O { background-color:#913453;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.25rem;height:4.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:17.4375rem;left:12.875rem;display:block; }
#c0ID5VMmVyTzUqceGy2GoygIqJmo4LaT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DZy9rRKqBKPdMTTSS6SFuLugw9auBvb6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),0.85);background-image:url("https://images.assets-landingi.com/uc/882fad95-626b-4140-8c36-0d961feaf733/dfggsfg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DZy9rRKqBKPdMTTSS6SFuLugw9auBvb6.adaptive-delivery-prevent-bg, #DZy9rRKqBKPdMTTSS6SFuLugw9auBvb6.lazyload, #DZy9rRKqBKPdMTTSS6SFuLugw9auBvb6.lazyloading { background-image: none; }#DZy9rRKqBKPdMTTSS6SFuLugw9auBvb6 > .row .container { background-color: transparent; background-image: none; }#DZy9rRKqBKPdMTTSS6SFuLugw9auBvb6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZy9rRKqBKPdMTTSS6SFuLugw9auBvb6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZy9rRKqBKPdMTTSS6SFuLugw9auBvb6 > .row .container > .video-iframe-container { display: none; }#DZy9rRKqBKPdMTTSS6SFuLugw9auBvb6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZy9rRKqBKPdMTTSS6SFuLugw9auBvb6 > .row > .video-iframe-container { display: none; }#DZy9rRKqBKPdMTTSS6SFuLugw9auBvb6 > .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); }#DZy9rRKqBKPdMTTSS6SFuLugw9auBvb6 > .row .container { border-width: 0; border-radius: 0; }#DZy9rRKqBKPdMTTSS6SFuLugw9auBvb6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DZy9rRKqBKPdMTTSS6SFuLugw9auBvb6 > .row .container { font-size:0.875rem;font-family:arial;height:63.6875rem;width:60rem;position:relative;display:block; }#vQnN5pl3VqTVqI80MPWltwQUTHZ5b5Ik { color:rgba(var(--color-tertiary-0),1);display:block;width:58.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:19rem;left:0.8125rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XK3rSWapXPF43fN40ToccGi3FOmZlT5O { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:19rem;top:4.625rem;left:0rem;overflow:hidden;display:block; }
#zd6H9o5ETcLJhLLnKfCcSRRsIKHmrK2d { box-sizing:content-box;height:32.5rem;width:53.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.74);background-image:none;top:23.75rem;left:3.8125rem;border-top:1.125rem solid #34915d;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#Xoid2PItuBS9vMN7u9N4PRoLDlKTHByu { color:#000000;display:block;width:44.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:26.5rem;left:7.9375rem;height:1.6875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#q8FTV0eS9bCWueTMWPpgaH189THNRuZM { color:#000000;display:block;width:42.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:2;letter-spacing:0;top:34.125rem;left:8.125rem;height:11.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eJ5F7OcOLFhSAz4WghCvR5Xfyq6KR8nA { background-color:#913453;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.9990234375rem;height:4.3740234375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:47.75rem;left:16.0625rem;display:block; }
#Lr496HiFdHV2T727TgieOrZHL5Cm18LV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uibJyuKPTQen6Ey2EW5XT8RJChWsD0Ze { color:#000000;display:block;width:44.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:29.0625rem;left:7.9375rem;height:1.6875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IfwE8WM7R4xAGXPyVy3ReraUQ7b7O4mV { color:#000000;display:block;width:44.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:31.5rem;left:7.9375rem;height:1.6875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Wm9vX4LVhJ5kwiUesTnhspkk0RiFxqCn { color:#000000;display:block;width:42.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:53.3125rem;left:9.25rem;height:1.5625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#N1FonhkqsX7SJhXQEE1E9AzQgTbWkpzA { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:19rem;top:4.625rem;left:20.5rem;overflow:hidden;display:block; }
#CRbTrMfiaPQ2J2eK9bTwdHyhKNHAH35z { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:19rem;top:4.6875rem;left:41rem;overflow:hidden;display:block; }
#bEB8kkoC9t75dI7qWSPtTMNc21Qpalcl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d25a1741-fe59-443b-a155-15eee9cd626c/TO345.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bEB8kkoC9t75dI7qWSPtTMNc21Qpalcl.adaptive-delivery-prevent-bg, #bEB8kkoC9t75dI7qWSPtTMNc21Qpalcl.lazyload, #bEB8kkoC9t75dI7qWSPtTMNc21Qpalcl.lazyloading { background-image: none; }#bEB8kkoC9t75dI7qWSPtTMNc21Qpalcl > .row .container { background-color: transparent; background-image: none; }#bEB8kkoC9t75dI7qWSPtTMNc21Qpalcl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEB8kkoC9t75dI7qWSPtTMNc21Qpalcl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEB8kkoC9t75dI7qWSPtTMNc21Qpalcl > .row .container > .video-iframe-container { display: none; }#bEB8kkoC9t75dI7qWSPtTMNc21Qpalcl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEB8kkoC9t75dI7qWSPtTMNc21Qpalcl > .row > .video-iframe-container { display: none; }#bEB8kkoC9t75dI7qWSPtTMNc21Qpalcl > .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); }#bEB8kkoC9t75dI7qWSPtTMNc21Qpalcl > .row .container { border-width: 0; border-radius: 0; }#bEB8kkoC9t75dI7qWSPtTMNc21Qpalcl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bEB8kkoC9t75dI7qWSPtTMNc21Qpalcl > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:60rem;position:relative;display:block; }#XuEGJRbCo0aqk6mDvDAE9WNc7i99geVF { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:2.8125rem;left:0rem;height:6.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nUAJDByLLCLDVovbxuhBbsalrM4kBI6x { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:11.5625rem;left:0rem;height:8.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l9WlVF4FiVyNPzRzlt3f58e0UIPo2x81 { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0;width:4.8125rem;top:22rem;left:0rem;display:block; }
#T8dANfZxlUbUOtkDmeTkLeEcAmOWDvbx { position:absolute;display:block;z-index:14999;background-color:#1a3a28;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:6.5625rem;width:60rem;top:29.875rem;left:0rem;display:block; }
#CiMG1MxFuP8TvhBGPNR6wgOPQoCAGTuI { color:#ffffff;display:block;width:51.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:31.5625rem;left:2.25rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WHv3ddBQINBW8XJJwn5gI4vQvxQWUhmA { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:23.5625rem;left:0rem;height:5.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sENhZmUUXOILWVcW93fAEcTKl43WKCTo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(52,145,93,0.4);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; }#sENhZmUUXOILWVcW93fAEcTKl43WKCTo > .row .container { background-color: transparent; background-image: none; }#sENhZmUUXOILWVcW93fAEcTKl43WKCTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sENhZmUUXOILWVcW93fAEcTKl43WKCTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sENhZmUUXOILWVcW93fAEcTKl43WKCTo > .row .container > .video-iframe-container { display: none; }#sENhZmUUXOILWVcW93fAEcTKl43WKCTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sENhZmUUXOILWVcW93fAEcTKl43WKCTo > .row > .video-iframe-container { display: none; }#sENhZmUUXOILWVcW93fAEcTKl43WKCTo > .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); }#sENhZmUUXOILWVcW93fAEcTKl43WKCTo > .row .container { border-width: 0; border-radius: 0; }#sENhZmUUXOILWVcW93fAEcTKl43WKCTo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sENhZmUUXOILWVcW93fAEcTKl43WKCTo > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;position:relative;display:block; }#MQIy7AhcAqpvr3kg93uJamPhlhGM0wag { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#v8JOPOSZkxGdvRW90wBnsgxr5L8TGL6R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(52,145,93,0.4);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; }#v8JOPOSZkxGdvRW90wBnsgxr5L8TGL6R > .row .container { background-color: transparent; background-image: none; }#v8JOPOSZkxGdvRW90wBnsgxr5L8TGL6R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8JOPOSZkxGdvRW90wBnsgxr5L8TGL6R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8JOPOSZkxGdvRW90wBnsgxr5L8TGL6R > .row .container > .video-iframe-container { display: none; }#v8JOPOSZkxGdvRW90wBnsgxr5L8TGL6R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8JOPOSZkxGdvRW90wBnsgxr5L8TGL6R > .row > .video-iframe-container { display: none; }#v8JOPOSZkxGdvRW90wBnsgxr5L8TGL6R > .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); }#v8JOPOSZkxGdvRW90wBnsgxr5L8TGL6R > .row .container { border-width: 0; border-radius: 0; }#v8JOPOSZkxGdvRW90wBnsgxr5L8TGL6R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v8JOPOSZkxGdvRW90wBnsgxr5L8TGL6R > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;position:relative;display:block; }#nR0ltTJVqVd6FXFTSiOz1c0g82qMuexN { color:rgba(var(--color-tertiary-4),1);display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:12.8125rem;left:0rem;height:3.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZIJ4r8XxOENEsob2sftB3FEvTPTs6xhC { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:12.0625rem;top:13.1875rem;left:45.75rem;display:block; }
#KaEF87vPizgzyLIJLHovzhpJzgpKAMuQ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:12.6875rem;top:0.75rem;left:47.3125rem;overflow:hidden;display:block; }
#ubP6PUSCgs8RtCT4mECuDEEHGGADFueS { color:rgba(var(--color-tertiary-4),1);display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:3.4375rem;left:0rem;height:7.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pe9fag5rpgrMwlAZES6ivC6OT4qaqbTb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(52,145,93,0.4);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; }#pe9fag5rpgrMwlAZES6ivC6OT4qaqbTb > .row .container { background-color: transparent; background-image: none; }#pe9fag5rpgrMwlAZES6ivC6OT4qaqbTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pe9fag5rpgrMwlAZES6ivC6OT4qaqbTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pe9fag5rpgrMwlAZES6ivC6OT4qaqbTb > .row .container > .video-iframe-container { display: none; }#pe9fag5rpgrMwlAZES6ivC6OT4qaqbTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pe9fag5rpgrMwlAZES6ivC6OT4qaqbTb > .row > .video-iframe-container { display: none; }#pe9fag5rpgrMwlAZES6ivC6OT4qaqbTb > .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); }#pe9fag5rpgrMwlAZES6ivC6OT4qaqbTb > .row .container { border-width: 0; border-radius: 0; }#pe9fag5rpgrMwlAZES6ivC6OT4qaqbTb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pe9fag5rpgrMwlAZES6ivC6OT4qaqbTb > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:60rem;position:relative;display:block; }#kdLqBF68Hg1UumrTMCTJmBf0O1NG2mkS { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:12.0625rem;top:14.375rem;left:4.125rem;display:block; }
#AXBFlTsGsLiJm5tmWLQbCZrKMTFTft4G { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:14.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#EwH2IqZlChbFNgy0hKT5QiOw8TTnQewx { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:8.75rem;left:21.5625rem;height:4.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mZi1e3wo2gigPixGVMK8NgbXxZMmgebs { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:1.25rem;left:21.5625rem;height:6.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LPIl3TO27IXpSrfFpM9KJT9TW7LeOF1y { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:14.375rem;left:21.5625rem;height:3.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VEh7QBar7G70JhTJHNdVbrAHancWALJT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.4);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; }#VEh7QBar7G70JhTJHNdVbrAHancWALJT > .row .container { background-color: transparent; background-image: none; }#VEh7QBar7G70JhTJHNdVbrAHancWALJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEh7QBar7G70JhTJHNdVbrAHancWALJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEh7QBar7G70JhTJHNdVbrAHancWALJT > .row .container > .video-iframe-container { display: none; }#VEh7QBar7G70JhTJHNdVbrAHancWALJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEh7QBar7G70JhTJHNdVbrAHancWALJT > .row > .video-iframe-container { display: none; }#VEh7QBar7G70JhTJHNdVbrAHancWALJT > .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); }#VEh7QBar7G70JhTJHNdVbrAHancWALJT > .row .container { border-width: 0; border-radius: 0; }#VEh7QBar7G70JhTJHNdVbrAHancWALJT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VEh7QBar7G70JhTJHNdVbrAHancWALJT > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#NWkTz3TUZVSUEPaRExaqngr6Kx9Eh7vf { color:rgba(var(--color-primary-3),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.2;letter-spacing:0;top:3.375rem;left:6.96875rem;height:6rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vB8itD8cTlDI7VSSLWwzgJIfxWDhqFFW { position:relative;display:block; }#vB8itD8cTlDI7VSSLWwzgJIfxWDhqFFW { background-color: transparent; background-image: none; }#vB8itD8cTlDI7VSSLWwzgJIfxWDhqFFW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vB8itD8cTlDI7VSSLWwzgJIfxWDhqFFW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vB8itD8cTlDI7VSSLWwzgJIfxWDhqFFW > .row .container > .video-iframe-container { display: none; }#vB8itD8cTlDI7VSSLWwzgJIfxWDhqFFW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vB8itD8cTlDI7VSSLWwzgJIfxWDhqFFW > .row > .video-iframe-container { display: none; }#vB8itD8cTlDI7VSSLWwzgJIfxWDhqFFW > .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); }#vB8itD8cTlDI7VSSLWwzgJIfxWDhqFFW { border-width: 0; border-radius: 0; }#vB8itD8cTlDI7VSSLWwzgJIfxWDhqFFW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vB8itD8cTlDI7VSSLWwzgJIfxWDhqFFW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Medl7JAefoxcvkCyRo103H4qnBsESdJv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.3125rem;left:24.15625rem; }
#q8t92z4dfa0qwuG6yAksWZiI19KJFR6H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.3125rem;left:56.5rem; }
#TI8SxMnKDhNq52HPbWyGCOfRbvX2H9iD { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:29.1875rem;top:4.5625rem;left:0rem;overflow:hidden;display:block; }
#fh1IUc8rkdmeBhmm8HwkWAVDiWK3gb88 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:26.75rem;top:4.5rem;left:32.0625rem;overflow:hidden;display:block; }
#kdOJrUEwMCHuT0lf81wgWT9O88bMXknA { position:relative;display:block; }#kdOJrUEwMCHuT0lf81wgWT9O88bMXknA { background-color: transparent; background-image: none; }#kdOJrUEwMCHuT0lf81wgWT9O88bMXknA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdOJrUEwMCHuT0lf81wgWT9O88bMXknA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdOJrUEwMCHuT0lf81wgWT9O88bMXknA > .row .container > .video-iframe-container { display: none; }#kdOJrUEwMCHuT0lf81wgWT9O88bMXknA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdOJrUEwMCHuT0lf81wgWT9O88bMXknA > .row > .video-iframe-container { display: none; }#kdOJrUEwMCHuT0lf81wgWT9O88bMXknA > .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); }#kdOJrUEwMCHuT0lf81wgWT9O88bMXknA { border-width: 0; border-radius: 0; }#kdOJrUEwMCHuT0lf81wgWT9O88bMXknA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kdOJrUEwMCHuT0lf81wgWT9O88bMXknA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OnRFzuydHJpXeLIltaQgi9Ebdil9Qbs8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.3125rem;left:24.15625rem; }
#t0NVIa0XZGbLimPKkh9HTWTfRpH2nGaa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.3125rem;left:56.5rem; }
#OE0HyPJxtxpzivCf6omLXKLp2kzd1Tsi { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:25.25rem;top:4.375rem;left:0rem;overflow:hidden;display:block; }
#VsWffSs4QdFwSHkJcDyxIdDPGadLP3px { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:28.625rem;top:3.625rem;left:31.375rem;overflow:hidden;display:block; }
#kBpRMdy2iCgOKiflr1Q5T9GXUt2Qw51J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.4);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; }#kBpRMdy2iCgOKiflr1Q5T9GXUt2Qw51J > .row .container { background-color: transparent; background-image: none; }#kBpRMdy2iCgOKiflr1Q5T9GXUt2Qw51J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBpRMdy2iCgOKiflr1Q5T9GXUt2Qw51J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBpRMdy2iCgOKiflr1Q5T9GXUt2Qw51J > .row .container > .video-iframe-container { display: none; }#kBpRMdy2iCgOKiflr1Q5T9GXUt2Qw51J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBpRMdy2iCgOKiflr1Q5T9GXUt2Qw51J > .row > .video-iframe-container { display: none; }#kBpRMdy2iCgOKiflr1Q5T9GXUt2Qw51J > .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); }#kBpRMdy2iCgOKiflr1Q5T9GXUt2Qw51J > .row .container { border-width: 0; border-radius: 0; }#kBpRMdy2iCgOKiflr1Q5T9GXUt2Qw51J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kBpRMdy2iCgOKiflr1Q5T9GXUt2Qw51J > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:60rem;position:relative;display:block; }#u8nrTOW4364igogQUJTwAk3bXE002NWb { color:rgba(var(--color-primary-4),1);display:block;width:48.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:4.25rem;left:5.84375rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MgB22gUTdaSOz8noAK5ynOo4cwdIcd7o { color:#1f333b;display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:8.5625rem;left:5.90625rem;height:14.0625rem;text-align:center;text-align-last:center;display:block; }
#TXbMpMwI9EVNKfApfGs17rwsKnSavCCa { background-color:#913453;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.25rem;height:4.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:31.5rem;left:12.375rem;display:block; }
#VPIApZPUGyG1LbBOOKZAJZDTSHTXVB0r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GkLJilM3Tky6u2WysH7ifesWSxyTmM0x { color:#1f333b;display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:37.1875rem;left:0rem;height:1.5625rem;text-align:center;text-align-last:center;display:block; }
#EHz8ZwRsi6FPx0xNSbbTc04JOEDRySiU { box-sizing:content-box;height:2.0625rem;width:14.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.42);background-image:none;top:24.875rem;left:13.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid #34915d;border-left:0.0625rem solid #34915d;border-right:0.0625rem solid #34915d;border-bottom:0.0625rem solid #34915d;display:block; }
#ZSExvCIkbu0Wu4VgUFHPuzKw1HPcNC0o { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:25.1875rem;left:16.6875rem;height:1.5625rem;text-align:center;text-align-last:center;display:block; }
#wUazbNL3JnicMsf33HuQ6OQXHAUxsHP4 { box-sizing:content-box;height:2.0625rem;width:17.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),0.42);background-image:none;top:24.9375rem;left:29.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid #34915d;border-left:0.0625rem solid #34915d;border-right:0.0625rem solid #34915d;border-bottom:0.0625rem solid #34915d;display:block; }
#h32PCPJqkH8qK6U7qQH31iQUOQuyZ8rW { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:25.25rem;left:29.6875rem;height:1.5625rem;text-align:center;text-align-last:center;display:block; }
#Vmv05vPhlKJMIZAGyTc9hxQAbT6p2LdA { box-sizing:content-box;height:2.0625rem;width:33.5rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0.42);background-image:none;top:27.875rem;left:13.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid #34915d;border-left:0.0625rem solid #34915d;border-right:0.0625rem solid #34915d;border-bottom:0.0625rem solid #34915d;display:block; }
#EfhrDKw44Zro1rA4Tny2DTa5H86AClB4 { color:#000000;display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:28.1875rem;left:13.5rem;height:1.5625rem;text-align:center;text-align-last:center;display:block; }
#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.4);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; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container { background-color: transparent; background-image: none; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container > .video-iframe-container { display: none; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row > .video-iframe-container { display: none; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .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); }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container { border-width: 0; border-radius: 0; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;position:relative;display:block; }#Hg7ahoUFvmolymUrJK2FBdk59XGPWqGB { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.4);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; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container { background-color: transparent; background-image: none; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container > .video-iframe-container { display: none; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row > .video-iframe-container { display: none; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .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); }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container { border-width: 0; border-radius: 0; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#Em1xZiTPig8rXguO8OeRdOLQX7Tv6Owi { color:#1f333b;display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#VQASaRVhKGqHgFaHk8PFUDoheXvIzSI7 { color:#1f333b;display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4rem;left:5rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#glB7JLTofSQIrXTMgrgIeVCDmM7hceER { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:7.9375rem;left:0rem;display:block; }
#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.4);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; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container { background-color: transparent; background-image: none; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container > .video-iframe-container { display: none; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row > .video-iframe-container { display: none; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .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); }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container { border-width: 0; border-radius: 0; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:block; }#fOSqMh9UarEsQnrzyV2QelvHr4gSvyzN { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#T3fRGFqNSTtqOPAXKKLvMuILFfriG19r { color:#1f333b;display:block;width:50.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4.1875rem;left:4.8125rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#u6VQALDeJPkdvnBg59X8q5uOe6iRoxbp { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:6.5625rem;left:0rem;display:block; }
#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.4);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; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container { background-color: transparent; background-image: none; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container > .video-iframe-container { display: none; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row > .video-iframe-container { display: none; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .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); }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container { border-width: 0; border-radius: 0; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:60rem;position:relative;display:block; }#Dy3mcHRIGyLWGvWAIRkxWab3isFLn8nE { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#ZtiWglOkOswdJQpd0TIG60WWP7zvMyVk { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4.5rem;left:5rem;height:4.6875rem;text-align:left;text-align-last:left;display:block; }
#RTnMlooHp6ZcGHcrf6lpqq9oX4LC6Tea { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:10.625rem;left:0rem;display:block; }
#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.4);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; }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .row .container { background-color: transparent; background-image: none; }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .row .container > .video-iframe-container { display: none; }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .row > .video-iframe-container { display: none; }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .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); }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .row .container { border-width: 0; border-radius: 0; }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#KS7GIqEhE7XiKfuespO62n8R3rTwn80e { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#zOcGXAJduLVaZRfNFEL3MRFHdtCFK7pN { color:#1f333b;display:block;width:50.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4.5rem;left:5rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#MJW6vvMLLO0rriA7K2OFdLFHBU1dvTMh { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:8.6875rem;left:0rem;display:block; }
#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.4);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; }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .row .container { background-color: transparent; background-image: none; }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .row .container > .video-iframe-container { display: none; }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .row > .video-iframe-container { display: none; }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .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); }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .row .container { border-width: 0; border-radius: 0; }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#TxCf96sWHLAD32ptHd4L5cb66Q519Kxg { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#ENEZEbuBgCFE3mItquH1GpdcBInr9dbi { color:#1f333b;display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4.5rem;left:5rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#XMHxxE6RgkW8K9vSXgruramwpFdz4cxU { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:8.375rem;left:0rem;display:block; }
#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.4);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; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container { background-color: transparent; background-image: none; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container > .video-iframe-container { display: none; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row > .video-iframe-container { display: none; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .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); }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container { border-width: 0; border-radius: 0; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:60rem;position:relative;display:block; }#B2XEzMzaxht2rE2VeXhPy2RGZFS0pXQH { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#QSo7lycTeFDDi04CLNsTlw7JWr8J0ATW { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:4.5rem;left:5rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#noeMAoaXDS51QXU3TT2yUJPMSNu80XNu { background-color:#913453;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29rem;height:4.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:8.15625rem;left:15.5rem;display:block; }
#iXwUUG9g8d805OffVQAuyTy2WqBL3Tbb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fWEuMuA9OAnxBnHGP4iThzr7gNkztZeK { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:13.875rem;left:6.375rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container { background-color: transparent; background-image: none; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container > .video-iframe-container { display: none; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row > .video-iframe-container { display: none; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .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); }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container { border-width: 0; border-radius: 0; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;position:relative;display:block; }#pP9nLZTLL48E599A97V9u36eQlvuyG0x { color:#1f333b;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:1.75rem;left:46.875rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#veQA546lG6imbJvlMS4IWxaHNLXtC37s { color:#1f333b;display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:3.6875rem;left:46.875rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#OG086o73Z3w1yQtQbZZJ7bR6MrHztnI7 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:7.4375rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dW8RaxDiCxDQBVWwmTD13JW5KkUvwctR { display:block; }#dW8RaxDiCxDQBVWwmTD13JW5KkUvwctR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWTT1bCV3lgPPsuaWcleu9JyU4gRLaqW { width:47.75rem;height:1.4375rem;top:1rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKdTAWmgkJX2OZ2Fftk2Bh7oaSiUlOv5 { top:0rem;left:41.5rem;width:6.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd { display:block; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p58q5ZxaT6JznxdeRxQicI6l1tp8CbmN { width:47.75rem;height:;top:2.4375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe { width:6.5rem;height:9.75rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOftANMqkU57hP7eLTRFlSFXIrw1krRx { width:0.125rem;height:7.3125rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb5E8wFaxIE0BtqgvRQTzmAq54Xpc1f5 { width:33.75rem;height:6.1875rem;top:14.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVEJvCIP56RDc19BmKhRseP3TsOSaW8S { width:5.375rem;height:7.875rem;top:13.1875rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO5uTWufUliWrDdaRaxEn5hwCq1Jk9JL { top:2.4375rem;left:33.5rem;width:14.25rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fous57Fgf1fl12xMJsf75MTK8svhVmNU { width:3.6875rem;height:7.3125rem;top:13.1875rem;left:44.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCfhozc0ppFu0WKiq4S2BaR7DHTmIyzW { width:29rem;height:4.375rem;top:23.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #liB1U3U6zeBkaXmfpORaNxpJXVvIxiMa { display:block; }
 }@media only screen and (max-width: 763px) { #cvTreUvZzu6N8TyrmOtPlc6fZpEw5dCi { width:35.6875rem;height:;top:5.8125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lxp7vsZIL2pBXaeTax7KoIcr8iNT6X9m { width:7.5rem;height:3.375rem;top:23.8125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMiqIinP1uh3IHIOtIITROoRTQKJ4Aqf { width:6.9375rem;height:2.0625rem;top:24.625rem;left:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqgZFToggyiX5qs1zyciNDRglTa4FKON { width:3.9375rem;height:1.5625rem;top:24.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFHTC8h7Q4Se763IOZ3kJgS0rv0QN1qq { width:3.6875rem;height:1.1875rem;top:24.9375rem;left:7.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXKgLaDTbdD5yIH8ugieSZWdXBdvTQrB { width:18.0625rem;height:1.1875rem;top:27.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSdAnsn96aoMqkDm2oK05fHTbOtGw0tN { top:11.5rem;left:31.75rem;width:13.8125rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1GN2gxeOC4J028HhmNkb8AQzVPmbnCM { top:19.75rem;left:33.5rem;width:14.25rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V48TNVOvJsg3TPczLkRKiHubZew62T7s { display:block; }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PtTTGCbRxcHR5J3kUTH9HnNqxDCi0yfv { width:47.75rem;height:5.25rem;top:4.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8UwR16scZbPkTpU5g00Nzkm6og3FQtK { width:47.75rem;height:7.8125rem;top:11.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWNwhWKG4B6bFZeXWIPJLPZfwF71Zy8s { width:34.25rem;height:4.375rem;top:22.375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiuT6EVq8TVzoXrknhASLX6qhUrGnp6y { display:block; }
 }@media only screen and (max-width: 763px) { #Womx8qD418OaJnox8LTLTEcHH7nZZEmK { width:47.75rem;height:1.5625rem;top:28rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1ZfHfR4t6OdZXnnZB4aV5tiUtZcdXwN { display:block; }#E1ZfHfR4t6OdZXnnZB4aV5tiUtZcdXwN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txJAJidTbaeGPvUXEmXR7giO1h5FWflH { top:3.4375rem;left:0rem;width:27.625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT9sXnMDrBE45g4OE7oN2XRcrWRdOGDX { width:1.9375rem;height:1.9375rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfNkiHnFPvpmIbKoh1eUZBqzV6dgnJDw { width:20.125rem;height:1.5625rem;top:5.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CafuZFEifomnU7a9d4Pu6MI4bZr62ocB { top:3.5rem;left:20rem;width:27.625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymgXQDNfp8IaXvOCn4D2nIgMxwIi6HE8 { width:1.9375rem;height:1.9375rem;top:5.25rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWOTPHXKAtAnlH7xnCvKK8OrZvag8MlJ { width:20.125rem;height:1.5625rem;top:5.4375rem;left:27.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glm96MhcW1r4IeKTI1uOPIehynhs3r3O { top:9.8125rem;left:0rem;width:27.625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTcfXnWLiNNFVI38QUCbA0JJuGUgzQlD { top:9.875rem;left:20rem;width:27.625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6yDpegZgrurdtZpD6iglIp3oi6BvtSK { width:1.9375rem;height:1.9375rem;top:11.625rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAlyzgwtBDCLpRe6BrP0OJ8AZ0RaQxqX { width:21.625rem;height:3.125rem;top:10.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0RWQRekyTOLX9TI2RM5pXbsdgiZ2zOT { width:20.125rem;height:3.125rem;top:10.9375rem;left:27.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIp6y9hWgbnRKr6tnhG7TnHqyXINadbE { width:1.9375rem;height:1.9375rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCmhEeZ6uT9wC5pOgwXKyq2WDsFULOx0 { top:16rem;left:0rem;width:27.625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQe7T11F7uduMOT6k3Txm1CDVUXbp2i7 { width:21.1875rem;height:1.5625rem;top:17.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOdpfHBEALH5vh3L4TGWPvJfLiVLoXGf { width:1.9375rem;height:1.9375rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MavE6SGkmDxfv2wFZDbCB8CPNRsGRTLi { display:block; }#MavE6SGkmDxfv2wFZDbCB8CPNRsGRTLi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BC0WuIuS8tzwQKoOUsNnh9M1CRIBTZSz { width:47.75rem;height:;top:3rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaazX4Q0lBrftsoXgqoS6f3uaPy7BTCb { width:47.75rem;height:2rem;top:25.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZAvO2JsgluVxTDLQCNvULGR8toSF7D1 { width:4.8125rem;height:0;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyHE5NSiONmdOc2aizu8iHJ3of6JSv46 { width:47.75rem;height:13.5rem;top:7.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPdMZpG8TCdFA3fWFmEbunPptenhQVwm { width:34.25rem;height:4.375rem;top:65.375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmqRlk3EWFTIoUTWsRVIO4aq6berpM8N { display:block; }
 }@media only screen and (max-width: 763px) { #ga7GVICKqoZ6ETRqoT4cfnhvOCN7Hx2T { width:47.75rem;height:27.875rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #roThi6o3rq89W4OShEFwvoDz0m20XFXG { width:47.5rem;height:3.8125rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx5HIDp5J4NPhXn10zbhO3ELyAuFrdTy { width:47.75rem;height:2rem;top:29.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTx66w6yeCdrDBRzlXFF9670QCbW7NT4 { width:47.5rem;height:3.8125rem;top:32.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezNIL5rM3d3WwguTUIo2Xb3oFxMcSK1f { width:47.75rem;height:2rem;top:33.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmTzFEZHqTuDPgy0q4cvJ0vEvDyEQVkk { width:47.5rem;height:3.8125rem;top:41.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1gC64olcrQVB1IKc8lCzTn080BiRDVO { width:47.75rem;height:2rem;top:42.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daChfP7IWJOICQx2IltPVREbL9B2JTM7 { width:47.5rem;height:3.8125rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxHHFylGg6GGQ6KiOk5sceS7FCpQ7hT2 { width:47.75rem;height:2rem;top:38.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuPbVCTNlyOQq7bT8Fwqpaf7dh03FMPI { width:47.5rem;height:3.8125rem;top:46.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvLDDKX7HTshASFc9w8sVavyTRUA89BB { width:47.75rem;height:2rem;top:47rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF6iPVKvDQGDu6p0HOqRu7sOq6BUGQ34 { width:47.75rem;height:3.375rem;top:54.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoX75atxgHQZWEU4MFQFhqQ0JXgpXgNc { width:47.75rem;height:3.375rem;top:58.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #piFakAnM5L0CUCRfc15zPSPpHdJsWdNs { width:47.75rem;height:1.5rem;top:70.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAlczQ9XzViNlTuuQhrSUT5zwuA23Xaf { display:block; }#IAlczQ9XzViNlTuuQhrSUT5zwuA23Xaf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DSap3K6nGfMewqhrPsInkczy3xb1VwX1 { width:47.75rem;height:7rem;top:1.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W250CEXIL1x6ZQggPR7VSDQ3blLdTmc0 { width:47.75rem;height:8.4375rem;top:9.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieQuQLTbIgmUV6TTNwvsR2MSv2ccvuV8 { top:22.3125rem;left:0rem;width:19.1875rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgIEGA50c1DT1ZM1QZ47Fomzp3CJK4Ad { width:2.625rem;height:2.625rem;top:23.625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg0mRxMJfpkz8d1XPftxPR2JClcsQOnf { width:12.8125rem;height:1.625rem;top:27.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA3TVlWvy34iC9urHoZZIqt9vxE0UW2g { width:4.8125rem;height:0;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gikJMbwoMwk7pqcWWvA0ePZt29apAfOi { width:16.1875rem;height:4.6875rem;top:29.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8eZo82Bs6vXM3n3QrRBKFTwILrU8mS1 { top:22.375rem;left:14.3125rem;width:19.1875rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGyIhe6BVm8EpH3MuAufOtkwgl0fhQ48 { width:16.1875rem;height:4.6875rem;top:29.875rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziweT3Pis4X7rVnoK16obOu3iIraHnoT { width:12.8125rem;height:1.625rem;top:27.375rem;left:17.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qf2kxEKknU5bzTIndWT4fqTCccK6OKu7 { width:2.625rem;height:2.625rem;top:23.6875rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9ziFl8DXvEdaI31mcWAXmN8XlTasrZR { top:22.375rem;left:28.4375rem;width:19.1875rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xctePoXSaQK6GiTZTQf3PwH6b6oOI5bd { width:16.1875rem;height:6.25rem;top:29.875rem;left:31.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUSkfL8qry0u3CbsO2W33TNDiGon1LSs { width:15.875rem;height:1.625rem;top:27.3125rem;left:31.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu8JUQ7C5RLUEp0EOT8778CN2FWti6To { width:2.625rem;height:2.625rem;top:23.6875rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvPlJy9oT5OowJNTLAGmlcNKB9ZJVo4u { width:47.75rem;height:9.125rem;top:40.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi1Qt4VPZwOtWkytfKeE1IxgohbKlz5d { width:47.75rem;height:4.875rem;top:42.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0flol8rRgEu7TpHlnW8f9PFOqkrrk78 { display:block; }#a0flol8rRgEu7TpHlnW8f9PFOqkrrk78 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #seVBkyDaIvuCVaehm54TwrVqZmyWEKpd { width:47.75rem;height:;top:5.875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3yRi7OeXOGzXGVrBu47GLU4yJOPqe9k { width:37.75rem;height:1.5625rem;top:3.5625rem;left:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiGgx5QrxBtgzGumLTxWUWOTgk7i96bk { top:11.0625rem;left:0rem;width:28.1875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JorK8TxMMcWaWtUyo0uv5Iu3olSONpwT { width:22.4375rem;height:4.6875rem;top:12.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeURoDOwqsZVOrQBssPoxTa8nQS26szS { width:1.9375rem;height:1.9375rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgBUVKsk4lVE9pQV7IggUuoDHNGk7pLv { top:11.1875rem;left:19.4375rem;width:28.1875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pznqHuR3N5FGDRSpzqbTtFoTwlocEdb6 { width:20rem;height:4.6875rem;top:12.3125rem;left:25.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNpVqOyMeSqquPQnEyAnqvZdfewt4goS { width:1.9375rem;height:1.9375rem;top:12.9375rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE5aTNUsgNZrLR8wUhBcHNAZeL6xrBpI { top:18.625rem;left:19.4375rem;width:28.1875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6kFSNBvFhu4TIb3UT6msstpiFFWK8Fi { width:18.9375rem;height:4.6875rem;top:19.75rem;left:25.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtWrvmf4vVhX9z3oa00GTr3HNRlmP9RL { width:1.9375rem;height:1.9375rem;top:20.375rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz8l2E9uAeAIVQ28lIPSKkdT6sdPDytQ { top:18.5rem;left:0rem;width:28.1875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiAuK7mTf3EzOrOKTmHIf2ch3UXygllM { width:20.6875rem;height:4.6875rem;top:19.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #blzeNTy6MKsHTeT4OvJFmvEtOCdrT9V7 { width:1.9375rem;height:1.9375rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIbFgEMR4mMOTN5x9n2o3cINVyyoLZhw { top:26.0625rem;left:19.4375rem;width:28.1875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mP54U9u3mlXQaLVJVZwDaqiTlH328oIH { width:22.75rem;height:4.6875rem;top:27.1875rem;left:25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6lLBReIDTP8phWVJXJAvl0otnDU8U6g { top:25.9375rem;left:0rem;width:28.1875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOo09QSHxrArclc5n5MTKIxPhWRU2qGd { width:20.6875rem;height:4.6875rem;top:27.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZLHWhXxQfV4pwzCdmbITdUDDwdiJXUx { width:1.9375rem;height:1.9375rem;top:27.8125rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3qmwiRSL3FmNoSfeQ2i12nnDWMl9adr { width:1.9375rem;height:1.9375rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHN26obiq4v9iWCRu87QKfmOEvO1Vn7P { width:47.75rem;height:6.75rem;top:34.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPPg0XQ5n4BIqlxWDJbDnlVOV57Vm36P { width:47.3125rem;height:7.4375rem;top:43.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmqkddNg3QSckmPxMHOXndntsn09TrlG { width:47.75rem;height:5.0625rem;top:44.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElxQ2p61MGg7X3PLVGvdC36yF8tRJTXd { display:block; }#ElxQ2p61MGg7X3PLVGvdC36yF8tRJTXd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aprULWvi7E6ARLldihHcJnLPhG8mgmgT { width:47.75rem;height:;top:5.8125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoMgObu4tc9JVagufzdHVqHselonxebo { width:47.75rem;height:1.625rem;top:3.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmGQhoXChFivMtVg1TEhPbeeLpO9zP4G { display:block; }#XmGQhoXChFivMtVg1TEhPbeeLpO9zP4G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZPyTJbOTeGO4lx8WnwbWZnb3hX9LsZy { width:32.0625rem;height:1.5625rem;top:1.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIPiEyQfc7S05UwiLbk7wsx6Tls9D9UU { top:0rem;left:0rem;width:47.75rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNtxey1lmucAKR6ITV7C0TiptrzOBbfb { width:47.75rem;height:1.875rem;top:3.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8ihR6Mw4NN9nuh4SITEi0nrBddg4Sqy { width:1.3125rem;height:2.625rem;top:1.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU2QloCXqphUxvwtCtXnUPwz8M6Ez7uf { top:1.75rem;left:0rem;width:3.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovTNnpMHI3dKZP52l1mVfwkLQFEy3vDv { width:47.625rem;height:0;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAfIlTMWtp3EBTPMeXg4MT8SXLp5Sk6J { width:27.3125rem;height:12.375rem;top:8.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyleUfg8Zo0RWSeDk9wmh8X4n0JsGNcT { width:27.3125rem;height:1.375rem;top:8.875rem;left:20.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbSlOEZKHZTALkfnXTWU7qemto8GZ5hu { width:27.3125rem;height:;top:11.125rem;left:20.4375rem;font-size:1.0625rem;display:block; }#mbSlOEZKHZTALkfnXTWU7qemto8GZ5hu li:before{  }
 }@media only screen and (max-width: 763px) { #xlMpIrrCCTdJgTuqA5EV72y1upemrUpW { display:block; }#xlMpIrrCCTdJgTuqA5EV72y1upemrUpW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0OXgaaMZghyA6sFuCWZhQnINqPo7g6T { display:block; }#J0OXgaaMZghyA6sFuCWZhQnINqPo7g6T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFtxU84nyC4zUOphgliiyoAJiNLJlqIb { width:32.0625rem;height:1.5625rem;top:1.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGeFxviVJiImBuHy0Z3XINxwZ4Dmfuxh { top:0rem;left:0rem;width:47.75rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFXSbvvcI3FTwNI04BWLiw8Px7L5C3XS { width:47.75rem;height:1.875rem;top:3.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0WWOxS0po1WzcBNKx0F8MTgsvfRtWqx { width:1.3125rem;height:2.625rem;top:1.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfhxCJUq1y02dp8v9III3kq30794Q7yA { top:1.75rem;left:0rem;width:3.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkPEAf561dHBSq7Rt9aWcI5GHuq9IekJ { width:47.625rem;height:0;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w79w8C9ptdhWbBspvHbITk8mXThSVm2s { width:27.3125rem;height:13.75rem;top:8.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG4ATWXagaRxgygmkHn536UATluKGXVL { width:27.3125rem;height:1.375rem;top:8.875rem;left:20.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP88mVdgFDEUkvRtw3aHMpwf2qRNFC8T { width:27.3125rem;height:;top:11.125rem;left:20.4375rem;font-size:1.0625rem;display:block; }#UP88mVdgFDEUkvRtw3aHMpwf2qRNFC8T li:before{  }
 }@media only screen and (max-width: 763px) { #lid6ESTzq6nXT5pGaJAx0oHkpdoAwWSX { display:block; }#lid6ESTzq6nXT5pGaJAx0oHkpdoAwWSX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZQN7CizG6ttugkaTkStCbGz2sogmpkT { display:block; }#vZQN7CizG6ttugkaTkStCbGz2sogmpkT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8qddzTzAUTfq2T9zPyWkhThQkHNhRra { width:32.0625rem;height:1.5625rem;top:1.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvoIDI3FbPvoAflr7k7vflMEAJqNECyA { top:0rem;left:0rem;width:47.75rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxD98VErDJ84hc74hzR0SqLl5Cv13gVf { width:47.75rem;height:1.875rem;top:3.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3XdwICqR8O20JE7xy9qAcmasLHHbL3O { width:1.3125rem;height:2.625rem;top:1.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5gRcbBXCGDvT4EeaTLS2HM65hNWJEfB { top:1.75rem;left:0rem;width:3.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKh0iQKOaHWb5MZhdxTcmA9Vv49ncK6N { width:47.625rem;height:0;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOWsrJXhu8BRXiztK4VyiJzqkA5szSCg { width:27.3125rem;height:15.125rem;top:8.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OscfRsXeUDSkoLsx6oG3R1lOuh88Fy5R { width:27.3125rem;height:1.375rem;top:8.875rem;left:20.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HslRDM3XDxhGhNsFtG9zKBxG8ct6x5l3 { width:27.3125rem;height:;top:11.125rem;left:20.4375rem;font-size:1.0625rem;display:block; }#HslRDM3XDxhGhNsFtG9zKBxG8ct6x5l3 li:before{  }
 }@media only screen and (max-width: 763px) { #Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG { display:block; }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nqa8IK74alSBl0TcJTcQVbNzO0WlFtD6 { width:47.75rem;height:13.5rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvMhrbQMzSsFGrnxoTWqOiHQRZRiZfqW { width:47.75rem;height:9.75rem;top:4.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5cT81zIZux82KZET9LruBloTrLaAm2O { width:34.25rem;height:4.375rem;top:17.4375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0ID5VMmVyTzUqceGy2GoygIqJmo4LaT { display:block; }
 }@media only screen and (max-width: 763px) { #DZy9rRKqBKPdMTTSS6SFuLugw9auBvb6 { display:block; }#DZy9rRKqBKPdMTTSS6SFuLugw9auBvb6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQnN5pl3VqTVqI80MPWltwQUTHZ5b5Ik { width:47.75rem;height:3.25rem;top:19rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK3rSWapXPF43fN40ToccGi3FOmZlT5O { top:4.625rem;left:0rem;width:19rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd6H9o5ETcLJhLLnKfCcSRRsIKHmrK2d { top:23.75rem;left:0rem;width:47.75rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xoid2PItuBS9vMN7u9N4PRoLDlKTHByu { width:44.3125rem;height:1.6875rem;top:26.5rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8FTV0eS9bCWueTMWPpgaH189THNRuZM { width:42.6875rem;height:11.25rem;top:34.125rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ5F7OcOLFhSAz4WghCvR5Xfyq6KR8nA { width:28.9375rem;height:4.3125rem;top:47.75rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr496HiFdHV2T727TgieOrZHL5Cm18LV { display:block; }
 }@media only screen and (max-width: 763px) { #uibJyuKPTQen6Ey2EW5XT8RJChWsD0Ze { width:44.3125rem;height:1.6875rem;top:29.0625rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfwE8WM7R4xAGXPyVy3ReraUQ7b7O4mV { width:44.3125rem;height:1.6875rem;top:31.5rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm9vX4LVhJ5kwiUesTnhspkk0RiFxqCn { width:42.6875rem;height:1.5625rem;top:53.3125rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1FonhkqsX7SJhXQEE1E9AzQgTbWkpzA { top:4.625rem;left:14.375rem;width:19rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRbTrMfiaPQ2J2eK9bTwdHyhKNHAH35z { top:4.6875rem;left:28.75rem;width:19rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEB8kkoC9t75dI7qWSPtTMNc21Qpalcl { display:block; }#bEB8kkoC9t75dI7qWSPtTMNc21Qpalcl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuEGJRbCo0aqk6mDvDAE9WNc7i99geVF { width:47.75rem;height:6.625rem;top:2.8125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUAJDByLLCLDVovbxuhBbsalrM4kBI6x { width:47.75rem;height:8.4375rem;top:11.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9WlVF4FiVyNPzRzlt3f58e0UIPo2x81 { width:4.8125rem;height:0;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8dANfZxlUbUOtkDmeTkLeEcAmOWDvbx { width:47.75rem;height:6.5625rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiMG1MxFuP8TvhBGPNR6wgOPQoCAGTuI { width:47.75rem;height:3.25rem;top:31.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHv3ddBQINBW8XJJwn5gI4vQvxQWUhmA { width:47.75rem;height:5.0625rem;top:23.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sENhZmUUXOILWVcW93fAEcTKl43WKCTo { display:block; }#sENhZmUUXOILWVcW93fAEcTKl43WKCTo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQIy7AhcAqpvr3kg93uJamPhlhGM0wag { width:47.75rem;height:;top:3.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8JOPOSZkxGdvRW90wBnsgxr5L8TGL6R { display:block; }#v8JOPOSZkxGdvRW90wBnsgxr5L8TGL6R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nR0ltTJVqVd6FXFTSiOz1c0g82qMuexN { width:38.875rem;height:3.125rem;top:12.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIJ4r8XxOENEsob2sftB3FEvTPTs6xhC { width:12.0625rem;height:5.875rem;top:13.1875rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaEF87vPizgzyLIJLHovzhpJzgpKAMuQ { width:12.6875rem;height:17.0625rem;top:0.75rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubP6PUSCgs8RtCT4mECuDEEHGGADFueS { width:40.3125rem;height:7.8125rem;top:3.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pe9fag5rpgrMwlAZES6ivC6OT4qaqbTb { display:block; }#pe9fag5rpgrMwlAZES6ivC6OT4qaqbTb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdLqBF68Hg1UumrTMCTJmBf0O1NG2mkS { width:12.0625rem;height:5.875rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXBFlTsGsLiJm5tmWLQbCZrKMTFTft4G { width:14.5rem;height:19.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwH2IqZlChbFNgy0hKT5QiOw8TTnQewx { width:33.8125rem;height:4.6875rem;top:8.75rem;left:13.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZi1e3wo2gigPixGVMK8NgbXxZMmgebs { width:38.5rem;height:6.25rem;top:1.25rem;left:9.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPIl3TO27IXpSrfFpM9KJT9TW7LeOF1y { width:33.8125rem;height:3.125rem;top:14.375rem;left:13.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEh7QBar7G70JhTJHNdVbrAHancWALJT { display:block; }#VEh7QBar7G70JhTJHNdVbrAHancWALJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWkTz3TUZVSUEPaRExaqngr6Kx9Eh7vf { width:46.0625rem;height:6rem;top:3.375rem;left:0.84375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vB8itD8cTlDI7VSSLWwzgJIfxWDhqFFW { display:block; }#vB8itD8cTlDI7VSSLWwzgJIfxWDhqFFW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Medl7JAefoxcvkCyRo103H4qnBsESdJv { width:3.5rem;height:3.5rem;top:2.3125rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8t92z4dfa0qwuG6yAksWZiI19KJFR6H { width:3.5rem;height:3.5rem;top:2.3125rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI8SxMnKDhNq52HPbWyGCOfRbvX2H9iD { top:4.5625rem;left:0rem;width:29.1875rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh1IUc8rkdmeBhmm8HwkWAVDiWK3gb88 { top:4.5rem;left:21rem;width:26.75rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdOJrUEwMCHuT0lf81wgWT9O88bMXknA { display:block; }#kdOJrUEwMCHuT0lf81wgWT9O88bMXknA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OnRFzuydHJpXeLIltaQgi9Ebdil9Qbs8 { width:3.5rem;height:3.5rem;top:2.3125rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0NVIa0XZGbLimPKkh9HTWTfRpH2nGaa { width:3.5rem;height:3.5rem;top:2.3125rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE0HyPJxtxpzivCf6omLXKLp2kzd1Tsi { top:4.375rem;left:0rem;width:25.25rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsWffSs4QdFwSHkJcDyxIdDPGadLP3px { top:3.625rem;left:19.125rem;width:28.625rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBpRMdy2iCgOKiflr1Q5T9GXUt2Qw51J { display:block; }#kBpRMdy2iCgOKiflr1Q5T9GXUt2Qw51J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8nrTOW4364igogQUJTwAk3bXE002NWb { width:47.75rem;height:2.625rem;top:4.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgB22gUTdaSOz8noAK5ynOo4cwdIcd7o { width:47.75rem;height:14.0625rem;top:8.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXbMpMwI9EVNKfApfGs17rwsKnSavCCa { width:34.25rem;height:4.375rem;top:31.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPIApZPUGyG1LbBOOKZAJZDTSHTXVB0r { display:block; }
 }@media only screen and (max-width: 763px) { #GkLJilM3Tky6u2WysH7ifesWSxyTmM0x { width:47.75rem;height:1.5625rem;top:37.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHz8ZwRsi6FPx0xNSbbTc04JOEDRySiU { top:24.875rem;left:7.1875rem;width:14.125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSExvCIkbu0Wu4VgUFHPuzKw1HPcNC0o { width:7.9375rem;height:1.5625rem;top:25.1875rem;left:10.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUazbNL3JnicMsf33HuQ6OQXHAUxsHP4 { top:24.9375rem;left:23.375rem;width:17.25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h32PCPJqkH8qK6U7qQH31iQUOQuyZ8rW { width:17.0625rem;height:1.5625rem;top:25.25rem;left:23.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vmv05vPhlKJMIZAGyTc9hxQAbT6p2LdA { top:27.875rem;left:7.1875rem;width:33.5rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfhrDKw44Zro1rA4Tny2DTa5H86AClB4 { width:33.4375rem;height:1.5625rem;top:28.1875rem;left:7.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RolMXGJnRatycHcWQ9F6NQMZIe70yPmi { display:block; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hg7ahoUFvmolymUrJK2FBdk59XGPWqGB { width:47.75rem;height:;top:3.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvWQO5b3A86BpalBVDURf1PpBw35U6m8 { display:block; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Em1xZiTPig8rXguO8OeRdOLQX7Tv6Owi { width:40.6875rem;height:1.625rem;top:1.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQASaRVhKGqHgFaHk8PFUDoheXvIzSI7 { width:47.75rem;height:3.125rem;top:4rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glB7JLTofSQIrXTMgrgIeVCDmM7hceER { width:47.75rem;height:0.125rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 { display:block; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOSqMh9UarEsQnrzyV2QelvHr4gSvyzN { width:47.25rem;height:1.625rem;top:1.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3fRGFqNSTtqOPAXKKLvMuILFfriG19r { width:47.75rem;height:1.5625rem;top:4.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6VQALDeJPkdvnBg59X8q5uOe6iRoxbp { width:47.75rem;height:0.125rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH { display:block; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dy3mcHRIGyLWGvWAIRkxWab3isFLn8nE { width:47.25rem;height:1.625rem;top:1.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtiWglOkOswdJQpd0TIG60WWP7zvMyVk { width:47.25rem;height:4.6875rem;top:4.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTnMlooHp6ZcGHcrf6lpqq9oX4LC6Tea { width:47.75rem;height:0.125rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs { display:block; }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KS7GIqEhE7XiKfuespO62n8R3rTwn80e { width:47.25rem;height:1.625rem;top:1.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOcGXAJduLVaZRfNFEL3MRFHdtCFK7pN { width:47.75rem;height:3.125rem;top:4.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJW6vvMLLO0rriA7K2OFdLFHBU1dvTMh { width:47.75rem;height:0.125rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 { display:block; }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxCf96sWHLAD32ptHd4L5cb66Q519Kxg { width:47.25rem;height:1.625rem;top:1.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENEZEbuBgCFE3mItquH1GpdcBInr9dbi { width:47.75rem;height:3.125rem;top:4.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMHxxE6RgkW8K9vSXgruramwpFdz4cxU { width:47.75rem;height:0.125rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TszxRppTMSkNTAmc82Ffp56gkhxRrVEz { display:block; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B2XEzMzaxht2rE2VeXhPy2RGZFS0pXQH { width:47.25rem;height:1.625rem;top:1.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSo7lycTeFDDi04CLNsTlw7JWr8J0ATW { width:47.25rem;height:1.5625rem;top:4.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #noeMAoaXDS51QXU3TT2yUJPMSNu80XNu { width:29rem;height:4.375rem;top:8.125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXwUUG9g8d805OffVQAuyTy2WqBL3Tbb { display:block; }
 }@media only screen and (max-width: 763px) { #fWEuMuA9OAnxBnHGP4iThzr7gNkztZeK { width:47.25rem;height:1.375rem;top:13.875rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9O10lOePqUuy9RMsZdDSK3oICvhbFsB { display:block; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pP9nLZTLL48E599A97V9u36eQlvuyG0x { width:13.125rem;height:1.3125rem;top:1.75rem;left:34.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veQA546lG6imbJvlMS4IWxaHNLXtC37s { width:12.0625rem;height:1.3125rem;top:3.6875rem;left:35.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG086o73Z3w1yQtQbZZJ7bR6MrHztnI7 { top:0.9375rem;left:0rem;width:7.4375rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dW8RaxDiCxDQBVWwmTD13JW5KkUvwctR { display:block; }#dW8RaxDiCxDQBVWwmTD13JW5KkUvwctR > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWTT1bCV3lgPPsuaWcleu9JyU4gRLaqW { width:20rem;height:2.5rem;top:0.859375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wKdTAWmgkJX2OZ2Fftk2Bh7oaSiUlOv5 { width:6.25rem;height:3.5rem;top:0rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd { background-color:#eef2f1;background-image:none;display:block; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { background-color: transparent; background-image: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container > .video-iframe-container { display: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row > .video-iframe-container { display: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .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); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { width:20rem;height:59.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p58q5ZxaT6JznxdeRxQicI6l1tp8CbmN { width:18.625rem;height:4.5rem;top:2.5625rem;left:0.6875rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iu8ZHAlraVBdkfKbW4BivpaLu1nnKqXe { width:6.5rem;height:9.75rem;top:38.375rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fOftANMqkU57hP7eLTRFlSFXIrw1krRx { width:0.125rem;height:10rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb5E8wFaxIE0BtqgvRQTzmAq54Xpc1f5 { width:19.375rem;height:7.8125rem;top:15.71875rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lVEJvCIP56RDc19BmKhRseP3TsOSaW8S { width:3.6875rem;height:7.875rem;top:30.75rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO5uTWufUliWrDdaRaxEn5hwCq1Jk9JL { width:12.5625rem;height:8.4375rem;top:31.8125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fous57Fgf1fl12xMJsf75MTK8svhVmNU { width:3.6875rem;height:7.3125rem;top:37.5rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCfhozc0ppFu0WKiq4S2BaR7DHTmIyzW { width:19rem;height:4.375rem;top:42.8125rem;left:1rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #liB1U3U6zeBkaXmfpORaNxpJXVvIxiMa { display:block; }
 }@media only screen and (max-width: 763px) { #cvTreUvZzu6N8TyrmOtPlc6fZpEw5dCi { width:20rem;height:6.75rem;top:7.0625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Lxp7vsZIL2pBXaeTax7KoIcr8iNT6X9m { width:6.75rem;height:2.75rem;top:25.375rem;left:1.1875rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qMiqIinP1uh3IHIOtIITROoRTQKJ4Aqf { width:5.5rem;height:1.875rem;top:25.8125rem;left:8.375rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tqgZFToggyiX5qs1zyciNDRglTa4FKON { width:3.9375rem;height:1.5625rem;top:26rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFHTC8h7Q4Se763IOZ3kJgS0rv0QN1qq { width:3.6875rem;height:1.125rem;top:26.125rem;left:15rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RXKgLaDTbdD5yIH8ugieSZWdXBdvTQrB { width:18.5rem;height:1.125rem;top:28.125rem;left:1.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NSdAnsn96aoMqkDm2oK05fHTbOtGw0tN { width:14.125rem;height:9.3125rem;top:39.5rem;left:5.8982142857143rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1GN2gxeOC4J028HhmNkb8AQzVPmbnCM { width:14.25rem;height:9.1875rem;top:48.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V48TNVOvJsg3TPczLkRKiHubZew62T7s { display:block; }#V48TNVOvJsg3TPczLkRKiHubZew62T7s > .row .container { width:20rem;height:44.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PtTTGCbRxcHR5J3kUTH9HnNqxDCi0yfv { width:20rem;height:11.875rem;top:0.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8UwR16scZbPkTpU5g00Nzkm6og3FQtK { width:20rem;height:18.75rem;top:14rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZWNwhWKG4B6bFZeXWIPJLPZfwF71Zy8s { width:19rem;height:4.375rem;top:34rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiuT6EVq8TVzoXrknhASLX6qhUrGnp6y { display:block; }
 }@media only screen and (max-width: 763px) { #Womx8qD418OaJnox8LTLTEcHH7nZZEmK { width:20rem;height:2.75rem;top:39.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E1ZfHfR4t6OdZXnnZB4aV5tiUtZcdXwN { display:block; }#E1ZfHfR4t6OdZXnnZB4aV5tiUtZcdXwN > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txJAJidTbaeGPvUXEmXR7giO1h5FWflH { width:19.875rem;height:5.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT9sXnMDrBE45g4OE7oN2XRcrWRdOGDX { display:flex;width:1.9375rem;height:1.9375rem;top:2.125rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #CfNkiHnFPvpmIbKoh1eUZBqzV6dgnJDw { width:16.125rem;height:3.125rem;top:2.40625rem;left:3.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CafuZFEifomnU7a9d4Pu6MI4bZr62ocB { width:19.875rem;height:3.5625rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymgXQDNfp8IaXvOCn4D2nIgMxwIi6HE8 { display:flex;width:1.9375rem;height:1.9375rem;top:8.125rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #BWOTPHXKAtAnlH7xnCvKK8OrZvag8MlJ { width:16.0625rem;height:1.5625rem;top:8.3125rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #glm96MhcW1r4IeKTI1uOPIehynhs3r3O { width:19.875rem;height:6.25rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTcfXnWLiNNFVI38QUCbA0JJuGUgzQlD { width:19.875rem;height:5.3125rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6yDpegZgrurdtZpD6iglIp3oi6BvtSK { display:flex;width:1.9375rem;height:1.9375rem;top:19.4375rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #kAlyzgwtBDCLpRe6BrP0OJ8AZ0RaQxqX { width:16.0625rem;height:4.6875rem;top:12.375rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U0RWQRekyTOLX9TI2RM5pXbsdgiZ2zOT { width:16.0625rem;height:3.125rem;top:19.75rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aIp6y9hWgbnRKr6tnhG7TnHqyXINadbE { display:flex;width:1.9375rem;height:1.9375rem;top:12.375rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #kCmhEeZ6uT9wC5pOgwXKyq2WDsFULOx0 { width:19.875rem;height:5.3125rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQe7T11F7uduMOT6k3Txm1CDVUXbp2i7 { width:14.75rem;height:3.125rem;top:25.8125rem;left:3.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cOdpfHBEALH5vh3L4TGWPvJfLiVLoXGf { display:flex;width:1.9375rem;height:1.9375rem;top:25.5rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #MavE6SGkmDxfv2wFZDbCB8CPNRsGRTLi { display:block; }#MavE6SGkmDxfv2wFZDbCB8CPNRsGRTLi > .row .container { width:20rem;height:102.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BC0WuIuS8tzwQKoOUsNnh9M1CRIBTZSz { width:20rem;height:4.5rem;top:2.21875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TaazX4Q0lBrftsoXgqoS6f3uaPy7BTCb { width:19.25rem;height:3.125rem;top:43.9375rem;left:0.375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oZAvO2JsgluVxTDLQCNvULGR8toSF7D1 { width:19.625rem;height:0;top:40.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyHE5NSiONmdOc2aizu8iHJ3of6JSv46 { width:20rem;height:31.25rem;top:8.34375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OPdMZpG8TCdFA3fWFmEbunPptenhQVwm { width:20rem;height:4.375rem;top:91.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmqRlk3EWFTIoUTWsRVIO4aq6berpM8N { display:block; }
 }@media only screen and (max-width: 763px) { #ga7GVICKqoZ6ETRqoT4cfnhvOCN7Hx2T { width:20rem;height:29.0625rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #roThi6o3rq89W4OShEFwvoDz0m20XFXG { width:19.375rem;height:3.8125rem;top:48.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx5HIDp5J4NPhXn10zbhO3ELyAuFrdTy { width:18.5625rem;height:1.5625rem;top:49.1875rem;left:1.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qTx66w6yeCdrDBRzlXFF9670QCbW7NT4 { width:19.375rem;height:3.8125rem;top:52.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezNIL5rM3d3WwguTUIo2Xb3oFxMcSK1f { width:18.625rem;height:3.125rem;top:53rem;left:1.375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DmTzFEZHqTuDPgy0q4cvJ0vEvDyEQVkk { width:19.375rem;height:3.8125rem;top:61.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1gC64olcrQVB1IKc8lCzTn080BiRDVO { width:18.5625rem;height:3.125rem;top:61.6875rem;left:1.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #daChfP7IWJOICQx2IltPVREbL9B2JTM7 { width:19.375rem;height:3.8125rem;top:56.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxHHFylGg6GGQ6KiOk5sceS7FCpQ7hT2 { width:18.6875rem;height:3.125rem;top:57.3125rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ZuPbVCTNlyOQq7bT8Fwqpaf7dh03FMPI { width:19.25rem;height:3.8125rem;top:65.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvLDDKX7HTshASFc9w8sVavyTRUA89BB { width:18.625rem;height:3.125rem;top:66.125rem;left:1.375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TF6iPVKvDQGDu6p0HOqRu7sOq6BUGQ34 { width:20rem;height:6.25rem;top:73.8125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yoX75atxgHQZWEU4MFQFhqQ0JXgpXgNc { width:20rem;height:7.8125rem;top:81.3125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #piFakAnM5L0CUCRfc15zPSPpHdJsWdNs { width:20rem;height:2.75rem;top:96.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IAlczQ9XzViNlTuuQhrSUT5zwuA23Xaf { display:block; }#IAlczQ9XzViNlTuuQhrSUT5zwuA23Xaf > .row .container { width:20rem;height:90.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DSap3K6nGfMewqhrPsInkczy3xb1VwX1 { width:20rem;height:11rem;top:0.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W250CEXIL1x6ZQggPR7VSDQ3blLdTmc0 { width:20rem;height:15.625rem;top:13.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ieQuQLTbIgmUV6TTNwvsR2MSv2ccvuV8 { width:19.1875rem;height:12.6875rem;top:30rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgIEGA50c1DT1ZM1QZ47Fomzp3CJK4Ad { display:flex;width:2.625rem;height:2.625rem;top:31.8125rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #mg0mRxMJfpkz8d1XPftxPR2JClcsQOnf { width:12.8125rem;height:1.625rem;top:35rem;left:3.59375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FA3TVlWvy34iC9urHoZZIqt9vxE0UW2g { width:4.8125rem;height:0;top:27.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gikJMbwoMwk7pqcWWvA0ePZt29apAfOi { width:17.6875rem;height:4.6875rem;top:37.1875rem;left:1.15625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #U8eZo82Bs6vXM3n3QrRBKFTwILrU8mS1 { width:19.1875rem;height:12.875rem;top:43.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGyIhe6BVm8EpH3MuAufOtkwgl0fhQ48 { width:18.1875rem;height:4.6875rem;top:51rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ziweT3Pis4X7rVnoK16obOu3iIraHnoT { width:12.8125rem;height:1.625rem;top:48.5625rem;left:3.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qf2kxEKknU5bzTIndWT4fqTCccK6OKu7 { display:flex;width:2.625rem;height:2.625rem;top:45.125rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #E9ziFl8DXvEdaI31mcWAXmN8XlTasrZR { width:19.1875rem;height:14.6875rem;top:57.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xctePoXSaQK6GiTZTQf3PwH6b6oOI5bd { width:16.1875rem;height:6.25rem;top:65.375rem;left:2rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UUSkfL8qry0u3CbsO2W33TNDiGon1LSs { width:15.875rem;height:1.625rem;top:62.8125rem;left:2.125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mu8JUQ7C5RLUEp0EOT8778CN2FWti6To { display:flex;width:2.625rem;height:2.625rem;top:59.1875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #lvPlJy9oT5OowJNTLAGmlcNKB9ZJVo4u { width:20rem;height:12.875rem;top:74.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi1Qt4VPZwOtWkytfKeE1IxgohbKlz5d { width:18.8125rem;height:10.0625rem;top:75.25rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #a0flol8rRgEu7TpHlnW8f9PFOqkrrk78 { display:block; }#a0flol8rRgEu7TpHlnW8f9PFOqkrrk78 > .row .container { width:20rem;height:90.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #seVBkyDaIvuCVaehm54TwrVqZmyWEKpd { width:16.3125rem;height:7.125rem;top:3.6875rem;left:1.875rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #d3yRi7OeXOGzXGVrBu47GLU4yJOPqe9k { width:20rem;height:1.5625rem;top:1.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oiGgx5QrxBtgzGumLTxWUWOTgk7i96bk { width:19.875rem;height:7.4375rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JorK8TxMMcWaWtUyo0uv5Iu3olSONpwT { width:16.875rem;height:5.75rem;top:13.21875rem;left:3.125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AeURoDOwqsZVOrQBssPoxTa8nQS26szS { display:flex;width:1.9375rem;height:1.9375rem;top:13.375rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #ZgBUVKsk4lVE9pQV7IggUuoDHNGk7pLv { width:19.875rem;height:5.5rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pznqHuR3N5FGDRSpzqbTtFoTwlocEdb6 { width:16.6875rem;height:4.3125rem;top:21.125rem;left:3.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CNpVqOyMeSqquPQnEyAnqvZdfewt4goS { display:flex;width:1.9375rem;height:1.9375rem;top:21.375rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #uE5aTNUsgNZrLR8wUhBcHNAZeL6xrBpI { width:19.875rem;height:5.5625rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6kFSNBvFhu4TIb3UT6msstpiFFWK8Fi { width:16.6875rem;height:4.3125rem;top:34.625rem;left:3.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XtWrvmf4vVhX9z3oa00GTr3HNRlmP9RL { display:flex;width:1.9375rem;height:1.9375rem;top:34.625rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #rz8l2E9uAeAIVQ28lIPSKkdT6sdPDytQ { width:19.875rem;height:6.25rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiAuK7mTf3EzOrOKTmHIf2ch3UXygllM { width:16.6875rem;height:4.3125rem;top:27.5625rem;left:3.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #blzeNTy6MKsHTeT4OvJFmvEtOCdrT9V7 { display:flex;width:1.9375rem;height:1.9375rem;top:27.75rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #mIbFgEMR4mMOTN5x9n2o3cINVyyoLZhw { width:19.875rem;height:6.75rem;top:47.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mP54U9u3mlXQaLVJVZwDaqiTlH328oIH { width:16.8125rem;height:5.75rem;top:48.4375rem;left:3.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T6lLBReIDTP8phWVJXJAvl0otnDU8U6g { width:19.875rem;height:6.8125rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOo09QSHxrArclc5n5MTKIxPhWRU2qGd { width:16.625rem;height:5.75rem;top:40.6875rem;left:3.375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fZLHWhXxQfV4pwzCdmbITdUDDwdiJXUx { display:flex;width:1.9375rem;height:1.9375rem;top:48.6875rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #G3qmwiRSL3FmNoSfeQ2i12nnDWMl9adr { display:flex;width:1.9375rem;height:1.9375rem;top:40.9375rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #wHN26obiq4v9iWCRu87QKfmOEvO1Vn7P { width:20rem;height:14.0625rem;top:56.34375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rPPg0XQ5n4BIqlxWDJbDnlVOV57Vm36P { width:20rem;height:14.3125rem;top:71.75rem;left:0rem;border-top:0.375rem solid #c0392b;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #hmqkddNg3QSckmPxMHOXndntsn09TrlG { width:19.125rem;height:12.9375rem;top:72.6875rem;left:0.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ElxQ2p61MGg7X3PLVGvdC36yF8tRJTXd { display:block; }#ElxQ2p61MGg7X3PLVGvdC36yF8tRJTXd > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aprULWvi7E6ARLldihHcJnLPhG8mgmgT { width:20rem;height:19rem;top:4.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qoMgObu4tc9JVagufzdHVqHselonxebo { width:20rem;height:1.5625rem;top:2.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XmGQhoXChFivMtVg1TEhPbeeLpO9zP4G { display:block; }#XmGQhoXChFivMtVg1TEhPbeeLpO9zP4G > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZPyTJbOTeGO4lx8WnwbWZnb3hX9LsZy { width:20rem;height:1.4375rem;top:6rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZIPiEyQfc7S05UwiLbk7wsx6Tls9D9UU { width:20rem;height:56.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNtxey1lmucAKR6ITV7C0TiptrzOBbfb { width:20rem;height:5.625rem;top:7.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t8ihR6Mw4NN9nuh4SITEi0nrBddg4Sqy { width:20rem;height:1.875rem;top:3rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IU2QloCXqphUxvwtCtXnUPwz8M6Ez7uf { width:3.125rem;height:3.0625rem;top:2.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovTNnpMHI3dKZP52l1mVfwkLQFEy3vDv { width:19.875rem;height:0;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAfIlTMWtp3EBTPMeXg4MT8SXLp5Sk6J { width:18.9375rem;height:17.25rem;top:20.4375rem;left:0.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xyleUfg8Zo0RWSeDk9wmh8X4n0JsGNcT { width:18.3125rem;height:3.125rem;top:16.3125rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mbSlOEZKHZTALkfnXTWU7qemto8GZ5hu { width:18.75rem;height:18.1875rem;top:38.5625rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#mbSlOEZKHZTALkfnXTWU7qemto8GZ5hu li:before{  }
 }@media only screen and (max-width: 763px) { #xlMpIrrCCTdJgTuqA5EV72y1upemrUpW { display:block; }#xlMpIrrCCTdJgTuqA5EV72y1upemrUpW > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0OXgaaMZghyA6sFuCWZhQnINqPo7g6T { display:block; }#J0OXgaaMZghyA6sFuCWZhQnINqPo7g6T > .row .container { width:20rem;height:57rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFtxU84nyC4zUOphgliiyoAJiNLJlqIb { width:20rem;height:1.4375rem;top:5.9375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XGeFxviVJiImBuHy0Z3XINxwZ4Dmfuxh { width:20rem;height:55.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFXSbvvcI3FTwNI04BWLiw8Px7L5C3XS { width:20rem;height:5.625rem;top:7.875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J0WWOxS0po1WzcBNKx0F8MTgsvfRtWqx { width:20rem;height:1.875rem;top:2.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bfhxCJUq1y02dp8v9III3kq30794Q7yA { width:3.125rem;height:3.0625rem;top:2.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkPEAf561dHBSq7Rt9aWcI5GHuq9IekJ { width:19.875rem;height:0;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w79w8C9ptdhWbBspvHbITk8mXThSVm2s { width:18.6875rem;height:21.5625rem;top:20.375rem;left:0.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uG4ATWXagaRxgygmkHn536UATluKGXVL { width:19.4375rem;height:2.875rem;top:16.25rem;left:0.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UP88mVdgFDEUkvRtw3aHMpwf2qRNFC8T { width:19rem;height:12.4375rem;top:42.5625rem;left:0.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#UP88mVdgFDEUkvRtw3aHMpwf2qRNFC8T li:before{  }
 }@media only screen and (max-width: 763px) { #lid6ESTzq6nXT5pGaJAx0oHkpdoAwWSX { display:block; }#lid6ESTzq6nXT5pGaJAx0oHkpdoAwWSX > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZQN7CizG6ttugkaTkStCbGz2sogmpkT { display:block; }#vZQN7CizG6ttugkaTkStCbGz2sogmpkT > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8qddzTzAUTfq2T9zPyWkhThQkHNhRra { width:20rem;height:1.4375rem;top:5.75rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QvoIDI3FbPvoAflr7k7vflMEAJqNECyA { width:20rem;height:53.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxD98VErDJ84hc74hzR0SqLl5Cv13gVf { width:20rem;height:3.75rem;top:7.6875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F3XdwICqR8O20JE7xy9qAcmasLHHbL3O { width:20rem;height:1.875rem;top:2.75rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V5gRcbBXCGDvT4EeaTLS2HM65hNWJEfB { width:3.125rem;height:3.0625rem;top:2.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKh0iQKOaHWb5MZhdxTcmA9Vv49ncK6N { width:19.875rem;height:0;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOWsrJXhu8BRXiztK4VyiJzqkA5szSCg { width:18.75rem;height:20.125rem;top:18.3125rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OscfRsXeUDSkoLsx6oG3R1lOuh88Fy5R { width:19.4375rem;height:2.875rem;top:14.1875rem;left:0.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HslRDM3XDxhGhNsFtG9zKBxG8ct6x5l3 { width:19.375rem;height:13.875rem;top:39.6875rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#HslRDM3XDxhGhNsFtG9zKBxG8ct6x5l3 li:before{  }
 }@media only screen and (max-width: 763px) { #Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG { display:block; }#Ii2Jib8TMIUO22QlK4E8efBOxGK0v7wG > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nqa8IK74alSBl0TcJTcQVbNzO0WlFtD6 { width:20rem;height:25.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvMhrbQMzSsFGrnxoTWqOiHQRZRiZfqW { width:18.375rem;height:23.4375rem;top:2.3125rem;left:0.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #z5cT81zIZux82KZET9LruBloTrLaAm2O { width:19rem;height:4.375rem;top:29.0625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0ID5VMmVyTzUqceGy2GoygIqJmo4LaT { display:block; }
 }@media only screen and (max-width: 763px) { #DZy9rRKqBKPdMTTSS6SFuLugw9auBvb6 { display:block; }#DZy9rRKqBKPdMTTSS6SFuLugw9auBvb6 > .row .container { width:20rem;height:77.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQnN5pl3VqTVqI80MPWltwQUTHZ5b5Ik { width:20rem;height:4.5rem;top:20.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XK3rSWapXPF43fN40ToccGi3FOmZlT5O { width:11.0625rem;height:7.4375rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd6H9o5ETcLJhLLnKfCcSRRsIKHmrK2d { width:20rem;height:46.375rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xoid2PItuBS9vMN7u9N4PRoLDlKTHByu { width:18.1875rem;height:5.0625rem;top:28.25rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q8FTV0eS9bCWueTMWPpgaH189THNRuZM { width:18.5625rem;height:15.625rem;top:44.6875rem;left:0.75rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eJ5F7OcOLFhSAz4WghCvR5Xfyq6KR8nA { width:19.3125rem;height:4.125rem;top:61.5625rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr496HiFdHV2T727TgieOrZHL5Cm18LV { display:block; }
 }@media only screen and (max-width: 763px) { #uibJyuKPTQen6Ey2EW5XT8RJChWsD0Ze { width:17.125rem;height:5.0625rem;top:34.0625rem;left:0.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IfwE8WM7R4xAGXPyVy3ReraUQ7b7O4mV { width:17.5625rem;height:3.375rem;top:40.125rem;left:0.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wm9vX4LVhJ5kwiUesTnhspkk0RiFxqCn { width:16.1875rem;height:4.6875rem;top:67.25rem;left:1.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #N1FonhkqsX7SJhXQEE1E9AzQgTbWkpzA { width:12rem;height:7.9375rem;top:7.375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRbTrMfiaPQ2J2eK9bTwdHyhKNHAH35z { width:10.5625rem;height:6.75rem;top:12rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEB8kkoC9t75dI7qWSPtTMNc21Qpalcl { display:block; }#bEB8kkoC9t75dI7qWSPtTMNc21Qpalcl > .row .container { width:20rem;height:67.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuEGJRbCo0aqk6mDvDAE9WNc7i99geVF { width:20rem;height:16.5rem;top:0.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nUAJDByLLCLDVovbxuhBbsalrM4kBI6x { width:20rem;height:18.75rem;top:18.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #l9WlVF4FiVyNPzRzlt3f58e0UIPo2x81 { width:4.8125rem;height:0;top:38.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8dANfZxlUbUOtkDmeTkLeEcAmOWDvbx { width:20rem;height:10.0625rem;top:53.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiMG1MxFuP8TvhBGPNR6wgOPQoCAGTuI { width:18.0625rem;height:6.5rem;top:55.4375rem;left:0.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #WHv3ddBQINBW8XJJwn5gI4vQvxQWUhmA { width:20rem;height:12.5rem;top:40rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sENhZmUUXOILWVcW93fAEcTKl43WKCTo { display:block; }#sENhZmUUXOILWVcW93fAEcTKl43WKCTo > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQIy7AhcAqpvr3kg93uJamPhlhGM0wag { width:20rem;height:7.125rem;top:2.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #v8JOPOSZkxGdvRW90wBnsgxr5L8TGL6R { display:block; }#v8JOPOSZkxGdvRW90wBnsgxr5L8TGL6R > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nR0ltTJVqVd6FXFTSiOz1c0g82qMuexN { width:20rem;height:6.25rem;top:19.087890625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZIJ4r8XxOENEsob2sftB3FEvTPTs6xhC { width:13.0625rem;height:5.875rem;top:49.625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaEF87vPizgzyLIJLHovzhpJzgpKAMuQ { width:20rem;height:26.775956284153rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubP6PUSCgs8RtCT4mECuDEEHGGADFueS { width:20rem;height:15.625rem;top:2.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pe9fag5rpgrMwlAZES6ivC6OT4qaqbTb { display:block; }#pe9fag5rpgrMwlAZES6ivC6OT4qaqbTb > .row .container { width:20rem;height:60.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kdLqBF68Hg1UumrTMCTJmBf0O1NG2mkS { width:13.0625rem;height:5.875rem;top:51.75rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXBFlTsGsLiJm5tmWLQbCZrKMTFTft4G { width:20rem;height:26.625rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwH2IqZlChbFNgy0hKT5QiOw8TTnQewx { width:20rem;height:9.375rem;top:12.375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mZi1e3wo2gigPixGVMK8NgbXxZMmgebs { width:20rem;height:10.9375rem;top:0.6875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LPIl3TO27IXpSrfFpM9KJT9TW7LeOF1y { width:20rem;height:4.6875rem;top:22.8125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VEh7QBar7G70JhTJHNdVbrAHancWALJT { display:block; }#VEh7QBar7G70JhTJHNdVbrAHancWALJT > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWkTz3TUZVSUEPaRExaqngr6Kx9Eh7vf { width:18.25rem;height:9.5rem;top:3.5rem;left:0.875rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vB8itD8cTlDI7VSSLWwzgJIfxWDhqFFW { display:block; }#vB8itD8cTlDI7VSSLWwzgJIfxWDhqFFW > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Medl7JAefoxcvkCyRo103H4qnBsESdJv { display:flex;width:3.5rem;height:3.5rem;top:0rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #q8t92z4dfa0qwuG6yAksWZiI19KJFR6H { display:flex;width:3.5rem;height:3.5rem;top:12.875rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #TI8SxMnKDhNq52HPbWyGCOfRbvX2H9iD { width:20rem;height:9.8125rem;top:2.375rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #fh1IUc8rkdmeBhmm8HwkWAVDiWK3gb88 { width:20rem;height:10.6875rem;top:14.5625rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #kdOJrUEwMCHuT0lf81wgWT9O88bMXknA { display:block; }#kdOJrUEwMCHuT0lf81wgWT9O88bMXknA > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OnRFzuydHJpXeLIltaQgi9Ebdil9Qbs8 { display:flex;width:3.5rem;height:3.5rem;top:0rem;left:16.5rem; }
 }@media only screen and (max-width: 763px) { #t0NVIa0XZGbLimPKkh9HTWTfRpH2nGaa { display:flex;width:3.5rem;height:3.5rem;top:11.8125rem;left:15.9375rem; }
 }@media only screen and (max-width: 763px) { #OE0HyPJxtxpzivCf6omLXKLp2kzd1Tsi { width:20rem;height:9.3125rem;top:1.25rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #VsWffSs4QdFwSHkJcDyxIdDPGadLP3px { width:20rem;height:8.4375rem;top:13.3125rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #kBpRMdy2iCgOKiflr1Q5T9GXUt2Qw51J { display:block; }#kBpRMdy2iCgOKiflr1Q5T9GXUt2Qw51J > .row .container { width:20rem;height:60.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8nrTOW4364igogQUJTwAk3bXE002NWb { width:20rem;height:7.125rem;top:1.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MgB22gUTdaSOz8noAK5ynOo4cwdIcd7o { width:20rem;height:25rem;top:10.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXbMpMwI9EVNKfApfGs17rwsKnSavCCa { width:19rem;height:4.375rem;top:48.125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPIApZPUGyG1LbBOOKZAJZDTSHTXVB0r { display:block; }
 }@media only screen and (max-width: 763px) { #GkLJilM3Tky6u2WysH7ifesWSxyTmM0x { width:15.3125rem;height:4.3125rem;top:53.5625rem;left:2.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EHz8ZwRsi6FPx0xNSbbTc04JOEDRySiU { width:19.875rem;height:2.0625rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSExvCIkbu0Wu4VgUFHPuzKw1HPcNC0o { width:7.9375rem;height:1.4375rem;top:37.5625rem;left:6.03125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wUazbNL3JnicMsf33HuQ6OQXHAUxsHP4 { width:19.875rem;height:2.0625rem;top:40.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h32PCPJqkH8qK6U7qQH31iQUOQuyZ8rW { width:17.0625rem;height:1.4375rem;top:40.625rem;left:1.46875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vmv05vPhlKJMIZAGyTc9hxQAbT6p2LdA { width:19.875rem;height:3.8125rem;top:43.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfhrDKw44Zro1rA4Tny2DTa5H86AClB4 { width:16.8125rem;height:2.875rem;top:43.625rem;left:1.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RolMXGJnRatycHcWQ9F6NQMZIe70yPmi { display:block; }#RolMXGJnRatycHcWQ9F6NQMZIe70yPmi > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hg7ahoUFvmolymUrJK2FBdk59XGPWqGB { width:20rem;height:4.75rem;top:3.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uvWQO5b3A86BpalBVDURf1PpBw35U6m8 { display:block; }#uvWQO5b3A86BpalBVDURf1PpBw35U6m8 > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Em1xZiTPig8rXguO8OeRdOLQX7Tv6Owi { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQASaRVhKGqHgFaHk8PFUDoheXvIzSI7 { width:19.6875rem;height:8.25rem;top:5.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #glB7JLTofSQIrXTMgrgIeVCDmM7hceER { width:20rem;height:0.125rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 { display:block; }#zxxm2p1haGHGBlkbVudVUOR5qswSnrX4 > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOSqMh9UarEsQnrzyV2QelvHr4gSvyzN { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3fRGFqNSTtqOPAXKKLvMuILFfriG19r { width:19.6875rem;height:2.75rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6VQALDeJPkdvnBg59X8q5uOe6iRoxbp { width:20rem;height:0.125rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH { display:block; }#e3pmTEm5NhtRlzk7cCk6mDP4eVWEqxHH > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dy3mcHRIGyLWGvWAIRkxWab3isFLn8nE { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtiWglOkOswdJQpd0TIG60WWP7zvMyVk { width:19.6875rem;height:6.875rem;top:5.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTnMlooHp6ZcGHcrf6lpqq9oX4LC6Tea { width:20rem;height:0.125rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs { display:block; }#VeNBh1N4P858NNW9WlOBKXBZx9T6T6rs > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KS7GIqEhE7XiKfuespO62n8R3rTwn80e { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOcGXAJduLVaZRfNFEL3MRFHdtCFK7pN { width:19.6875rem;height:4.125rem;top:4rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJW6vvMLLO0rriA7K2OFdLFHBU1dvTMh { width:20rem;height:0.125rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 { display:block; }#xZ62tyPWkQpJnFPciqcOcIwTkdz2BNz4 > .row .container { width:20rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxCf96sWHLAD32ptHd4L5cb66Q519Kxg { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENEZEbuBgCFE3mItquH1GpdcBInr9dbi { width:19.6875rem;height:6.875rem;top:5.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMHxxE6RgkW8K9vSXgruramwpFdz4cxU { width:20rem;height:0.125rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TszxRppTMSkNTAmc82Ffp56gkhxRrVEz { display:block; }#TszxRppTMSkNTAmc82Ffp56gkhxRrVEz > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B2XEzMzaxht2rE2VeXhPy2RGZFS0pXQH { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSo7lycTeFDDi04CLNsTlw7JWr8J0ATW { width:19.6875rem;height:2.75rem;top:3.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #noeMAoaXDS51QXU3TT2yUJPMSNu80XNu { width:19rem;height:4.375rem;top:8.6875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXwUUG9g8d805OffVQAuyTy2WqBL3Tbb { display:block; }
 }@media only screen and (max-width: 763px) { #fWEuMuA9OAnxBnHGP4iThzr7gNkztZeK { width:20rem;height:2.75rem;top:14.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9O10lOePqUuy9RMsZdDSK3oICvhbFsB { display:block; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pP9nLZTLL48E599A97V9u36eQlvuyG0x { width:13.125rem;height:1.3125rem;top:7.375rem;left:3.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #veQA546lG6imbJvlMS4IWxaHNLXtC37s { width:12.0625rem;height:1.3125rem;top:9.9375rem;left:3.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OG086o73Z3w1yQtQbZZJ7bR6MrHztnI7 { width:7.4375rem;height:4.875rem;top:1.25rem;left:5.9375rem;display:block; }
 }