.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:219,240,237;--color-primary-1:136,204,196;--color-primary-2:16,153,136;--color-primary-3:8,77,68;--color-primary-4:2,23,20;--color-secondary-0:254,238,231;--color-secondary-1:251,199,176;--color-secondary-2:246,142,96;--color-secondary-3:123,71,48;--color-secondary-4:37,21,14;--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: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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#zHoAxZt6kqMByEklus5rkk6AdWdnvJ7w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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;z-index:auto;display:block; }#zHoAxZt6kqMByEklus5rkk6AdWdnvJ7w > .row .container { background-color: transparent; background-image: none; }#zHoAxZt6kqMByEklus5rkk6AdWdnvJ7w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zHoAxZt6kqMByEklus5rkk6AdWdnvJ7w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zHoAxZt6kqMByEklus5rkk6AdWdnvJ7w > .row .container > .video-iframe-container { display: none; }#zHoAxZt6kqMByEklus5rkk6AdWdnvJ7w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zHoAxZt6kqMByEklus5rkk6AdWdnvJ7w > .row > .video-iframe-container { display: none; }#zHoAxZt6kqMByEklus5rkk6AdWdnvJ7w > .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); }#zHoAxZt6kqMByEklus5rkk6AdWdnvJ7w > .row .container { border-width: 0; border-radius: 0; }#zHoAxZt6kqMByEklus5rkk6AdWdnvJ7w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zHoAxZt6kqMByEklus5rkk6AdWdnvJ7w > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#Cu5vKOHU6ZN39gemOwz7F1WfzQMDIzch { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1875rem;height:2.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.375rem;left:11.08359336853rem;display:block; }
#wmpLNnqTblrGIT0XPnJkmZNtzv6i9hzM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#afvD0ghWx4dRlnV4NVvBRFIT5TlTlZ9L { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:9.375rem;top:1.34375rem;left:1.6124992370606rem;overflow:hidden;display:block; }
#XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu .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; }
#XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu .widget-text.counter-number { border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.341875rem;padding-right:0.29625rem;padding-bottom:0.341875rem;padding-left:0.29625rem;display:block;align-items:center;width:1.78rem;min-width:1.78rem;height:1.836875rem;position:relative;font-family:"roboto condensed";font-size:1.3675rem;font-weight:700;line-height:29.39px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu .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.21375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.373125rem;height:0.725625rem;position:relative;font-family:"roboto condensed";font-size:0.513125rem;font-weight:700;line-height:11.61px;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; }
#XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:14rem;height:3.585rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:0.70781248807906rem;left:46.000001907349rem;z-index:15015; }
#XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #nWIywrBpLiL6eVeKy5TCE6BuszRawDOc { display:flex;position:relative;top:0rem;left:0rem; }
#XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #PWqe6NpW4C77B1rbwBt8BtzTJNn2Usxc { width:auto; }
#XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #H3O9zvkQ11I7aoZtSb5Bn6ARiGqoDl6s {  }
#XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #MQPJlpJKm3lalrEqJzB1LiWErgH9rsW4 { display:flex;position:relative;top:0rem;left:0rem; }
#XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #w7cRAIvd8Gvns6ZzdDmzTm24l4rTf3Rb {  }
#XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #U6AttiGTMnNgpgQyNM9aFk2E7VhSNf1i {  }
#XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #dcPpB2b2znPNxAPWzZb0skW7apQOz9m6 { display:flex;position:relative;top:0rem;left:0rem; }
#XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #wwrgJTcpr7N9JKWLay3yzXD1ERbBe2Eo {  }
#XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #Nk2FSUIqDMy1XMfcwivT0WKxfnRDnar3 {  }
#XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #wNuG5vPG3xsMmVT97nVMLS2QUwivKpc9 { display:flex;position:relative;top:0rem;left:0rem; }
#XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #U8DHGqRauk0a3rkvoFlqof26om37we7i {  }
#XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #lc7GMFJlUu6VTee3TH4xwC79NGDGLrxu {  }
#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { background-color: transparent; background-image: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container { display: block; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .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); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { border-width: 0; border-radius: 0; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:60rem;overflow:visible;position:relative;display:block; }#CZRlhaFSsfa1Dkhqtygyt3uyVlOloGSA { color:rgba(var(--color-tertiary-0),1);display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.1);top:7.6875rem;left:0rem;height:14.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cVr1EeK5Hc9meTDTbmhdqK5qT3bz662r { color:#fef084;display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.1);top:5.25rem;left:0rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container { background-color: transparent; background-image: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container > .video-iframe-container { display: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row > .video-iframe-container { display: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .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); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container { border-width: 0; border-radius: 0; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:60rem;position:relative;display:block; }#o0VwClDqWMHD6G0ag21J6wyt1OGFTOxN { color:rgba(var(--color-tertiary-0),1);display:block;width:49.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.625rem;left:0rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P44aa36c41a92f19192b1bdf2a5637d9.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #P44aa36c41a92f19192b1bdf2a5637d9.widget-smartsection *:focus-visible, #P44aa36c41a92f19192b1bdf2a5637d9.widget-smartsection input[type="text"]:focus-visible, #P44aa36c41a92f19192b1bdf2a5637d9.widget-smartsection input[type="email"]:focus-visible, #P44aa36c41a92f19192b1bdf2a5637d9.widget-smartsection input[type="tel"]:focus-visible, #P44aa36c41a92f19192b1bdf2a5637d9.widget-smartsection textarea:focus-visible { outline: none; } #tktrlh0eQhz0Qe9NKkzxqEzTxxorqlB7 > .row .container { background-color: transparent; background-image: none; }#tktrlh0eQhz0Qe9NKkzxqEzTxxorqlB7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tktrlh0eQhz0Qe9NKkzxqEzTxxorqlB7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tktrlh0eQhz0Qe9NKkzxqEzTxxorqlB7 > .row .container > .video-iframe-container { display: none; }#tktrlh0eQhz0Qe9NKkzxqEzTxxorqlB7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tktrlh0eQhz0Qe9NKkzxqEzTxxorqlB7 > .row > .video-iframe-container { display: none; }#tktrlh0eQhz0Qe9NKkzxqEzTxxorqlB7 > .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); }#tktrlh0eQhz0Qe9NKkzxqEzTxxorqlB7 > .row .container { border-width: 0; border-radius: 0; }#tktrlh0eQhz0Qe9NKkzxqEzTxxorqlB7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tktrlh0eQhz0Qe9NKkzxqEzTxxorqlB7 > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:60rem;position:relative;display:block; }#dwVKSOTGwLe5NBrq3NGRqSIOZHtTHTvy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#dwVKSOTGwLe5NBrq3NGRqSIOZHtTHTvy > .row .container { background-color: transparent; background-image: none; }#dwVKSOTGwLe5NBrq3NGRqSIOZHtTHTvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwVKSOTGwLe5NBrq3NGRqSIOZHtTHTvy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwVKSOTGwLe5NBrq3NGRqSIOZHtTHTvy > .row .container > .video-iframe-container { display: none; }#dwVKSOTGwLe5NBrq3NGRqSIOZHtTHTvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwVKSOTGwLe5NBrq3NGRqSIOZHtTHTvy > .row > .video-iframe-container { display: none; }#dwVKSOTGwLe5NBrq3NGRqSIOZHtTHTvy > .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); }#dwVKSOTGwLe5NBrq3NGRqSIOZHtTHTvy > .row .container { border-width: 0; border-radius: 0; }#dwVKSOTGwLe5NBrq3NGRqSIOZHtTHTvy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dwVKSOTGwLe5NBrq3NGRqSIOZHtTHTvy > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:block; }#acudIVw9Ckibm3eykrT47LM58C3OxWXr { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15026;line-height:2;letter-spacing:0;top:3.625rem;left:2.375rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Rh4nQhAqGEstOL8Rl5UkKgb7qaKv2mNS { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:6.375rem;left:2.375rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KFfDT5y4Doq8frzmwXD6idiop8QzRteX { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:4.0625rem;left:22.875rem;height:1.925rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eCtmzIdLJOsH7wVdkAtxRSx7qdgqshfB { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:6.375rem;left:22.875rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NH4hkLD6ikL6CTbnxfx78bngvxpdh9ly { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:3.625rem;left:43.375rem;height:3.3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dqp7E7K01tPzgT6HCWLgyuc4vak6at9h { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:7.625rem;left:43.375rem;height:6.3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k7ieSAwllZX9gqTda7EA5kPOmTEDUXnU { box-sizing:content-box;height:14.0625rem;width:18.75rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image:none;top:2.25rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#X9Bg2LbuU5HgwPvVCT8z23PR0TGGsICZ { box-sizing:content-box;height:14.0625rem;width:18.75rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;top:2.25rem;left:20.5rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#wZ1k6OWJdRFiSA3ddxMN6yUeW7BpnvpP { box-sizing:content-box;height:14.0625rem;width:18.75rem;position:absolute;display:block;z-index:15026;background-color:transparent;background-image:none;top:2.25rem;left:41.0625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);display:block; }
#GQEf1DSL24eC5tQrX0xLkJZ2cHmbDGBb { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:19.935156822204rem;left:12.1875rem;height:4.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lmfUBEyTJ9cdomn4vfDb5DAXTExz76Bz { z-index:15053;top:26.341406822204rem;left:18.500001907349rem;background-color:#6320ee;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#M0lV2F8dTQ2T8FRP0sFMI0NT24PAGTGB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lHPBZS1qDAyf18heQoCIWvwRQvTIfSXD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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;z-index:auto;display:block; }#lHPBZS1qDAyf18heQoCIWvwRQvTIfSXD > .row .container { background-color: transparent; background-image: none; }#lHPBZS1qDAyf18heQoCIWvwRQvTIfSXD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHPBZS1qDAyf18heQoCIWvwRQvTIfSXD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHPBZS1qDAyf18heQoCIWvwRQvTIfSXD > .row .container > .video-iframe-container { display: none; }#lHPBZS1qDAyf18heQoCIWvwRQvTIfSXD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHPBZS1qDAyf18heQoCIWvwRQvTIfSXD > .row > .video-iframe-container { display: none; }#lHPBZS1qDAyf18heQoCIWvwRQvTIfSXD > .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); }#lHPBZS1qDAyf18heQoCIWvwRQvTIfSXD > .row .container { border-width: 0; border-radius: 0; }#lHPBZS1qDAyf18heQoCIWvwRQvTIfSXD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lHPBZS1qDAyf18heQoCIWvwRQvTIfSXD > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:60rem;position:relative;display:block; }#ynG3AXcslLpw5p0Mcul1C7T40u4t0Vs2 { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:4.3070311546326rem;left:25.000001907349rem;height:2.975rem;text-align:left;text-align-last:left;display:block; }
#SdBtazo0zCh71ARteOKmNZqZPPVED8Wy { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:9.8993749618531rem;left:0rem;height:1.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pVJzZl869EI7HTrFp4EnDDMht7gT46W9 { position:absolute;display:block;z-index:15036;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:6rem;width:17.5rem;top:2.1387498378754rem;left:0rem;overflow:hidden;display:block; }
#shDrp6J3Ey3xVhgVF2UFQJzbRER6hdns { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:4.875rem;left:44.25rem; }
#shDrp6J3Ey3xVhgVF2UFQJzbRER6hdns > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#L9vyn9gpHrKZUJitNDz3SWdKcX6oZyVM { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:4.875rem;left:47.0625rem; }
#L9vyn9gpHrKZUJitNDz3SWdKcX6oZyVM > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#TXIy7gs9IDlaXEM525p3aMvu3xPQKsU0 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:4.875rem;left:49.875rem; }
#TXIy7gs9IDlaXEM525p3aMvu3xPQKsU0 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#ZfXvmkZt9T8m6G5b4n4uaGAELV6sdgvQ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:5rem;left:52.6875rem; }
#ZfXvmkZt9T8m6G5b4n4uaGAELV6sdgvQ > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#qRnrsBMkp4mT2nswXH8ZGZtzltdWElJ1 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:4.875rem;left:55.3125rem; }
#qRnrsBMkp4mT2nswXH8ZGZtzltdWElJ1 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#rndhQCmqSEeaTgU4l0xpbu7UfXOoJ7Tx { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:4.875rem;left:58.125rem; }
#rndhQCmqSEeaTgU4l0xpbu7UfXOoJ7Tx > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zHoAxZt6kqMByEklus5rkk6AdWdnvJ7w { display:block; }#zHoAxZt6kqMByEklus5rkk6AdWdnvJ7w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cu5vKOHU6ZN39gemOwz7F1WfzQMDIzch { width:36.1875rem;height:2.25rem;top:1.375rem;left:4.9585933685303rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmpLNnqTblrGIT0XPnJkmZNtzv6i9hzM { display:block; }
 }@media only screen and (max-width: 763px) { #afvD0ghWx4dRlnV4NVvBRFIT5TlTlZ9L { top:1.3125rem;left:0rem;width:9.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu .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; }
#XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu .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; }
#XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu { width:18.5rem;height:5.1875rem;display:flex;top:2rem;left:16.39999961853rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #nWIywrBpLiL6eVeKy5TCE6BuszRawDOc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #PWqe6NpW4C77B1rbwBt8BtzTJNn2Usxc {  }
 }@media only screen and (max-width: 763px) { #XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #H3O9zvkQ11I7aoZtSb5Bn6ARiGqoDl6s {  }
 }@media only screen and (max-width: 763px) { #XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #MQPJlpJKm3lalrEqJzB1LiWErgH9rsW4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #w7cRAIvd8Gvns6ZzdDmzTm24l4rTf3Rb {  }
 }@media only screen and (max-width: 763px) { #XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #U6AttiGTMnNgpgQyNM9aFk2E7VhSNf1i {  }
 }@media only screen and (max-width: 763px) { #XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #dcPpB2b2znPNxAPWzZb0skW7apQOz9m6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #wwrgJTcpr7N9JKWLay3yzXD1ERbBe2Eo {  }
 }@media only screen and (max-width: 763px) { #XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #Nk2FSUIqDMy1XMfcwivT0WKxfnRDnar3 {  }
 }@media only screen and (max-width: 763px) { #XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #wNuG5vPG3xsMmVT97nVMLS2QUwivKpc9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #U8DHGqRauk0a3rkvoFlqof26om37we7i {  }
 }@media only screen and (max-width: 763px) { #XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #lc7GMFJlUu6VTee3TH4xwC79NGDGLrxu {  }
 }@media only screen and (max-width: 763px) { #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { display:block; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZRlhaFSsfa1Dkhqtygyt3uyVlOloGSA { width:36.875rem;height:14.0625rem;top:7.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVr1EeK5Hc9meTDTbmhdqK5qT3bz662r { width:40.875rem;height:1.1875rem;top:5.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T { display:block; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0VwClDqWMHD6G0ag21J6wyt1OGFTOxN { width:47.75rem;height:6.75rem;top:2.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P44aa36c41a92f19192b1bdf2a5637d9.widget-smartsection { display:block; } #P44aa36c41a92f19192b1bdf2a5637d9.widget-smartsection *:focus-visible, #P44aa36c41a92f19192b1bdf2a5637d9.widget-smartsection input[type="text"]:focus-visible, #P44aa36c41a92f19192b1bdf2a5637d9.widget-smartsection input[type="email"]:focus-visible, #P44aa36c41a92f19192b1bdf2a5637d9.widget-smartsection input[type="tel"]:focus-visible, #P44aa36c41a92f19192b1bdf2a5637d9.widget-smartsection textarea:focus-visible { outline: none; } #tktrlh0eQhz0Qe9NKkzxqEzTxxorqlB7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwVKSOTGwLe5NBrq3NGRqSIOZHtTHTvy { display:block; }#dwVKSOTGwLe5NBrq3NGRqSIOZHtTHTvy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acudIVw9Ckibm3eykrT47LM58C3OxWXr { top:3.625rem;left:0rem;width:14.0625rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh4nQhAqGEstOL8Rl5UkKgb7qaKv2mNS { top:6.375rem;left:0rem;width:14.0625rem;height:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFfDT5y4Doq8frzmwXD6idiop8QzRteX { top:4.0625rem;left:16.75rem;width:14.0625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCtmzIdLJOsH7wVdkAtxRSx7qdgqshfB { top:6.375rem;left:16.75rem;width:14.0625rem;height:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH4hkLD6ikL6CTbnxfx78bngvxpdh9ly { top:3.625rem;left:33.6875rem;width:14.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqp7E7K01tPzgT6HCWLgyuc4vak6at9h { top:7.625rem;left:33.6875rem;width:14.0625rem;height:6.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7ieSAwllZX9gqTda7EA5kPOmTEDUXnU { top:2.25rem;left:0rem;width:18.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9Bg2LbuU5HgwPvVCT8z23PR0TGGsICZ { top:2.25rem;left:14.375rem;width:18.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ1k6OWJdRFiSA3ddxMN6yUeW7BpnvpP { top:2.25rem;left:28.75rem;width:18.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQEf1DSL24eC5tQrX0xLkJZ2cHmbDGBb { width:35.625rem;height:4.8125rem;top:19.875rem;left:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmfUBEyTJ9cdomn4vfDb5DAXTExz76Bz { top:26.3125rem;left:12.375001907349rem;width:23rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0lV2F8dTQ2T8FRP0sFMI0NT24PAGTGB { display:block; }
 }@media only screen and (max-width: 763px) { #lHPBZS1qDAyf18heQoCIWvwRQvTIfSXD { display:block; }#lHPBZS1qDAyf18heQoCIWvwRQvTIfSXD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynG3AXcslLpw5p0Mcul1C7T40u4t0Vs2 { top:4.25rem;left:18.875001907349rem;width:15rem;height:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdBtazo0zCh71ARteOKmNZqZPPVED8Wy { top:9.875rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVJzZl869EI7HTrFp4EnDDMht7gT46W9 { top:2.125rem;left:0rem;width:17.5rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #shDrp6J3Ey3xVhgVF2UFQJzbRER6hdns { top:4.875rem;left:38.125rem;width:1.875rem;height:1.875rem;display:block; }
#shDrp6J3Ey3xVhgVF2UFQJzbRER6hdns > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #L9vyn9gpHrKZUJitNDz3SWdKcX6oZyVM { top:4.875rem;left:40.9375rem;width:1.875rem;height:1.875rem;display:block; }
#L9vyn9gpHrKZUJitNDz3SWdKcX6oZyVM > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #TXIy7gs9IDlaXEM525p3aMvu3xPQKsU0 { top:4.875rem;left:43.75rem;width:1.875rem;height:1.875rem;display:block; }
#TXIy7gs9IDlaXEM525p3aMvu3xPQKsU0 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ZfXvmkZt9T8m6G5b4n4uaGAELV6sdgvQ { top:5rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
#ZfXvmkZt9T8m6G5b4n4uaGAELV6sdgvQ > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #qRnrsBMkp4mT2nswXH8ZGZtzltdWElJ1 { top:4.875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#qRnrsBMkp4mT2nswXH8ZGZtzltdWElJ1 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #rndhQCmqSEeaTgU4l0xpbu7UfXOoJ7Tx { top:4.875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#rndhQCmqSEeaTgU4l0xpbu7UfXOoJ7Tx > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zHoAxZt6kqMByEklus5rkk6AdWdnvJ7w { position:relative;z-index:auto;display:block; }#zHoAxZt6kqMByEklus5rkk6AdWdnvJ7w > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cu5vKOHU6ZN39gemOwz7F1WfzQMDIzch { width:20rem;height:1.9375rem;top:3.40625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmpLNnqTblrGIT0XPnJkmZNtzv6i9hzM { display:block; }
 }@media only screen and (max-width: 763px) { #afvD0ghWx4dRlnV4NVvBRFIT5TlTlZ9L { width:4.8125rem;height:1.25rem;top:1.5625rem;left:7.5624999403956rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu .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; }
#XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu .widget-text.counter-number { padding-top:0.350625rem;padding-right:0.300625rem;padding-bottom:0.350625rem;padding-left:0.300625rem;width:1.805625rem;min-width:1.805625rem;height:1.885625rem;font-size:1.403125rem;line-height:30.17px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff; }
#XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.219375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.4075rem;height:0.74625rem;font-size:0.526875rem;line-height:11.94px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu { width:14.125rem;height:3.67734375rem;display:flex;top:5.9375rem;left:2.9375001192093rem;z-index:15015;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #nWIywrBpLiL6eVeKy5TCE6BuszRawDOc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #PWqe6NpW4C77B1rbwBt8BtzTJNn2Usxc {  }
 }@media only screen and (max-width: 763px) { #XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #H3O9zvkQ11I7aoZtSb5Bn6ARiGqoDl6s {  }
 }@media only screen and (max-width: 763px) { #XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #MQPJlpJKm3lalrEqJzB1LiWErgH9rsW4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #w7cRAIvd8Gvns6ZzdDmzTm24l4rTf3Rb {  }
 }@media only screen and (max-width: 763px) { #XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #U6AttiGTMnNgpgQyNM9aFk2E7VhSNf1i {  }
 }@media only screen and (max-width: 763px) { #XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #dcPpB2b2znPNxAPWzZb0skW7apQOz9m6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #wwrgJTcpr7N9JKWLay3yzXD1ERbBe2Eo {  }
 }@media only screen and (max-width: 763px) { #XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #Nk2FSUIqDMy1XMfcwivT0WKxfnRDnar3 {  }
 }@media only screen and (max-width: 763px) { #XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #wNuG5vPG3xsMmVT97nVMLS2QUwivKpc9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #U8DHGqRauk0a3rkvoFlqof26om37we7i {  }
 }@media only screen and (max-width: 763px) { #XvqTVEkudsRfkBtfL0vVn8LNVK07vsqu #lc7GMFJlUu6VTee3TH4xwC79NGDGLrxu {  }
 }@media only screen and (max-width: 763px) { #zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG { background-color:#000000;background-image:none;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;display:block; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { background-color: transparent; background-image: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container { display: none; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .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); }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { border-width: 0; border-radius: 0; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zNSeoaRuNUZ84BtTIUf2hcAVD0NBRGIG > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CZRlhaFSsfa1Dkhqtygyt3uyVlOloGSA { width:20rem;height:6.5625rem;top:2.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVr1EeK5Hc9meTDTbmhdqK5qT3bz662r { width:20rem;height:1.875rem;top:0rem;left:0rem;text-align:left;text-align-last:left;font-size:0.625rem;line-height:3;display:block; }
 }@media only screen and (max-width: 763px) { #Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T { background-color:#000000;background-image:none;display:block; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container { background-color: transparent; background-image: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container > .video-iframe-container { display: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row > .video-iframe-container { display: none; }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .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); }#Z6JuLFS3WD75i1xJScMhiNpCEcPKbM2T > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0VwClDqWMHD6G0ag21J6wyt1OGFTOxN { width:20rem;height:3rem;top:1rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#ffffff;line-height:1.2;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #P44aa36c41a92f19192b1bdf2a5637d9.widget-smartsection { background-color:#ffffff;background-image:none;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;display:block; } #P44aa36c41a92f19192b1bdf2a5637d9.widget-smartsection *:focus-visible, #P44aa36c41a92f19192b1bdf2a5637d9.widget-smartsection input[type="text"]:focus-visible, #P44aa36c41a92f19192b1bdf2a5637d9.widget-smartsection input[type="email"]:focus-visible, #P44aa36c41a92f19192b1bdf2a5637d9.widget-smartsection input[type="tel"]:focus-visible, #P44aa36c41a92f19192b1bdf2a5637d9.widget-smartsection textarea:focus-visible { outline: none; } #tktrlh0eQhz0Qe9NKkzxqEzTxxorqlB7 > .row .container { background-color: transparent; background-image: none; }#tktrlh0eQhz0Qe9NKkzxqEzTxxorqlB7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tktrlh0eQhz0Qe9NKkzxqEzTxxorqlB7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tktrlh0eQhz0Qe9NKkzxqEzTxxorqlB7 > .row .container > .video-iframe-container { display: none; }#tktrlh0eQhz0Qe9NKkzxqEzTxxorqlB7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tktrlh0eQhz0Qe9NKkzxqEzTxxorqlB7 > .row > .video-iframe-container { display: none; }#tktrlh0eQhz0Qe9NKkzxqEzTxxorqlB7 > .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); }#tktrlh0eQhz0Qe9NKkzxqEzTxxorqlB7 > .row .container { border-width: 0; border-radius: 0; }#tktrlh0eQhz0Qe9NKkzxqEzTxxorqlB7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tktrlh0eQhz0Qe9NKkzxqEzTxxorqlB7 > .row .container { width:20rem;height:139.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwVKSOTGwLe5NBrq3NGRqSIOZHtTHTvy { display:block; }#dwVKSOTGwLe5NBrq3NGRqSIOZHtTHTvy > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #acudIVw9Ckibm3eykrT47LM58C3OxWXr { width:17.1875rem;height:2.5rem;top:2.1875rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh4nQhAqGEstOL8Rl5UkKgb7qaKv2mNS { width:17.1875rem;height:3.65625rem;top:4.4375rem;left:1.375rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KFfDT5y4Doq8frzmwXD6idiop8QzRteX { width:17.1875rem;height:2.5rem;top:11.875rem;left:1.4375rem;font-size:1.25rem;line-height:02;display:block; }
 }@media only screen and (max-width: 763px) { #eCtmzIdLJOsH7wVdkAtxRSx7qdgqshfB { width:17.1875rem;height:3.65625rem;top:14.375rem;left:1.375rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NH4hkLD6ikL6CTbnxfx78bngvxpdh9ly { width:17.1875rem;height:2.5rem;top:21.8125rem;left:1.375rem;font-size:1.25rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #dqp7E7K01tPzgT6HCWLgyuc4vak6at9h { width:17.1875rem;height:3.65625rem;top:24.3125rem;left:1.4375rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #k7ieSAwllZX9gqTda7EA5kPOmTEDUXnU { width:19.8125rem;height:8.4375rem;top:0.8125rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9Bg2LbuU5HgwPvVCT8z23PR0TGGsICZ { width:19.8125rem;height:8.4375rem;top:10.625rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ1k6OWJdRFiSA3ddxMN6yUeW7BpnvpP { width:19.8125rem;height:8.4375rem;top:20.5rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQEf1DSL24eC5tQrX0xLkJZ2cHmbDGBb { width:20rem;height:4.6875rem;top:30.949219703674rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lmfUBEyTJ9cdomn4vfDb5DAXTExz76Bz { top:37.19921875rem;left:0.3125rem;width:19.375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0lV2F8dTQ2T8FRP0sFMI0NT24PAGTGB { display:block; }
 }@media only screen and (max-width: 763px) { #lHPBZS1qDAyf18heQoCIWvwRQvTIfSXD { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#lHPBZS1qDAyf18heQoCIWvwRQvTIfSXD > .row .container { background-color: transparent; background-image: none; }#lHPBZS1qDAyf18heQoCIWvwRQvTIfSXD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHPBZS1qDAyf18heQoCIWvwRQvTIfSXD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHPBZS1qDAyf18heQoCIWvwRQvTIfSXD > .row .container > .video-iframe-container { display: none; }#lHPBZS1qDAyf18heQoCIWvwRQvTIfSXD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHPBZS1qDAyf18heQoCIWvwRQvTIfSXD > .row > .video-iframe-container { display: none; }#lHPBZS1qDAyf18heQoCIWvwRQvTIfSXD > .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); }#lHPBZS1qDAyf18heQoCIWvwRQvTIfSXD > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynG3AXcslLpw5p0Mcul1C7T40u4t0Vs2 { width:20rem;height:2.8rem;top:6.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SdBtazo0zCh71ARteOKmNZqZPPVED8Wy { width:20rem;height:5.6rem;top:15.062501549721rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pVJzZl869EI7HTrFp4EnDDMht7gT46W9 { width:13.875rem;height:4.75rem;top:1.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #shDrp6J3Ey3xVhgVF2UFQJzbRER6hdns { display:flex;width:3.125rem;height:3.125rem;top:10.6875rem;left:0.75000005960463rem; }
#shDrp6J3Ey3xVhgVF2UFQJzbRER6hdns > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #L9vyn9gpHrKZUJitNDz3SWdKcX6oZyVM { display:flex;width:3.125rem;height:3.125rem;top:10.6875rem;left:3.8125000596046rem; }
#L9vyn9gpHrKZUJitNDz3SWdKcX6oZyVM > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #TXIy7gs9IDlaXEM525p3aMvu3xPQKsU0 { display:flex;width:3.125rem;height:3.125rem;top:10.6875rem;left:6.9375005364419rem; }
#TXIy7gs9IDlaXEM525p3aMvu3xPQKsU0 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #ZfXvmkZt9T8m6G5b4n4uaGAELV6sdgvQ { display:flex;width:2.9375rem;height:2.9375rem;top:10.75rem;left:10.062500536442rem; }
#ZfXvmkZt9T8m6G5b4n4uaGAELV6sdgvQ > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; } }@media only screen and (max-width: 763px) { #qRnrsBMkp4mT2nswXH8ZGZtzltdWElJ1 { display:flex;width:3.125rem;height:3.125rem;top:10.6875rem;left:13.000000536442rem; }
#qRnrsBMkp4mT2nswXH8ZGZtzltdWElJ1 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #rndhQCmqSEeaTgU4l0xpbu7UfXOoJ7Tx { display:flex;width:3.125rem;height:3.125rem;top:10.6875rem;left:16.125001490116rem; }
#rndhQCmqSEeaTgU4l0xpbu7UfXOoJ7Tx > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }