.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:231,235,248;--color-primary-1:168,178,193;--color-primary-2:110,127,151;--color-primary-3:66,76,91;--color-primary-4:13,42,81;--color-secondary-0:224,247,230;--color-secondary-1:163,232,180;--color-secondary-2:102,216,130;--color-secondary-3:37,211,102;--color-secondary-4:0,190,46;--color-tertiary-0:255,255,255;--color-tertiary-1:186,186,186;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Barlow";--paragraphs-font-family:"Barlow"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(159deg, #29345d, #1b2028);background-image: -moz-linear-gradient(159deg, #29345d, #1b2028);background-image: -ms-linear-gradient(159deg, #29345d, #1b2028);background-image: -o-linear-gradient(159deg, #29345d, #1b2028);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#29345d', endColorstr='#1b2028' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#29345d', endColorstr='#1b2028' );";background-image: linear-gradient(159deg, #29345d, #1b2028);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:75rem;overflow:visible;position:relative;display:block; }#wToCEiJny410FkGbny5t1ys5acCZEH2w { 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.875rem;width:7.3125rem;top:3rem;left:0rem;overflow:hidden;display:block; }
#gHds1gCbGpgXyOTlU3IFNXVtx322gs3M { color:rgba(var(--color-tertiary-0),1);display:block;width:21.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8125rem;left:8.875rem;height:3.2504875rem;font-style:normal;display:block; }
#MSgeENFGiDVGSTTgSE9n4nhr7bFpR3pN { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.25rem;left:8.625rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FqkbrDnbN05DPpIktsx8DXJTbunCo3nV { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("../img/WhatsAppImage20240617at110121.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid #4ca7c2;border-left:0.3125rem solid #4ca7c2;border-right:0.3125rem solid #4ca7c2;border-bottom:0.3125rem solid #4ca7c2;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:34.6875rem;width:34rem;top:4.875rem;left:43.3720703125rem;display:block; }#FqkbrDnbN05DPpIktsx8DXJTbunCo3nV.adaptive-delivery-prevent-bg, #FqkbrDnbN05DPpIktsx8DXJTbunCo3nV.lazyload, #FqkbrDnbN05DPpIktsx8DXJTbunCo3nV.lazyloading { background-image: none; }
#mhX4FA8duaeHtRRlOL05CSDfv4yous7R { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:13.578125rem;left:0rem;height:10.125rem;font-style:normal;display:block; }
#mDVSOlXmFkpt8903DQe43FKzmIWvf8ou { color:rgba(var(--color-tertiary-0),0.8);display:block;width:42.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:26.125rem;left:0rem;height:3.8994125rem;font-style:normal;display:block; }
#BTzHENFtZH2fzJyUkIPPZ5blQxb9eGTQ { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #0fc753;border-left:1.875rem solid rgba(var(--color-secondary-4),1);border-right:0rem solid #0fc753;border-bottom:0rem solid #0fc753;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:4.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:33rem;left:0rem;display:block; }
#FnS8U0Q8dCx5ocvQIUmcybDaURrsNeTh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aEX4zPQdlLVHq4MDf5TNSOKQhquzm0f6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:34.4375rem;left:1.4375rem; }
#FupTxqH1wEvRBovuB2RV7P0tdFqpuwxZ { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:3.8125rem;left:64.3125rem;height:1.3808625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#uaFSr2qF5Qp12MIt6w0tRU11JKpDx9xl { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:34.546875rem;left:22.21875rem;height:1.21875rem;font-style:normal;display:block; }
#s5OngbAS5gNwTGM5HFCkQ9DIcM5E3Qp3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:34.34375rem;left:19.84375rem; }
#qfTdmB82KBaGcm6FntImvwhOOAo2zTyb { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#dLnlftGTPTeKtcvrJbRZwXTigiXbq1U4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#dLnlftGTPTeKtcvrJbRZwXTigiXbq1U4 > .row .container { background-color: transparent; background-image: none; }#dLnlftGTPTeKtcvrJbRZwXTigiXbq1U4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLnlftGTPTeKtcvrJbRZwXTigiXbq1U4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLnlftGTPTeKtcvrJbRZwXTigiXbq1U4 > .row .container > .video-iframe-container { display: none; }#dLnlftGTPTeKtcvrJbRZwXTigiXbq1U4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLnlftGTPTeKtcvrJbRZwXTigiXbq1U4 > .row > .video-iframe-container { display: none; }#dLnlftGTPTeKtcvrJbRZwXTigiXbq1U4 > .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); }#dLnlftGTPTeKtcvrJbRZwXTigiXbq1U4 > .row .container { border-width: 0; border-radius: 0; }#dLnlftGTPTeKtcvrJbRZwXTigiXbq1U4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dLnlftGTPTeKtcvrJbRZwXTigiXbq1U4 > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;position:relative;display:block; }#KVd2OIETvRz6E33DL16W2bIgCFq4Awlq { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:10.5625rem;left:0rem;height:4.3496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pH0EIS2BJRNOkzqmlqPoQueS2oWSQynk { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.8125rem;left:0.1875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#s8MXrPTTmrGtgsTGKFQZBcUsqrBgT84H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:3.0625rem;left:6.9375rem; }
#cMOUAT1yKw38qoTkPbpLwQ68Ux0TkKOD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.4375rem;width:6.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.875rem;left:34.28125rem; }
#bAFsRiOpBKlK40bILm2LPghcNTlSuFDO { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:10.5625rem;left:27.5625rem;height:4.3496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tc0pyLvsFDGhd8EQiemDsT2eknZiD6BL { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.8125rem;left:27.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#NzuFuC2qdZvwaEGPng2T5E2sW6JuGDmT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.125rem;left:62.0625rem; }
#TS1HZFLUBERTdFpuVK07IT465WdHWJnq { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:10.625rem;left:55.125rem;height:4.3496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vexbVTmb9zM05Aw7DsnfJX4c02NUqPyz { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.875rem;left:55.3125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#CwnMTEByoZD35lgTtfPsB45XDxAWz0Tg { border-top:0.0625rem dotted #29345d;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#CwnMTEByoZD35lgTtfPsB45XDxAWz0Tg > .row .container { background-color: transparent; background-image: none; }#CwnMTEByoZD35lgTtfPsB45XDxAWz0Tg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CwnMTEByoZD35lgTtfPsB45XDxAWz0Tg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CwnMTEByoZD35lgTtfPsB45XDxAWz0Tg > .row .container > .video-iframe-container { display: none; }#CwnMTEByoZD35lgTtfPsB45XDxAWz0Tg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CwnMTEByoZD35lgTtfPsB45XDxAWz0Tg > .row > .video-iframe-container { display: none; }#CwnMTEByoZD35lgTtfPsB45XDxAWz0Tg > .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); }#CwnMTEByoZD35lgTtfPsB45XDxAWz0Tg > .row .container { border-width: 0; border-radius: 0; }#CwnMTEByoZD35lgTtfPsB45XDxAWz0Tg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CwnMTEByoZD35lgTtfPsB45XDxAWz0Tg > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;position:relative;display:block; }#PucNuahi0xJw3aPAoi6bn73OQmIBoQtT { color:#29345d;display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.9375rem;left:0rem;height:6.5rem;font-style:normal;display:block; }
#bZRgoqELX5rLyZo993L56sKGMtAHGCt0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:9.3125rem;left:22.5rem; }
#kXscnKC70SzVRqENsALhvhM6DeliBfXG { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:4.9375rem;left:30rem;height:21.0322125rem;text-align:left;text-align-last:left;display:block; }
#BlhmZn43TQL8LoIfhsuMCU7Svi2EP4Tp { color:#4ca7c2;display:block;width:2.125rem;position:absolute;font-family:"font awesome 2022";font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:5rem;left:27.875rem;height:21.0322125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ngAzWmaZKpFSPp8LZNIlPpEn8erBP8Pp { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:4.9375rem;left:53.1875rem;height:16.3583875rem;text-align:left;text-align-last:left;display:block; }
#EtqpVLXVoiKwmnvJQ90gJM3UGlsoWJxb { color:#4ca7c2;display:block;width:2.125rem;position:absolute;font-family:"font awesome 2022";font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.7;letter-spacing:0;top:5rem;left:51.0625rem;height:18.6953rem;text-align:left;text-align-last:left;display:block; }
#WrpR0LDBJaeNLzl3OHL5Jw7Mg88RKiEu { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #0fc753;border-left:1.875rem solid rgba(var(--color-secondary-4),1);border-right:0rem solid #0fc753;border-bottom:0rem solid #0fc753;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:4.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:23.6875rem;left:51.0625rem;display:block; }
#VSET2LOZvqGpIgCCXf5eSPHgWhw6pRcx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A6CGbfDwTTWV1ZcgeWN9IFlu99RbKrmo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:25rem;left:52.6875rem; }
#nbZzgVsxfbse8ZxOb1eLEXvE2Fxuvl9A { color:#4ca7c2;display:block;width:2.125rem;position:absolute;font-family:"font awesome 2022";font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.7;letter-spacing:0;top:5rem;left:51.0625rem;height:18.6953rem;text-align:left;text-align-last:left;display:none; }
#ZkMC0uyP5e9eWbDeGmql0J2nkTMFgxQ8 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:dosis;font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:28.3681640625rem;left:54.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VW5Hs207ktATu2HNMahHxVzXHpUlSQSK { position:relative;display:none; }#VW5Hs207ktATu2HNMahHxVzXHpUlSQSK { border-width: 0; border-radius: 0; }#VW5Hs207ktATu2HNMahHxVzXHpUlSQSK > .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; }#VW5Hs207ktATu2HNMahHxVzXHpUlSQSK > .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:18.75rem;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; }#Lqs5dAOkqTIhMJF0x8Nu4H62wdKAd08l { position:relative;display:none; }#Lqs5dAOkqTIhMJF0x8Nu4H62wdKAd08l { border-width: 0; border-radius: 0; }#Lqs5dAOkqTIhMJF0x8Nu4H62wdKAd08l > .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; }#Lqs5dAOkqTIhMJF0x8Nu4H62wdKAd08l > .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:18.75rem;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; }#KQNxMkMOL2Bz5bDTt3Fr5Vds3Ebtn7Zd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c8572c;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; }#KQNxMkMOL2Bz5bDTt3Fr5Vds3Ebtn7Zd > .row .container { background-color: transparent; background-image: none; }#KQNxMkMOL2Bz5bDTt3Fr5Vds3Ebtn7Zd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQNxMkMOL2Bz5bDTt3Fr5Vds3Ebtn7Zd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQNxMkMOL2Bz5bDTt3Fr5Vds3Ebtn7Zd > .row .container > .video-iframe-container { display: none; }#KQNxMkMOL2Bz5bDTt3Fr5Vds3Ebtn7Zd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KQNxMkMOL2Bz5bDTt3Fr5Vds3Ebtn7Zd > .row > .video-iframe-container { display: none; }#KQNxMkMOL2Bz5bDTt3Fr5Vds3Ebtn7Zd > .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); }#KQNxMkMOL2Bz5bDTt3Fr5Vds3Ebtn7Zd > .row .container { border-width: 0; border-radius: 0; }#KQNxMkMOL2Bz5bDTt3Fr5Vds3Ebtn7Zd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KQNxMkMOL2Bz5bDTt3Fr5Vds3Ebtn7Zd > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;position:relative;display:block; }#WUEDPgP0kaKxG7dk8fqNroPAwOMe4rDT { color:rgba(var(--color-tertiary-0),1);display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:9.0625rem;left:37.5rem;height:10.3125rem;font-style:normal;display:block; }
#veovt9LzpdkED976Ew5UfKJsKSGVuLK9 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:6.5rem;left:37.5rem;height:1.6875rem;font-style:normal;display:block; }
#NygTBZkBSeztqDaoPHinOmt5XPd2TBb6 { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("../img/mao1.png");background-position: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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.8125rem;width:55.5rem;top:2.875rem;left:-22.1875rem;display:block; }#NygTBZkBSeztqDaoPHinOmt5XPd2TBb6.adaptive-delivery-prevent-bg, #NygTBZkBSeztqDaoPHinOmt5XPd2TBb6.lazyload, #NygTBZkBSeztqDaoPHinOmt5XPd2TBb6.lazyloading { background-image: none; }
#r8DkmDbJzEdZUG4o4CTpEPTn2Em9OVBT { color:rgba(var(--color-tertiary-0),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:17.6875rem;left:53.6875rem;height:2.625rem;font-style:normal;display:block; }
#l8S0eNuCxVotRUCXHSymkbRwkznFV6nx { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:4.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:22.062503814698rem;left:37.5rem;display:block; }
#J3U0TkK3TQJ4IVICOfCFVWoDGeJnfDLo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PsFLiVEsLtLGtOhWuedItW0sKWXnaoa1 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:dosis;font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.484375rem;left:56.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l0wm3FwQCgZfUFoevxx9x13eFvROHFQu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f38543;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; }#l0wm3FwQCgZfUFoevxx9x13eFvROHFQu > .row .container { background-color: transparent; background-image: none; }#l0wm3FwQCgZfUFoevxx9x13eFvROHFQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0wm3FwQCgZfUFoevxx9x13eFvROHFQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0wm3FwQCgZfUFoevxx9x13eFvROHFQu > .row .container > .video-iframe-container { display: none; }#l0wm3FwQCgZfUFoevxx9x13eFvROHFQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0wm3FwQCgZfUFoevxx9x13eFvROHFQu > .row > .video-iframe-container { display: none; }#l0wm3FwQCgZfUFoevxx9x13eFvROHFQu > .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); }#l0wm3FwQCgZfUFoevxx9x13eFvROHFQu > .row .container { border-width: 0; border-radius: 0; }#l0wm3FwQCgZfUFoevxx9x13eFvROHFQu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l0wm3FwQCgZfUFoevxx9x13eFvROHFQu > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;position:relative;display:block; }#RxL2T5LAKf7ZEOgp0EcJe1R21Z4ahv75 { 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:15000;opacity:1;top:6.59375rem;left:0rem; }
#ByrUPrX11w6skfX5UA4XVSMO1RBmQtGk { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:5.75rem;left:4rem;height:4.8125rem;font-style:normal;display:block; }
#ZRLnFZzKyOh6iXV8hmePDa4DKgKL6wvG { 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:15002;opacity:1;top:6.625rem;left:18.75rem; }
#WoFNh3cwmZTu6Ddl3lcxsCD0uKp30PVn { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.75rem;left:22.75rem;height:4.8125rem;font-style:normal;display:block; }
#kv58CcZHEMiWNzLv6UKM8mN9AXgcwIc1 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:5.75rem;left:41.5rem;height:4.8125rem;font-style:normal;display:block; }
#zEisNEdQWs08bxb8hcx5RCb5pg09U1qG { 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:15004;opacity:1;top:6.625rem;left:37.5rem; }
#BQIbQ1fBeJvTG2QUuAQTO07P23xH8K00 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:5.75rem;left:60.25rem;height:4.8125rem;font-style:normal;display:block; }
#Snx8kS9QTpQTVafgRLFcoOQlTMTJGcFu { 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:15006;opacity:1;top:6.625rem;left:56.25rem; }
#w1mTHOiWBwZLcwm3kCJWgo5mmvoRIth5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#29345d;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; }#w1mTHOiWBwZLcwm3kCJWgo5mmvoRIth5 > .row .container { background-color: transparent; background-image: none; }#w1mTHOiWBwZLcwm3kCJWgo5mmvoRIth5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1mTHOiWBwZLcwm3kCJWgo5mmvoRIth5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1mTHOiWBwZLcwm3kCJWgo5mmvoRIth5 > .row .container > .video-iframe-container { display: none; }#w1mTHOiWBwZLcwm3kCJWgo5mmvoRIth5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w1mTHOiWBwZLcwm3kCJWgo5mmvoRIth5 > .row > .video-iframe-container { display: none; }#w1mTHOiWBwZLcwm3kCJWgo5mmvoRIth5 > .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); }#w1mTHOiWBwZLcwm3kCJWgo5mmvoRIth5 > .row .container { border-width: 0; border-radius: 0; }#w1mTHOiWBwZLcwm3kCJWgo5mmvoRIth5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w1mTHOiWBwZLcwm3kCJWgo5mmvoRIth5 > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;position:relative;display:block; }#yaLGaoiLKuxprUQRG68Fol9ZeCMW8SVg { color:rgba(var(--color-tertiary-0),1);display:block;width:30.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5.25rem;left:40.9375rem;height:8.53125rem;font-style:normal;display:block; }
#DNScocv2gydG0e8l7INI0s540hQad7cx { color:rgba(var(--color-tertiary-0),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:15.375rem;left:40.9375rem;height:3.25rem;font-style:normal;display:block; }
#eGHddEy0idNbtNwVOkdvzoeHrm6QSmHK { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #0fc753;border-left:1.875rem solid rgba(var(--color-secondary-4),1);border-right:0rem solid #0fc753;border-bottom:0rem solid #0fc753;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:4.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:21.75rem;left:40.9375rem;display:block; }
#dzWiLyMh8E9DrrQHSOw5wDP2HSoS2m9M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vmDbX8wtSQqeRIFhR7uB8SKQeRbk0Sm7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:23.0625rem;left:42.625rem; }
#rUtS5bpPDDG3Xx10DsvTzFvKbHQufKvJ { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("../img/drbruno_procedimento.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.625rem solid #29345d;border-left:0.625rem solid #29345d;border-right:0.625rem solid #29345d;border-bottom:0.625rem solid #29345d;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:32.6875rem;width:29.0625rem;top:-3.28125rem;left:0rem;display:block; }#rUtS5bpPDDG3Xx10DsvTzFvKbHQufKvJ.adaptive-delivery-prevent-bg, #rUtS5bpPDDG3Xx10DsvTzFvKbHQufKvJ.lazyload, #rUtS5bpPDDG3Xx10DsvTzFvKbHQufKvJ.lazyloading { background-image: none; }
#SHTPvUXhVKZs8qQTRwQqFwnRJTBxeTBl { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:dosis;font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:23.359375rem;left:60.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AEDq7ywP0JLTuDgpbtw1Xqb4AZm0KzAW { 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; }#AEDq7ywP0JLTuDgpbtw1Xqb4AZm0KzAW > .row .container { background-color: transparent; background-image: none; }#AEDq7ywP0JLTuDgpbtw1Xqb4AZm0KzAW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEDq7ywP0JLTuDgpbtw1Xqb4AZm0KzAW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEDq7ywP0JLTuDgpbtw1Xqb4AZm0KzAW > .row .container > .video-iframe-container { display: none; }#AEDq7ywP0JLTuDgpbtw1Xqb4AZm0KzAW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEDq7ywP0JLTuDgpbtw1Xqb4AZm0KzAW > .row > .video-iframe-container { display: none; }#AEDq7ywP0JLTuDgpbtw1Xqb4AZm0KzAW > .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); }#AEDq7ywP0JLTuDgpbtw1Xqb4AZm0KzAW > .row .container { border-width: 0; border-radius: 0; }#AEDq7ywP0JLTuDgpbtw1Xqb4AZm0KzAW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AEDq7ywP0JLTuDgpbtw1Xqb4AZm0KzAW > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:75rem;position:relative;display:block; }#byl2lAGzEE7DOpbuH8GsvOQSu6nUuWTr { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("../img/CapturadeTela20240419as130823.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.15) ;height:10.875rem;width:23.1875rem;top:10.375rem;left:0rem;display:block; }#byl2lAGzEE7DOpbuH8GsvOQSu6nUuWTr.adaptive-delivery-prevent-bg, #byl2lAGzEE7DOpbuH8GsvOQSu6nUuWTr.lazyload, #byl2lAGzEE7DOpbuH8GsvOQSu6nUuWTr.lazyloading { background-image: none; }
#c2lVtW7teIZMFHb26evxIG2Btw6exgIU { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("../img/CapturadeTela20240419as130832.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.15) ;height:10.875rem;width:23.1875rem;top:10.375rem;left:25.6875rem;display:block; }#c2lVtW7teIZMFHb26evxIG2Btw6exgIU.adaptive-delivery-prevent-bg, #c2lVtW7teIZMFHb26evxIG2Btw6exgIU.lazyload, #c2lVtW7teIZMFHb26evxIG2Btw6exgIU.lazyloading { background-image: none; }
#c2lVtW7teIZMFHb26evxIG2Btw6exgIU::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; }#c2lVtW7teIZMFHb26evxIG2Btw6exgIU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EumprpDvzFgzm39RBkwBLnkFXeWqLGxt { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("../img/CapturadeTela20240419as130842.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.15) ;height:10.875rem;width:23.1875rem;top:10.375rem;left:51.375rem;display:block; }#EumprpDvzFgzm39RBkwBLnkFXeWqLGxt.adaptive-delivery-prevent-bg, #EumprpDvzFgzm39RBkwBLnkFXeWqLGxt.lazyload, #EumprpDvzFgzm39RBkwBLnkFXeWqLGxt.lazyloading { background-image: none; }
#skUlFa21awPyCrTTZhp20G4pTJEh3Xv3 { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("../img/CapturadeTela20240419as130907.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.15) ;height:10.875rem;width:23.1875rem;top:23.875rem;left:25.6875rem;display:block; }#skUlFa21awPyCrTTZhp20G4pTJEh3Xv3.adaptive-delivery-prevent-bg, #skUlFa21awPyCrTTZhp20G4pTJEh3Xv3.lazyload, #skUlFa21awPyCrTTZhp20G4pTJEh3Xv3.lazyloading { background-image: none; }
#skUlFa21awPyCrTTZhp20G4pTJEh3Xv3::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; }#skUlFa21awPyCrTTZhp20G4pTJEh3Xv3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UBDD4ChVl7mBLrXZgVub4dIiyxNXBW3V { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("../img/CapturadeTela20240419as130915.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.15) ;height:10.875rem;width:23.1875rem;top:23.875rem;left:51.375rem;display:block; }#UBDD4ChVl7mBLrXZgVub4dIiyxNXBW3V.adaptive-delivery-prevent-bg, #UBDD4ChVl7mBLrXZgVub4dIiyxNXBW3V.lazyload, #UBDD4ChVl7mBLrXZgVub4dIiyxNXBW3V.lazyloading { background-image: none; }
#TIqISTCIZPhNn9BhkmKwOc5noKl7ZbnO { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("../img/CapturadeTela20240419as130853.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(var(--color-tertiary-4),0.15) ;height:10.875rem;width:23.1875rem;top:23.875rem;left:0rem;display:block; }#TIqISTCIZPhNn9BhkmKwOc5noKl7ZbnO.adaptive-delivery-prevent-bg, #TIqISTCIZPhNn9BhkmKwOc5noKl7ZbnO.lazyload, #TIqISTCIZPhNn9BhkmKwOc5noKl7ZbnO.lazyloading { background-image: none; }
#t0Kzpo83dR2Krd3bTvUZqCgbQrZDFU4Q { color:#29345d;display:block;width:47.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:4.25rem;left:13.9375rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GPWDbfFvzVNBPkfqcDeXR0REsumcfqT6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("../img/bg.webp");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; }#GPWDbfFvzVNBPkfqcDeXR0REsumcfqT6.adaptive-delivery-prevent-bg, #GPWDbfFvzVNBPkfqcDeXR0REsumcfqT6.lazyload, #GPWDbfFvzVNBPkfqcDeXR0REsumcfqT6.lazyloading { background-image: none; }#GPWDbfFvzVNBPkfqcDeXR0REsumcfqT6 > .row .container { background-color: transparent; background-image: none; }#GPWDbfFvzVNBPkfqcDeXR0REsumcfqT6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(6,14,62,0.9); }#GPWDbfFvzVNBPkfqcDeXR0REsumcfqT6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPWDbfFvzVNBPkfqcDeXR0REsumcfqT6 > .row .container > .video-iframe-container { display: none; }#GPWDbfFvzVNBPkfqcDeXR0REsumcfqT6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(6,14,62,0.9); }#GPWDbfFvzVNBPkfqcDeXR0REsumcfqT6 > .row > .video-iframe-container { display: none; }#GPWDbfFvzVNBPkfqcDeXR0REsumcfqT6 > .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); }#GPWDbfFvzVNBPkfqcDeXR0REsumcfqT6 > .row .container { border-width: 0; border-radius: 0; }#GPWDbfFvzVNBPkfqcDeXR0REsumcfqT6::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; }#GPWDbfFvzVNBPkfqcDeXR0REsumcfqT6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GPWDbfFvzVNBPkfqcDeXR0REsumcfqT6 > .row .container { font-size:0.875rem;font-family:arial;height:59.125rem;width:75rem;position:relative;display:block; }#AHigEr76deivwoacVGsgGHCZhzAzZuJ9 { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("../img/WhatsAppImage20240617at110457.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid #4ca7c2;border-left:0.3125rem solid #4ca7c2;border-right:0.3125rem solid #4ca7c2;border-bottom:0.3125rem solid #4ca7c2;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: none;height:12.875rem;width:12.625rem;top:3rem;left:30.875rem;display:block; }#AHigEr76deivwoacVGsgGHCZhzAzZuJ9.adaptive-delivery-prevent-bg, #AHigEr76deivwoacVGsgGHCZhzAzZuJ9.lazyload, #AHigEr76deivwoacVGsgGHCZhzAzZuJ9.lazyloading { background-image: none; }
#JMNuS8aqLSLCi48hw6lhWWvaP4OcGKFa { color:rgba(var(--color-tertiary-0),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:17.5625rem;left:26.65625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZBgTNppvLBrlBvWS8dXgBnOTyy6VOz0B { color:rgba(var(--color-tertiary-0),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:24.125rem;left:18.0625rem;height:28rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#td7SIbe7rlqULuRSn1nOHNU0XHXhWb8t { color:#4ca7c2;display:block;width:2.125rem;position:absolute;font-family:"font awesome 2022";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:24.125rem;left:16rem;height:28rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NDkhQMR6fb5NKEOGzWgVOozcT1zBOUkg { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:20rem;left:32.15625rem;height:1.3808625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#qroFgou1hAJqyRhkJeyDJWdJKR2oTPas { color:#4ca7c2;display:block;width:2.125rem;position:absolute;font-family:"font awesome 2022";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:24.125rem;left:16rem;height:22.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#u7Fh15tN94PV0iPknNHt0PMDctLVmU7h { color:#4ca7c2;display:block;width:2.125rem;position:absolute;font-family:"font awesome 2022";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:24.125rem;left:16rem;height:22.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Wp0fyTfVtzE7dQXbLUHvWHAT3UUN7Qot { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#29345d;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; }#Wp0fyTfVtzE7dQXbLUHvWHAT3UUN7Qot > .row .container { background-color: transparent; background-image: none; }#Wp0fyTfVtzE7dQXbLUHvWHAT3UUN7Qot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wp0fyTfVtzE7dQXbLUHvWHAT3UUN7Qot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wp0fyTfVtzE7dQXbLUHvWHAT3UUN7Qot > .row .container > .video-iframe-container { display: none; }#Wp0fyTfVtzE7dQXbLUHvWHAT3UUN7Qot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wp0fyTfVtzE7dQXbLUHvWHAT3UUN7Qot > .row > .video-iframe-container { display: none; }#Wp0fyTfVtzE7dQXbLUHvWHAT3UUN7Qot > .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); }#Wp0fyTfVtzE7dQXbLUHvWHAT3UUN7Qot > .row .container { border-width: 0; border-radius: 0; }#Wp0fyTfVtzE7dQXbLUHvWHAT3UUN7Qot > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wp0fyTfVtzE7dQXbLUHvWHAT3UUN7Qot > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#JePx81mHiPHp7A81kAxbso6rJhKCIbbp { color:rgba(var(--color-tertiary-0),1);display:block;width:47.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:4.375rem;left:13.90625rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mwmLyzvuIi3tqnmeurhMAbyyeLsEW4o0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#29345d;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; }#mwmLyzvuIi3tqnmeurhMAbyyeLsEW4o0 > .row .container { background-color: transparent; background-image: none; }#mwmLyzvuIi3tqnmeurhMAbyyeLsEW4o0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mwmLyzvuIi3tqnmeurhMAbyyeLsEW4o0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mwmLyzvuIi3tqnmeurhMAbyyeLsEW4o0 > .row .container > .video-iframe-container { display: none; }#mwmLyzvuIi3tqnmeurhMAbyyeLsEW4o0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mwmLyzvuIi3tqnmeurhMAbyyeLsEW4o0 > .row > .video-iframe-container { display: none; }#mwmLyzvuIi3tqnmeurhMAbyyeLsEW4o0 > .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); }#mwmLyzvuIi3tqnmeurhMAbyyeLsEW4o0 > .row .container { border-width: 0; border-radius: 0; }#mwmLyzvuIi3tqnmeurhMAbyyeLsEW4o0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mwmLyzvuIi3tqnmeurhMAbyyeLsEW4o0 > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#QvIzTuZLRi7lFuqb5aeW2PGa6eF43vF9 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("../img/ACFD1644C32846E2814484F63100F224.webp");background-position: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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:9.75rem;width:16.75rem;top:1.75rem;left:4.125rem;display:block; }#QvIzTuZLRi7lFuqb5aeW2PGa6eF43vF9.adaptive-delivery-prevent-bg, #QvIzTuZLRi7lFuqb5aeW2PGa6eF43vF9.lazyload, #QvIzTuZLRi7lFuqb5aeW2PGa6eF43vF9.lazyloading { background-image: none; }
#RafAgctspOkyD2nSJND7p7F3AENTT1hA { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.375rem;left:4.125rem;height:1.7871125rem;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; }
#bSy6TTHmNHa2VXIvsTed2asU2tqGs8Qo { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:15.5rem;left:4.125rem;height:2.923825rem;font-style:normal;display:block; }
#Qp2xHG7TDyJ55VmkLhOI9gTHUwHX5TDF { color:#f38543;display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.875rem;left:4.125rem;height:1.4619125rem;font-style:normal;display:block; }
#QI5C4Rm6ziaUnJHnMOuQ3nKNVeqFnaqk { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("../img/20230118.webp");background-position: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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:9.75rem;width:16.75rem;top:1.75rem;left:29.125rem;display:block; }#QI5C4Rm6ziaUnJHnMOuQ3nKNVeqFnaqk.adaptive-delivery-prevent-bg, #QI5C4Rm6ziaUnJHnMOuQ3nKNVeqFnaqk.lazyload, #QI5C4Rm6ziaUnJHnMOuQ3nKNVeqFnaqk.lazyloading { background-image: none; }
#oxxhOBfDiZKR3DgkEaNJJwzzTQU8Ln4y { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.375rem;left:29.125rem;height:1.7871125rem;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; }
#OmHB25FUNTedFIv3wbqyJMK0e2viHezB { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:15.5rem;left:29.125rem;height:2.923825rem;font-style:normal;display:block; }
#mM61uH35402wWIs9E82WeSlVoPwZSmkB { color:#f38543;display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.875rem;left:29.125rem;height:1.4619125rem;font-style:normal;display:block; }
#EMIogV0MLckpVGyZMuCVrkVmQynETeKM { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("../img/20230224.webp");background-position: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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:9.75rem;width:16.75rem;top:1.75rem;left:54.125rem;display:block; }#EMIogV0MLckpVGyZMuCVrkVmQynETeKM.adaptive-delivery-prevent-bg, #EMIogV0MLckpVGyZMuCVrkVmQynETeKM.lazyload, #EMIogV0MLckpVGyZMuCVrkVmQynETeKM.lazyloading { background-image: none; }
#aqkCbVLSxVFNbWZ8A6h7HHanBGJwH3cQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.375rem;left:54.125rem;height:1.7871125rem;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; }
#TBnLiq9KTNGMlSsS4JTiDBlErPU2pDCJ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:15.5rem;left:54.125rem;height:2.923825rem;font-style:normal;display:block; }
#pVhTmeKkBe4hrTHUVKr9df2QETITbP85 { color:#f38543;display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.875rem;left:54.125rem;height:1.4619125rem;font-style:normal;display:block; }
#AB5cB9FhLvcmPfrTK21uu6wX16VzzF4q { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00cc31, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(90deg, #00cc31, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(90deg, #00cc31, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(90deg, #00cc31, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cc31', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cc31', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(90deg, #00cc31, rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #00ab68;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: 0rem 0rem 1.5625rem rgba(0,241,146,0.5) ;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.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:19.29296875rem;left:63.6875rem;display:block; }
#TxTvDQHmHUuTvchElF7mMdQWFV1DtBVx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BZ90CeRLV5VQtg3bXTk4g5wCnaT9ehlD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #29345d, #1b2028);background-image: -moz-linear-gradient(90deg, #29345d, #1b2028);background-image: -ms-linear-gradient(90deg, #29345d, #1b2028);background-image: -o-linear-gradient(90deg, #29345d, #1b2028);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#29345d', endColorstr='#1b2028' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#29345d', endColorstr='#1b2028' );";background-image: linear-gradient(90deg, #29345d, #1b2028);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BZ90CeRLV5VQtg3bXTk4g5wCnaT9ehlD > .row .container { background-color: transparent; background-image: none; }#BZ90CeRLV5VQtg3bXTk4g5wCnaT9ehlD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZ90CeRLV5VQtg3bXTk4g5wCnaT9ehlD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZ90CeRLV5VQtg3bXTk4g5wCnaT9ehlD > .row .container > .video-iframe-container { display: none; }#BZ90CeRLV5VQtg3bXTk4g5wCnaT9ehlD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZ90CeRLV5VQtg3bXTk4g5wCnaT9ehlD > .row > .video-iframe-container { display: none; }#BZ90CeRLV5VQtg3bXTk4g5wCnaT9ehlD > .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); }#BZ90CeRLV5VQtg3bXTk4g5wCnaT9ehlD > .row .container { border-width: 0; border-radius: 0; }#BZ90CeRLV5VQtg3bXTk4g5wCnaT9ehlD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BZ90CeRLV5VQtg3bXTk4g5wCnaT9ehlD > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#qtIVEWRpib0gw9hHW5AiVtPCVhxIkRFf { 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:7.5625rem;width:8rem;top:5.625rem;left:19.25rem;overflow:hidden;display:block; }
#wSRW4CEupgSnt128ywoDwZotm0rDExao { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00cc31, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(90deg, #00cc31, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(90deg, #00cc31, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(90deg, #00cc31, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cc31', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cc31', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(90deg, #00cc31, rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #00ab68;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: 0rem 0rem 1.5625rem rgba(0,241,146,0.5) ;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:23.9375rem;height:4.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:15.6875rem;left:25.5625rem;display:block; }
#Vp1KNNCMheKeEWOyEnNMf7LC9vMcGMn4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qpxzCdaeVKArEsNMzzNdhAwor8KLgAWu { color:rgba(var(--color-tertiary-0),1);display:block;width:21.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:7.125rem;left:29.3125rem;height:3.2504875rem;font-style:normal;display:block; }
#Z0Uvnl5nAZy02rxPtPFFeeBrL2mHLc0a { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:10.375rem;left:29.3125rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OvFpJuVyDlo6vhxf3qJ3yR7uG5fpWUaH { position:absolute;display:block;z-index:15024;background-color:#4ca7c2;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:10.875rem;left:42.5625rem;display:block; }
#BdrsUGMpvf7Hwc6qBDzAFX3HNQ6UrBk8 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:10.375rem;left:43.5625rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fHqhpp9Mhq8wikX5itaLHAGIVcyxU4uM { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:dosis;font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.96875rem;left:32.28125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CGrifmWzvcNvIGLpzARkzVik8p9LkZVG { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:"font awesome brands";font-size:2.5625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:30.8125rem;left:25.4375rem;height:3.33105625rem;font-style:normal;display:block; }
#HTn6SxrEC3OP5Mp7mrqkxoHA9qtCTDlE { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:31.5625rem;left:28.25rem;height:1.625rem;display:block; }
#byth8bZV1fAvStwq1gT3DlJ0Z6dIa47J { position:absolute;display:block;z-index:15027;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.625rem;width:2.75rem;top:31.1875rem;left:38.6875rem;overflow:hidden;display:block; }
#dbK9u2ZdXaDuUAVWvNc0bp3EvCQOZJgH { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:31.5625rem;left:41.875rem;height:1.625rem;display:block; }
#wmwfWwMFDGKeWT5c827vefw7l9ERZpXs { color:#01c3a5;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:33.1875rem;left:42.125rem;height:1.13671875rem;display:block; }
#wU2oZGTmKdKOpXRMx3lCi2HLK7ilt74w { background-color:transparent;background-image:none;border-top:0.125rem solid #00ab68;border-left:0.125rem solid #00ab68;border-right:0.125rem solid #00ab68;border-bottom:0.125rem solid #00ab68;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;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.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.5625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:21.6875rem;left:27rem;display:block; }
#lgWAm8QicrOxUr2lqvdgPRrywsAmTleg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NPnnxM5FS8Hr80Rp72hT6MumPxCp8tQp { position:relative;display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #NPnnxM5FS8Hr80Rp72hT6MumPxCp8tQp > .row .container { position:relative;display:block; }#zUwk85GnwCXzHJMFHi6q0wWAfPp3WHbB { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#zUwk85GnwCXzHJMFHi6q0wWAfPp3WHbB { background-color: transparent; background-image: none; }#zUwk85GnwCXzHJMFHi6q0wWAfPp3WHbB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUwk85GnwCXzHJMFHi6q0wWAfPp3WHbB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUwk85GnwCXzHJMFHi6q0wWAfPp3WHbB > .row .container > .video-iframe-container { display: none; }#zUwk85GnwCXzHJMFHi6q0wWAfPp3WHbB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zUwk85GnwCXzHJMFHi6q0wWAfPp3WHbB > .row > .video-iframe-container { display: none; }#zUwk85GnwCXzHJMFHi6q0wWAfPp3WHbB > .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); }#zUwk85GnwCXzHJMFHi6q0wWAfPp3WHbB { border-width: 0; border-radius: 0; }#zUwk85GnwCXzHJMFHi6q0wWAfPp3WHbB > .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; }#zUwk85GnwCXzHJMFHi6q0wWAfPp3WHbB > .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:5.3125rem;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; }#QNOkgFkstxv5K8SQeqfITAVIlHeWmJ1r { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:60.125rem;display:block; }
#nqvPIMRFFTQM7G2peE79Bkp6KHvhgGDZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fVddNGJEmToInSJJp1ib8PUZPOaHizwS { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0.15625rem;left:68.375rem;display:block; }
#HMWi4hEb44ECaxBF5VdqyVCckZc2giyA { background-color:rgba(var(--color-secondary-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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#XepKeCWkHdlp1AyEo7d5PfOSKwdz5C5u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UEgQKnSdA8a8VITMB3gR7Zky1eC8s4zw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#vSIDp19yGDwEwdLcbDTuFEKoTfz5Cit4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wToCEiJny410FkGbny5t1ys5acCZEH2w { width:7.3125rem;height:6.875rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHds1gCbGpgXyOTlU3IFNXVtx322gs3M { width:21.6875rem;height:3.25rem;top:3.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSgeENFGiDVGSTTgSE9n4nhr7bFpR3pN { width:25.9375rem;height:1.375rem;top:7.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqkbrDnbN05DPpIktsx8DXJTbunCo3nV { width:34rem;height:34.6875rem;top:4.875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhX4FA8duaeHtRRlOL05CSDfv4yous7R { width:35.5rem;height:10.125rem;top:13.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDVSOlXmFkpt8903DQe43FKzmIWvf8ou { width:42.0625rem;height:3.875rem;top:26.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTzHENFtZH2fzJyUkIPPZ5blQxb9eGTQ { width:16.5rem;height:4.4375rem;top:33rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnS8U0Q8dCx5ocvQIUmcybDaURrsNeTh { display:block; }
 }@media only screen and (max-width: 763px) { #aEX4zPQdlLVHq4MDf5TNSOKQhquzm0f6 { width:1.625rem;height:1.625rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FupTxqH1wEvRBovuB2RV7P0tdFqpuwxZ { width:10.6875rem;height:1.375rem;top:3.8125rem;left:37.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaFSr2qF5Qp12MIt6w0tRU11JKpDx9xl { width:14.8125rem;height:1.1875rem;top:34.5rem;left:8.59375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5OngbAS5gNwTGM5HFCkQ9DIcM5E3Qp3 { width:1.5rem;height:1.5rem;top:34.3125rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfTdmB82KBaGcm6FntImvwhOOAo2zTyb { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dLnlftGTPTeKtcvrJbRZwXTigiXbq1U4 { display:block; }#dLnlftGTPTeKtcvrJbRZwXTigiXbq1U4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVd2OIETvRz6E33DL16W2bIgCFq4Awlq { width:19.875rem;height:4.3125rem;top:10.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH0EIS2BJRNOkzqmlqPoQueS2oWSQynk { width:19.5rem;height:3.25rem;top:15.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8MXrPTTmrGtgsTGKFQZBcUsqrBgT84H { width:6.0625rem;height:6.0625rem;top:3.0625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMOUAT1yKw38qoTkPbpLwQ68Ux0TkKOD { width:6.4375rem;height:6.4375rem;top:2.875rem;left:20.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAFsRiOpBKlK40bILm2LPghcNTlSuFDO { width:19.875rem;height:4.3125rem;top:10.5625rem;left:11.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc0pyLvsFDGhd8EQiemDsT2eknZiD6BL { width:19.5rem;height:3.25rem;top:15.8125rem;left:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzuFuC2qdZvwaEGPng2T5E2sW6JuGDmT { width:6.0625rem;height:6.0625rem;top:3.125rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS1HZFLUBERTdFpuVK07IT465WdHWJnq { width:19.875rem;height:4.3125rem;top:10.625rem;left:27.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vexbVTmb9zM05Aw7DsnfJX4c02NUqPyz { width:19.5rem;height:3.25rem;top:15.875rem;left:28.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwnMTEByoZD35lgTtfPsB45XDxAWz0Tg { display:block; }#CwnMTEByoZD35lgTtfPsB45XDxAWz0Tg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PucNuahi0xJw3aPAoi6bn73OQmIBoQtT { width:22.125rem;height:6.5rem;top:4.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZRgoqELX5rLyZo993L56sKGMtAHGCt0 { width:1.625rem;height:1.625rem;top:9.3125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXscnKC70SzVRqENsALhvhM6DeliBfXG { width:21.8125rem;height:21rem;top:4.9375rem;left:16.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlhmZn43TQL8LoIfhsuMCU7Svi2EP4Tp { width:2.125rem;height:21rem;top:5rem;left:14.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngAzWmaZKpFSPp8LZNIlPpEn8erBP8Pp { width:21.8125rem;height:16.3125rem;top:4.9375rem;left:25.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtqpVLXVoiKwmnvJQ90gJM3UGlsoWJxb { width:2.125rem;height:18.6875rem;top:5rem;left:37.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrpR0LDBJaeNLzl3OHL5Jw7Mg88RKiEu { width:17.8125rem;height:4.4375rem;top:23.6875rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSET2LOZvqGpIgCCXf5eSPHgWhw6pRcx { display:block; }
 }@media only screen and (max-width: 763px) { #A6CGbfDwTTWV1ZcgeWN9IFlu99RbKrmo { width:1.875rem;height:1.875rem;top:25rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbZzgVsxfbse8ZxOb1eLEXvE2Fxuvl9A { width:2.125rem;height:23.3125rem;top:29.8125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZkMC0uyP5e9eWbDeGmql0J2nkTMFgxQ8 { width:10.4375rem;height:1.1875rem;top:28.3125rem;left:37.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW5Hs207ktATu2HNMahHxVzXHpUlSQSK { display:none; }#VW5Hs207ktATu2HNMahHxVzXHpUlSQSK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lqs5dAOkqTIhMJF0x8Nu4H62wdKAd08l { display:none; }#Lqs5dAOkqTIhMJF0x8Nu4H62wdKAd08l > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KQNxMkMOL2Bz5bDTt3Fr5Vds3Ebtn7Zd { display:block; }#KQNxMkMOL2Bz5bDTt3Fr5Vds3Ebtn7Zd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUEDPgP0kaKxG7dk8fqNroPAwOMe4rDT { width:28.125rem;height:10.3125rem;top:9.0625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #veovt9LzpdkED976Ew5UfKJsKSGVuLK9 { width:17.4375rem;height:1.6875rem;top:6.5rem;left:18.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NygTBZkBSeztqDaoPHinOmt5XPd2TBb6 { width:47.75rem;height:29.8125rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8DkmDbJzEdZUG4o4CTpEPTn2Em9OVBT { width:21.3125rem;height:2.625rem;top:17.6875rem;left:15.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8S0eNuCxVotRUCXHSymkbRwkznFV6nx { width:18.125rem;height:4.0625rem;top:22.0625rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3U0TkK3TQJ4IVICOfCFVWoDGeJnfDLo { display:block; }
 }@media only screen and (max-width: 763px) { #PsFLiVEsLtLGtOhWuedItW0sKWXnaoa1 { width:10.4375rem;height:1.1875rem;top:23.4375rem;left:35.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0wm3FwQCgZfUFoevxx9x13eFvROHFQu { display:block; }#l0wm3FwQCgZfUFoevxx9x13eFvROHFQu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxL2T5LAKf7ZEOgp0EcJe1R21Z4ahv75 { width:3.125rem;height:3.125rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByrUPrX11w6skfX5UA4XVSMO1RBmQtGk { width:12.9375rem;height:4.8125rem;top:5.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRLnFZzKyOh6iXV8hmePDa4DKgKL6wvG { width:3.125rem;height:3.125rem;top:6.625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoFNh3cwmZTu6Ddl3lcxsCD0uKp30PVn { width:12.9375rem;height:4.8125rem;top:5.75rem;left:10.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv58CcZHEMiWNzLv6UKM8mN9AXgcwIc1 { width:12.9375rem;height:4.8125rem;top:5.75rem;left:22.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEisNEdQWs08bxb8hcx5RCb5pg09U1qG { width:3.125rem;height:3.125rem;top:6.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQIbQ1fBeJvTG2QUuAQTO07P23xH8K00 { width:12.9375rem;height:4.8125rem;top:5.75rem;left:34.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Snx8kS9QTpQTVafgRLFcoOQlTMTJGcFu { width:3.125rem;height:3.125rem;top:6.625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1mTHOiWBwZLcwm3kCJWgo5mmvoRIth5 { display:block; }#w1mTHOiWBwZLcwm3kCJWgo5mmvoRIth5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yaLGaoiLKuxprUQRG68Fol9ZeCMW8SVg { width:30.3125rem;height:8.5rem;top:5.25rem;left:17.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNScocv2gydG0e8l7INI0s540hQad7cx { width:30.3125rem;height:3.25rem;top:15.375rem;left:17.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGHddEy0idNbtNwVOkdvzoeHrm6QSmHK { width:18.3125rem;height:4.4375rem;top:21.75rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzWiLyMh8E9DrrQHSOw5wDP2HSoS2m9M { display:block; }
 }@media only screen and (max-width: 763px) { #vmDbX8wtSQqeRIFhR7uB8SKQeRbk0Sm7 { width:1.875rem;height:1.875rem;top:23.0625rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUtS5bpPDDG3Xx10DsvTzFvKbHQufKvJ { width:29.0625rem;height:32.6875rem;top:-3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHTPvUXhVKZs8qQTRwQqFwnRJTBxeTBl { width:10.4375rem;height:1.1875rem;top:23.3125rem;left:37.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEDq7ywP0JLTuDgpbtw1Xqb4AZm0KzAW { display:block; }#AEDq7ywP0JLTuDgpbtw1Xqb4AZm0KzAW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byl2lAGzEE7DOpbuH8GsvOQSu6nUuWTr { width:23.1875rem;height:10.875rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2lVtW7teIZMFHb26evxIG2Btw6exgIU { width:23.1875rem;height:10.875rem;top:10.375rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EumprpDvzFgzm39RBkwBLnkFXeWqLGxt { width:23.1875rem;height:10.875rem;top:10.375rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skUlFa21awPyCrTTZhp20G4pTJEh3Xv3 { width:23.1875rem;height:10.875rem;top:23.875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBDD4ChVl7mBLrXZgVub4dIiyxNXBW3V { width:23.1875rem;height:10.875rem;top:23.875rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIqISTCIZPhNn9BhkmKwOc5noKl7ZbnO { width:23.1875rem;height:10.875rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0Kzpo83dR2Krd3bTvUZqCgbQrZDFU4Q { width:47.1875rem;height:3.0625rem;top:4.25rem;left:0.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPWDbfFvzVNBPkfqcDeXR0REsumcfqT6 { display:block; }#GPWDbfFvzVNBPkfqcDeXR0REsumcfqT6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHigEr76deivwoacVGsgGHCZhzAzZuJ9 { width:12.625rem;height:12.875rem;top:3rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMNuS8aqLSLCi48hw6lhWWvaP4OcGKFa { width:21.6875rem;height:2.4375rem;top:17.5625rem;left:13.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBgTNppvLBrlBvWS8dXgBnOTyy6VOz0B { width:40.9375rem;height:28rem;top:24.125rem;left:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #td7SIbe7rlqULuRSn1nOHNU0XHXhWb8t { width:2.125rem;height:28rem;top:24.125rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDkhQMR6fb5NKEOGzWgVOozcT1zBOUkg { width:10.6875rem;height:1.375rem;top:20rem;left:18.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qroFgou1hAJqyRhkJeyDJWdJKR2oTPas { width:2.125rem;height:24.6875rem;top:23.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #u7Fh15tN94PV0iPknNHt0PMDctLVmU7h { width:2.125rem;height:29.875rem;top:23.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wp0fyTfVtzE7dQXbLUHvWHAT3UUN7Qot { display:block; }#Wp0fyTfVtzE7dQXbLUHvWHAT3UUN7Qot > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JePx81mHiPHp7A81kAxbso6rJhKCIbbp { width:47.1875rem;height:3.0625rem;top:4.375rem;left:0.28125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwmLyzvuIi3tqnmeurhMAbyyeLsEW4o0 { display:block; }#mwmLyzvuIi3tqnmeurhMAbyyeLsEW4o0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvIzTuZLRi7lFuqb5aeW2PGa6eF43vF9 { width:16.75rem;height:9.75rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RafAgctspOkyD2nSJND7p7F3AENTT1hA { width:12.5rem;height:1.75rem;top:12.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSy6TTHmNHa2VXIvsTed2asU2tqGs8Qo { width:14.8125rem;height:2.875rem;top:15.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp2xHG7TDyJ55VmkLhOI9gTHUwHX5TDF { width:8.5rem;height:1.4375rem;top:19.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI5C4Rm6ziaUnJHnMOuQ3nKNVeqFnaqk { width:16.75rem;height:9.75rem;top:1.75rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxxhOBfDiZKR3DgkEaNJJwzzTQU8Ln4y { width:12.5rem;height:1.75rem;top:12.375rem;left:15.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmHB25FUNTedFIv3wbqyJMK0e2viHezB { width:14.8125rem;height:2.875rem;top:15.5rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM61uH35402wWIs9E82WeSlVoPwZSmkB { width:8.5rem;height:1.4375rem;top:19.875rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMIogV0MLckpVGyZMuCVrkVmQynETeKM { width:16.75rem;height:9.75rem;top:1.75rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqkCbVLSxVFNbWZ8A6h7HHanBGJwH3cQ { width:12.5rem;height:1.75rem;top:12.375rem;left:31.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBnLiq9KTNGMlSsS4JTiDBlErPU2pDCJ { width:16.6875rem;height:2.875rem;top:15.5rem;left:30.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVhTmeKkBe4hrTHUVKr9df2QETITbP85 { width:8.5rem;height:1.4375rem;top:19.875rem;left:31.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB5cB9FhLvcmPfrTK21uu6wX16VzzF4q { width:7.25rem;height:2.625rem;top:19.25rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxTvDQHmHUuTvchElF7mMdQWFV1DtBVx { display:block; }
 }@media only screen and (max-width: 763px) { #BZ90CeRLV5VQtg3bXTk4g5wCnaT9ehlD { display:block; }#BZ90CeRLV5VQtg3bXTk4g5wCnaT9ehlD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtIVEWRpib0gw9hHW5AiVtPCVhxIkRFf { width:8rem;height:7.5625rem;top:5.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSRW4CEupgSnt128ywoDwZotm0rDExao { width:23.9375rem;height:4.4375rem;top:15.6875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp1KNNCMheKeEWOyEnNMf7LC9vMcGMn4 { display:block; }
 }@media only screen and (max-width: 763px) { #qpxzCdaeVKArEsNMzzNdhAwor8KLgAWu { width:21.6875rem;height:3.25rem;top:7.125rem;left:15.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Uvnl5nAZy02rxPtPFFeeBrL2mHLc0a { width:12.75rem;height:1.375rem;top:10.375rem;left:15.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvFpJuVyDlo6vhxf3qJ3yR7uG5fpWUaH { width:0.4375rem;height:0.4375rem;top:10.875rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdrsUGMpvf7Hwc6qBDzAFX3HNQ6UrBk8 { width:12.1875rem;height:1.375rem;top:10.375rem;left:29.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHqhpp9Mhq8wikX5itaLHAGIVcyxU4uM { width:10.4375rem;height:1.1875rem;top:13.9375rem;left:18.65625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGrifmWzvcNvIGLpzARkzVik8p9LkZVG { width:2.5rem;height:3.3125rem;top:30.8125rem;left:11.8125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTn6SxrEC3OP5Mp7mrqkxoHA9qtCTDlE { width:8.9375rem;height:1.625rem;top:31.5625rem;left:14.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #byth8bZV1fAvStwq1gT3DlJ0Z6dIa47J { width:2.75rem;height:2.625rem;top:31.1875rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbK9u2ZdXaDuUAVWvNc0bp3EvCQOZJgH { width:8.9375rem;height:1.625rem;top:31.5625rem;left:28.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmwfWwMFDGKeWT5c827vefw7l9ERZpXs { width:17.5625rem;height:1.125rem;top:33.1875rem;left:28.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU2oZGTmKdKOpXRMx3lCi2HLK7ilt74w { width:21rem;height:3.5625rem;top:21.6875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgWAm8QicrOxUr2lqvdgPRrywsAmTleg { display:block; }
 }@media only screen and (max-width: 763px) { #NPnnxM5FS8Hr80Rp72hT6MumPxCp8tQp { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #NPnnxM5FS8Hr80Rp72hT6MumPxCp8tQp > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUwk85GnwCXzHJMFHi6q0wWAfPp3WHbB { display:block; }#zUwk85GnwCXzHJMFHi6q0wWAfPp3WHbB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNOkgFkstxv5K8SQeqfITAVIlHeWmJ1r { width:10.1875rem;height:2rem;top:0.625rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqvPIMRFFTQM7G2peE79Bkp6KHvhgGDZ { display:block; }
 }@media only screen and (max-width: 763px) { #fVddNGJEmToInSJJp1ib8PUZPOaHizwS { width:3.8125rem;height:3.8125rem;top:0.125rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMWi4hEb44ECaxBF5VdqyVCckZc2giyA { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #XepKeCWkHdlp1AyEo7d5PfOSKwdz5C5u { display:block; }
 }@media only screen and (max-width: 763px) { #UEgQKnSdA8a8VITMB3gR7Zky1eC8s4zw { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSIDp19yGDwEwdLcbDTuFEKoTfz5Cit4 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:54.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wToCEiJny410FkGbny5t1ys5acCZEH2w { width:5.875rem;height:5.5625rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHds1gCbGpgXyOTlU3IFNXVtx322gs3M { width:12.6875rem;height:2.11230625rem;top:2.5rem;left:7.3125rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MSgeENFGiDVGSTTgSE9n4nhr7bFpR3pN { width:11.4375rem;height:2.4375rem;top:4.8125rem;left:7.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FqkbrDnbN05DPpIktsx8DXJTbunCo3nV { width:16.5rem;height:16.8125rem;top:34rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhX4FA8duaeHtRRlOL05CSDfv4yous7R { width:20rem;height:5.15625rem;top:11.375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mDVSOlXmFkpt8903DQe43FKzmIWvf8ou { width:20rem;height:5.5234375rem;top:18rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.77);display:block; }
 }@media only screen and (max-width: 763px) { #BTzHENFtZH2fzJyUkIPPZ5blQxb9eGTQ { width:15.8125rem;height:3.75rem;top:27.125rem;left:2.125rem;font-size:1.1875rem;border-top:0rem solid #0fc753;border-left:2.125rem solid rgba(0,0,0,0);border-right:0rem solid #0fc753;border-bottom:0rem solid #0fc753;display:block; }
 }@media only screen and (max-width: 763px) { #FnS8U0Q8dCx5ocvQIUmcybDaURrsNeTh { display:block; }
 }@media only screen and (max-width: 763px) { #aEX4zPQdlLVHq4MDf5TNSOKQhquzm0f6 { width:1.75rem;height:1.75rem;top:28.0625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FupTxqH1wEvRBovuB2RV7P0tdFqpuwxZ { width:10.6875rem;height:0.8125rem;top:1.330078125rem;left:7.3125rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uaFSr2qF5Qp12MIt6w0tRU11JKpDx9xl { width:9.75rem;height:0.89355625rem;top:24.5rem;left:6.375rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#ff7020;display:block; }
 }@media only screen and (max-width: 763px) { #s5OngbAS5gNwTGM5HFCkQ9DIcM5E3Qp3 { display:flex;width:1rem;height:1rem;top:24.4375rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #qfTdmB82KBaGcm6FntImvwhOOAo2zTyb { top:9.0625rem;left:0rem;width:20rem;height:0.0625rem;z-index:15021;background-color:rgba(76,167,194,0.62);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dLnlftGTPTeKtcvrJbRZwXTigiXbq1U4 { display:block; }#dLnlftGTPTeKtcvrJbRZwXTigiXbq1U4 > .row .container { width:20rem;height:51.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVd2OIETvRz6E33DL16W2bIgCFq4Awlq { width:19.875rem;height:3.75rem;top:8.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH0EIS2BJRNOkzqmlqPoQueS2oWSQynk { width:17.4375rem;height:2.5996125rem;top:12.75rem;left:1.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8MXrPTTmrGtgsTGKFQZBcUsqrBgT84H { display:flex;width:3.75rem;height:3.75rem;top:4.0625rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #cMOUAT1yKw38qoTkPbpLwQ68Ux0TkKOD { display:flex;width:3.75rem;height:3.75rem;top:18.474609375rem;left:8.125rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #bAFsRiOpBKlK40bILm2LPghcNTlSuFDO { width:17.5625rem;height:3.75rem;top:22.474609375rem;left:1.21875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc0pyLvsFDGhd8EQiemDsT2eknZiD6BL { width:19.5rem;height:2.5996125rem;top:26.849609375rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzuFuC2qdZvwaEGPng2T5E2sW6JuGDmT { display:flex;width:3.75rem;height:3.75rem;top:33.5625rem;left:8.125rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #TS1HZFLUBERTdFpuVK07IT465WdHWJnq { width:19.875rem;height:1.875rem;top:39.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vexbVTmb9zM05Aw7DsnfJX4c02NUqPyz { width:19.5rem;height:2.5996125rem;top:41.8125rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwnMTEByoZD35lgTtfPsB45XDxAWz0Tg { display:block; }#CwnMTEByoZD35lgTtfPsB45XDxAWz0Tg > .row .container { width:20rem;height:64.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PucNuahi0xJw3aPAoi6bn73OQmIBoQtT { width:20rem;height:5.19921875rem;top:2.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bZRgoqELX5rLyZo993L56sKGMtAHGCt0 { display:flex;width:1.625rem;height:1.625rem;top:4.88671875rem;left:14.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kXscnKC70SzVRqENsALhvhM6DeliBfXG { width:18.4375rem;height:21.0322125rem;top:8.82421875rem;left:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlhmZn43TQL8LoIfhsuMCU7Svi2EP4Tp { width:2.125rem;height:21.0322125rem;top:8.82421875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngAzWmaZKpFSPp8LZNIlPpEn8erBP8Pp { width:18.4375rem;height:21.0322125rem;top:29.85546875rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtqpVLXVoiKwmnvJQ90gJM3UGlsoWJxb { width:2.125rem;height:0;top:32.7724609375rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WrpR0LDBJaeNLzl3OHL5Jw7Mg88RKiEu { width:16rem;height:4.4375rem;top:55.75rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSET2LOZvqGpIgCCXf5eSPHgWhw6pRcx { display:block; }
 }@media only screen and (max-width: 763px) { #A6CGbfDwTTWV1ZcgeWN9IFlu99RbKrmo { width:1.875rem;height:1.875rem;top:57rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbZzgVsxfbse8ZxOb1eLEXvE2Fxuvl9A { width:2.125rem;height:23.369125rem;top:29.85546875rem;left:0rem;font-size:1.375rem;z-index:15011;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZkMC0uyP5e9eWbDeGmql0J2nkTMFgxQ8 { width:10.4375rem;height:0.89355625rem;top:60.75rem;left:4.8125rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #VW5Hs207ktATu2HNMahHxVzXHpUlSQSK { background-color:#c8572c;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; }#VW5Hs207ktATu2HNMahHxVzXHpUlSQSK > .row .container { background-color: transparent; background-image: none; }#VW5Hs207ktATu2HNMahHxVzXHpUlSQSK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VW5Hs207ktATu2HNMahHxVzXHpUlSQSK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VW5Hs207ktATu2HNMahHxVzXHpUlSQSK > .row .container > .video-iframe-container { display: none; }#VW5Hs207ktATu2HNMahHxVzXHpUlSQSK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VW5Hs207ktATu2HNMahHxVzXHpUlSQSK > .row > .video-iframe-container { display: none; }#VW5Hs207ktATu2HNMahHxVzXHpUlSQSK > .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); }#VW5Hs207ktATu2HNMahHxVzXHpUlSQSK > .row .container { border-width: 0; border-radius: 0; }#VW5Hs207ktATu2HNMahHxVzXHpUlSQSK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VW5Hs207ktATu2HNMahHxVzXHpUlSQSK > .row .container { width:20rem;height:1.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lqs5dAOkqTIhMJF0x8Nu4H62wdKAd08l { background-color:#c8572c;background-image:url("../img/mao1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lqs5dAOkqTIhMJF0x8Nu4H62wdKAd08l.adaptive-delivery-prevent-bg, #Lqs5dAOkqTIhMJF0x8Nu4H62wdKAd08l.lazyload, #Lqs5dAOkqTIhMJF0x8Nu4H62wdKAd08l.lazyloading { background-image: none; }#Lqs5dAOkqTIhMJF0x8Nu4H62wdKAd08l > .row .container { background-color: transparent; background-image: none; }#Lqs5dAOkqTIhMJF0x8Nu4H62wdKAd08l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lqs5dAOkqTIhMJF0x8Nu4H62wdKAd08l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lqs5dAOkqTIhMJF0x8Nu4H62wdKAd08l > .row .container > .video-iframe-container { display: none; }#Lqs5dAOkqTIhMJF0x8Nu4H62wdKAd08l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lqs5dAOkqTIhMJF0x8Nu4H62wdKAd08l > .row > .video-iframe-container { display: none; }#Lqs5dAOkqTIhMJF0x8Nu4H62wdKAd08l > .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); }#Lqs5dAOkqTIhMJF0x8Nu4H62wdKAd08l > .row .container { border-width: 0; border-radius: 0; }#Lqs5dAOkqTIhMJF0x8Nu4H62wdKAd08l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lqs5dAOkqTIhMJF0x8Nu4H62wdKAd08l > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQNxMkMOL2Bz5bDTt3Fr5Vds3Ebtn7Zd { display:block; }#KQNxMkMOL2Bz5bDTt3Fr5Vds3Ebtn7Zd > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WUEDPgP0kaKxG7dk8fqNroPAwOMe4rDT { width:17.4375rem;height:6.8056875rem;top:3.75rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #veovt9LzpdkED976Ew5UfKJsKSGVuLK9 { width:17.4375rem;height:1.6875rem;top:1.1240234375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NygTBZkBSeztqDaoPHinOmt5XPd2TBb6 { width:20rem;height:15.0625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r8DkmDbJzEdZUG4o4CTpEPTn2Em9OVBT { width:20rem;height:2.4375rem;top:12.060546875rem;left:0rem;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #l8S0eNuCxVotRUCXHSymkbRwkznFV6nx { width:15.8125rem;height:3.8125rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3U0TkK3TQJ4IVICOfCFVWoDGeJnfDLo { display:block; }
 }@media only screen and (max-width: 763px) { #PsFLiVEsLtLGtOhWuedItW0sKWXnaoa1 { width:10.4375rem;height:0.89375rem;top:22.5rem;left:2.6875rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l0wm3FwQCgZfUFoevxx9x13eFvROHFQu { display:block; }#l0wm3FwQCgZfUFoevxx9x13eFvROHFQu > .row .container { width:20rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxL2T5LAKf7ZEOgp0EcJe1R21Z4ahv75 { display:flex;width:3.125rem;height:3.125rem;top:2.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ByrUPrX11w6skfX5UA4XVSMO1RBmQtGk { width:9.25rem;height:3.57421875rem;top:5.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRLnFZzKyOh6iXV8hmePDa4DKgKL6wvG { display:flex;width:3.125rem;height:3.125rem;top:2.5rem;left:11.75rem; }
 }@media only screen and (max-width: 763px) { #WoFNh3cwmZTu6Ddl3lcxsCD0uKp30PVn { width:8.25rem;height:3.57421875rem;top:5.625rem;left:11.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv58CcZHEMiWNzLv6UKM8mN9AXgcwIc1 { width:7.75rem;height:3.57421875rem;top:15.4375rem;left:11.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEisNEdQWs08bxb8hcx5RCb5pg09U1qG { display:flex;width:3.125rem;height:3.125rem;top:12.3125rem;left:11.75rem; }
 }@media only screen and (max-width: 763px) { #BQIbQ1fBeJvTG2QUuAQTO07P23xH8K00 { width:10.3125rem;height:3.57421875rem;top:15.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Snx8kS9QTpQTVafgRLFcoOQlTMTJGcFu { display:flex;width:3.125rem;height:3.125rem;top:12.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w1mTHOiWBwZLcwm3kCJWgo5mmvoRIth5 { display:block; }#w1mTHOiWBwZLcwm3kCJWgo5mmvoRIth5 > .row .container { width:20rem;height:43.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yaLGaoiLKuxprUQRG68Fol9ZeCMW8SVg { width:20rem;height:6.82325rem;top:18.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DNScocv2gydG0e8l7INI0s540hQad7cx { width:20rem;height:4.38574375rem;top:26.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eGHddEy0idNbtNwVOkdvzoeHrm6QSmHK { width:16.75rem;height:4.4375rem;top:33.9375rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzWiLyMh8E9DrrQHSOw5wDP2HSoS2m9M { display:block; }
 }@media only screen and (max-width: 763px) { #vmDbX8wtSQqeRIFhR7uB8SKQeRbk0Sm7 { width:1.875rem;height:1.875rem;top:35.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUtS5bpPDDG3Xx10DsvTzFvKbHQufKvJ { width:11rem;height:13.25rem;top:2.91015625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHTPvUXhVKZs8qQTRwQqFwnRJTBxeTBl { width:10.4375rem;height:0.89355625rem;top:39.625rem;left:4.75rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AEDq7ywP0JLTuDgpbtw1Xqb4AZm0KzAW { display:block; }#AEDq7ywP0JLTuDgpbtw1Xqb4AZm0KzAW > .row .container { width:20rem;height:77.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byl2lAGzEE7DOpbuH8GsvOQSu6nUuWTr { width:18.3125rem;height:9.6875rem;top:8.6875rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2lVtW7teIZMFHb26evxIG2Btw6exgIU { width:18.3125rem;height:9.6875rem;top:41.375rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EumprpDvzFgzm39RBkwBLnkFXeWqLGxt { width:18.3125rem;height:9.6875rem;top:19.625rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #skUlFa21awPyCrTTZhp20G4pTJEh3Xv3 { width:18.3125rem;height:9.6875rem;top:30.4375rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBDD4ChVl7mBLrXZgVub4dIiyxNXBW3V { width:18.3125rem;height:9.6875rem;top:63.25rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIqISTCIZPhNn9BhkmKwOc5noKl7ZbnO { width:18.3125rem;height:9.6875rem;top:52.3125rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0Kzpo83dR2Krd3bTvUZqCgbQrZDFU4Q { width:20rem;height:4.3994125rem;top:2.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPWDbfFvzVNBPkfqcDeXR0REsumcfqT6 { background-color:transparent;background-image:url("../img/bg.webp");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#GPWDbfFvzVNBPkfqcDeXR0REsumcfqT6.adaptive-delivery-prevent-bg, #GPWDbfFvzVNBPkfqcDeXR0REsumcfqT6.lazyload, #GPWDbfFvzVNBPkfqcDeXR0REsumcfqT6.lazyloading { background-image: none; }#GPWDbfFvzVNBPkfqcDeXR0REsumcfqT6 > .row .container { background-color: transparent; background-image: none; }#GPWDbfFvzVNBPkfqcDeXR0REsumcfqT6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(6,14,62,0.9); }#GPWDbfFvzVNBPkfqcDeXR0REsumcfqT6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPWDbfFvzVNBPkfqcDeXR0REsumcfqT6 > .row .container > .video-iframe-container { display: none; }#GPWDbfFvzVNBPkfqcDeXR0REsumcfqT6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(6,14,62,0.9); }#GPWDbfFvzVNBPkfqcDeXR0REsumcfqT6 > .row > .video-iframe-container { display: none; }#GPWDbfFvzVNBPkfqcDeXR0REsumcfqT6 > .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); }#GPWDbfFvzVNBPkfqcDeXR0REsumcfqT6 > .row .container { width:20rem;height:58rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHigEr76deivwoacVGsgGHCZhzAzZuJ9 { width:9.125rem;height:9.3125rem;top:3.8125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMNuS8aqLSLCi48hw6lhWWvaP4OcGKFa { width:20rem;height:2.4375rem;top:15.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBgTNppvLBrlBvWS8dXgBnOTyy6VOz0B { width:17.5rem;height:31.19530625rem;top:23.130859375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #td7SIbe7rlqULuRSn1nOHNU0XHXhWb8t { width:2.125rem;height:0;top:23.130859375rem;left:0rem;font-size:1rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #NDkhQMR6fb5NKEOGzWgVOozcT1zBOUkg { width:10.6875rem;height:1.3808625rem;top:17.6875rem;left:4.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qroFgou1hAJqyRhkJeyDJWdJKR2oTPas { width:2.125rem;height:0;top:23.130859375rem;left:0rem;font-size:1rem;line-height:1.3;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #u7Fh15tN94PV0iPknNHt0PMDctLVmU7h { width:2.125rem;height:29.89554375rem;top:23.130859375rem;left:0rem;font-size:1rem;line-height:1.3;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Wp0fyTfVtzE7dQXbLUHvWHAT3UUN7Qot { display:block; }#Wp0fyTfVtzE7dQXbLUHvWHAT3UUN7Qot > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JePx81mHiPHp7A81kAxbso6rJhKCIbbp { width:20rem;height:2.2rem;top:2.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwmLyzvuIi3tqnmeurhMAbyyeLsEW4o0 { display:block; }#mwmLyzvuIi3tqnmeurhMAbyyeLsEW4o0 > .row .container { width:20rem;height:62.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvIzTuZLRi7lFuqb5aeW2PGa6eF43vF9 { width:16.75rem;height:9.75rem;top:1.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RafAgctspOkyD2nSJND7p7F3AENTT1hA { width:12.5rem;height:1.4624rem;top:11.9375rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bSy6TTHmNHa2VXIvsTed2asU2tqGs8Qo { width:12.5rem;height:2.2744125rem;top:13.9609375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qp2xHG7TDyJ55VmkLhOI9gTHUwHX5TDF { width:8.5rem;height:1.1375rem;top:17.484375rem;left:5.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QI5C4Rm6ziaUnJHnMOuQ3nKNVeqFnaqk { width:16.75rem;height:9.75rem;top:19.87109375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxxhOBfDiZKR3DgkEaNJJwzzTQU8Ln4y { width:12.5rem;height:1.4625rem;top:30.49609375rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OmHB25FUNTedFIv3wbqyJMK0e2viHezB { width:14.8125rem;height:2.2744125rem;top:33.20703125rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mM61uH35402wWIs9E82WeSlVoPwZSmkB { width:8.5rem;height:1.1375rem;top:36.73046875rem;left:5.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EMIogV0MLckpVGyZMuCVrkVmQynETeKM { width:16.75rem;height:9.75rem;top:39.1171875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqkCbVLSxVFNbWZ8A6h7HHanBGJwH3cQ { width:12.5rem;height:1.4625rem;top:49.6796875rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TBnLiq9KTNGMlSsS4JTiDBlErPU2pDCJ { width:16.6875rem;height:2.2744125rem;top:52.453125rem;left:1.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pVhTmeKkBe4hrTHUVKr9df2QETITbP85 { width:7.375rem;height:1.1375rem;top:56.25rem;left:3rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AB5cB9FhLvcmPfrTK21uu6wX16VzzF4q { width:6.4375rem;height:2rem;top:55.8125rem;left:10.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxTvDQHmHUuTvchElF7mMdQWFV1DtBVx { display:block; }
 }@media only screen and (max-width: 763px) { #BZ90CeRLV5VQtg3bXTk4g5wCnaT9ehlD { display:block; }#BZ90CeRLV5VQtg3bXTk4g5wCnaT9ehlD > .row .container { width:20rem;height:38rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtIVEWRpib0gw9hHW5AiVtPCVhxIkRFf { width:5.3125rem;height:5rem;top:3.818359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSRW4CEupgSnt128ywoDwZotm0rDExao { width:16.6875rem;height:4.25rem;top:12.75rem;left:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp1KNNCMheKeEWOyEnNMf7LC9vMcGMn4 { display:block; }
 }@media only screen and (max-width: 763px) { #qpxzCdaeVKArEsNMzzNdhAwor8KLgAWu { width:12.6875rem;height:2.11230625rem;top:3.818359375rem;left:6.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0Uvnl5nAZy02rxPtPFFeeBrL2mHLc0a { width:12.75rem;height:1.3808625rem;top:6rem;left:6.46875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvFpJuVyDlo6vhxf3qJ3yR7uG5fpWUaH { width:0.4375rem;height:0.4375rem;top:34.417975rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BdrsUGMpvf7Hwc6qBDzAFX3HNQ6UrBk8 { width:12.1875rem;height:1.3808625rem;top:7.48046875rem;left:6.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHqhpp9Mhq8wikX5itaLHAGIVcyxU4uM { width:10.4375rem;height:0.89355625rem;top:11.375rem;left:4.78125rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CGrifmWzvcNvIGLpzARkzVik8p9LkZVG { width:2.5rem;height:2.5996125rem;top:23.625rem;left:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTn6SxrEC3OP5Mp7mrqkxoHA9qtCTDlE { width:8.9375rem;height:1.625rem;top:23.9375rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #byth8bZV1fAvStwq1gT3DlJ0Z6dIa47J { width:2rem;height:1.875rem;top:27.0625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbK9u2ZdXaDuUAVWvNc0bp3EvCQOZJgH { width:8.9375rem;height:1.625rem;top:27.1875rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmwfWwMFDGKeWT5c827vefw7l9ERZpXs { width:12.75rem;height:0.8125rem;top:29.0625rem;left:3.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wU2oZGTmKdKOpXRMx3lCi2HLK7ilt74w { width:16.25rem;height:3.5625rem;top:18.0810546875rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgWAm8QicrOxUr2lqvdgPRrywsAmTleg { display:block; }
 }@media only screen and (max-width: 763px) { #NPnnxM5FS8Hr80Rp72hT6MumPxCp8tQp { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #NPnnxM5FS8Hr80Rp72hT6MumPxCp8tQp > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUwk85GnwCXzHJMFHi6q0wWAfPp3WHbB { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#zUwk85GnwCXzHJMFHi6q0wWAfPp3WHbB > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNOkgFkstxv5K8SQeqfITAVIlHeWmJ1r { width:7.6875rem;height:1.5rem;top:0.5625rem;left:9.0625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqvPIMRFFTQM7G2peE79Bkp6KHvhgGDZ { display:block; }
 }@media only screen and (max-width: 763px) { #fVddNGJEmToInSJJp1ib8PUZPOaHizwS { width:2.375rem;height:2.375rem;top:0.25rem;left:15.5625rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #HMWi4hEb44ECaxBF5VdqyVCckZc2giyA { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XepKeCWkHdlp1AyEo7d5PfOSKwdz5C5u { display:block; }
 }@media only screen and (max-width: 763px) { #UEgQKnSdA8a8VITMB3gR7Zky1eC8s4zw { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSIDp19yGDwEwdLcbDTuFEKoTfz5Cit4 { display:block; }
 }