.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:232,246,244;--color-primary-1:187,227,223;--color-primary-2:141,209,202;--color-primary-3:85,125,121;--color-primary-4:4,69,99;--color-secondary-0:225,240,234;--color-secondary-1:170,235,208;--color-secondary-2:105,179,149;--color-secondary-3:97,161,135;--color-secondary-4:21,36,30;--color-tertiary-0:255,255,255;--color-tertiary-1:255,246,246;--color-tertiary-2:113,113,113;--color-tertiary-3:61,61,61;--color-tertiary-4:0,0,0;--headlines-font-family:lato;--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:#f8eeee;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row .container { background-color: transparent; background-image: none; }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row .container > .video-iframe-container { display: none; }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row > .video-iframe-container { display: none; }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .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); }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row .container { border-width: 0; border-radius: 0; }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#dPAJKtAprAWJ3c8WfJnTm8TKwy9B7ZI5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:11rem;top:0rem;left:3.375rem;overflow:hidden;display:block; }
#mRWzaZCdMof92XTnDr4hEhSGrEQQrJIf { color:rgba(var(--color-tertiary-3),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-0),0.5);top:1.15625rem;left:15.374132156372rem;height:1.6875rem;font-style:normal;display:block; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa .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; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(var(--color-tertiary-4),0.2) ;color:rgba(var(--color-tertiary-0),1);padding-top:0.343125rem;padding-right:0.305625rem;padding-bottom:0.343125rem;padding-left:0.305625rem;display:block;align-items:center;width:1.834375rem;min-width:1.834375rem;height:1.845625rem;position:relative;font-family:arial;font-size:1.37375rem;font-weight:700;line-height:29.53px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-3),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.214375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.44625rem;height:0.729375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.515rem;font-weight:700;line-height:11.67px;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; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:13.8125rem;height:3.475625rem;padding-top:0.043125rem;padding-right:0.04375rem;padding-bottom:0.043125rem;padding-left:0.04375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.2998046875rem;left:37.5625rem;z-index:15005; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #ViOFUKZGvoim0IpMevrPOTh9q95CH966 { display:flex;position:relative;top:0rem;left:0rem; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #rLTIk7sHPOB5aGRO5WzTKmMa7X6b4EGP { width:auto; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #roAo4xZcl7cwcwVDTezcwl2uO81HtgHo {  }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #Qqd8ewPnU8E4ERKJx2gI8WG6ZcgBgp8G { display:flex;position:relative;top:0rem;left:0rem; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #IICGMpu0wkLPdRBXe1C9crVunpEpkcPd {  }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #Icifm558JQL2IVHF8LT7TE7n3l1vAz9d {  }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #NnJuwGh8Pcb854csBTvSTLRtFJLu1zU4 { display:flex;position:relative;top:0rem;left:0rem; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #C3y1ynUUAuhE47TecQ0kqTt6sJtnCCSM {  }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #xr35gN1TsHdJKNlgfdfXp3uMHSASpKMJ {  }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #mAFS5SdtQ1tgyw70vsBPz3JN52xokmVH { display:flex;position:relative;top:0rem;left:0rem; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #GbwHKhUsX8rWaPdxOIl0Q29wsRB8P9dq {  }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #iPd0waCWo7N1tzkS2lw4k8d3vlmg8bNa {  }
#ocATLpoQklnMuSP7LCU3Vs66eTni3ybO { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.22) ;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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.43701171875rem;left:54.151161870061rem;display:block; }
#QBFkHhnwh4nfD3nDwWNQDKBs3xbdupLa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy { position:relative;display:none; }#HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy { border-width: 0; border-radius: 0; }#HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/226281a4-0277-4ded-8bc8-c2474d6df163/Projektbeznazwy24.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt.adaptive-delivery-prevent-bg, #MKagcIcpCUdAeSVfNGohvMXGT8BSewdt.lazyload, #MKagcIcpCUdAeSVfNGohvMXGT8BSewdt.lazyloading { background-image: none; }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt > .row .container { border-width: 0; border-radius: 0; }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:none; }#EUvc2alFntNcKxiHppMIgAKpslJxPXJm { color:rgba(var(--color-tertiary-3),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.6875rem rgba(var(--color-tertiary-0),0.79);top:6.625rem;left:0.875rem;height:0;font-style:normal;display:none; }
#zbPbSPQqECU5m8gPwOwJcIh4K5aDQuhD { background-color:#d5aa41;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.22) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:4rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.125rem;left:27.906250953674rem;display:block; }
#u3foP0on7tnvEOyFxovNVnKRn5wNScZ9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cwvIVKMKO7NA7eiCtMDAEwbP4VSzJ6xd { box-sizing:content-box;height:7.6875rem;width:49rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.625rem;left:2.8125009536743rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#HXw4dF4RRtkw3rBM4BRAoMZC23fMeL4C { color:rgba(var(--color-tertiary-1),1);display:block;width:46.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.7312498092651rem;left:4.2812509536743rem;height:7.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#la7Gfe6vcAryI96IsKberdIBEZbtPaAo { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:11.25rem;top:0.8125rem;left:1.625rem;overflow:hidden;display:none; }
#l07mNPShXFWnfKKR5Kk5D0xdbEP5PNTd { 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:6.1875rem;width:9.9375rem;top:25.148958206177rem;left:2.8125009536743rem;overflow:hidden;display:block; }
#VhQtzQ6NZhWa1v4kkBqnopohxgr2MbOg { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.125rem;width:28.0625rem;top:1.6875rem;left:46.938542366028rem;overflow:hidden;display:block; }
#gJ1gwy659b7miLqi3cTFuK7azPHyXm06 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.6875rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:2.1875rem;left:17.625000953674rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VwaeywSlxzbsvzZ9Tvinf9uo10IHnFJs { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.5625rem;top:0.625rem;left:3.125rem;display:none; }
#wV3Rme3B5WSUdTftwwqrmo02sP4rvPwA { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#tgUlUN9vnk9kZ2SDrQwPLAAxnIwH4OBQ { box-sizing:content-box;height:6.0625rem;width:39.3125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),1);background-image:none;top:11.6875rem;left:7.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#Eaa7uwQW5P4R815r2BVggspHnbeTxTC2 { color:rgba(var(--color-tertiary-1),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12.375rem;left:8.625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kkFawPlQ7mp3TnPI0Us7PHcB5VS1u2dP { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;top:23.555208206177rem;left:3.3125009536743rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#T1kr2LvnU4bIZumyHDb08Z3CXiQc5TbI { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:9.9375rem;top:24.3125rem;left:16.375rem;overflow:hidden;display:block; }
#gQF7JmxuUCuDwDJFSG8vJ7p7Lt4MMRwH { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-4),1);background-image:none;top:23.5625rem;left:16.75rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#v4aLs629csluOn16xC3n5OsefDs0Cx4a { color:rgba(var(--color-secondary-2),1);display:block;width:3.875rem;position:absolute;font-family:roboto;font-size:5.625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:24.079166412354rem;left:13.312500953674rem;height:7.3125rem;font-style:normal;display:block; }
#F1KXtTZdW1EAczGAwT36dAg0hPZlXl40 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/226281a4-0277-4ded-8bc8-c2474d6df163/Projektbeznazwy24.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#F1KXtTZdW1EAczGAwT36dAg0hPZlXl40.adaptive-delivery-prevent-bg, #F1KXtTZdW1EAczGAwT36dAg0hPZlXl40.lazyload, #F1KXtTZdW1EAczGAwT36dAg0hPZlXl40.lazyloading { background-image: none; }#F1KXtTZdW1EAczGAwT36dAg0hPZlXl40 > .row .container { background-color: transparent; background-image: none; }#F1KXtTZdW1EAczGAwT36dAg0hPZlXl40::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0); }#F1KXtTZdW1EAczGAwT36dAg0hPZlXl40 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1KXtTZdW1EAczGAwT36dAg0hPZlXl40 > .row .container > .video-iframe-container { display: none; }#F1KXtTZdW1EAczGAwT36dAg0hPZlXl40 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0); }#F1KXtTZdW1EAczGAwT36dAg0hPZlXl40 > .row > .video-iframe-container { display: none; }#F1KXtTZdW1EAczGAwT36dAg0hPZlXl40 > .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); }#F1KXtTZdW1EAczGAwT36dAg0hPZlXl40 > .row .container { border-width: 0; border-radius: 0; }#F1KXtTZdW1EAczGAwT36dAg0hPZlXl40::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#F1KXtTZdW1EAczGAwT36dAg0hPZlXl40 > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#F1KXtTZdW1EAczGAwT36dAg0hPZlXl40 > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:block; }#pIEDtGIpA2PBqSqJhhwi0iEzS8cL9aaR { color:rgba(var(--color-tertiary-3),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.6875rem rgba(var(--color-tertiary-0),0.79);top:6.625rem;left:0.875rem;height:0;font-style:normal;display:none; }
#Zbnp5sm9syrMADkWTe3bRJDNVCSDUbC3 { background-color:#d5aa41;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.22) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:4rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.125rem;left:27.906250953674rem;display:block; }
#Xw1wiK413vvZUtKqTUVMrPtsa4emus5n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eHf5qxXtbqzByaLdtribwSdQZAeyEpZR { box-sizing:content-box;height:8.75rem;width:49rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.625rem;left:2.8125009536743rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#oUhfrICsRnL6bWa6JZmIGdrz52zUuKPT { color:rgba(var(--color-tertiary-1),1);display:block;width:48.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.7749996185302rem;left:2.8125009536743rem;height:8.45rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GXBwq85dXV43WofnOhUAeSME01qCtNDN { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:11.25rem;top:0.8125rem;left:1.625rem;overflow:hidden;display:none; }
#foOeDDgrBRvbABDwkS6CT75PVUECGvdI { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.125rem;width:28.0625rem;top:1.6875rem;left:46.938542366028rem;overflow:hidden;display:block; }
#RPhJBww7i2viyxnZ9txwmnRMT51ATqdG { color:rgba(var(--color-tertiary-0),1);display:block;width:44.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.6875rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:2.1875rem;left:17.625000953674rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nk4DiKOgNz6Wy9qty2U6P2ZsP0ClqwgR { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.5625rem;top:0.625rem;left:3.125rem;display:none; }
#sxM2th8klCyN9wqi5FTeldBGV7AK5taZ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Bybp7JbacXvQSTCd0L3Qu4zRIqJXeIqT { box-sizing:content-box;height:6.0625rem;width:39.3125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),1);background-image:none;top:11.6875rem;left:7.6875rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#IsEJC6NX6H7ZEFiLcK8T9qWulxBCRpIh { color:rgba(var(--color-tertiary-1),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12.375rem;left:8.625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aTvh8GXAX0mq6nV7Amrm9r1gnuSXybvc { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:28.125rem;top:19.079166412354rem;left:0.001042366027832rem;overflow:hidden;display:block; }
#V6l5nKQOlpbf06lrEfWQ0OTyzVDFs3B3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/226281a4-0277-4ded-8bc8-c2474d6df163/Projektbeznazwy24.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }#V6l5nKQOlpbf06lrEfWQ0OTyzVDFs3B3.adaptive-delivery-prevent-bg, #V6l5nKQOlpbf06lrEfWQ0OTyzVDFs3B3.lazyload, #V6l5nKQOlpbf06lrEfWQ0OTyzVDFs3B3.lazyloading { background-image: none; }#V6l5nKQOlpbf06lrEfWQ0OTyzVDFs3B3 > .row .container { border-width: 0; border-radius: 0; }#V6l5nKQOlpbf06lrEfWQ0OTyzVDFs3B3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#V6l5nKQOlpbf06lrEfWQ0OTyzVDFs3B3 > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#V6l5nKQOlpbf06lrEfWQ0OTyzVDFs3B3 > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:none; }#R9xewatycwKhu8buXCU1pR1vUrJfTVgt { color:rgba(var(--color-tertiary-3),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.6875rem rgba(var(--color-tertiary-0),0.79);top:6.625rem;left:0.875rem;height:0;font-style:normal;display:none; }
#HTBE9ME3RH9H6nTZqtJCfKvErK96GBGs { background-color:#d5aa41;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.22) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:4rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.305208206177rem;left:27.906250953674rem;display:none; }
#wZP2uz84Lr78eQkCTakLvgkTP5dwGTHq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SQObBAIOmIxRSqa7UE02tDG2EIiW23oZ { box-sizing:content-box;height:11.625rem;width:49rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.625rem;left:2.8125rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#IRMsh4vpTlRvafGJ5ugaMwkiU8QBc9R5 { color:rgba(var(--color-tertiary-1),1);display:block;width:44.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.625rem;left:5.0000009536743rem;height:11.2125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pWtrMkTazgZCgF1MeiUHxzrsVlBigbRB { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:11.25rem;top:0.8125rem;left:1.625rem;overflow:hidden;display:none; }
#TKkf1BEsTLLP9C1BJJZIcQg1OTBayPPX { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.125rem;width:28.0625rem;top:1.6875rem;left:46.938542366028rem;overflow:hidden;display:block; }
#hkpZRQ5TO6t3xMd5h5Mn099FhSOZEOKi { color:rgba(var(--color-tertiary-0),1);display:block;width:44.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.6875rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:2.1875rem;left:17.625000953674rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AiZI3VlEQ1bwTIVv88AVSO7As4LC1xyg { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.5625rem;top:0.625rem;left:3.125rem;display:none; }
#zmBA8MJrTnDSbly4V6xaQEHepTZw7zhq { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#UZkNJzUIBMxNUVsLFxXEl6IVoSuQAgur { box-sizing:content-box;height:6.0625rem;width:39.3125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),1);background-image:none;top:14.8125rem;left:7.6562509536744rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#ZivOvPtVelsUnNIcI02WPXNEC6VanmJK { color:rgba(var(--color-tertiary-1),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:15.5rem;left:8.5937509536744rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u1mPBq1xXM4gypL9e2F2EAFvclahlfz9 { color:rgba(var(--color-secondary-2),1);display:block;width:3.875rem;position:absolute;font-family:roboto;font-size:5.625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:23.617705345154rem;left:33.812500953674rem;height:7.3125rem;font-style:normal;display:none; }
#Mk4Bwc2UxkxD0Wps11vdEivHaGARTzAs { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:28.125rem;top:19.079166412354rem;left:0.001042366027832rem;overflow:hidden;display:none; }
#Byaq05ywu2exOXkvBtX2BrT55MIoaftU { color:rgba(var(--color-tertiary-1),1);display:block;width:44.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.625rem;left:5.0000009536743rem;height:11.2125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#yGINnBMHiyTfpg2TWwb7XsMruPHNeD2G { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:10.5625rem;top:23.223958969116rem;left:60.830208778381rem;overflow:hidden;display:none; }
#k9ZgXrqq4ZX4pwgJZpvAIo5mDBclvXX5 { position:relative;display:none; }#k9ZgXrqq4ZX4pwgJZpvAIo5mDBclvXX5 { border-width: 0; border-radius: 0; }#k9ZgXrqq4ZX4pwgJZpvAIo5mDBclvXX5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#k9ZgXrqq4ZX4pwgJZpvAIo5mDBclvXX5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:66.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#gEuRND90arDMyuW0U6LTu35GNc55lHZM { color:rgba(var(--color-secondary-2),1);display:block;width:21.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:13.25rem;left:38.125000953674rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ka2Pxvdv2P3F3F1RMMOv0lXZr6J6uDop { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.1875rem;width:20.625rem;top:14.5625rem;left:38.375rem;overflow:hidden;display:block; }
#AX7Lt1Tb0hC8apQgHIzDxopUXEqPZFLa { color:rgba(var(--color-secondary-2),1);display:block;width:3.875rem;position:absolute;font-family:roboto;font-size:5.625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:18rem;left:34.5rem;height:7.3125rem;font-style:normal;display:block; }
#HzFQ9UMMbVHbCfQ8TRvBnWvxTs38ZK3o { box-sizing:content-box;height:12.5rem;width:29.812rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:13.955890655517rem;left:33.840331077576rem;display:none; }
#SxylMtKzwtZkXchLCp4iHaax5aTxSV4l { color:#9f9890;display:block;width:57.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5479164123535rem;left:8.6562509536744rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JgLHwaZ6Rbcb9k2AF5h6EQve5QNvyBTm { color:rgba(var(--color-tertiary-0),1);display:block;width:51.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:35.8125rem;left:11.875rem;height:22.95rem;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:normal;display:block; }
#W2LVc6H8hyxgaxiga7chAl6tBTZLSOXR { color:rgba(var(--color-secondary-2),1);display:block;width:26.3114375rem;position:absolute;font-family:roboto;font-size:2.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:13.612500190735rem;left:8.9989595413206rem;height:2.7625rem;font-style:normal;display:none; }
#iVtTIfaqTB61maVa9GwBVbaC1WT6eMF3 { position:absolute;display:block;z-index:15054;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:8.375rem;width:8.375rem;top:23.4375rem;left:46.625rem;overflow:hidden;display:block; }
#vOxozIDkvmT81ETpzbTrlqVXHgIN9RJv { box-sizing:content-box;height:26rem;width:55.4375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:34.3125rem;left:9.8125rem;border-top-right-radius:3.4375rem;border-bottom-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-top-left-radius:3.4375rem;display:block; }
#hbXbEfJ9J9dEKJskUGJK4MmDALOUw6Jw { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:11rem;top:61.562492370606rem;left:32.000000953674rem;overflow:hidden;display:block; }
#xtRSRf3FHtpuSymCGAdXZKatmTVUD5Fn { color:#9f9890;display:block;width:57.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.6729164123535rem;left:8.6562509536744rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X3UwcVsEk3tHZ5bhfKm2uOpQ6THeVfAx { color:rgba(var(--color-secondary-2),1);display:block;width:62.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:9.1927080154419rem;left:4.9375009536743rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SaNUDT4kqAgb8VLKLLwSGXuUEldTNll4 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:10.5rem;top:29.117708206177rem;left:15.680209159851rem;overflow:hidden;display:none; }
#y7b6Az0rW1bWao2qEd0MN6RpJcIMJTTZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:22.8125rem;top:15.1875rem;left:13.8125rem;overflow:hidden;display:block; }
#puZr6UTTrO9nX7cLgzfpE68iIpL11Dog { color:rgba(var(--color-secondary-2),1);display:block;width:16.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:13.25rem;left:17.156250953674rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m9xNv6JUDsw3qXQFiKpvcJRB76p6fxJC { color:rgba(var(--color-secondary-2),1);display:block;width:3.875rem;position:absolute;font-family:roboto;font-size:5.625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:30.930209159851rem;left:31.937500953674rem;height:7.3125rem;font-style:normal;display:none; }
#pT6PId0kohT58wz5AII0VWnTcnclRPX3 { position:relative;display:none; }#pT6PId0kohT58wz5AII0VWnTcnclRPX3 { border-width: 0; border-radius: 0; }#pT6PId0kohT58wz5AII0VWnTcnclRPX3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pT6PId0kohT58wz5AII0VWnTcnclRPX3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:63.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#OADcTGrf38DVpiWWk9zyIInP1PfTur0a { position:absolute;display:block;z-index:15014;background-color:#69b395;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:20.375rem;width:52.875rem;top:39.5rem;left:11.1875rem;display:block; }
#fnST51Znlriz5nRIFt0BTgbgROuolw3i { color:#ffffff;display:block;width:51.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:40.812499046326rem;left:12.250000953674rem;height:18.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#fnST51Znlriz5nRIFt0BTgbgROuolw3i li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fnST51Znlriz5nRIFt0BTgbgROuolw3i li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bc426e496679b62cd68773299387713381cdc2ef.svg); }
#e3I8mMurufdGTdFTnynb9Tdv3SxRBC3R { box-sizing:content-box;height:12.5rem;width:29.812rem;position:absolute;display:block;z-index:15012;background-color:#69b395;background-image:none;top:13.955890655517rem;left:33.840331077576rem;display:none; }
#TlCkCfJwnMExPd8TgmeMz6tPQRXaPf3i { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:37.1875rem;top:14.203125rem;left:19.781250953674rem;overflow:hidden;display:block; }
#qqzqUEOgaLZ7HKtMlrbLoTxSsy274l8U { color:#9f9890;display:block;width:57.6875rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.625rem;left:9.5312509536744rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#avzlyLSHEVraiayAgniRuy5ta9cpupha { color:#69b395;display:block;width:25rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:1.2427062988281rem;left:25.875000953674rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XhUhmfKaZfU29aqVKLtt6Q2zMNa3RBKp { color:#69b395;display:block;width:3.62395625rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:11.359375rem;left:41.000000953674rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BRbyVgSzSxE0ZRwZxfUTW7LSXz5DxRrZ { color:#69b395;display:block;width:21.6875rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:8.5rem;left:26.781250953674rem;height:6.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q80UZDyePyRHNHAL8pyVporJfUshfKPp { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:14.375rem;top:10.375rem;left:28.187500953674rem;overflow:hidden;display:block; }
#Ul8e3p3eey1pTkO21K2EzrRLHhl018y3 { color:#69b395;display:block;width:21.687rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:10rem;left:26.6875rem;height:6.125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BaEBLtg6FyNVlG2Wn67IE9N109XpQbi2 { position:relative;display:block; }#BaEBLtg6FyNVlG2Wn67IE9N109XpQbi2 { background-color: transparent; background-image: none; }#BaEBLtg6FyNVlG2Wn67IE9N109XpQbi2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaEBLtg6FyNVlG2Wn67IE9N109XpQbi2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaEBLtg6FyNVlG2Wn67IE9N109XpQbi2 > .row .container > .video-iframe-container { display: none; }#BaEBLtg6FyNVlG2Wn67IE9N109XpQbi2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaEBLtg6FyNVlG2Wn67IE9N109XpQbi2 > .row > .video-iframe-container { display: none; }#BaEBLtg6FyNVlG2Wn67IE9N109XpQbi2 > .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); }#BaEBLtg6FyNVlG2Wn67IE9N109XpQbi2 { border-width: 0; border-radius: 0; }#BaEBLtg6FyNVlG2Wn67IE9N109XpQbi2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BaEBLtg6FyNVlG2Wn67IE9N109XpQbi2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:63.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#y9gc9pVzSLnRCFEv1FwnwTzKAzfhGqdh { color:rgba(var(--color-secondary-2),1);display:block;width:17.25rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:24.823955535889rem;left:41.687500953674rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z5qOaxpSUhSiMxAt9aUmArUtGgDDHkVz { color:rgba(var(--color-secondary-2),1);display:block;width:3.875rem;position:absolute;font-family:roboto;font-size:5.625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:10.75rem;left:35.5625rem;height:7.3125rem;font-style:normal;display:block; }
#pCKWan2QeTvoDo7OZmNnIrNeivL5msCV { box-sizing:content-box;height:12.5rem;width:29.812rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:13.955890655517rem;left:33.840331077576rem;display:none; }
#TrwKNtQ04UIstn3Osa0o4FPtsCQFMTHZ { color:#9f9890;display:block;width:57.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:50.875rem;left:8.6875rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dg2tTqoT7x9IoO2cF81NTA8O2OLoIzRV { color:rgba(var(--color-secondary-2),1);display:block;width:26.3114375rem;position:absolute;font-family:roboto;font-size:2.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:13.612500190735rem;left:8.9989595413206rem;height:2.7625rem;font-style:normal;display:none; }
#bV39KfmkOt8J9UOwZhFTH1KMuHZc6STv { box-sizing:content-box;height:21.9375rem;width:55.4375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:27.8125rem;left:9.8125rem;border-top-right-radius:3.4375rem;border-bottom-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-top-left-radius:3.4375rem;display:block; }
#kxViF4ncun0QchWhOOagauKaBJtp2AI4 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:6.8125rem;top:58.375rem;left:34.093750953674rem;overflow:hidden;display:block; }
#rbr8DlPzb4Iv7VMCCsKi8sbl1q3JdBX8 { color:#9f9890;display:block;width:57.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.6729164123535rem;left:8.6562509536744rem;height:4.63125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KunhGAp0kc3b1rqVhKenFuocNQIsaVkm { color:rgba(var(--color-secondary-2),1);display:block;width:62.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5);top:5.3041648864746rem;left:6.0625009536743rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hkbbku83eM4INOQ3wBXBaog55NTeHz2e { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:10.5rem;top:29.117708206177rem;left:15.680209159851rem;overflow:hidden;display:none; }
#BpCNn6V89gb30dIdowBZVPZUKQBR9wIG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:22.8125rem;top:7.9375rem;left:14.875rem;overflow:hidden;display:block; }
#xTXmoTX69wyhHDurOWOmstizOJPWDGhO { color:rgba(var(--color-secondary-2),1);display:block;width:20.4375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:24.823957443238rem;left:16.062500953674rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WlG8mxz1cQdk3pvdsrFAtXWv4qk1g1ah { color:rgba(var(--color-secondary-2),1);display:block;width:3.875rem;position:absolute;font-family:roboto;font-size:5.625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:30.930209159851rem;left:31.937500953674rem;height:7.3125rem;font-style:normal;display:none; }
#VREhGMZQOGGT3iOtPMqIN5NwItW2XNGo { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5625rem;width:18.375rem;top:8.75rem;left:39.1875rem;overflow:hidden;display:block; }
#PXcgzhs4LnIM1k65xQsgVCdRlfdm1nEX { color:#ffffff;display:block;width:51.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:29.8125rem;left:11.875rem;height:18.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#PXcgzhs4LnIM1k65xQsgVCdRlfdm1nEX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PXcgzhs4LnIM1k65xQsgVCdRlfdm1nEX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bc426e496679b62cd68773299387713381cdc2ef.svg); }
#F8VtE3wT6VRsL6bWTBho3IaoR4sLVRed { background-color:#d5aa41;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.22) ;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:2.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:55.25rem;left:28.6875rem;display:block; }
#nTtTwX6Be9PS3p3TOAyrXJy84UzfO8ir { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Iyv69QSPWfpETNJWfJStwohSawPbMwKh { color:#9f9890;display:block;width:3.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5041666030884rem;left:14.375000953674rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G6oEiRMwEUqNwzZl7USxefT7BLLzqv2h { color:#9f9890;display:block;width:3.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.5041675567627rem;left:57.455208778381rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9ee6b17d-9a38-4638-b886-0c6390e4a2e8/toaheftibaC8uOz7GluAphoto1634759344500a77c7e44e7bd.crop_1200x642_0,606.preview.jpg");background-position: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; }#b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r.adaptive-delivery-prevent-bg, #b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r.lazyload, #b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r.lazyloading { background-image: none; }#b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r > .row .container { background-color: transparent; background-image: none; }#b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(252,237,237,0.85); }#b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r > .row .container > .video-iframe-container { display: none; }#b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(252,237,237,0.85); }#b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r > .row > .video-iframe-container { display: none; }#b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r > .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); }#b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r > .row .container { border-width: 0; border-radius: 0; }#b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;position:relative;display:block; }#Ib1pxgzs9RrVqpH4fchTiEqDUJ1FOiuz { color:rgba(var(--color-tertiary-3),1);display:block;width:57.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.125rem;left:8.65625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#d6qZkowKItOUeN11MSRM5dtT69fFiupc { color:#333344;display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:18.498037338257rem;left:24.875000476837rem;height:7.2rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rtnS4R3oliwPR4vqGtJGr0psdqO28p5I { background-color:rgba(var(--color-tertiary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.22) ;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:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:1.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35.97812461853rem;left:31.927083015442rem;display:block; }
#E9yeh6RydDdR20qClTTKBepZMApXTHpR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hdmVTOt2Olo4rt7c6kkkLzCwDTJsi6TS { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:10.25rem;top:6.75rem;left:6.96875rem;overflow:hidden;display:block; }
#CtoaSsDBC7oPRt0LdTPGbKX0iSfDQCB9 { color:#333344;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:18.499217987061rem;left:1.15625rem;height:7.2rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pMaJdpLdL29WQTu7VI7A1WTE2P2aOOrN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:10.25rem;top:6.75rem;left:32.375rem;overflow:hidden;display:block; }
#Uw3sSy3Lv3J6VwInCNvBn6zVL1IKCrW3 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:10.25rem;top:6.75rem;left:56.15625rem;overflow:hidden;display:block; }
#X1elACrcHIpyCzTa39n4yLqotXzhPZnN { color:#333344;display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:18.496735572815rem;left:52.000002384186rem;height:12.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z1tJCZKJMpTQBPKUKzCv7EdoBuhFohH0 { background-color:#d5aa41;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.22) ;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:4.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.3125rem;left:27.020833015442rem;display:block; }
#mtWJ1L1sOsko7TTblB9Rx8LbfBCUsdSb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KOO51yLVZ4IWet2entSxlaBxKlqpF3uC { color:#333344;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:17.6875rem;left:0.8125rem;height:13.496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#i9Z1TRLZX43ownA3DQE6vZ1yU7hr5r1U { color:#333344;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:17.6875rem;left:0.8125rem;height:13.496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#M21BK0H5Alcxbg7hV15fA84U9TsOXEos { color:#333344;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:17.6875rem;left:0.8125rem;height:13.496125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#p0MwS9nHD6loOmBBpi58cblSdbAtW4Wp { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0625rem;width:20.0625rem;top:22.575000286103rem;left:31.974999427796rem;overflow:hidden;display:none; }
#oKs7QrJdZtUm9W3tG0UMz4ROQTRSriyD { color:#333344;display:block;width:53.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:40.67578125rem;left:10.125000476837rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oLrzJd2k6OqooVhCvMxs22JIAaR4T7ZD { color:#333344;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:18.499217987061rem;left:1.15625rem;height:9.6rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#mWsHXBD3IqPLmAa1gcwSiBQUGKCJW0rx { color:#333344;display:block;width:53.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:32.25rem;left:10.875rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#d2UqGy28WlFWT7v8gLsVF184kpnHpG8w { position:absolute;display:block;z-index:15054;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:11.875rem;width:12rem;top:41.429688453674rem;left:46.093751907349rem;overflow:hidden;display:none; }
#TR9exa0ckleFKPbL4AOpponl46UfVAom { position:absolute;display:block;z-index:15055;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:11.875rem;width:12rem;top:28.345832824707rem;left:47.291665077209rem;overflow:hidden;display:block; }
#M9b2FDsg0Oscicusq9Dx1qZeOuAzKuJp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(252,237,237,0.74);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:none; }#M9b2FDsg0Oscicusq9Dx1qZeOuAzKuJp > .row .container { border-width: 0; border-radius: 0; }#M9b2FDsg0Oscicusq9Dx1qZeOuAzKuJp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M9b2FDsg0Oscicusq9Dx1qZeOuAzKuJp > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:75rem;position:relative;display:none; }#Ds2ZoTyt44kGerGsSh6K0USpvseTE6wN { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:28.6875rem;left:2.8125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#enwx8yQ22T8KeLXv9MxgSg6QRTLO2FeU { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:30.8125rem;left:2.8125rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wubodV83Oz2X6c4greiOFvk3wiqSF7HI { position:absolute;display:block;z-index:15001;background-color:#623cea;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.375rem;width:2.375rem;top:14.375rem;left:11.3125rem;display:none; }
#sM6RQtGDIhRXyJu9lrKuLQi5kCCO1JJy { color:rgba(var(--color-tertiary-0),1);display:block;width:2.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.3125rem;left:11.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#v91oa4GQ5bssBinxbvK4bDeQuDio5RWI { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:15rem;top:6.3125rem;left:4.34375rem;overflow:hidden;display:block; }
#OaF3c6p9kqZJO8CzNc0WRskpW9UypRhi { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:19.0625rem;top:4.625rem;left:27.96875rem;overflow:hidden;display:block; }
#fTJRy4vLouvWJl2E40GULqGgfFolvuDc { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0.32));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0.32));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0.32));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0.32)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0.32)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0.32));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.125rem;width:23.25rem;top:21.9345703125rem;left:0.875rem;display:block; }
#aIAOrHUTlrF2Q4OUZ14v2bW6AM59uqrG { color:#8e7474;display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:0.8115234375rem;left:0rem;height:2.025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZVflo1eUaEcZ9FB7t8XQiMrN5A0XOhfM { color:#8e7474;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:0.8115234375rem;left:25rem;height:4.05rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hADv4OGzfbiTkCWTIID43740LVAEOy20 { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0.32));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0.32));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0.32));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0.32)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),0.32)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),0.32));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.3125rem;width:23.25rem;top:21.749633789062rem;left:25.875rem;display:block; }
#qSZbmMF5mkxIXWcXEChz6OcTdeZnQqTG { color:rgba(var(--color-tertiary-0),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:22.875rem;left:1.6875rem;height:18.5546875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#qSZbmMF5mkxIXWcXEChz6OcTdeZnQqTG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qSZbmMF5mkxIXWcXEChz6OcTdeZnQqTG li:before{  }
#IGNsvLiQ2uwD2bqBIKIKUIpgcdMU5uX3 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:22.3408203125rem;left:26.71875rem;height:16.2375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#IGNsvLiQ2uwD2bqBIKIKUIpgcdMU5uX3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IGNsvLiQ2uwD2bqBIKIKUIpgcdMU5uX3 li:before{  }
#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/C-8uOz7GluA/unsplash/toa-heftiba-C-8uOz7GluA-photo-1634759344500-a77c7e44e7bd.jpg");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; }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP.adaptive-delivery-prevent-bg, #VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP.lazyload, #VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP.lazyloading { background-image: none; }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .row .container { background-color: transparent; background-image: none; }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .row .container > .video-iframe-container { display: none; }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .row > .video-iframe-container { display: none; }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .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); }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .row .container { border-width: 0; border-radius: 0; }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#CGTBIuoCwT3J6wTX69Ss2aLUOfvS5FQN { color:rgba(var(--color-tertiary-0),1);display:block;width:49.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.875rem;left:1.9385423660278rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mpzzx5B9qKtf3fJ6BzmrUql1qKTiAy6g { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(21deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(21deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(21deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(21deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(21deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:31.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:32.5rem;width:75rem;top:1.375rem;left:0.001042366027832rem;display:block; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-form-header {  }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:57.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;line-height:1.1;overflow:hidden;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5); }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#d5aa41;background-image:none;border-top:0rem solid rgba(var(--color-tertiary-0),1);border-left:0rem solid rgba(var(--color-tertiary-0),1);border-right:0rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),0.22);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:57.1875rem;box-sizing:border-box;height:2.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-input-text {padding-top: 0; padding-bottom: 0;}#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#d5aa41;background-image:none;border-top:0rem solid rgba(var(--color-tertiary-0),1);border-left:0rem solid rgba(var(--color-tertiary-0),1);border-right:0rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),0.22);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:57.1875rem;box-sizing:border-box;height:5.9375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .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:57.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-input-select {padding-top: 0; padding-bottom: 0;}#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-input-button { border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;background-color:#d5aa41;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:12.6875rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:57.1875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.5625rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:68.4375rem;overflow:hidden;font-style:normal; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .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; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-container:first-of-type{padding-top:0;}#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-container:last-of-type{padding-bottom:0;}#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:69.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.875rem;left:0.001042366027832rem; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:57.1875rem; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.5625rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP {display:block;}#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:69.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.875rem;left:0.001042366027832rem; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #SP5m96Ed5Ndk4qxZGvRS9ScKN6F1R1mg { position:relative; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #DxxX12tyUO675agJTJJV9CkQdF8H7LJz { position:relative;display:block; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #Td5IihQORVMTqqEDUE7ww5TZcP4MEnEl { position:relative; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #ffiRyWEsoUHZ3kln2tW2zZTGVVPrTAw3 { position:relative; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #nlpQ4wshBl3OPRxAIVc47hxozIavKhqk { position:relative;display:block; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #x6VZTZ8R2JUwBzUic0Cw0Uk8cyRxSAVp { position:relative; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #QvJWcMTnkPxQ7iywSHXbFslgtEoCLCzP { position:relative; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #pFq4QIpt8ex1hQEbU7RRSA7H6NvUIiTs { position:relative;display:block; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #kGX4EEanJG28Mu9nqyIRkTnx4g8GOnhs { position:relative; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #guVu8wi8yepGmody6x57A27GLBVLZuat { position:relative; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #G8H0EdifzuePZw1xr77TZOBJlsTqXDuo { position:relative;z-index:2; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #ZOA6pqcOlbCCrGfRZk2dmnVErJhT5qW2 { position:relative; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #PslOKuwarBSyBIvrwGNQRlRJbbM3JTDL { position:relative; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #TXyHWfrhT2k4lF6GZgHsvMAsnrXSCRmN { position:relative;z-index:2; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #uBsCEnnV9TSvxzHXJ3UBkkzVLF94hTEr { position:relative; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #V9eCtzi6JcKD8ANeXdcqgLz4KTv6wCpd { position:relative;display:block;z-index:15000; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #xVd6e21q0r4ATr8xcsBxAKRZ7EeJ5WhG { position:relative;display:block;z-index:15000; }
#QqR6eLw4EM8QdUqWnAIuksMgdR9RwTkm { position:relative;display:block; }
#tyBHxsX6QEn8Bq9p5aQdmysxhB1P5OTt { position:relative;display:block; }
#yIpfskNPsTpc3Tq4heq7RNEcb6dnP4IX { position:relative;display:block; }
#rtLQB5hSUgVhLax3BrTkqbVB0KsMkNJz { position:relative;display:block; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #GZeKuwDQT9mTaKPekoTfyOwzpbTEcSc3 { position:relative; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #RRD6FTbycVxTONc05tnqZKfg3GVfNH0c { position:relative; }
#FnWcDTrKTTzSCwODpMPRlhrch6CyRCeT { 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:15.5625rem;width:32.9375rem;top:28.875rem;left:42.0625rem;overflow:hidden;display:none; }
#C5LXnoq2OsBSN5QMbrNtmuzMZzWoEJg5 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:33.0625rem;width:73.3125rem;top:4.625rem;left:0rem;display:none; }
#gEEy7AqXgtfDhNPLh9Z1yTWmGktQ9nI9 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:10.5625rem;top:23.223958969116rem;left:60.830208778381rem;overflow:hidden;display:block; }
#s9ap4DHs1nivaN8Rrn7x42whgt86fQw2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#s9ap4DHs1nivaN8Rrn7x42whgt86fQw2 > .row .container { border-width: 0; border-radius: 0; }#s9ap4DHs1nivaN8Rrn7x42whgt86fQw2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s9ap4DHs1nivaN8Rrn7x42whgt86fQw2 > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;position:relative;display:none; }#nuxhBM5P08E25Owv05oNmBXwnJz2ENvB { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.32);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:53.3125rem;top:1.1875rem;left:10.8125rem;display:block; }
#L2pTl4qHrxCAaVHrlzOWx7iTHpNTgvGU { color:#fafafa;display:block;width:46.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.25rem;left:14.249218940735rem;height:11.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i6FR2aZTAoWAP9nC0VuknDvRc3Holy5i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:18.5625rem;left:60.28125rem; }
#i6FR2aZTAoWAP9nC0VuknDvRc3Holy5i > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#hxBZ7RQ8mr2fycNvT7X2LyNhyTRGsT0r { color:#fafafa;display:block;width:46.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:18.98828125rem;left:7.59375rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TWNiEu1pk0pFgUqievzBPE97aQJ8M5S4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:18.625rem;left:56.15625rem; }
#TWNiEu1pk0pFgUqievzBPE97aQJ8M5S4 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#BfvGsWLTbvUqqx3F6Od9ErrpS3XawM5o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BfvGsWLTbvUqqx3F6Od9ErrpS3XawM5o > .row .container { border-width: 0; border-radius: 0; }#BfvGsWLTbvUqqx3F6Od9ErrpS3XawM5o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BfvGsWLTbvUqqx3F6Od9ErrpS3XawM5o > .row .container { font-size:0.875rem;font-family:arial;height:58.5rem;width:75rem;position:relative;display:none; }#gBIgQTxPzfhuz12KkhvuCcRwn6dpQPyu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:2.1875rem;left:15.375rem;display:block; }
#n0VWK8umDA7wwDRJpDIyyJB1AQiyWmSA { color:rgba(var(--color-tertiary-4),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:25.901909828186rem;left:23.312501907349rem;height:1.29980625rem;display:block; }
#JaML5uLPLAcWTeEOzIZTtpXgWEbgd1HN { position:absolute;display:block;z-index:15002;height:22.4375rem;width:73.6875rem;top:27.903125762939rem;left:0.65625rem;display:block; }
#odON3iENGxfQ8Qa2LGI7HF3l3pth2Bwq { background-color:#d5aa41;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.22) ;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.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:4rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:52.883331298828rem;left:27.906250953674rem;display:block; }
#x29a84z3GsFnUbaqREQzSLb6Nhzcqg2U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SQbRGGJvdiTnnTCLvS1vZXPvcUeRHBBU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SQbRGGJvdiTnnTCLvS1vZXPvcUeRHBBU > .row .container { background-color: transparent; background-image: none; }#SQbRGGJvdiTnnTCLvS1vZXPvcUeRHBBU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQbRGGJvdiTnnTCLvS1vZXPvcUeRHBBU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQbRGGJvdiTnnTCLvS1vZXPvcUeRHBBU > .row .container > .video-iframe-container { display: none; }#SQbRGGJvdiTnnTCLvS1vZXPvcUeRHBBU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQbRGGJvdiTnnTCLvS1vZXPvcUeRHBBU > .row > .video-iframe-container { display: none; }#SQbRGGJvdiTnnTCLvS1vZXPvcUeRHBBU > .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); }#SQbRGGJvdiTnnTCLvS1vZXPvcUeRHBBU > .row .container { border-width: 0; border-radius: 0; }#SQbRGGJvdiTnnTCLvS1vZXPvcUeRHBBU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SQbRGGJvdiTnnTCLvS1vZXPvcUeRHBBU > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:75rem;position:relative;display:block; }#kuoDcygrhoMK4HThf8X48BT367wlAdyz { position:absolute;display:block;z-index:15025;height:38.25rem;width:73.25rem;top:1.9375rem;left:0.875rem;display:block; }
#QTVb5u7iaEqn1qnEP7Da1kpkSopQ5U43 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#626b6b;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:none; }#QTVb5u7iaEqn1qnEP7Da1kpkSopQ5U43 > .row .container { border-width: 0; border-radius: 0; }#QTVb5u7iaEqn1qnEP7Da1kpkSopQ5U43 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTVb5u7iaEqn1qnEP7Da1kpkSopQ5U43 > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:75rem;position:relative;display:none; }#skSpe3MklgdmDlcy1fIApWMu5V8xW8PT { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:2.03125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#QSBuMTZmP3U8FAvZWbcSLge7CVzNSRTx { position:absolute;display:block;z-index:15025;height:26.625rem;width:75rem;top:9.1343688964844rem;left:0.001042366027832rem;display:block; }
#xGqtfgWJLJWSTrp8TLyTvkta0c2yFBu9 { color:#fbecec;display:block;width:57.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.640625rem;left:9.5625rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#Kdc7GZUkC4OKav0rGq5IUGwud3kZuRt9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#626b6b;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:none; }#Kdc7GZUkC4OKav0rGq5IUGwud3kZuRt9 > .row .container { border-width: 0; border-radius: 0; }#Kdc7GZUkC4OKav0rGq5IUGwud3kZuRt9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kdc7GZUkC4OKav0rGq5IUGwud3kZuRt9 > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:none; }#UalxSX4BvRJKJ1E4TyZv1yd6wlXHBhKk { color:#717171;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:2.03125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#RLTAWh2fykpqBFF4pSNEk1gAnatOO67B { color:#f4eaea;display:block;width:71.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15026;line-height:.9;letter-spacing:0;top:1.2719287872314rem;left:1.5312509536743rem;height:2.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#F9X48DgUMIN7NX7gyLETcLuCiaMON01J { color:#f4eaea;display:block;width:71.9375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15027;line-height:.9;letter-spacing:0;top:4.9062490463257rem;left:1.5312509536743rem;height:5.625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#174561;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; }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .row .container { background-color: transparent; background-image: none; }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .row .container > .video-iframe-container { display: none; }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .row > .video-iframe-container { display: none; }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .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); }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .row .container { border-width: 0; border-radius: 0; }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;position:relative;display:block; }#AtDI4JAHZRtNZ55SauFur2fOagELqtie { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:2.03125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#qMSoODXlJcJH3nGby8AGqHsndBH9TiNx { color:#f4eaea;display:block;width:71.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:400;z-index:15026;line-height:.9;letter-spacing:0;top:1.9593753814698rem;left:1.5312509536743rem;height:9.45rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#174561;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; }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .row .container { background-color: transparent; background-image: none; }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .row .container > .video-iframe-container { display: none; }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .row > .video-iframe-container { display: none; }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .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); }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .row .container { border-width: 0; border-radius: 0; }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#h8RXnJ0ztKHSgVU5voC9u9IJwRnggkKg { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:2.03125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#o8GkPNiwZ9KEeUTdqHO6EHXgsT6F9KcL { color:#f4eaea;display:block;width:72.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.6875rem;font-weight:400;z-index:15026;line-height:.9;letter-spacing:0;top:1.0656251907349rem;left:1.1562509536743rem;height:20.475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b8786;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; }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .row .container { background-color: transparent; background-image: none; }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .row .container > .video-iframe-container { display: none; }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .row > .video-iframe-container { display: none; }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .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); }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .row .container { border-width: 0; border-radius: 0; }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#AlG7HZUFo4iiT1I7Czpe9pk1TLzLusnv { color:rgba(var(--color-tertiary-0),0.4);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8031234741211rem;left:0rem;height:0.89355625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK { display:none; }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dPAJKtAprAWJ3c8WfJnTm8TKwy9B7ZI5 { top:0rem;left:0rem;width:11rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRWzaZCdMof92XTnDr4hEhSGrEQQrJIf { top:1.125rem;left:1.7489595413208rem;width:20.4375rem;height:1.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa .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; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa .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; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa { width:18rem;height:5.0625rem;display:flex;top:0rem;left:23.5rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #ViOFUKZGvoim0IpMevrPOTh9q95CH966 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #rLTIk7sHPOB5aGRO5WzTKmMa7X6b4EGP {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #roAo4xZcl7cwcwVDTezcwl2uO81HtgHo {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #Qqd8ewPnU8E4ERKJx2gI8WG6ZcgBgp8G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #IICGMpu0wkLPdRBXe1C9crVunpEpkcPd {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #Icifm558JQL2IVHF8LT7TE7n3l1vAz9d {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #NnJuwGh8Pcb854csBTvSTLRtFJLu1zU4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #C3y1ynUUAuhE47TecQ0kqTt6sJtnCCSM {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #xr35gN1TsHdJKNlgfdfXp3uMHSASpKMJ {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #mAFS5SdtQ1tgyw70vsBPz3JN52xokmVH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #GbwHKhUsX8rWaPdxOIl0Q29wsRB8P9dq {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #iPd0waCWo7N1tzkS2lw4k8d3vlmg8bNa {  }
 }@media only screen and (max-width: 763px) { #ocATLpoQklnMuSP7LCU3Vs66eTni3ybO { width:12.5625rem;height:2.875rem;top:0.375rem;left:33.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBFkHhnwh4nfD3nDwWNQDKBs3xbdupLa { display:block; }
 }@media only screen and (max-width: 763px) { #HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy { display:none; }#HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MKagcIcpCUdAeSVfNGohvMXGT8BSewdt { display:none; }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EUvc2alFntNcKxiHppMIgAKpslJxPXJm { top:6.625rem;left:0rem;width:27.375rem;height:2.8125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zbPbSPQqECU5m8gPwOwJcIh4K5aDQuhD { width:19.1875rem;height:4rem;top:34.125rem;left:14.281250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3foP0on7tnvEOyFxovNVnKRn5wNScZ9 { display:block; }
 }@media only screen and (max-width: 763px) { #cwvIVKMKO7NA7eiCtMDAEwbP4VSzJ6xd { width:47.75rem;height:7.6875rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXw4dF4RRtkw3rBM4BRAoMZC23fMeL4C { width:46.0625rem;height:7.4375rem;top:2.6875rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #la7Gfe6vcAryI96IsKberdIBEZbtPaAo { width:11.25rem;height:3.375rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l07mNPShXFWnfKKR5Kk5D0xdbEP5PNTd { top:25.125rem;left:0rem;width:9.9375rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhQtzQ6NZhWa1v4kkBqnopohxgr2MbOg { top:1.6875rem;left:19.6875rem;width:28.0625rem;height:46.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ1gwy659b7miLqi3cTFuK7azPHyXm06 { top:2.1875rem;left:3rem;width:44.75rem;height:8.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwaeywSlxzbsvzZ9Tvinf9uo10IHnFJs { width:13.6875rem;height:6.5625rem;top:0.625rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wV3Rme3B5WSUdTftwwqrmo02sP4rvPwA { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tgUlUN9vnk9kZ2SDrQwPLAAxnIwH4OBQ { width:39.3125rem;height:6.0625rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eaa7uwQW5P4R815r2BVggspHnbeTxTC2 { width:37.4375rem;height:4.875rem;top:12.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkFawPlQ7mp3TnPI0Us7PHcB5VS1u2dP { width:9.375rem;height:9.375rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1kr2LvnU4bIZumyHDb08Z3CXiQc5TbI { top:24.3125rem;left:2.75rem;width:9.9375rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQF7JmxuUCuDwDJFSG8vJ7p7Lt4MMRwH { width:9.375rem;height:9.375rem;top:23.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4aLs629csluOn16xC3n5OsefDs0Cx4a { top:24.0625rem;left:0rem;width:3.875rem;height:7.3125rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1KXtTZdW1EAczGAwT36dAg0hPZlXl40 { display:none; }#F1KXtTZdW1EAczGAwT36dAg0hPZlXl40 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pIEDtGIpA2PBqSqJhhwi0iEzS8cL9aaR { top:6.625rem;left:0rem;width:27.375rem;height:2.8125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zbnp5sm9syrMADkWTe3bRJDNVCSDUbC3 { width:19.1875rem;height:4rem;top:34.125rem;left:14.281250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw1wiK413vvZUtKqTUVMrPtsa4emus5n { display:block; }
 }@media only screen and (max-width: 763px) { #eHf5qxXtbqzByaLdtribwSdQZAeyEpZR { width:47.75rem;height:8.75rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUhfrICsRnL6bWa6JZmIGdrz52zUuKPT { width:47.75rem;height:8.4375rem;top:2.75rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXBwq85dXV43WofnOhUAeSME01qCtNDN { width:11.25rem;height:3.375rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #foOeDDgrBRvbABDwkS6CT75PVUECGvdI { top:1.6875rem;left:19.6875rem;width:28.0625rem;height:46.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPhJBww7i2viyxnZ9txwmnRMT51ATqdG { top:2.1875rem;left:3rem;width:44.75rem;height:8.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk4DiKOgNz6Wy9qty2U6P2ZsP0ClqwgR { width:13.6875rem;height:6.5625rem;top:0.625rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxM2th8klCyN9wqi5FTeldBGV7AK5taZ { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bybp7JbacXvQSTCd0L3Qu4zRIqJXeIqT { width:39.3125rem;height:6.0625rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsEJC6NX6H7ZEFiLcK8T9qWulxBCRpIh { width:37.4375rem;height:4.875rem;top:12.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTvh8GXAX0mq6nV7Amrm9r1gnuSXybvc { top:19.0625rem;left:0rem;width:28.125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6l5nKQOlpbf06lrEfWQ0OTyzVDFs3B3 { display:none; }#V6l5nKQOlpbf06lrEfWQ0OTyzVDFs3B3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #R9xewatycwKhu8buXCU1pR1vUrJfTVgt { top:6.625rem;left:0rem;width:27.375rem;height:2.8125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTBE9ME3RH9H6nTZqtJCfKvErK96GBGs { width:19.1875rem;height:4rem;top:32.25rem;left:14.281250953674rem;display:none; }
 }@media only screen and (max-width: 763px) { #wZP2uz84Lr78eQkCTakLvgkTP5dwGTHq { display:block; }
 }@media only screen and (max-width: 763px) { #SQObBAIOmIxRSqa7UE02tDG2EIiW23oZ { width:47.75rem;height:11.625rem;top:2.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRMsh4vpTlRvafGJ5ugaMwkiU8QBc9R5 { width:18.4375rem;height:;top:1rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWtrMkTazgZCgF1MeiUHxzrsVlBigbRB { width:11.25rem;height:3.375rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKkf1BEsTLLP9C1BJJZIcQg1OTBayPPX { top:1.6875rem;left:19.6875rem;width:28.0625rem;height:46.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkpZRQ5TO6t3xMd5h5Mn099FhSOZEOKi { top:2.1875rem;left:3rem;width:44.75rem;height:8.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiZI3VlEQ1bwTIVv88AVSO7As4LC1xyg { width:13.6875rem;height:6.5625rem;top:0.625rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zmBA8MJrTnDSbly4V6xaQEHepTZw7zhq { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UZkNJzUIBMxNUVsLFxXEl6IVoSuQAgur { width:39.3125rem;height:6.0625rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZivOvPtVelsUnNIcI02WPXNEC6VanmJK { width:18.1875rem;height:2.4375rem;top:10.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1mPBq1xXM4gypL9e2F2EAFvclahlfz9 { top:23.5625rem;left:20.187500953674rem;width:3.875rem;height:7.3125rem;font-size:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mk4Bwc2UxkxD0Wps11vdEivHaGARTzAs { top:19.0625rem;left:0rem;width:28.125rem;height:28.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Byaq05ywu2exOXkvBtX2BrT55MIoaftU { width:18.4375rem;height:5.1875rem;top:3.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #yGINnBMHiyTfpg2TWwb7XsMruPHNeD2G { top:23.1875rem;left:37.1875rem;width:10.5625rem;height:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k9ZgXrqq4ZX4pwgJZpvAIo5mDBclvXX5 { display:none; }#k9ZgXrqq4ZX4pwgJZpvAIo5mDBclvXX5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gEuRND90arDMyuW0U6LTu35GNc55lHZM { top:13.25rem;left:24.500000953674rem;width:21.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka2Pxvdv2P3F3F1RMMOv0lXZr6J6uDop { top:14.5625rem;left:24.75rem;width:20.625rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX7Lt1Tb0hC8apQgHIzDxopUXEqPZFLa { top:18rem;left:20.875rem;width:3.875rem;height:7.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzFQ9UMMbVHbCfQ8TRvBnWvxTs38ZK3o { width:29.75rem;height:12.5rem;top:13.9375rem;left:17.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SxylMtKzwtZkXchLCp4iHaax5aTxSV4l { top:5.5rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgLHwaZ6Rbcb9k2AF5h6EQve5QNvyBTm { top:35.8125rem;left:0rem;width:47.75rem;height:22.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2LVc6H8hyxgaxiga7chAl6tBTZLSOXR { top:5.9375rem;left:0rem;width:16.3125rem;height:2.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iVtTIfaqTB61maVa9GwBVbaC1WT6eMF3 { top:23.4375rem;left:33rem;width:8.375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOxozIDkvmT81ETpzbTrlqVXHgIN9RJv { width:47.75rem;height:26rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbXbEfJ9J9dEKJskUGJK4MmDALOUw6Jw { top:61.5rem;left:18.375000953674rem;width:11rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtRSRf3FHtpuSymCGAdXZKatmTVUD5Fn { top:0.625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3UwcVsEk3tHZ5bhfKm2uOpQ6THeVfAx { top:9.1875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaNUDT4kqAgb8VLKLLwSGXuUEldTNll4 { top:29.0625rem;left:2.0552091598511rem;width:10.5rem;height:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #y7b6Az0rW1bWao2qEd0MN6RpJcIMJTTZ { top:15.1875rem;left:0.1875rem;width:22.8125rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #puZr6UTTrO9nX7cLgzfpE68iIpL11Dog { top:13.25rem;left:3.5312509536743rem;width:16.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9xNv6JUDsw3qXQFiKpvcJRB76p6fxJC { top:30.875rem;left:18.312500953674rem;width:3.875rem;height:7.3125rem;font-size:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pT6PId0kohT58wz5AII0VWnTcnclRPX3 { display:none; }#pT6PId0kohT58wz5AII0VWnTcnclRPX3 { border-width: 0; border-radius: 0; }#pT6PId0kohT58wz5AII0VWnTcnclRPX3 > .row .container { width:47.75rem;background-color:rgba(0,0,0,0);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OADcTGrf38DVpiWWk9zyIInP1PfTur0a { top:39.5rem;left:0rem;width:47.75rem;height:20.375rem;background-color:#69b395;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;display:block; }
 }@media only screen and (max-width: 763px) { #fnST51Znlriz5nRIFt0BTgbgROuolw3i { top:40.75rem;left:0rem;width:47.75rem;height:;font-size:1rem;color:#ffffff;display:block; }#fnST51Znlriz5nRIFt0BTgbgROuolw3i li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bc426e496679b62cd68773299387713381cdc2ef.svg); }
 }@media only screen and (max-width: 763px) { #e3I8mMurufdGTdFTnynb9Tdv3SxRBC3R { width:29.75rem;height:12.5rem;top:13.9375rem;left:17.9375rem;background-color:#69b395;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #TlCkCfJwnMExPd8TgmeMz6tPQRXaPf3i { top:14.1875rem;left:6.1562509536743rem;width:37.1875rem;height:24.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qqzqUEOgaLZ7HKtMlrbLoTxSsy274l8U { top:3.625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.75rem;color:#9f9890;display:block; }
 }@media only screen and (max-width: 763px) { #avzlyLSHEVraiayAgniRuy5ta9cpupha { top:1.1875rem;left:12.250000953674rem;width:25rem;height:2.4375rem;font-size:1.1875rem;color:#69b395;display:block; }
 }@media only screen and (max-width: 763px) { #XhUhmfKaZfU29aqVKLtt6Q2zMNa3RBKp { top:11.3125rem;left:27.375000953674rem;width:3.5625rem;height:2.8125rem;font-size:2.1875rem;color:#69b395;display:block; }
 }@media only screen and (max-width: 763px) { #BRbyVgSzSxE0ZRwZxfUTW7LSXz5DxRrZ { top:8.5rem;left:13.156250953674rem;width:21.6875rem;height:6.125rem;font-size:1.3125rem;color:#69b395;display:block; }
 }@media only screen and (max-width: 763px) { #Q80UZDyePyRHNHAL8pyVporJfUshfKPp { width:14.375rem;height:4.8125rem;top:10.375rem;left:14.562500953674rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Ul8e3p3eey1pTkO21K2EzrRLHhl018y3 { top:5.0625rem;left:3.9833326339722rem;width:0.625rem;height:1.8125rem;font-size:1.3125rem;color:#69b395;display:none; }
 }@media only screen and (max-width: 763px) { #BaEBLtg6FyNVlG2Wn67IE9N109XpQbi2 { display:none; }#BaEBLtg6FyNVlG2Wn67IE9N109XpQbi2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y9gc9pVzSLnRCFEv1FwnwTzKAzfhGqdh { top:24.8125rem;left:28.062500953674rem;width:17.25rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5qOaxpSUhSiMxAt9aUmArUtGgDDHkVz { top:10.75rem;left:21.9375rem;width:3.875rem;height:7.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCKWan2QeTvoDo7OZmNnIrNeivL5msCV { width:29.75rem;height:12.5rem;top:13.9375rem;left:17.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrwKNtQ04UIstn3Osa0o4FPtsCQFMTHZ { top:50.875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg2tTqoT7x9IoO2cF81NTA8O2OLoIzRV { top:5.9375rem;left:0rem;width:16.3125rem;height:2.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bV39KfmkOt8J9UOwZhFTH1KMuHZc6STv { width:47.75rem;height:21.9375rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxViF4ncun0QchWhOOagauKaBJtp2AI4 { top:58.375rem;left:20.468750953674rem;width:6.8125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbr8DlPzb4Iv7VMCCsKi8sbl1q3JdBX8 { top:0.625rem;left:0rem;width:47.75rem;height:4.625rem;font-size:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KunhGAp0kc3b1rqVhKenFuocNQIsaVkm { top:5.25rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hkbbku83eM4INOQ3wBXBaog55NTeHz2e { top:29.0625rem;left:2.0552091598511rem;width:10.5rem;height:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BpCNn6V89gb30dIdowBZVPZUKQBR9wIG { top:7.9375rem;left:1.25rem;width:22.8125rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTXmoTX69wyhHDurOWOmstizOJPWDGhO { top:24.8125rem;left:2.4375009536743rem;width:20.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlG8mxz1cQdk3pvdsrFAtXWv4qk1g1ah { top:30.875rem;left:18.312500953674rem;width:3.875rem;height:7.3125rem;font-size:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VREhGMZQOGGT3iOtPMqIN5NwItW2XNGo { top:8.75rem;left:25.5625rem;width:18.375rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXcgzhs4LnIM1k65xQsgVCdRlfdm1nEX { top:29.8125rem;left:0rem;width:47.75rem;height:18.125rem;font-size:0.8125rem;color:#ffffff;display:block; }#PXcgzhs4LnIM1k65xQsgVCdRlfdm1nEX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bc426e496679b62cd68773299387713381cdc2ef.svg); }
 }@media only screen and (max-width: 763px) { #F8VtE3wT6VRsL6bWTBho3IaoR4sLVRed { width:15rem;height:2.1875rem;top:55.25rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTtTwX6Be9PS3p3TOAyrXJy84UzfO8ir { display:block; }
 }@media only screen and (max-width: 763px) { #Iyv69QSPWfpETNJWfJStwohSawPbMwKh { top:1.5rem;left:0.75000095367431rem;width:3.625rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6oEiRMwEUqNwzZl7USxefT7BLLzqv2h { top:1.5rem;left:43.830208778381rem;width:3.625rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r { display:none; }#b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ib1pxgzs9RrVqpH4fchTiEqDUJ1FOiuz { top:1.125rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6qZkowKItOUeN11MSRM5dtT69fFiupc { top:18.4375rem;left:11.250000953674rem;width:25.25rem;height:7.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rtnS4R3oliwPR4vqGtJGr0psdqO28p5I { width:8.3125rem;height:1.9375rem;top:35.9375rem;left:18.302083015442rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9yeh6RydDdR20qClTTKBepZMApXTHpR { display:block; }
 }@media only screen and (max-width: 763px) { #hdmVTOt2Olo4rt7c6kkkLzCwDTJsi6TS { width:10.25rem;height:10.25rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtoaSsDBC7oPRt0LdTPGbKX0iSfDQCB9 { top:18.4375rem;left:0rem;width:21.875rem;height:7.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMaJdpLdL29WQTu7VI7A1WTE2P2aOOrN { width:10.25rem;height:10.25rem;top:6.75rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw3sSy3Lv3J6VwInCNvBn6zVL1IKCrW3 { width:10.25rem;height:10.25rem;top:6.75rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1elACrcHIpyCzTa39n4yLqotXzhPZnN { top:18.4375rem;left:29.1875rem;width:18.5625rem;height:12.5rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #z1tJCZKJMpTQBPKUKzCv7EdoBuhFohH0 { width:18.125rem;height:4.125rem;top:30.3125rem;left:13.395833015442rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtWJ1L1sOsko7TTblB9Rx8LbfBCUsdSb { display:block; }
 }@media only screen and (max-width: 763px) { #KOO51yLVZ4IWet2entSxlaBxKlqpF3uC { top:36.3125rem;left:0rem;width:17.9375rem;height:5.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i9Z1TRLZX43ownA3DQE6vZ1yU7hr5r1U { top:23rem;left:0rem;width:17.8125rem;height:5.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M21BK0H5Alcxbg7hV15fA84U9TsOXEos { top:9.1875rem;left:0rem;width:17.375rem;height:7.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p0MwS9nHD6loOmBBpi58cblSdbAtW4Wp { width:20.0625rem;height:25.0625rem;top:23.1875rem;left:18.974999427796rem;display:none; }
 }@media only screen and (max-width: 763px) { #oKs7QrJdZtUm9W3tG0UMz4ROQTRSriyD { top:40.625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oLrzJd2k6OqooVhCvMxs22JIAaR4T7ZD { top:18.4375rem;left:0rem;width:21.875rem;height:9.5625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWsHXBD3IqPLmAa1gcwSiBQUGKCJW0rx { top:55.5625rem;left:0rem;width:20rem;height:3.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2UqGy28WlFWT7v8gLsVF184kpnHpG8w { top:41.375rem;left:32.468751907349rem;width:12rem;height:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TR9exa0ckleFKPbL4AOpponl46UfVAom { top:28.3125rem;left:33.666665077209rem;width:12rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9b2FDsg0Oscicusq9Dx1qZeOuAzKuJp { display:none; }#M9b2FDsg0Oscicusq9Dx1qZeOuAzKuJp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ds2ZoTyt44kGerGsSh6K0USpvseTE6wN { width:19.375rem;height:;top:28.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #enwx8yQ22T8KeLXv9MxgSg6QRTLO2FeU { width:19.375rem;height:4.3125rem;top:30.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wubodV83Oz2X6c4greiOFvk3wiqSF7HI { width:2.375rem;height:2.375rem;top:14.375rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sM6RQtGDIhRXyJu9lrKuLQi5kCCO1JJy { width:2.3125rem;height:2.4375rem;top:14.3125rem;left:6.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #v91oa4GQ5bssBinxbvK4bDeQuDio5RWI { top:6.3125rem;left:0rem;width:15rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaF3c6p9kqZJO8CzNc0WRskpW9UypRhi { width:19.0625rem;height:14rem;top:4.625rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTJRy4vLouvWJl2E40GULqGgfFolvuDc { top:21.875rem;left:0rem;width:23.25rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIAOrHUTlrF2Q4OUZ14v2bW6AM59uqrG { top:0.75rem;left:0rem;width:23.6875rem;height:4rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVflo1eUaEcZ9FB7t8XQiMrN5A0XOhfM { top:0.75rem;left:6.9375rem;width:24.8125rem;height:4rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hADv4OGzfbiTkCWTIID43740LVAEOy20 { top:21.6875rem;left:8.5rem;width:23.25rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSZbmMF5mkxIXWcXEChz6OcTdeZnQqTG { top:22.875rem;left:0rem;width:21.625rem;height:18.5rem;font-size:0.875rem;display:block; }#qSZbmMF5mkxIXWcXEChz6OcTdeZnQqTG li:before{  }
 }@media only screen and (max-width: 763px) { #IGNsvLiQ2uwD2bqBIKIKUIpgcdMU5uX3 { top:22.3125rem;left:10.1875rem;width:21.5625rem;height:21.3125rem;font-size:0.875rem;display:block; }#IGNsvLiQ2uwD2bqBIKIKUIpgcdMU5uX3 li:before{  }
 }@media only screen and (max-width: 763px) { #VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP { display:none; }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CGTBIuoCwT3J6wTX69Ss2aLUOfvS5FQN { top:2.875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpzzx5B9qKtf3fJ6BzmrUql1qKTiAy6g { top:1.375rem;left:0rem;width:47.75rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;height:auto; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-input-text {padding-top: 0; padding-bottom: 0;}#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-input-select {padding-top: 0; padding-bottom: 0;}#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-checkbox-label { width:43.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP  { width:45.25rem;height:auto;top:13.625rem;left:0rem; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP {display:block;}#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP { width:45.25rem;height:auto;top:13.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #SP5m96Ed5Ndk4qxZGvRS9ScKN6F1R1mg {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #DxxX12tyUO675agJTJJV9CkQdF8H7LJz { display:block; }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #Td5IihQORVMTqqEDUE7ww5TZcP4MEnEl {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #ffiRyWEsoUHZ3kln2tW2zZTGVVPrTAw3 {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #nlpQ4wshBl3OPRxAIVc47hxozIavKhqk { display:block; }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #x6VZTZ8R2JUwBzUic0Cw0Uk8cyRxSAVp {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #QvJWcMTnkPxQ7iywSHXbFslgtEoCLCzP {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #pFq4QIpt8ex1hQEbU7RRSA7H6NvUIiTs {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #kGX4EEanJG28Mu9nqyIRkTnx4g8GOnhs {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #guVu8wi8yepGmody6x57A27GLBVLZuat {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #G8H0EdifzuePZw1xr77TZOBJlsTqXDuo {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #ZOA6pqcOlbCCrGfRZk2dmnVErJhT5qW2 {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #PslOKuwarBSyBIvrwGNQRlRJbbM3JTDL {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #TXyHWfrhT2k4lF6GZgHsvMAsnrXSCRmN {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #uBsCEnnV9TSvxzHXJ3UBkkzVLF94hTEr {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #V9eCtzi6JcKD8ANeXdcqgLz4KTv6wCpd {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #xVd6e21q0r4ATr8xcsBxAKRZ7EeJ5WhG {  }
 }@media only screen and (max-width: 763px) { #QqR6eLw4EM8QdUqWnAIuksMgdR9RwTkm { display:block; }
 }@media only screen and (max-width: 763px) { #tyBHxsX6QEn8Bq9p5aQdmysxhB1P5OTt { display:block; }
 }@media only screen and (max-width: 763px) { #yIpfskNPsTpc3Tq4heq7RNEcb6dnP4IX { display:block; }
 }@media only screen and (max-width: 763px) { #rtLQB5hSUgVhLax3BrTkqbVB0KsMkNJz { display:block; }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #GZeKuwDQT9mTaKPekoTfyOwzpbTEcSc3 {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #RRD6FTbycVxTONc05tnqZKfg3GVfNH0c {  }
 }@media only screen and (max-width: 763px) { #FnWcDTrKTTzSCwODpMPRlhrch6CyRCeT { top:28.875rem;left:14.8125rem;width:32.9375rem;height:15.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C5LXnoq2OsBSN5QMbrNtmuzMZzWoEJg5 { top:4.625rem;left:0rem;width:47.75rem;height:33.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gEEy7AqXgtfDhNPLh9Z1yTWmGktQ9nI9 { top:23.1875rem;left:37.1875rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9ap4DHs1nivaN8Rrn7x42whgt86fQw2 { display:none; }#s9ap4DHs1nivaN8Rrn7x42whgt86fQw2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nuxhBM5P08E25Owv05oNmBXwnJz2ENvB { width:47.75rem;height:15.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2pTl4qHrxCAaVHrlzOWx7iTHpNTgvGU { width:46.5rem;height:11.375rem;top:3.25rem;left:0.62421894073486rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6FR2aZTAoWAP9nC0VuknDvRc3Holy5i { width:3.125rem;height:3.125rem;top:18.5625rem;left:44.625rem;display:block; }
#i6FR2aZTAoWAP9nC0VuknDvRc3Holy5i > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #hxBZ7RQ8mr2fycNvT7X2LyNhyTRGsT0r { width:46.5rem;height:2.25rem;top:18.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWNiEu1pk0pFgUqievzBPE97aQJ8M5S4 { width:3.125rem;height:3.125rem;top:18.625rem;left:42.53125rem;display:block; }
#TWNiEu1pk0pFgUqievzBPE97aQJ8M5S4 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #BfvGsWLTbvUqqx3F6Od9ErrpS3XawM5o { display:none; }#BfvGsWLTbvUqqx3F6Od9ErrpS3XawM5o > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gBIgQTxPzfhuz12KkhvuCcRwn6dpQPyu { width:40rem;height:22.5rem;top:2.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0VWK8umDA7wwDRJpDIyyJB1AQiyWmSA { width:28.375rem;height:1.3rem;top:25.875rem;left:9.6875019073488rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaML5uLPLAcWTeEOzIZTtpXgWEbgd1HN { width:47.75rem;height:22.4375rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #odON3iENGxfQ8Qa2LGI7HF3l3pth2Bwq { width:19.1875rem;height:4rem;top:52.875rem;left:14.281250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #x29a84z3GsFnUbaqREQzSLb6Nhzcqg2U { display:block; }
 }@media only screen and (max-width: 763px) { #SQbRGGJvdiTnnTCLvS1vZXPvcUeRHBBU { display:none; }#SQbRGGJvdiTnnTCLvS1vZXPvcUeRHBBU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kuoDcygrhoMK4HThf8X48BT367wlAdyz { width:47.75rem;height:38.25rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTVb5u7iaEqn1qnEP7Da1kpkSopQ5U43 { display:none; }#QTVb5u7iaEqn1qnEP7Da1kpkSopQ5U43 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #skSpe3MklgdmDlcy1fIApWMu5V8xW8PT { width:47.75rem;height:1.3rem;top:2.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSBuMTZmP3U8FAvZWbcSLge7CVzNSRTx { width:47.75rem;height:26.625rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGqtfgWJLJWSTrp8TLyTvkta0c2yFBu9 { top:0.625rem;left:0rem;width:47.75rem;height:3.7375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdc7GZUkC4OKav0rGq5IUGwud3kZuRt9 { background-color:#626b6b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#Kdc7GZUkC4OKav0rGq5IUGwud3kZuRt9 > .row .container { border-width: 0; border-radius: 0; }#Kdc7GZUkC4OKav0rGq5IUGwud3kZuRt9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UalxSX4BvRJKJ1E4TyZv1yd6wlXHBhKk { width:47.75rem;height:1.3rem;top:2.875rem;left:0rem;font-size:1rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #RLTAWh2fykpqBFF4pSNEk1gAnatOO67B { width:47.75rem;height:2.25rem;top:1.25rem;left:0rem;font-size:1.25rem;color:#f4eaea;display:block; }
 }@media only screen and (max-width: 763px) { #F9X48DgUMIN7NX7gyLETcLuCiaMON01J { width:47.75rem;height:5.625rem;top:4.875rem;left:0rem;font-size:0.75rem;color:#f4eaea;display:block; }
 }@media only screen and (max-width: 763px) { #UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP { display:none; }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AtDI4JAHZRtNZ55SauFur2fOagELqtie { width:47.75rem;height:1.3rem;top:2.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMSoODXlJcJH3nGby8AGqHsndBH9TiNx { width:47.75rem;height:9.4375rem;top:1.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG { display:none; }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h8RXnJ0ztKHSgVU5voC9u9IJwRnggkKg { width:47.75rem;height:1.3rem;top:2.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8GkPNiwZ9KEeUTdqHO6EHXgsT6F9KcL { width:47.75rem;height:20.4375rem;top:1.0625rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT { display:block; }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AlG7HZUFo4iiT1I7Czpe9pk1TLzLusnv { width:47.75rem;height:0.89375rem;top:1.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#dbe5f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK { position:relative;z-index:auto;background-color:rgba(255,255,255,0.57);background-image:none;display:block; }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row .container { background-color: transparent; background-image: none; }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row .container > .video-iframe-container { display: none; }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row > .video-iframe-container { display: none; }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .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); }#iwBi1IglGRJrG2TgIqZpri8TIRC5y9qK > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPAJKtAprAWJ3c8WfJnTm8TKwy9B7ZI5 { width:6.375rem;height:2.0625rem;top:1.3718748092651rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRWzaZCdMof92XTnDr4hEhSGrEQQrJIf { width:20rem;height:1.3125rem;top:0.68315970897675rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa .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; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa .widget-text.counter-number { padding-top:0.290625rem;padding-right:0.255625rem;padding-bottom:0.290625rem;padding-left:0.255625rem;width:1.5325rem;min-width:1.5325rem;height:1.559375rem;font-size:1.16125rem;line-height:24.95px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.1825rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.04375rem;height:0.61625rem;font-size:0.435625rem;line-height:9.86px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#qJkaKopq3QI1BXfXIy398gqpVTHWMxXa { width:12.1875rem;height:2.939375rem;display:flex;top:2.6085069179535rem;left:3.0989583134651rem;z-index:15005;padding-top:0.025rem;padding-right:0.025rem;padding-bottom:0.025rem;padding-left:0.025rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #ViOFUKZGvoim0IpMevrPOTh9q95CH966 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #rLTIk7sHPOB5aGRO5WzTKmMa7X6b4EGP {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #roAo4xZcl7cwcwVDTezcwl2uO81HtgHo {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #Qqd8ewPnU8E4ERKJx2gI8WG6ZcgBgp8G { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #IICGMpu0wkLPdRBXe1C9crVunpEpkcPd {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #Icifm558JQL2IVHF8LT7TE7n3l1vAz9d {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #NnJuwGh8Pcb854csBTvSTLRtFJLu1zU4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #C3y1ynUUAuhE47TecQ0kqTt6sJtnCCSM {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #xr35gN1TsHdJKNlgfdfXp3uMHSASpKMJ {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #mAFS5SdtQ1tgyw70vsBPz3JN52xokmVH { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #GbwHKhUsX8rWaPdxOIl0Q29wsRB8P9dq {  }
 }@media only screen and (max-width: 763px) { #qJkaKopq3QI1BXfXIy398gqpVTHWMxXa #iPd0waCWo7N1tzkS2lw4k8d3vlmg8bNa {  }
 }@media only screen and (max-width: 763px) { #ocATLpoQklnMuSP7LCU3Vs66eTni3ybO { width:9.9365rem;height:1.811525rem;top:4.09375rem;left:8.96875rem;background-color:#1d4c8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #QBFkHhnwh4nfD3nDwWNQDKBs3xbdupLa { display:block; }
 }@media only screen and (max-width: 763px) { #HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy > .row .container { border-width: 0; border-radius: 0; }#HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HdWqgBXZIrIpEunXav0B4D9CZAhnd5vy > .row .container { width:20rem;height:36.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MKagcIcpCUdAeSVfNGohvMXGT8BSewdt { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/373337c5-647e-4c6d-b4d5-61e0218e31c8/BS_STORIE8.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt.adaptive-delivery-prevent-bg, #MKagcIcpCUdAeSVfNGohvMXGT8BSewdt.lazyload, #MKagcIcpCUdAeSVfNGohvMXGT8BSewdt.lazyloading { background-image: none; }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt > .row .container { border-width: 0; border-radius: 0; }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#MKagcIcpCUdAeSVfNGohvMXGT8BSewdt > .row .container { width:20rem;height:54.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EUvc2alFntNcKxiHppMIgAKpslJxPXJm { width:20rem;height:3rem;top:2.5625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #zbPbSPQqECU5m8gPwOwJcIh4K5aDQuhD { width:15.625rem;height:3rem;top:40.8125rem;left:2.1875rem;background-color:#69b395;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.5rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #u3foP0on7tnvEOyFxovNVnKRn5wNScZ9 { display:block; }
 }@media only screen and (max-width: 763px) { #cwvIVKMKO7NA7eiCtMDAEwbP4VSzJ6xd { width:17.93575rem;height:8.37325rem;top:5.675350189209rem;left:1.0303819775581rem;display:none; }
 }@media only screen and (max-width: 763px) { #HXw4dF4RRtkw3rBM4BRAoMZC23fMeL4C { width:16.875rem;height:0;top:6.2317714691162rem;left:1.5625000596046rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #la7Gfe6vcAryI96IsKberdIBEZbtPaAo { width:13.375rem;height:3.75rem;top:4.0546875rem;left:3.5234375596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #l07mNPShXFWnfKKR5Kk5D0xdbEP5PNTd { width:8.1875rem;height:5.125rem;top:32.125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VhQtzQ6NZhWa1v4kkBqnopohxgr2MbOg { width:7.875rem;height:12.8125rem;top:29.1875rem;left:12.125rem;overflow:hidden;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #gJ1gwy659b7miLqi3cTFuK7azPHyXm06 { width:20rem;height:3.84895625rem;top:5.4722222089768rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #VwaeywSlxzbsvzZ9Tvinf9uo10IHnFJs { top:0rem;left:1.28125rem;width:17.4375rem;height:6.58125rem;z-index:15055;color:#fbefef;font-size:1.6875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wV3Rme3B5WSUdTftwwqrmo02sP4rvPwA { top:0rem;left:1.0625rem;width:17.875rem;height:7.1875rem;z-index:14999;background-color:#044563;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgUlUN9vnk9kZ2SDrQwPLAAxnIwH4OBQ { width:20rem;height:6.0625rem;top:11.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eaa7uwQW5P4R815r2BVggspHnbeTxTC2 { width:20rem;height:auto;top:12.375rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kkFawPlQ7mp3TnPI0Us7PHcB5VS1u2dP { width:9.375rem;height:9.375rem;top:23.5rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1kr2LvnU4bIZumyHDb08Z3CXiQc5TbI { width:9.9375rem;height:8.5rem;top:45.0625rem;left:5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gQF7JmxuUCuDwDJFSG8vJ7p7Lt4MMRwH { width:9.375rem;height:9.375rem;top:23.5625rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v4aLs629csluOn16xC3n5OsefDs0Cx4a { width:3.875rem;height:auto;top:24.0625rem;left:8.0625rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #F1KXtTZdW1EAczGAwT36dAg0hPZlXl40 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/373337c5-647e-4c6d-b4d5-61e0218e31c8/BS_STORIE8.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }#F1KXtTZdW1EAczGAwT36dAg0hPZlXl40.adaptive-delivery-prevent-bg, #F1KXtTZdW1EAczGAwT36dAg0hPZlXl40.lazyload, #F1KXtTZdW1EAczGAwT36dAg0hPZlXl40.lazyloading { background-image: none; }#F1KXtTZdW1EAczGAwT36dAg0hPZlXl40 > .row .container { border-width: 0; border-radius: 0; }#F1KXtTZdW1EAczGAwT36dAg0hPZlXl40::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#F1KXtTZdW1EAczGAwT36dAg0hPZlXl40 > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#F1KXtTZdW1EAczGAwT36dAg0hPZlXl40 > .row .container { width:20rem;height:54.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pIEDtGIpA2PBqSqJhhwi0iEzS8cL9aaR { width:20rem;height:3rem;top:2.5625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zbnp5sm9syrMADkWTe3bRJDNVCSDUbC3 { width:15.625rem;height:3rem;top:40.8125rem;left:2.1875rem;background-color:#69b395;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.5rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #Xw1wiK413vvZUtKqTUVMrPtsa4emus5n { display:block; }
 }@media only screen and (max-width: 763px) { #eHf5qxXtbqzByaLdtribwSdQZAeyEpZR { width:17.93575rem;height:8.37325rem;top:5.675350189209rem;left:1.0303819775581rem;display:none; }
 }@media only screen and (max-width: 763px) { #oUhfrICsRnL6bWa6JZmIGdrz52zUuKPT { width:16.875rem;height:0;top:6.2317714691162rem;left:1.5625000596046rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GXBwq85dXV43WofnOhUAeSME01qCtNDN { width:13.375rem;height:3.75rem;top:4.0546875rem;left:3.5234375596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #foOeDDgrBRvbABDwkS6CT75PVUECGvdI { width:7.875rem;height:12.8125rem;top:29.1875rem;left:12.125rem;overflow:hidden;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #RPhJBww7i2viyxnZ9txwmnRMT51ATqdG { width:20rem;height:3.84895625rem;top:5.4722222089768rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #nk4DiKOgNz6Wy9qty2U6P2ZsP0ClqwgR { top:0rem;left:1.28125rem;width:17.4375rem;height:6.58125rem;z-index:15055;color:#fbefef;font-size:1.6875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sxM2th8klCyN9wqi5FTeldBGV7AK5taZ { top:0rem;left:1.0625rem;width:17.875rem;height:7.1875rem;z-index:14999;background-color:#044563;background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bybp7JbacXvQSTCd0L3Qu4zRIqJXeIqT { width:20rem;height:6.0625rem;top:11.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IsEJC6NX6H7ZEFiLcK8T9qWulxBCRpIh { width:20rem;height:auto;top:12.375rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTvh8GXAX0mq6nV7Amrm9r1gnuSXybvc { width:8.5rem;height:8.5rem;top:45.0625rem;left:5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #V6l5nKQOlpbf06lrEfWQ0OTyzVDFs3B3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/373337c5-647e-4c6d-b4d5-61e0218e31c8/BS_STORIE8.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#V6l5nKQOlpbf06lrEfWQ0OTyzVDFs3B3.adaptive-delivery-prevent-bg, #V6l5nKQOlpbf06lrEfWQ0OTyzVDFs3B3.lazyload, #V6l5nKQOlpbf06lrEfWQ0OTyzVDFs3B3.lazyloading { background-image: none; }#V6l5nKQOlpbf06lrEfWQ0OTyzVDFs3B3 > .row .container { background-color: transparent; background-image: none; }#V6l5nKQOlpbf06lrEfWQ0OTyzVDFs3B3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.12); }#V6l5nKQOlpbf06lrEfWQ0OTyzVDFs3B3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6l5nKQOlpbf06lrEfWQ0OTyzVDFs3B3 > .row .container > .video-iframe-container { display: none; }#V6l5nKQOlpbf06lrEfWQ0OTyzVDFs3B3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.12); }#V6l5nKQOlpbf06lrEfWQ0OTyzVDFs3B3 > .row > .video-iframe-container { display: none; }#V6l5nKQOlpbf06lrEfWQ0OTyzVDFs3B3 > .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); }#V6l5nKQOlpbf06lrEfWQ0OTyzVDFs3B3 > .row .container { border-width: 0; border-radius: 0; }#V6l5nKQOlpbf06lrEfWQ0OTyzVDFs3B3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#V6l5nKQOlpbf06lrEfWQ0OTyzVDFs3B3 > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#V6l5nKQOlpbf06lrEfWQ0OTyzVDFs3B3 > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R9xewatycwKhu8buXCU1pR1vUrJfTVgt { width:20rem;height:3rem;top:13.6875rem;left:-0.93750095367431rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HTBE9ME3RH9H6nTZqtJCfKvErK96GBGs { width:15.625rem;height:3rem;top:30.250000953674rem;left:1.5625rem;background-color:#d5aa41;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.5rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #wZP2uz84Lr78eQkCTakLvgkTP5dwGTHq { display:block; }
 }@media only screen and (max-width: 763px) { #SQObBAIOmIxRSqa7UE02tDG2EIiW23oZ { width:17.9354375rem;height:8.3729375rem;top:9.6875rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRMsh4vpTlRvafGJ5ugaMwkiU8QBc9R5 { width:18.4375rem;height:3.25rem;top:0rem;left:0.78125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWtrMkTazgZCgF1MeiUHxzrsVlBigbRB { width:13.375rem;height:3.75rem;top:2.0625rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKkf1BEsTLLP9C1BJJZIcQg1OTBayPPX { width:12.6875rem;height:21.25rem;top:11.577086448669rem;left:6.6885414123538rem;overflow:hidden;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #hkpZRQ5TO6t3xMd5h5Mn099FhSOZEOKi { width:20rem;height:3.84895625rem;top:5.4722222089768rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #AiZI3VlEQ1bwTIVv88AVSO7As4LC1xyg { top:21.41250038147rem;left:1.28125rem;width:17.4375rem;height:0;z-index:15055;color:#fbefef;font-size:1.6875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #zmBA8MJrTnDSbly4V6xaQEHepTZw7zhq { top:0.36459159851074rem;left:0rem;width:19.9375rem;height:9.0625rem;z-index:14999;background-color:#69b395;background-image:none;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZkNJzUIBMxNUVsLFxXEl6IVoSuQAgur { width:20rem;height:2.9375rem;top:10.000000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZivOvPtVelsUnNIcI02WPXNEC6VanmJK { width:18.1875rem;height:2.4375rem;top:10.250000953674rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u1mPBq1xXM4gypL9e2F2EAFvclahlfz9 { width:4.875rem;height:0;top:15.795833587646rem;left:7.8802080154419rem;font-size:4.8125rem;text-align:center;text-align-last:center;z-index:15035;display:none; }
 }@media only screen and (max-width: 763px) { #Mk4Bwc2UxkxD0Wps11vdEivHaGARTzAs { width:7.6875rem;height:7.6875rem;top:17.305209159851rem;left:0rem;overflow:hidden;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #Byaq05ywu2exOXkvBtX2BrT55MIoaftU { width:18.4375rem;height:5.2rem;top:3.25rem;left:0.78125rem;font-size:2rem;z-index:15014;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #yGINnBMHiyTfpg2TWwb7XsMruPHNeD2G { width:7.1875rem;height:7.1875rem;top:18.375rem;left:0.78125rem;overflow:hidden;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #k9ZgXrqq4ZX4pwgJZpvAIo5mDBclvXX5 { background-color:#fceded;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#k9ZgXrqq4ZX4pwgJZpvAIo5mDBclvXX5 > .row .container { border-width: 0; border-radius: 0; }#k9ZgXrqq4ZX4pwgJZpvAIo5mDBclvXX5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k9ZgXrqq4ZX4pwgJZpvAIo5mDBclvXX5 > .row .container { width:20rem;height:50.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gEuRND90arDMyuW0U6LTu35GNc55lHZM { width:17.5rem;height:0;top:6.1635408401489rem;left:1.25rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ka2Pxvdv2P3F3F1RMMOv0lXZr6J6uDop { width:10.8125rem;height:9.5625rem;top:8.4083328247069rem;left:9.1885414123538rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AX7Lt1Tb0hC8apQgHIzDxopUXEqPZFLa { width:4.875rem;height:2.6rem;top:9.9552078247069rem;left:6.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HzFQ9UMMbVHbCfQ8TRvBnWvxTs38ZK3o { width:20rem;height:29.125rem;top:30.687497377396rem;left:0rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #SxylMtKzwtZkXchLCp4iHaax5aTxSV4l { width:20rem;height:1.625rem;top:2.5750007629394rem;left:0rem;font-size:1.25rem;color:#868694;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JgLHwaZ6Rbcb9k2AF5h6EQve5QNvyBTm { width:19.3125rem;height:27.09375rem;top:20.25rem;left:0.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #W2LVc6H8hyxgaxiga7chAl6tBTZLSOXR { width:19.5625rem;height:0;top:5.5052070617676rem;left:0rem;font-size:1.125rem;z-index:15034;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-family:poppins;display:none; }
 }@media only screen and (max-width: 763px) { #iVtTIfaqTB61maVa9GwBVbaC1WT6eMF3 { width:6.9375rem;height:6.9375rem;top:12.555208206177rem;left:13.063541412354rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vOxozIDkvmT81ETpzbTrlqVXHgIN9RJv { width:20rem;height:28.625rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbXbEfJ9J9dEKJskUGJK4MmDALOUw6Jw { width:6.25rem;height:2.125rem;top:48.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtRSRf3FHtpuSymCGAdXZKatmTVUD5Fn { width:20rem;height:1.95rem;top:0.625rem;left:0rem;font-size:1.5rem;color:#868694;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X3UwcVsEk3tHZ5bhfKm2uOpQ6THeVfAx { width:18.3125rem;height:2.4375rem;top:4.5479173660278rem;left:0.84375rem;font-size:0.9375rem;color:#69b395;font-weight:700;font-style:normal;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #SaNUDT4kqAgb8VLKLLwSGXuUEldTNll4 { width:6.875rem;height:6.8125rem;top:9.35000038147rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #y7b6Az0rW1bWao2qEd0MN6RpJcIMJTTZ { width:9.875rem;height:7.9375rem;top:7.5958328247069rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #puZr6UTTrO9nX7cLgzfpE68iIpL11Dog { width:16.125rem;height:0;top:60.931251525879rem;left:0.892707824707rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9xNv6JUDsw3qXQFiKpvcJRB76p6fxJC { width:4.125rem;height:0;top:11.3125rem;left:5.3177080154419rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #pT6PId0kohT58wz5AII0VWnTcnclRPX3 { background-color:#fceded;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pT6PId0kohT58wz5AII0VWnTcnclRPX3 > .row .container { border-width: 0; border-radius: 0; }#pT6PId0kohT58wz5AII0VWnTcnclRPX3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pT6PId0kohT58wz5AII0VWnTcnclRPX3 > .row .container { width:20rem;height:61.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OADcTGrf38DVpiWWk9zyIInP1PfTur0a { width:18.9371875rem;height:22.0621875rem;top:74.43603134155rem;left:0.53059893846512rem;background-color:#69b395;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;display:none; }
 }@media only screen and (max-width: 763px) { #fnST51Znlriz5nRIFt0BTgbgROuolw3i { width:18.996875rem;height:40.35rem;top:18.5rem;left:0.5rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }#fnST51Znlriz5nRIFt0BTgbgROuolw3i li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bc426e496679b62cd68773299387713381cdc2ef.svg); }
 }@media only screen and (max-width: 763px) { #e3I8mMurufdGTdFTnynb9Tdv3SxRBC3R { width:20rem;height:41.4375rem;top:18.5rem;left:0rem;z-index:15013;background-color:#69b395;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TlCkCfJwnMExPd8TgmeMz6tPQRXaPf3i { width:18.6875rem;height:12.0625rem;top:6.4927082061769rem;left:0.65625rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #qqzqUEOgaLZ7HKtMlrbLoTxSsy274l8U { width:20rem;height:2.275rem;top:0.61249923706055rem;left:0rem;font-size:1.75rem;color:#868694;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #avzlyLSHEVraiayAgniRuy5ta9cpupha { width:20rem;height:1.54375rem;top:2.8874998092651rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#69b395;display:block; }
 }@media only screen and (max-width: 763px) { #XhUhmfKaZfU29aqVKLtt6Q2zMNa3RBKp { width:3.5625rem;height:0;top:94.368725585937rem;left:16.0625rem;font-size:2rem;text-align:left;text-align-last:left;color:#69b395;display:none; }
 }@media only screen and (max-width: 763px) { #BRbyVgSzSxE0ZRwZxfUTW7LSXz5DxRrZ { width:20rem;height:3.675rem;top:4.7437505722046rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;color:#69b395;display:block; }
 }@media only screen and (max-width: 763px) { #Q80UZDyePyRHNHAL8pyVporJfUshfKPp { width:7.9375rem;height:2.625rem;top:4.4312505722046rem;left:10.24062538147rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Ul8e3p3eey1pTkO21K2EzrRLHhl018y3 { width:0.625rem;height:1.8375rem;top:4.7437505722046rem;left:17.99062538147rem;font-size:1.3125rem;text-align:left;text-align-last:left;z-index:15037;color:#69b395;display:block; }
 }@media only screen and (max-width: 763px) { #BaEBLtg6FyNVlG2Wn67IE9N109XpQbi2 { background-color:#fceded;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BaEBLtg6FyNVlG2Wn67IE9N109XpQbi2 > .row .container { background-color: transparent; background-image: none; }#BaEBLtg6FyNVlG2Wn67IE9N109XpQbi2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaEBLtg6FyNVlG2Wn67IE9N109XpQbi2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaEBLtg6FyNVlG2Wn67IE9N109XpQbi2 > .row .container > .video-iframe-container { display: none; }#BaEBLtg6FyNVlG2Wn67IE9N109XpQbi2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaEBLtg6FyNVlG2Wn67IE9N109XpQbi2 > .row > .video-iframe-container { display: none; }#BaEBLtg6FyNVlG2Wn67IE9N109XpQbi2 > .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); }#BaEBLtg6FyNVlG2Wn67IE9N109XpQbi2 > .row .container { border-width: 0; border-radius: 0; }#BaEBLtg6FyNVlG2Wn67IE9N109XpQbi2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BaEBLtg6FyNVlG2Wn67IE9N109XpQbi2 > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y9gc9pVzSLnRCFEv1FwnwTzKAzfhGqdh { width:17.5rem;height:0;top:6.1635408401489rem;left:1.25rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z5qOaxpSUhSiMxAt9aUmArUtGgDDHkVz { width:4.875rem;height:2.6rem;top:8.8125rem;left:6.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pCKWan2QeTvoDo7OZmNnIrNeivL5msCV { width:20rem;height:29.125rem;top:30.687497377396rem;left:0rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #TrwKNtQ04UIstn3Osa0o4FPtsCQFMTHZ { width:20rem;height:1.625rem;top:43.033334732056rem;left:0rem;font-size:1.25rem;color:#868694;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dg2tTqoT7x9IoO2cF81NTA8O2OLoIzRV { width:19.5625rem;height:0;top:5.5052070617676rem;left:0rem;font-size:1.125rem;z-index:15034;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-family:poppins;display:none; }
 }@media only screen and (max-width: 763px) { #bV39KfmkOt8J9UOwZhFTH1KMuHZc6STv { width:20rem;height:26.25rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxViF4ncun0QchWhOOagauKaBJtp2AI4 { width:6.25rem;height:2.125rem;top:48.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbr8DlPzb4Iv7VMCCsKi8sbl1q3JdBX8 { width:20rem;height:1.95rem;top:0.68020820617675rem;left:0rem;font-size:1.5rem;color:#868694;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KunhGAp0kc3b1rqVhKenFuocNQIsaVkm { width:14.5625rem;height:2.4375rem;top:2.6302080154419rem;left:2.71875rem;font-size:0.9375rem;color:#69b395;font-weight:700;font-style:normal;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Hkbbku83eM4INOQ3wBXBaog55NTeHz2e { width:6.875rem;height:6.8125rem;top:9.35000038147rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #BpCNn6V89gb30dIdowBZVPZUKQBR9wIG { width:9.875rem;height:7.9375rem;top:6.5rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xTXmoTX69wyhHDurOWOmstizOJPWDGhO { width:16.125rem;height:0;top:60.931251525879rem;left:0.892707824707rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WlG8mxz1cQdk3pvdsrFAtXWv4qk1g1ah { width:4.125rem;height:0;top:11.3125rem;left:5.3177080154419rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #VREhGMZQOGGT3iOtPMqIN5NwItW2XNGo { width:8.875rem;height:8rem;top:6.125rem;left:9.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PXcgzhs4LnIM1k65xQsgVCdRlfdm1nEX { width:18.875rem;height:24.41875rem;top:16.345834732056rem;left:0.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }#PXcgzhs4LnIM1k65xQsgVCdRlfdm1nEX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bc426e496679b62cd68773299387713381cdc2ef.svg); }
 }@media only screen and (max-width: 763px) { #F8VtE3wT6VRsL6bWTBho3IaoR4sLVRed { width:14.4375rem;height:2.25rem;top:45.537501335144rem;left:2.78125rem;background-color:#d5aa41;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15056;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTtTwX6Be9PS3p3TOAyrXJy84UzfO8ir { display:block; }
 }@media only screen and (max-width: 763px) { #Iyv69QSPWfpETNJWfJStwohSawPbMwKh { width:1.9375rem;height:1.21875rem;top:0.99062538146975rem;left:0rem;font-size:0.9375rem;color:#868694;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G6oEiRMwEUqNwzZl7USxefT7BLLzqv2h { width:1.8125rem;height:1.21875rem;top:1.0458335876465rem;left:18.188542366028rem;font-size:0.9375rem;color:#868694;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r { display:block; }#b1vdcU6FcwvMZfczyr3MVCEJV24gaD2r > .row .container { width:20rem;height:58.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ib1pxgzs9RrVqpH4fchTiEqDUJ1FOiuz { width:20rem;height:2.2747375rem;top:1.25rem;left:0rem;font-size:1.75rem;color:#333344;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d6qZkowKItOUeN11MSRM5dtT69fFiupc { width:20rem;height:auto;top:18.4375rem;left:0rem;font-size:1.5rem;line-height:1.6;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rtnS4R3oliwPR4vqGtJGr0psdqO28p5I { width:9.1875rem;height:2.125rem;top:55.4375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9yeh6RydDdR20qClTTKBepZMApXTHpR { display:block; }
 }@media only screen and (max-width: 763px) { #hdmVTOt2Olo4rt7c6kkkLzCwDTJsi6TS { width:4.375rem;height:4.375rem;top:4.8802053928375rem;left:7.8125007748606rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtoaSsDBC7oPRt0LdTPGbKX0iSfDQCB9 { width:20rem;height:auto;top:18.4375rem;left:0rem;font-size:1.5rem;line-height:1.6;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pMaJdpLdL29WQTu7VI7A1WTE2P2aOOrN { width:4.375rem;height:4.375rem;top:17.125003814698rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw3sSy3Lv3J6VwInCNvBn6zVL1IKCrW3 { width:4.375rem;height:4.375rem;top:27.430208206177rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1elACrcHIpyCzTa39n4yLqotXzhPZnN { width:18.5625rem;height:auto;top:18.4375rem;left:0.6875rem;font-size:1.5625rem;line-height:1.6;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #z1tJCZKJMpTQBPKUKzCv7EdoBuhFohH0 { width:14.0625rem;height:3.309375rem;top:38.547916412354rem;left:2.96875rem;background-color:#d5aa41;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #mtWJ1L1sOsko7TTblB9Rx8LbfBCUsdSb { display:block; }
 }@media only screen and (max-width: 763px) { #KOO51yLVZ4IWet2entSxlaBxKlqpF3uC { width:17.9375rem;height:5.4rem;top:31.805208206177rem;left:1.03125rem;font-size:1.125rem;line-height:1.6;z-index:15003;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i9Z1TRLZX43ownA3DQE6vZ1yU7hr5r1U { width:17.8125rem;height:5.4rem;top:21.5rem;left:1.09375rem;font-size:1.125rem;line-height:1.6;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M21BK0H5Alcxbg7hV15fA84U9TsOXEos { width:17.375rem;height:7.2rem;top:9.1916599273681rem;left:1.3125000596046rem;font-size:1.125rem;line-height:1.6;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p0MwS9nHD6loOmBBpi58cblSdbAtW4Wp { width:13.75rem;height:17.176791277259rem;top:23.1875rem;left:3.125rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #oKs7QrJdZtUm9W3tG0UMz4ROQTRSriyD { width:20rem;height:0;top:43.25rem;left:0rem;font-size:0.8125rem;line-height:1.6;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oLrzJd2k6OqooVhCvMxs22JIAaR4T7ZD { width:20rem;height:0;top:15.77082824707rem;left:1.3177080154419rem;font-size:1.5rem;line-height:1.6;text-align:center;text-align-last:center;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #mWsHXBD3IqPLmAa1gcwSiBQUGKCJW0rx { width:20rem;height:3.9rem;top:50.875rem;left:0rem;font-size:0.8125rem;line-height:1.6;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #d2UqGy28WlFWT7v8gLsVF184kpnHpG8w { width:7.375rem;height:7.3125rem;top:42.607292175293rem;left:6.3125rem;overflow:hidden;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #TR9exa0ckleFKPbL4AOpponl46UfVAom { width:12rem;height:11.875rem;top:28.3125rem;left:4rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #M9b2FDsg0Oscicusq9Dx1qZeOuAzKuJp { display:block; }#M9b2FDsg0Oscicusq9Dx1qZeOuAzKuJp > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ds2ZoTyt44kGerGsSh6K0USpvseTE6wN { width:19.375rem;height:0;top:17.3125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #enwx8yQ22T8KeLXv9MxgSg6QRTLO2FeU { width:19.375rem;height:0;top:55.8583984375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #wubodV83Oz2X6c4greiOFvk3wiqSF7HI { width:2.375rem;height:2.375rem;top:12.625rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sM6RQtGDIhRXyJu9lrKuLQi5kCCO1JJy { width:2.3125rem;height:0;top:13.125rem;left:8.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #v91oa4GQ5bssBinxbvK4bDeQuDio5RWI { width:11.5rem;height:9.1875rem;top:46.4375rem;left:4.25rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #OaF3c6p9kqZJO8CzNc0WRskpW9UypRhi { width:15.375rem;height:11.3125rem;top:7.875rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTJRy4vLouvWJl2E40GULqGgfFolvuDc { width:20rem;height:39.1875rem;top:39.5rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #69b395, rgba(4,69,99,0.32));background-image: -moz-linear-gradient(180deg, #69b395, rgba(4,69,99,0.32));background-image: -ms-linear-gradient(180deg, #69b395, rgba(4,69,99,0.32));background-image: -o-linear-gradient(180deg, #69b395, rgba(4,69,99,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#69b395', endColorstr='#04456351' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#69b395', endColorstr='#04456351' );";background-image: linear-gradient(180deg, #69b395, rgba(4,69,99,0.32));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #aIAOrHUTlrF2Q4OUZ14v2bW6AM59uqrG { width:15.4375rem;height:0;top:41rem;left:2.28125rem;font-size:1.375rem;line-height:1.4;color:#ffffff;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ZVflo1eUaEcZ9FB7t8XQiMrN5A0XOhfM { width:20rem;height:0;top:3.7021484375rem;left:0rem;font-size:1.3125rem;line-height:1.4;color:#ffffff;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #hADv4OGzfbiTkCWTIID43740LVAEOy20 { width:20rem;height:35.6875rem;top:2.75rem;left:0rem;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #69b395, rgba(4,69,99,0.32));background-image: -moz-linear-gradient(180deg, #69b395, rgba(4,69,99,0.32));background-image: -ms-linear-gradient(180deg, #69b395, rgba(4,69,99,0.32));background-image: -o-linear-gradient(180deg, #69b395, rgba(4,69,99,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#69b395', endColorstr='#04456351' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#69b395', endColorstr='#04456351' );";background-image: linear-gradient(180deg, #69b395, rgba(4,69,99,0.32));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #qSZbmMF5mkxIXWcXEChz6OcTdeZnQqTG { width:20rem;height:0;top:57.75rem;left:0rem;font-size:0.875rem;z-index:15015;display:none; }#qSZbmMF5mkxIXWcXEChz6OcTdeZnQqTG li:before{  }
 }@media only screen and (max-width: 763px) { #IGNsvLiQ2uwD2bqBIKIKUIpgcdMU5uX3 { width:20rem;height:0;top:19.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }#IGNsvLiQ2uwD2bqBIKIKUIpgcdMU5uX3 li:before{  }
 }@media only screen and (max-width: 763px) { #VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP { background-color:#69b395;background-image:url("https://images.assets-landingi.com/C-8uOz7GluA/unsplash/toa-heftiba-C-8uOz7GluA-photo-1634759344500-a77c7e44e7bd.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP.adaptive-delivery-prevent-bg, #VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP.lazyload, #VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP.lazyloading { background-image: none; }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .row .container { background-color: transparent; background-image: none; }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .row .container > .video-iframe-container { display: none; }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .row > .video-iframe-container { display: none; }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .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); }#VIZG5PoVa6A6Nm807nzeQobGH6mQNoZP > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGTBIuoCwT3J6wTX69Ss2aLUOfvS5FQN { width:18.125rem;height:3.75rem;top:2.4354181289673rem;left:0.9375rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #mpzzx5B9qKtf3fJ6BzmrUql1qKTiAy6g { width:20rem;height:33.0625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:auto;font-size:1.0625rem;overflow:hidden; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-input-text {padding-top: 0; padding-bottom: 0;}#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-input-select {padding-top: 0; padding-bottom: 0;}#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP [class*="-text"]:-moz-placeholder { font-weight:400;font-style:normal;font-size:0.6875rem; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP [class*="-text"]::-moz-placeholder { font-weight:400;font-style:normal;font-size:0.6875rem; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP [class*="-text"]:-ms-input-placeholder { font-weight:400;font-style:normal;font-size:0.6875rem; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP [class*="-text"]::-webkit-input-placeholder { font-weight:400;font-style:normal;font-size:0.6875rem; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP  { width:17.5rem;height:auto;top:6.1853933334351rem;left:0rem;z-index:15004; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP {display:block;}#V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP { width:17.5rem;height:auto;top:6.1853933334351rem;left:0rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #SP5m96Ed5Ndk4qxZGvRS9ScKN6F1R1mg {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #DxxX12tyUO675agJTJJV9CkQdF8H7LJz { display:block; }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #Td5IihQORVMTqqEDUE7ww5TZcP4MEnEl {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #ffiRyWEsoUHZ3kln2tW2zZTGVVPrTAw3 {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #nlpQ4wshBl3OPRxAIVc47hxozIavKhqk { display:block; }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #x6VZTZ8R2JUwBzUic0Cw0Uk8cyRxSAVp {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #QvJWcMTnkPxQ7iywSHXbFslgtEoCLCzP {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #pFq4QIpt8ex1hQEbU7RRSA7H6NvUIiTs { display:block; }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #kGX4EEanJG28Mu9nqyIRkTnx4g8GOnhs {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #guVu8wi8yepGmody6x57A27GLBVLZuat {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #G8H0EdifzuePZw1xr77TZOBJlsTqXDuo {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #ZOA6pqcOlbCCrGfRZk2dmnVErJhT5qW2 {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #PslOKuwarBSyBIvrwGNQRlRJbbM3JTDL {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #TXyHWfrhT2k4lF6GZgHsvMAsnrXSCRmN {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #uBsCEnnV9TSvxzHXJ3UBkkzVLF94hTEr {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #V9eCtzi6JcKD8ANeXdcqgLz4KTv6wCpd {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #xVd6e21q0r4ATr8xcsBxAKRZ7EeJ5WhG {  }
 }@media only screen and (max-width: 763px) { #QqR6eLw4EM8QdUqWnAIuksMgdR9RwTkm { display:block; }
 }@media only screen and (max-width: 763px) { #tyBHxsX6QEn8Bq9p5aQdmysxhB1P5OTt { display:block; }
 }@media only screen and (max-width: 763px) { #yIpfskNPsTpc3Tq4heq7RNEcb6dnP4IX { display:block; }
 }@media only screen and (max-width: 763px) { #rtLQB5hSUgVhLax3BrTkqbVB0KsMkNJz { display:block; }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #GZeKuwDQT9mTaKPekoTfyOwzpbTEcSc3 {  }
 }@media only screen and (max-width: 763px) { #V6llQtcEPBfHkkCkVsUAAc0Pq2qUCZdP #RRD6FTbycVxTONc05tnqZKfg3GVfNH0c {  }
 }@media only screen and (max-width: 763px) { #FnWcDTrKTTzSCwODpMPRlhrch6CyRCeT { width:18.5rem;height:8.8125rem;top:37.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C5LXnoq2OsBSN5QMbrNtmuzMZzWoEJg5 { width:20rem;height:44.6875rem;top:1.3739624023438rem;left:0rem;z-index:14998;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(21deg, #61a187, #aaebd0);background-image: -moz-linear-gradient(21deg, #61a187, #aaebd0);background-image: -ms-linear-gradient(21deg, #61a187, #aaebd0);background-image: -o-linear-gradient(21deg, #61a187, #aaebd0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#61a187', endColorstr='#aaebd0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#61a187', endColorstr='#aaebd0' );";background-image: linear-gradient(21deg, #61a187, #aaebd0);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gEEy7AqXgtfDhNPLh9Z1yTWmGktQ9nI9 { width:6.5rem;height:6.5rem;top:39.616666793823rem;left:6.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #s9ap4DHs1nivaN8Rrn7x42whgt86fQw2 { display:none; }#s9ap4DHs1nivaN8Rrn7x42whgt86fQw2 > .row .container { width:20rem;height:39.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nuxhBM5P08E25Owv05oNmBXwnJz2ENvB { width:20rem;height:15.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2pTl4qHrxCAaVHrlzOWx7iTHpNTgvGU { width:20rem;height:18.1953125rem;top:3.3134765625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6FR2aZTAoWAP9nC0VuknDvRc3Holy5i { width:3.125rem;height:3.125rem;top:35.2070390625rem;left:8.4375rem;display:block; }
#i6FR2aZTAoWAP9nC0VuknDvRc3Holy5i > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #hxBZ7RQ8mr2fycNvT7X2LyNhyTRGsT0r { width:20rem;height:6.82325rem;top:22.7587890625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWNiEu1pk0pFgUqievzBPE97aQJ8M5S4 { display:flex;width:3.125rem;height:3.125rem;top:30.8320390625rem;left:8.4375rem; }
#TWNiEu1pk0pFgUqievzBPE97aQJ8M5S4 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #BfvGsWLTbvUqqx3F6Od9ErrpS3XawM5o { display:none; }#BfvGsWLTbvUqqx3F6Od9ErrpS3XawM5o > .row .container { width:20rem;height:38.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gBIgQTxPzfhuz12KkhvuCcRwn6dpQPyu { height:11.25rem;width:20rem;top:0.81250476837156rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0VWK8umDA7wwDRJpDIyyJB1AQiyWmSA { width:20rem;height:2.6rem;top:12.062499046326rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JaML5uLPLAcWTeEOzIZTtpXgWEbgd1HN { width:20rem;height:16.1875rem;top:16.097920417786rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #odON3iENGxfQ8Qa2LGI7HF3l3pth2Bwq { width:12.375rem;height:3rem;top:34.097915649414rem;left:3.8125rem;background-color:#d5aa41;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.9375rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #x29a84z3GsFnUbaqREQzSLb6Nhzcqg2U { display:block; }
 }@media only screen and (max-width: 763px) { #SQbRGGJvdiTnnTCLvS1vZXPvcUeRHBBU { background-color:#ffffff;background-image:none;display:block; }#SQbRGGJvdiTnnTCLvS1vZXPvcUeRHBBU > .row .container { background-color: transparent; background-image: none; }#SQbRGGJvdiTnnTCLvS1vZXPvcUeRHBBU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQbRGGJvdiTnnTCLvS1vZXPvcUeRHBBU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQbRGGJvdiTnnTCLvS1vZXPvcUeRHBBU > .row .container > .video-iframe-container { display: none; }#SQbRGGJvdiTnnTCLvS1vZXPvcUeRHBBU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQbRGGJvdiTnnTCLvS1vZXPvcUeRHBBU > .row > .video-iframe-container { display: none; }#SQbRGGJvdiTnnTCLvS1vZXPvcUeRHBBU > .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); }#SQbRGGJvdiTnnTCLvS1vZXPvcUeRHBBU > .row .container { width:20rem;height:64.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kuoDcygrhoMK4HThf8X48BT367wlAdyz { width:20rem;height:57rem;top:1.5343742370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTVb5u7iaEqn1qnEP7Da1kpkSopQ5U43 { background-color:#ffffff;background-image:none;display:none; }#QTVb5u7iaEqn1qnEP7Da1kpkSopQ5U43 > .row .container { width:20rem;height:52.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #skSpe3MklgdmDlcy1fIApWMu5V8xW8PT { width:20rem;height:1.1375rem;top:2.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSBuMTZmP3U8FAvZWbcSLge7CVzNSRTx { width:20rem;height:37.1875rem;top:11.534374237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGqtfgWJLJWSTrp8TLyTvkta0c2yFBu9 { width:19.9375rem;height:5.60625rem;top:2.875rem;left:0rem;font-size:1.4375rem;color:#000000;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kdc7GZUkC4OKav0rGq5IUGwud3kZuRt9 { background-color:#0b0b0b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Kdc7GZUkC4OKav0rGq5IUGwud3kZuRt9 > .row .container { background-color: transparent; background-image: none; }#Kdc7GZUkC4OKav0rGq5IUGwud3kZuRt9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kdc7GZUkC4OKav0rGq5IUGwud3kZuRt9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kdc7GZUkC4OKav0rGq5IUGwud3kZuRt9 > .row .container > .video-iframe-container { display: none; }#Kdc7GZUkC4OKav0rGq5IUGwud3kZuRt9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kdc7GZUkC4OKav0rGq5IUGwud3kZuRt9 > .row > .video-iframe-container { display: none; }#Kdc7GZUkC4OKav0rGq5IUGwud3kZuRt9 > .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); }#Kdc7GZUkC4OKav0rGq5IUGwud3kZuRt9 > .row .container { border-width: 0; border-radius: 0; }#Kdc7GZUkC4OKav0rGq5IUGwud3kZuRt9 > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UalxSX4BvRJKJ1E4TyZv1yd6wlXHBhKk { width:20rem;height:1.1375rem;top:2.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #RLTAWh2fykpqBFF4pSNEk1gAnatOO67B { width:20rem;height:3.3rem;top:1.40625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;color:#f4eaea;display:block; }
 }@media only screen and (max-width: 763px) { #F9X48DgUMIN7NX7gyLETcLuCiaMON01J { width:20rem;height:8.25rem;top:5.95625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;color:#f4eaea;display:block; }
 }@media only screen and (max-width: 763px) { #UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP { background-color:#174561;background-image:none;display:block; }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .row .container { background-color: transparent; background-image: none; }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .row .container > .video-iframe-container { display: none; }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .row > .video-iframe-container { display: none; }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .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); }#UbF3Vr3bMnFh6UyUxDv3W9eodM04DNAP > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtDI4JAHZRtNZ55SauFur2fOagELqtie { width:20rem;height:1.1375rem;top:2.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMSoODXlJcJH3nGby8AGqHsndBH9TiNx { width:20rem;height:7.425rem;top:1.40625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG { background-color:#174561;background-image:none;display:block; }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .row .container { background-color: transparent; background-image: none; }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .row .container > .video-iframe-container { display: none; }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .row > .video-iframe-container { display: none; }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .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); }#kTXNcJVtpuQQK97EG9ToT2zVZdcApNeG > .row .container { width:20rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h8RXnJ0ztKHSgVU5voC9u9IJwRnggkKg { width:20rem;height:1.1375rem;top:2.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8GkPNiwZ9KEeUTdqHO6EHXgsT6F9KcL { width:20rem;height:20.69375rem;top:1.7614135742188rem;left:0.28020763397217rem;text-align:center;text-align-last:center;font-size:2.6875rem;line-height:1.1;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT { display:block; }#LISKRvaWSaZIKEHrePpAyy4nm9JGaNDT > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AlG7HZUFo4iiT1I7Czpe9pk1TLzLusnv { width:17.375rem;height:0.89355625rem;top:1.35595703125rem;left:1.3125rem;font-size:0.6875rem;display:block; }
 }