.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,215,215;--color-primary-1:255,136,136;--color-primary-2:255,57,57;--color-primary-3:255,79,47;--color-primary-4:254,67,25;--color-secondary-0:218,225,241;--color-secondary-1:131,154,208;--color-secondary-2:7,53,160;--color-secondary-3:4,27,80;--color-secondary-4:1,8,24;--color-tertiary-0:255,255,255;--color-tertiary-1:228,228,228;--color-tertiary-2:193,193,193;--color-tertiary-3:153,153,153;--color-tertiary-4:0,0,0;--headlines-font-family:"roboto";--paragraphs-font-family:"roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row .container { background-color: transparent; background-image: none; }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row .container > .video-iframe-container { display: none; }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row > .video-iframe-container { display: none; }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .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); }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row .container { border-width: 0; border-radius: 0; }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#DXmN5Cha3dzIWV6sttLKbVR5frNf8bQc { color:rgba(var(--color-primary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.28125rem;left:14.34375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { background-color: transparent; background-image: none; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container > .video-iframe-container { display: none; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row > .video-iframe-container { display: none; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .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); }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { border-width: 0; border-radius: 0; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:60rem;position:relative;display:block; }#BbueTVQfsaC5nnHUn90Hk6DuVqgW5IB1 { 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:31.5rem;width:32.8125rem;top:12.6875rem;left:27.067452830189rem;overflow:hidden;display:block; }
#EfSqZAEzxe2TrfTsgNXwMFoZAoMfUtUg { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.175001144409rem;left:7.4296884536744rem;display:block; }
#ABIVnksDzQaTehpocP1i4y85JHzVOJ7M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Leqopc55fXQTN0JyIapZ3q16yAbexC4v { color:rgba(var(--color-tertiary-0),1);display:block;width:55.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:9.574999809265rem;left:6.4117193222044rem;height:3.1625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTpTC06VReOH14PfTW43qvUJ1R20Z3iS { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.6875rem;left:4.0992193222046rem;height:6.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#adWsEBsWgEWbTboqpRxru7FFmVH0Ru2G { color:rgba(var(--color-primary-0),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:35.59375rem;left:4.0992193222046rem;height:1.3rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#l56Q4sT0cGLT1TmSJqIB0TJKfIQR0TG9 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(91deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(91deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(91deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(91deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(91deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-tertiary-0),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.875rem;width:41rem;top:22.857031822204rem;left:4.0992193222046rem;display:block; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu .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; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.54625rem;padding-right:0.4775rem;padding-bottom:0.54625rem;padding-left:0.4775rem;display:block;align-items:center;width:2.865rem;min-width:2.865rem;height:2.936875rem;position:relative;font-family:var(--headlines-font-family);font-size:2.185625rem;font-weight:700;line-height:46.99px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu .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.34125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.82rem;height:1.16125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.819375rem;font-weight:400;line-height:18.58px;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; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu { 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-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:19.25rem;height:5.53125rem;padding-top:0.683125rem;padding-right:0.6825rem;padding-bottom:0.683125rem;padding-left:0.6825rem;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:22.844531059265rem;left:8.6265630722044rem;z-index:15016; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #TEIPCWyoB7sWihc2FT6EQdiJdJ0Nuvqn { display:flex;position:relative;top:0rem;left:0rem; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #CooivobrmzAT9x6CDOIDO2wNqkgGLUXx { width:auto; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #T0SyyspVIebnTKZ4yL0bBGkqPARyiaPL {  }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #uvK17JPpuQEambOyHRCHOCI0x532U9ze { display:flex;position:relative;top:0rem;left:0rem; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #OltbRVmIJkiKGPN9QXi29EhFUarpuL53 {  }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #JRhriSmvFqCchCysZrIdA1pDx9rSc56E {  }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #nK9oK9JGmsQ0ZlOcfQ8bgMkzzwIrnxiO { display:flex;position:relative;top:0rem;left:0rem; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #IiO7JfwQvv0EsmNlWyCmusTqkuXgmdVl {  }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #czbz52weJvBJEiS2pRnSTlgez2Q3IP3K {  }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #r5TrBKHx4GRzVRFXyEttSkRbaR8tKEUf { display:flex;position:relative;top:0rem;left:0rem; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #mD1eFASD1EbOibmr1sbAhtFPesxSNLbG {  }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #yt0US3qTVSKRtyTAGOUQ1uzDs19JetX7 {  }
#kCIVUou4OxRF8XCISIJuT2hgrGgpe3eF { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:32.300001144409rem;left:27.791407585144rem; }
#BqM5CSdo2egaf4qDF2ly7kR6eKA39sFH { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:32.300001144409rem;left:4.9617185592651rem; }
#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container { background-color: transparent; background-image: none; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container > .video-iframe-container { display: none; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row > .video-iframe-container { display: none; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .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); }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container { border-width: 0; border-radius: 0; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:60rem;position:relative;display:block; }#VP0bF1p9PqcxVH13k9TpwZVduK8v6TUD { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(147deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(147deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(147deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(147deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(147deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9375rem;width:52.6875rem;top:11.84375rem;left:6.3992195129394rem;display:block; }
#IZmJFKuQXTqH3mfL9wTdZzWbdG6T9JEw { color:rgba(var(--color-tertiary-1),1);display:block;width:55.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:1.9492044448852rem;left:4.0992193222046rem;height:36.216775rem;display:block; }
#WVTkPpFncOmI5AcCVFbLx1QS8TND897o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container { background-color: transparent; background-image: none; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container > .video-iframe-container { display: none; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row > .video-iframe-container { display: none; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .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); }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container { border-width: 0; border-radius: 0; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container { font-size:0.875rem;font-family:arial;height:53.5rem;width:60rem;position:relative;display:block; }#arxSgMPBf9QL8uEblCBmPQTJNQ9256PT { color:rgba(var(--color-tertiary-0),1);display:block;width:40.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:4.2242193222046rem;height:2.4375rem;display:block; }
#tDdXGv4X0EglJnzk7kDZ64mpKrgDvtpZ { color:rgba(var(--color-tertiary-0),1);display:block;width:47.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.31484413147rem;left:4.0992193222046rem;height:39.2314375rem;display:block; }
#VgnMSVZp8E9Bk9Dy0nUhgIvVnUmWlTJv { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.0625rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:49.261720657349rem;left:18.956252098084rem;display:block; }
#TBge6su0iTsVq0cd0ChaX44qLPq9Oaod { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f141b;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; }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .row .container { background-color: transparent; background-image: none; }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .row .container > .video-iframe-container { display: none; }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .row > .video-iframe-container { display: none; }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .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); }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .row .container { border-width: 0; border-radius: 0; }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:60rem;position:relative;display:block; }#tTEQglvb5NOJVMWO8AGNbWIk4EGsU2uU { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(147deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(147deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(147deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(147deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(147deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:47.0625rem;top:11.900000572204rem;left:12.796094894409rem;display:block; }
#DyUUiUwQQnct87TC45M4xehXkuzkvylb { color:rgba(var(--color-tertiary-0),1);display:block;width:52rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.2984371185302rem;left:4.0992193222046rem;height:;display:block; }
#rJzHJhgoitU3lhrAWuEUszlkousWNaPo { color:rgba(var(--color-tertiary-0),1);display:block;width:54.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.9875001907349rem;left:4rem;height:;display:block; }
#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row .container { background-color: transparent; background-image: none; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row .container > .video-iframe-container { display: none; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row > .video-iframe-container { display: none; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .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); }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row .container { border-width: 0; border-radius: 0; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:60rem;position:relative;display:block; }#ElNNfpa7ICUSemIJUoKTT7b8xFcoc8Ld { color:rgba(var(--color-tertiary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.19921875rem;left:2.9742193222046rem;height:2.4375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#M9WuK6cvan6rBdekLxUlgyWLLoghTri0 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:6.5625rem;left:4.0992193222046rem;height:7.7607375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cTVW1evDoQrv12I6lN8xcBRXvzEv9Tos { color:rgba(var(--color-tertiary-0),1);display:block;width:52.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.21249961853rem;left:4.0992193222046rem;height:2.4375rem;display:block; }
#UJIZi61q5RZE1qUVzBamrD5917Tvzed0 { color:rgba(var(--color-tertiary-0),1);display:block;width:53.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.875rem;left:4.0992193222046rem;height:22.418rem;display:block; }
#gIEFGsWndaRP1PT2oG4ft62pxF2Oheiv { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:46.0859375rem;left:19.342970848084rem;display:block; }
#eWaWDfwp38i3SLyWO2rdpI8Ft3fsSo3U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row .container { background-color: transparent; background-image: none; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row .container > .video-iframe-container { display: none; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row > .video-iframe-container { display: none; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .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); }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row .container { border-width: 0; border-radius: 0; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row .container { font-size:0.875rem;font-family:arial;height:63.1875rem;width:60rem;position:relative;display:block; }#XHTFBX2LX6y0v4iwkTlUqPX6ETiWigZr { color:rgba(var(--color-tertiary-0),1);display:block;width:45.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:4.0992193222046rem;height:2.4375rem;display:block; }
#E7VG76fu0TdrpEHZxPbmgEPayPfE0ZD4 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.9351568222046rem;left:4.1250009536743rem;height:54.17675rem;display:block; }
#RRWZTC0pkJcTiOTXk7QfaTugRy1makdq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#RRWZTC0pkJcTiOTXk7QfaTugRy1makdq > .row .container { background-color: transparent; background-image: none; }#RRWZTC0pkJcTiOTXk7QfaTugRy1makdq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRWZTC0pkJcTiOTXk7QfaTugRy1makdq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRWZTC0pkJcTiOTXk7QfaTugRy1makdq > .row .container > .video-iframe-container { display: none; }#RRWZTC0pkJcTiOTXk7QfaTugRy1makdq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RRWZTC0pkJcTiOTXk7QfaTugRy1makdq > .row > .video-iframe-container { display: none; }#RRWZTC0pkJcTiOTXk7QfaTugRy1makdq > .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); }#RRWZTC0pkJcTiOTXk7QfaTugRy1makdq > .row .container { border-width: 0; border-radius: 0; }#RRWZTC0pkJcTiOTXk7QfaTugRy1makdq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RRWZTC0pkJcTiOTXk7QfaTugRy1makdq > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:60rem;position:relative;display:block; }#fSb4BP030hBLqTrKqyhwTGwV5yHhXSee { box-sizing:content-box;height:14.125rem;width:14.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.3000164031981rem;left:5.0054693222046rem;display:block; }
#W5Cyx8TbagfBSUCH7D5DfHGvGddsR2h3 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:12.375rem;top:7.300000190735rem;left:23.812501907349rem;overflow:hidden;display:block; }
#FO8rIEVM4p8Giag0JafL5NqJTn0WoRnV { box-sizing:content-box;height:17.6875rem;width:13.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.75rem;left:23.31875038147rem;display:block; }
#EaGOWTmLobq7APklTlJIRZWQEg1t4lnW { box-sizing:content-box;height:14.25rem;width:13.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.75rem;left:44.47500038147rem;display:block; }
#n1o85meZxPG4CKtXsHUe2rkfIXv3Gido { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.87500047683719rem;left:4.0992193222046rem;height:2.4375rem;display:block; }
#yMSK8MNdIUTcu4FKItZw8pBnQKZC5IBV { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:22.431266784668rem;left:5.0054693222046rem;height:1.54375rem;display:block; }
#qRF6eVtxOOmJe2Xpv7wk3hLGZVhmcIVd { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.425000190735rem;left:44.625001907349rem;height:1.54375rem;display:block; }
#MTHQPmTIpB85rAm8AmHrPeViW4i8Gl1C { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:13.1875rem;top:7.7687664031981rem;left:5.4742193222046rem;overflow:hidden;display:block; }
#EBQvKAfuTksUresAoPkBKJRIlNqly1Po { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:12.875rem;top:7.46875rem;left:44.97500038147rem;overflow:hidden;display:block; }
#gauOHWTP1xUUFyELlWhoMQhq9eRpkv2i { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:23.925016403198rem;left:4.7554693222046rem;height:0.975rem;display:block; }
#BHBK7iZzom5bBhKG7pZsgyNDQ6S0Sdbv { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:25.981250762939rem;left:23.31875038147rem;height:0.975rem;display:block; }
#NWbL555nSuN8z75bbNqdoZbTTLcIE06h { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:23rem;left:44.75625038147rem;height:0.975rem;display:block; }
#tZfgUd5PFUduXvlE83IX9Uc8D7ZGGZXE { color:rgba(var(--color-tertiary-4),1);display:block;width:56.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:30.375rem;left:5.0054693222046rem;height:3.736325rem;text-align:center;text-align-last:center;display:block; }
#l4mSEwH2DxcvN3zK8BG3UPJU0TMNcULR { color:rgba(var(--color-tertiary-4),1);display:block;width:25.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:24.4375rem;left:23.31875038147rem;height:1.54375rem;display:block; }
#ebQp4ZUG131AUvTR3l7TXcgfgbqX7Ii1 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.0625rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:38.025016784668rem;left:12.968750953674rem;display:block; }
#u1v98FTezBTLqzbrmRwA5vwbUwZwlkKP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fXNBqfrk9h2Nqd4T3oVLQmWLNe4Z35f7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fXNBqfrk9h2Nqd4T3oVLQmWLNe4Z35f7 > .row .container { background-color: transparent; background-image: none; }#fXNBqfrk9h2Nqd4T3oVLQmWLNe4Z35f7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXNBqfrk9h2Nqd4T3oVLQmWLNe4Z35f7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXNBqfrk9h2Nqd4T3oVLQmWLNe4Z35f7 > .row .container > .video-iframe-container { display: none; }#fXNBqfrk9h2Nqd4T3oVLQmWLNe4Z35f7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fXNBqfrk9h2Nqd4T3oVLQmWLNe4Z35f7 > .row > .video-iframe-container { display: none; }#fXNBqfrk9h2Nqd4T3oVLQmWLNe4Z35f7 > .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); }#fXNBqfrk9h2Nqd4T3oVLQmWLNe4Z35f7 > .row .container { border-width: 0; border-radius: 0; }#fXNBqfrk9h2Nqd4T3oVLQmWLNe4Z35f7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fXNBqfrk9h2Nqd4T3oVLQmWLNe4Z35f7 > .row .container { font-size:0.875rem;font-family:arial;height:122.4375rem;width:60rem;position:relative;display:block; }#CoXWk7ylloSOfAbLg0CBudM5hk9DrUp0 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7109355926514rem;left:4.0992193222046rem;height:;display:block; }
#v4sl5S3F2RRbHhPOgmfI6o4BBmEpMcxI { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.7124996185302rem;left:66.475000381469rem;display:block; }
#Iexvk3NmWCbXN9y793dpmrcxkkvf6imD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#McTCMVsgIhZDBL9z366VvmT8JqUFTd3J { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5625rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:117.96248626709rem;left:18.718751907349rem;display:block; }
#DaxcaUmnv0taVQGToElKdw2cSEddCKAv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw { display:block; }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXmN5Cha3dzIWV6sttLKbVR5frNf8bQc { top:1.25rem;left:8.21875rem;width:31.3125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdCqxBg9BpsxXignxUOrZdKN96PwAmfE { display:block; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbueTVQfsaC5nnHUn90Hk6DuVqgW5IB1 { width:32.8125rem;height:31.5rem;top:12.6875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfSqZAEzxe2TrfTsgNXwMFoZAoMfUtUg { width:19.6875rem;height:3.75rem;top:31.125rem;left:1.3046884536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABIVnksDzQaTehpocP1i4y85JHzVOJ7M { display:block; }
 }@media only screen and (max-width: 763px) { #Leqopc55fXQTN0JyIapZ3q16yAbexC4v { top:9.5625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTpTC06VReOH14PfTW43qvUJ1R20Z3iS { top:1.6875rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #adWsEBsWgEWbTboqpRxru7FFmVH0Ru2G { top:35.5625rem;left:0rem;width:27.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l56Q4sT0cGLT1TmSJqIB0TJKfIQR0TG9 { width:41rem;height:6.875rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu .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; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu .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; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu { display:flex;width:19.25rem;height:5.5rem;top:22.8125rem;left:2.5015630722046rem; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #TEIPCWyoB7sWihc2FT6EQdiJdJ0Nuvqn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #CooivobrmzAT9x6CDOIDO2wNqkgGLUXx {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #T0SyyspVIebnTKZ4yL0bBGkqPARyiaPL {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #uvK17JPpuQEambOyHRCHOCI0x532U9ze { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #OltbRVmIJkiKGPN9QXi29EhFUarpuL53 {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #JRhriSmvFqCchCysZrIdA1pDx9rSc56E {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #nK9oK9JGmsQ0ZlOcfQ8bgMkzzwIrnxiO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #IiO7JfwQvv0EsmNlWyCmusTqkuXgmdVl {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #czbz52weJvBJEiS2pRnSTlgez2Q3IP3K {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #r5TrBKHx4GRzVRFXyEttSkRbaR8tKEUf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #mD1eFASD1EbOibmr1sbAhtFPesxSNLbG {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #yt0US3qTVSKRtyTAGOUQ1uzDs19JetX7 {  }
 }@media only screen and (max-width: 763px) { #kCIVUou4OxRF8XCISIJuT2hgrGgpe3eF { width:1.5rem;height:1.5rem;top:32.25rem;left:21.666407585144rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqM5CSdo2egaf4qDF2ly7kR6eKA39sFH { width:1.5rem;height:1.5rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf { display:block; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VP0bF1p9PqcxVH13k9TpwZVduK8v6TUD { top:11.8125rem;left:0rem;width:47.75rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZmJFKuQXTqH3mfL9wTdZzWbdG6T9JEw { top:1.9375rem;left:0rem;width:47.75rem;height:36.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVTkPpFncOmI5AcCVFbLx1QS8TND897o { display:block; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arxSgMPBf9QL8uEblCBmPQTJNQ9256PT { top:2.0625rem;left:0rem;width:40.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDdXGv4X0EglJnzk7kDZ64mpKrgDvtpZ { top:6.3125rem;left:0rem;width:47.4375rem;height:39.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgnMSVZp8E9Bk9Dy0nUhgIvVnUmWlTJv { width:25.0625rem;height:3.125rem;top:49.25rem;left:12.831252098084rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBge6su0iTsVq0cd0ChaX44qLPq9Oaod { display:block; }
 }@media only screen and (max-width: 763px) { #umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 { display:block; }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTEQglvb5NOJVMWO8AGNbWIk4EGsU2uU { top:11.875rem;left:0.6875rem;width:47.0625rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyUUiUwQQnct87TC45M4xehXkuzkvylb { top:2.25rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJzHJhgoitU3lhrAWuEUszlkousWNaPo { top:5.9375rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd { display:block; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElNNfpa7ICUSemIJUoKTT7b8xFcoc8Ld { top:2.1875rem;left:0rem;width:35rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9WuK6cvan6rBdekLxUlgyWLLoghTri0 { top:6.5625rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTVW1evDoQrv12I6lN8xcBRXvzEv9Tos { top:16.1875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJIZi61q5RZE1qUVzBamrD5917Tvzed0 { top:19.875rem;left:0rem;width:47.75rem;height:22.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIEFGsWndaRP1PT2oG4ft62pxF2Oheiv { width:21.3125rem;height:3.4375rem;top:46.0625rem;left:13.217970848084rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWaWDfwp38i3SLyWO2rdpI8Ft3fsSo3U { display:block; }
 }@media only screen and (max-width: 763px) { #MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh { display:block; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XHTFBX2LX6y0v4iwkTlUqPX6ETiWigZr { top:2rem;left:0rem;width:45.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7VG76fu0TdrpEHZxPbmgEPayPfE0ZD4 { top:5.875rem;left:0rem;width:47.75rem;height:54.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRWZTC0pkJcTiOTXk7QfaTugRy1makdq { display:block; }#RRWZTC0pkJcTiOTXk7QfaTugRy1makdq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSb4BP030hBLqTrKqyhwTGwV5yHhXSee { top:7.25rem;left:1.75rem;width:14.125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5Cyx8TbagfBSUCH7D5DfHGvGddsR2h3 { top:7.25rem;left:17.625001907349rem;width:12.375rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO8rIEVM4p8Giag0JafL5NqJTn0WoRnV { top:6.75rem;left:16.375rem;width:13.5rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaGOWTmLobq7APklTlJIRZWQEg1t4lnW { top:6.75rem;left:33.875rem;width:13.75rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1o85meZxPG4CKtXsHUe2rkfIXv3Gido { top:0.875rem;left:0rem;width:26rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMSK8MNdIUTcu4FKItZw8pBnQKZC5IBV { top:22.375rem;left:2.9429693222046rem;width:6.125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRF6eVtxOOmJe2Xpv7wk3hLGZVhmcIVd { top:21.375rem;left:32.25rem;width:15.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTHQPmTIpB85rAm8AmHrPeViW4i8Gl1C { top:7.75rem;left:2.6875rem;width:13.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBQvKAfuTksUresAoPkBKJRIlNqly1Po { top:7.4375rem;left:34.66250038147rem;width:12.875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gauOHWTP1xUUFyELlWhoMQhq9eRpkv2i { top:23.875rem;left:1.25rem;width:14.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHBK7iZzom5bBhKG7pZsgyNDQ6S0Sdbv { top:25.9375rem;left:14.3125rem;width:17.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWbL555nSuN8z75bbNqdoZbTTLcIE06h { top:23rem;left:34.4375rem;width:13.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZfgUd5PFUduXvlE83IX9Uc8D7ZGGZXE { top:30.375rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4mSEwH2DxcvN3zK8BG3UPJU0TMNcULR { top:24.4375rem;left:6.3125rem;width:25.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebQp4ZUG131AUvTR3l7TXcgfgbqX7Ii1 { width:34.0625rem;height:3.4375rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1v98FTezBTLqzbrmRwA5vwbUwZwlkKP { display:block; }
 }@media only screen and (max-width: 763px) { #fXNBqfrk9h2Nqd4T3oVLQmWLNe4Z35f7 { display:block; }#fXNBqfrk9h2Nqd4T3oVLQmWLNe4Z35f7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CoXWk7ylloSOfAbLg0CBudM5hk9DrUp0 { top:1.6875rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4sl5S3F2RRbHhPOgmfI6o4BBmEpMcxI { width:21.3125rem;height:3.4375rem;top:2.3125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iexvk3NmWCbXN9y793dpmrcxkkvf6imD { display:block; }
 }@media only screen and (max-width: 763px) { #McTCMVsgIhZDBL9z366VvmT8JqUFTd3J { width:22.5625rem;height:3.4375rem;top:117.9375rem;left:12.593751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaxcaUmnv0taVQGToElKdw2cSEddCKAv { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw { display:block; }#nIBL1Vx5D9AkbQbHPylBFLUKQNxJB9xw > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXmN5Cha3dzIWV6sttLKbVR5frNf8bQc { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KdCqxBg9BpsxXignxUOrZdKN96PwAmfE { display:block; }#KdCqxBg9BpsxXignxUOrZdKN96PwAmfE > .row .container { width:20rem;height:49.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbueTVQfsaC5nnHUn90Hk6DuVqgW5IB1 { width:15.6865rem;height:15.0615rem;top:34.443359375rem;left:2.1552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfSqZAEzxe2TrfTsgNXwMFoZAoMfUtUg { width:14.0625rem;height:2.4375rem;top:28.4267578125rem;left:3.810546875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABIVnksDzQaTehpocP1i4y85JHzVOJ7M { display:block; }
 }@media only screen and (max-width: 763px) { #Leqopc55fXQTN0JyIapZ3q16yAbexC4v { width:19.0625rem;height:3.298825rem;top:15.492625rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTpTC06VReOH14PfTW43qvUJ1R20Z3iS { width:20rem;height:12.9980625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #adWsEBsWgEWbTboqpRxru7FFmVH0Ru2G { width:20rem;height:1.29980625rem;top:31.58203125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l56Q4sT0cGLT1TmSJqIB0TJKfIQR0TG9 { width:20rem;height:5.56206875rem;top:20.04340625rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu .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; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu .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; }
#QewLhtl4f0XCAJJkito2lnVU9yZWSQTu { display:flex;width:18rem;height:5.0625rem;top:20.030384780884rem;left:0.750875rem; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #TEIPCWyoB7sWihc2FT6EQdiJdJ0Nuvqn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #CooivobrmzAT9x6CDOIDO2wNqkgGLUXx {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #T0SyyspVIebnTKZ4yL0bBGkqPARyiaPL {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #uvK17JPpuQEambOyHRCHOCI0x532U9ze { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #OltbRVmIJkiKGPN9QXi29EhFUarpuL53 {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #JRhriSmvFqCchCysZrIdA1pDx9rSc56E {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #nK9oK9JGmsQ0ZlOcfQ8bgMkzzwIrnxiO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #IiO7JfwQvv0EsmNlWyCmusTqkuXgmdVl {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #czbz52weJvBJEiS2pRnSTlgez2Q3IP3K {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #r5TrBKHx4GRzVRFXyEttSkRbaR8tKEUf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #mD1eFASD1EbOibmr1sbAhtFPesxSNLbG {  }
 }@media only screen and (max-width: 763px) { #QewLhtl4f0XCAJJkito2lnVU9yZWSQTu #yt0US3qTVSKRtyTAGOUQ1uzDs19JetX7 {  }
 }@media only screen and (max-width: 763px) { #kCIVUou4OxRF8XCISIJuT2hgrGgpe3eF { width:1.499025rem;height:1.499025rem;top:28.8955078125rem;left:17.810546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqM5CSdo2egaf4qDF2ly7kR6eKA39sFH { width:1.499025rem;height:1.499025rem;top:28.8955078125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf { display:block; }#wiNZpRc8Ib0aCkHPTU5PueLbrsXxeQaf > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VP0bF1p9PqcxVH13k9TpwZVduK8v6TUD { width:20rem;height:0.625rem;top:36.7021484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZmJFKuQXTqH3mfL9wTdZzWbdG6T9JEw { width:20rem;height:34.1963125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WVTkPpFncOmI5AcCVFbLx1QS8TND897o { display:block; }#WVTkPpFncOmI5AcCVFbLx1QS8TND897o > .row .container { width:20rem;height:71.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arxSgMPBf9QL8uEblCBmPQTJNQ9256PT { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDdXGv4X0EglJnzk7kDZ64mpKrgDvtpZ { width:20rem;height:56.0449375rem;top:9.810125rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VgnMSVZp8E9Bk9Dy0nUhgIvVnUmWlTJv { width:19.749375rem;height:3.125rem;top:67.1148125rem;left:0.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBge6su0iTsVq0cd0ChaX44qLPq9Oaod { display:block; }
 }@media only screen and (max-width: 763px) { #umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 { display:block; }#umzJQkSgvsUbQ8kcgfzyax2Jy2xJTzW4 > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTEQglvb5NOJVMWO8AGNbWIk4EGsU2uU { width:20rem;height:0.75rem;top:41.7314453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyUUiUwQQnct87TC45M4xehXkuzkvylb { width:20rem;height:7.472625rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rJzHJhgoitU3lhrAWuEUszlkousWNaPo { width:20rem;height:31.7588125rem;top:9.972875rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd { display:block; }#aZEuI3AJM1pcCLdg0ykSPKfgoRNCyAcd > .row .container { width:20rem;height:90.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElNNfpa7ICUSemIJUoKTT7b8xFcoc8Ld { width:20rem;height:5.2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M9WuK6cvan6rBdekLxUlgyWLLoghTri0 { width:20rem;height:20.695325rem;top:7.6964rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cTVW1evDoQrv12I6lN8xcBRXvzEv9Tos { width:20rem;height:7.3125rem;top:29.649525rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UJIZi61q5RZE1qUVzBamrD5917Tvzed0 { width:20rem;height:46.704125rem;top:38.20965rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gIEFGsWndaRP1PT2oG4ft62pxF2Oheiv { width:20rem;height:3.4375rem;top:86.1719rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWaWDfwp38i3SLyWO2rdpI8Ft3fsSo3U { display:block; }
 }@media only screen and (max-width: 763px) { #MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh { display:block; }#MH3Tsl0JvKzbiWrQCNNc6WsT3zTH1JSh > .row .container { width:20rem;height:107.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XHTFBX2LX6y0v4iwkTlUqPX6ETiWigZr { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E7VG76fu0TdrpEHZxPbmgEPayPfE0ZD4 { width:20rem;height:97.144375rem;top:9.810125rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RRWZTC0pkJcTiOTXk7QfaTugRy1makdq { display:block; }#RRWZTC0pkJcTiOTXk7QfaTugRy1makdq > .row .container { width:20rem;height:85.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSb4BP030hBLqTrKqyhwTGwV5yHhXSee { width:14.124375rem;height:14.124375rem;top:7.2102875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5Cyx8TbagfBSUCH7D5DfHGvGddsR2h3 { width:12.374rem;height:16.624rem;top:27.673828125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO8rIEVM4p8Giag0JafL5NqJTn0WoRnV { width:13.499rem;height:17.6865rem;top:27.142578125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaGOWTmLobq7APklTlJIRZWQEg1t4lnW { width:13.75rem;height:14.249rem;top:50.5966796875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1o85meZxPG4CKtXsHUe2rkfIXv3Gido { width:20rem;height:4.7109375rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yMSK8MNdIUTcu4FKItZw8pBnQKZC5IBV { width:6.12413125rem;height:1.54375rem;top:22.341604638672rem;left:2.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRF6eVtxOOmJe2Xpv7wk3hLGZVhmcIVd { width:8.6875rem;height:1.54296875rem;top:65.6337890625rem;left:0.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MTHQPmTIpB85rAm8AmHrPeViW4i8Gl1C { width:13.186875rem;height:13.186875rem;top:7.6790375rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBQvKAfuTksUresAoPkBKJRIlNqly1Po { width:12.874rem;height:12.874rem;top:51.2822265625rem;left:3.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gauOHWTP1xUUFyELlWhoMQhq9eRpkv2i { width:14.624rem;height:0.9746125rem;top:23.8837890625rem;left:0.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BHBK7iZzom5bBhKG7pZsgyNDQ6S0Sdbv { width:13.3115rem;height:0.9746125rem;top:47.1845703125rem;left:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWbL555nSuN8z75bbNqdoZbTTLcIE06h { width:13.1865rem;height:0.9746125rem;top:67.1767578125rem;left:2.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZfgUd5PFUduXvlE83IX9Uc8D7ZGGZXE { width:20rem;height:7.472625rem;top:70.4833984375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l4mSEwH2DxcvN3zK8BG3UPJU0TMNcULR { width:6.186525rem;height:1.54296875rem;top:45.6416015625rem;left:2.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebQp4ZUG131AUvTR3l7TXcgfgbqX7Ii1 { width:19.8730625rem;height:3.4375rem;top:80.0810546875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1v98FTezBTLqzbrmRwA5vwbUwZwlkKP { display:block; }
 }@media only screen and (max-width: 763px) { #fXNBqfrk9h2Nqd4T3oVLQmWLNe4Z35f7 { display:block; }#fXNBqfrk9h2Nqd4T3oVLQmWLNe4Z35f7 > .row .container { width:20rem;height:200.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CoXWk7ylloSOfAbLg0CBudM5hk9DrUp0 { width:20rem;height:192.420625rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v4sl5S3F2RRbHhPOgmfI6o4BBmEpMcxI { width:18.9995625rem;height:3.4375rem;top:200.88980865479rem;left:1.0004341006279rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iexvk3NmWCbXN9y793dpmrcxkkvf6imD { display:block; }
 }@media only screen and (max-width: 763px) { #McTCMVsgIhZDBL9z366VvmT8JqUFTd3J { width:18.9995625rem;height:3.4375rem;top:194.953125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaxcaUmnv0taVQGToElKdw2cSEddCKAv { display:block; }
 }