.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:218,241,243;--color-primary-1:133,209,214;--color-primary-2:11,163,173;--color-primary-3:6,82,87;--color-primary-4:2,24,26;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:178,179,181;--color-tertiary-2:127,128,132;--color-tertiary-3:76,77,79;--color-tertiary-4:42,44,50;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(67deg, #2c3337, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(67deg, #2c3337, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(67deg, #2c3337, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(67deg, #2c3337, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3337', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3337', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(67deg, #2c3337, rgba(var(--color-primary-2),1));background-size:cover !important;position:relative;display:block; }
#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt > .row > .video-iframe-container { display: none; }#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt > .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); }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/8fb41ebd-930c-4a78-9726-e316d1def9e0/LPbg.webp");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;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; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu.adaptive-delivery-prevent-bg, #d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu.lazyload, #d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu.lazyloading { background-image: none; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row .container { background-color: transparent; background-image: none; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row .container > .video-iframe-container { display: none; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row > .video-iframe-container { display: none; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .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); }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row .container { border-width: 0; border-radius: 0; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:75rem;overflow:visible;position:relative;display:block; }#dbNw1n3TQ9GexE7yc3t3ddSIzeaNbBTV { color:#2a2c32;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:20.4375rem;left:23.4375rem;height:2.79980625rem;text-align:left;text-align-last:left;display:block; }
#nkNJbgdaTWxDJJt6u2i6NrZbIlokl79M { color:#2a2c32;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:300;z-index:15034;line-height:1.2;letter-spacing:0;top:13.5625rem;left:3.5625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qN8J0usSkCbeA2h9kkaEqOt3ylwIqMk9 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.5rem;top:1.31103515625rem;left:28.27880859375rem;overflow:hidden;display:block; }
#HhNrzazAVTyzZ9lBI5QiEAdWeCGIRWDL { z-index:15002;top:35.30908203125rem;left:0rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:21.875rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ouwyLQvNN8irqtgq10qfmxsTq5ATqDvL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N9NTvTKxfyEfmxtAUiVAivKphoiuJhXR { color:#2a2c32;display:block;width:33.624rem;position:absolute;font-family:besley;font-size:2.375rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:26.80126953125rem;left:1.0625rem;height:5.69986875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#nI7r8852iCqVeRhLHbWKt0zx2BefBsWk { color:#2a2c32;display:block;width:9.56175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:1.2548828125rem;left:38.9990234375rem;height:1.80013125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xBd95vZpMdhZi7bwqa9nfhp0ABkTi9I4 { box-sizing:content-box;height:1.875rem;width:0.062255875rem;position:absolute;display:block;z-index:15035;background-color:#2a2c32;background-image:none;top:1.21826171875rem;left:37.46826171875rem;display:block; }
#taeNfHtTIXhUxk3Ad5oqTIVIzalkRWb0 { color:#2a2c32;display:block;width:31.9375rem;position:absolute;font-family:besley;font-size:5.6875rem;font-weight:400;z-index:15035;line-height:1.2;letter-spacing:0;top:12.375rem;left:8.75rem;height:6.8246875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#EhfT0M8apo2iLAMh9ZgmfcRF1bKmzRP3 { color:#2a2c32;display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:8.3212890625rem;left:2.95263671875rem;height:1.80013125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K3RwLKz2TKlt0uFH0uEzm5Bze4aFExsO { 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:2.5rem;width:2.5rem;top:7.97216796875rem;left:0rem;overflow:hidden;display:block; }
#bkmiFII5mO4sC5v7QwzoKsnLJHJdBh6W { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:7.97119140625rem;left:21.1865234375rem;overflow:hidden;display:block; }
#QdgNK8367FpJzBA5OvWQMsvzmtpuOhcG { color:#2a2c32;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:8.3203125rem;left:24.20068359375rem;height:1.80013125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pWWlhXmXQIxSbxcJD8xJoJzlBxpyo97T { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:37.5rem;display:none; }
#gQzupkebNh0RNqJbNioDwoUMbQLco3pH { color:#2a2c32;display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.6875rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:17.6875rem;left:1.0625rem;height:6.8246875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#BkQxTQ2eLdymaKcEp23IbAkqWIOr3y9r { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4.8125rem;top:11.17919921875rem;left:46.38720703125rem;overflow:hidden;display:block; }
#LcFaGlNSzQtamn9aSkq0PSsOWpHoA4aG { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:3.0546875rem;left:62.03076171875rem;overflow:hidden;display:block; }
#gmiuTFZlyBGmNCQy4DInzgddzghmxZ8J { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:15rem;top:34.75rem;left:14.9365234375rem;overflow:hidden;display:block; }
#Dhq9Qph9t0EaUwxXq9nIZ5W64Ur3lTQg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;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; }#Dhq9Qph9t0EaUwxXq9nIZ5W64Ur3lTQg > .row .container { background-color: transparent; background-image: none; }#Dhq9Qph9t0EaUwxXq9nIZ5W64Ur3lTQg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dhq9Qph9t0EaUwxXq9nIZ5W64Ur3lTQg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dhq9Qph9t0EaUwxXq9nIZ5W64Ur3lTQg > .row .container > .video-iframe-container { display: none; }#Dhq9Qph9t0EaUwxXq9nIZ5W64Ur3lTQg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dhq9Qph9t0EaUwxXq9nIZ5W64Ur3lTQg > .row > .video-iframe-container { display: none; }#Dhq9Qph9t0EaUwxXq9nIZ5W64Ur3lTQg > .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); }#Dhq9Qph9t0EaUwxXq9nIZ5W64Ur3lTQg > .row .container { border-width: 0; border-radius: 0; }#Dhq9Qph9t0EaUwxXq9nIZ5W64Ur3lTQg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dhq9Qph9t0EaUwxXq9nIZ5W64Ur3lTQg > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 .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; }
#OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.564375rem;padding-right:0.604375rem;padding-bottom:0.564375rem;padding-left:0.604375rem;display:block;align-items:center;width:3.6225rem;min-width:3.6225rem;height:3.023125rem;position:relative;font-family:var(--headlines-font-family);font-size:2.2575rem;font-weight:700;line-height:48.37px;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;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 .widget-text.counter-label { background-color:;background-image:none;color:#e2fd96;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.35125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.83375rem;height:1.190625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.846875rem;font-weight:700;line-height:19.05px;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; }
#OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 { 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:23.3125rem;height:5.69375rem;padding-top:0.069375rem;padding-right:0.08625rem;padding-bottom:0.069375rem;padding-left:0.08625rem;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:1.1875rem;left:25.2021484375rem;z-index:15047; }
#OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #JogdtDVWVKxTch5IT1oxAqgIfaNdFooG { display:flex;position:relative;top:0rem;left:0rem; }
#OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #J0BoO9KpLyaOxPOCnpvTyihXphZT3HV7 { width:auto; }
#OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #B15ZMfTuyoWD5fJokDPxZZMtAXelFgBT {  }
#OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #DQHqC6BtL9IUKlKPqX79kT2lp8nAF8RT { display:flex;position:relative;top:0rem;left:0rem; }
#OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #WIMIHbRmaR166www4TKVzBMUcfKMJ0TF {  }
#OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #lAXxRwG5KEOy5yM2MIMWn5wGO2nOrmBb {  }
#OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #pEDKh7fizEHZqwWeTl4Vh6aktB1T0RKz { display:flex;position:relative;top:0rem;left:0rem; }
#OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #GJguaPx3TvIoTLv8t04onPA5oxTh9zLR {  }
#OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #E6n28TaMpxGSTiFGCAGmF9r9T9FuTTgQ {  }
#OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #h0cxDCMG7zqpUugxJULPTFDaG0UiKJRq { display:flex;position:relative;top:0rem;left:0rem; }
#OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #uC8Vu77X8ct1Q67l8nN4vFxDhlc5ifzG {  }
#OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #bZ0nnuLZPi4nTfAnbMRee30LPDKWNMaO {  }
#sS09xQBMqPZqTQKg39irQVFX7x2GPr53 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e3a49b73-397e-4415-909f-1469e869fa8d/LPbgform.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sS09xQBMqPZqTQKg39irQVFX7x2GPr53.adaptive-delivery-prevent-bg, #sS09xQBMqPZqTQKg39irQVFX7x2GPr53.lazyload, #sS09xQBMqPZqTQKg39irQVFX7x2GPr53.lazyloading { background-image: none; }#sS09xQBMqPZqTQKg39irQVFX7x2GPr53 > .row .container { background-color: transparent; background-image: none; }#sS09xQBMqPZqTQKg39irQVFX7x2GPr53::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sS09xQBMqPZqTQKg39irQVFX7x2GPr53 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sS09xQBMqPZqTQKg39irQVFX7x2GPr53 > .row .container > .video-iframe-container { display: none; }#sS09xQBMqPZqTQKg39irQVFX7x2GPr53 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sS09xQBMqPZqTQKg39irQVFX7x2GPr53 > .row > .video-iframe-container { display: none; }#sS09xQBMqPZqTQKg39irQVFX7x2GPr53 > .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); }#sS09xQBMqPZqTQKg39irQVFX7x2GPr53 > .row .container { border-width: 0; border-radius: 0; }#sS09xQBMqPZqTQKg39irQVFX7x2GPr53 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sS09xQBMqPZqTQKg39irQVFX7x2GPr53 > .row .container { font-size:0.875rem;font-family:arial;height:62.5rem;width:75rem;position:relative;display:block; }#ZB3uwb8phdhn5IGkZE9GTR3neC51lU4O { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e5e5e5;border-left:0.0625rem solid #e5e5e5;border-right:0.0625rem solid #e5e5e5;border-bottom:0.0625rem solid #e5e5e5;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.5rem 1.5625rem rgba(0,0,0,0.1) ;height:50.5625rem;width:32.5rem;top:5.125rem;left:39.9375rem;display:block; }
#AmC1AOmMZoSN3t3iEoHfRo5vezSWgDmu { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:6.9375rem;left:42.5625rem;height:2.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-form-header {  }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:27.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;line-height:1.3;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-text {padding-top: 0; padding-bottom: 0;}#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.5rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.5rem;box-sizing:border-box;height:2.5rem;color:#929191;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-select {padding-top: 0; padding-bottom: 0;}#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:27.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp [class*="-text"]:-moz-placeholder { color:#929191;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp [class*="-text"]::-moz-placeholder { color:#929191;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp [class*="-text"]:-ms-input-placeholder { color:#929191;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp [class*="-text"]::-webkit-input-placeholder { color:#929191;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#6a6a6a;vertical-align:top;width:26.25rem;overflow:hidden;font-style:normal;float:none; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.6875rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:2.2;float:none; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-container:first-of-type{padding-top:0;}#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-container:last-of-type{padding-bottom:0;}#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.1865234375rem;left:41.25rem; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.5rem;display:block;vertical-align:top; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp {display:block;}#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.1865234375rem;left:41.25rem; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #yQD3gREnxRCkUv5CEAJkBCHVzOp06rT5 { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #b4RKFAVhafu4nLrxXNTW9E66U0loafp0 { position:relative;display:block; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #Cg198HTNZbb0Nk6ioFW1RNKSEcwuz48l { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #nfvzLWbWO7yswrpIqDqWkigqQnDOZ6PL { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #ZzlO6oobsk14Amm6eHSTk0tPE5faxdJ6 { position:relative;display:block; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #nDyQPkonymQUEQ6qTASASpCHO7NlLhFR { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #S0b9wErG5p7rWviTMJtvsUTAdCn6TXwl { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #SvOoiOulOBS8aCBBkhCW35NvS78sTQpJ { position:relative;display:block; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #dNS73KoT7aTnNV6zvghQCI36b61vpZdW { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #e3bc1pbvWJzLroz9me5BZT9GITv9n1k7 { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #EIkQ7v3pyaTeTR4kveIgUF9ZXwqDOJBc { position:relative;display:block; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #zDpcntKMauPfXCeytFApQSbHrbO5vVEG { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #P1MUqB86clzMgQAkBlaBE9mESBR3NCL7 { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #E0AfOfJT00znfpVb9IZtTODJFBsRTvK6 { position:relative;display:block; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #aMtKwEP7bWHgqUrV1nbZOO5JbGGe6sMT { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #poDA6GUFfv0S5uAaNE9JZvnkC24ocx40 { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #poDA6GUFfv0S5uAaNE9JZvnkC24ocx40 .container-column{width:50%;}#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #hShZH5QbXhuTPohW0siIVEG41mBt5brX { position:relative;display:block; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #yNwDehVBnUTk7oVD5q8x9iGrtoeULo0q { position:relative;z-index:2; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #g0H0t0N0LvmMcM7ODunVwfTo3RrdOqTw { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #XO3DaCqQ2rhpg1A5CEXz4e2fWHxfIMiT { position:relative;z-index:2; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #cN998TOFA1NMtM6KFIq19nmlRbidHUMf { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #x0524NXC6BVneFuVKLWQp4Tfq6tJewPc { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #QEKAFWmREPTHAhkx1Z4r81AbFl7xnVR4 { position:relative;z-index:2; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #DTvHphV1BlnJFFSKkV7w1hsPGoJt4FT3 { position:relative; }
#QpTkL31hnPTefRT5XJEMLOsyHFnXnN9V { position:relative;display:block; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #HOQdh3haHrdhUXcGUtUKuZcl2iqaOZRi { position:relative; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #hTmnlKC69sFWxP9BNvnnT2TEOITe6zcg { position:relative; }
#g49nTSsvUR0aDkp3y8aA8GobZnXHGylH { color:#2a2c32;display:block;width:30.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15035;line-height:1;letter-spacing:0;top:5.125rem;left:2.625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ho6b4Cyv6LQ4caBBKoZvXiMH6GJKx2Sr { color:#2a2c32;display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:37.5625rem;left:4.8125rem;height:9.00065625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pA4HMK5RcqoPfQLk9VROPAGh2bCHkqoZ { color:rgba(var(--color-primary-2),1);display:block;width:28.0610625rem;position:absolute;font-family:besley;font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:8.5rem;left:42.25rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#dW8e7egzq2ux4gtcUqAVahWT0z5lQQyz { color:#2a2c32;display:block;width:30.4375rem;position:absolute;font-family:besley;font-size:2rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:17.3125rem;left:2.625rem;height:2.3999rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#gEgMaSPTkD834OqDJiXa3slnReNHItUK { color:#2a2c32;display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:22.9375rem;left:2.625rem;height:11.9987rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xqn0cuZruOeZIdTtd0KZVE6LWCsSwhM8 { color:#2a2c32;display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15037;line-height:1.6;letter-spacing:0;top:53.0625rem;left:42.0625rem;height:0.99989375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#QHdE9IfClD0pHGzax5mBthBX9kW7pfAS { color:#2a2c32;display:block;width:31.0625rem;position:absolute;font-family:besley;font-size:4.625rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:10.75rem;left:2.3125rem;height:4.62510625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z78Pfb9s7tCnKXlL2bet7G7IIzD2ofHk { box-sizing:content-box;height:3.125rem;width:30.4375rem;position:absolute;display:block;z-index:15001;background-color:#e2fd96;background-image:none;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-0),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.9375rem;left:2.625rem;display:block; }
#GBzlxzRF5GOc0oBeOhlTLHHOdc42hn7J { box-sizing:content-box;height:11.0625rem;width:30.4375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.125rem;left:2.8125rem;display:block; }
#bDKvsqR7anlRTZ6prlErT0grD4mZuyqZ { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:15rem;top:46.1875rem;left:7.6875rem;overflow:hidden;display:block; }
#JyKdBJEFlbgODdwUu8lR84ArFx6QTb1V { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4995rem;width:21.75rem;top:42rem;left:15.8125rem;overflow:hidden;display:block; }
#XTSsqZoqMbBCPu4yBf3gVCLXLi5IHLgd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f9c9c4);background-image: -moz-linear-gradient(180deg, #ffffff, #f9c9c4);background-image: -ms-linear-gradient(180deg, #ffffff, #f9c9c4);background-image: -o-linear-gradient(180deg, #ffffff, #f9c9c4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9c9c4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9c9c4' );";background-image: linear-gradient(180deg, #ffffff, #f9c9c4);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XTSsqZoqMbBCPu4yBf3gVCLXLi5IHLgd > .row .container { background-color: transparent; background-image: none; }#XTSsqZoqMbBCPu4yBf3gVCLXLi5IHLgd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTSsqZoqMbBCPu4yBf3gVCLXLi5IHLgd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTSsqZoqMbBCPu4yBf3gVCLXLi5IHLgd > .row .container > .video-iframe-container { display: none; }#XTSsqZoqMbBCPu4yBf3gVCLXLi5IHLgd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTSsqZoqMbBCPu4yBf3gVCLXLi5IHLgd > .row > .video-iframe-container { display: none; }#XTSsqZoqMbBCPu4yBf3gVCLXLi5IHLgd > .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); }#XTSsqZoqMbBCPu4yBf3gVCLXLi5IHLgd > .row .container { border-width: 0; border-radius: 0; }#XTSsqZoqMbBCPu4yBf3gVCLXLi5IHLgd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTSsqZoqMbBCPu4yBf3gVCLXLi5IHLgd > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:block; }#qTTd6hh0AtzD0ZBpFk5vowzmQO5s02VR { color:rgba(var(--color-primary-2),1);display:block;width:3.5625rem;position:absolute;font-family:besley;font-size:3.625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.3125rem;left:34.25rem;height:4.71245625rem;font-style:italic;display:block; }
#nkes24dDAm9Npxy2ekpkzrDnEKrELIQ1 { color:#2a2c32;display:block;width:12.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.6875rem;left:19.875rem;height:5.93153125rem;font-style:normal;display:block; }
#SqgEO6dtbclvWCzn0Lz4Xk3oIVmcv75L { color:#2a2c32;display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.6875rem;left:38.875rem;height:5.93153125rem;font-style:normal;display:block; }
#T1C9etcJ7BgWuJApLLxVEik3HlsTWR9D { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:12.625rem;top:7.9375rem;left:14.25rem;overflow:hidden;display:block; }
#iO8J3WvW8pJr4J3BBoJC9txNgNnns05u { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:5.9375rem;top:32.125rem;left:66.125rem;overflow:hidden;display:block; }
#yC79JrZmNR6fgcRU0PMbyETWNChsoLXe { color:rgba(var(--color-primary-2),1);display:block;width:11rem;position:absolute;font-family:besley;font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:16.5rem;left:1.8125rem;height:;font-style:italic;display:block; }
#tZNGd2yxTT9ntoEI82HpBMq4ZRpyWz0A { color:#2a2c32;display:block;width:6.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.5rem;left:12rem;height:2.11230625rem;font-style:normal;display:block; }
#rg0CzQ4hftJXKESdBBSNmshKfmRNr5Co { color:rgba(var(--color-tertiary-2),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:19.0625rem;left:1.875rem;height:13.3838125rem;display:block; }
#en6zutCyfaZsBiIx0tTk6hTAbSSwlfhZ { box-sizing:content-box;height:19.375rem;width:23.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:14.8125rem;left:0rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#x63N8o0e91UqUTvbaoHUuxhE4a7G4Rip { box-sizing:content-box;height:14.375rem;width:21.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:20rem;left:53.125rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#kOsxEPM9Uuy0141B1qoRVJM4Hqnv0cw3 { color:rgba(var(--color-primary-2),1);display:block;width:17.5625rem;position:absolute;font-family:besley;font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:21.68701171875rem;left:54.9375rem;height:2.03125rem;font-style:italic;display:block; }
#T9xQCB4me41cH0236BrOp26PNvZ55dVV { color:#2a2c32;display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:23.4375rem;left:54.9375rem;height:2.11230625rem;font-style:normal;display:block; }
#abvXQmF9tALNHFtBs38TGCKsslbcsI0W { color:rgba(var(--color-tertiary-2),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:26.5625rem;left:55.0625rem;height:5.94835rem;display:block; }
#biZdEalz0fsVCTix5dzrkhCUSgi1L72h { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:41.3125rem;left:0rem;display:none; }
#lCH4biz5okKGhz0X81L13JbuTLMizK20 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wDsCHPSaBixd5I5nTBkMTmE59H1NsnAa { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:32.5625rem;top:22.8125rem;left:17.0625rem;overflow:hidden;display:block; }
#RJXdUT0TMKA2k4qpEXwDkRhbtdFaKFhT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33rem;width:45.6875rem;display:none; }
#NBGIsF8NWoT84lTTxcCKzNAXBKQDVdhf { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:12.625rem;top:9.875rem;left:62.375rem;overflow:hidden;display:none; }
#WT5qatle0N7riHTkq11pmugOAqTxWX7B { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:8.75rem;top:32.5107421875rem;left:43.5rem;overflow:hidden;display:block; }
#fJ1GrzNcu45GzXTNGoMpuhhwJ7c43R8D { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:19.3125rem;top:12.4873046875rem;left:37.34375rem;overflow:hidden;display:block; }
#pLwuxRLqyhq24vTg536OrubDtr2TCRqc { border-top:0.125rem solid #717171;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; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row .container { background-color: transparent; background-image: none; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row .container > .video-iframe-container { display: none; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row > .video-iframe-container { display: none; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .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); }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row .container { border-width: 0; border-radius: 0; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#Q9RDQ8E1nhe3NTtO1BHz14AcNo6r9A9W { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:7.1875rem;top:1.625rem;left:1.5625rem;overflow:hidden;display:block; }
#Dg62xZf68lW9Wy5qgF6kJS2Q3TXOwXoM { color:rgba(var(--color-tertiary-0),1);display:block;width:22.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.6;letter-spacing:0;top:1.69921875rem;left:11.5rem;height:1.5996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w9GQCoLQ2yzWhlNTBfNT4mt8qLZegsmE { position:absolute;display:block;z-index:15024;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:2rem;width:6.75rem;top:1.3125rem;left:65.75rem;overflow:hidden;display:block; }
#cHztfMCei1dPMz0W2OIgNJLV43uw9FG0 { position:absolute;display:block;z-index:15025;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:2rem;width:6.1875rem;top:1.4375rem;left:58.375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu { display:block; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbNw1n3TQ9GexE7yc3t3ddSIzeaNbBTV { top:20.4375rem;left:9.8125rem;width:16.6875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkNJbgdaTWxDJJt6u2i6NrZbIlokl79M { top:13.5625rem;left:0rem;width:11.25rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN8J0usSkCbeA2h9kkaEqOt3ylwIqMk9 { top:1.25rem;left:14.65380859375rem;width:7.5rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhNrzazAVTyzZ9lBI5QiEAdWeCGIRWDL { top:35.25rem;left:0rem;width:21.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouwyLQvNN8irqtgq10qfmxsTq5ATqDvL { display:block; }
 }@media only screen and (max-width: 763px) { #N9NTvTKxfyEfmxtAUiVAivKphoiuJhXR { top:26.75rem;left:0rem;width:33.5625rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI7r8852iCqVeRhLHbWKt0zx2BefBsWk { top:1.25rem;left:25.3740234375rem;width:9.5rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBd95vZpMdhZi7bwqa9nfhp0ABkTi9I4 { top:1.1875rem;left:23.84326171875rem;width:0;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #taeNfHtTIXhUxk3Ad5oqTIVIzalkRWb0 { top:12.375rem;left:0rem;width:31.875rem;height:6.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhfT0M8apo2iLAMh9ZgmfcRF1bKmzRP3 { top:8.3125rem;left:0rem;width:18.1875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3RwLKz2TKlt0uFH0uEzm5Bze4aFExsO { top:7.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkmiFII5mO4sC5v7QwzoKsnLJHJdBh6W { top:7.9375rem;left:7.5615234375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdgNK8367FpJzBA5OvWQMsvzmtpuOhcG { top:8.3125rem;left:10.57568359375rem;width:22.625rem;height:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWWlhXmXQIxSbxcJD8xJoJzlBxpyo97T { width:37.5rem;height:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQzupkebNh0RNqJbNioDwoUMbQLco3pH { top:17.6875rem;left:0rem;width:29.0625rem;height:6.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkQxTQ2eLdymaKcEp23IbAkqWIOr3y9r { top:11.125rem;left:32.76220703125rem;width:4.8125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcFaGlNSzQtamn9aSkq0PSsOWpHoA4aG { top:3rem;left:39.5625rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmiuTFZlyBGmNCQy4DInzgddzghmxZ8J { top:34.75rem;left:1.3115234375rem;width:15rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhq9Qph9t0EaUwxXq9nIZ5W64Ur3lTQg { display:block; }#Dhq9Qph9t0EaUwxXq9nIZ5W64Ur3lTQg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 .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; }
#OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 .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; }
#OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 .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; }
#OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 { width:18rem;height:5.0625rem;display:flex;top:49.875rem;left:0rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #JogdtDVWVKxTch5IT1oxAqgIfaNdFooG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #J0BoO9KpLyaOxPOCnpvTyihXphZT3HV7 {  }
 }@media only screen and (max-width: 763px) { #OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #B15ZMfTuyoWD5fJokDPxZZMtAXelFgBT {  }
 }@media only screen and (max-width: 763px) { #OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #DQHqC6BtL9IUKlKPqX79kT2lp8nAF8RT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #WIMIHbRmaR166www4TKVzBMUcfKMJ0TF {  }
 }@media only screen and (max-width: 763px) { #OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #lAXxRwG5KEOy5yM2MIMWn5wGO2nOrmBb {  }
 }@media only screen and (max-width: 763px) { #OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #pEDKh7fizEHZqwWeTl4Vh6aktB1T0RKz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #GJguaPx3TvIoTLv8t04onPA5oxTh9zLR {  }
 }@media only screen and (max-width: 763px) { #OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #E6n28TaMpxGSTiFGCAGmF9r9T9FuTTgQ {  }
 }@media only screen and (max-width: 763px) { #OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #h0cxDCMG7zqpUugxJULPTFDaG0UiKJRq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #uC8Vu77X8ct1Q67l8nN4vFxDhlc5ifzG {  }
 }@media only screen and (max-width: 763px) { #OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #bZ0nnuLZPi4nTfAnbMRee30LPDKWNMaO {  }
 }@media only screen and (max-width: 763px) { #sS09xQBMqPZqTQKg39irQVFX7x2GPr53 { display:block; }#sS09xQBMqPZqTQKg39irQVFX7x2GPr53 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZB3uwb8phdhn5IGkZE9GTR3neC51lU4O { top:5.125rem;left:15.125rem;width:32.5rem;height:50.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmC1AOmMZoSN3t3iEoHfRo5vezSWgDmu { top:6.9375rem;left:20.375rem;width:27.375rem;height:2.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-regular-label { width:27.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-text { width:27.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-text {padding-top: 0; padding-bottom: 0;}#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-textarea { width:27.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-select { width:27.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-select {padding-top: 0; padding-bottom: 0;}#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-button { width:27.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-checkbox-label { width:26.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp  { width:27.5rem;height:auto;top:12.125rem;left:17.75rem; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .radio-container { width:27.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp {display:block;}#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp { width:27.5rem;height:auto;top:12.125rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #yQD3gREnxRCkUv5CEAJkBCHVzOp06rT5 {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #b4RKFAVhafu4nLrxXNTW9E66U0loafp0 {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #Cg198HTNZbb0Nk6ioFW1RNKSEcwuz48l {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #nfvzLWbWO7yswrpIqDqWkigqQnDOZ6PL {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #ZzlO6oobsk14Amm6eHSTk0tPE5faxdJ6 {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #nDyQPkonymQUEQ6qTASASpCHO7NlLhFR {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #S0b9wErG5p7rWviTMJtvsUTAdCn6TXwl {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #SvOoiOulOBS8aCBBkhCW35NvS78sTQpJ {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #dNS73KoT7aTnNV6zvghQCI36b61vpZdW {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #e3bc1pbvWJzLroz9me5BZT9GITv9n1k7 {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #EIkQ7v3pyaTeTR4kveIgUF9ZXwqDOJBc {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #zDpcntKMauPfXCeytFApQSbHrbO5vVEG {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #P1MUqB86clzMgQAkBlaBE9mESBR3NCL7 {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #E0AfOfJT00znfpVb9IZtTODJFBsRTvK6 {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #aMtKwEP7bWHgqUrV1nbZOO5JbGGe6sMT {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #poDA6GUFfv0S5uAaNE9JZvnkC24ocx40 {  }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #poDA6GUFfv0S5uAaNE9JZvnkC24ocx40 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #hShZH5QbXhuTPohW0siIVEG41mBt5brX {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #yNwDehVBnUTk7oVD5q8x9iGrtoeULo0q {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #g0H0t0N0LvmMcM7ODunVwfTo3RrdOqTw {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #XO3DaCqQ2rhpg1A5CEXz4e2fWHxfIMiT {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #cN998TOFA1NMtM6KFIq19nmlRbidHUMf {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #x0524NXC6BVneFuVKLWQp4Tfq6tJewPc {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #QEKAFWmREPTHAhkx1Z4r81AbFl7xnVR4 {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #DTvHphV1BlnJFFSKkV7w1hsPGoJt4FT3 {  }
 }@media only screen and (max-width: 763px) { #QpTkL31hnPTefRT5XJEMLOsyHFnXnN9V { display:block; }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #HOQdh3haHrdhUXcGUtUKuZcl2iqaOZRi {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #hTmnlKC69sFWxP9BNvnnT2TEOITe6zcg {  }
 }@media only screen and (max-width: 763px) { #g49nTSsvUR0aDkp3y8aA8GobZnXHGylH { top:5.125rem;left:0rem;width:30.75rem;height:5.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho6b4Cyv6LQ4caBBKoZvXiMH6GJKx2Sr { top:37.5625rem;left:0rem;width:18rem;height:8.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA4HMK5RcqoPfQLk9VROPAGh2bCHkqoZ { top:8.4375rem;left:19.75rem;width:28rem;height:4.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW8e7egzq2ux4gtcUqAVahWT0z5lQQyz { top:17.25rem;left:0rem;width:30.375rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEgMaSPTkD834OqDJiXa3slnReNHItUK { top:22.875rem;left:0rem;width:30.375rem;height:12rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xqn0cuZruOeZIdTtd0KZVE6LWCsSwhM8 { top:53.0625rem;left:19.375rem;width:28.375rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHdE9IfClD0pHGzax5mBthBX9kW7pfAS { top:10.75rem;left:0rem;width:31.0625rem;height:4.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z78Pfb9s7tCnKXlL2bet7G7IIzD2ofHk { top:16.9375rem;left:0rem;width:30.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBzlxzRF5GOc0oBeOhlTLHHOdc42hn7J { top:36.125rem;left:0rem;width:30.4375rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDKvsqR7anlRTZ6prlErT0grD4mZuyqZ { top:46.1875rem;left:0.875rem;width:15rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyKdBJEFlbgODdwUu8lR84ArFx6QTb1V { top:42rem;left:2.125rem;width:21.75rem;height:15.4995rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTSsqZoqMbBCPu4yBf3gVCLXLi5IHLgd { display:block; }#XTSsqZoqMbBCPu4yBf3gVCLXLi5IHLgd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTTd6hh0AtzD0ZBpFk5vowzmQO5s02VR { top:3.3125rem;left:20.625rem;width:3.5625rem;height:4.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkes24dDAm9Npxy2ekpkzrDnEKrELIQ1 { top:2.6875rem;left:6.25rem;width:12.75rem;height:5.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqgEO6dtbclvWCzn0Lz4Xk3oIVmcv75L { top:2.6875rem;left:25.25rem;width:16.25rem;height:5.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1C9etcJ7BgWuJApLLxVEik3HlsTWR9D { top:7.9375rem;left:0.625rem;width:12.625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO8J3WvW8pJr4J3BBoJC9txNgNnns05u { top:32.125rem;left:41.8125rem;width:5.9375rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC79JrZmNR6fgcRU0PMbyETWNChsoLXe { top:16.5rem;left:0rem;width:11rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZNGd2yxTT9ntoEI82HpBMq4ZRpyWz0A { top:16.5rem;left:0rem;width:6.3125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg0CzQ4hftJXKESdBBSNmshKfmRNr5Co { top:19.0625rem;left:0rem;width:19.5625rem;height:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #en6zutCyfaZsBiIx0tTk6hTAbSSwlfhZ { top:14.8125rem;left:0rem;width:23.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x63N8o0e91UqUTvbaoHUuxhE4a7G4Rip { top:20rem;left:25.75rem;width:21.875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOsxEPM9Uuy0141B1qoRVJM4Hqnv0cw3 { top:21.625rem;left:30.1875rem;width:17.5625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9xQCB4me41cH0236BrOp26PNvZ55dVV { top:23.4375rem;left:36.875rem;width:10.875rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #abvXQmF9tALNHFtBs38TGCKsslbcsI0W { top:26.5rem;left:31.0625rem;width:16.6875rem;height:5.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #biZdEalz0fsVCTix5dzrkhCUSgi1L72h { width:22rem;height:3.125rem;top:41.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCH4biz5okKGhz0X81L13JbuTLMizK20 { display:block; }
 }@media only screen and (max-width: 763px) { #wDsCHPSaBixd5I5nTBkMTmE59H1NsnAa { top:22.8125rem;left:3.4375rem;width:32.5625rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJXdUT0TMKA2k4qpEXwDkRhbtdFaKFhT { width:45.6875rem;height:33rem;display:none; }
 }@media only screen and (max-width: 763px) { #NBGIsF8NWoT84lTTxcCKzNAXBKQDVdhf { top:9.875rem;left:35.125rem;width:12.625rem;height:12.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WT5qatle0N7riHTkq11pmugOAqTxWX7B { top:32.5rem;left:29.875rem;width:8.75rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ1GrzNcu45GzXTNGoMpuhhwJ7c43R8D { top:12.4375rem;left:23.71875rem;width:19.3125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLwuxRLqyhq24vTg536OrubDtr2TCRqc { display:block; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9RDQ8E1nhe3NTtO1BHz14AcNo6r9A9W { top:1.625rem;left:0rem;width:7.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg62xZf68lW9Wy5qgF6kJS2Q3TXOwXoM { top:1.6875rem;left:0rem;width:22.3125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9GQCoLQ2yzWhlNTBfNT4mt8qLZegsmE { top:1.3125rem;left:41rem;width:6.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHztfMCei1dPMz0W2OIgNJLV43uw9FG0 { top:1.4375rem;left:41.5625rem;width:6.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt > .row > .video-iframe-container { display: none; }#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt > .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); } }@media only screen and (max-width: 763px) { #d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu { background-color:#2a2c32;background-image:url("https://images.assets-landingi.com/uc/175aea26-c670-497d-ba54-a827ea22c0a4/LPBGMobile.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu.adaptive-delivery-prevent-bg, #d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu.lazyload, #d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu.lazyloading { background-image: none; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row .container { background-color: transparent; background-image: none; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row .container > .video-iframe-container { display: none; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row > .video-iframe-container { display: none; }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .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); }#d05ZO4rHehkaClbOqGfQ9wp6pLkPakdu > .row .container { width:20rem;height:55.499161376953rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbNw1n3TQ9GexE7yc3t3ddSIzeaNbBTV { width:17.4375rem;height:3.19921875rem;top:33.67578125rem;left:1.8125rem;font-size:1rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nkNJbgdaTWxDJJt6u2i6NrZbIlokl79M { width:3.3125rem;height:2.10015rem;top:4.77685546875rem;left:1.8125rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qN8J0usSkCbeA2h9kkaEqOt3ylwIqMk9 { width:6.125rem;height:1.3125rem;top:1.37451171875rem;left:2.889404296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhNrzazAVTyzZ9lBI5QiEAdWeCGIRWDL { top:45.3642578125rem;left:1.21923828125rem;width:17.5rem;height:3.374025rem;background-color:#0ba3ad;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ouwyLQvNN8irqtgq10qfmxsTq5ATqDvL { display:block; }
 }@media only screen and (max-width: 763px) { #N9NTvTKxfyEfmxtAUiVAivKphoiuJhXR { width:15.1875rem;height:4.72330625rem;top:10.43408203125rem;left:1.8125rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nI7r8852iCqVeRhLHbWKt0zx2BefBsWk { width:7.6245rem;height:1.5rem;top:1.31103515625rem;left:9.951171875rem;font-size:0.9375rem;line-height:1.6;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xBd95vZpMdhZi7bwqa9nfhp0ABkTi9I4 { width:0.062255875rem;height:1.43676875rem;top:1.3427734375rem;left:9.96826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #taeNfHtTIXhUxk3Ad5oqTIVIzalkRWb0 { width:16.5625rem;height:2.8499375rem;top:4.40185546875rem;left:3.4375rem;font-size:2.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EhfT0M8apo2iLAMh9ZgmfcRF1bKmzRP3 { width:12.75rem;height:3.19921875rem;top:38.1875rem;left:4.75rem;font-size:1rem;line-height:1.6;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #K3RwLKz2TKlt0uFH0uEzm5Bze4aFExsO { width:2.5rem;height:2.5rem;top:37.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkmiFII5mO4sC5v7QwzoKsnLJHJdBh6W { width:2.5rem;height:2.5rem;top:41.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdgNK8367FpJzBA5OvWQMsvzmtpuOhcG { width:13.6853125rem;height:3.19921875rem;top:41.5625rem;left:4.875rem;font-size:1rem;line-height:1.6;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pWWlhXmXQIxSbxcJD8xJoJzlBxpyo97T { top:16.119140625rem;left:1.71875rem;width:16.5625rem;height:16.5625rem;z-index:15038;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gQzupkebNh0RNqJbNioDwoUMbQLco3pH { width:12.625rem;height:2.8499375rem;top:6.87646484375rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BkQxTQ2eLdymaKcEp23IbAkqWIOr3y9r { width:4.8125rem;height:4.75rem;top:13.619140625rem;left:10.5625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #LcFaGlNSzQtamn9aSkq0PSsOWpHoA4aG { width:8.187375rem;height:8.187375rem;top:47.312284469604rem;left:11.812608718872rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmiuTFZlyBGmNCQy4DInzgddzghmxZ8J { width:15rem;height:14.6875rem;top:65.4257828125rem;left:2.5rem;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #Dhq9Qph9t0EaUwxXq9nIZ5W64Ur3lTQg { display:block; }#Dhq9Qph9t0EaUwxXq9nIZ5W64Ur3lTQg > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 .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; }
#OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 .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; }
#OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 { width:18rem;height:5.0625rem;display:flex;top:1.25rem;left:0.9375rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #JogdtDVWVKxTch5IT1oxAqgIfaNdFooG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #J0BoO9KpLyaOxPOCnpvTyihXphZT3HV7 {  }
 }@media only screen and (max-width: 763px) { #OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #B15ZMfTuyoWD5fJokDPxZZMtAXelFgBT {  }
 }@media only screen and (max-width: 763px) { #OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #DQHqC6BtL9IUKlKPqX79kT2lp8nAF8RT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #WIMIHbRmaR166www4TKVzBMUcfKMJ0TF {  }
 }@media only screen and (max-width: 763px) { #OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #lAXxRwG5KEOy5yM2MIMWn5wGO2nOrmBb {  }
 }@media only screen and (max-width: 763px) { #OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #pEDKh7fizEHZqwWeTl4Vh6aktB1T0RKz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #GJguaPx3TvIoTLv8t04onPA5oxTh9zLR {  }
 }@media only screen and (max-width: 763px) { #OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #E6n28TaMpxGSTiFGCAGmF9r9T9FuTTgQ {  }
 }@media only screen and (max-width: 763px) { #OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #h0cxDCMG7zqpUugxJULPTFDaG0UiKJRq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #uC8Vu77X8ct1Q67l8nN4vFxDhlc5ifzG {  }
 }@media only screen and (max-width: 763px) { #OX6yLHfTX0P4dcQW9kxRcH6ydKR4V7a3 #bZ0nnuLZPi4nTfAnbMRee30LPDKWNMaO {  }
 }@media only screen and (max-width: 763px) { #sS09xQBMqPZqTQKg39irQVFX7x2GPr53 { display:block; }#sS09xQBMqPZqTQKg39irQVFX7x2GPr53 > .row .container { width:20rem;height:97.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZB3uwb8phdhn5IGkZE9GTR3neC51lU4O { width:19.875rem;height:50rem;top:30.625rem;left:0rem;background-color:#e2fd96;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AmC1AOmMZoSN3t3iEoHfRo5vezSWgDmu { width:17.5610625rem;height:2.2749rem;top:32.0625rem;left:1.25rem;font-size:1.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-text {padding-top: 0; padding-bottom: 0;}#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-select {padding-top: 0; padding-bottom: 0;}#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp [class*="-text"]:-moz-placeholder { font-family:poppins;font-size:0.75rem; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp [class*="-text"]::-moz-placeholder { font-family:poppins;font-size:0.75rem; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp [class*="-text"]:-ms-input-placeholder { font-family:poppins;font-size:0.75rem; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp [class*="-text"]::-webkit-input-placeholder { font-family:poppins;font-size:0.75rem; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp  { width:17.5rem;height:auto;top:38.187935829162rem;left:0rem;background-color:#e2fd96;background-image:none; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp {display:block;}#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp { width:17.5rem;height:auto;top:38.187935829162rem;left:0rem;background-color:#e2fd96;background-image:none; }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #yQD3gREnxRCkUv5CEAJkBCHVzOp06rT5 {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #b4RKFAVhafu4nLrxXNTW9E66U0loafp0 {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #Cg198HTNZbb0Nk6ioFW1RNKSEcwuz48l {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #nfvzLWbWO7yswrpIqDqWkigqQnDOZ6PL {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #ZzlO6oobsk14Amm6eHSTk0tPE5faxdJ6 {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #nDyQPkonymQUEQ6qTASASpCHO7NlLhFR {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #S0b9wErG5p7rWviTMJtvsUTAdCn6TXwl {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #SvOoiOulOBS8aCBBkhCW35NvS78sTQpJ {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #dNS73KoT7aTnNV6zvghQCI36b61vpZdW {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #e3bc1pbvWJzLroz9me5BZT9GITv9n1k7 {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #EIkQ7v3pyaTeTR4kveIgUF9ZXwqDOJBc {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #zDpcntKMauPfXCeytFApQSbHrbO5vVEG {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #P1MUqB86clzMgQAkBlaBE9mESBR3NCL7 {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #E0AfOfJT00znfpVb9IZtTODJFBsRTvK6 {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #aMtKwEP7bWHgqUrV1nbZOO5JbGGe6sMT {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #poDA6GUFfv0S5uAaNE9JZvnkC24ocx40 {  }
#cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #poDA6GUFfv0S5uAaNE9JZvnkC24ocx40 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #hShZH5QbXhuTPohW0siIVEG41mBt5brX {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #yNwDehVBnUTk7oVD5q8x9iGrtoeULo0q {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #g0H0t0N0LvmMcM7ODunVwfTo3RrdOqTw {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #XO3DaCqQ2rhpg1A5CEXz4e2fWHxfIMiT {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #cN998TOFA1NMtM6KFIq19nmlRbidHUMf {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #x0524NXC6BVneFuVKLWQp4Tfq6tJewPc {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #QEKAFWmREPTHAhkx1Z4r81AbFl7xnVR4 {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #DTvHphV1BlnJFFSKkV7w1hsPGoJt4FT3 {  }
 }@media only screen and (max-width: 763px) { #QpTkL31hnPTefRT5XJEMLOsyHFnXnN9V { display:block; }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #HOQdh3haHrdhUXcGUtUKuZcl2iqaOZRi {  }
 }@media only screen and (max-width: 763px) { #cv6zhIrgPR7QiLDU4ayUEILQGUeawyXp #hTmnlKC69sFWxP9BNvnnT2TEOITe6zcg {  }
 }@media only screen and (max-width: 763px) { #g49nTSsvUR0aDkp3y8aA8GobZnXHGylH { width:20rem;height:2.69970625rem;top:2.0380859375rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ho6b4Cyv6LQ4caBBKoZvXiMH6GJKx2Sr { width:19.4375rem;height:6.4995625rem;top:22.8125rem;left:0.3125rem;font-size:0.8125rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pA4HMK5RcqoPfQLk9VROPAGh2bCHkqoZ { width:17.5610625rem;height:2.30035rem;top:33.5751953125rem;left:1.21923828125rem;font-size:1.4375rem;line-height:1.6;text-align:center;text-align-last:center;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #dW8e7egzq2ux4gtcUqAVahWT0z5lQQyz { width:20rem;height:1.349825rem;top:7.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gEgMaSPTkD834OqDJiXa3slnReNHItUK { width:18.5rem;height:10.4969625rem;top:11.27734375rem;left:0.75rem;font-size:0.9375rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xqn0cuZruOeZIdTtd0KZVE6LWCsSwhM8 { width:20rem;height:auto;top:53.0625rem;left:0rem;font-size:0.625rem;line-height:1.6;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QHdE9IfClD0pHGzax5mBthBX9kW7pfAS { width:20rem;height:2.8499375rem;top:4.375rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Z78Pfb9s7tCnKXlL2bet7G7IIzD2ofHk { width:15.125rem;height:2.6875rem;top:7.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBzlxzRF5GOc0oBeOhlTLHHOdc42hn7J { width:20rem;height:6.5625rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDKvsqR7anlRTZ6prlErT0grD4mZuyqZ { width:5.5rem;height:5.375rem;top:19.7744140625rem;left:14.5rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #JyKdBJEFlbgODdwUu8lR84ArFx6QTb1V { width:20rem;height:14.252873563218rem;top:82rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTSsqZoqMbBCPu4yBf3gVCLXLi5IHLgd { display:block; }#XTSsqZoqMbBCPu4yBf3gVCLXLi5IHLgd > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTTd6hh0AtzD0ZBpFk5vowzmQO5s02VR { width:3.375rem;height:2.5996125rem;top:5.0625rem;left:4.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkes24dDAm9Npxy2ekpkzrDnEKrELIQ1 { width:7.9375rem;height:3.4121125rem;top:1.9375rem;left:3.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqgEO6dtbclvWCzn0Lz4Xk3oIVmcv75L { width:10.875rem;height:3.4121125rem;top:4.625rem;left:8.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1C9etcJ7BgWuJApLLxVEik3HlsTWR9D { width:11.9375rem;height:11.75rem;top:38.0625rem;left:6.5rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #iO8J3WvW8pJr4J3BBoJC9txNgNnns05u { width:2.6875rem;height:2.6875rem;top:2.125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC79JrZmNR6fgcRU0PMbyETWNChsoLXe { width:9.125rem;height:1.86903125rem;top:12.6875rem;left:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZNGd2yxTT9ntoEI82HpBMq4ZRpyWz0A { width:6.75rem;height:1.86903125rem;top:12.68701171875rem;left:11.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg0CzQ4hftJXKESdBBSNmshKfmRNr5Co { width:15.1875rem;height:13.1239375rem;top:15.1875rem;left:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #en6zutCyfaZsBiIx0tTk6hTAbSSwlfhZ { width:18.125rem;height:19.375rem;top:10.9375rem;left:0.875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x63N8o0e91UqUTvbaoHUuxhE4a7G4Rip { width:18.125rem;height:13.125rem;top:60.0625rem;left:0.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOsxEPM9Uuy0141B1qoRVJM4Hqnv0cw3 { width:15.5rem;height:3.7380625rem;top:60.70703125rem;left:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9xQCB4me41cH0236BrOp26PNvZ55dVV { width:10.9375rem;height:1.86903125rem;top:64.4443359375rem;left:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #abvXQmF9tALNHFtBs38TGCKsslbcsI0W { width:15rem;height:5.25rem;top:66.1875rem;left:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #biZdEalz0fsVCTix5dzrkhCUSgi1L72h { width:17.5rem;height:3.125rem;top:91.6875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lCH4biz5okKGhz0X81L13JbuTLMizK20 { display:block; }
 }@media only screen and (max-width: 763px) { #wDsCHPSaBixd5I5nTBkMTmE59H1NsnAa { width:20rem;height:14.4375rem;top:47.46485625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RJXdUT0TMKA2k4qpEXwDkRhbtdFaKFhT { top:29.5rem;left:0rem;width:20rem;height:14.375rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NBGIsF8NWoT84lTTxcCKzNAXBKQDVdhf { width:5.625rem;height:5.5rem;top:8rem;left:12.5rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #WT5qatle0N7riHTkq11pmugOAqTxWX7B { width:8.75rem;height:8.5625rem;top:55.125rem;left:0rem;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #fJ1GrzNcu45GzXTNGoMpuhhwJ7c43R8D { width:20rem;height:14.5625rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLwuxRLqyhq24vTg536OrubDtr2TCRqc { background-color:#2a2c32;background-image:none;display:block; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row .container { background-color: transparent; background-image: none; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row .container > .video-iframe-container { display: none; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row > .video-iframe-container { display: none; }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .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); }#pLwuxRLqyhq24vTg536OrubDtr2TCRqc > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9RDQ8E1nhe3NTtO1BHz14AcNo6r9A9W { width:6.74925rem;height:1.499025rem;top:1.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg62xZf68lW9Wy5qgF6kJS2Q3TXOwXoM { width:18.62425rem;height:1.30005rem;top:3.999025rem;left:0.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15008;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #w9GQCoLQ2yzWhlNTBfNT4mt8qLZegsmE { width:6.74925rem;height:1.9995125rem;top:9.7985875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHztfMCei1dPMz0W2OIgNJLV43uw9FG0 { width:6.186525rem;height:1.9995125rem;top:6.549075rem;left:6.875rem;display:block; }
 }