.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:217,239,255;--color-primary-1:128,202,255;--color-primary-2:0,149,255;--color-primary-3:0,75,128;--color-primary-4:0,22,38;--color-secondary-0:217,225,236;--color-secondary-1:128,154,192;--color-secondary-2:0,53,128;--color-secondary-3:0,27,64;--color-secondary-4:0,8,19;--color-tertiary-0:255,255,255;--color-tertiary-1:213,213,213;--color-tertiary-2:115,115,115;--color-tertiary-3:58,58,58;--color-tertiary-4:11,11,11;--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:transparent;background-image: -webkit-linear-gradient(90deg, #f6f6f6, #e6e6e6);background-image: -moz-linear-gradient(90deg, #f6f6f6, #e6e6e6);background-image: -ms-linear-gradient(90deg, #f6f6f6, #e6e6e6);background-image: -o-linear-gradient(90deg, #f6f6f6, #e6e6e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e6e6e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e6e6e6' );";background-image: linear-gradient(90deg, #f6f6f6, #e6e6e6);background-size:auto !important;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); }#F5TpATu68NJcLLqmOw1uVA9hhinEuvoq { position:relative;display:block; }#F5TpATu68NJcLLqmOw1uVA9hhinEuvoq { background-color: transparent; background-image: none; }#F5TpATu68NJcLLqmOw1uVA9hhinEuvoq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5TpATu68NJcLLqmOw1uVA9hhinEuvoq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5TpATu68NJcLLqmOw1uVA9hhinEuvoq > .row .container > .video-iframe-container { display: none; }#F5TpATu68NJcLLqmOw1uVA9hhinEuvoq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5TpATu68NJcLLqmOw1uVA9hhinEuvoq > .row > .video-iframe-container { display: none; }#F5TpATu68NJcLLqmOw1uVA9hhinEuvoq > .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); }#F5TpATu68NJcLLqmOw1uVA9hhinEuvoq { border-width: 0; border-radius: 0; }#F5TpATu68NJcLLqmOw1uVA9hhinEuvoq > .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; }#F5TpATu68NJcLLqmOw1uVA9hhinEuvoq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:1.875rem;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; }#v0rR2Vah4BCGV99u51c5TRyGauUP79MD { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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-secondary-2),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.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:1.5rem;text-decoration:none;z-index:15000;text-align:right;text-align-last:right;top:0.375rem;left:60.625rem;display:block; }
#FV6ngTXRgnaZv25c2blgcf8bXpbJ3QQn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gVpVtamTiyiEznB6nUfLWTeGzL72S7pz { z-index:;position:relative;display:block; } #h10a20561fc5300d281502821736ac4d.widget-smartsection *:focus-visible, #h10a20561fc5300d281502821736ac4d.widget-smartsection input[type="text"]:focus-visible, #h10a20561fc5300d281502821736ac4d.widget-smartsection input[type="email"]:focus-visible, #h10a20561fc5300d281502821736ac4d.widget-smartsection input[type="tel"]:focus-visible, #h10a20561fc5300d281502821736ac4d.widget-smartsection textarea:focus-visible { outline: none; } #gVpVtamTiyiEznB6nUfLWTeGzL72S7pz { background-color: transparent; background-image: none; }#gVpVtamTiyiEznB6nUfLWTeGzL72S7pz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVpVtamTiyiEznB6nUfLWTeGzL72S7pz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVpVtamTiyiEznB6nUfLWTeGzL72S7pz > .row .container > .video-iframe-container { display: none; }#gVpVtamTiyiEznB6nUfLWTeGzL72S7pz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVpVtamTiyiEznB6nUfLWTeGzL72S7pz > .row > .video-iframe-container { display: none; }#gVpVtamTiyiEznB6nUfLWTeGzL72S7pz > .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); }#gVpVtamTiyiEznB6nUfLWTeGzL72S7pz { border-width: 0; border-radius: 0; }#gVpVtamTiyiEznB6nUfLWTeGzL72S7pz > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#qTeRMTGXQgewMoNmRCr6Dexp43zDfkcx { position:relative;display:block; }#qTeRMTGXQgewMoNmRCr6Dexp43zDfkcx { background-color: transparent; background-image: none; }#qTeRMTGXQgewMoNmRCr6Dexp43zDfkcx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTeRMTGXQgewMoNmRCr6Dexp43zDfkcx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTeRMTGXQgewMoNmRCr6Dexp43zDfkcx > .row .container > .video-iframe-container { display: none; }#qTeRMTGXQgewMoNmRCr6Dexp43zDfkcx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTeRMTGXQgewMoNmRCr6Dexp43zDfkcx > .row > .video-iframe-container { display: none; }#qTeRMTGXQgewMoNmRCr6Dexp43zDfkcx > .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); }#qTeRMTGXQgewMoNmRCr6Dexp43zDfkcx { border-width: 0; border-radius: 0; }#qTeRMTGXQgewMoNmRCr6Dexp43zDfkcx > .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; }#qTeRMTGXQgewMoNmRCr6Dexp43zDfkcx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#txzTUaKS1ImTBTEfwJm8Xh1ZNkWL0ref { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.25;letter-spacing:0;top:1.796875rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fGSCM6PTQW3u3Ax6f9T1i2DpEDcCICCM { color:rgba(var(--color-tertiary-3),1);display:block;width:70rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.25;letter-spacing:0;top:1.796875rem;left:2.5rem;height:2.65625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qTSgmbRiUelRQeiQTV19W7DAF53XZPT3 { position:relative;display:block; }#qTSgmbRiUelRQeiQTV19W7DAF53XZPT3 { background-color: transparent; background-image: none; }#qTSgmbRiUelRQeiQTV19W7DAF53XZPT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTSgmbRiUelRQeiQTV19W7DAF53XZPT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTSgmbRiUelRQeiQTV19W7DAF53XZPT3 > .row .container > .video-iframe-container { display: none; }#qTSgmbRiUelRQeiQTV19W7DAF53XZPT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTSgmbRiUelRQeiQTV19W7DAF53XZPT3 > .row > .video-iframe-container { display: none; }#qTSgmbRiUelRQeiQTV19W7DAF53XZPT3 > .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); }#qTSgmbRiUelRQeiQTV19W7DAF53XZPT3 { border-width: 0; border-radius: 0; }#qTSgmbRiUelRQeiQTV19W7DAF53XZPT3 > .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; }#qTSgmbRiUelRQeiQTV19W7DAF53XZPT3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FNBC2fnQNW2C99i1urthpS6HbPwwif2H { color:rgba(var(--color-tertiary-3),1);display:block;width:71.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.25;letter-spacing:0;top:1.875rem;left:1.875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WdWNXmFmRpo3KTJgsgFS76r61yO9ZiVU { position:relative;display:block; }#WdWNXmFmRpo3KTJgsgFS76r61yO9ZiVU { background-color: transparent; background-image: none; }#WdWNXmFmRpo3KTJgsgFS76r61yO9ZiVU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdWNXmFmRpo3KTJgsgFS76r61yO9ZiVU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdWNXmFmRpo3KTJgsgFS76r61yO9ZiVU > .row .container > .video-iframe-container { display: none; }#WdWNXmFmRpo3KTJgsgFS76r61yO9ZiVU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdWNXmFmRpo3KTJgsgFS76r61yO9ZiVU > .row > .video-iframe-container { display: none; }#WdWNXmFmRpo3KTJgsgFS76r61yO9ZiVU > .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); }#WdWNXmFmRpo3KTJgsgFS76r61yO9ZiVU { border-width: 0; border-radius: 0; }#WdWNXmFmRpo3KTJgsgFS76r61yO9ZiVU > .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; }#WdWNXmFmRpo3KTJgsgFS76r61yO9ZiVU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nf1wS6xPKOGDoXapL91HETD9Zltp1Iay { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:8.125rem;left:12.0625rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wDuDqRo0nK3I6kkW90VOxw5Rnw5RNA9Z { box-sizing:content-box;height:11.25rem;width:53.4375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: 0.25rem 0.25rem 0.5rem rgba(var(--color-tertiary-3),0.35) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.625rem;left:3.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#yeKrSLCabf5TlyVhgQABp0xrEGqMkC64 { box-sizing:content-box;height:11.25rem;width:53.4375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: 0.9375rem 0.9375rem 2.1875rem rgba(var(--color-tertiary-3),0.35) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.625rem;left:3.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#VLE71oNBqc4N3faIis4A7BA2h1mKzV67 { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:75rem;top:18.125rem;left:0rem;overflow:hidden;display:block; }
#VNMWQHiBuDM8fwPWPf7mP53De1I2aTsu { box-sizing:content-box;height:11.25rem;width:10rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(175deg, #55ff00, #2b8000);background-image: -moz-linear-gradient(175deg, #55ff00, #2b8000);background-image: -ms-linear-gradient(175deg, #55ff00, #2b8000);background-image: -o-linear-gradient(175deg, #55ff00, #2b8000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#55ff00', endColorstr='#2b8000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#55ff00', endColorstr='#2b8000' );";background-image: linear-gradient(175deg, #55ff00, #2b8000);background-size:auto !important;box-shadow: 0.25rem 0.25rem 0.5rem rgba(var(--color-tertiary-3),0.35) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.625rem;left:61.875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#cDsFqWkITIkOlIsfilMu8UasDs6ClzAW { box-sizing:content-box;height:11.25rem;width:10rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(175deg, #55ff00, #2b8000);background-image: -moz-linear-gradient(175deg, #55ff00, #2b8000);background-image: -ms-linear-gradient(175deg, #55ff00, #2b8000);background-image: -o-linear-gradient(175deg, #55ff00, #2b8000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#55ff00', endColorstr='#2b8000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#55ff00', endColorstr='#2b8000' );";background-image: linear-gradient(175deg, #55ff00, #2b8000);background-size:auto !important;box-shadow: 0.9375rem 0.9375rem 2.1875rem rgba(var(--color-tertiary-3),0.35) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.625rem;left:61.875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#LBVBS232cZn7gF0T3NtFDBgNW3nzIl9x { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:700;z-index:15006;line-height:.8;letter-spacing:0;top:6.9375rem;left:65rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wBLqDVvFxHzLklf5yB1XUVNMZ7IONO3g { color:rgba(var(--color-tertiary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:12.5625rem;left:63.75rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zCT8FdTKJBq1I8aVU85UW9v6vaNWCV5B { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:9.375rem;left:57.5625rem; }
#zCT8FdTKJBq1I8aVU85UW9v6vaNWCV5B > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; }#c2oNOtLNTgTy4tccglogk6MVoyfsbEHk { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.25rem;width:5.625rem;display:none; }
#tOXJFHVE6qi6QhCGW7dvtwZhcOsKFfoX { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:12.5rem;left:6.25rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#bT84RqbcoVlRLIvWtXb8697TISQu0TV4 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:12.5rem;left:6.25rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RRecLhbkmLQqsxVJkEV3CmovzcB5UTEv { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:12.5rem;left:53.875rem;height:6.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Ru2tu6gkiaGcb1MGPmT5i64q6g2qq2mx { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:13.375rem;left:59.9375rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#sPyPMybfWoMbtBtKCMfI4wTCcsDbETT2 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:13.375rem;left:59.9375rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#FxN7ONVdoCAScWkqiI5usBw0tdCDa8DJ { box-sizing:content-box;height:24.375rem;width:73.125rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:1.5625rem;left:1.25rem;border-top-left-radius:2.5rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;display:block; }
#VgDktziA7BbO473FTZBhNtnMiwJtiIDH { box-sizing:content-box;height:3.125rem;width:29.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#mXHm2c5lt9lbUvPnhkoUs9GKxd9E9pkm { color:rgba(var(--color-tertiary-0),1);display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.25;letter-spacing:0;top:1.3125rem;left:3.125rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Id5Tq24ZtC81vwKB5tGlc4Cqq8WxB21r { box-sizing:content-box;height:23.75rem;width:72.5rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f6f6f6, #e6e6e6);background-image: -moz-linear-gradient(90deg, #f6f6f6, #e6e6e6);background-image: -ms-linear-gradient(90deg, #f6f6f6, #e6e6e6);background-image: -o-linear-gradient(90deg, #f6f6f6, #e6e6e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e6e6e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e6e6e6' );";background-image: linear-gradient(90deg, #f6f6f6, #e6e6e6);background-size:auto !important;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:1.5625rem;left:1.25rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#EV9npqipBfTgSJbgcLbfDbyzmDmdKqTR { position:relative;display:block; }#EV9npqipBfTgSJbgcLbfDbyzmDmdKqTR { background-color: transparent; background-image: none; }#EV9npqipBfTgSJbgcLbfDbyzmDmdKqTR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EV9npqipBfTgSJbgcLbfDbyzmDmdKqTR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EV9npqipBfTgSJbgcLbfDbyzmDmdKqTR > .row .container > .video-iframe-container { display: none; }#EV9npqipBfTgSJbgcLbfDbyzmDmdKqTR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EV9npqipBfTgSJbgcLbfDbyzmDmdKqTR > .row > .video-iframe-container { display: none; }#EV9npqipBfTgSJbgcLbfDbyzmDmdKqTR > .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); }#EV9npqipBfTgSJbgcLbfDbyzmDmdKqTR { border-width: 0; border-radius: 0; }#EV9npqipBfTgSJbgcLbfDbyzmDmdKqTR > .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; }#EV9npqipBfTgSJbgcLbfDbyzmDmdKqTR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:20.9375rem;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; }#vLGTl7bHtRFoG2gXxNouQNzZpTJDVgI5 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:5rem;left:3.75rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mBZ12b1pKhKT9vz86OwQ3oipWRPBlEzb { box-sizing:content-box;height:8.75rem;width:31.25rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: 0.25rem 0.25rem 0.5rem rgba(var(--color-tertiary-3),0.35) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:3.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#oqcoSULAdurAFQk8d3ZJPHaPBdvlxJJT { box-sizing:content-box;height:8.75rem;width:31.25rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: 0.9375rem 0.9375rem 2.1875rem rgba(var(--color-tertiary-3),0.35) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:3.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#FXMcX9kRnGKgbUndGQXSOOmQzZBl1dCC { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:45.375rem;top:11.875rem;left:1.25rem;overflow:hidden;display:block; }
#vQHfc5yQvfheeUHuANFbBA6OkHe8tKH7 { box-sizing:content-box;height:8.75rem;width:5.3125rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(175deg, #55ff00, #2b8000);background-image: -moz-linear-gradient(175deg, #55ff00, #2b8000);background-image: -ms-linear-gradient(175deg, #55ff00, #2b8000);background-image: -o-linear-gradient(175deg, #55ff00, #2b8000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#55ff00', endColorstr='#2b8000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#55ff00', endColorstr='#2b8000' );";background-image: linear-gradient(175deg, #55ff00, #2b8000);background-size:auto !important;box-shadow: 0.25rem 0.25rem 0.5rem rgba(var(--color-tertiary-3),0.35) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:38.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#u7zlKQwXoTT7qMTxaOz4F3CJDcSdSEa8 { box-sizing:content-box;height:8.75rem;width:5.3125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(175deg, #55ff00, #2b8000);background-image: -moz-linear-gradient(175deg, #55ff00, #2b8000);background-image: -ms-linear-gradient(175deg, #55ff00, #2b8000);background-image: -o-linear-gradient(175deg, #55ff00, #2b8000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#55ff00', endColorstr='#2b8000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#55ff00', endColorstr='#2b8000' );";background-image: linear-gradient(175deg, #55ff00, #2b8000);background-size:auto !important;box-shadow: 0.9375rem 0.9375rem 2.1875rem rgba(var(--color-tertiary-3),0.35) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.125rem;left:38.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#e9oywtU10yRycZAF5ebby5IyoXcKzGcu { color:rgba(var(--color-tertiary-0),1);display:block;width:3.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15006;line-height:.8;letter-spacing:0;top:5.5rem;left:39.5rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bASXUQHhSeLNFQs1Pww7mifN96LV1VC3 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.25rem;left:35.625rem; }
#bASXUQHhSeLNFQs1Pww7mifN96LV1VC3 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#SzkkggUI1bDqHEkGQ3D9THKTkdAVL8ci { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:5.625rem;display:none; }
#HfTW9i49mxUoJsTXSF1dPqNubd5cV1SK { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:12.5rem;left:6.25rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#WCcLwVlCnIFvWizOxvphMbs6UhGJ1hmW { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:12.5rem;left:6.25rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tJole1nAtlOGvhffdBfFOEaVdTkQ2qbT { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:12.5rem;left:53.875rem;height:6.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#vN2yhQAW3Vo1nMxHkglG2dM0kBTDVuRW { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:13.375rem;left:59.9375rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#IgPFOJ9SMBXBi7Tblobof2ISLbhUhqkg { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:13.375rem;left:59.9375rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#JEz7MK1HWvHbIlTep6LmTrTvlPD928Hq { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:25rem;top:8.75rem;left:48.5625rem;overflow:hidden;display:block; }
#h8xWFtVIBgrqP1ZT1gB1NgyBqSUPk9Dy { color:rgba(var(--color-tertiary-0),1);display:block;width:1.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15010;line-height:.8;letter-spacing:0;top:4.625rem;left:69.375rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EpWxMyRdpJFUSwIGnU6uRAfNeuoQDJGK { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:4.6875rem;left:66.25rem; }
#EpWxMyRdpJFUSwIGnU6uRAfNeuoQDJGK > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#EeGBJswlVdmunKolaSaLP2Tra9CgnU4L { box-sizing:content-box;height:6.25rem;width:3.125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(175deg, #55ff00, #2b8000);background-image: -moz-linear-gradient(175deg, #55ff00, #2b8000);background-image: -ms-linear-gradient(175deg, #55ff00, #2b8000);background-image: -o-linear-gradient(175deg, #55ff00, #2b8000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#55ff00', endColorstr='#2b8000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#55ff00', endColorstr='#2b8000' );";background-image: linear-gradient(175deg, #55ff00, #2b8000);background-size:auto !important;box-shadow: 0.25rem 0.25rem 0.5rem rgba(var(--color-tertiary-3),0.35) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:68.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#HmTkIbHryDgLd5Q7cvtek4iqfd8UkHrx { box-sizing:content-box;height:6.25rem;width:3.125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(175deg, #55ff00, #2b8000);background-image: -moz-linear-gradient(175deg, #55ff00, #2b8000);background-image: -ms-linear-gradient(175deg, #55ff00, #2b8000);background-image: -o-linear-gradient(175deg, #55ff00, #2b8000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#55ff00', endColorstr='#2b8000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#55ff00', endColorstr='#2b8000' );";background-image: linear-gradient(175deg, #55ff00, #2b8000);background-size:auto !important;box-shadow: 0.9375rem 0.9375rem 2.1875rem rgba(var(--color-tertiary-3),0.35) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:68.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#N2KcDOAfd4qL8IzFgymxzoXstviDECC6 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:3.125rem;left:51.5625rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w6XVInoQtheT2qcGomkfiJBG6UT1zpcl { box-sizing:content-box;height:6.25rem;width:15.625rem;position:absolute;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: 0.25rem 0.25rem 0.5rem rgba(var(--color-tertiary-3),0.35) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:50rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#iAQTTw96uf410DbrDIHyTc0X8J3xP5gt { box-sizing:content-box;height:6.25rem;width:15.625rem;position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: 0.9375rem 0.9375rem 2.1875rem rgba(var(--color-tertiary-3),0.35) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:50rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#ufPzGDES6kqB24bzzI5WUcdlKPcNCz2v { box-sizing:content-box;height:18.75rem;width:45.9375rem;position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:0.625rem;left:1.25rem;border-top-left-radius:2.5rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;display:block; }
#EWAlyTTrAr0pKVn4Gm4DIQ6TAJ4DyLGQ { box-sizing:content-box;height:18.125rem;width:45.3125rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f6f6f6, #e6e6e6);background-image: -moz-linear-gradient(90deg, #f6f6f6, #e6e6e6);background-image: -ms-linear-gradient(90deg, #f6f6f6, #e6e6e6);background-image: -o-linear-gradient(90deg, #f6f6f6, #e6e6e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e6e6e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e6e6e6' );";background-image: linear-gradient(90deg, #f6f6f6, #e6e6e6);background-size:auto !important;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:0.625rem;left:1.25rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#GTPIwZTCrrqoKxJbmadANoADB8mTqINy { box-sizing:content-box;height:15.625rem;width:25.625rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #f6f6f6, #e6e6e6);background-image: -moz-linear-gradient(90deg, #f6f6f6, #e6e6e6);background-image: -ms-linear-gradient(90deg, #f6f6f6, #e6e6e6);background-image: -o-linear-gradient(90deg, #f6f6f6, #e6e6e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e6e6e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e6e6e6' );";background-image: linear-gradient(90deg, #f6f6f6, #e6e6e6);background-size:auto !important;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:0.625rem;left:48.125rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#MEtEUUE05zAJP5pTEMoTPna4ZI0mW3Og { box-sizing:content-box;height:16.25rem;width:26.25rem;position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:0.625rem;left:48.125rem;border-top-left-radius:2.5rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;display:block; }
#KkOWJGX3rX4OOS88x95pJwyWm1Drs0ds { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:5.625rem;display:none; }
#cvzWfl3kowXWdBH0ictHUCMf71WNKFUg { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:12.5rem;left:6.25rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pvkOCa8o6DiMgsxKCD3yZUklrW2xJHbN { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:12.5rem;left:6.25rem;height:6.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#OQFwc2cUsSuPadE8JwQxVBDoc0gfyTQA { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:12.5rem;left:53.875rem;height:6.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#y5rGQb5ruZm0TPSovpws4QidxHQDtMfe { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:13.375rem;left:59.9375rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#FLIJ8hVstTPt7ripXymFuxFhg0gbrS39 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:13.375rem;left:59.9375rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#wfTwX4pIVWelnJPv1547oqu7wtgoqdcA { position:relative;display:block; }#wfTwX4pIVWelnJPv1547oqu7wtgoqdcA { background-color: transparent; background-image: none; }#wfTwX4pIVWelnJPv1547oqu7wtgoqdcA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfTwX4pIVWelnJPv1547oqu7wtgoqdcA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfTwX4pIVWelnJPv1547oqu7wtgoqdcA > .row .container > .video-iframe-container { display: none; }#wfTwX4pIVWelnJPv1547oqu7wtgoqdcA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfTwX4pIVWelnJPv1547oqu7wtgoqdcA > .row > .video-iframe-container { display: none; }#wfTwX4pIVWelnJPv1547oqu7wtgoqdcA > .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); }#wfTwX4pIVWelnJPv1547oqu7wtgoqdcA { border-width: 0; border-radius: 0; }#wfTwX4pIVWelnJPv1547oqu7wtgoqdcA > .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; }#wfTwX4pIVWelnJPv1547oqu7wtgoqdcA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:26.875rem;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; }#D7NDN4mDODXmDRsbFvLokJ8MMFubPJK6 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:6.25rem;left:28.125rem;overflow:hidden;display:block; }
#hUIxb2HMCEAGv8UwBEerT9PCH2kNw73l { color:rgba(var(--color-tertiary-3),1);display:block;width:65.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.25;letter-spacing:0;top:1.875rem;left:4.6875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hdiQO9z539JmEO3QMskeezcr7HKSdmxy { box-sizing:content-box;height:15.3125rem;width:22.5rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: 0.25rem 0.25rem 0.5rem rgba(var(--color-tertiary-3),0.35) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8rem;left:3.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#Qop2PfMLNqnCB4lcRm0XXm40pTm664yp { box-sizing:content-box;height:15.3125rem;width:22.5rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: 0.9375rem 0.9375rem 2.1875rem rgba(var(--color-tertiary-3),0.35) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8rem;left:3.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#fB63alcJTsNVbrlDH1cd2q3Z5VaZMn4p { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15006;line-height:.8;letter-spacing:0;top:10.5rem;left:6.25rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ue0zqQBSNsMEaEufHMf56KaVfRAZ8CSK { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.875rem;font-weight:700;z-index:15007;line-height:.8;letter-spacing:0;top:15.25rem;left:6.25rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ao2QLByph7T9cScWReyA0Hpb2KDoFDKC { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15008;line-height:.8;letter-spacing:0;top:12.75rem;left:6.25rem;height:2.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J4HNsDEAagsB9s6TpBJ2gxxiSigmpv2l { box-sizing:content-box;height:15.3125rem;width:22.5rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(175deg, #55ff00, #2b8000);background-image: -moz-linear-gradient(175deg, #55ff00, #2b8000);background-image: -ms-linear-gradient(175deg, #55ff00, #2b8000);background-image: -o-linear-gradient(175deg, #55ff00, #2b8000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#55ff00', endColorstr='#2b8000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#55ff00', endColorstr='#2b8000' );";background-image: linear-gradient(175deg, #55ff00, #2b8000);background-size:auto !important;box-shadow: 0.25rem 0.25rem 0.5rem rgba(var(--color-tertiary-3),0.35) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.96875rem;left:49.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#RnZCa4WsJe1ATcGpTFCa0fl6E0DT5HVM { box-sizing:content-box;height:15.3125rem;width:22.5rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(175deg, #55ff00, #2b8000);background-image: -moz-linear-gradient(175deg, #55ff00, #2b8000);background-image: -ms-linear-gradient(175deg, #55ff00, #2b8000);background-image: -o-linear-gradient(175deg, #55ff00, #2b8000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#55ff00', endColorstr='#2b8000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#55ff00', endColorstr='#2b8000' );";background-image: linear-gradient(175deg, #55ff00, #2b8000);background-size:auto !important;box-shadow: 0.9375rem 0.9375rem 2.1875rem rgba(var(--color-tertiary-3),0.35) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8rem;left:49.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#rl4grITtr67IUOQwFIpoNKcQmVQezwFC { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.875rem;font-weight:700;z-index:15012;line-height:.8;letter-spacing:0;top:12.4248046875rem;left:52.5rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BNvH7Wa12IukBUwpCyZQGkZHC0Tdc41d { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15013;line-height:.8;letter-spacing:0;top:18.61328125rem;left:52.5rem;height:2.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CvwWk0qZnfGKMifdXk1rHNzyxGAo3g2I { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15011;line-height:.8;letter-spacing:0;top:10.5rem;left:52.5rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AqGSrPyv6mLFV0hbNEVaruJPUD0IS7u8 { position:relative;display:block; }#AqGSrPyv6mLFV0hbNEVaruJPUD0IS7u8 { background-color: transparent; background-image: none; }#AqGSrPyv6mLFV0hbNEVaruJPUD0IS7u8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqGSrPyv6mLFV0hbNEVaruJPUD0IS7u8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqGSrPyv6mLFV0hbNEVaruJPUD0IS7u8 > .row .container > .video-iframe-container { display: none; }#AqGSrPyv6mLFV0hbNEVaruJPUD0IS7u8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AqGSrPyv6mLFV0hbNEVaruJPUD0IS7u8 > .row > .video-iframe-container { display: none; }#AqGSrPyv6mLFV0hbNEVaruJPUD0IS7u8 > .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); }#AqGSrPyv6mLFV0hbNEVaruJPUD0IS7u8 { border-width: 0; border-radius: 0; }#AqGSrPyv6mLFV0hbNEVaruJPUD0IS7u8 > .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; }#AqGSrPyv6mLFV0hbNEVaruJPUD0IS7u8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29.6875rem;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; }#SAdVuFs6Rr85gfWRErcXgoeHyTccgh1K { color:rgba(var(--color-tertiary-0),1);display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.25;letter-spacing:0;top:3.125rem;left:4.375rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gvUc3xs5GTRV3eUMd0wBkdBuuPIuESpT { box-sizing:content-box;height:3.125rem;width:45rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:2.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#dG3O1Msbcrc4QvrZmhrMbZakccH9pvGM { color:rgba(var(--color-tertiary-3),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.25;letter-spacing:0;top:10rem;left:6.25rem;height:;font-style:normal;display:block; }#dG3O1Msbcrc4QvrZmhrMbZakccH9pvGM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dG3O1Msbcrc4QvrZmhrMbZakccH9pvGM li:before{  }
#R6hBp5l6dD0QWHgRK6tlIw74ODHfnh6B { box-sizing:content-box;height:22.8125rem;width:66.25rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;box-shadow: 0.125rem 0.125rem 0rem rgba(var(--color-primary-2),1) ;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:3.4375rem;left:4.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TMdNX0XAiiT6VXnSvhESW7qJwTxVNKJn { color:rgba(var(--color-tertiary-3),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.25;letter-spacing:0;top:7.5rem;left:6.25rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UVNEsAvlbqdnHgkKHBqWy7NZazA4Wo0W { color:rgba(var(--color-tertiary-3),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.25;letter-spacing:0;top:22.5rem;left:6.3125rem;height:1.5625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u3bmRrPowpywS8BdvZpFcVM6HMnK4ZOo { position:relative;display:block; }#u3bmRrPowpywS8BdvZpFcVM6HMnK4ZOo { background-color: transparent; background-image: none; }#u3bmRrPowpywS8BdvZpFcVM6HMnK4ZOo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3bmRrPowpywS8BdvZpFcVM6HMnK4ZOo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3bmRrPowpywS8BdvZpFcVM6HMnK4ZOo > .row .container > .video-iframe-container { display: none; }#u3bmRrPowpywS8BdvZpFcVM6HMnK4ZOo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3bmRrPowpywS8BdvZpFcVM6HMnK4ZOo > .row > .video-iframe-container { display: none; }#u3bmRrPowpywS8BdvZpFcVM6HMnK4ZOo > .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); }#u3bmRrPowpywS8BdvZpFcVM6HMnK4ZOo { border-width: 0; border-radius: 0; }#u3bmRrPowpywS8BdvZpFcVM6HMnK4ZOo > .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; }#u3bmRrPowpywS8BdvZpFcVM6HMnK4ZOo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:25.9375rem;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; }#hbk4ns1lPWMgWiSL9v6J5BiIaZLr0gZ8 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.25;letter-spacing:0;top:3.125rem;left:4.375rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O8T69elVCpo81RIfEAp9bIhDEHuw5mMq { box-sizing:content-box;height:3.125rem;width:37.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:2.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#IzqMZnsVeFTWvvHIaD8llnLnzS2RGIJ1 { color:rgba(var(--color-tertiary-3),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.25;letter-spacing:0;top:11.5625rem;left:6.25rem;height:;font-style:normal;display:block; }#IzqMZnsVeFTWvvHIaD8llnLnzS2RGIJ1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IzqMZnsVeFTWvvHIaD8llnLnzS2RGIJ1 li:before{  }
#EAbZKzE2fyLz1ikTwoMizTdR6W5dCL3S { box-sizing:content-box;height:19.0625rem;width:66.25rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;box-shadow: 0.125rem 0.125rem 0rem rgba(var(--color-primary-2),1) ;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:3.4375rem;left:4.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#nOcuATsFDLLGyPfxh66xBWN3EhrGbCd6 { color:rgba(var(--color-tertiary-3),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.25;letter-spacing:0;top:7.5rem;left:6.25rem;height:3.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZwcTR8AxWCBNSbCE07JktTJO8n55MzAT { color:rgba(var(--color-tertiary-3),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.25;letter-spacing:0;top:17.5rem;left:6.25rem;height:3.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W3fkcwk4Iuq5xeJmZ8EAleq5rpPJCIDt { position:relative;display:block; }#W3fkcwk4Iuq5xeJmZ8EAleq5rpPJCIDt { background-color: transparent; background-image: none; }#W3fkcwk4Iuq5xeJmZ8EAleq5rpPJCIDt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3fkcwk4Iuq5xeJmZ8EAleq5rpPJCIDt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3fkcwk4Iuq5xeJmZ8EAleq5rpPJCIDt > .row .container > .video-iframe-container { display: none; }#W3fkcwk4Iuq5xeJmZ8EAleq5rpPJCIDt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3fkcwk4Iuq5xeJmZ8EAleq5rpPJCIDt > .row > .video-iframe-container { display: none; }#W3fkcwk4Iuq5xeJmZ8EAleq5rpPJCIDt > .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); }#W3fkcwk4Iuq5xeJmZ8EAleq5rpPJCIDt { border-width: 0; border-radius: 0; }#W3fkcwk4Iuq5xeJmZ8EAleq5rpPJCIDt > .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; }#W3fkcwk4Iuq5xeJmZ8EAleq5rpPJCIDt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:20.625rem;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; }#uLL3hqpsit5DvAEwbgGgBlzsSZnh3uyu { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.25;letter-spacing:0;top:3.125rem;left:4.375rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sSzK76lEmoAn8dCBCxPHlkhcsIDVfT7H { box-sizing:content-box;height:3.125rem;width:22.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:2.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#SLbxGQxkmKhHCurLn8DPdzsAqfPqBbON { color:rgba(var(--color-tertiary-3),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.25;letter-spacing:0;top:7.5rem;left:6.25rem;height:;font-style:normal;display:block; }#SLbxGQxkmKhHCurLn8DPdzsAqfPqBbON li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SLbxGQxkmKhHCurLn8DPdzsAqfPqBbON li:before{  }
#lL438yEvH8w3DZqxViP326Uw6TpZaTAt { box-sizing:content-box;height:13.75rem;width:66.25rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;box-shadow: 0.125rem 0.125rem 0rem rgba(var(--color-primary-2),1) ;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:3.4375rem;left:4.375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#OPLHLREy7J6P9XHF0qThrFL3f7SCvWQH { position:relative;display:block; }#OPLHLREy7J6P9XHF0qThrFL3f7SCvWQH { background-color: transparent; background-image: none; }#OPLHLREy7J6P9XHF0qThrFL3f7SCvWQH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPLHLREy7J6P9XHF0qThrFL3f7SCvWQH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPLHLREy7J6P9XHF0qThrFL3f7SCvWQH > .row .container > .video-iframe-container { display: none; }#OPLHLREy7J6P9XHF0qThrFL3f7SCvWQH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPLHLREy7J6P9XHF0qThrFL3f7SCvWQH > .row > .video-iframe-container { display: none; }#OPLHLREy7J6P9XHF0qThrFL3f7SCvWQH > .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); }#OPLHLREy7J6P9XHF0qThrFL3f7SCvWQH { border-width: 0; border-radius: 0; }#OPLHLREy7J6P9XHF0qThrFL3f7SCvWQH > .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; }#OPLHLREy7J6P9XHF0qThrFL3f7SCvWQH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:26.875rem;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; }#QiUOT3HafgPcSK6bO6mhidLJf4mU5B9b { color:rgba(var(--color-primary-2),1);display:block;width:64.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.25;letter-spacing:0;top:3.125rem;left:5.3125rem;height:;text-align:center;text-align-last:center;display:block; }
#mJzE81PgvDumAuT071xTJnKlpPUToZ7b { background-color:transparent;background-image: -webkit-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(175deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.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:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:6.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.875rem;left:18.75rem;display:block; }
#mIDd0VJBEJXH8TfKqTtvse8Tp9nuOgm4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gHN0RdKMOSCtmXN1MPve35VQIdNVoF9o { position:relative;display:block; }#gHN0RdKMOSCtmXN1MPve35VQIdNVoF9o { background-color: transparent; background-image: none; }#gHN0RdKMOSCtmXN1MPve35VQIdNVoF9o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHN0RdKMOSCtmXN1MPve35VQIdNVoF9o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHN0RdKMOSCtmXN1MPve35VQIdNVoF9o > .row .container > .video-iframe-container { display: none; }#gHN0RdKMOSCtmXN1MPve35VQIdNVoF9o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHN0RdKMOSCtmXN1MPve35VQIdNVoF9o > .row > .video-iframe-container { display: none; }#gHN0RdKMOSCtmXN1MPve35VQIdNVoF9o > .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); }#gHN0RdKMOSCtmXN1MPve35VQIdNVoF9o { border-width: 0; border-radius: 0; }#gHN0RdKMOSCtmXN1MPve35VQIdNVoF9o > .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; }#gHN0RdKMOSCtmXN1MPve35VQIdNVoF9o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DdsSs7tX4GBPelCDrsrzvooiX46UTcBt { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.625rem;left:36.5625rem; }
#DdsSs7tX4GBPelCDrsrzvooiX46UTcBt > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#KUiwLxrNuLrUvdvm1B1rqgfbsBGriUgf { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #p3aafdf8d5c6057f6cde9f84cf7eb1ba.widget-smartsection *:focus-visible, #p3aafdf8d5c6057f6cde9f84cf7eb1ba.widget-smartsection input[type="text"]:focus-visible, #p3aafdf8d5c6057f6cde9f84cf7eb1ba.widget-smartsection input[type="email"]:focus-visible, #p3aafdf8d5c6057f6cde9f84cf7eb1ba.widget-smartsection input[type="tel"]:focus-visible, #p3aafdf8d5c6057f6cde9f84cf7eb1ba.widget-smartsection textarea:focus-visible { outline: none; } #KUiwLxrNuLrUvdvm1B1rqgfbsBGriUgf > .row .container { background-color: transparent; background-image: none; }#KUiwLxrNuLrUvdvm1B1rqgfbsBGriUgf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUiwLxrNuLrUvdvm1B1rqgfbsBGriUgf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUiwLxrNuLrUvdvm1B1rqgfbsBGriUgf > .row .container > .video-iframe-container { display: none; }#KUiwLxrNuLrUvdvm1B1rqgfbsBGriUgf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUiwLxrNuLrUvdvm1B1rqgfbsBGriUgf > .row > .video-iframe-container { display: none; }#KUiwLxrNuLrUvdvm1B1rqgfbsBGriUgf > .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); }#KUiwLxrNuLrUvdvm1B1rqgfbsBGriUgf > .row .container { border-width: 0; border-radius: 0; }#KUiwLxrNuLrUvdvm1B1rqgfbsBGriUgf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KUiwLxrNuLrUvdvm1B1rqgfbsBGriUgf > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;overflow:visible;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #F5TpATu68NJcLLqmOw1uVA9hhinEuvoq { display:block; }#F5TpATu68NJcLLqmOw1uVA9hhinEuvoq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0rR2Vah4BCGV99u51c5TRyGauUP79MD { width:11.25rem;height:1.5rem;top:0.375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV6ngTXRgnaZv25c2blgcf8bXpbJ3QQn { display:block; }
 }@media only screen and (max-width: 763px) { #gVpVtamTiyiEznB6nUfLWTeGzL72S7pz { display:block; } #h10a20561fc5300d281502821736ac4d.widget-smartsection *:focus-visible, #h10a20561fc5300d281502821736ac4d.widget-smartsection input[type="text"]:focus-visible, #h10a20561fc5300d281502821736ac4d.widget-smartsection input[type="email"]:focus-visible, #h10a20561fc5300d281502821736ac4d.widget-smartsection input[type="tel"]:focus-visible, #h10a20561fc5300d281502821736ac4d.widget-smartsection textarea:focus-visible { outline: none; } #gVpVtamTiyiEznB6nUfLWTeGzL72S7pz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTeRMTGXQgewMoNmRCr6Dexp43zDfkcx { display:block; }#qTeRMTGXQgewMoNmRCr6Dexp43zDfkcx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txzTUaKS1ImTBTEfwJm8Xh1ZNkWL0ref { top:1.75rem;left:0rem;width:47.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGSCM6PTQW3u3Ax6f9T1i2DpEDcCICCM { top:1.875rem;left:0rem;width:16.25rem;height:;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTSgmbRiUelRQeiQTV19W7DAF53XZPT3 { display:block; }#qTSgmbRiUelRQeiQTV19W7DAF53XZPT3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNBC2fnQNW2C99i1urthpS6HbPwwif2H { top:1.875rem;left:0rem;width:47.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdWNXmFmRpo3KTJgsgFS76r61yO9ZiVU { display:block; }#WdWNXmFmRpo3KTJgsgFS76r61yO9ZiVU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nf1wS6xPKOGDoXapL91HETD9Zltp1Iay { top:8.125rem;left:0rem;width:35.625rem;height:6.25rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDuDqRo0nK3I6kkW90VOxw5Rnw5RNA9Z { top:5.625rem;left:0rem;width:47.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeKrSLCabf5TlyVhgQABp0xrEGqMkC64 { top:5.625rem;left:0rem;width:47.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLE71oNBqc4N3faIis4A7BA2h1mKzV67 { top:18.125rem;left:0rem;width:47.75rem;height:4.775rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNMWQHiBuDM8fwPWPf7mP53De1I2aTsu { top:5.625rem;left:37.75rem;width:10rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDsFqWkITIkOlIsfilMu8UasDs6ClzAW { top:5.625rem;left:37.75rem;width:10rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBVBS232cZn7gF0T3NtFDBgNW3nzIl9x { top:6.9375rem;left:44rem;width:3.75rem;height:5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBLqDVvFxHzLklf5yB1XUVNMZ7IONO3g { top:12.5625rem;left:41.5rem;width:6.25rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCT8FdTKJBq1I8aVU85UW9v6vaNWCV5B { top:9.375rem;left:43.9375rem;width:3.75rem;height:3.75rem;display:block; }
#zCT8FdTKJBq1I8aVU85UW9v6vaNWCV5B > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #c2oNOtLNTgTy4tccglogk6MVoyfsbEHk { width:5.625rem;height:56.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tOXJFHVE6qi6QhCGW7dvtwZhcOsKFfoX { top:18.875rem;left:0rem;width:12.5rem;height:;font-size:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bT84RqbcoVlRLIvWtXb8697TISQu0TV4 { top:10.1875rem;left:0rem;width:12.5rem;height:;font-size:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RRecLhbkmLQqsxVJkEV3CmovzcB5UTEv { top:28.125rem;left:0rem;width:3.4375rem;height:;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ru2tu6gkiaGcb1MGPmT5i64q6g2qq2mx { top:35.0625rem;left:0rem;width:4.8125rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sPyPMybfWoMbtBtKCMfI4wTCcsDbETT2 { top:59.9375rem;left:0rem;width:4.8125rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FxN7ONVdoCAScWkqiI5usBw0tdCDa8DJ { top:1.5625rem;left:0rem;width:47.5rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgDktziA7BbO473FTZBhNtnMiwJtiIDH { top:0.625rem;left:0rem;width:29.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXHm2c5lt9lbUvPnhkoUs9GKxd9E9pkm { top:1.3125rem;left:0rem;width:24.0625rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id5Tq24ZtC81vwKB5tGlc4Cqq8WxB21r { top:1.5625rem;left:0rem;width:47.5rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV9npqipBfTgSJbgcLbfDbyzmDmdKqTR { display:block; }#EV9npqipBfTgSJbgcLbfDbyzmDmdKqTR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLGTl7bHtRFoG2gXxNouQNzZpTJDVgI5 { top:5rem;left:0rem;width:31.25rem;height:5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBZ12b1pKhKT9vz86OwQ3oipWRPBlEzb { top:3.125rem;left:0rem;width:31.25rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqcoSULAdurAFQk8d3ZJPHaPBdvlxJJT { top:3.125rem;left:0rem;width:31.25rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXMcX9kRnGKgbUndGQXSOOmQzZBl1dCC { top:11.875rem;left:0rem;width:45.375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQHfc5yQvfheeUHuANFbBA6OkHe8tKH7 { top:3.125rem;left:25.125rem;width:5.3125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7zlKQwXoTT7qMTxaOz4F3CJDcSdSEa8 { top:3.125rem;left:25.125rem;width:5.3125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9oywtU10yRycZAF5ebby5IyoXcKzGcu { top:5.5rem;left:25.875rem;width:3.75rem;height:4rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bASXUQHhSeLNFQs1Pww7mifN96LV1VC3 { top:6.25rem;left:22rem;width:2.5rem;height:2.5rem;display:block; }
#bASXUQHhSeLNFQs1Pww7mifN96LV1VC3 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #SzkkggUI1bDqHEkGQ3D9THKTkdAVL8ci { width:5.625rem;height:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HfTW9i49mxUoJsTXSF1dPqNubd5cV1SK { top:44.4375rem;left:0rem;width:17.5rem;height:;font-size:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #WCcLwVlCnIFvWizOxvphMbs6UhGJ1hmW { top:21.625rem;left:0rem;width:17.5rem;height:;font-size:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJole1nAtlOGvhffdBfFOEaVdTkQ2qbT { top:33.9375rem;left:0rem;width:5rem;height:;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vN2yhQAW3Vo1nMxHkglG2dM0kBTDVuRW { top:35.4375rem;left:0rem;width:5rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IgPFOJ9SMBXBi7Tblobof2ISLbhUhqkg { top:59.9375rem;left:0rem;width:4.8125rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JEz7MK1HWvHbIlTep6LmTrTvlPD928Hq { top:8.75rem;left:22.75rem;width:25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8xWFtVIBgrqP1ZT1gB1NgyBqSUPk9Dy { top:4.625rem;left:45.875rem;width:1.875rem;height:2rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpWxMyRdpJFUSwIGnU6uRAfNeuoQDJGK { top:4.6875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#EpWxMyRdpJFUSwIGnU6uRAfNeuoQDJGK > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #EeGBJswlVdmunKolaSaLP2Tra9CgnU4L { top:2.5rem;left:44.625rem;width:3.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmTkIbHryDgLd5Q7cvtek4iqfd8UkHrx { top:2.5rem;left:44.625rem;width:3.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2KcDOAfd4qL8IzFgymxzoXstviDECC6 { top:3.125rem;left:35.25rem;width:12.5rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6XVInoQtheT2qcGomkfiJBG6UT1zpcl { top:2.5rem;left:32.125rem;width:15.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAQTTw96uf410DbrDIHyTc0X8J3xP5gt { top:2.5rem;left:32.125rem;width:15.625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufPzGDES6kqB24bzzI5WUcdlKPcNCz2v { top:0.625rem;left:0rem;width:45.9375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWAlyTTrAr0pKVn4Gm4DIQ6TAJ4DyLGQ { top:0.625rem;left:0rem;width:45.3125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTPIwZTCrrqoKxJbmadANoADB8mTqINy { top:0.625rem;left:21.875rem;width:25.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEtEUUE05zAJP5pTEMoTPna4ZI0mW3Og { top:0.625rem;left:21.25rem;width:26.25rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkOWJGX3rX4OOS88x95pJwyWm1Drs0ds { width:5.625rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvzWfl3kowXWdBH0ictHUCMf71WNKFUg { top:37.9375rem;left:0rem;width:12.5rem;height:;font-size:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pvkOCa8o6DiMgsxKCD3yZUklrW2xJHbN { top:35.75rem;left:0rem;width:12.5rem;height:;font-size:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OQFwc2cUsSuPadE8JwQxVBDoc0gfyTQA { top:53.625rem;left:0rem;width:2.1875rem;height:;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y5rGQb5ruZm0TPSovpws4QidxHQDtMfe { top:58.125rem;left:0rem;width:5rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FLIJ8hVstTPt7ripXymFuxFhg0gbrS39 { top:59.9375rem;left:0rem;width:4.8125rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wfTwX4pIVWelnJPv1547oqu7wtgoqdcA { display:block; }#wfTwX4pIVWelnJPv1547oqu7wtgoqdcA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7NDN4mDODXmDRsbFvLokJ8MMFubPJK6 { top:6.25rem;left:14.5rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUIxb2HMCEAGv8UwBEerT9PCH2kNw73l { top:1.875rem;left:0rem;width:47.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdiQO9z539JmEO3QMskeezcr7HKSdmxy { top:8rem;left:0rem;width:22.5rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qop2PfMLNqnCB4lcRm0XXm40pTm664yp { top:8rem;left:0rem;width:22.5rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB63alcJTsNVbrlDH1cd2q3Z5VaZMn4p { top:10.5rem;left:0rem;width:16.25rem;height:1.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue0zqQBSNsMEaEufHMf56KaVfRAZ8CSK { top:15.25rem;left:0rem;width:16.25rem;height:5.5rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao2QLByph7T9cScWReyA0Hpb2KDoFDKC { top:12.75rem;left:0rem;width:16.25rem;height:2.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4HNsDEAagsB9s6TpBJ2gxxiSigmpv2l { top:7.9375rem;left:25.25rem;width:22.5rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnZCa4WsJe1ATcGpTFCa0fl6E0DT5HVM { top:8rem;left:25.25rem;width:22.5rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl4grITtr67IUOQwFIpoNKcQmVQezwFC { top:12.375rem;left:31.5rem;width:16.25rem;height:5.5rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNvH7Wa12IukBUwpCyZQGkZHC0Tdc41d { top:18.5625rem;left:31.5rem;width:16.25rem;height:2.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvwWk0qZnfGKMifdXk1rHNzyxGAo3g2I { top:10.5rem;left:31.5rem;width:16.25rem;height:1.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqGSrPyv6mLFV0hbNEVaruJPUD0IS7u8 { display:block; }#AqGSrPyv6mLFV0hbNEVaruJPUD0IS7u8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SAdVuFs6Rr85gfWRErcXgoeHyTccgh1K { top:3.125rem;left:0rem;width:41.25rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvUc3xs5GTRV3eUMd0wBkdBuuPIuESpT { top:2.5rem;left:0rem;width:45rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG3O1Msbcrc4QvrZmhrMbZakccH9pvGM { top:10rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }#dG3O1Msbcrc4QvrZmhrMbZakccH9pvGM li:before{  }
 }@media only screen and (max-width: 763px) { #R6hBp5l6dD0QWHgRK6tlIw74ODHfnh6B { top:3.4375rem;left:0rem;width:47.5rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMdNX0XAiiT6VXnSvhESW7qJwTxVNKJn { top:7.5rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVNEsAvlbqdnHgkKHBqWy7NZazA4Wo0W { top:22.5rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3bmRrPowpywS8BdvZpFcVM6HMnK4ZOo { display:block; }#u3bmRrPowpywS8BdvZpFcVM6HMnK4ZOo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbk4ns1lPWMgWiSL9v6J5BiIaZLr0gZ8 { top:3.125rem;left:0rem;width:33.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8T69elVCpo81RIfEAp9bIhDEHuw5mMq { top:2.5rem;left:0rem;width:37.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzqMZnsVeFTWvvHIaD8llnLnzS2RGIJ1 { top:11.5625rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }#IzqMZnsVeFTWvvHIaD8llnLnzS2RGIJ1 li:before{  }
 }@media only screen and (max-width: 763px) { #EAbZKzE2fyLz1ikTwoMizTdR6W5dCL3S { top:3.4375rem;left:0rem;width:47.5rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOcuATsFDLLGyPfxh66xBWN3EhrGbCd6 { top:7.5rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwcTR8AxWCBNSbCE07JktTJO8n55MzAT { top:17.5rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3fkcwk4Iuq5xeJmZ8EAleq5rpPJCIDt { display:block; }#W3fkcwk4Iuq5xeJmZ8EAleq5rpPJCIDt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLL3hqpsit5DvAEwbgGgBlzsSZnh3uyu { top:3.125rem;left:0rem;width:18.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSzK76lEmoAn8dCBCxPHlkhcsIDVfT7H { top:2.5rem;left:0rem;width:22.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLbxGQxkmKhHCurLn8DPdzsAqfPqBbON { top:7.5rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }#SLbxGQxkmKhHCurLn8DPdzsAqfPqBbON li:before{  }
 }@media only screen and (max-width: 763px) { #lL438yEvH8w3DZqxViP326Uw6TpZaTAt { top:3.4375rem;left:0rem;width:47.5rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPLHLREy7J6P9XHF0qThrFL3f7SCvWQH { display:block; }#OPLHLREy7J6P9XHF0qThrFL3f7SCvWQH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiUOT3HafgPcSK6bO6mhidLJf4mU5B9b { top:3.125rem;left:0rem;width:47.75rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJzE81PgvDumAuT071xTJnKlpPUToZ7b { width:37.5rem;height:6.25rem;top:16.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIDd0VJBEJXH8TfKqTtvse8Tp9nuOgm4 { display:block; }
 }@media only screen and (max-width: 763px) { #gHN0RdKMOSCtmXN1MPve35VQIdNVoF9o { display:block; }#gHN0RdKMOSCtmXN1MPve35VQIdNVoF9o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdsSs7tX4GBPelCDrsrzvooiX46UTcBt { top:0.625rem;left:22.9375rem;width:1.875rem;height:1.875rem;display:block; }
#DdsSs7tX4GBPelCDrsrzvooiX46UTcBt > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #KUiwLxrNuLrUvdvm1B1rqgfbsBGriUgf { display:block; } #p3aafdf8d5c6057f6cde9f84cf7eb1ba.widget-smartsection *:focus-visible, #p3aafdf8d5c6057f6cde9f84cf7eb1ba.widget-smartsection input[type="text"]:focus-visible, #p3aafdf8d5c6057f6cde9f84cf7eb1ba.widget-smartsection input[type="email"]:focus-visible, #p3aafdf8d5c6057f6cde9f84cf7eb1ba.widget-smartsection input[type="tel"]:focus-visible, #p3aafdf8d5c6057f6cde9f84cf7eb1ba.widget-smartsection textarea:focus-visible { outline: none; } #KUiwLxrNuLrUvdvm1B1rqgfbsBGriUgf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #F5TpATu68NJcLLqmOw1uVA9hhinEuvoq { display:block; }#F5TpATu68NJcLLqmOw1uVA9hhinEuvoq > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v0rR2Vah4BCGV99u51c5TRyGauUP79MD { width:11.25rem;height:1.5rem;top:0.3125rem;left:8.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV6ngTXRgnaZv25c2blgcf8bXpbJ3QQn { display:block; }
 }@media only screen and (max-width: 763px) { #gVpVtamTiyiEznB6nUfLWTeGzL72S7pz { display:block; } #h10a20561fc5300d281502821736ac4d.widget-smartsection *:focus-visible, #h10a20561fc5300d281502821736ac4d.widget-smartsection input[type="text"]:focus-visible, #h10a20561fc5300d281502821736ac4d.widget-smartsection input[type="email"]:focus-visible, #h10a20561fc5300d281502821736ac4d.widget-smartsection input[type="tel"]:focus-visible, #h10a20561fc5300d281502821736ac4d.widget-smartsection textarea:focus-visible { outline: none; } #gVpVtamTiyiEznB6nUfLWTeGzL72S7pz > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTeRMTGXQgewMoNmRCr6Dexp43zDfkcx { display:block; }#qTeRMTGXQgewMoNmRCr6Dexp43zDfkcx > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #txzTUaKS1ImTBTEfwJm8Xh1ZNkWL0ref { width:16.25rem;height:0;top:1.875rem;left:1.875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fGSCM6PTQW3u3Ax6f9T1i2DpEDcCICCM { width:16.25rem;height:;top:1.9140625rem;left:1.875rem;font-size:1.3125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #qTSgmbRiUelRQeiQTV19W7DAF53XZPT3 { display:block; }#qTSgmbRiUelRQeiQTV19W7DAF53XZPT3 > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNBC2fnQNW2C99i1urthpS6HbPwwif2H { width:17.5rem;height:14.765625rem;top:0rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdWNXmFmRpo3KTJgsgFS76r61yO9ZiVU { display:block; }#WdWNXmFmRpo3KTJgsgFS76r61yO9ZiVU > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nf1wS6xPKOGDoXapL91HETD9Zltp1Iay { width:17.5rem;height:0;top:42.6875rem;left:1.25rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wDuDqRo0nK3I6kkW90VOxw5Rnw5RNA9Z { width:12.5rem;height:20rem;top:5.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeKrSLCabf5TlyVhgQABp0xrEGqMkC64 { width:12.5rem;height:15.625rem;top:5.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLE71oNBqc4N3faIis4A7BA2h1mKzV67 { width:20rem;height:2rem;top:19.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VNMWQHiBuDM8fwPWPf7mP53De1I2aTsu { width:12.5rem;height:3.75rem;top:27.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDsFqWkITIkOlIsfilMu8UasDs6ClzAW { width:12.5rem;height:3.75rem;top:27.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBVBS232cZn7gF0T3NtFDBgNW3nzIl9x { width:5.625rem;height:0;top:33.9375rem;left:6.5625rem;font-size:5rem;line-height:.8;display:none; }
 }@media only screen and (max-width: 763px) { #wBLqDVvFxHzLklf5yB1XUVNMZ7IONO3g { width:4.8125rem;height:0;top:34.25rem;left:11.8125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCT8FdTKJBq1I8aVU85UW9v6vaNWCV5B { display:flex;width:1.5rem;height:1.5rem;top:25.8125rem;left:10.8125rem;font-size:1rem;z-index:15011; }
#zCT8FdTKJBq1I8aVU85UW9v6vaNWCV5B > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #c2oNOtLNTgTy4tccglogk6MVoyfsbEHk { top:4.375rem;left:1.25rem;width:2.8125rem;height:28.125rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tOXJFHVE6qi6QhCGW7dvtwZhcOsKFfoX { width:12.5rem;height:2.25rem;top:18.875rem;left:5.3125rem;font-size:2.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #bT84RqbcoVlRLIvWtXb8697TISQu0TV4 { width:12.5rem;height:8.75rem;top:10.1875rem;left:5.3125rem;font-size:8.75rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #RRecLhbkmLQqsxVJkEV3CmovzcB5UTEv { width:2.1875rem;height:2.5rem;top:28.125rem;left:8rem;font-size:3.125rem;line-height:.8;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Ru2tu6gkiaGcb1MGPmT5i64q6g2qq2mx { width:5rem;height:1.125rem;top:28.125rem;left:10.125rem;font-size:1.125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #sPyPMybfWoMbtBtKCMfI4wTCcsDbETT2 { width:5rem;height:1.19921875rem;top:29.4375rem;left:10.125rem;font-size:1.5rem;z-index:15009;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #FxN7ONVdoCAScWkqiI5usBw0tdCDa8DJ { width:18.75rem;height:31.875rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgDktziA7BbO473FTZBhNtnMiwJtiIDH { width:11.875rem;height:3.75rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXHm2c5lt9lbUvPnhkoUs9GKxd9E9pkm { width:9.375rem;height:2.5rem;top:1.25rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id5Tq24ZtC81vwKB5tGlc4Cqq8WxB21r { width:18.125rem;height:31.25rem;top:1rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV9npqipBfTgSJbgcLbfDbyzmDmdKqTR { display:block; }#EV9npqipBfTgSJbgcLbfDbyzmDmdKqTR > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLGTl7bHtRFoG2gXxNouQNzZpTJDVgI5 { width:17.5rem;height:0;top:42.6875rem;left:1.25rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBZ12b1pKhKT9vz86OwQ3oipWRPBlEzb { width:12.5rem;height:12.8125rem;top:1.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqcoSULAdurAFQk8d3ZJPHaPBdvlxJJT { width:12.5rem;height:12.8125rem;top:1.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXMcX9kRnGKgbUndGQXSOOmQzZBl1dCC { width:13.3125rem;height:1.9375rem;top:19.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vQHfc5yQvfheeUHuANFbBA6OkHe8tKH7 { width:12.5rem;height:3.75rem;top:16.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7zlKQwXoTT7qMTxaOz4F3CJDcSdSEa8 { width:12.5rem;height:3.75rem;top:16.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9oywtU10yRycZAF5ebby5IyoXcKzGcu { width:5.625rem;height:0;top:33.9375rem;left:6.5625rem;font-size:5rem;line-height:.8;display:none; }
 }@media only screen and (max-width: 763px) { #bASXUQHhSeLNFQs1Pww7mifN96LV1VC3 { display:flex;width:1.5rem;height:1.5rem;top:14.5625rem;left:10.8125rem;font-size:1rem; }
#bASXUQHhSeLNFQs1Pww7mifN96LV1VC3 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #SzkkggUI1bDqHEkGQ3D9THKTkdAVL8ci { top:0.3125rem;left:1.25rem;width:2.8125rem;height:18.875rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HfTW9i49mxUoJsTXSF1dPqNubd5cV1SK { width:12.5rem;height:2.25rem;top:10.3125rem;left:5.3125rem;font-size:2.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #WCcLwVlCnIFvWizOxvphMbs6UhGJ1hmW { width:12.5rem;height:7.5rem;top:2.8125rem;left:5.3125rem;font-size:7.5rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #tJole1nAtlOGvhffdBfFOEaVdTkQ2qbT { width:2.1875rem;height:2.5rem;top:16.875rem;left:8rem;font-size:3.125rem;line-height:.8;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #vN2yhQAW3Vo1nMxHkglG2dM0kBTDVuRW { width:5rem;height:1.125rem;top:16.875rem;left:10.1875rem;font-size:1.125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #IgPFOJ9SMBXBi7Tblobof2ISLbhUhqkg { width:5rem;height:1.19921875rem;top:18.1875rem;left:10.1875rem;font-size:1.5rem;z-index:15009;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #JEz7MK1HWvHbIlTep6LmTrTvlPD928Hq { width:20rem;height:6rem;top:70.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h8xWFtVIBgrqP1ZT1gB1NgyBqSUPk9Dy { width:1.875rem;height:0;top:66.75rem;left:17.5rem;font-size:2rem;line-height:.8;display:none; }
 }@media only screen and (max-width: 763px) { #EpWxMyRdpJFUSwIGnU6uRAfNeuoQDJGK { display:flex;width:1.5rem;height:1.5rem;top:30.5rem;left:10.8125rem;font-size:1rem; }
#EpWxMyRdpJFUSwIGnU6uRAfNeuoQDJGK > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #EeGBJswlVdmunKolaSaLP2Tra9CgnU4L { width:12.5rem;height:3.75rem;top:32.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmTkIbHryDgLd5Q7cvtek4iqfd8UkHrx { width:12.5rem;height:3.75rem;top:32.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2KcDOAfd4qL8IzFgymxzoXstviDECC6 { width:12.5rem;height:0;top:65.25rem;left:3.4375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #w6XVInoQtheT2qcGomkfiJBG6UT1zpcl { width:12.5rem;height:5.625rem;top:24.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAQTTw96uf410DbrDIHyTc0X8J3xP5gt { width:12.5rem;height:5.625rem;top:24.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufPzGDES6kqB24bzzI5WUcdlKPcNCz2v { width:18.75rem;height:21.875rem;top:0rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWAlyTTrAr0pKVn4Gm4DIQ6TAJ4DyLGQ { width:18.125rem;height:21.25rem;top:0rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTPIwZTCrrqoKxJbmadANoADB8mTqINy { width:18.125rem;height:14.0625rem;top:23.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEtEUUE05zAJP5pTEMoTPna4ZI0mW3Og { width:18.75rem;height:14.6875rem;top:23.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkOWJGX3rX4OOS88x95pJwyWm1Drs0ds { top:23.75rem;left:1.25rem;width:2.8125rem;height:9.375rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cvzWfl3kowXWdBH0ictHUCMf71WNKFUg { width:5rem;height:4rem;top:25.25rem;left:6.25rem;font-size:5rem;z-index:15006;text-align:left;text-align-last:left;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #pvkOCa8o6DiMgsxKCD3yZUklrW2xJHbN { width:5.625rem;height:1.79980625rem;top:27.4375rem;left:11.25rem;font-size:2.25rem;z-index:15005;text-align:left;text-align-last:left;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #OQFwc2cUsSuPadE8JwQxVBDoc0gfyTQA { width:2.1875rem;height:2.5rem;top:32.8125rem;left:8rem;font-size:3.125rem;line-height:.8;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #y5rGQb5ruZm0TPSovpws4QidxHQDtMfe { width:5rem;height:1.125rem;top:32.8125rem;left:10.125rem;font-size:1.125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #FLIJ8hVstTPt7ripXymFuxFhg0gbrS39 { width:5rem;height:1.19921875rem;top:34.125rem;left:10.125rem;font-size:1.5rem;z-index:15012;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #wfTwX4pIVWelnJPv1547oqu7wtgoqdcA { display:block; }#wfTwX4pIVWelnJPv1547oqu7wtgoqdcA > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7NDN4mDODXmDRsbFvLokJ8MMFubPJK6 { width:16.25rem;height:16.25rem;top:21.859375rem;left:1.875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #hUIxb2HMCEAGv8UwBEerT9PCH2kNw73l { width:17.5rem;height:4.921875rem;top:1.25rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdiQO9z539JmEO3QMskeezcr7HKSdmxy { width:17.5rem;height:12.5rem;top:7.484375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qop2PfMLNqnCB4lcRm0XXm40pTm664yp { width:17.5rem;height:12.5rem;top:7.484375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB63alcJTsNVbrlDH1cd2q3Z5VaZMn4p { width:16.25rem;height:1.5rem;top:8.75rem;left:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue0zqQBSNsMEaEufHMf56KaVfRAZ8CSK { width:16.25rem;height:4.5rem;top:13.5rem;left:1.875rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao2QLByph7T9cScWReyA0Hpb2KDoFDKC { width:16.25rem;height:1.79980625rem;top:11.125rem;left:1.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4HNsDEAagsB9s6TpBJ2gxxiSigmpv2l { width:17.5rem;height:12.5rem;top:39.984375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnZCa4WsJe1ATcGpTFCa0fl6E0DT5HVM { width:17.5rem;height:12.5rem;top:39.984375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl4grITtr67IUOQwFIpoNKcQmVQezwFC { width:16.25rem;height:4.5rem;top:43.6875rem;left:1.875rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNvH7Wa12IukBUwpCyZQGkZHC0Tdc41d { width:16.25rem;height:1.79980625rem;top:49.125rem;left:1.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvwWk0qZnfGKMifdXk1rHNzyxGAo3g2I { width:16.25rem;height:1.5rem;top:41.5625rem;left:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqGSrPyv6mLFV0hbNEVaruJPUD0IS7u8 { display:block; }#AqGSrPyv6mLFV0hbNEVaruJPUD0IS7u8 > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SAdVuFs6Rr85gfWRErcXgoeHyTccgh1K { width:11.875rem;height:3.75rem;top:1.25rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvUc3xs5GTRV3eUMd0wBkdBuuPIuESpT { width:14.0625rem;height:5rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG3O1Msbcrc4QvrZmhrMbZakccH9pvGM { width:14.375rem;height:14.375rem;top:10.9375rem;left:2.9375rem;font-size:1rem;display:block; }#dG3O1Msbcrc4QvrZmhrMbZakccH9pvGM li:before{  }
 }@media only screen and (max-width: 763px) { #R6hBp5l6dD0QWHgRK6tlIw74ODHfnh6B { width:16.25rem;height:31.25rem;top:1.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMdNX0XAiiT6VXnSvhESW7qJwTxVNKJn { width:14.375rem;height:3.75rem;top:6.5625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVNEsAvlbqdnHgkKHBqWy7NZazA4Wo0W { width:14.375rem;height:5rem;top:25.9375rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3bmRrPowpywS8BdvZpFcVM6HMnK4ZOo { display:block; }#u3bmRrPowpywS8BdvZpFcVM6HMnK4ZOo > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbk4ns1lPWMgWiSL9v6J5BiIaZLr0gZ8 { width:12.4375rem;height:2.5rem;top:1.25rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8T69elVCpo81RIfEAp9bIhDEHuw5mMq { width:14.6875rem;height:3.75rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzqMZnsVeFTWvvHIaD8llnLnzS2RGIJ1 { width:14.375rem;height:9.0625rem;top:12.1875rem;left:2.9375rem;font-size:1rem;display:block; }#IzqMZnsVeFTWvvHIaD8llnLnzS2RGIJ1 li:before{  }
 }@media only screen and (max-width: 763px) { #EAbZKzE2fyLz1ikTwoMizTdR6W5dCL3S { width:16.25rem;height:30.9375rem;top:1.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOcuATsFDLLGyPfxh66xBWN3EhrGbCd6 { width:14.375rem;height:6.25rem;top:5.3125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwcTR8AxWCBNSbCE07JktTJO8n55MzAT { width:14.375rem;height:8.75rem;top:21.875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3fkcwk4Iuq5xeJmZ8EAleq5rpPJCIDt { display:block; }#W3fkcwk4Iuq5xeJmZ8EAleq5rpPJCIDt > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLL3hqpsit5DvAEwbgGgBlzsSZnh3uyu { width:12.5rem;height:1.25rem;top:1.25rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSzK76lEmoAn8dCBCxPHlkhcsIDVfT7H { width:14.6875rem;height:2.5rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLbxGQxkmKhHCurLn8DPdzsAqfPqBbON { width:14.375rem;height:11.5625rem;top:4.0625rem;left:2.9375rem;font-size:1rem;display:block; }#SLbxGQxkmKhHCurLn8DPdzsAqfPqBbON li:before{  }
 }@media only screen and (max-width: 763px) { #lL438yEvH8w3DZqxViP326Uw6TpZaTAt { width:16.25rem;height:16.25rem;top:1.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPLHLREy7J6P9XHF0qThrFL3f7SCvWQH { display:block; }#OPLHLREy7J6P9XHF0qThrFL3f7SCvWQH > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiUOT3HafgPcSK6bO6mhidLJf4mU5B9b { width:17.5rem;height:12.5rem;top:0.625rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJzE81PgvDumAuT071xTJnKlpPUToZ7b { width:18.75rem;height:4.375rem;top:14.375rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIDd0VJBEJXH8TfKqTtvse8Tp9nuOgm4 { display:block; }
 }@media only screen and (max-width: 763px) { #gHN0RdKMOSCtmXN1MPve35VQIdNVoF9o { display:block; }#gHN0RdKMOSCtmXN1MPve35VQIdNVoF9o > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdsSs7tX4GBPelCDrsrzvooiX46UTcBt { display:flex;width:1.25rem;height:1.25rem;top:0.625rem;left:9.375rem;font-size:0.875rem; }
#DdsSs7tX4GBPelCDrsrzvooiX46UTcBt > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #KUiwLxrNuLrUvdvm1B1rqgfbsBGriUgf { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;display:block; } #p3aafdf8d5c6057f6cde9f84cf7eb1ba.widget-smartsection *:focus-visible, #p3aafdf8d5c6057f6cde9f84cf7eb1ba.widget-smartsection input[type="text"]:focus-visible, #p3aafdf8d5c6057f6cde9f84cf7eb1ba.widget-smartsection input[type="email"]:focus-visible, #p3aafdf8d5c6057f6cde9f84cf7eb1ba.widget-smartsection input[type="tel"]:focus-visible, #p3aafdf8d5c6057f6cde9f84cf7eb1ba.widget-smartsection textarea:focus-visible { outline: none; } #KUiwLxrNuLrUvdvm1B1rqgfbsBGriUgf > .row .container { background-color: transparent; background-image: none; }#KUiwLxrNuLrUvdvm1B1rqgfbsBGriUgf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUiwLxrNuLrUvdvm1B1rqgfbsBGriUgf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUiwLxrNuLrUvdvm1B1rqgfbsBGriUgf > .row .container > .video-iframe-container { display: none; }#KUiwLxrNuLrUvdvm1B1rqgfbsBGriUgf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUiwLxrNuLrUvdvm1B1rqgfbsBGriUgf > .row > .video-iframe-container { display: none; }#KUiwLxrNuLrUvdvm1B1rqgfbsBGriUgf > .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); }#KUiwLxrNuLrUvdvm1B1rqgfbsBGriUgf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KUiwLxrNuLrUvdvm1B1rqgfbsBGriUgf > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }