.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,248,222;--color-primary-1:255,235,155;--color-primary-2:255,222,89;--color-primary-3:229,178,0;--color-primary-4:51,44,18;--color-secondary-0:217,217,217;--color-secondary-1:128,128,128;--color-secondary-2:0,0,0;--color-secondary-3:0,0,0;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/cAjsV_SSPug/unsplash/pascal-bullan-cAjsV_SSPug-photo-1711574015822-e7627a1989b5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,37,40,0.63); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(37,37,40,0.63); }#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); }#yizLzTCzcy9OTTbp4uJ19G7UM3gl3pyz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#yizLzTCzcy9OTTbp4uJ19G7UM3gl3pyz > .row .container { background-color: transparent; background-image: none; }#yizLzTCzcy9OTTbp4uJ19G7UM3gl3pyz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yizLzTCzcy9OTTbp4uJ19G7UM3gl3pyz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yizLzTCzcy9OTTbp4uJ19G7UM3gl3pyz > .row .container > .video-iframe-container { display: none; }#yizLzTCzcy9OTTbp4uJ19G7UM3gl3pyz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yizLzTCzcy9OTTbp4uJ19G7UM3gl3pyz > .row > .video-iframe-container { display: none; }#yizLzTCzcy9OTTbp4uJ19G7UM3gl3pyz > .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); }#yizLzTCzcy9OTTbp4uJ19G7UM3gl3pyz > .row .container { border-width: 0; border-radius: 0; }#yizLzTCzcy9OTTbp4uJ19G7UM3gl3pyz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yizLzTCzcy9OTTbp4uJ19G7UM3gl3pyz > .row .container { font-size:0.875rem;font-family:arial;height:89.0625rem;width:60rem;position:relative;display:block; }#SyPC4Tl1BRMScv7XbIGT6HMfl51Ke8Ot { 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:17rem;width:60rem;top:4.5rem;left:0rem;overflow:hidden;display:block; }
#CLmPMsvK4VchQ8bz8FO5EGENukpoX28R { box-sizing:content-box;height:133rem;width:60rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-secondary-2),0.66), rgba(var(--color-secondary-2),0.14));background-image: -moz-linear-gradient(360deg, rgba(var(--color-secondary-2),0.66), rgba(var(--color-secondary-2),0.14));background-image: -ms-linear-gradient(360deg, rgba(var(--color-secondary-2),0.66), rgba(var(--color-secondary-2),0.14));background-image: -o-linear-gradient(360deg, rgba(var(--color-secondary-2),0.66), rgba(var(--color-secondary-2),0.14));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.66)', endColorstr='rgba(var(--color-secondary-2),0.14)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.66)', endColorstr='rgba(var(--color-secondary-2),0.14)' );";background-image: linear-gradient(360deg, rgba(var(--color-secondary-2),0.66), rgba(var(--color-secondary-2),0.14));background-size:auto !important;top:0.3125rem;left:0rem;display:block; }
#xnsZmXK9b1CImS6uLTaHIXMi0fJpigiQ { box-sizing:content-box;height:20rem;width:11.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),0.61);background-image:none;top:29.75rem;left:11.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-2),0.5) ;display:block; }
#ZTirkDf4cBR1cXDxLv61sDargUROumCT { box-sizing:content-box;height:20rem;width:11.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0.61);background-image:none;top:29.75rem;left:24.25rem;display:block; }
#z0RmQnIKCZGis9FkxZzq9atPIX9I5tb0 { box-sizing:content-box;height:20rem;width:11.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),0.61);background-image:none;top:29.75rem;left:36.75rem;display:block; }
#HHZVcoTzhb5ipsTJxwVZxDMuOgOo6tpW { color:rgba(var(--color-tertiary-0),1);display:block;width:49.1851875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15009;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:26rem;left:5.4070320129394rem;height:2.5004875rem;text-align:center;text-align-last:center;display:block; }
#xvqNUQWO2twQTQ6OCSTkCQActm9ibxn0 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:40.25rem;left:11.75rem;height:2.47265625rem;text-align:center;text-align-last:center;display:block; }
#T8QQebpGCaTevMtxKoTE88lJvLoAB2aS { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:40.3125rem;left:24.3125rem;height:2.47265625rem;text-align:center;text-align-last:center;display:block; }
#zekZoMkVdlNDeJCsNwE4AzOrGVBrIK2c { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.1;letter-spacing:0;top:40.25rem;left:36.78125rem;height:1.6484375rem;text-align:center;text-align-last:center;display:block; }
#AWHPlHNG8uiL5WK2K6bcHorutvi7FGzt { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8118125rem;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:43.0625rem;left:13.0625rem;height:3.89845rem;text-align:left;text-align-last:left;display:block; }
#W41R6gI9TyeMLGhw1aeGg5mBMNNuVHgO { color:rgba(var(--color-tertiary-0),1);display:block;width:9.81175rem;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:43.0625rem;left:25.5625rem;height:3.89844375rem;text-align:left;text-align-last:left;display:block; }
#CgeQAUa1dOt4eklA7dOg733ksAR6Wxbc { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;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:42.4697265625rem;left:38.125rem;height:4.87305rem;text-align:left;text-align-last:left;display:block; }
#kdi6wep1VIK9aT6f5lckQX0UeglTrLnm { color:rgba(var(--color-tertiary-0),1);display:block;width:11.062rem;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:47.8125rem;left:11.8125rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#xbWvv40Rz52IuvdfIEfq0r9am9LzwCci { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0608125rem;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:47.8125rem;left:24.3125rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#NPBmNpMH4uRA62FlQuViasSMn2cTLKqP { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0608125rem;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:47.8125rem;left:36.8125rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#XC2U6DmkfEl3DdbwbN5V9TV4APbZeoJt { color:rgba(var(--color-tertiary-0),1);display:block;width:39.1866875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-primary-2),0.48);top:50.435935974121rem;left:5.5rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#uSEHXnLvzqSZGszwWeK7M0MZfpNPGFfx { background-color:transparent;background-image: -webkit-linear-gradient(179deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(179deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(179deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(179deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(179deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom: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: 0.0625rem 0.0625rem 1.4375rem rgba(var(--color-primary-2),0.62) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-2),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.3125rem;height:2.625rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:73.3125rem;left:9rem;display:block; }
#spsvb7mLJN1xN0ZS9Wb9TI2ANL5v5vOy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UyAnkAQMqVVriSOXnO5cZQCUmTm9NQgL { box-sizing:content-box;height:32rem;width:48.6875rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),0.61);background-image:none;top:52.3125rem;left:5.4990234375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-2),0.5) ;display:block; }
#e1KmZJSmHfaF6Q1Ct0wHcWx9PtgBW2Mc { color:rgba(var(--color-tertiary-0),1);display:block;width:39.1859375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:54.9609375rem;left:6.8125rem;height:2.275rem;text-align:left;text-align-last:left;display:block; }
#Jzx9CNMbzJFcBxgtTgDXX0c9O8MMPyzL { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:57.23593711853rem;left:6.8125rem;height:2.275rem;text-align:left;text-align-last:left;display:block; }
#nGQyNp0t4gkNwV2UFrmEvoK48P8fnnbH { color:rgba(var(--color-tertiary-0),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:54.9609375rem;left:34.487499237061rem;height:2.275rem;text-align:left;text-align-last:left;display:block; }
#h4W0mqpDD3Bi4c9ghcqwNIltnNSQDg4r { color:rgba(var(--color-tertiary-0),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.125rem rgba(var(--color-primary-2),1);top:57.235938072204rem;left:34.487499237061rem;height:2.275rem;text-align:left;text-align-last:left;display:block; }
#inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 .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; }
#inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 .widget-text.counter-number { border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);background-color:rgba(var(--color-tertiary-0),0);background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(var(--color-tertiary-4),0.2) ;color:rgba(var(--color-primary-2),0.43);padding-top:0.59375rem;padding-right:0.5175rem;padding-bottom:0.59375rem;padding-left:0.5175rem;display:block;align-items:center;width:3.105rem;min-width:3.105rem;height:3.189375rem;position:relative;font-family:arial;font-size:2.375rem;font-weight:700;line-height:51.03px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.371875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.138125rem;height:1.260625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.890625rem;font-weight:700;line-height:20.17px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;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:21.5625rem;height:6.259375rem;padding-top:0.074375rem;padding-right:0.074375rem;padding-bottom:0.074375rem;padding-left:0.074375rem;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:65.5rem;left:12.6875rem;z-index:15036; }
#inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #rispWLM5Ovo4uTFA7SGkuKnPaXlH3TQi { display:flex;position:relative;top:0rem;left:0rem; }
#inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #odDuuqIP16JKhkWrEHSqKI50fRTkhcrk { width:auto; }
#inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #hWpUA0nd0E58fNB2QtiyrHbz1RvraGvc {  }
#inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #p1Ut70e8t639uUJNK6RrZ5lB2mcP8Pug { display:flex;position:relative;top:0rem;left:0rem; }
#inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #bdoEShgovdkCmT0Zkb1nJbVgrE4OpMxI {  }
#inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #uSNGtgvZnWBVUR5rL8G8mVbrTEya8lkx {  }
#inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #a7HlP1ypVGiXGVpTf67xQKMVrgQ8QXlr { display:flex;position:relative;top:0rem;left:0rem; }
#inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #losL8xGSyFly1NTpUXgns70HmZk3nR3x {  }
#inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #b1bdaTTP93E2KDlgCi3l8Ao57mToKgiS {  }
#inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #fRqxICVEDP0zUBPAH7BlZxQ62E6P0L6k { display:flex;position:relative;top:0rem;left:0rem; }
#inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #kQlubONPL3A9ltJN8zmxLtZHWS2ro2Jl {  }
#inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #FvCHzgy8wGp1hcNkOg4W4drMqOPrCZvm {  }
#i1vFwl8REJDSHVagFkne0kAsk2p4LgoA { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:62.5625rem;left:10.8125rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#uCAtDMdB5qvNwT0kiTFbipASOJqQMQtN { color:rgba(var(--color-tertiary-0),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:59.510938644409rem;left:6.9375rem;height:0.89355625rem;text-align:left;text-align-last:left;display:block; }
#GlhNA1EkSaM5lr6C4JU7bPeFzKALVA0A { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:59.510938644409rem;left:34.655467987061rem;height:0.89355625rem;text-align:left;text-align-last:left;display:block; }
#sU9LbeOF4IzezlaGsmN9lc4DTpFbwuzU { position:absolute;display:block;z-index:15034;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:38.875rem;width:21.0625rem;top:50.1875rem;left:35.1875rem;overflow:hidden;display:block; }
#C07GRNpFJwDoiSFXzk1haBynE93a9wwT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:79.737503051756rem;left:7.0187511444094rem; }
#d8FDgouQm8OvvnpPanMJsOAScKm2Q3G6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:79.787502288819rem;left:11.98671913147rem; }
#VzfflJLs4PxqcNybNdQJLFoESfZUqLH0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:79.737503051756rem;left:16.9375rem; }
#b8AQHR4WTkAexNuceKNenTVLonNEq21x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:79.737503051756rem;left:21.998439788818rem; }
#FBUNuyzKrABdCqmciXIX3fFNHa5Vf5C2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:79.737503051756rem;left:26.9375rem; }
#bqRMZNrCBKR2OeeMhPOTFKUFb916KrLb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:79.737503051756rem;left:31.936717987061rem; }
#R1ndgiq7r8nWOJDDrN0iTGb442aR81Tl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:79.6875rem;left:37rem; }
#TsVLb5SXKeetHK4oUMmL7Zo8cgsDZRWL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:43.5625rem;left:12rem; }
#tghH6iiQroBcgt6roXkZn9wFqsQxXHPV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:45.5rem;left:12rem; }
#yHcGubxNBnCV61l2bXWN0FaNc6eaT5A0 { position:absolute;display:block;z-index:15046;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:6.9375rem;width:5.375rem;top:71.15625rem;left:6.2373046875rem;overflow:hidden;display:block; }
#FbJUg6VF4AMldpaLCgXqUeT4Nb9XOItE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:43.03515625rem;left:37rem; }
#K69OCyWWbxTZUMs3aELTGtplJBrsNxq7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:44.40625rem;left:37rem; }
#HMTySep5O34IzN5qGIoIQ4eRoghfgOS7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:45.78125rem;left:37rem; }
#VLmHtpUPiRG6MzQ1vSVG7nx9J7nKVKB6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:43rem;left:24.5625rem; }
#ios120cVl6yRaf1lDWZRwFrfzrMdZIdQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:43.96875rem;left:24.5625rem; }
#dXBshpHyEa0fW65fhAJTxCnzZJC9zNAm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:44.96875rem;left:24.5625rem; }
#S58imskr3Mvtcny2LrDlpzVsOuu3cyO1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:45.96875rem;left:24.5625rem; }
#b0vqMmKTv1UQnD8HQsW44r4hfTqfTnct { position:absolute;display:block;z-index:15049;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:10rem;width:11.25rem;top:29.65625rem;left:11.693584567606rem;overflow:hidden;display:block; }
#cpBzsQgB6pkDuv4qVguAGrvaun4TIPtE { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:11.25rem;top:29.65625rem;left:24.267361111111rem;overflow:hidden;display:block; }
#RZaUkXvAoHovCvpuTRvQReqsUm21kTnu { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:11.25rem;top:29.625rem;left:36.75rem;overflow:hidden;display:block; }
#XXsDsiWSZZ5FlKVAzxXsqUi5PGNIB44W { position:relative;display:block; }#XXsDsiWSZZ5FlKVAzxXsqUi5PGNIB44W { background-color: transparent; background-image: none; }#XXsDsiWSZZ5FlKVAzxXsqUi5PGNIB44W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXsDsiWSZZ5FlKVAzxXsqUi5PGNIB44W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXsDsiWSZZ5FlKVAzxXsqUi5PGNIB44W > .row .container > .video-iframe-container { display: none; }#XXsDsiWSZZ5FlKVAzxXsqUi5PGNIB44W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XXsDsiWSZZ5FlKVAzxXsqUi5PGNIB44W > .row > .video-iframe-container { display: none; }#XXsDsiWSZZ5FlKVAzxXsqUi5PGNIB44W > .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); }#XXsDsiWSZZ5FlKVAzxXsqUi5PGNIB44W { border-width: 0; border-radius: 0; }#XXsDsiWSZZ5FlKVAzxXsqUi5PGNIB44W > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XXsDsiWSZZ5FlKVAzxXsqUi5PGNIB44W > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:44.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#glOM8G72o4XcVRNTFwF2i5FTzxifw33F { color:rgba(var(--color-primary-2),1);display:block;width:17.121125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:8.2373046875rem;left:22.6875rem;height:1.75rem;font-style:normal;display:block; }
#lZkGrWC8ktocMVbvrkcgVgFnfK4PP28B { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.935546875rem;left:0rem;height:2.51875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JbHW4p6tk8oDSJx48QgR4sUvQkG3zkbT { color:rgba(var(--color-tertiary-0),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.9248046875rem;left:22.6875rem;height:27.29589375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ltuOxt8NTd9SvAZOKILRGmVJs57DiU4g { position:absolute;display:block;z-index:15015;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:37.5rem;width:25rem;top:6.75rem;left:0rem;overflow:hidden;display:block; }
#x5IW6ld6BGJrgLoz6uxT1rdTChJlZ2wu { position:relative;display:none; }#x5IW6ld6BGJrgLoz6uxT1rdTChJlZ2wu { border-width: 0; border-radius: 0; }#x5IW6ld6BGJrgLoz6uxT1rdTChJlZ2wu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x5IW6ld6BGJrgLoz6uxT1rdTChJlZ2wu > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:44.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#GuD4nsgANDFUeZm9x3pklVqq9Tww7NXD { color:rgba(var(--color-primary-2),1);display:block;width:17.121875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:8.9875011444094rem;left:20.437501907349rem;height:1.75rem;font-style:normal;display:block; }
#cDrbsFFr13hbaek1eQB6dyWIWe9oleEb { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.68603515625rem;left:0rem;height:2.51875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XU0cTTpqvluM6c06VWKb0VePXwT5aeNN { position:absolute;display:block;z-index:15015;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:37.5rem;width:25rem;top:6.75rem;left:0rem;overflow:hidden;display:block; }
#PKKQM3a7lTcnvLagTE8pOiadEwmrg2G5 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:42.875rem;top:36.125rem;left:0.3125rem;display:none; }
#CowK8f7JHytQ0gAdw4BpOw7RdvvW4gk4 { box-sizing:content-box;height:133rem;width:60rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-secondary-2),0.66), rgba(var(--color-secondary-2),0.14));background-image: -moz-linear-gradient(360deg, rgba(var(--color-secondary-2),0.66), rgba(var(--color-secondary-2),0.14));background-image: -ms-linear-gradient(360deg, rgba(var(--color-secondary-2),0.66), rgba(var(--color-secondary-2),0.14));background-image: -o-linear-gradient(360deg, rgba(var(--color-secondary-2),0.66), rgba(var(--color-secondary-2),0.14));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.66)', endColorstr='rgba(var(--color-secondary-2),0.14)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),0.66)', endColorstr='rgba(var(--color-secondary-2),0.14)' );";background-image: linear-gradient(360deg, rgba(var(--color-secondary-2),0.66), rgba(var(--color-secondary-2),0.14));background-size:auto !important;top:0.3125rem;left:0rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yizLzTCzcy9OTTbp4uJ19G7UM3gl3pyz { display:block; }#yizLzTCzcy9OTTbp4uJ19G7UM3gl3pyz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyPC4Tl1BRMScv7XbIGT6HMfl51Ke8Ot { top:4.5rem;left:0rem;width:47.75rem;height:13.529166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLmPMsvK4VchQ8bz8FO5EGENukpoX28R { top:0.3125rem;left:0rem;width:47.75rem;height:133rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnsZmXK9b1CImS6uLTaHIXMi0fJpigiQ { top:29.75rem;left:5.5625rem;width:11.25rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTirkDf4cBR1cXDxLv61sDargUROumCT { top:29.75rem;left:18.125rem;width:11.25rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0RmQnIKCZGis9FkxZzq9atPIX9I5tb0 { top:29.75rem;left:30.625rem;width:11.25rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHZVcoTzhb5ipsTJxwVZxDMuOgOo6tpW { top:26rem;left:0rem;width:47.75rem;height:2.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvqNUQWO2twQTQ6OCSTkCQActm9ibxn0 { top:40.25rem;left:5.625rem;width:11.25rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8QQebpGCaTevMtxKoTE88lJvLoAB2aS { top:40.3125rem;left:18.1875rem;width:11.3125rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zekZoMkVdlNDeJCsNwE4AzOrGVBrIK2c { top:40.25rem;left:30.65625rem;width:11.1875rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWHPlHNG8uiL5WK2K6bcHorutvi7FGzt { top:43.0625rem;left:6.9375rem;width:9.75rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W41R6gI9TyeMLGhw1aeGg5mBMNNuVHgO { top:43.0625rem;left:19.4375rem;width:9.75rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgeQAUa1dOt4eklA7dOg733ksAR6Wxbc { top:42.4375rem;left:32rem;width:9.8125rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdi6wep1VIK9aT6f5lckQX0UeglTrLnm { top:47.8125rem;left:5.6875rem;width:11rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbWvv40Rz52IuvdfIEfq0r9am9LzwCci { top:47.8125rem;left:18.1875rem;width:11rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPBmNpMH4uRA62FlQuViasSMn2cTLKqP { top:47.8125rem;left:30.6875rem;width:11rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC2U6DmkfEl3DdbwbN5V9TV4APbZeoJt { top:50.375rem;left:0rem;width:39.125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSEHXnLvzqSZGszwWeK7M0MZfpNPGFfx { width:29.3125rem;height:2.625rem;top:73.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #spsvb7mLJN1xN0ZS9Wb9TI2ANL5v5vOy { display:block; }
 }@media only screen and (max-width: 763px) { #UyAnkAQMqVVriSOXnO5cZQCUmTm9NQgL { top:52.3125rem;left:0rem;width:47.75rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1KmZJSmHfaF6Q1Ct0wHcWx9PtgBW2Mc { top:54.9375rem;left:0.6875rem;width:39.125rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzx9CNMbzJFcBxgtTgDXX0c9O8MMPyzL { top:57.1875rem;left:0.6875rem;width:36.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGQyNp0t4gkNwV2UFrmEvoK48P8fnnbH { top:54.9375rem;left:28.3623046875rem;width:7.3125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4W0mqpDD3Bi4c9ghcqwNIltnNSQDg4r { top:57.1875rem;left:28.3623046875rem;width:7.9375rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 .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; }
#inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 .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; }
#inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 { width:19rem;height:5.3125rem;display:flex;top:64.875rem;left:9.015625rem;z-index:15036; }
 }@media only screen and (max-width: 763px) { #inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #rispWLM5Ovo4uTFA7SGkuKnPaXlH3TQi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #odDuuqIP16JKhkWrEHSqKI50fRTkhcrk {  }
 }@media only screen and (max-width: 763px) { #inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #hWpUA0nd0E58fNB2QtiyrHbz1RvraGvc {  }
 }@media only screen and (max-width: 763px) { #inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #p1Ut70e8t639uUJNK6RrZ5lB2mcP8Pug { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #bdoEShgovdkCmT0Zkb1nJbVgrE4OpMxI {  }
 }@media only screen and (max-width: 763px) { #inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #uSNGtgvZnWBVUR5rL8G8mVbrTEya8lkx {  }
 }@media only screen and (max-width: 763px) { #inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #a7HlP1ypVGiXGVpTf67xQKMVrgQ8QXlr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #losL8xGSyFly1NTpUXgns70HmZk3nR3x {  }
 }@media only screen and (max-width: 763px) { #inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #b1bdaTTP93E2KDlgCi3l8Ao57mToKgiS {  }
 }@media only screen and (max-width: 763px) { #inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #fRqxICVEDP0zUBPAH7BlZxQ62E6P0L6k { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #kQlubONPL3A9ltJN8zmxLtZHWS2ro2Jl {  }
 }@media only screen and (max-width: 763px) { #inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #FvCHzgy8wGp1hcNkOg4W4drMqOPrCZvm {  }
 }@media only screen and (max-width: 763px) { #i1vFwl8REJDSHVagFkne0kAsk2p4LgoA { top:62.5625rem;left:4.6875rem;width:25.6875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCAtDMdB5qvNwT0kiTFbipASOJqQMQtN { top:59.5rem;left:0.8125rem;width:26.0625rem;height:0.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlhNA1EkSaM5lr6C4JU7bPeFzKALVA0A { top:59.5rem;left:28.5302734375rem;width:3.875rem;height:0.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU9LbeOF4IzezlaGsmN9lc4DTpFbwuzU { top:50.1875rem;left:22.9375rem;width:21.0625rem;height:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C07GRNpFJwDoiSFXzk1haBynE93a9wwT { top:79.6875rem;left:0.89375114440919rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8FDgouQm8OvvnpPanMJsOAScKm2Q3G6 { top:79.75rem;left:5.8617191314697rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzfflJLs4PxqcNybNdQJLFoESfZUqLH0 { top:79.6875rem;left:10.8125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8AQHR4WTkAexNuceKNenTVLonNEq21x { top:79.6875rem;left:15.873439788818rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBUNuyzKrABdCqmciXIX3fFNHa5Vf5C2 { top:79.6875rem;left:20.8125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqRMZNrCBKR2OeeMhPOTFKUFb916KrLb { top:79.6875rem;left:25.811717987061rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1ndgiq7r8nWOJDDrN0iTGb442aR81Tl { top:79.6875rem;left:30.875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsVLb5SXKeetHK4oUMmL7Zo8cgsDZRWL { top:43.5625rem;left:5.875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tghH6iiQroBcgt6roXkZn9wFqsQxXHPV { top:45.5rem;left:5.875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHcGubxNBnCV61l2bXWN0FaNc6eaT5A0 { top:71.125rem;left:0.1123046875rem;width:5.375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbJUg6VF4AMldpaLCgXqUeT4Nb9XOItE { top:43rem;left:30.875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K69OCyWWbxTZUMs3aELTGtplJBrsNxq7 { top:44.375rem;left:30.875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMTySep5O34IzN5qGIoIQ4eRoghfgOS7 { top:45.75rem;left:30.875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLmHtpUPiRG6MzQ1vSVG7nx9J7nKVKB6 { top:43rem;left:18.4375rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ios120cVl6yRaf1lDWZRwFrfzrMdZIdQ { top:43.9375rem;left:18.4375rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXBshpHyEa0fW65fhAJTxCnzZJC9zNAm { top:44.9375rem;left:18.4375rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S58imskr3Mvtcny2LrDlpzVsOuu3cyO1 { top:45.9375rem;left:18.4375rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0vqMmKTv1UQnD8HQsW44r4hfTqfTnct { top:29.625rem;left:5.5685845676063rem;width:11.25rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpBzsQgB6pkDuv4qVguAGrvaun4TIPtE { top:29.625rem;left:18.142361111111rem;width:11.25rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZaUkXvAoHovCvpuTRvQReqsUm21kTnu { top:29.625rem;left:30.625rem;width:11.25rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXsDsiWSZZ5FlKVAzxXsqUi5PGNIB44W { display:block; }#XXsDsiWSZZ5FlKVAzxXsqUi5PGNIB44W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glOM8G72o4XcVRNTFwF2i5FTzxifw33F { width:17.0625rem;height:1.75rem;top:8.1875rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZkGrWC8ktocMVbvrkcgVgFnfK4PP28B { width:47.75rem;height:2.5rem;top:1.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbHW4p6tk8oDSJx48QgR4sUvQkG3zkbT { top:9.875rem;left:0rem;width:35.9375rem;height:27.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltuOxt8NTd9SvAZOKILRGmVJs57DiU4g { top:6.75rem;left:0rem;width:25rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5IW6ld6BGJrgLoz6uxT1rdTChJlZ2wu { display:none; }#x5IW6ld6BGJrgLoz6uxT1rdTChJlZ2wu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GuD4nsgANDFUeZm9x3pklVqq9Tww7NXD { width:17.0625rem;height:1.75rem;top:8.9375rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDrbsFFr13hbaek1eQB6dyWIWe9oleEb { width:47.75rem;height:2.5rem;top:4.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU0cTTpqvluM6c06VWKb0VePXwT5aeNN { top:6.75rem;left:0rem;width:25rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKKQM3a7lTcnvLagTE8pOiadEwmrg2G5 { top:36.125rem;left:0rem;width:19.1875rem;height:42.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CowK8f7JHytQ0gAdw4BpOw7RdvvW4gk4 { top:0.3125rem;left:0rem;width:47.75rem;height:133rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yizLzTCzcy9OTTbp4uJ19G7UM3gl3pyz { display:block; }#yizLzTCzcy9OTTbp4uJ19G7UM3gl3pyz > .row .container { width:20rem;height:108.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyPC4Tl1BRMScv7XbIGT6HMfl51Ke8Ot { width:20rem;height:4.5rem;top:2.5888671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLmPMsvK4VchQ8bz8FO5EGENukpoX28R { width:19.875rem;height:108rem;top:0rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #xnsZmXK9b1CImS6uLTaHIXMi0fJpigiQ { width:11.25rem;height:20.1875rem;top:14.5625rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTirkDf4cBR1cXDxLv61sDargUROumCT { width:11.25rem;height:20rem;top:38.3125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0RmQnIKCZGis9FkxZzq9atPIX9I5tb0 { width:11.25rem;height:20rem;top:61.625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHZVcoTzhb5ipsTJxwVZxDMuOgOo6tpW { width:20rem;height:3.25rem;top:8.71328163147rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvqNUQWO2twQTQ6OCSTkCQActm9ibxn0 { width:14.375rem;height:2.475rem;top:25.1875rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8QQebpGCaTevMtxKoTE88lJvLoAB2aS { width:14.375rem;height:2.475rem;top:47.75rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zekZoMkVdlNDeJCsNwE4AzOrGVBrIK2c { width:14.375rem;height:1.65rem;top:71.625rem;left:2.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWHPlHNG8uiL5WK2K6bcHorutvi7FGzt { width:9.75rem;height:3.9rem;top:28.4375rem;left:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W41R6gI9TyeMLGhw1aeGg5mBMNNuVHgO { width:9.75rem;height:3.9rem;top:51.125rem;left:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgeQAUa1dOt4eklA7dOg733ksAR6Wxbc { width:9.75rem;height:4.875rem;top:73.8125rem;left:5.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdi6wep1VIK9aT6f5lckQX0UeglTrLnm { width:11rem;height:0.975rem;top:79.9375rem;left:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbWvv40Rz52IuvdfIEfq0r9am9LzwCci { width:11rem;height:0.975rem;top:56.4375rem;left:4.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPBmNpMH4uRA62FlQuViasSMn2cTLKqP { width:11rem;height:0.975rem;top:33.087500572204rem;left:4.5000000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC2U6DmkfEl3DdbwbN5V9TV4APbZeoJt { width:19.999rem;height:1.95rem;top:84.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSEHXnLvzqSZGszwWeK7M0MZfpNPGFfx { width:9rem;height:1.1875rem;top:98.75rem;left:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #spsvb7mLJN1xN0ZS9Wb9TI2ANL5v5vOy { display:block; }
 }@media only screen and (max-width: 763px) { #UyAnkAQMqVVriSOXnO5cZQCUmTm9NQgL { width:19.5625rem;height:21rem;top:85.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1KmZJSmHfaF6Q1Ct0wHcWx9PtgBW2Mc { width:15.125rem;height:1.21875rem;top:87.1875rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzx9CNMbzJFcBxgtTgDXX0c9O8MMPyzL { width:15.25rem;height:1.21875rem;top:88.4375rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGQyNp0t4gkNwV2UFrmEvoK48P8fnnbH { width:7.3125rem;height:1.21875rem;top:87.1875rem;left:12rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #h4W0mqpDD3Bi4c9ghcqwNIltnNSQDg4r { width:9.875rem;height:1.21875rem;top:88.5625rem;left:9.5rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 .widget-text.counter-number { padding-top:0.22625rem;padding-right:0.221875rem;padding-bottom:0.22625rem;padding-left:0.221875rem;width:1.326875rem;min-width:1.326875rem;height:1.214375rem;font-size:0.905rem;line-height:19.43px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ffde59;border-left:0.0625rem solid #ffde59;border-right:0.0625rem solid #ffde59;border-bottom:0.0625rem solid #ffde59; }
#inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.14125rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.77rem;height:0.48rem;font-size:0.339375rem;line-height:7.68px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 { width:11.5625rem;height:2.413125rem;display:flex;top:94.0625rem;left:1.0625rem;z-index:15036;padding-top:0.035625rem;padding-right:0.04125rem;padding-bottom:0.035625rem;padding-left:0.04125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #rispWLM5Ovo4uTFA7SGkuKnPaXlH3TQi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #odDuuqIP16JKhkWrEHSqKI50fRTkhcrk {  }
 }@media only screen and (max-width: 763px) { #inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #hWpUA0nd0E58fNB2QtiyrHbz1RvraGvc {  }
 }@media only screen and (max-width: 763px) { #inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #p1Ut70e8t639uUJNK6RrZ5lB2mcP8Pug { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #bdoEShgovdkCmT0Zkb1nJbVgrE4OpMxI {  }
 }@media only screen and (max-width: 763px) { #inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #uSNGtgvZnWBVUR5rL8G8mVbrTEya8lkx {  }
 }@media only screen and (max-width: 763px) { #inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #a7HlP1ypVGiXGVpTf67xQKMVrgQ8QXlr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #losL8xGSyFly1NTpUXgns70HmZk3nR3x {  }
 }@media only screen and (max-width: 763px) { #inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #b1bdaTTP93E2KDlgCi3l8Ao57mToKgiS {  }
 }@media only screen and (max-width: 763px) { #inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #fRqxICVEDP0zUBPAH7BlZxQ62E6P0L6k { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #kQlubONPL3A9ltJN8zmxLtZHWS2ro2Jl {  }
 }@media only screen and (max-width: 763px) { #inh6I2fL7pZEdcCIUGETf0JGK0yx65Q6 #FvCHzgy8wGp1hcNkOg4W4drMqOPrCZvm {  }
 }@media only screen and (max-width: 763px) { #i1vFwl8REJDSHVagFkne0kAsk2p4LgoA { width:11.8125rem;height:1.21875rem;top:92.78125rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uCAtDMdB5qvNwT0kiTFbipASOJqQMQtN { width:16.5rem;height:0.65rem;top:89.625rem;left:0.6875rem;font-size:0.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GlhNA1EkSaM5lr6C4JU7bPeFzKALVA0A { width:3.0625rem;height:0.65rem;top:89.6875rem;left:16.3125rem;font-size:0.5rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #sU9LbeOF4IzezlaGsmN9lc4DTpFbwuzU { width:9.4375rem;height:17.5rem;top:89.4375rem;left:10.5625rem;z-index:15048;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #C07GRNpFJwDoiSFXzk1haBynE93a9wwT { display:flex;width:2.5625rem;height:2.5625rem;top:103.625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #d8FDgouQm8OvvnpPanMJsOAScKm2Q3G6 { display:flex;width:2.5rem;height:2.5rem;top:103.6875rem;left:3.1875rem; }
 }@media only screen and (max-width: 763px) { #VzfflJLs4PxqcNybNdQJLFoESfZUqLH0 { display:flex;width:2.3125rem;height:2.3125rem;top:103.75rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #b8AQHR4WTkAexNuceKNenTVLonNEq21x { display:flex;width:2.3125rem;height:2.3125rem;top:103.75rem;left:17.1875rem; }
 }@media only screen and (max-width: 763px) { #FBUNuyzKrABdCqmciXIX3fFNHa5Vf5C2 { display:flex;width:2.375rem;height:2.375rem;top:103.75rem;left:5.8125rem; }
 }@media only screen and (max-width: 763px) { #bqRMZNrCBKR2OeeMhPOTFKUFb916KrLb { display:flex;width:2.3125rem;height:2.3125rem;top:103.75rem;left:10.75rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #R1ndgiq7r8nWOJDDrN0iTGb442aR81Tl { display:flex;width:3.5625rem;height:3.5625rem;top:287.1875rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TsVLb5SXKeetHK4oUMmL7Zo8cgsDZRWL { display:flex;width:1rem;height:1rem;top:30.875rem;left:4.8125rem; }
 }@media only screen and (max-width: 763px) { #tghH6iiQroBcgt6roXkZn9wFqsQxXHPV { display:flex;width:1rem;height:1rem;top:28.9375rem;left:4.8125rem; }
 }@media only screen and (max-width: 763px) { #yHcGubxNBnCV61l2bXWN0FaNc6eaT5A0 { width:1.9375rem;height:2.5625rem;top:97.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbJUg6VF4AMldpaLCgXqUeT4Nb9XOItE { display:flex;width:1rem;height:1rem;top:74.375rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #K69OCyWWbxTZUMs3aELTGtplJBrsNxq7 { display:flex;width:1rem;height:1rem;top:75.75rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #HMTySep5O34IzN5qGIoIQ4eRoghfgOS7 { display:flex;width:1rem;height:1rem;top:77.125rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #VLmHtpUPiRG6MzQ1vSVG7nx9J7nKVKB6 { display:flex;width:1rem;height:1rem;top:51.0625rem;left:4.75rem; }
 }@media only screen and (max-width: 763px) { #ios120cVl6yRaf1lDWZRwFrfzrMdZIdQ { display:flex;width:1rem;height:1rem;top:52.0625rem;left:4.75rem; }
 }@media only screen and (max-width: 763px) { #dXBshpHyEa0fW65fhAJTxCnzZJC9zNAm { display:flex;width:1rem;height:1rem;top:53.0625rem;left:4.75rem; }
 }@media only screen and (max-width: 763px) { #S58imskr3Mvtcny2LrDlpzVsOuu3cyO1 { display:flex;width:1rem;height:1rem;top:54.0625rem;left:4.75rem; }
 }@media only screen and (max-width: 763px) { #b0vqMmKTv1UQnD8HQsW44r4hfTqfTnct { width:11.25rem;height:10rem;top:14.5625rem;left:4.375rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cpBzsQgB6pkDuv4qVguAGrvaun4TIPtE { width:11.25rem;height:9.9375rem;top:36.875rem;left:4.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RZaUkXvAoHovCvpuTRvQReqsUm21kTnu { width:11.25rem;height:9.9375rem;top:60.6875rem;left:4.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XXsDsiWSZZ5FlKVAzxXsqUi5PGNIB44W { display:none; }#XXsDsiWSZZ5FlKVAzxXsqUi5PGNIB44W > .row .container { width:20rem;height:84.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #glOM8G72o4XcVRNTFwF2i5FTzxifw33F { width:17.0611875rem;height:1.75rem;top:33.062500953674rem;left:1.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lZkGrWC8ktocMVbvrkcgVgFnfK4PP28B { width:20rem;height:2.1005875rem;top:1.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JbHW4p6tk8oDSJx48QgR4sUvQkG3zkbT { width:19.625rem;height:49.67575rem;top:34.8125rem;left:0.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ltuOxt8NTd9SvAZOKILRGmVJs57DiU4g { width:19.25rem;height:28.8125rem;top:3.537109375rem;left:0.375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #x5IW6ld6BGJrgLoz6uxT1rdTChJlZ2wu { display:block; }#x5IW6ld6BGJrgLoz6uxT1rdTChJlZ2wu > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuD4nsgANDFUeZm9x3pklVqq9Tww7NXD { width:17.0605625rem;height:1.75rem;top:33.78076171875rem;left:1.4677734375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cDrbsFFr13hbaek1eQB6dyWIWe9oleEb { width:20rem;height:2.1rem;top:1.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XU0cTTpqvluM6c06VWKb0VePXwT5aeNN { width:19.25rem;height:28.8125rem;top:5.0625rem;left:0.37353515625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #PKKQM3a7lTcnvLagTE8pOiadEwmrg2G5 { top:36.16845703125rem;left:0.37353515625rem;width:20rem;height:31.85rem;z-index:15015;font-family:montserrat;color:#ffffff;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CowK8f7JHytQ0gAdw4BpOw7RdvvW4gk4 { width:19.625rem;height:69.6875rem;top:-0.0625rem;left:0.20202056778681rem;z-index:14998;display:block; }
 }