.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:234,243,215;--color-primary-1:191,219,135;--color-primary-2:149,195,55;--color-primary-3:123,180,5;--color-primary-4:97,144,0;--color-secondary-0:250,249,248;--color-secondary-1:238,235,230;--color-secondary-2:221,215,205;--color-secondary-3:111,108,103;--color-secondary-4:33,32,31;--color-tertiary-0:255,255,255;--color-tertiary-1:42,42,42;--color-tertiary-2:30,30,30;--color-tertiary-3:16,16,16;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#xt22IebSGL5RENrLMZ2fd0NWKUhqQh3P { position:relative;display:block; }#xt22IebSGL5RENrLMZ2fd0NWKUhqQh3P { background-color: transparent; background-image: none; }#xt22IebSGL5RENrLMZ2fd0NWKUhqQh3P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xt22IebSGL5RENrLMZ2fd0NWKUhqQh3P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xt22IebSGL5RENrLMZ2fd0NWKUhqQh3P > .row .container > .video-iframe-container { display: none; }#xt22IebSGL5RENrLMZ2fd0NWKUhqQh3P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xt22IebSGL5RENrLMZ2fd0NWKUhqQh3P > .row > .video-iframe-container { display: none; }#xt22IebSGL5RENrLMZ2fd0NWKUhqQh3P > .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); }#xt22IebSGL5RENrLMZ2fd0NWKUhqQh3P { border-width: 0; border-radius: 0; }#xt22IebSGL5RENrLMZ2fd0NWKUhqQh3P > .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; }#xt22IebSGL5RENrLMZ2fd0NWKUhqQh3P > .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:6.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QeekQoSSTwntJoiJEUtdM6shZ8FAPW3Z { color:rgba(var(--color-tertiary-4),1);display:block;width:65.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.7496337890625rem;left:4.749755859375rem;height:1.950075rem;text-align:center;text-align-last:center;display:block; }
#WU6T3Eq9s4502paX53191XBu0dy66HSP { color:rgba(var(--color-tertiary-4),1);display:block;width:57.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.6990966796875rem;left:8.9373779296875rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#IRLxJZx5NZmyhr5ONTkFSdRUbGEohpFd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#IRLxJZx5NZmyhr5ONTkFSdRUbGEohpFd > .row .container { background-color: transparent; background-image: none; }#IRLxJZx5NZmyhr5ONTkFSdRUbGEohpFd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRLxJZx5NZmyhr5ONTkFSdRUbGEohpFd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRLxJZx5NZmyhr5ONTkFSdRUbGEohpFd > .row .container > .video-iframe-container { display: none; }#IRLxJZx5NZmyhr5ONTkFSdRUbGEohpFd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRLxJZx5NZmyhr5ONTkFSdRUbGEohpFd > .row > .video-iframe-container { display: none; }#IRLxJZx5NZmyhr5ONTkFSdRUbGEohpFd > .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); }#IRLxJZx5NZmyhr5ONTkFSdRUbGEohpFd > .row .container { border-width: 0; border-radius: 0; }#IRLxJZx5NZmyhr5ONTkFSdRUbGEohpFd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IRLxJZx5NZmyhr5ONTkFSdRUbGEohpFd > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#ATGFUkdXgLEwgixETtLbxMJpiGXzaRmb { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:1.787109375rem;left:0rem;height:2.4500875rem;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;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#idSqhr87i6s6pV5p0x5e84JTWz0f4Dtz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#idSqhr87i6s6pV5p0x5e84JTWz0f4Dtz > .row .container { background-color: transparent; background-image: none; }#idSqhr87i6s6pV5p0x5e84JTWz0f4Dtz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idSqhr87i6s6pV5p0x5e84JTWz0f4Dtz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idSqhr87i6s6pV5p0x5e84JTWz0f4Dtz > .row .container > .video-iframe-container { display: none; }#idSqhr87i6s6pV5p0x5e84JTWz0f4Dtz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idSqhr87i6s6pV5p0x5e84JTWz0f4Dtz > .row > .video-iframe-container { display: none; }#idSqhr87i6s6pV5p0x5e84JTWz0f4Dtz > .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); }#idSqhr87i6s6pV5p0x5e84JTWz0f4Dtz > .row .container { border-width: 0; border-radius: 0; }#idSqhr87i6s6pV5p0x5e84JTWz0f4Dtz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#idSqhr87i6s6pV5p0x5e84JTWz0f4Dtz > .row .container { font-size:0.875rem;font-family:arial;height:48.5625rem;width:75rem;position:relative;display:block; }#koq7iV3Q7rO4TCQZ3ZZ2B6S3kLfGAbw6 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:10.3125rem;left:4.375rem;height:11.69925rem;font-style:normal;display:block; }
#oBlnhRZaXgQ3Tnt2dSMfMU9f8fw5hMKR { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:29.625rem;left:4.375rem;height:6.787125rem;font-style:normal;display:block; }#oBlnhRZaXgQ3Tnt2dSMfMU9f8fw5hMKR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oBlnhRZaXgQ3Tnt2dSMfMU9f8fw5hMKR li:before{  }
#FcxFPpQfmTh6iSn0sti4NRObO7hUrH2e { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:24.3125rem;left:4.375rem;height:2.92480625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mssbZsNrpanf6zanvqEKeVcvWnik4mKo { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:37.625rem;left:3.9375rem;display:block; }
#vNkHNiMCfXEbs3Is42DQ2oymdEzvxpTl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RhfydKAJJ8cRr1pWGukN6CkALncmODnw { box-sizing:content-box;height:11.9375rem;width:11.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;top:30.8125rem;left:38.125rem;display:block; }
#srJmpVHRmc0f5DySo70ThKg3Z5eO9TCh { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:33.875rem;left:38.9375rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#f2en3TqzQI322IzvFGPu6p8oFprco3Om { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.875rem;width:36.875rem;top:5.8125rem;left:38.125rem;overflow:hidden;display:block; }
#hXBUQaEVTisTN6F7UHu6S3EL7y5EVhHW { display:block;width:32.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:4.8125rem;left:4.375rem;height:4.4619125rem;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;font-style:normal;color:#2a2a2a;display:block; }
#zpSpHeRKUorxcFG51Km4oBSyI2mJPcLT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#zpSpHeRKUorxcFG51Km4oBSyI2mJPcLT > .row .container { background-color: transparent; background-image: none; }#zpSpHeRKUorxcFG51Km4oBSyI2mJPcLT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpSpHeRKUorxcFG51Km4oBSyI2mJPcLT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpSpHeRKUorxcFG51Km4oBSyI2mJPcLT > .row .container > .video-iframe-container { display: none; }#zpSpHeRKUorxcFG51Km4oBSyI2mJPcLT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpSpHeRKUorxcFG51Km4oBSyI2mJPcLT > .row > .video-iframe-container { display: none; }#zpSpHeRKUorxcFG51Km4oBSyI2mJPcLT > .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); }#zpSpHeRKUorxcFG51Km4oBSyI2mJPcLT > .row .container { border-width: 0; border-radius: 0; }#zpSpHeRKUorxcFG51Km4oBSyI2mJPcLT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zpSpHeRKUorxcFG51Km4oBSyI2mJPcLT > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:75rem;position:relative;display:block; }#Hy4xQQCFsEGSypEV3TU1OzxuTvU5NnV5 { display:block;width:59.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:2.9189453125rem;left:7.96875rem;height:2.44986875rem;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;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#fC69cBGDbr3ITcFZ0wmTPcIfdNXAGs7G { display:block;width:59.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:5.3056640625rem;left:7.96875rem;height:2.44986875rem;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;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw .widget-text.counter-number { border-top:0.148125rem solid rgba(var(--color-secondary-2),1);border-left:0.14875rem solid rgba(var(--color-secondary-2),1);border-right:0.14875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.148125rem solid rgba(var(--color-secondary-2),1);background-color:transparent;background-image:none;color:#ffffff;padding-top:0.675rem;padding-right:0.5875rem;padding-bottom:0.675rem;padding-left:0.5875rem;display:block;align-items:center;width:3.52625rem;min-width:3.52625rem;height:3.62375rem;position:relative;font-family:var(--headlines-font-family);font-size:2.6975rem;font-weight:700;line-height:57.98px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.42125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.70125rem;height:0.83875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.01125rem;font-weight:400;line-height:13.42px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:24rem;height:6.53rem;padding-top:0.843125rem;padding-right:0.84rem;padding-bottom:0.843125rem;padding-left:0.84rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:8.9375rem;left:25.0654296875rem;z-index:15003; }
#HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #dINgiRDtTN1tQ5Z3S1AfBPwccxoEJDa5 { display:flex;position:relative;top:0rem;left:0rem; }
#HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #Nsm7pcoMMGprzdSW0hBGPLQcD51KRnhw { width:auto; }
#HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #yThKTHmcXOfR5CBGW58TF6wmLEWxZbD3 {  }
#HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #Eg5ldCDXUzXXoDn8TBwpvff66wngvf60 { display:flex;position:relative;top:0rem;left:0rem; }
#HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #sR2V6VQV50vO6nt8qyXZM4KaLpXIlWX5 {  }
#HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #KSAqFrJhvqCMpKR5dws0MQ0DvlsxV8VW {  }
#HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #IpKEi6Nv6PWuNHPfTszgAmyMhpxfpFNs { display:flex;position:relative;top:0rem;left:0rem; }
#HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #MQ3STCTs9wKdsa8FwRZkzg6O5MqoZeRO {  }
#HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #IrTPtuGZ9HmBKaxA5qVozrk1AvmC1T5d {  }
#HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #nIt2Lwb0Q8b7boIKUo7w9POgGHoHP6k1 { display:flex;position:relative;top:0rem;left:0rem; }
#HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #TEZF9k6KNJ8qo31TnTRPAcfIt6svVzws {  }
#HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #bNkCHyUZrPySC8VEi3ogvlk8TiUzJCdK {  }
#KsULkJfQtDZ4aFrXaEW5heKK264l8lEz { position:relative;display:block; }#KsULkJfQtDZ4aFrXaEW5heKK264l8lEz { background-color: transparent; background-image: none; }#KsULkJfQtDZ4aFrXaEW5heKK264l8lEz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsULkJfQtDZ4aFrXaEW5heKK264l8lEz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsULkJfQtDZ4aFrXaEW5heKK264l8lEz > .row .container > .video-iframe-container { display: none; }#KsULkJfQtDZ4aFrXaEW5heKK264l8lEz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KsULkJfQtDZ4aFrXaEW5heKK264l8lEz > .row > .video-iframe-container { display: none; }#KsULkJfQtDZ4aFrXaEW5heKK264l8lEz > .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); }#KsULkJfQtDZ4aFrXaEW5heKK264l8lEz { border-width: 0; border-radius: 0; }#KsULkJfQtDZ4aFrXaEW5heKK264l8lEz > .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; }#KsULkJfQtDZ4aFrXaEW5heKK264l8lEz > .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:51.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iRxXNHi5IatHvmuRWcploLim7BsgbW7Q { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.375rem;left:2.5rem;height:2.92480625rem;font-style:normal;display:block; }
#TVlTOnlRAgIdQumU6tLygWy3QdxxUnww { color:rgba(var(--color-tertiary-4),1);display:block;width:59.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:12.0625rem;left:10.25rem;height:22.3095625rem;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; }
#fEwoMBBXphIMmF0S6d2lUylqJFmeSoMG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:11.4375rem;left:6.75rem; }
#xkLHbXNXlKJ25PCehkw5x0dsz6WyPM5i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:17.375rem;left:6.75rem; }
#pDSSZC9kiQRN7t5lUUqlA1OBdTgVsXRN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:23.1875rem;left:6.75rem; }
#LBRaA2bmw8bO4EEq9Kn4LRr0encs4v9I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:29rem;left:6.75rem; }
#VSpLTO5LT1Es0itlaA2GwL4VKVRTAI7O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:34.9375rem;left:6.75rem; }
#mUNMWE7HnUwoKLE8LJRv9qsOq6DEpT5k { color:rgba(var(--color-tertiary-4),1);display:block;width:47.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.9375rem;left:2.5rem;height:1.950075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#unMe30v8hLwrfAVErDkr6Tv85pXT5oib { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:42.8125rem;left:23.25rem;display:block; }
#INtxW48ZlPWMBK1PhE7IA5u9ZLskDH1s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w6qfrakxK9iwhDTsxRTWkZDifELnTf4C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#w6qfrakxK9iwhDTsxRTWkZDifELnTf4C > .row .container { background-color: transparent; background-image: none; }#w6qfrakxK9iwhDTsxRTWkZDifELnTf4C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w6qfrakxK9iwhDTsxRTWkZDifELnTf4C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w6qfrakxK9iwhDTsxRTWkZDifELnTf4C > .row .container > .video-iframe-container { display: none; }#w6qfrakxK9iwhDTsxRTWkZDifELnTf4C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w6qfrakxK9iwhDTsxRTWkZDifELnTf4C > .row > .video-iframe-container { display: none; }#w6qfrakxK9iwhDTsxRTWkZDifELnTf4C > .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); }#w6qfrakxK9iwhDTsxRTWkZDifELnTf4C > .row .container { border-width: 0; border-radius: 0; }#w6qfrakxK9iwhDTsxRTWkZDifELnTf4C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w6qfrakxK9iwhDTsxRTWkZDifELnTf4C > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#JqEyO8TGMez2KDP7bfvq1mRvmhL9RctT { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1451721191406rem;left:4.375rem;height:2.92480625rem;font-style:normal;display:block; }
#decRrZA5M9xWznmwHmR26qqS8na3aFle { color:rgba(var(--color-tertiary-4),1);display:block;width:60.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:2.7;letter-spacing:0;top:8rem;left:7.0625rem;height:3.0371125rem;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; }
#UCfLpPpEwMmw8yxCPu6htTelgW9PfzSX { color:rgba(var(--color-tertiary-4),1);display:block;width:60.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:2.7;letter-spacing:0;top:12.1875rem;left:7.0625rem;height:3.0371125rem;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; }
#y4VfloPJsIxy8GweE5skONQXQ9rEV9ee { color:rgba(var(--color-tertiary-4),1);display:block;width:60.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:2.7;letter-spacing:0;top:20.375rem;left:7.0625rem;height:3.0371125rem;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; }
#hsTNfJSv83iGLIbwkIwsqP6DoEVOeT8h { color:rgba(var(--color-tertiary-4),1);display:block;width:60.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:2.7;letter-spacing:0;top:13.1875rem;left:7.0625rem;height:6.074225rem;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; }
#rVtWW94If87aOsT8QVTvhZTTiyTmp2d5 { box-sizing:content-box;height:3.75rem;width:64.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.46);background-image:none;top:7.4557290077213rem;left:5.228515625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#TRQABn7NFM96ilLtXv47IMDwcd9Q4BZH { box-sizing:content-box;height:3.75rem;width:64.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.46);background-image:none;top:11.705729007721rem;left:5.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#m40XzVkn5fK9pOCqUw8CMp5vWwhUWV1l { box-sizing:content-box;height:3.75rem;width:64.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),0.46);background-image:none;top:15.893229007721rem;left:5.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#BKP51wTfhnMKM1uaEp2XtzFfqDsDDU9E { box-sizing:content-box;height:3.75rem;width:64.375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.46);background-image:none;top:20.080729007721rem;left:5.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#Ms2k7cwvc027MHdw2omLyI67TecCTPn6 { position:relative;display:block; }#Ms2k7cwvc027MHdw2omLyI67TecCTPn6 { background-color: transparent; background-image: none; }#Ms2k7cwvc027MHdw2omLyI67TecCTPn6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ms2k7cwvc027MHdw2omLyI67TecCTPn6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ms2k7cwvc027MHdw2omLyI67TecCTPn6 > .row .container > .video-iframe-container { display: none; }#Ms2k7cwvc027MHdw2omLyI67TecCTPn6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ms2k7cwvc027MHdw2omLyI67TecCTPn6 > .row > .video-iframe-container { display: none; }#Ms2k7cwvc027MHdw2omLyI67TecCTPn6 > .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); }#Ms2k7cwvc027MHdw2omLyI67TecCTPn6 { border-width: 0; border-radius: 0; }#Ms2k7cwvc027MHdw2omLyI67TecCTPn6 > .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; }#Ms2k7cwvc027MHdw2omLyI67TecCTPn6 > .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:37.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#K9NtTRLZnmaxeTsLulTmbbkV4gfP3cTc { color:rgba(var(--color-tertiary-4),1);display:block;width:59.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.75rem;left:4.8125rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#evrT6CfeIdnTGoIPeCEp12h4659psVx9 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.186375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.6875rem;left:4.81201171875rem;height:5.84911875rem;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; }
#aqokwP569xGINoDivCsLkiTRWJTNzUV3 { box-sizing:content-box;height:13.25rem;width:13.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#b30350;background-image:none;top:18.0625rem;left:52.5625rem;display:block; }
#nNGeqJHgrZ44k8nRCCJxgNCnSRavIwIG { color:rgba(var(--color-tertiary-0),1);display:block;width:13.499125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22rem;left:52.4375rem;height:7.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SOftGClLHgMJNbIAhWhFfsb1cz0Hrm0r { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.062375rem;width:22.062375rem;top:7.3125rem;left:39rem;overflow:hidden;display:block; }
#Uaz4eI7K9Sl7FwRlGvr0yGfTuxaJhrTI { box-sizing:content-box;height:19.625rem;width:19.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),0.37), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),0.37), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),0.37), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),0.37), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0.37)', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0.37)', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),0.37), rgba(var(--color-tertiary-4),0));background-size:auto !important;top:9.6875rem;left:39.5625rem;display:block; }
#BUNaeykG91EO8pAhHCCysSRK7neLbWXE { color:#ff0000;display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:24.625rem;left:6.3125rem;height:1.950075rem;text-align:left;text-align-last:left;display:block; }
#X9hG0fDuOvxSeyhpe0XDCga2MsS0eULq { color:#1f8608;display:block;width:18.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:20.5625rem;left:6.3125rem;height:3.412475rem;text-align:left;text-align-last:left;display:block; }
#n5FMZGioTMvOiJtbq2MKFa2p5L0GtbJv { box-sizing:content-box;height:13.9375rem;width:25.8125rem;position:absolute;display:block;z-index:15001;background-color:#f1ece6;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.0625rem;left:4.8125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#mMppfnbopLwaAdE6ebme1krAgtTtWfJ2 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.91259765625rem;left:6.312255859375rem;display:block; }
#ilLfIqhNK3uviXhIVzsW8c3iTylu8KWM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zr0VT0sHZ4tAiurc0Hr2gqTk9HBztOZo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#zr0VT0sHZ4tAiurc0Hr2gqTk9HBztOZo > .row .container { background-color: transparent; background-image: none; }#zr0VT0sHZ4tAiurc0Hr2gqTk9HBztOZo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zr0VT0sHZ4tAiurc0Hr2gqTk9HBztOZo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zr0VT0sHZ4tAiurc0Hr2gqTk9HBztOZo > .row .container > .video-iframe-container { display: none; }#zr0VT0sHZ4tAiurc0Hr2gqTk9HBztOZo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zr0VT0sHZ4tAiurc0Hr2gqTk9HBztOZo > .row > .video-iframe-container { display: none; }#zr0VT0sHZ4tAiurc0Hr2gqTk9HBztOZo > .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); }#zr0VT0sHZ4tAiurc0Hr2gqTk9HBztOZo > .row .container { border-width: 0; border-radius: 0; }#zr0VT0sHZ4tAiurc0Hr2gqTk9HBztOZo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zr0VT0sHZ4tAiurc0Hr2gqTk9HBztOZo > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:75rem;position:relative;display:block; }#WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#22380a;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.610625rem;padding-right:0.531875rem;padding-bottom:0.610625rem;padding-left:0.531875rem;display:block;align-items:center;width:3.19125rem;min-width:3.19125rem;height:3.281875rem;position:relative;font-family:"open sans";font-size:2.4425rem;font-weight:700;line-height:52.51px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem; }
#WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.381875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.255rem;height:1.2975rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.915625rem;font-weight:400;line-height:20.76px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:21rem;height:6.1825rem;padding-top:0.763125rem;padding-right:0.76rem;padding-bottom:0.763125rem;padding-left:0.76rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:6.375rem;left:26.375rem;z-index:15009; }
#WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #mlzUaXz7u5OTEPnx7s3P7QDopnQukqLr { display:flex;position:relative;top:0rem;left:0rem; }
#WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #D1JKZCmvGfhhTFBAmHIViP9Vr8d8TB3U { width:auto; }
#WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #ShgKvbzbPE1aGgbuPflK4zz55T325n5Z {  }
#WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #v8qmi2PkSqNZA6OuUkno27MDBRexxHg4 { display:flex;position:relative;top:0rem;left:0rem; }
#WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #ubCmomHPcdztNosOpIMBHDrZoCVhPiRE {  }
#WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #ZMS5zgG8y6OkNHCD8V7MWTMNAdP5fATr {  }
#WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #QrTdHU6MLTT9VTwD4AZz6EXXGDClJ7tW { display:flex;position:relative;top:0rem;left:0rem; }
#WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #CZvB9i18tkFQTmT45x029uoJbI6L2Zc5 {  }
#WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #qZi7dKlNN9C9AtzWbNx4c3hUEZAMCE9Z {  }
#WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #WTyzDFWHvTASyBRE8iCtVWAVId0J5VrT { display:flex;position:relative;top:0rem;left:0rem; }
#WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #g9boT3nMKLQM5Dk0BgGw7iKxbDssfRxQ {  }
#WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #t1zWTt1Pqu0IRt2rcISLzAx6v2vzBkzJ {  }
#U3ysrxUJaAU26i7BVdOkPqS8c2iUpKui { color:rgba(var(--color-tertiary-4),1);display:block;width:37.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.436767578125rem;left:18.56201171875rem;height:3.8997375rem;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; }
#zFMCkVh1yzTsXfuzIulM7QTBUafh5Cmv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f1ece6);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f1ece6);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f1ece6);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f1ece6' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f1ece6);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zFMCkVh1yzTsXfuzIulM7QTBUafh5Cmv > .row .container { background-color: transparent; background-image: none; }#zFMCkVh1yzTsXfuzIulM7QTBUafh5Cmv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFMCkVh1yzTsXfuzIulM7QTBUafh5Cmv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFMCkVh1yzTsXfuzIulM7QTBUafh5Cmv > .row .container > .video-iframe-container { display: none; }#zFMCkVh1yzTsXfuzIulM7QTBUafh5Cmv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFMCkVh1yzTsXfuzIulM7QTBUafh5Cmv > .row > .video-iframe-container { display: none; }#zFMCkVh1yzTsXfuzIulM7QTBUafh5Cmv > .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); }#zFMCkVh1yzTsXfuzIulM7QTBUafh5Cmv > .row .container { border-width: 0; border-radius: 0; }#zFMCkVh1yzTsXfuzIulM7QTBUafh5Cmv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zFMCkVh1yzTsXfuzIulM7QTBUafh5Cmv > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:75rem;position:relative;display:block; }#dzFQ9KkiOKTsJCgByo8pO1p64klRdzFA { color:rgba(var(--color-tertiary-4),1);display:block;width:57.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:8.875rem;height:1.86865rem;text-align:center;text-align-last:center;display:block; }
#TMtKV0IPtO0i7brzvuTQeWKmTTENfnlt { color:rgba(var(--color-tertiary-4),1);display:block;width:45.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9990234375rem;left:14.78125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LwSQZfmtJwrIPggrM2fCUsNGgWQwR0Dh { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.6875rem;left:10.0625rem;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; }
#bxr0nPsprB3WTqAQsTlotry7xtbXEd6S { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.1875rem;left:29.625rem;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; }
#VWuGoWB4cQymKyxULrV2dVRgykyRrNTe { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.6875rem;left:48.9375rem;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; }
#AWBM3yAPfgi51mphxLaoABxfTWKXpt65 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:27.75rem;left:19.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; }
#LyrhagAB0T3MKOsGGZLBDUCS7NgcD28p { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:27.0625rem;left:39.75rem;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; }
#Vca1pbnHSLlSpwyIJiFUGQVmTE7y8RSt { box-sizing:content-box;height:11.8125rem;width:18.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),0.2);background-image:none;top:10.25rem;left:8.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#dsctIv4yL3U5C8R7lfssc5DW0FJFtqzF { box-sizing:content-box;height:11.8125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),0.2);background-image:none;top:10.1875rem;left:28.1875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#d6WE83aVqRplHaL3t3oofJrzxxtEesbT { box-sizing:content-box;height:11.8125rem;width:18.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),0.2);background-image:none;top:10.25rem;left:47.75rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#OwzfgTIo6iOxBRJb8TkQlmdpuyk8NmG5 { box-sizing:content-box;height:11.8125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),0.2);background-image:none;top:23.625rem;left:18.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#RHULSmk5HwazBHqQLHVeGvGOeBwNU47m { box-sizing:content-box;height:11.8125rem;width:18.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),0.2);background-image:none;top:23.6875rem;left:38rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#iGG652Pm043lM4XI19qUKJJeQneXnlb4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:22.25rem;left:51.0625rem; }
#iUcUh9VOtRv1ca0qGTvr3pk3sKZCPBz8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:22.375rem;left:31.6875rem; }
#NGzZfV3LkPzG3s5nXvPv8CMPnCInCP6t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:8.25rem;left:60.9375rem; }
#Eb3Z5shlpewGrWd9fBKdmyy9arbpHZIu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:9.1875rem;left:41.6875rem; }
#qhTCBTTOX7KeJ05HqTv0l06CdgZzpBXt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:8.375rem;left:22rem; }
#TNvo3ApE76qXMSSu0TKVwUGBrqScbxAn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#TNvo3ApE76qXMSSu0TKVwUGBrqScbxAn > .row .container { background-color: transparent; background-image: none; }#TNvo3ApE76qXMSSu0TKVwUGBrqScbxAn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNvo3ApE76qXMSSu0TKVwUGBrqScbxAn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNvo3ApE76qXMSSu0TKVwUGBrqScbxAn > .row .container > .video-iframe-container { display: none; }#TNvo3ApE76qXMSSu0TKVwUGBrqScbxAn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TNvo3ApE76qXMSSu0TKVwUGBrqScbxAn > .row > .video-iframe-container { display: none; }#TNvo3ApE76qXMSSu0TKVwUGBrqScbxAn > .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); }#TNvo3ApE76qXMSSu0TKVwUGBrqScbxAn > .row .container { border-width: 0; border-radius: 0; }#TNvo3ApE76qXMSSu0TKVwUGBrqScbxAn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TNvo3ApE76qXMSSu0TKVwUGBrqScbxAn > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;position:relative;display:block; }#TerDwIsgr989toq50Xowe7Ecg7IbIk0s { color:#1e1e1e;display:block;width:52.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.4993476867676rem;left:11.312500953674rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mraLELZz4Ez2SMfMU8iMv6sgXKZLl7PL { color:#1e1e1e;display:block;width:54.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.3997383117676rem;left:10.031250953674rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z4QiT6vIAmP18ZHOrOzTWQrRooMpwvmO { position:absolute;display:block;z-index:15008;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.23) ;height:9.1875rem;width:49.8125rem;top:8rem;left:12.625rem;overflow:hidden;display:block; }
#UsABvvTaSU6eNLPoTqDyzu0GMkcuRGe5 { position:absolute;display:block;z-index:15009;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.27) ;height:10.75rem;width:49.8125rem;top:17.5625rem;left:12.625rem;overflow:hidden;display:block; }
#fXwknTe2PXqmV071HV4MnQ7eunwhnNnU { position:absolute;display:block;z-index:15010;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.27) ;height:9.5625rem;width:49.8125rem;top:28.6875rem;left:12.5625rem;overflow:hidden;display:block; }
#m1qJGwbq5iTsILmKVW18TA51L1gFAeh1 { position:absolute;display:block;z-index:15011;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.27) ;height:9.4375rem;width:49.8125rem;top:38.625rem;left:12.5625rem;overflow:hidden;display:block; }
#HeFePcixh4wmfOICRrOVOBuRM7DRbSdn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#HeFePcixh4wmfOICRrOVOBuRM7DRbSdn > .row .container { background-color: transparent; background-image: none; }#HeFePcixh4wmfOICRrOVOBuRM7DRbSdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HeFePcixh4wmfOICRrOVOBuRM7DRbSdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HeFePcixh4wmfOICRrOVOBuRM7DRbSdn > .row .container > .video-iframe-container { display: none; }#HeFePcixh4wmfOICRrOVOBuRM7DRbSdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HeFePcixh4wmfOICRrOVOBuRM7DRbSdn > .row > .video-iframe-container { display: none; }#HeFePcixh4wmfOICRrOVOBuRM7DRbSdn > .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); }#HeFePcixh4wmfOICRrOVOBuRM7DRbSdn > .row .container { border-width: 0; border-radius: 0; }#HeFePcixh4wmfOICRrOVOBuRM7DRbSdn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HeFePcixh4wmfOICRrOVOBuRM7DRbSdn > .row .container { font-size:0.875rem;font-family:arial;height:17.375rem;width:75rem;position:relative;display:block; }#sevpl6MZzm0T5MbRfNuxolGXXzXFtCzW { color:rgba(var(--color-tertiary-0),1);display:block;width:61.75rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.0625rem;left:6.625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#IodWkPzgTxGg89g9zMqDDIkB3IpDPPKu { color:rgba(var(--color-tertiary-0),1);display:block;width:58.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.712890625rem;left:8.40625rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HCv4pK7ccAHuhL1oVvNumHhhTDMPK4nZ { background-color:#b30350;background-image:none;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: 0.1875rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:10.875rem;left:23.25rem;display:block; }
#qFWR7dxEK9LvF07mtcTJUN7zVQnSMtLA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LGHLAD6OxSRwsHZSfSJT3gsqTly6L3Vt { 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; }#LGHLAD6OxSRwsHZSfSJT3gsqTly6L3Vt > .row .container { background-color: transparent; background-image: none; }#LGHLAD6OxSRwsHZSfSJT3gsqTly6L3Vt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGHLAD6OxSRwsHZSfSJT3gsqTly6L3Vt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGHLAD6OxSRwsHZSfSJT3gsqTly6L3Vt > .row .container > .video-iframe-container { display: none; }#LGHLAD6OxSRwsHZSfSJT3gsqTly6L3Vt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGHLAD6OxSRwsHZSfSJT3gsqTly6L3Vt > .row > .video-iframe-container { display: none; }#LGHLAD6OxSRwsHZSfSJT3gsqTly6L3Vt > .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); }#LGHLAD6OxSRwsHZSfSJT3gsqTly6L3Vt > .row .container { border-width: 0; border-radius: 0; }#LGHLAD6OxSRwsHZSfSJT3gsqTly6L3Vt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LGHLAD6OxSRwsHZSfSJT3gsqTly6L3Vt > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#ri0XPhRrTLEs4SEe9NntAu07yKh7VgMM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3745125rem;width:1.3745125rem;top:2rem;left:2.875rem;overflow:hidden;display:block; }
#AZVd8erPF8rlKPL3buzaciemrqeJrKvp { color:#101010;display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:2.0625rem;left:5.125rem;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; }
#fTCurS3uQUWOxVMA3DezlvT8m5GANygb { color:#0da3e6;display:block;width:12.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:2rem;left:50.5625rem;height:1.3999rem;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; }
#IIEsO7aCghBpHoqgzeM9Xgn82oyvoWJC { color:#0da3e6;display:block;width:5.99975625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:2rem;left:66.125rem;height:1.3999rem;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xt22IebSGL5RENrLMZ2fd0NWKUhqQh3P { display:block; }#xt22IebSGL5RENrLMZ2fd0NWKUhqQh3P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QeekQoSSTwntJoiJEUtdM6shZ8FAPW3Z { top:1.6875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU6T3Eq9s4502paX53191XBu0dy66HSP { top:3.6875rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRLxJZx5NZmyhr5ONTkFSdRUbGEohpFd { display:block; }#IRLxJZx5NZmyhr5ONTkFSdRUbGEohpFd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATGFUkdXgLEwgixETtLbxMJpiGXzaRmb { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idSqhr87i6s6pV5p0x5e84JTWz0f4Dtz { display:block; }#idSqhr87i6s6pV5p0x5e84JTWz0f4Dtz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #koq7iV3Q7rO4TCQZ3ZZ2B6S3kLfGAbw6 { top:10.3125rem;left:0rem;width:27.5625rem;height:11.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBlnhRZaXgQ3Tnt2dSMfMU9f8fw5hMKR { top:29.625rem;left:0rem;width:27.5625rem;height:6.75rem;font-size:1rem;display:block; }#oBlnhRZaXgQ3Tnt2dSMfMU9f8fw5hMKR li:before{  }
 }@media only screen and (max-width: 763px) { #FcxFPpQfmTh6iSn0sti4NRObO7hUrH2e { top:24.3125rem;left:0rem;width:27.5625rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mssbZsNrpanf6zanvqEKeVcvWnik4mKo { width:28.5rem;height:3.4375rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNkHNiMCfXEbs3Is42DQ2oymdEzvxpTl { display:block; }
 }@media only screen and (max-width: 763px) { #RhfydKAJJ8cRr1pWGukN6CkALncmODnw { top:30.8125rem;left:24.5rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #srJmpVHRmc0f5DySo70ThKg3Z5eO9TCh { top:33.875rem;left:25.3125rem;width:10.375rem;height:5.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2en3TqzQI322IzvFGPu6p8oFprco3Om { top:5.8125rem;left:10.875rem;width:36.875rem;height:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXBUQaEVTisTN6F7UHu6S3EL7y5EVhHW { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpSpHeRKUorxcFG51Km4oBSyI2mJPcLT { display:block; }#zpSpHeRKUorxcFG51Km4oBSyI2mJPcLT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hy4xQQCFsEGSypEV3TU1OzxuTvU5NnV5 { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC69cBGDbr3ITcFZ0wmTPcIfdNXAGs7G { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw { display:flex;width:20.5rem;height:5.6875rem;top:6.5625rem;left:7.7226581573488rem; }
 }@media only screen and (max-width: 763px) { #HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #dINgiRDtTN1tQ5Z3S1AfBPwccxoEJDa5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #Nsm7pcoMMGprzdSW0hBGPLQcD51KRnhw {  }
 }@media only screen and (max-width: 763px) { #HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #yThKTHmcXOfR5CBGW58TF6wmLEWxZbD3 {  }
 }@media only screen and (max-width: 763px) { #HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #Eg5ldCDXUzXXoDn8TBwpvff66wngvf60 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #sR2V6VQV50vO6nt8qyXZM4KaLpXIlWX5 {  }
 }@media only screen and (max-width: 763px) { #HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #KSAqFrJhvqCMpKR5dws0MQ0DvlsxV8VW {  }
 }@media only screen and (max-width: 763px) { #HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #IpKEi6Nv6PWuNHPfTszgAmyMhpxfpFNs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #MQ3STCTs9wKdsa8FwRZkzg6O5MqoZeRO {  }
 }@media only screen and (max-width: 763px) { #HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #IrTPtuGZ9HmBKaxA5qVozrk1AvmC1T5d {  }
 }@media only screen and (max-width: 763px) { #HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #nIt2Lwb0Q8b7boIKUo7w9POgGHoHP6k1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #TEZF9k6KNJ8qo31TnTRPAcfIt6svVzws {  }
 }@media only screen and (max-width: 763px) { #HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #bNkCHyUZrPySC8VEi3ogvlk8TiUzJCdK {  }
 }@media only screen and (max-width: 763px) { #KsULkJfQtDZ4aFrXaEW5heKK264l8lEz { display:block; }#KsULkJfQtDZ4aFrXaEW5heKK264l8lEz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRxXNHi5IatHvmuRWcploLim7BsgbW7Q { top:7.375rem;left:0rem;width:38.5625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVlTOnlRAgIdQumU6tLygWy3QdxxUnww { top:12.0625rem;left:0rem;width:47.75rem;height:26.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEwoMBBXphIMmF0S6d2lUylqJFmeSoMG { top:11.4375rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkLHbXNXlKJ25PCehkw5x0dsz6WyPM5i { top:17.375rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDSSZC9kiQRN7t5lUUqlA1OBdTgVsXRN { top:23.1875rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBRaA2bmw8bO4EEq9Kn4LRr0encs4v9I { top:29rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSpLTO5LT1Es0itlaA2GwL4VKVRTAI7O { top:34.9375rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUNMWE7HnUwoKLE8LJRv9qsOq6DEpT5k { top:4.9375rem;left:0rem;width:47.3125rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #unMe30v8hLwrfAVErDkr6Tv85pXT5oib { width:28.5rem;height:3.4375rem;top:42.8125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #INtxW48ZlPWMBK1PhE7IA5u9ZLskDH1s { display:block; }
 }@media only screen and (max-width: 763px) { #w6qfrakxK9iwhDTsxRTWkZDifELnTf4C { display:block; }#w6qfrakxK9iwhDTsxRTWkZDifELnTf4C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JqEyO8TGMez2KDP7bfvq1mRvmhL9RctT { top:3.125rem;left:0rem;width:38.5625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #decRrZA5M9xWznmwHmR26qqS8na3aFle { top:8rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCfLpPpEwMmw8yxCPu6htTelgW9PfzSX { top:12.1875rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4VfloPJsIxy8GweE5skONQXQ9rEV9ee { top:20.375rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsTNfJSv83iGLIbwkIwsqP6DoEVOeT8h { top:13.1875rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVtWW94If87aOsT8QVTvhZTTiyTmp2d5 { top:7.4375rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRQABn7NFM96ilLtXv47IMDwcd9Q4BZH { top:11.6875rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m40XzVkn5fK9pOCqUw8CMp5vWwhUWV1l { top:15.875rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKP51wTfhnMKM1uaEp2XtzFfqDsDDU9E { top:20.0625rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms2k7cwvc027MHdw2omLyI67TecCTPn6 { display:block; }#Ms2k7cwvc027MHdw2omLyI67TecCTPn6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K9NtTRLZnmaxeTsLulTmbbkV4gfP3cTc { top:3.75rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evrT6CfeIdnTGoIPeCEp12h4659psVx9 { top:9.6875rem;left:0rem;width:29.125rem;height:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqokwP569xGINoDivCsLkiTRWJTNzUV3 { top:18.0625rem;left:34.5625rem;width:13.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNGeqJHgrZ44k8nRCCJxgNCnSRavIwIG { top:22rem;left:34.3125rem;width:13.4375rem;height:7.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOftGClLHgMJNbIAhWhFfsb1cz0Hrm0r { top:7.3125rem;left:25.375rem;width:22rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uaz4eI7K9Sl7FwRlGvr0yGfTuxaJhrTI { top:9.6875rem;left:25.9375rem;width:19.5625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUNaeykG91EO8pAhHCCysSRK7neLbWXE { top:24.625rem;left:0rem;width:18.4375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9hG0fDuOvxSeyhpe0XDCga2MsS0eULq { top:20.5625rem;left:0rem;width:18.4375rem;height:3.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5FMZGioTMvOiJtbq2MKFa2p5L0GtbJv { top:19.0625rem;left:0rem;width:25.8125rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMppfnbopLwaAdE6ebme1krAgtTtWfJ2 { width:23.125rem;height:3.4375rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilLfIqhNK3uviXhIVzsW8c3iTylu8KWM { display:block; }
 }@media only screen and (max-width: 763px) { #zr0VT0sHZ4tAiurc0Hr2gqTk9HBztOZo { display:block; }#zr0VT0sHZ4tAiurc0Hr2gqTk9HBztOZo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI { display:flex;width:18rem;height:5.0625rem;top:56.8125rem;left:12.613931655884rem; }
 }@media only screen and (max-width: 763px) { #WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #mlzUaXz7u5OTEPnx7s3P7QDopnQukqLr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #D1JKZCmvGfhhTFBAmHIViP9Vr8d8TB3U {  }
 }@media only screen and (max-width: 763px) { #WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #ShgKvbzbPE1aGgbuPflK4zz55T325n5Z {  }
 }@media only screen and (max-width: 763px) { #WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #v8qmi2PkSqNZA6OuUkno27MDBRexxHg4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #ubCmomHPcdztNosOpIMBHDrZoCVhPiRE {  }
 }@media only screen and (max-width: 763px) { #WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #ZMS5zgG8y6OkNHCD8V7MWTMNAdP5fATr {  }
 }@media only screen and (max-width: 763px) { #WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #QrTdHU6MLTT9VTwD4AZz6EXXGDClJ7tW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #CZvB9i18tkFQTmT45x029uoJbI6L2Zc5 {  }
 }@media only screen and (max-width: 763px) { #WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #qZi7dKlNN9C9AtzWbNx4c3hUEZAMCE9Z {  }
 }@media only screen and (max-width: 763px) { #WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #WTyzDFWHvTASyBRE8iCtVWAVId0J5VrT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #g9boT3nMKLQM5Dk0BgGw7iKxbDssfRxQ {  }
 }@media only screen and (max-width: 763px) { #WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #t1zWTt1Pqu0IRt2rcISLzAx6v2vzBkzJ {  }
 }@media only screen and (max-width: 763px) { #U3ysrxUJaAU26i7BVdOkPqS8c2iUpKui { top:1.375rem;left:4.93701171875rem;width:37.8125rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFMCkVh1yzTsXfuzIulM7QTBUafh5Cmv { display:block; }#zFMCkVh1yzTsXfuzIulM7QTBUafh5Cmv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzFQ9KkiOKTsJCgByo8pO1p64klRdzFA { top:1.375rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMtKV0IPtO0i7brzvuTQeWKmTTENfnlt { top:3.9375rem;left:1.15625rem;width:45.4375rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwSQZfmtJwrIPggrM2fCUsNGgWQwR0Dh { top:13.6875rem;left:0rem;width:17.5rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxr0nPsprB3WTqAQsTlotry7xtbXEd6S { top:14.1875rem;left:16rem;width:18.875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWuGoWB4cQymKyxULrV2dVRgykyRrNTe { top:13.6875rem;left:31.0625rem;width:16.6875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWBM3yAPfgi51mphxLaoABxfTWKXpt65 { top:27.75rem;left:5.625rem;width:17.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyrhagAB0T3MKOsGGZLBDUCS7NgcD28p { top:27.0625rem;left:26.125rem;width:17.25rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vca1pbnHSLlSpwyIJiFUGQVmTE7y8RSt { top:10.25rem;left:0rem;width:18.75rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsctIv4yL3U5C8R7lfssc5DW0FJFtqzF { top:10.1875rem;left:14.5625rem;width:18.75rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6WE83aVqRplHaL3t3oofJrzxxtEesbT { top:10.25rem;left:29rem;width:18.75rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwzfgTIo6iOxBRJb8TkQlmdpuyk8NmG5 { top:23.625rem;left:4.8125rem;width:18.75rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHULSmk5HwazBHqQLHVeGvGOeBwNU47m { top:23.6875rem;left:24.375rem;width:18.75rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGG652Pm043lM4XI19qUKJJeQneXnlb4 { top:22.25rem;left:37.4375rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUcUh9VOtRv1ca0qGTvr3pk3sKZCPBz8 { top:22.375rem;left:18.0625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGzZfV3LkPzG3s5nXvPv8CMPnCInCP6t { top:8.25rem;left:43rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb3Z5shlpewGrWd9fBKdmyy9arbpHZIu { top:9.1875rem;left:28.0625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhTCBTTOX7KeJ05HqTv0l06CdgZzpBXt { top:8.375rem;left:8.375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNvo3ApE76qXMSSu0TKVwUGBrqScbxAn { display:block; }#TNvo3ApE76qXMSSu0TKVwUGBrqScbxAn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TerDwIsgr989toq50Xowe7Ecg7IbIk0s { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mraLELZz4Ez2SMfMU8iMv6sgXKZLl7PL { width:47.75rem;height:1.75rem;top:1.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4QiT6vIAmP18ZHOrOzTWQrRooMpwvmO { top:8rem;left:0rem;width:47.75rem;height:8.807089084065rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsABvvTaSU6eNLPoTqDyzu0GMkcuRGe5 { top:17.5625rem;left:0rem;width:47.75rem;height:10.304893350062rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXwknTe2PXqmV071HV4MnQ7eunwhnNnU { top:28.6875rem;left:0rem;width:47.75rem;height:9.1665621079044rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1qJGwbq5iTsILmKVW18TA51L1gFAeh1 { top:38.625rem;left:0rem;width:47.75rem;height:9.046737766625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeFePcixh4wmfOICRrOVOBuRM7DRbSdn { display:block; }#HeFePcixh4wmfOICRrOVOBuRM7DRbSdn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sevpl6MZzm0T5MbRfNuxolGXXzXFtCzW { top:3.0625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IodWkPzgTxGg89g9zMqDDIkB3IpDPPKu { top:7.6875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCv4pK7ccAHuhL1oVvNumHhhTDMPK4nZ { width:28.5rem;height:3.4375rem;top:10.875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFWR7dxEK9LvF07mtcTJUN7zVQnSMtLA { display:block; }
 }@media only screen and (max-width: 763px) { #LGHLAD6OxSRwsHZSfSJT3gsqTly6L3Vt { display:block; }#LGHLAD6OxSRwsHZSfSJT3gsqTly6L3Vt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ri0XPhRrTLEs4SEe9NntAu07yKh7VgMM { top:2rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZVd8erPF8rlKPL3buzaciemrqeJrKvp { width:25.9375rem;height:;top:2.0625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTCurS3uQUWOxVMA3DezlvT8m5GANygb { width:12.1875rem;height:1.375rem;top:2rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIEsO7aCghBpHoqgzeM9Xgn82oyvoWJC { width:5.9375rem;height:1.375rem;top:2rem;left:41.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xt22IebSGL5RENrLMZ2fd0NWKUhqQh3P { display:block; }#xt22IebSGL5RENrLMZ2fd0NWKUhqQh3P > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QeekQoSSTwntJoiJEUtdM6shZ8FAPW3Z { width:20rem;height:1.381225rem;top:0.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU6T3Eq9s4502paX53191XBu0dy66HSP { width:20rem;height:3.167725rem;top:2.693359375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRLxJZx5NZmyhr5ONTkFSdRUbGEohpFd { background-color:#619000;background-image:none;display:block; }#IRLxJZx5NZmyhr5ONTkFSdRUbGEohpFd > .row .container { background-color: transparent; background-image: none; }#IRLxJZx5NZmyhr5ONTkFSdRUbGEohpFd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRLxJZx5NZmyhr5ONTkFSdRUbGEohpFd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRLxJZx5NZmyhr5ONTkFSdRUbGEohpFd > .row .container > .video-iframe-container { display: none; }#IRLxJZx5NZmyhr5ONTkFSdRUbGEohpFd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IRLxJZx5NZmyhr5ONTkFSdRUbGEohpFd > .row > .video-iframe-container { display: none; }#IRLxJZx5NZmyhr5ONTkFSdRUbGEohpFd > .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); }#IRLxJZx5NZmyhr5ONTkFSdRUbGEohpFd > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATGFUkdXgLEwgixETtLbxMJpiGXzaRmb { width:17.375rem;height:5.361325rem;top:0.60009765625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #idSqhr87i6s6pV5p0x5e84JTWz0f4Dtz { display:block; }#idSqhr87i6s6pV5p0x5e84JTWz0f4Dtz > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #koq7iV3Q7rO4TCQZ3ZZ2B6S3kLfGAbw6 { width:20rem;height:5.511475rem;top:7.0478515625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oBlnhRZaXgQ3Tnt2dSMfMU9f8fw5hMKR { width:20rem;height:6.535625rem;top:39.814453125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#oBlnhRZaXgQ3Tnt2dSMfMU9f8fw5hMKR li:before{  }
 }@media only screen and (max-width: 763px) { #FcxFPpQfmTh6iSn0sti4NRObO7hUrH2e { width:20rem;height:2.76245rem;top:35.865234375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mssbZsNrpanf6zanvqEKeVcvWnik4mKo { width:19rem;height:3.4375rem;top:48.439453125rem;left:0.5rem;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vNkHNiMCfXEbs3Is42DQ2oymdEzvxpTl { display:block; }
 }@media only screen and (max-width: 763px) { #RhfydKAJJ8cRr1pWGukN6CkALncmODnw { width:7.6875rem;height:7.6875rem;top:27.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #srJmpVHRmc0f5DySo70ThKg3Z5eO9TCh { width:10.375rem;height:3.898925rem;top:29.0625rem;left:7.4375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f2en3TqzQI322IzvFGPu6p8oFprco3Om { width:20rem;height:20rem;top:13.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXBUQaEVTisTN6F7UHu6S3EL7y5EVhHW { width:20rem;height:4.8984375rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zpSpHeRKUorxcFG51Km4oBSyI2mJPcLT { display:block; }#zpSpHeRKUorxcFG51Km4oBSyI2mJPcLT > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hy4xQQCFsEGSypEV3TU1OzxuTvU5NnV5 { width:20rem;height:3.8984375rem;top:0.935546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fC69cBGDbr3ITcFZ0wmTPcIfdNXAGs7G { width:20rem;height:2.923825rem;top:5.484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw .widget-text.counter-number { padding-top:0.42125rem;padding-right:0.364375rem;padding-bottom:0.42125rem;padding-left:0.364375rem;width:2.185625rem;min-width:2.185625rem;height:2.264375rem;font-size:1.685625rem;line-height:36.23px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.218125rem solid #a3b32f;border-right:0.216875rem solid #a3b32f;border-bottom:0.218125rem solid #a3b32f;border-left:0.216875rem solid #a3b32f; }
#HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.263125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.91375rem;height:0.895rem;font-size:0.631875rem;line-height:14.32px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw { display:flex;width:17.375rem;height:4.70125rem;top:9.4853515625rem;left:0.4306640625rem;padding-top:0.900625rem;padding-right:0.880625rem;padding-bottom:0.900625rem;padding-left:0.880625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #dINgiRDtTN1tQ5Z3S1AfBPwccxoEJDa5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #Nsm7pcoMMGprzdSW0hBGPLQcD51KRnhw {  }
 }@media only screen and (max-width: 763px) { #HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #yThKTHmcXOfR5CBGW58TF6wmLEWxZbD3 {  }
 }@media only screen and (max-width: 763px) { #HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #Eg5ldCDXUzXXoDn8TBwpvff66wngvf60 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #sR2V6VQV50vO6nt8qyXZM4KaLpXIlWX5 {  }
 }@media only screen and (max-width: 763px) { #HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #KSAqFrJhvqCMpKR5dws0MQ0DvlsxV8VW {  }
 }@media only screen and (max-width: 763px) { #HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #IpKEi6Nv6PWuNHPfTszgAmyMhpxfpFNs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #MQ3STCTs9wKdsa8FwRZkzg6O5MqoZeRO {  }
 }@media only screen and (max-width: 763px) { #HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #IrTPtuGZ9HmBKaxA5qVozrk1AvmC1T5d {  }
 }@media only screen and (max-width: 763px) { #HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #nIt2Lwb0Q8b7boIKUo7w9POgGHoHP6k1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #TEZF9k6KNJ8qo31TnTRPAcfIt6svVzws {  }
 }@media only screen and (max-width: 763px) { #HTz7D41o2DOoWE9qQdMCI1UMLsMGy3Jw #bNkCHyUZrPySC8VEi3ogvlk8TiUzJCdK {  }
 }@media only screen and (max-width: 763px) { #KsULkJfQtDZ4aFrXaEW5heKK264l8lEz { display:block; }#KsULkJfQtDZ4aFrXaEW5heKK264l8lEz > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRxXNHi5IatHvmuRWcploLim7BsgbW7Q { width:20rem;height:1.950075rem;top:5.0380859375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVlTOnlRAgIdQumU6tLygWy3QdxxUnww { width:17.125rem;height:51.7783125rem;top:9.3125rem;left:2.875rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fEwoMBBXphIMmF0S6d2lUylqJFmeSoMG { display:flex;width:1.25rem;height:1.25rem;top:9.9375rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #xkLHbXNXlKJ25PCehkw5x0dsz6WyPM5i { display:flex;width:1.25rem;height:1.25rem;top:21.0625rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #pDSSZC9kiQRN7t5lUUqlA1OBdTgVsXRN { display:flex;width:1.25rem;height:1.25rem;top:32.3125rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #LBRaA2bmw8bO4EEq9Kn4LRr0encs4v9I { display:flex;width:1.25rem;height:1.25rem;top:44.625rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #VSpLTO5LT1Es0itlaA2GwL4VKVRTAI7O { display:flex;width:1.25rem;height:1.25rem;top:55.3125rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #mUNMWE7HnUwoKLE8LJRv9qsOq6DEpT5k { width:20rem;height:2.76245rem;top:2.3388671875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #unMe30v8hLwrfAVErDkr6Tv85pXT5oib { width:19rem;height:3.4375rem;top:63.171875rem;left:0.5rem;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #INtxW48ZlPWMBK1PhE7IA5u9ZLskDH1s { display:block; }
 }@media only screen and (max-width: 763px) { #w6qfrakxK9iwhDTsxRTWkZDifELnTf4C { display:block; }#w6qfrakxK9iwhDTsxRTWkZDifELnTf4C > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JqEyO8TGMez2KDP7bfvq1mRvmhL9RctT { width:17.5rem;height:3.8984375rem;top:0.9375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #decRrZA5M9xWznmwHmR26qqS8na3aFle { width:17rem;height:5.19921875rem;top:6.5859375rem;left:1.3118489384651rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #UCfLpPpEwMmw8yxCPu6htTelgW9PfzSX { width:16.625rem;height:3.8994125rem;top:12.959635257721rem;left:1.3118489384651rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #y4VfloPJsIxy8GweE5skONQXQ9rEV9ee { width:15.6875rem;height:3.8994125rem;top:25.208334445953rem;left:1.3118489384651rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hsTNfJSv83iGLIbwkIwsqP6DoEVOeT8h { width:16.875rem;height:5.19921875rem;top:17.783854007721rem;left:1.3743489384651rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rVtWW94If87aOsT8QVTvhZTTiyTmp2d5 { width:20rem;height:6.4375rem;top:5.6484379768372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRQABn7NFM96ilLtXv47IMDwcd9Q4BZH { width:20rem;height:4.9375rem;top:12.596354007721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m40XzVkn5fK9pOCqUw8CMp5vWwhUWV1l { width:20rem;height:6.0625rem;top:18.033854007721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKP51wTfhnMKM1uaEp2XtzFfqDsDDU9E { width:20rem;height:5.625rem;top:24.539062976837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms2k7cwvc027MHdw2omLyI67TecCTPn6 { display:block; }#Ms2k7cwvc027MHdw2omLyI67TecCTPn6 > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K9NtTRLZnmaxeTsLulTmbbkV4gfP3cTc { width:20rem;height:2.76245rem;top:0.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #evrT6CfeIdnTGoIPeCEp12h4659psVx9 { width:20rem;height:6.5rem;top:4.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aqokwP569xGINoDivCsLkiTRWJTNzUV3 { width:8.75rem;height:8.75rem;top:21.25rem;left:9.3125rem;background-color:#b30350;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nNGeqJHgrZ44k8nRCCJxgNCnSRavIwIG { width:8.875rem;height:5.52345rem;top:23.875rem;left:9.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOftGClLHgMJNbIAhWhFfsb1cz0Hrm0r { width:15.1875rem;height:15.1875rem;top:11.875rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uaz4eI7K9Sl7FwRlGvr0yGfTuxaJhrTI { width:15rem;height:15rem;top:12.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUNaeykG91EO8pAhHCCysSRK7neLbWXE { width:18.5rem;height:1.625rem;top:36.875rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X9hG0fDuOvxSeyhpe0XDCga2MsS0eULq { width:18.5rem;height:2.6001rem;top:34.25rem;left:0.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n5FMZGioTMvOiJtbq2MKFa2p5L0GtbJv { width:20rem;height:12.25rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMppfnbopLwaAdE6ebme1krAgtTtWfJ2 { width:19rem;height:3.4375rem;top:39.6875rem;left:0.5rem;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ilLfIqhNK3uviXhIVzsW8c3iTylu8KWM { display:block; }
 }@media only screen and (max-width: 763px) { #zr0VT0sHZ4tAiurc0Hr2gqTk9HBztOZo { display:block; }#zr0VT0sHZ4tAiurc0Hr2gqTk9HBztOZo > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI { display:flex;width:18rem;height:5.0625rem;top:8.5625rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #mlzUaXz7u5OTEPnx7s3P7QDopnQukqLr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #D1JKZCmvGfhhTFBAmHIViP9Vr8d8TB3U {  }
 }@media only screen and (max-width: 763px) { #WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #ShgKvbzbPE1aGgbuPflK4zz55T325n5Z {  }
 }@media only screen and (max-width: 763px) { #WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #v8qmi2PkSqNZA6OuUkno27MDBRexxHg4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #ubCmomHPcdztNosOpIMBHDrZoCVhPiRE {  }
 }@media only screen and (max-width: 763px) { #WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #ZMS5zgG8y6OkNHCD8V7MWTMNAdP5fATr {  }
 }@media only screen and (max-width: 763px) { #WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #QrTdHU6MLTT9VTwD4AZz6EXXGDClJ7tW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #CZvB9i18tkFQTmT45x029uoJbI6L2Zc5 {  }
 }@media only screen and (max-width: 763px) { #WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #qZi7dKlNN9C9AtzWbNx4c3hUEZAMCE9Z {  }
 }@media only screen and (max-width: 763px) { #WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #WTyzDFWHvTASyBRE8iCtVWAVId0J5VrT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #g9boT3nMKLQM5Dk0BgGw7iKxbDssfRxQ {  }
 }@media only screen and (max-width: 763px) { #WnnHUAPvZCSscxKg39fpb7QtEN9CQfzI #t1zWTt1Pqu0IRt2rcISLzAx6v2vzBkzJ {  }
 }@media only screen and (max-width: 763px) { #U3ysrxUJaAU26i7BVdOkPqS8c2iUpKui { width:19.375rem;height:4.875rem;top:2.5625rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zFMCkVh1yzTsXfuzIulM7QTBUafh5Cmv { display:block; }#zFMCkVh1yzTsXfuzIulM7QTBUafh5Cmv > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzFQ9KkiOKTsJCgByo8pO1p64klRdzFA { width:16.4375rem;height:2.76245rem;top:1.9169921875rem;left:1.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMtKV0IPtO0i7brzvuTQeWKmTTENfnlt { width:13.6875rem;height:3.8984375rem;top:4.6162109375rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwSQZfmtJwrIPggrM2fCUsNGgWQwR0Dh { width:17.3125rem;height:2.923825rem;top:12.4375rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxr0nPsprB3WTqAQsTlotry7xtbXEd6S { width:15rem;height:2.923825rem;top:20.375rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWuGoWB4cQymKyxULrV2dVRgykyRrNTe { width:14.9375rem;height:4.38574375rem;top:28.6875rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWBM3yAPfgi51mphxLaoABxfTWKXpt65 { width:15.375rem;height:2.923825rem;top:39rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyrhagAB0T3MKOsGGZLBDUCS7NgcD28p { width:15.875rem;height:4.38574375rem;top:47.875rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vca1pbnHSLlSpwyIJiFUGQVmTE7y8RSt { width:20rem;height:6.5rem;top:10.5625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsctIv4yL3U5C8R7lfssc5DW0FJFtqzF { width:20rem;height:7.25rem;top:18.0625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6WE83aVqRplHaL3t3oofJrzxxtEesbT { width:20rem;height:8.9375rem;top:26.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwzfgTIo6iOxBRJb8TkQlmdpuyk8NmG5 { width:20rem;height:7.9375rem;top:36.625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHULSmk5HwazBHqQLHVeGvGOeBwNU47m { width:20rem;height:8.625rem;top:45.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGG652Pm043lM4XI19qUKJJeQneXnlb4 { display:flex;width:3.6875rem;height:3.6875rem;top:44.4375rem;left:15.4375rem; }
 }@media only screen and (max-width: 763px) { #iUcUh9VOtRv1ca0qGTvr3pk3sKZCPBz8 { display:flex;width:3.125rem;height:3.125rem;top:35.375rem;left:15.6875rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #NGzZfV3LkPzG3s5nXvPv8CMPnCInCP6t { display:flex;width:3.125rem;height:3.125rem;top:25.3125rem;left:15.8125rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #Eb3Z5shlpewGrWd9fBKdmyy9arbpHZIu { display:flex;width:3.125rem;height:3.125rem;top:17.25rem;left:15.8125rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #qhTCBTTOX7KeJ05HqTv0l06CdgZzpBXt { display:flex;width:3.125rem;height:3.125rem;top:9.3125rem;left:15.6875rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #TNvo3ApE76qXMSSu0TKVwUGBrqScbxAn { display:block; }#TNvo3ApE76qXMSSu0TKVwUGBrqScbxAn > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TerDwIsgr989toq50Xowe7Ecg7IbIk0s { width:20rem;height:3.8984375rem;top:4.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mraLELZz4Ez2SMfMU8iMv6sgXKZLl7PL { width:18.125rem;height:2.923825rem;top:1.3896484375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #z4QiT6vIAmP18ZHOrOzTWQrRooMpwvmO { width:20rem;height:3.688475rem;top:9.88671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsABvvTaSU6eNLPoTqDyzu0GMkcuRGe5 { width:20rem;height:4.31591875rem;top:14.13671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXwknTe2PXqmV071HV4MnQ7eunwhnNnU { width:20rem;height:3.83919375rem;top:19.015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1qJGwbq5iTsILmKVW18TA51L1gFAeh1 { width:20rem;height:3.7890625rem;top:23.479820251465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeFePcixh4wmfOICRrOVOBuRM7DRbSdn { display:block; }#HeFePcixh4wmfOICRrOVOBuRM7DRbSdn > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sevpl6MZzm0T5MbRfNuxolGXXzXFtCzW { width:20rem;height:5.5234375rem;top:2.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IodWkPzgTxGg89g9zMqDDIkB3IpDPPKu { width:18rem;height:2.923825rem;top:8.875rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCv4pK7ccAHuhL1oVvNumHhhTDMPK4nZ { width:19rem;height:3.4375rem;top:13.125rem;left:0.5rem;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qFWR7dxEK9LvF07mtcTJUN7zVQnSMtLA { display:block; }
 }@media only screen and (max-width: 763px) { #LGHLAD6OxSRwsHZSfSJT3gsqTly6L3Vt { display:block; }#LGHLAD6OxSRwsHZSfSJT3gsqTly6L3Vt > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ri0XPhRrTLEs4SEe9NntAu07yKh7VgMM { width:0.99975625rem;height:0.99975625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZVd8erPF8rlKPL3buzaciemrqeJrKvp { width:18.561375rem;height:0.875rem;top:4.75rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTCurS3uQUWOxVMA3DezlvT8m5GANygb { width:15.874625rem;height:1.224975rem;top:2.5625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIEsO7aCghBpHoqgzeM9Xgn82oyvoWJC { width:15.874625rem;height:1.224975rem;top:1.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }