.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:231,245,242;--color-primary-1:174,223,211;--color-primary-2:92,191,166;--color-primary-3:46,96,83;--color-primary-4:14,29,25;--color-secondary-0:224,224,229;--color-secondary-1:152,151,170;--color-secondary-2:48,46,84;--color-secondary-3:24,23,42;--color-secondary-4:7,7,13;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"poppins";--paragraphs-font-family:"poppins"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { position:relative;display:block; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { background-color: transparent; background-image: none; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container > .video-iframe-container { display: none; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row > .video-iframe-container { display: none; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .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); }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { border-width: 0; border-radius: 0; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .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; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .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.1875rem;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; }#cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { 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:3.9375rem;width:19.125rem;top:1.125rem;left:0.96875rem;overflow:hidden;display:block; }
#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { 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; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { border-width: 0; border-radius: 0; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:block; }#UhAHaMLBV0fimKdI4fUKRWSdifns3r7I { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:6.999218940735rem;left:0rem;height:10.5rem;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; }
#C2PXFFJXGuQ3txIEREm7MNAEQurF4ZGw { color:rgba(var(--color-secondary-2),1);display:block;width:42.6875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:19.5rem;left:0rem;height:4.875rem;display:block; }
#EyrnyII12PcZoESeV0B6BkRuhV89rGoS { color:#151515;display:block;width:42.1875rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0078125rem;left:3.3609371185302rem;height:1.54375rem;display:block; }
#v16TH3cNiFSLb8OQcvAETdKunhk1KizB { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.3125rem;top:2.0921878814698rem;left:0.6875rem;overflow:hidden;display:block; }
#TJ5zdkH5JiORzBKm5Kp0sWcL3IoGFw6T { box-sizing:content-box;height:0.0625rem;width:41.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.875rem;left:0rem;display:block; }
#TZFQiTEkyDSm3onEmCZiQdE3UWKWBhn9 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ed5276, #d69fac);background-image: -moz-linear-gradient(180deg, #ed5276, #d69fac);background-image: -ms-linear-gradient(180deg, #ed5276, #d69fac);background-image: -o-linear-gradient(180deg, #ed5276, #d69fac);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed5276', endColorstr='#d69fac' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed5276', endColorstr='#d69fac' );";background-image: linear-gradient(180deg, #ed5276, #d69fac);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:4.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.47500038147rem;left:0.6875rem;display:block; }
#e78aTmkm2eguG5s3ccSi01i8Kfnp0vzb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JrteS81mvaQlsG4K8AurqepFwdCNqgxK { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.5625rem;width:17.5625rem;top:3.29296875rem;left:51.593750953674rem;overflow:hidden;display:block; }
#idJKTFw6ChKasHHg40FpzQ284n4xa638 { 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:3.0625rem;width:2.625rem;top:25.875rem;left:27.937500953674rem;overflow:hidden;display:block; }
#r7hGzRkMgf2qBW7SGxstHzhNANrPvkkW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:29.925001144409rem;left:23.686718940735rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sPAr40gzoZhEq9yTZJba2HI4xK59R4G7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:31.550001144409rem;left:23.312500953674rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#yRaZviBTAlUuwTaE4uTk3fkE8ttIQOfT { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:2.375rem;top:25.875rem;left:40.237500190735rem;overflow:hidden;display:block; }
#cPyhaaKuLfNNiu7h9cTKX66IeQfKk2Jn { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:29.875rem;left:35.175000190735rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PDgmpBxO1ZPozte26PhQcDMPT4HGslTt { box-sizing:content-box;height:8.5625rem;width:25.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:21.875rem;left:47.625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#ybFvqf3wtNsEIHTNCTzf34ZUcOuD9MDc { color:rgba(var(--color-primary-2),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.1875rem;left:52.375rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP .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; }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.42625rem;padding-right:0.384375rem;padding-bottom:0.42625rem;padding-left:0.384375rem;display:block;align-items:center;width:2.3075rem;min-width:2.3075rem;height:2.290625rem;position:relative;font-family:"open sans";font-size:1.704375rem;font-weight:700;line-height:36.65px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.26625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.076875rem;height:0.905rem;position:relative;font-family:"open sans";font-size:0.64rem;font-weight:400;line-height:14.48px;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; }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP { 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(var(--color-secondary-2),1);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:16.3125rem;height:4.314375rem;padding-top:0.5325rem;padding-right:0.55rem;padding-bottom:0.5325rem;padding-left:0.55rem;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:24.375rem;left:51.0625rem;z-index:15013; }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #UlTPVsTfeua7UWMpNP79AmDloNSk4br4 { display:flex;position:relative;top:0rem;left:0rem; }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #ze7qFvTChXwb16BgvrqLPKcID6WFx1ke { width:auto; }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #WyCdDcxnbLds4bVGXkvuEOwlOO4a32tz {  }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #fbCt2uTRE53kwuVqD3uPvmh3nwAIm6Jk { display:flex;position:relative;top:0rem;left:0rem; }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #I0sO6MMnJpHUZy1DUD1snoOVMMTdiR2F {  }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #h3PCaNTALmkaG594ewJVQZSFFIEMpnu8 {  }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #zqH6zlSGPXqhIKCdVhTR2PfyagTKM4TQ { display:flex;position:relative;top:0rem;left:0rem; }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #kCa7zRAA5rhdb8NDU6dQRRaud1FqxNik {  }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #wcZAD3ITf0ccpokahmlduK2giaWzvCwO {  }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #WgRtaD2oZPlbVXiRRPo7X54e7IzHodR0 { display:flex;position:relative;top:0rem;left:0rem; }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #epxgy8CHMv11NXTWZRgIqHQ2WuLK3ovc {  }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #UTWMmML9qL2gLGfQQp8HR1aTtofWOZme {  }
#tenvnPW3Gre54fvzhyCv0VSOJ8S6ZCrD { box-sizing:content-box;height:2.375rem;width:12.625rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.625rem;left:62.375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#lz6Lg7Ili0D37SDApuEyRlz41fqIyHxd { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:19.1875rem;left:62.75rem;height:1.38125rem;display:block; }
#cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC > .row .container { background-color: transparent; background-image: none; }#cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC > .row .container > .video-iframe-container { display: none; }#cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC > .row > .video-iframe-container { display: none; }#cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC > .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); }#cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC > .row .container { border-width: 0; border-radius: 0; }#cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#vZ8vWfXKXBUBhdwvxxeCCPTszTSKnlcP { 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:3.5625rem;width:17.5rem;top:5.09375rem;left:1.21875rem;overflow:hidden;display:block; }
#S3wlBtmc4vR0spFV3tdZzEJUkmabw1sM { color:rgba(var(--color-tertiary-4),1);display:block;width:48.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:2.28125rem;left:21.405468940735rem;height:8.75rem;display:block; }
#FpR5SHKf9tgoBgRJnfcPQbLSAev9eSLi { position:relative;display:block; }#FpR5SHKf9tgoBgRJnfcPQbLSAev9eSLi { background-color: transparent; background-image: none; }#FpR5SHKf9tgoBgRJnfcPQbLSAev9eSLi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpR5SHKf9tgoBgRJnfcPQbLSAev9eSLi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpR5SHKf9tgoBgRJnfcPQbLSAev9eSLi > .row .container > .video-iframe-container { display: none; }#FpR5SHKf9tgoBgRJnfcPQbLSAev9eSLi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpR5SHKf9tgoBgRJnfcPQbLSAev9eSLi > .row > .video-iframe-container { display: none; }#FpR5SHKf9tgoBgRJnfcPQbLSAev9eSLi > .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); }#FpR5SHKf9tgoBgRJnfcPQbLSAev9eSLi { border-width: 0; border-radius: 0; }#FpR5SHKf9tgoBgRJnfcPQbLSAev9eSLi > .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; }#FpR5SHKf9tgoBgRJnfcPQbLSAev9eSLi > .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:41.3125rem;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; }#GquhJ3CL9QwSfE8JZS63ZJDRQp49d2gv { color:rgba(var(--color-tertiary-4),1);display:block;width:70.125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:1.5625rem;left:1.28125rem;height:8.4375rem;text-align:center;text-align-last:center;display:block; }
#Bdy2FgA5qcCWgvMExPzoQX25Mbz0gydu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom: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;box-shadow: none;height:20.125rem;width:32.25rem;top:17.375rem;left:0rem;overflow:hidden;display:block; }
#BpVFhIOGcf9IKiK4A19JIq8IWVgT0o4E { box-sizing:content-box;height:3.375rem;width:24.8125rem;position:absolute;display:block;z-index:15002;background-color:#60bca5;background-image:none;top:12.75rem;left:39.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;display:block; }
#xAeICSgII4TfCXsNKQQmzXp9TVWtmNdD { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.625rem;left:39.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AJPqhPVCHyGn6RT7TLKVm6abXvxP8K81 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:18rem;left:39.625rem;height:5.0625rem;display:block; }
#ntI1idH7neG8BnNkr1iqTDAyWmQzTlAX { color:rgba(var(--color-tertiary-4),1);display:block;width:32.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:24.9375rem;left:39.625rem;height:5.0625rem;display:block; }
#TDApefMRiBrsfnH8OiNpGDiKlVwmN1RZ { color:rgba(var(--color-tertiary-4),1);display:block;width:31.8125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:31.9375rem;left:39.625rem;height:6.75rem;display:block; }
#DRSZJuWLpTQXurLSqfTX0dF5sMbNWmmE { box-sizing:content-box;height:0.0625rem;width:37.5rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:23.75rem;left:34.5rem;display:block; }
#Wxonk5b8MKaCKwNyy9iUnfpoTH44aDDg { 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:15011;opacity:1;top:18.375rem;left:34.375rem; }
#tUcit3i8FMrAp7vmKNpQR8ssIZUH0MI9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:25.5rem;left:34.5rem; }
#xPsf0QXAe1IO5w6ccSJ0ie8mLsa6sa8W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:33.375rem;left:34.5rem; }
#QcEzkogyMIyxuzQpE339xuhmam3kMOJS { box-sizing:content-box;height:0.0625rem;width:37.5rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:31.150000572204rem;left:34.487500190735rem;display:block; }
#iN6mk0X1ZgbeG0myDEqlNcIRD6myrPhR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#iN6mk0X1ZgbeG0myDEqlNcIRD6myrPhR > .row .container { background-color: transparent; background-image: none; }#iN6mk0X1ZgbeG0myDEqlNcIRD6myrPhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN6mk0X1ZgbeG0myDEqlNcIRD6myrPhR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN6mk0X1ZgbeG0myDEqlNcIRD6myrPhR > .row .container > .video-iframe-container { display: none; }#iN6mk0X1ZgbeG0myDEqlNcIRD6myrPhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN6mk0X1ZgbeG0myDEqlNcIRD6myrPhR > .row > .video-iframe-container { display: none; }#iN6mk0X1ZgbeG0myDEqlNcIRD6myrPhR > .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); }#iN6mk0X1ZgbeG0myDEqlNcIRD6myrPhR > .row .container { border-width: 0; border-radius: 0; }#iN6mk0X1ZgbeG0myDEqlNcIRD6myrPhR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iN6mk0X1ZgbeG0myDEqlNcIRD6myrPhR > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:75rem;position:relative;display:block; }#QsbWnz68g313LV3TKC89xsTrnT1Wkpgf { color:rgba(var(--color-tertiary-4),1);display:block;width:52.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.3125rem;left:16.436718940735rem;height:2.923825rem;display:block; }
#piWPoV2CgrVa1gxmubPlfRDeNxif2J6h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.3125rem;left:11.499218940735rem; }
#EzLW6NidVxeiUvPIGvG6fZ8TsVxX1fk3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:7.0562505722044rem;left:11.436718940735rem; }
#hnXMw036S1cXmo8Dl0vJEdu7VEL3iUK4 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:7rem;left:16.436718940735rem;height:2.923825rem;display:block; }
#hO22E6DpDyU0IWsLsATJbiPkHnKshUBW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:12.306250572204rem;left:11.436718940735rem; }
#MTWRE9aywEWOGfianwl5Ev0wQ1dTnp9L { color:rgba(var(--color-tertiary-4),1);display:block;width:52.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.25rem;left:16.436718940735rem;height:2.923825rem;display:block; }
#nZprSM8I7guoiZe1LLsOqdSOXa3GyET2 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:17.375rem;left:16.436718940735rem;height:2.923825rem;display:block; }
#nKR2QZT5XFZI63h16KiXiDHSgwqc9i1N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:17.375rem;left:11.467968940735rem; }
#gNyNAezXdwOuciMTOUs83kgJur8iFb8c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:22.71249961853rem;left:11.467968940735rem; }
#KkoIqnvvmaFKS4TIPKZu8U2hfc36dEaL { color:rgba(var(--color-tertiary-4),1);display:block;width:52.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:22.625rem;left:16.436718940735rem;height:2.923825rem;display:block; }
#rwTQuLT5XaqzB5e98BZezLgk7RCTHa1M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:28.02499961853rem;left:11.467968940735rem; }
#aTaesThvnVFIpbMr9SNXT39LkJoZilzL { color:rgba(var(--color-tertiary-4),1);display:block;width:52.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:27.9375rem;left:16.436718940735rem;height:2.923825rem;display:block; }
#B0dJrpx6q4wDcSS96Ogv2WwIKqkAtNWX { color:rgba(var(--color-tertiary-4),1);display:block;width:52.0625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:33rem;left:16.375rem;height:2.923825rem;display:block; }
#Qxvuig0EzqnSS1Wpa41ntKEH80be4xGA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:33.08749961853rem;left:11.467968940735rem; }
#BATK1dq60zMVspT8b8KEMhwJD3QKV6pP { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ed5276, #d69fac);background-image: -moz-linear-gradient(180deg, #ed5276, #d69fac);background-image: -ms-linear-gradient(180deg, #ed5276, #d69fac);background-image: -o-linear-gradient(180deg, #ed5276, #d69fac);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed5276', endColorstr='#d69fac' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed5276', endColorstr='#d69fac' );";background-image: linear-gradient(180deg, #ed5276, #d69fac);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:4.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:39.087501525879rem;left:27.031250953674rem;display:block; }
#rLuOcsLqd1MQmzPncV1SPIVTVz7fWhLE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OzRgXV5r0sMHatuRBpuvEpcfDpCmcpMg { position:relative;display:block; }#OzRgXV5r0sMHatuRBpuvEpcfDpCmcpMg { background-color: transparent; background-image: none; }#OzRgXV5r0sMHatuRBpuvEpcfDpCmcpMg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OzRgXV5r0sMHatuRBpuvEpcfDpCmcpMg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OzRgXV5r0sMHatuRBpuvEpcfDpCmcpMg > .row .container > .video-iframe-container { display: none; }#OzRgXV5r0sMHatuRBpuvEpcfDpCmcpMg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OzRgXV5r0sMHatuRBpuvEpcfDpCmcpMg > .row > .video-iframe-container { display: none; }#OzRgXV5r0sMHatuRBpuvEpcfDpCmcpMg > .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); }#OzRgXV5r0sMHatuRBpuvEpcfDpCmcpMg { border-width: 0; border-radius: 0; }#OzRgXV5r0sMHatuRBpuvEpcfDpCmcpMg > .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; }#OzRgXV5r0sMHatuRBpuvEpcfDpCmcpMg > .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:24.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; }#UJ43W3nStTdxJxNOUbm0SuRvwUsRp1ds { color:rgba(var(--color-tertiary-4),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.25rem;left:18rem;height:1.95rem;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; }
#KImWTzIBRboyzN9CiaiCKwo54PtfJKXV { box-sizing:content-box;height:14.625rem;width:24rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:6.9375rem;left:0.5rem;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; }
#TgDTxRZKqrOiwzBOWngZC2wcBZK6ibfc { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.48671913147rem;left:2.53125rem;height:6.171875rem;text-align:center;text-align-last:center;display:block; }
#ITRtywncKAKrc8ipuk2sMhM1XqAVdyDI { box-sizing:content-box;height:14.625rem;width:24rem;position:absolute;display:block;z-index:15004;background-color:#60bca5;background-image:none;top:6.9375rem;left:25.5rem;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; }
#TInIgxvRPvWdMgPgtWHmfVD8okefq6QT { color:rgba(var(--color-tertiary-0),1);display:block;width:21.8125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.487501144409rem;left:26.593750953674rem;height:7.3095625rem;text-align:center;text-align-last:center;display:block; }
#m53lzayAU5rAkgfr0IQGbQUBsB8Dtnky { box-sizing:content-box;height:14.625rem;width:24rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:6.9375rem;left:50.5rem;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; }
#uDZ6OTRpk5y60PNWSL6Vr05NsLzHluZc { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.349218845367rem;left:52.500000953674rem;height:8.7715rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZFJKfklKpdNqvMrh9XVQzSxxaX89G8Pv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:7.561718940735rem;left:35.187500953674rem; }
#vrgiIKUekQ285vrGppI1Mwp9eQhed1UT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:7.999218940735rem;left:60.500000953674rem; }
#qVimU1rm2EUo3ozv9fwTZK5dTgTFetB5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:7.7804691791537rem;left:10.405468940735rem; }
#kLMEGemlMECasTiJfZxXBMPQfJukfpg2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#kLMEGemlMECasTiJfZxXBMPQfJukfpg2 > .row .container { background-color: transparent; background-image: none; }#kLMEGemlMECasTiJfZxXBMPQfJukfpg2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLMEGemlMECasTiJfZxXBMPQfJukfpg2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLMEGemlMECasTiJfZxXBMPQfJukfpg2 > .row .container > .video-iframe-container { display: none; }#kLMEGemlMECasTiJfZxXBMPQfJukfpg2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kLMEGemlMECasTiJfZxXBMPQfJukfpg2 > .row > .video-iframe-container { display: none; }#kLMEGemlMECasTiJfZxXBMPQfJukfpg2 > .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); }#kLMEGemlMECasTiJfZxXBMPQfJukfpg2 > .row .container { border-width: 0; border-radius: 0; }#kLMEGemlMECasTiJfZxXBMPQfJukfpg2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kLMEGemlMECasTiJfZxXBMPQfJukfpg2 > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#kBcdGSdM9SBQUKuwxI35xvAAi7mQ1LiT { color:rgba(var(--color-tertiary-4),1);display:block;width:44.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.25rem;left:15.46875rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#XEfRMQTC7PgxbusPKkiIbThJ2bOdf6ba { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:23.4375rem;width:25.6875rem;top:6.25rem;left:3.3125rem;overflow:hidden;display:block; }
#uLS5PTIOVTebrmTsyxulSinrfXBO6Oex { box-sizing:content-box;height:23.5rem;width:40.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.1875rem;left:30.8125rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#D27UCtTKVzDCnc6Eo1LLPEWTzMfpLVRt { color:rgba(var(--color-tertiary-4),1);display:block;width:30.625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8rem;left:37.75rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#fTylPlgMf6XtleydhHhDWo3k2Ntsk2P2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:7.9375rem;left:34rem; }
#cgoda42oZgbrGxX1LAEMkpZuA4ePgSmB { color:rgba(var(--color-tertiary-4),1);display:block;width:30.625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.375rem;left:37.75rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#ETtFSxT7K0RKddOTa1SqS5Me0f4QppZp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:13.3125rem;left:34rem; }
#JixQhnySS5z3Ayc5QwiQxKihM1UErcKv { color:rgba(var(--color-tertiary-4),1);display:block;width:30.625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:18.75rem;left:37.75rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#B7RgUvaMK4q8AALotT7p45v5H6Gz0Pp0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:18.6875rem;left:34rem; }
#xLWW9pKopDTaKQNHIMUGUTrKk2qlqcOF { color:rgba(var(--color-tertiary-4),1);display:block;width:30.625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:23.875rem;left:37.75rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#p9BWw4xhwTQeXOW2EOE02eSygQfpWHlh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:23.8125rem;left:34rem; }
#nRSbVvxcLoKezSneaDdVknrHFpGg68eu { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ed5276, #d69fac);background-image: -moz-linear-gradient(180deg, #ed5276, #d69fac);background-image: -ms-linear-gradient(180deg, #ed5276, #d69fac);background-image: -o-linear-gradient(180deg, #ed5276, #d69fac);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed5276', endColorstr='#d69fac' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed5276', endColorstr='#d69fac' );";background-image: linear-gradient(180deg, #ed5276, #d69fac);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:4.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.875rem;left:41.581250190735rem;display:block; }
#srJ9WtfmiOfnWuZitxTTRVGQH6ZoIyte { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vVb9TvQmhCeaWQv2IdFzXkfHbSuSUnLA { position:relative;display:block; }#vVb9TvQmhCeaWQv2IdFzXkfHbSuSUnLA { background-color: transparent; background-image: none; }#vVb9TvQmhCeaWQv2IdFzXkfHbSuSUnLA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVb9TvQmhCeaWQv2IdFzXkfHbSuSUnLA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVb9TvQmhCeaWQv2IdFzXkfHbSuSUnLA > .row .container > .video-iframe-container { display: none; }#vVb9TvQmhCeaWQv2IdFzXkfHbSuSUnLA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVb9TvQmhCeaWQv2IdFzXkfHbSuSUnLA > .row > .video-iframe-container { display: none; }#vVb9TvQmhCeaWQv2IdFzXkfHbSuSUnLA > .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); }#vVb9TvQmhCeaWQv2IdFzXkfHbSuSUnLA { border-width: 0; border-radius: 0; }#vVb9TvQmhCeaWQv2IdFzXkfHbSuSUnLA > .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; }#vVb9TvQmhCeaWQv2IdFzXkfHbSuSUnLA > .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:19.9375rem;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; }#KrLBo9lXfaZuiuNZ72BNsRIwd8pbLpKU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:13.1875rem;width:12.5rem;top:3.375rem;left:2.2406244277954rem;overflow:hidden;display:block; }
#ua7G9KyMtbuNkBZRdyPzI8z2kCgI87uv { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:2.1875rem;left:16.96875rem;height:4.5rem;display:block; }
#v35JsguhFNAodIpSgwVUifegigpELoXs { color:rgba(var(--color-tertiary-4),1);display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.487500190735rem;left:16.967968940735rem;height:8.125rem;display:block; }
#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO { position:relative;display:block; }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO { background-color: transparent; background-image: none; }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO > .row .container > .video-iframe-container { display: none; }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO > .row > .video-iframe-container { display: none; }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO > .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); }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO { border-width: 0; border-radius: 0; }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO > .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; }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO > .row .container { border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.4375rem;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; }#LzK6lVVn9PZ7CgA2VLbbuqq7WHEFegSI { 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:10.4375rem;width:9.75rem;top:2.6000003814698rem;left:3.78125rem;overflow:hidden;display:block; }
#cxgct61foIL02Tnn8CM8lZT20TKH5O4c { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:2.2875003814698rem;left:16.967968940735rem;height:3.75rem;display:block; }
#CmJSWDVT9Ly2a4narys4NfRUT0hX9unM { color:rgba(var(--color-tertiary-4),1);display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.92421913147rem;left:16.967968940735rem;height:5.84765625rem;display:block; }
#X1o4ReS4zwP1PsruqB3VE0968Q9GF46U { position:relative;display:block; }#X1o4ReS4zwP1PsruqB3VE0968Q9GF46U { background-color: transparent; background-image: none; }#X1o4ReS4zwP1PsruqB3VE0968Q9GF46U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1o4ReS4zwP1PsruqB3VE0968Q9GF46U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1o4ReS4zwP1PsruqB3VE0968Q9GF46U > .row .container > .video-iframe-container { display: none; }#X1o4ReS4zwP1PsruqB3VE0968Q9GF46U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X1o4ReS4zwP1PsruqB3VE0968Q9GF46U > .row > .video-iframe-container { display: none; }#X1o4ReS4zwP1PsruqB3VE0968Q9GF46U > .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); }#X1o4ReS4zwP1PsruqB3VE0968Q9GF46U { border-width: 0; border-radius: 0; }#X1o4ReS4zwP1PsruqB3VE0968Q9GF46U > .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; }#X1o4ReS4zwP1PsruqB3VE0968Q9GF46U > .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:10.9375rem;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; }#aJneCPB3N1uKzDUGyLGwRfmoJ4Kbot05 { color:#151515;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:31.25rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ds1kfsXAlshgOlUOga3IAAmil0okyq6a { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:18.5625rem;top:5.4375rem;left:27.5rem;overflow:hidden;display:block; }
#HxhTrptRsfPenpTwQdOgkDwIUEBvof9F { position:relative;display:block; }#HxhTrptRsfPenpTwQdOgkDwIUEBvof9F { background-color: transparent; background-image: none; }#HxhTrptRsfPenpTwQdOgkDwIUEBvof9F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxhTrptRsfPenpTwQdOgkDwIUEBvof9F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxhTrptRsfPenpTwQdOgkDwIUEBvof9F > .row .container > .video-iframe-container { display: none; }#HxhTrptRsfPenpTwQdOgkDwIUEBvof9F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxhTrptRsfPenpTwQdOgkDwIUEBvof9F > .row > .video-iframe-container { display: none; }#HxhTrptRsfPenpTwQdOgkDwIUEBvof9F > .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); }#HxhTrptRsfPenpTwQdOgkDwIUEBvof9F { border-width: 0; border-radius: 0; }#HxhTrptRsfPenpTwQdOgkDwIUEBvof9F > .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; }#HxhTrptRsfPenpTwQdOgkDwIUEBvof9F > .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:14.3125rem;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; }#Cckz28ZfsZ1vBhWG4eBguHwatzdpRu15 { color:#151515;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:31.25rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H8bXKfGSVzqorwNixrPKeSV6xRnfrg41 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:14rem;top:4.75rem;left:30.5rem;overflow:hidden;display:block; }
#JRVl2mbDXz1JJbKBPTrfw49u9o9M2xoh { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:17rem;top:9.9375rem;left:29rem;overflow:hidden;display:block; }
#ruv04lFiDrQ4E6XNbPFBwwxR8SgoEfGK { 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; }#ruv04lFiDrQ4E6XNbPFBwwxR8SgoEfGK > .row .container { background-color: transparent; background-image: none; }#ruv04lFiDrQ4E6XNbPFBwwxR8SgoEfGK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruv04lFiDrQ4E6XNbPFBwwxR8SgoEfGK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruv04lFiDrQ4E6XNbPFBwwxR8SgoEfGK > .row .container > .video-iframe-container { display: none; }#ruv04lFiDrQ4E6XNbPFBwwxR8SgoEfGK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruv04lFiDrQ4E6XNbPFBwwxR8SgoEfGK > .row > .video-iframe-container { display: none; }#ruv04lFiDrQ4E6XNbPFBwwxR8SgoEfGK > .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); }#ruv04lFiDrQ4E6XNbPFBwwxR8SgoEfGK > .row .container { border-width: 0; border-radius: 0; }#ruv04lFiDrQ4E6XNbPFBwwxR8SgoEfGK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ruv04lFiDrQ4E6XNbPFBwwxR8SgoEfGK > .row .container { font-size:0.875rem;font-family:arial;height:48.625rem;width:75rem;position:relative;display:block; }#U5MQ8SWkabxt0U1N71L2EOyP92A9Bzwd { position:absolute;z-index:15011;top:8.65625rem;left:18.375rem;width:38.25rem;height:20.875rem;display:block; }
#NiV6cEwo8iC9mmOM3fquTf1adLvcwQRG { position:absolute;display:block;z-index:15000;background-color:#fdfdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b0c1d3;border-left:0.0625rem solid #b0c1d3;border-right:0.0625rem solid #b0c1d3;border-bottom:0.0625rem solid #b0c1d3;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0.25rem 0.25rem rgba(var(--color-tertiary-4),0.25) ;height:42.5625rem;width:42.3125rem;top:3rem;left:16.375rem;display:block; }
#CEuA4ZbGrx60GvBSM0GpIBssz22Gc5vy { color:rgba(var(--color-tertiary-4),1);display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5rem;left:17.5rem;height:1.95rem;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; }
#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { background-color: transparent; background-image: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .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); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { border-width: 0; border-radius: 0; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;position:relative;display:block; }#rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:35.6875rem;top:4.125rem;left:19.655468940735rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { display:block; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { width:18.625rem;height:3.9375rem;top:1.125rem;left:14.562500536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:#ffffff;background-image:none;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:47.75rem;height:62.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UhAHaMLBV0fimKdI4fUKRWSdifns3r7I { width:44.125rem;height:10.1484375rem;top:4.6875rem;left:1.8125000596046rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #C2PXFFJXGuQ3txIEREm7MNAEQurF4ZGw { width:42.0625rem;height:4.875rem;top:16.875rem;left:2.8437500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #EyrnyII12PcZoESeV0B6BkRuhV89rGoS { width:41.5625rem;height:1.4625rem;top:1.5187501907349rem;left:4.9375000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v16TH3cNiFSLb8OQcvAETdKunhk1KizB { width:1.3125rem;height:1.375rem;top:1.5625rem;left:2.6875000596046rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJ5zdkH5JiORzBKm5Kp0sWcL3IoGFw6T { width:41.25rem;height:0.0625rem;top:3.9375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZFQiTEkyDSm3onEmCZiQdE3UWKWBhn9 { width:18.0625rem;height:3.5625rem;top:55.5625rem;left:14.843750536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e78aTmkm2eguG5s3ccSi01i8Kfnp0vzb { display:block; }
 }@media only screen and (max-width: 1199px) { #JrteS81mvaQlsG4K8AurqepFwdCNqgxK { width:15.1875rem;height:16.0625rem;top:25.5rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #idJKTFw6ChKasHHg40FpzQ284n4xa638 { width:2.625rem;height:3.0625rem;top:32.8125rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r7hGzRkMgf2qBW7SGxstHzhNANrPvkkW { width:12.5rem;height:1.625rem;top:36.875rem;left:32.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sPAr40gzoZhEq9yTZJba2HI4xK59R4G7 { width:12.5rem;height:1.3rem;top:39.125rem;left:32.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yRaZviBTAlUuwTaE4uTk3fkE8ttIQOfT { width:2.375rem;height:3.0625rem;top:25.5rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cPyhaaKuLfNNiu7h9cTKX66IeQfKk2Jn { width:12.5rem;height:1.625rem;top:29.5rem;left:32.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PDgmpBxO1ZPozte26PhQcDMPT4HGslTt { width:25.5rem;height:10.0625rem;top:41.5625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ybFvqf3wtNsEIHTNCTzf34ZUcOuD9MDc { width:14.8125rem;height:1.1375rem;top:43rem;left:14rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP .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; }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP .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; }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP { display:flex;width:18rem;height:5.0625rem;top:44.125rem;left:12.25rem; }
 }@media only screen and (max-width: 1199px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #UlTPVsTfeua7UWMpNP79AmDloNSk4br4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #ze7qFvTChXwb16BgvrqLPKcID6WFx1ke {  }
 }@media only screen and (max-width: 1199px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #WyCdDcxnbLds4bVGXkvuEOwlOO4a32tz {  }
 }@media only screen and (max-width: 1199px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #fbCt2uTRE53kwuVqD3uPvmh3nwAIm6Jk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #I0sO6MMnJpHUZy1DUD1snoOVMMTdiR2F {  }
 }@media only screen and (max-width: 1199px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #h3PCaNTALmkaG594ewJVQZSFFIEMpnu8 {  }
 }@media only screen and (max-width: 1199px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #zqH6zlSGPXqhIKCdVhTR2PfyagTKM4TQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #kCa7zRAA5rhdb8NDU6dQRRaud1FqxNik {  }
 }@media only screen and (max-width: 1199px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #wcZAD3ITf0ccpokahmlduK2giaWzvCwO {  }
 }@media only screen and (max-width: 1199px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #WgRtaD2oZPlbVXiRRPo7X54e7IzHodR0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #epxgy8CHMv11NXTWZRgIqHQ2WuLK3ovc {  }
 }@media only screen and (max-width: 1199px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #UTWMmML9qL2gLGfQQp8HR1aTtofWOZme {  }
 }@media only screen and (max-width: 1199px) { #tenvnPW3Gre54fvzhyCv0VSOJ8S6ZCrD { width:12.625rem;height:2.375rem;top:36.1875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lz6Lg7Ili0D37SDApuEyRlz41fqIyHxd { width:13rem;height:1.38125rem;top:36.6875rem;left:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC { display:block; }#cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC > .row .container { width:47.75rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vZ8vWfXKXBUBhdwvxxeCCPTszTSKnlcP { width:10.75rem;height:2.3125rem;top:5.09375rem;left:0.62421876192093rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S3wlBtmc4vR0spFV3tdZzEJUkmabw1sM { width:32.625rem;height:8.9238125rem;top:1.7875003814698rem;left:13.125000536442rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FpR5SHKf9tgoBgRJnfcPQbLSAev9eSLi { display:block; }#FpR5SHKf9tgoBgRJnfcPQbLSAev9eSLi > .row .container { width:47.75rem;height:58rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GquhJ3CL9QwSfE8JZS63ZJDRQp49d2gv { width:44.375rem;height:9rem;top:1.625rem;left:1.6875000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Bdy2FgA5qcCWgvMExPzoQX25Mbz0gydu { width:24.625rem;height:15.375rem;top:12.84375rem;left:12.656250536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BpVFhIOGcf9IKiK4A19JIq8IWVgT0o4E { width:24.8125rem;height:3.375rem;top:29.875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xAeICSgII4TfCXsNKQQmzXp9TVWtmNdD { width:23.9375rem;height:1.625rem;top:30.75rem;left:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AJPqhPVCHyGn6RT7TLKVm6abXvxP8K81 { width:34.8125rem;height:3rem;top:36.5625rem;left:8.4249997735025rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ntI1idH7neG8BnNkr1iqTDAyWmQzTlAX { width:34.8125rem;height:3rem;top:43.3125rem;left:8.4249997735025rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TDApefMRiBrsfnH8OiNpGDiKlVwmN1RZ { width:34.375rem;height:4.5rem;top:50.625rem;left:8.6437497735025rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DRSZJuWLpTQXurLSqfTX0dF5sMbNWmmE { width:37.5rem;height:0.0625rem;top:41.3125rem;left:7.0812502503394rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wxonk5b8MKaCKwNyy9iUnfpoTH44aDDg { width:4.0625rem;height:4.0625rem;top:36.03125rem;left:2.8117187619209rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tUcit3i8FMrAp7vmKNpQR8ssIZUH0MI9 { width:3.6875rem;height:3.6875rem;top:51.03125rem;left:2.9992187619209rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xPsf0QXAe1IO5w6ccSJ0ie8mLsa6sa8W { width:3.6875rem;height:3.6875rem;top:42.96875rem;left:2.9992187619209rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QcEzkogyMIyxuzQpE339xuhmam3kMOJS { width:37.5rem;height:0.0625rem;top:48.5rem;left:7.0812502503394rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 1199px) { #iN6mk0X1ZgbeG0myDEqlNcIRD6myrPhR { display:block; }#iN6mk0X1ZgbeG0myDEqlNcIRD6myrPhR > .row .container { width:47.75rem;height:46.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QsbWnz68g313LV3TKC89xsTrnT1Wkpgf { width:42.5rem;height:2.923825rem;top:1.4375rem;left:4.8750000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #piWPoV2CgrVa1gxmubPlfRDeNxif2J6h { width:2.6875rem;height:2.6875rem;top:1.5554695129394rem;left:1.1874999403954rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EzLW6NidVxeiUvPIGvG6fZ8TsVxX1fk3 { width:2.8125rem;height:2.8125rem;top:6.54296875rem;left:1.1242187619209rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hnXMw036S1cXmo8Dl0vJEdu7VEL3iUK4 { width:39.0625rem;height:2.923825rem;top:6.38125038147rem;left:4.8750000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hO22E6DpDyU0IWsLsATJbiPkHnKshUBW { width:2.8125rem;height:2.8125rem;top:12.242969512939rem;left:1.1242187619209rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MTWRE9aywEWOGfianwl5Ev0wQ1dTnp9L { width:39.6875rem;height:2.923825rem;top:12.1875rem;left:4.8750000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nZprSM8I7guoiZe1LLsOqdSOXa3GyET2 { width:41.8125rem;height:2.923825rem;top:17.28750038147rem;left:4.8750000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nKR2QZT5XFZI63h16KiXiDHSgwqc9i1N { width:2.75rem;height:2.75rem;top:17.375rem;left:1.1554687619209rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gNyNAezXdwOuciMTOUs83kgJur8iFb8c { width:2.75rem;height:2.75rem;top:22.875rem;left:1.1554687619209rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KkoIqnvvmaFKS4TIPKZu8U2hfc36dEaL { width:41.4375rem;height:2.923825rem;top:22.78750038147rem;left:4.8750000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rwTQuLT5XaqzB5e98BZezLgk7RCTHa1M { width:2.75rem;height:2.75rem;top:28.77499961853rem;left:1.1554687619209rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aTaesThvnVFIpbMr9SNXT39LkJoZilzL { width:42.25rem;height:2.923825rem;top:28.6875rem;left:4.8750000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B0dJrpx6q4wDcSS96Ogv2WwIKqkAtNWX { width:40.125rem;height:2.923825rem;top:34.875rem;left:4.8750000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qxvuig0EzqnSS1Wpa41ntKEH80be4xGA { width:2.75rem;height:2.75rem;top:34.96249961853rem;left:1.1554687619209rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BATK1dq60zMVspT8b8KEMhwJD3QKV6pP { width:18.0625rem;height:3.5625rem;top:41.625rem;left:14.843750536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rLuOcsLqd1MQmzPncV1SPIVTVz7fWhLE { display:block; }
 }@media only screen and (max-width: 1199px) { #OzRgXV5r0sMHatuRBpuvEpcfDpCmcpMg { display:block; }#OzRgXV5r0sMHatuRBpuvEpcfDpCmcpMg > .row .container { width:47.75rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UJ43W3nStTdxJxNOUbm0SuRvwUsRp1ds { width:39rem;height:1.95rem;top:2.125rem;left:4.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KImWTzIBRboyzN9CiaiCKwo54PtfJKXV { width:24rem;height:14.625rem;top:5.5625028610229rem;left:11.875000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TgDTxRZKqrOiwzBOWngZC2wcBZK6ibfc { width:19.9375rem;height:6.5rem;top:12rem;left:13.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ITRtywncKAKrc8ipuk2sMhM1XqAVdyDI { width:24rem;height:14.625rem;top:21.687502861023rem;left:11.875000536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TInIgxvRPvWdMgPgtWHmfVD8okefq6QT { width:21.8125rem;height:8.125rem;top:27.562502861023rem;left:12.968750536442rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m53lzayAU5rAkgfr0IQGbQUBsB8Dtnky { width:24rem;height:14.625rem;top:37.5625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uDZ6OTRpk5y60PNWSL6Vr05NsLzHluZc { width:20rem;height:9.75rem;top:41.925004005432rem;left:13.875000536442rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZFJKfklKpdNqvMrh9XVQzSxxaX89G8Pv { width:4.625rem;height:4.625rem;top:22.362504005432rem;left:21.562499582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vrgiIKUekQ285vrGppI1Mwp9eQhed1UT { width:4rem;height:4rem;top:37.850003242492rem;left:21.874999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qVimU1rm2EUo3ozv9fwTZK5dTgTFetB5 { width:4.1875rem;height:4.1875rem;top:6.6875028610231rem;left:21.781249582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kLMEGemlMECasTiJfZxXBMPQfJukfpg2 { display:block; }#kLMEGemlMECasTiJfZxXBMPQfJukfpg2 > .row .container { width:47.75rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kBcdGSdM9SBQUKuwxI35xvAAi7mQ1LiT { width:44.0625rem;height:1.95rem;top:2.25rem;left:1.84375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XEfRMQTC7PgxbusPKkiIbThJ2bOdf6ba { width:15.3125rem;height:13.9375rem;top:9.65625rem;left:0.78124994039537rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uLS5PTIOVTebrmTsyxulSinrfXBO6Oex { width:30.0625rem;height:21.625rem;top:5.9375rem;left:16.896842143321rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D27UCtTKVzDCnc6Eo1LLPEWTzMfpLVRt { width:24.625rem;height:2.7625rem;top:7.5554695129394rem;left:21.331250727177rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fTylPlgMf6XtleydhHhDWo3k2Ntsk2P2 { width:2.75rem;height:2.75rem;top:7.6875rem;left:17.675000727177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cgoda42oZgbrGxX1LAEMkpZuA4ePgSmB { width:24.625rem;height:2.7625rem;top:13.05624961853rem;left:21.331250727177rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ETtFSxT7K0RKddOTa1SqS5Me0f4QppZp { width:2.75rem;height:2.75rem;top:13.0625rem;left:17.675000727177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JixQhnySS5z3Ayc5QwiQxKihM1UErcKv { width:24.875rem;height:2.7625rem;top:18.30624961853rem;left:21.331250727177rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B7RgUvaMK4q8AALotT7p45v5H6Gz0Pp0 { width:2.75rem;height:2.75rem;top:18.25rem;left:17.675000727177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xLWW9pKopDTaKQNHIMUGUTrKk2qlqcOF { width:25.9375rem;height:4.142575rem;top:22.803127288818rem;left:21.171094477177rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p9BWw4xhwTQeXOW2EOE02eSygQfpWHlh { width:2.75rem;height:2.75rem;top:23.8125rem;left:17.675000727177rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nRSbVvxcLoKezSneaDdVknrHFpGg68eu { width:18.0625rem;height:3.5625rem;top:30.125rem;left:14.843750536442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #srJ9WtfmiOfnWuZitxTTRVGQH6ZoIyte { display:block; }
 }@media only screen and (max-width: 1199px) { #vVb9TvQmhCeaWQv2IdFzXkfHbSuSUnLA { display:block; }#vVb9TvQmhCeaWQv2IdFzXkfHbSuSUnLA > .row .container { width:47.75rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KrLBo9lXfaZuiuNZ72BNsRIwd8pbLpKU { width:11.5rem;height:12.125rem;top:2.0625rem;left:16.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ua7G9KyMtbuNkBZRdyPzI8z2kCgI87uv { width:27.8125rem;height:4.5rem;top:14.9375rem;left:3.7187500596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v35JsguhFNAodIpSgwVUifegigpELoXs { width:40.3125rem;height:9.75rem;top:20.9375rem;left:3.7187500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO { display:block; }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO > .row .container { width:47.75rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LzK6lVVn9PZ7CgA2VLbbuqq7WHEFegSI { width:9.75rem;height:10.4375rem;top:1.6875rem;left:19rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cxgct61foIL02Tnn8CM8lZT20TKH5O4c { width:27.8125rem;height:3.75rem;top:13.28750038147rem;left:3.7500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CmJSWDVT9Ly2a4narys4NfRUT0hX9unM { width:40.6875rem;height:6.499rem;top:18.41250038147rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X1o4ReS4zwP1PsruqB3VE0968Q9GF46U { display:block; }#X1o4ReS4zwP1PsruqB3VE0968Q9GF46U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aJneCPB3N1uKzDUGyLGwRfmoJ4Kbot05 { width:12.5rem;height:1.95rem;top:1.9375rem;left:17.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ds1kfsXAlshgOlUOga3IAAmil0okyq6a { width:18.5625rem;height:4.0625rem;top:5.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HxhTrptRsfPenpTwQdOgkDwIUEBvof9F { display:block; }#HxhTrptRsfPenpTwQdOgkDwIUEBvof9F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Cckz28ZfsZ1vBhWG4eBguHwatzdpRu15 { width:12.5rem;height:1.95rem;top:1.9375rem;left:17.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H8bXKfGSVzqorwNixrPKeSV6xRnfrg41 { width:14rem;height:2.5rem;top:4.75rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JRVl2mbDXz1JJbKBPTrfw49u9o9M2xoh { width:17rem;height:2.75rem;top:9.9375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ruv04lFiDrQ4E6XNbPFBwwxR8SgoEfGK { display:block; }#ruv04lFiDrQ4E6XNbPFBwwxR8SgoEfGK > .row .container { width:47.75rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #U5MQ8SWkabxt0U1N71L2EOyP92A9Bzwd { width:38.875rem;height:22.875rem;top:7.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NiV6cEwo8iC9mmOM3fquTf1adLvcwQRG { width:42.3125rem;height:44.25rem;top:3rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CEuA4ZbGrx60GvBSM0GpIBssz22Gc5vy { width:47.75rem;height:2.1125rem;top:4.1875rem;left:0rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:47.75rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:16.9375rem;height:3.375rem;top:4.84375rem;left:15.406249582768rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP { display:block; }#cGoWaSRRa5SprF0RXVmQwJINZXDMaRyP > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTJXE0QWufMJXxN6mo4tFulCTVaVRrDV { width:10.875rem;height:2.375rem;top:1.5rem;left:4.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:#ffffff;background-image:none;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:20rem;height:87.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhAHaMLBV0fimKdI4fUKRWSdifns3r7I { width:20rem;height:22.834rem;top:7.76015663147rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2PXFFJXGuQ3txIEREm7MNAEQurF4ZGw { width:20rem;height:7.3095625rem;top:32.919531822204rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyrnyII12PcZoESeV0B6BkRuhV89rGoS { width:20rem;height:2.923825rem;top:2.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v16TH3cNiFSLb8OQcvAETdKunhk1KizB { width:1.3125rem;height:1.375rem;top:0.5625rem;left:9.3437505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ5zdkH5JiORzBKm5Kp0sWcL3IoGFw6T { width:20rem;height:0.0625rem;top:6.88515663147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZFQiTEkyDSm3onEmCZiQdE3UWKWBhn9 { width:19.25rem;height:3.875rem;top:41.8125rem;left:0.37421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #e78aTmkm2eguG5s3ccSi01i8Kfnp0vzb { display:block; }
 }@media only screen and (max-width: 763px) { #JrteS81mvaQlsG4K8AurqepFwdCNqgxK { width:12rem;height:12.6875rem;top:62.875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #idJKTFw6ChKasHHg40FpzQ284n4xa638 { width:2.625rem;height:3.0625rem;top:48rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7hGzRkMgf2qBW7SGxstHzhNANrPvkkW { width:12.5rem;height:1.625rem;top:51.8125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPAr40gzoZhEq9yTZJba2HI4xK59R4G7 { width:12.5rem;height:1.3rem;top:53.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRaZviBTAlUuwTaE4uTk3fkE8ttIQOfT { width:2.375rem;height:3.0625rem;top:55.625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPyhaaKuLfNNiu7h9cTKX66IeQfKk2Jn { width:12.5rem;height:1.625rem;top:59.5rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDgmpBxO1ZPozte26PhQcDMPT4HGslTt { width:20rem;height:10.3125rem;top:75.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybFvqf3wtNsEIHTNCTzf34ZUcOuD9MDc { width:14.8125rem;height:1.1375rem;top:77.4375rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP .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; }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP .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; }
#oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP { display:flex;width:18rem;height:5.0625rem;top:78.5rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #UlTPVsTfeua7UWMpNP79AmDloNSk4br4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #ze7qFvTChXwb16BgvrqLPKcID6WFx1ke {  }
 }@media only screen and (max-width: 763px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #WyCdDcxnbLds4bVGXkvuEOwlOO4a32tz {  }
 }@media only screen and (max-width: 763px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #fbCt2uTRE53kwuVqD3uPvmh3nwAIm6Jk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #I0sO6MMnJpHUZy1DUD1snoOVMMTdiR2F {  }
 }@media only screen and (max-width: 763px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #h3PCaNTALmkaG594ewJVQZSFFIEMpnu8 {  }
 }@media only screen and (max-width: 763px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #zqH6zlSGPXqhIKCdVhTR2PfyagTKM4TQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #kCa7zRAA5rhdb8NDU6dQRRaud1FqxNik {  }
 }@media only screen and (max-width: 763px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #wcZAD3ITf0ccpokahmlduK2giaWzvCwO {  }
 }@media only screen and (max-width: 763px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #WgRtaD2oZPlbVXiRRPo7X54e7IzHodR0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #epxgy8CHMv11NXTWZRgIqHQ2WuLK3ovc {  }
 }@media only screen and (max-width: 763px) { #oEOdrWcp5QmyBIDlX7DQKIg9tCl2foxP #UTWMmML9qL2gLGfQQp8HR1aTtofWOZme {  }
 }@media only screen and (max-width: 763px) { #tenvnPW3Gre54fvzhyCv0VSOJ8S6ZCrD { width:11.6875rem;height:2.125rem;top:73.5rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz6Lg7Ili0D37SDApuEyRlz41fqIyHxd { width:11.375rem;height:1.3rem;top:73.875rem;left:8.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC { display:block; }#cEFTc4Gz4e1GTquEWnQ8cWgi87G7H6gC > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZ8vWfXKXBUBhdwvxxeCCPTszTSKnlcP { width:13.0625rem;height:2.8125rem;top:2.3125rem;left:3.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3wlBtmc4vR0spFV3tdZzEJUkmabw1sM { width:20rem;height:13.994125rem;top:8.324999809265rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FpR5SHKf9tgoBgRJnfcPQbLSAev9eSLi { display:block; }#FpR5SHKf9tgoBgRJnfcPQbLSAev9eSLi > .row .container { width:20rem;height:88.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GquhJ3CL9QwSfE8JZS63ZJDRQp49d2gv { width:20rem;height:21rem;top:0.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdy2FgA5qcCWgvMExPzoQX25Mbz0gydu { width:20rem;height:12.375rem;top:23.124219894409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpVFhIOGcf9IKiK4A19JIq8IWVgT0o4E { width:20rem;height:3.375rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAeICSgII4TfCXsNKQQmzXp9TVWtmNdD { width:20rem;height:1.625rem;top:38.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJPqhPVCHyGn6RT7TLKVm6abXvxP8K81 { width:20rem;height:4.5rem;top:48.09375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ntI1idH7neG8BnNkr1iqTDAyWmQzTlAX { width:20rem;height:6rem;top:61.61953163147rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TDApefMRiBrsfnH8OiNpGDiKlVwmN1RZ { width:20rem;height:9rem;top:76.369531631469rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DRSZJuWLpTQXurLSqfTX0dF5sMbNWmmE { width:20rem;height:0.0625rem;top:54.807625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wxonk5b8MKaCKwNyy9iUnfpoTH44aDDg { display:flex;width:4.0625rem;height:4.0625rem;top:42.61953163147rem;left:7.9687505364419rem; }
 }@media only screen and (max-width: 763px) { #tUcit3i8FMrAp7vmKNpQR8ssIZUH0MI9 { display:flex;width:3.6875rem;height:3.6875rem;top:71.807031154631rem;left:8.1562505364419rem; }
 }@media only screen and (max-width: 763px) { #xPsf0QXAe1IO5w6ccSJ0ie8mLsa6sa8W { display:flex;width:3.6875rem;height:3.6875rem;top:56.43203163147rem;left:8.1562505364419rem; }
 }@media only screen and (max-width: 763px) { #QcEzkogyMIyxuzQpE339xuhmam3kMOJS { width:20rem;height:0.0625rem;top:69.682031631469rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN6mk0X1ZgbeG0myDEqlNcIRD6myrPhR { display:block; }#iN6mk0X1ZgbeG0myDEqlNcIRD6myrPhR > .row .container { width:20rem;height:83.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QsbWnz68g313LV3TKC89xsTrnT1Wkpgf { width:20rem;height:5.84765625rem;top:4.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #piWPoV2CgrVa1gxmubPlfRDeNxif2J6h { display:flex;width:2.6875rem;height:2.6875rem;top:0.6875rem;left:8.6562505364419rem; }
 }@media only screen and (max-width: 763px) { #EzLW6NidVxeiUvPIGvG6fZ8TsVxX1fk3 { display:flex;width:2.8125rem;height:2.8125rem;top:10.66250038147rem;left:8.5937505364419rem; }
 }@media only screen and (max-width: 763px) { #hnXMw036S1cXmo8Dl0vJEdu7VEL3iUK4 { width:20rem;height:5.84765625rem;top:14.28750038147rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO22E6DpDyU0IWsLsATJbiPkHnKshUBW { display:flex;width:2.8125rem;height:2.8125rem;top:21.512499809265rem;left:8.5937505364419rem; }
 }@media only screen and (max-width: 763px) { #MTWRE9aywEWOGfianwl5Ev0wQ1dTnp9L { width:20rem;height:5.84765625rem;top:25.200000762939rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZprSM8I7guoiZe1LLsOqdSOXa3GyET2 { width:20rem;height:5.84765625rem;top:35.050001144409rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKR2QZT5XFZI63h16KiXiDHSgwqc9i1N { display:flex;width:2.75rem;height:2.75rem;top:31.050001144409rem;left:8.6250005364419rem; }
 }@media only screen and (max-width: 763px) { #gNyNAezXdwOuciMTOUs83kgJur8iFb8c { display:flex;width:2.75rem;height:2.75rem;top:42.337500572204rem;left:8.6250005364419rem; }
 }@media only screen and (max-width: 763px) { #KkoIqnvvmaFKS4TIPKZu8U2hfc36dEaL { width:20rem;height:5.84765625rem;top:46.02499961853rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwTQuLT5XaqzB5e98BZezLgk7RCTHa1M { display:flex;width:2.75rem;height:2.75rem;top:52.5625rem;left:8.6250005364419rem; }
 }@media only screen and (max-width: 763px) { #aTaesThvnVFIpbMr9SNXT39LkJoZilzL { width:20rem;height:4.38574375rem;top:56.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0dJrpx6q4wDcSS96Ogv2WwIKqkAtNWX { width:20rem;height:5.84765625rem;top:65.950000762938rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxvuig0EzqnSS1Wpa41ntKEH80be4xGA { display:flex;width:2.75rem;height:2.75rem;top:61.700000762939rem;left:8.6250005364419rem; }
 }@media only screen and (max-width: 763px) { #BATK1dq60zMVspT8b8KEMhwJD3QKV6pP { width:19rem;height:4.125rem;top:75.237501144406rem;left:0.49921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLuOcsLqd1MQmzPncV1SPIVTVz7fWhLE { display:block; }
 }@media only screen and (max-width: 763px) { #OzRgXV5r0sMHatuRBpuvEpcfDpCmcpMg { display:block; }#OzRgXV5r0sMHatuRBpuvEpcfDpCmcpMg > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UJ43W3nStTdxJxNOUbm0SuRvwUsRp1ds { width:20rem;height:3.8984375rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KImWTzIBRboyzN9CiaiCKwo54PtfJKXV { width:20rem;height:14.625rem;top:6.3984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgDTxRZKqrOiwzBOWngZC2wcBZK6ibfc { width:16.8125rem;height:5.5234375rem;top:13.0859375rem;left:1.59375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITRtywncKAKrc8ipuk2sMhM1XqAVdyDI { width:20rem;height:14.625rem;top:22.2734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TInIgxvRPvWdMgPgtWHmfVD8okefq6QT { width:16.9375rem;height:6.499rem;top:28.5859375rem;left:1.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m53lzayAU5rAkgfr0IQGbQUBsB8Dtnky { width:20rem;height:14.625rem;top:38.3984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDZ6OTRpk5y60PNWSL6Vr05NsLzHluZc { width:16.6875rem;height:7.7988125rem;top:44.6484375rem;left:1.6562500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFJKfklKpdNqvMrh9XVQzSxxaX89G8Pv { display:flex;width:4.625rem;height:4.625rem;top:23.135937690735rem;left:7.6875005364419rem; }
 }@media only screen and (max-width: 763px) { #vrgiIKUekQ285vrGppI1Mwp9eQhed1UT { display:flex;width:4rem;height:4rem;top:39.323437690735rem;left:8.0000005364419rem; }
 }@media only screen and (max-width: 763px) { #qVimU1rm2EUo3ozv9fwTZK5dTgTFetB5 { display:flex;width:4.1875rem;height:4.1875rem;top:7.82265663147rem;left:7.9062505364419rem; }
 }@media only screen and (max-width: 763px) { #kLMEGemlMECasTiJfZxXBMPQfJukfpg2 { display:block; }#kLMEGemlMECasTiJfZxXBMPQfJukfpg2 > .row .container { width:20rem;height:64.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kBcdGSdM9SBQUKuwxI35xvAAi7mQ1LiT { width:20rem;height:3.8984375rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XEfRMQTC7PgxbusPKkiIbThJ2bOdf6ba { width:17rem;height:15.5rem;top:5.8343753814697rem;left:1.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLS5PTIOVTebrmTsyxulSinrfXBO6Oex { width:20.0625rem;height:31.25rem;top:22.332824707031rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D27UCtTKVzDCnc6Eo1LLPEWTzMfpLVRt { width:17.875rem;height:4.142575rem;top:25.370312690735rem;left:1.0617187619209rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTylPlgMf6XtleydhHhDWo3k2Ntsk2P2 { display:flex;width:2.1875rem;height:2.1875rem;top:22.86953163147rem;left:8.9062505364419rem; }
 }@media only screen and (max-width: 763px) { #cgoda42oZgbrGxX1LAEMkpZuA4ePgSmB { width:18.9375rem;height:4.142575rem;top:32.26406288147rem;left:0.53046876192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETtFSxT7K0RKddOTa1SqS5Me0f4QppZp { display:flex;width:2.1875rem;height:2.1875rem;top:30.07656288147rem;left:8.9062505364419rem; }
 }@media only screen and (max-width: 763px) { #JixQhnySS5z3Ayc5QwiQxKihM1UErcKv { width:19.375rem;height:4.142575rem;top:39.1328125rem;left:0.43671876192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7RgUvaMK4q8AALotT7p45v5H6Gz0Pp0 { display:flex;width:2.1875rem;height:2.1875rem;top:36.9453125rem;left:8.9375005364419rem; }
 }@media only screen and (max-width: 763px) { #xLWW9pKopDTaKQNHIMUGUTrKk2qlqcOF { width:19.1875rem;height:4.142575rem;top:48.051563262939rem;left:0.40546876192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9BWw4xhwTQeXOW2EOE02eSygQfpWHlh { display:flex;width:2.25rem;height:2.25rem;top:44.10781288147rem;left:8.8750005364419rem; }
 }@media only screen and (max-width: 763px) { #nRSbVvxcLoKezSneaDdVknrHFpGg68eu { width:19rem;height:4.125rem;top:56.8203125rem;left:0.49921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #srJ9WtfmiOfnWuZitxTTRVGQH6ZoIyte { display:block; }
 }@media only screen and (max-width: 763px) { #vVb9TvQmhCeaWQv2IdFzXkfHbSuSUnLA { display:block; }#vVb9TvQmhCeaWQv2IdFzXkfHbSuSUnLA > .row .container { width:20rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrLBo9lXfaZuiuNZ72BNsRIwd8pbLpKU { width:11.5rem;height:12.125rem;top:1.0625rem;left:4.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua7G9KyMtbuNkBZRdyPzI8z2kCgI87uv { width:18rem;height:4.5rem;top:14.375rem;left:0.99921876192094rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v35JsguhFNAodIpSgwVUifegigpELoXs { width:18.25rem;height:22.75rem;top:20.3125rem;left:0.87421876192094rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO { display:block; }#k1nMMGVfGduNBwJaFUXIrINMXG9fIWhO > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LzK6lVVn9PZ7CgA2VLbbuqq7WHEFegSI { width:9.75rem;height:10.4375rem;top:1.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxgct61foIL02Tnn8CM8lZT20TKH5O4c { width:16.9375rem;height:3.75rem;top:13rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmJSWDVT9Ly2a4narys4NfRUT0hX9unM { width:18.4375rem;height:14.297875rem;top:18.4375rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1o4ReS4zwP1PsruqB3VE0968Q9GF46U { display:block; }#X1o4ReS4zwP1PsruqB3VE0968Q9GF46U > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aJneCPB3N1uKzDUGyLGwRfmoJ4Kbot05 { width:12.5rem;height:1.95rem;top:1.25rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds1kfsXAlshgOlUOga3IAAmil0okyq6a { width:15.3125rem;height:3.3125rem;top:4.26171875rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxhTrptRsfPenpTwQdOgkDwIUEBvof9F { display:block; }#HxhTrptRsfPenpTwQdOgkDwIUEBvof9F > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cckz28ZfsZ1vBhWG4eBguHwatzdpRu15 { width:12.5rem;height:1.95rem;top:1.25rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8bXKfGSVzqorwNixrPKeSV6xRnfrg41 { width:14rem;height:2.5rem;top:4.26171875rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRVl2mbDXz1JJbKBPTrfw49u9o9M2xoh { width:17rem;height:2.75rem;top:8.01171875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruv04lFiDrQ4E6XNbPFBwwxR8SgoEfGK { display:block; }#ruv04lFiDrQ4E6XNbPFBwwxR8SgoEfGK > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U5MQ8SWkabxt0U1N71L2EOyP92A9Bzwd { width:18.75rem;height:28.25rem;top:4.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiV6cEwo8iC9mmOM3fquTf1adLvcwQRG { width:20rem;height:48.875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEuA4ZbGrx60GvBSM0GpIBssz22Gc5vy { width:20rem;height:2.1125rem;top:1.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:13.8125rem;height:3rem;top:2.28125rem;left:3.09375rem;display:block; }
 }