.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:255,203,58;--color-primary-1:248,169,26;--color-primary-2:255,185,0;--color-primary-3:249,145,2;--color-primary-4:232,164,7;--color-secondary-0:229,243,225;--color-secondary-1:178,218,164;--color-secondary-2:127,193,104;--color-secondary-3:95,177,66;--color-secondary-4:57,123,33;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Neutra Text";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTv6g2XiRbhcVOPbTsuql0d7ul2zu3Ib { position:relative;display:block; }#OTv6g2XiRbhcVOPbTsuql0d7ul2zu3Ib { background-color: transparent; background-image: none; }#OTv6g2XiRbhcVOPbTsuql0d7ul2zu3Ib::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTv6g2XiRbhcVOPbTsuql0d7ul2zu3Ib > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTv6g2XiRbhcVOPbTsuql0d7ul2zu3Ib > .row .container > .video-iframe-container { display: none; }#OTv6g2XiRbhcVOPbTsuql0d7ul2zu3Ib > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTv6g2XiRbhcVOPbTsuql0d7ul2zu3Ib > .row > .video-iframe-container { display: none; }#OTv6g2XiRbhcVOPbTsuql0d7ul2zu3Ib > .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); }#OTv6g2XiRbhcVOPbTsuql0d7ul2zu3Ib { border-width: 0; border-radius: 0; }#OTv6g2XiRbhcVOPbTsuql0d7ul2zu3Ib > .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; }#OTv6g2XiRbhcVOPbTsuql0d7ul2zu3Ib > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P2V0nqFnPZop2mCliffpPi9CmeWLcEDN { box-sizing:content-box;height:2.8125rem;width:10.0625rem;position:absolute;display:block;z-index:15015;background-color:#d32f2f;background-image:none;top:1.125rem;left:64.9375rem;border-top-right-radius:25rem;border-bottom-right-radius:25rem;border-bottom-left-radius:25rem;border-top-left-radius:25rem;border-top:0.0625rem solid #d32f2f;border-left:0.0625rem solid #d32f2f;border-right:0.0625rem solid #d32f2f;border-bottom:0.0625rem solid #d32f2f;display:block; }
#ApQQKh1gG1iGEAJu8N0q6dTalG0wozMJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius: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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.8125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:1.25rem;left:65.0625rem;display:block; }
#B9K5TDWHrQcNwlVwiJO72m2xKtF29CUT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n4shNWxcwT3I4ZIkDPpebcdlEfl2Sv6d { color:#ffffff;display:block;width:7.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:1.875rem;left:66.0625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PEOAWHEGpSGgiHDDp9Wz1ysq00b2hFXF { position:absolute;display:block;z-index:15022;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:3.125rem;width:11.375rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#TRiwol6LVG3QcH0cdOJMNStBaIlpd7fb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b4d3e;background-image:url("https://images.assets-landingi.com/uc/728767fe-4670-4a7b-9ea3-1872e1a3cec4/Excelenciahero.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TRiwol6LVG3QcH0cdOJMNStBaIlpd7fb.adaptive-delivery-prevent-bg, #TRiwol6LVG3QcH0cdOJMNStBaIlpd7fb.lazyload, #TRiwol6LVG3QcH0cdOJMNStBaIlpd7fb.lazyloading { background-image: none; }#TRiwol6LVG3QcH0cdOJMNStBaIlpd7fb > .row .container { background-color: transparent; background-image: none; }#TRiwol6LVG3QcH0cdOJMNStBaIlpd7fb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRiwol6LVG3QcH0cdOJMNStBaIlpd7fb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRiwol6LVG3QcH0cdOJMNStBaIlpd7fb > .row .container > .video-iframe-container { display: none; }#TRiwol6LVG3QcH0cdOJMNStBaIlpd7fb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRiwol6LVG3QcH0cdOJMNStBaIlpd7fb > .row > .video-iframe-container { display: none; }#TRiwol6LVG3QcH0cdOJMNStBaIlpd7fb > .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); }#TRiwol6LVG3QcH0cdOJMNStBaIlpd7fb > .row .container { border-width: 0; border-radius: 0; }#TRiwol6LVG3QcH0cdOJMNStBaIlpd7fb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TRiwol6LVG3QcH0cdOJMNStBaIlpd7fb > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#vhenfyJZEkgX25Cg5narznfpfUqkoQDv { color:rgba(var(--color-tertiary-0),1);display:block;width:42.0625rem;position:absolute;font-family:"neutra text";font-size:4.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:8.625rem;left:0rem;height:8.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZIBH6UtpVtlkK3NLUG5qgrImbibveT2S { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:18.5625rem;left:0rem;height:5.0625rem;text-align:left;text-align-last:left;display:block; }
#P0W3loxrEZfC8T5sd832ON33T3M5e6JD { box-sizing:content-box;height:3.1875rem;width:10.625rem;position:absolute;display:block;z-index:15012;background-color:#d32f2f;background-image:none;top:25.75rem;left:0rem;border-top-right-radius:25rem;border-bottom-right-radius:25rem;border-bottom-left-radius:25rem;border-top-left-radius:25rem;border-top:0.0625rem solid #d32f2f;border-left:0.0625rem solid #d32f2f;border-right:0.0625rem solid #d32f2f;border-bottom:0.0625rem solid #d32f2f;display:block; }
#JGJJ9vzpe349kKzWvcSIk4MDgf9EtbsU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius: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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.1875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:25.8125rem;left:0rem;display:block; }
#l7GVAMNm0wMOTQWmHPnqwvwGD7u8Cfmn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sl5i2JDOS3ZBB9fTExUmLH2l3Qr32y60 { color:#ffffff;display:block;width:7.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:26.6875rem;left:1.4375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qhat9axQSRC1IQkxTOTNDyaMpCslPdfH { box-sizing:content-box;height:3.1875rem;width:10.875rem;position:absolute;display:block;z-index:15015;background-color:rgba(255,255,255,0.1);background-image:none;top:25.75rem;left:11.9375rem;border-top-right-radius:25rem;border-bottom-right-radius:25rem;border-bottom-left-radius:25rem;border-top-left-radius:25rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
#lMivMew9dviMTzZGJD1z7l4U6N7VhbtV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius: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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:3.3125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:25.75rem;left:11.8125rem;display:block; }
#KFQ6NsAZyp0zKJWzP5Z1EKu5mcZyLF3z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IV3gq644O8JtVLvlT5T25SmqpFZIKDIg { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:26.6875rem;left:13.125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DmMVRmKGZuWAdBBvOmDWX4fT22nTmlEE { box-sizing:content-box;height:2.25rem;width:18.5625rem;position:absolute;display:block;z-index:15017;background-color:rgba(255,255,255,0.1);background-image:none;top:6.0625rem;left:0rem;border-top-right-radius:25rem;border-bottom-right-radius:25rem;border-bottom-left-radius:25rem;border-top-left-radius:25rem;border-top:0.0625rem solid #d32f2f;border-left:0.0625rem solid #d32f2f;border-right:0.0625rem solid #d32f2f;border-bottom:0.0625rem solid #d32f2f;display:block; }
#MdhLMdl9I2p4GBoUFBtO22SHO3PNxFQl { color:#d32f2f;display:block;width:16rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:6.5rem;left:1.3124990463257rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zkFDT2VzxIS7VggQ7MrinrK321vLUxRM { position:absolute;display:block;z-index:15022;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:34.25rem;width:24.8125rem;top:3.125rem;left:50.187500953674rem;overflow:hidden;display:block; }
#CK4M0aGdkVnMgFnAsGBbCiAayzsCN9QB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CK4M0aGdkVnMgFnAsGBbCiAayzsCN9QB > .row .container { background-color: transparent; background-image: none; }#CK4M0aGdkVnMgFnAsGBbCiAayzsCN9QB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CK4M0aGdkVnMgFnAsGBbCiAayzsCN9QB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CK4M0aGdkVnMgFnAsGBbCiAayzsCN9QB > .row .container > .video-iframe-container { display: none; }#CK4M0aGdkVnMgFnAsGBbCiAayzsCN9QB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CK4M0aGdkVnMgFnAsGBbCiAayzsCN9QB > .row > .video-iframe-container { display: none; }#CK4M0aGdkVnMgFnAsGBbCiAayzsCN9QB > .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); }#CK4M0aGdkVnMgFnAsGBbCiAayzsCN9QB > .row .container { border-width: 0; border-radius: 0; }#CK4M0aGdkVnMgFnAsGBbCiAayzsCN9QB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CK4M0aGdkVnMgFnAsGBbCiAayzsCN9QB > .row .container { font-size:0.875rem;font-family:arial;height:71.125rem;width:75rem;position:relative;display:block; }#EVzyEqOhdeMx8TAutV7VDEt55UevgqMV { color:#1b4d3e;display:block;width:64.25rem;position:absolute;font-family:"neutra text";font-size:3.75rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.9375rem;left:5.375rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tz5kNPU723HXhBSp6d05xMJSefavalo8 { color:#1e1e1e;display:block;width:38.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.029296875rem;left:18.437109947204rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#XkKw2aBh5k6RnfT52rAexy6UUcyK1x7M { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"neutra text";font-size:6.25rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:18.8125rem;left:2.125rem;height:6.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bAtPK0qZAdcZ8ngcTVJT7uvQpkAEroft { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:29.25rem;left:1.9871091842651rem;height:4.38671875rem;text-align:left;text-align-last:left;display:block; }
#KAlUgNvGCCHH3QdH2SedxnZNrV2cmCO3 { box-sizing:content-box;height:21.125rem;width:23.75rem;position:absolute;display:block;z-index:15020;background-color:#1b4d3e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.1875rem;left:0rem;display:block; }
#MlhIpy2fXzOOelwg6D82eVaBUoW0XP6A { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"neutra text";font-size:1.625rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:26.75rem;left:2.125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GKb3lNhk9mJquh4PThhrTX2LLQNWeftJ { box-sizing:content-box;height:21.125rem;width:23.75rem;position:absolute;display:block;z-index:15024;background-color:#f9ad23;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.1875rem;left:51.25rem;display:block; }
#pf7eryCUXqWIMP0SBfHN93vKa2HrAbeT { color:#1b4d3e;display:block;width:18.75rem;position:absolute;font-family:"neutra text";font-size:6.25rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:18.8125rem;left:53.375rem;height:6.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IbXl76OMEl9x5RA72Pp6CDG0AdADuGrV { color:#1b4d3e;display:block;width:18.75rem;position:absolute;font-family:"neutra text";font-size:1.625rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:26.75rem;left:53.375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Do9fMGpdcUdTuT8NDNR0obRP3Rk7THrk { color:#1b4d3e;display:block;width:17.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:29.25rem;left:53.25rem;height:2.92448125rem;text-align:left;text-align-last:left;display:block; }
#T5QT4J2J7nh8WDOQmvB7OzdRNmFyEpgl { box-sizing:content-box;height:21.125rem;width:23.75rem;position:absolute;display:block;z-index:15028;background-color:#d32f2f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.1875rem;left:25.625rem;display:block; }
#NtzkR6byE2x2KIWuWZTLipkByL6XoXGq { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"neutra text";font-size:6.25rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:18.8125rem;left:27.75rem;height:6.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z2NNm6NozauaAoWxEcJ4bJiEtXH05P86 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:"neutra text";font-size:1.625rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:26.75rem;left:27.75rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rs2XbDvdG80fFzEiDHA4SB2apKOfGQTT { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:29.25rem;left:27.625rem;height:2.92448125rem;text-align:left;text-align-last:left;display:block; }
#wLFzGka9QXGGQQ6Qk6XRsKX38ttaRHNO { position:absolute;display:block;z-index:15031;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:31.125rem;width:75rem;top:40rem;left:0rem;overflow:hidden;display:block; }
#qstTLN2EAytWgEiaNI5MMVIMakPilrJB { position:absolute;display:block;z-index:15032;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:13.0625rem;width:10.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#iBAOEcJqpx93u6MnnKU1kIIOOCvH3gxT { position:absolute;display:block;z-index:15033;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:13.0625rem;width:10.5625rem;top:0rem;left:64.437069892881rem;overflow:hidden;display:block; }
#ms8FxWweHzp8ToJsmlG2GfhyLbSLlbMo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ms8FxWweHzp8ToJsmlG2GfhyLbSLlbMo > .row .container { background-color: transparent; background-image: none; }#ms8FxWweHzp8ToJsmlG2GfhyLbSLlbMo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ms8FxWweHzp8ToJsmlG2GfhyLbSLlbMo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ms8FxWweHzp8ToJsmlG2GfhyLbSLlbMo > .row .container > .video-iframe-container { display: none; }#ms8FxWweHzp8ToJsmlG2GfhyLbSLlbMo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ms8FxWweHzp8ToJsmlG2GfhyLbSLlbMo > .row > .video-iframe-container { display: none; }#ms8FxWweHzp8ToJsmlG2GfhyLbSLlbMo > .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); }#ms8FxWweHzp8ToJsmlG2GfhyLbSLlbMo > .row .container { border-width: 0; border-radius: 0; }#ms8FxWweHzp8ToJsmlG2GfhyLbSLlbMo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ms8FxWweHzp8ToJsmlG2GfhyLbSLlbMo > .row .container { font-size:0.875rem;font-family:arial;height:78.5rem;width:75rem;position:relative;display:block; }#iiAnDKGJt0W0w3kCf1v5HaipCBDigypr { color:#1b4d3e;display:block;width:64.25rem;position:absolute;font-family:"neutra text";font-size:3.75rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.9375rem;left:5.375rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RBimLH4MTTOTe4mdWuTa4I90wWJOkaT5 { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:18.8125rem;left:53.5625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T4wTzHTrb4FSno5XkXcmxyp0UWXKoFrT { box-sizing:content-box;height:25.5625rem;width:26rem;position:absolute;display:block;z-index:15020;background-color:#1b4d3e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.1875rem;left:49rem;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; }
#gD6Zsg3r8iNha53mtNOgTHnlBgMc50Ah { color:#f9ad23;display:block;width:18.75rem;position:absolute;font-family:"neutra text";font-size:3.125rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:14.25rem;left:51.1875rem;height:3.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bur6GcdgaK5PctHzm0lvU450aar3LvIT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:19rem;left:51.1875rem; }
#nvr1u9o1VunrZNlTuGkqbFAekDiitSWF { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:21.8125rem;left:51.25rem; }
#qgnoRXn0vLe1dmadZ02K8uUh0O7E8mDL { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:21.5rem;left:53.5625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XXvWOTTyaNTgG34c3E6h7RsBUxi2zOuk { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:25.75rem;left:53.5625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t0DfuSl221Jld4ZcgHA9ftmJeSfFoRki { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:25.9375rem;left:51.25rem; }
#MZNJL1ui8EREdLO2gIHwsxPJN5HqNMc0 { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:28.375rem;left:53.5rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BinWecW22FUa79Uylt5sfsipDBGme1fm { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:28.625rem;left:51.1875rem; }
#GSioh1xpqarTOrfOqEkEJIBe3rA4wtxN { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:32.625rem;left:53.5rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m8JWh1OGFwTbhzWsqMT0BaTWRS4Kgu4g { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:32.75rem;left:51.1875rem; }
#NnyTrzkdEUPtyuHfouGJf8FuyQ4ycPQE { color:#f9ad23;display:block;width:34.75rem;position:absolute;font-family:"neutra text";font-size:3.125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:12.187500953674rem;left:0rem;height:6.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q5Td0nh6CuLabcl285C35eDckyZeXehs { color:#1e1e1e;display:block;width:26rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:19.25rem;left:0rem;height:2.92448125rem;text-align:left;text-align-last:left;display:block; }
#gcoHKxZz3EoHcZ2PL2SDv8yUfu4OaEni { box-sizing:content-box;height:4rem;width:4rem;position:absolute;display:block;z-index:15041;background-color:rgba(211,47,47,0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.5625rem;left:0rem;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; }
#qv0rlJZci2z8t0hl5dzfmXrAsvbWy5RT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:24.1875rem;left:0.625rem; }
#znWZZKUhvG3Acc0J4Tq2dicpE76iCLcI { color:#1e1e1e;display:block;width:26rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.0625rem;left:4.5625rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I8VgTo3NQuU8gV2sM0StdS6QGP921Tty { color:#1e1e1e;display:block;width:26rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.375rem;left:4.5625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QQx108HdlJuT891EEuSWNQWhJVaiWBAP { color:#1e1e1e;display:block;width:26rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:28.9375rem;left:4.5625rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GRkGadPxZtdK1vVtOUGotfiIQuW7sOuq { color:#1e1e1e;display:block;width:26rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:30.25rem;left:4.5625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Cxwm1RHHzMZdkBxCbcU20gzlrbtS3FdE { box-sizing:content-box;height:4rem;width:4rem;position:absolute;display:block;z-index:15045;background-color:rgba(249,173,35,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.4375rem;left:0rem;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; }
#ztIWavMWRci8HyCbBNkIFV3shalg52ps { color:#1e1e1e;display:block;width:26rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:33.25rem;left:4.5625rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KES5XfKCcmCRXv55TbXTWZH6sT5lxHTq { color:#1e1e1e;display:block;width:26rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:34.5625rem;left:4.5625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fs5MU9kNZXP9ZJZZOnthXFxT8M8DxuBD { box-sizing:content-box;height:4rem;width:4rem;position:absolute;display:block;z-index:15049;background-color:rgba(27,77,62,0.1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.25rem;left:0rem;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; }
#IAvB1KNDMRWCeJskOsOhQHdcNZhAsqhb { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:29.0625rem;left:0.625rem; }
#pTTtnPyHuwEcWtR6Am1wbdsil0xX8CWH { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:33.875rem;left:0.625rem; }
#SVNCHVRZtOtV0IDNxvE9fmbMp67WpcNB { position:absolute;display:block;z-index:15053;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:33.3125rem;width:23.4375rem;top:45.1875rem;left:0rem;overflow:hidden;display:block; }
#ihvWsM7KP6OXwiqqMqWI5WgEWXV9dpLN { position:absolute;display:block;z-index:15054;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:33.3125rem;width:23.5625rem;top:45.1875rem;left:51.437497138977rem;overflow:hidden;display:block; }
#PT84hNTdtXedhT8mM8oiUzBXvi3Se6i1 { position:absolute;display:block;z-index:15055;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:33.3125rem;width:23.5625rem;top:45.1875rem;left:25.718750953674rem;overflow:hidden;display:block; }
#TFsVo524cHXSI8CPlcyNFGpdX4KFshrk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/05e85cf5-3688-4935-ab8c-e6a3679e0cd6/ex_image_4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TFsVo524cHXSI8CPlcyNFGpdX4KFshrk.adaptive-delivery-prevent-bg, #TFsVo524cHXSI8CPlcyNFGpdX4KFshrk.lazyload, #TFsVo524cHXSI8CPlcyNFGpdX4KFshrk.lazyloading { background-image: none; }#TFsVo524cHXSI8CPlcyNFGpdX4KFshrk > .row .container { background-color: transparent; background-image: none; }#TFsVo524cHXSI8CPlcyNFGpdX4KFshrk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFsVo524cHXSI8CPlcyNFGpdX4KFshrk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFsVo524cHXSI8CPlcyNFGpdX4KFshrk > .row .container > .video-iframe-container { display: none; }#TFsVo524cHXSI8CPlcyNFGpdX4KFshrk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFsVo524cHXSI8CPlcyNFGpdX4KFshrk > .row > .video-iframe-container { display: none; }#TFsVo524cHXSI8CPlcyNFGpdX4KFshrk > .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); }#TFsVo524cHXSI8CPlcyNFGpdX4KFshrk > .row .container { border-width: 0; border-radius: 0; }#TFsVo524cHXSI8CPlcyNFGpdX4KFshrk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TFsVo524cHXSI8CPlcyNFGpdX4KFshrk > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:75rem;position:relative;display:block; }#XNVtZSv5D7LkGib3XD3GcSetTKMR4gkx { color:#ffffff;display:block;width:42.625rem;position:absolute;font-family:"neutra text";font-size:2.25rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:4.25rem;left:16.1875rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v4EKBmNGr7tTUWTylZkkBEqdK4uJ7vTJ { box-sizing:content-box;height:3.25rem;width:14.4375rem;position:absolute;display:block;z-index:15018;background-color:#f9ad23;background-image:none;top:14.6875rem;left:30.25rem;border-top-right-radius:25rem;border-bottom-right-radius:25rem;border-bottom-left-radius:25rem;border-top-left-radius:25rem;border-top:0.0625rem solid #f9ad23;border-left:0.0625rem solid #f9ad23;border-right:0.0625rem solid #f9ad23;border-bottom:0.0625rem solid #f9ad23;display:block; }
#P4lfycHbEwGbTgFGgZWLMEb0NvdBCb6c { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius: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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.3125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:14.6875rem;left:30.1875rem;display:block; }
#UpLQvliIyNETtHDw1FdzCPKaa2Kv8bi8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fsOJVZPgogS7JRWKS0D5lvKr9N0QFyS8 { color:#1e1e1e;display:block;width:12.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:15.625rem;left:31.5rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wm9EWDAEVFx2NGAsPkuEdCBkAOKt2fr9 { color:#f9ad23;display:block;width:55.625rem;position:absolute;font-family:"neutra text";font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:6.5rem;left:9.6875rem;height:5.39930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZwhmIQy5UqR5ebeUvrpNHb8Im8FJMrG3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfbf7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZwhmIQy5UqR5ebeUvrpNHb8Im8FJMrG3 > .row .container { background-color: transparent; background-image: none; }#ZwhmIQy5UqR5ebeUvrpNHb8Im8FJMrG3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwhmIQy5UqR5ebeUvrpNHb8Im8FJMrG3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwhmIQy5UqR5ebeUvrpNHb8Im8FJMrG3 > .row .container > .video-iframe-container { display: none; }#ZwhmIQy5UqR5ebeUvrpNHb8Im8FJMrG3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwhmIQy5UqR5ebeUvrpNHb8Im8FJMrG3 > .row > .video-iframe-container { display: none; }#ZwhmIQy5UqR5ebeUvrpNHb8Im8FJMrG3 > .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); }#ZwhmIQy5UqR5ebeUvrpNHb8Im8FJMrG3 > .row .container { border-width: 0; border-radius: 0; }#ZwhmIQy5UqR5ebeUvrpNHb8Im8FJMrG3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZwhmIQy5UqR5ebeUvrpNHb8Im8FJMrG3 > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#d37hMtO40TV73Ihd0cXzRFi4NzCqaDdd { color:#1b4d3e;display:block;width:64.25rem;position:absolute;font-family:"neutra text";font-size:3.75rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.0625rem;left:5.3745660781861rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oQ9g7FAAO8cCqrlS6wsSpIkrPRDIWzc8 { box-sizing:content-box;height:18.125rem;width:20.5rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.25rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15rem;left:5.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; }
#URwDrvFMhVke82Vbxx1fbwfXQnTlFsTv { color:#1e1e1e;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:19.6875rem;left:7.1875rem;height:5.19965rem;text-align:left;text-align-last:left;display:block; }
#mFPNhV9EexU7nbkTT7ZFBO9Pp6TuWZqo { color:#1e1e1e;display:block;width:11.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28rem;left:11.3125rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kl4sOO0Kbut9lt5cI6Zv2kJRVOAVBANF { color:rgba(30,30,30,0.6);display:block;width:8.8125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:29.25rem;left:11.3125rem;height:1.13715rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XTNmv8FhTfCfx9DQPFPcNXiVlI84VC83 { position:absolute;display:block;z-index:15018;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:3.5625rem;width:3.625rem;top:27.5rem;left:7.1875rem;overflow:hidden;display:block; }
#Uvh4bTZTXSG7UyhVq8NIfhDwIkT7u4u0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:.26;top:15.9375rem;left:7.1875rem; }
#MZtKSXTd0cnXtERMRu1nmiC5zskMwtZk { box-sizing:content-box;height:18.125rem;width:20.5rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.25rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15rem;left:27.25rem;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; }
#TmFDEcxARTFmH1vvVuXQqhSxtiixiQ71 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:.26;top:15.9375rem;left:29.0625rem; }
#SzTlriO35tbSTR72JuQDaZqW0nMQRUv5 { color:#1e1e1e;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.6875rem;left:29.0625rem;height:5.19965rem;text-align:left;text-align-last:left;display:block; }
#qpiIIoi9bum6H0DBPDgnV9rmEi5ioIkD { color:#1e1e1e;display:block;width:11.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:28rem;left:33.1875rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A2xWoTI4moOTyXLXhDFgbKAgxvpR7cvW { position:absolute;display:block;z-index:15024;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:3.5625rem;width:3.625rem;top:27.5rem;left:29.0625rem;overflow:hidden;display:block; }
#U1CtlTtbaLBXNtqp5hshqXVh05SgEmNQ { color:rgba(30,30,30,0.6);display:block;width:9.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:29.25rem;left:33.1875rem;height:1.13715rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DtbB8GBrTWkmqwxBaPJN09HG8GIZQUi3 { box-sizing:content-box;height:18.125rem;width:20.5rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.25rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15rem;left:49.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; }
#hsVqGBbinqUmwQ98S70WipfzHBekPHC3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:.26;top:15.9375rem;left:50.9375rem; }
#bb45SElBTuwR4Ud8hlo5TvXIZzEQ5mzN { color:#1e1e1e;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:19.6875rem;left:50.9375rem;height:5.19965rem;text-align:left;text-align-last:left;display:block; }
#LZwPXieeVtRHA1xnIMqo8lXOUiem1NNE { color:#1e1e1e;display:block;width:11.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:28rem;left:55.0625rem;height:1.2999125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pdaDmIqn8NUSPsUVkmCfQyV7WD0gXOJ3 { position:absolute;display:block;z-index:15030;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:3.625rem;width:3.625rem;top:27.5rem;left:50.9375rem;overflow:hidden;display:block; }
#XFVnStKIfKRbvJXJdM80vCaT6T4z6qXU { color:rgba(30,30,30,0.6);display:block;width:8.8125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:29.25rem;left:55.0625rem;height:1.13715rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PlFdSa3nhIVh0CKG27NZaMBLhZBBLBlt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PlFdSa3nhIVh0CKG27NZaMBLhZBBLBlt > .row .container { background-color: transparent; background-image: none; }#PlFdSa3nhIVh0CKG27NZaMBLhZBBLBlt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlFdSa3nhIVh0CKG27NZaMBLhZBBLBlt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlFdSa3nhIVh0CKG27NZaMBLhZBBLBlt > .row .container > .video-iframe-container { display: none; }#PlFdSa3nhIVh0CKG27NZaMBLhZBBLBlt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlFdSa3nhIVh0CKG27NZaMBLhZBBLBlt > .row > .video-iframe-container { display: none; }#PlFdSa3nhIVh0CKG27NZaMBLhZBBLBlt > .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); }#PlFdSa3nhIVh0CKG27NZaMBLhZBBLBlt > .row .container { border-width: 0; border-radius: 0; }#PlFdSa3nhIVh0CKG27NZaMBLhZBBLBlt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PlFdSa3nhIVh0CKG27NZaMBLhZBBLBlt > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#FVXU9W8J0yqMa8BZQ7AwmsJOHF63CEy4 { position:absolute;display:block;z-index:15000;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.9375rem;width:17.75rem;top:15.999996715225rem;left:0rem;overflow:hidden;display:block; }
#U0TR45FK4Fm2cwxcrV2BSNRTmiotaGnt { color:#1b4d3e;display:block;width:64.25rem;position:absolute;font-family:"neutra text";font-size:3.75rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.0625rem;left:5.3745660781861rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sBHg3dsCdUyb639KbD2xwe7P1GBoCa37 { color:#1e1e1e;display:block;width:41rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.2795138359069rem;left:17.000000953674rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#cwc87W7asU78ROHd8CT8dwbNxAz65Ju7 { box-sizing:content-box;height:10.875rem;width:17.9375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.25rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.125rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;display:block; }
#GThXhqTeyitNBPxrpQhBm3KcCultlav2 { color:#f9ad23;display:block;width:16.875rem;position:absolute;font-family:"neutra text";font-size:2rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:28.812066078186rem;left:0.78081607818606rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#efLEtwxWxPsseurnzEGQRfspSRy42vsx { color:#1e1e1e;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:33.356337547303rem;left:0.78081607818606rem;height:3.8997375rem;text-align:left;text-align-last:left;display:block; }
#zCZRN4bhumsOctHd92PR6WwOzwMOxpLa { color:#1b4d3e;display:block;width:16.875rem;position:absolute;font-family:"neutra text";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:31.562500953674rem;left:0.78081607818606rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PyMAoGsb32rPT6HrCpntbAXiQgbqvzvl { box-sizing:content-box;height:10.875rem;width:17.9375rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.25rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.125rem;left:57.0625rem;border-top-right-radius:0rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;display:block; }
#oZr0vNXnJ7GyCnPIIGWivfistz0DUQDS { color:#1e1e1e;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:33.375rem;left:57.8125rem;height:3.8997375rem;text-align:left;text-align-last:left;display:block; }
#cTCNnSRqHdbEqP8WnMrV5tDSzcb9P4Uq { color:#1b4d3e;display:block;width:16.875rem;position:absolute;font-family:"neutra text";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:31.5625rem;left:57.8125rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BT207MD7rtsQWUFBTP3okx0hVqJOZQdM { color:#f9ad23;display:block;width:16.875rem;position:absolute;font-family:"neutra text";font-size:2rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:28.8125rem;left:57.8125rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T0xWo8T0x6hOXGGvweWqcfR7KMvxyoKO { position:absolute;display:block;z-index:15005;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.9375rem;width:17.75rem;top:16rem;left:57.0625rem;overflow:hidden;display:block; }
#HhaExfbelxoSPk4Mar6oZ5nKXiape7B7 { box-sizing:content-box;height:10.875rem;width:17.9375rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.25rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.125rem;left:38rem;border-top-right-radius:0rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;display:block; }
#nqTZ2hTKFsO9OvXASaHZPd7Nv41wvJQI { color:#1e1e1e;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:33.375rem;left:38.75rem;height:3.8997375rem;text-align:left;text-align-last:left;display:block; }
#i2Oh2POP582CiaAqSc38U9OcBLk5SOh1 { color:#1b4d3e;display:block;width:16.875rem;position:absolute;font-family:"neutra text";font-size:1.25rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:31.5625rem;left:38.75rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rp3HyJtSZAe1i1GIMULNMcvyvhNUJU2L { color:#f9ad23;display:block;width:16.875rem;position:absolute;font-family:"neutra text";font-size:2rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:28.8125rem;left:38.75rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kttSWXKsN22OxUds1snUh4BrhTsaaobT { position:absolute;display:block;z-index:15010;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.9375rem;width:17.75rem;top:16rem;left:38rem;overflow:hidden;display:block; }
#ppn3JeBKNo8upKOd6X6F9fON3c3c7RJz { box-sizing:content-box;height:10.875rem;width:17.9375rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.25rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.125rem;left:18.9375rem;border-top-right-radius:0rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;display:block; }
#HwcsCruo7SO3dGGL1BAhpfmbArKiSM4M { color:#1e1e1e;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:33.375rem;left:19.6875rem;height:3.8997375rem;text-align:left;text-align-last:left;display:block; }
#AraURrbkQ8fRqLPS1dtIARizHhgfpiWn { color:#1b4d3e;display:block;width:16.875rem;position:absolute;font-family:"neutra text";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:31.5625rem;left:19.6875rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N7Em0ICDwnVcvTIuN2nGN737tvVyXAaQ { color:#f9ad23;display:block;width:16.875rem;position:absolute;font-family:"neutra text";font-size:2rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:28.8125rem;left:19.6875rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w3FDvghhk6qtkaIPNCrTQXJDiCvniIq3 { position:absolute;display:block;z-index:15015;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.9375rem;width:17.75rem;top:16rem;left:18.9375rem;overflow:hidden;display:block; }
#W5uqewuH6mrOe3RT8GNkeAe4ulZitewe { position:absolute;display:block;z-index:14999;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:9.0625rem;width:11.9375rem;top:8.2925348281863rem;left:0rem;overflow:hidden;display:block; }
#pUrTQVC5wXKlQawrS6PZwiPXNwS5TsK0 { 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:9.0625rem;width:9.0625rem;top:7.8120660781863rem;left:65.937069892881rem;overflow:hidden;display:block; }
#MkknrMtLl0dILm7vqrzacSPBWtpATiuR { background-color:#ffffff;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; }#MkknrMtLl0dILm7vqrzacSPBWtpATiuR > .row .container { background-color: transparent; background-image: none; }#MkknrMtLl0dILm7vqrzacSPBWtpATiuR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkknrMtLl0dILm7vqrzacSPBWtpATiuR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkknrMtLl0dILm7vqrzacSPBWtpATiuR > .row .container > .video-iframe-container { display: none; }#MkknrMtLl0dILm7vqrzacSPBWtpATiuR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkknrMtLl0dILm7vqrzacSPBWtpATiuR > .row > .video-iframe-container { display: none; }#MkknrMtLl0dILm7vqrzacSPBWtpATiuR > .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); }#MkknrMtLl0dILm7vqrzacSPBWtpATiuR > .row .container { border-width: 0; border-radius: 0; }#MkknrMtLl0dILm7vqrzacSPBWtpATiuR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MkknrMtLl0dILm7vqrzacSPBWtpATiuR > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;overflow:visible;position:relative;display:block; }#xd1NTbD4tvHuiXxqdUw1AODKbvtHUlG3 { color:#1b4d3e;display:block;width:57.1875rem;position:absolute;font-family:"neutra text";font-size:3.75rem;font-weight:normal;z-index:15019;line-height:1;letter-spacing:0;top:4.25rem;left:8.9058160781863rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid #d9d9d9;border-left:0.0625rem solid #d9d9d9;border-right:0.0625rem solid #d9d9d9;border-bottom:0.0625rem solid #d9d9d9;vertical-align:top; }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD .accordion-heading-text { display:block;position:relative;width:100%;font-family:lato;font-weight:700;font-size:1.875rem;color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.5;overflow:hidden; }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_999eb07aa9dddebf9ae8033e337c554332f76f52.svg");background-size:contain !important; }#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD .accordion-trigger.adaptive-delivery-prevent-bg, #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD .accordion-trigger.lazyload, #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD .accordion-trigger.lazyloading { background-image: none; }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD { box-sizing:content-box;height:auto;width:50.625rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15020;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:10.096334457398rem;left:10.937066078186rem; }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #hbvtqiKqTLqsTcWR6Ib2g3wfoA4wqKOb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #sEbPekpzvQn8RuHy9RaJG3DdKHHn1NAl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #HXTq6g0o47GOHWQxAId354zyTPkN9kVc { display:block;position:relative; }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #nHiQzh941mVtKg9yG3VuwS1SLpekWgQG {  }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #lMcDIzFZw0wf1kSJ0E8ad8rcqi5beevG {  }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #g1ylt8ynfoOBQPJxnk2e6WmqT6QBVla3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #gVEqMSBVsScARAwg6ZAmrJJHMXdBdvo1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #BBDKk3aXc86CRxUyex3TNmgQJ0x5qWTu { display:block;position:relative; }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #R6vCUTohvfMn4fTDPAi9sAyN8Zo2qu0s {  }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #owHfAnrrlDusmN0wJ3Lpqn35ovkkx0Je { display:none; }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #npyU4NogOgQI6TzD72trkyD1IL8uRELN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #HV5ZuU9SUaVGqRsZxxT79xBcrcAB8Lb6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #Pk7eeLzoGuTgseJfVnZJUiDU3cbtqHwx { display:block;position:relative; }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #kukmKHv9DV5ylfTTmE0heLVmsts5g3TJ {  }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #AeWJOzR8PdHNBrQkAqP8EDkLts0QBbq2 { display:none; }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #AFwWZ5z1Vd8AdzDqmphuQTQT0CTezfnC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #ZZPq8W9PLRT0TP4smaRAaGEvHwFyBaAD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #FU3t6BN7NlAhKbEq7q9t9TZMO8AsunQy { display:block;position:relative; }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #adsOSGgyGyJz3aIgD4BzXWLZn9gkkyTs {  }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #F31okgJlmILwm9XAhEBJeVnH4rozen4o { display:none; }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #A3gMNxDem6pWL6LaT9Uw1Wk7CZwuQXms { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #TTSwcUCIssdFdWiOuwLfChF7sUszUdQb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #TCtgqlfWkkLKEEM1zTDATa6D7f3bKlZs { display:block;position:relative; }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #Cr9emyxprOgIsu6ZbfTFFQTZinUX823T {  }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #gXLpTubeUPEINH1eLOdx7Ti2DLRnUTJw { display:none; }
#Hdvo2ZpMkZ3XMxk0CRfqUmRxFn1M9VOx { background-color:#1b4d3e;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; }#Hdvo2ZpMkZ3XMxk0CRfqUmRxFn1M9VOx > .row .container { background-color: transparent; background-image: none; }#Hdvo2ZpMkZ3XMxk0CRfqUmRxFn1M9VOx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hdvo2ZpMkZ3XMxk0CRfqUmRxFn1M9VOx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hdvo2ZpMkZ3XMxk0CRfqUmRxFn1M9VOx > .row .container > .video-iframe-container { display: none; }#Hdvo2ZpMkZ3XMxk0CRfqUmRxFn1M9VOx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hdvo2ZpMkZ3XMxk0CRfqUmRxFn1M9VOx > .row > .video-iframe-container { display: none; }#Hdvo2ZpMkZ3XMxk0CRfqUmRxFn1M9VOx > .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); }#Hdvo2ZpMkZ3XMxk0CRfqUmRxFn1M9VOx > .row .container { border-width: 0; border-radius: 0; }#Hdvo2ZpMkZ3XMxk0CRfqUmRxFn1M9VOx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hdvo2ZpMkZ3XMxk0CRfqUmRxFn1M9VOx > .row .container { font-size:0.875rem;font-family:arial;height:47.125rem;width:75rem;overflow:visible;position:relative;display:block; }#cOFp2dOOJgJnaZEoBbUeMX9qRRprKBEu { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:4.8745832443238rem;left:18.125000953674rem;display:block; }
#mfnyda48vWO7WUc78EEBMQEsacxvZwUt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mfnyda48vWO7WUc78EEBMQEsacxvZwUt > .row .container { background-color: transparent; background-image: none; }#mfnyda48vWO7WUc78EEBMQEsacxvZwUt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfnyda48vWO7WUc78EEBMQEsacxvZwUt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfnyda48vWO7WUc78EEBMQEsacxvZwUt > .row .container > .video-iframe-container { display: none; }#mfnyda48vWO7WUc78EEBMQEsacxvZwUt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfnyda48vWO7WUc78EEBMQEsacxvZwUt > .row > .video-iframe-container { display: none; }#mfnyda48vWO7WUc78EEBMQEsacxvZwUt > .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); }#mfnyda48vWO7WUc78EEBMQEsacxvZwUt > .row .container { border-width: 0; border-radius: 0; }#mfnyda48vWO7WUc78EEBMQEsacxvZwUt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mfnyda48vWO7WUc78EEBMQEsacxvZwUt > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:75rem;position:relative;display:block; }#rGlICJ5FqSHczmdTfvfTbuz04y9rIWA8 { color:#1e1e1e;display:block;width:44.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.09765625rem;left:15.218316078186rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TVqbs5eyDx6Op3ytEHX33xEigaT0EXCs { color:#1e1e1e;display:block;width:44.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:15.629774093628rem;left:15.218316078186rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M69aJUw67Dt8P25TV9CxQT71aDo6JDAy { color:#1e1e1e;display:block;width:44.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:20.562501907349rem;left:15.218316078186rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iSIy3xIQusBHrVDIocWetX181kHE0inL { position:absolute;display:block;z-index:15023;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:3.5625rem;width:13.3125rem;top:4.2491321563721rem;left:30.843750953674rem;overflow:hidden;display:block; }
#FuCflT6kl81mgBmmeXmd4pGaNXq6qoUw { color:#1b4d3e;display:block;width:22.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:8.9982643127444rem;left:26.281250953674rem;height:2.099825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#D3XZbeUi0qcMMAbD5orRQd6fL3MKMZoV { color:#1e1e1e;display:block;width:44.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.91796875rem;left:15.218316078186rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OTv6g2XiRbhcVOPbTsuql0d7ul2zu3Ib { display:block; }#OTv6g2XiRbhcVOPbTsuql0d7ul2zu3Ib > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2V0nqFnPZop2mCliffpPi9CmeWLcEDN { width:10.0625rem;height:2.8125rem;top:1.125rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApQQKh1gG1iGEAJu8N0q6dTalG0wozMJ { width:9.9375rem;height:2.8125rem;top:1.25rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9K5TDWHrQcNwlVwiJO72m2xKtF29CUT { display:block; }
 }@media only screen and (max-width: 763px) { #n4shNWxcwT3I4ZIkDPpebcdlEfl2Sv6d { width:7.9375rem;height:1.4375rem;top:1.875rem;left:39.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEOAWHEGpSGgiHDDp9Wz1ysq00b2hFXF { top:1.0625rem;left:0rem;width:11.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRiwol6LVG3QcH0cdOJMNStBaIlpd7fb { display:block; }#TRiwol6LVG3QcH0cdOJMNStBaIlpd7fb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhenfyJZEkgX25Cg5narznfpfUqkoQDv { width:42.0625rem;height:8.75rem;top:8.625rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIBH6UtpVtlkK3NLUG5qgrImbibveT2S { width:40.5625rem;height:5.0625rem;top:18.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0W3loxrEZfC8T5sd832ON33T3M5e6JD { width:10.625rem;height:3.1875rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGJJ9vzpe349kKzWvcSIk4MDgf9EtbsU { width:10.625rem;height:3.1875rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7GVAMNm0wMOTQWmHPnqwvwGD7u8Cfmn { display:block; }
 }@media only screen and (max-width: 763px) { #Sl5i2JDOS3ZBB9fTExUmLH2l3Qr32y60 { width:7.875rem;height:1.4375rem;top:26.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qhat9axQSRC1IQkxTOTNDyaMpCslPdfH { width:10.875rem;height:3.1875rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMivMew9dviMTzZGJD1z7l4U6N7VhbtV { width:11.0625rem;height:3.3125rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFQ6NsAZyp0zKJWzP5Z1EKu5mcZyLF3z { display:block; }
 }@media only screen and (max-width: 763px) { #IV3gq644O8JtVLvlT5T25SmqpFZIKDIg { width:8.5625rem;height:1.4375rem;top:26.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmMVRmKGZuWAdBBvOmDWX4fT22nTmlEE { width:18.5625rem;height:2.25rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdhLMdl9I2p4GBoUFBtO22SHO3PNxFQl { width:16rem;height:1.4375rem;top:6.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkFDT2VzxIS7VggQ7MrinrK321vLUxRM { top:3.125rem;left:22.9375rem;width:24.8125rem;height:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK4M0aGdkVnMgFnAsGBbCiAayzsCN9QB { display:block; }#CK4M0aGdkVnMgFnAsGBbCiAayzsCN9QB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVzyEqOhdeMx8TAutV7VDEt55UevgqMV { width:47.75rem;height:3.75rem;top:3.9375rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz5kNPU723HXhBSp6d05xMJSefavalo8 { width:38.125rem;height:2.875rem;top:9rem;left:4.8121099472046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkKw2aBh5k6RnfT52rAexy6UUcyK1x7M { width:18.75rem;height:6.25rem;top:18.8125rem;left:0rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAtPK0qZAdcZ8ngcTVJT7uvQpkAEroft { width:16.5rem;height:4.375rem;top:29.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAlUgNvGCCHH3QdH2SedxnZNrV2cmCO3 { top:17.1875rem;left:0rem;width:23.75rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlhIpy2fXzOOelwg6D82eVaBUoW0XP6A { width:18.75rem;height:1.625rem;top:26.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKb3lNhk9mJquh4PThhrTX2LLQNWeftJ { top:17.1875rem;left:24rem;width:23.75rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf7eryCUXqWIMP0SBfHN93vKa2HrAbeT { width:18.75rem;height:6.25rem;top:18.8125rem;left:29rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbXl76OMEl9x5RA72Pp6CDG0AdADuGrV { width:18.75rem;height:1.625rem;top:26.75rem;left:29rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do9fMGpdcUdTuT8NDNR0obRP3Rk7THrk { width:17.9375rem;height:2.9375rem;top:29.25rem;left:29.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5QT4J2J7nh8WDOQmvB7OzdRNmFyEpgl { top:17.1875rem;left:12rem;width:23.75rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtzkR6byE2x2KIWuWZTLipkByL6XoXGq { width:18.75rem;height:6.25rem;top:18.8125rem;left:14.125rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2NNm6NozauaAoWxEcJ4bJiEtXH05P86 { width:18.75rem;height:1.625rem;top:26.75rem;left:14.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs2XbDvdG80fFzEiDHA4SB2apKOfGQTT { width:16.5rem;height:2.875rem;top:29.25rem;left:14rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLFzGka9QXGGQQ6Qk6XRsKX38ttaRHNO { top:40rem;left:0rem;width:47.75rem;height:19.81625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qstTLN2EAytWgEiaNI5MMVIMakPilrJB { top:0rem;left:0rem;width:10.5625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBAOEcJqpx93u6MnnKU1kIIOOCvH3gxT { top:0rem;left:37.1875rem;width:10.5625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms8FxWweHzp8ToJsmlG2GfhyLbSLlbMo { display:block; }#ms8FxWweHzp8ToJsmlG2GfhyLbSLlbMo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iiAnDKGJt0W0w3kCf1v5HaipCBDigypr { width:47.75rem;height:3.75rem;top:3.9375rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBimLH4MTTOTe4mdWuTa4I90wWJOkaT5 { width:15.3125rem;height:1.625rem;top:18.8125rem;left:32.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4wTzHTrb4FSno5XkXcmxyp0UWXKoFrT { top:12.1875rem;left:21.75rem;width:26rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD6Zsg3r8iNha53mtNOgTHnlBgMc50Ah { width:18.75rem;height:3.125rem;top:14.25rem;left:29rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bur6GcdgaK5PctHzm0lvU450aar3LvIT { top:19rem;left:37.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvr1u9o1VunrZNlTuGkqbFAekDiitSWF { top:21.8125rem;left:37.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgnoRXn0vLe1dmadZ02K8uUh0O7E8mDL { width:17.5625rem;height:3.25rem;top:21.5rem;left:30.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXvWOTTyaNTgG34c3E6h7RsBUxi2zOuk { width:19.1875rem;height:1.625rem;top:25.75rem;left:28.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0DfuSl221Jld4ZcgHA9ftmJeSfFoRki { top:25.9375rem;left:37.625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZNJL1ui8EREdLO2gIHwsxPJN5HqNMc0 { width:19.1875rem;height:3.25rem;top:28.375rem;left:28.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BinWecW22FUa79Uylt5sfsipDBGme1fm { top:28.625rem;left:37.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSioh1xpqarTOrfOqEkEJIBe3rA4wtxN { width:19.1875rem;height:1.625rem;top:32.625rem;left:28.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8JWh1OGFwTbhzWsqMT0BaTWRS4Kgu4g { top:32.75rem;left:37.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnyTrzkdEUPtyuHfouGJf8FuyQ4ycPQE { width:34.75rem;height:6.25rem;top:12.1875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5Td0nh6CuLabcl285C35eDckyZeXehs { width:26rem;height:2.875rem;top:19.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcoHKxZz3EoHcZ2PL2SDv8yUfu4OaEni { top:23.5625rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv0rlJZci2z8t0hl5dzfmXrAsvbWy5RT { top:24.1875rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #znWZZKUhvG3Acc0J4Tq2dicpE76iCLcI { width:26rem;height:1.25rem;top:24.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8VgTo3NQuU8gV2sM0StdS6QGP921Tty { width:26rem;height:1.625rem;top:25.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQx108HdlJuT891EEuSWNQWhJVaiWBAP { width:26rem;height:1.25rem;top:28.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRkGadPxZtdK1vVtOUGotfiIQuW7sOuq { width:26rem;height:1.625rem;top:30.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxwm1RHHzMZdkBxCbcU20gzlrbtS3FdE { top:28.4375rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztIWavMWRci8HyCbBNkIFV3shalg52ps { width:26rem;height:1.25rem;top:33.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KES5XfKCcmCRXv55TbXTWZH6sT5lxHTq { width:26rem;height:3.25rem;top:34.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs5MU9kNZXP9ZJZZOnthXFxT8M8DxuBD { top:33.25rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAvB1KNDMRWCeJskOsOhQHdcNZhAsqhb { top:29.0625rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTTtnPyHuwEcWtR6Am1wbdsil0xX8CWH { top:33.875rem;left:0rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVNCHVRZtOtV0IDNxvE9fmbMp67WpcNB { top:45.1875rem;left:0rem;width:23.4375rem;height:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihvWsM7KP6OXwiqqMqWI5WgEWXV9dpLN { top:45.1875rem;left:24.1875rem;width:23.5625rem;height:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT84hNTdtXedhT8mM8oiUzBXvi3Se6i1 { top:45.1875rem;left:12.093750953674rem;width:23.5625rem;height:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFsVo524cHXSI8CPlcyNFGpdX4KFshrk { display:block; }#TFsVo524cHXSI8CPlcyNFGpdX4KFshrk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNVtZSv5D7LkGib3XD3GcSetTKMR4gkx { width:42.625rem;height:2.25rem;top:4.25rem;left:2.5624990463257rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4EKBmNGr7tTUWTylZkkBEqdK4uJ7vTJ { width:14.4375rem;height:3.25rem;top:14.6875rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4lfycHbEwGbTgFGgZWLMEb0NvdBCb6c { width:14.6875rem;height:3.3125rem;top:14.6875rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpLQvliIyNETtHDw1FdzCPKaa2Kv8bi8 { display:block; }
 }@media only screen and (max-width: 763px) { #fsOJVZPgogS7JRWKS0D5lvKr9N0QFyS8 { width:12.0625rem;height:1.4375rem;top:15.625rem;left:17.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm9EWDAEVFx2NGAsPkuEdCBkAOKt2fr9 { width:47.75rem;height:5.375rem;top:6.5rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwhmIQy5UqR5ebeUvrpNHb8Im8FJMrG3 { display:block; }#ZwhmIQy5UqR5ebeUvrpNHb8Im8FJMrG3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d37hMtO40TV73Ihd0cXzRFi4NzCqaDdd { width:47.75rem;height:7.5rem;top:4.0625rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ9g7FAAO8cCqrlS6wsSpIkrPRDIWzc8 { top:15rem;left:0rem;width:20.5rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URwDrvFMhVke82Vbxx1fbwfXQnTlFsTv { width:16.875rem;height:5.1875rem;top:19.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFPNhV9EexU7nbkTT7ZFBO9Pp6TuWZqo { width:11.3125rem;height:1.25rem;top:28rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kl4sOO0Kbut9lt5cI6Zv2kJRVOAVBANF { width:8.8125rem;height:1.125rem;top:29.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTNmv8FhTfCfx9DQPFPcNXiVlI84VC83 { top:27.5rem;left:0rem;width:3.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uvh4bTZTXSG7UyhVq8NIfhDwIkT7u4u0 { top:15.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZtKSXTd0cnXtERMRu1nmiC5zskMwtZk { top:15rem;left:13.625rem;width:20.5rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmFDEcxARTFmH1vvVuXQqhSxtiixiQ71 { top:15.9375rem;left:15.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzTlriO35tbSTR72JuQDaZqW0nMQRUv5 { width:16.875rem;height:5.1875rem;top:19.6875rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpiIIoi9bum6H0DBPDgnV9rmEi5ioIkD { width:11.3125rem;height:1.25rem;top:28rem;left:19.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2xWoTI4moOTyXLXhDFgbKAgxvpR7cvW { top:27.5rem;left:15.4375rem;width:3.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1CtlTtbaLBXNtqp5hshqXVh05SgEmNQ { width:9.4375rem;height:1.125rem;top:29.25rem;left:19.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtbB8GBrTWkmqwxBaPJN09HG8GIZQUi3 { top:15rem;left:27.25rem;width:20.5rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsVqGBbinqUmwQ98S70WipfzHBekPHC3 { top:15.9375rem;left:37.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bb45SElBTuwR4Ud8hlo5TvXIZzEQ5mzN { width:16.875rem;height:5.1875rem;top:19.6875rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZwPXieeVtRHA1xnIMqo8lXOUiem1NNE { width:11.3125rem;height:1.25rem;top:28rem;left:36.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdaDmIqn8NUSPsUVkmCfQyV7WD0gXOJ3 { top:27.5rem;left:37.3125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFVnStKIfKRbvJXJdM80vCaT6T4z6qXU { width:8.8125rem;height:1.125rem;top:29.25rem;left:38.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlFdSa3nhIVh0CKG27NZaMBLhZBBLBlt { display:block; }#PlFdSa3nhIVh0CKG27NZaMBLhZBBLBlt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVXU9W8J0yqMa8BZQ7AwmsJOHF63CEy4 { width:17.75rem;height:11.9375rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0TR45FK4Fm2cwxcrV2BSNRTmiotaGnt { width:47.75rem;height:3.75rem;top:4.0625rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBHg3dsCdUyb639KbD2xwe7P1GBoCa37 { width:41rem;height:2.875rem;top:9.25rem;left:3.3750009536743rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwc87W7asU78ROHd8CT8dwbNxAz65Ju7 { top:28.125rem;left:0rem;width:17.9375rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GThXhqTeyitNBPxrpQhBm3KcCultlav2 { width:16.875rem;height:2rem;top:28.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #efLEtwxWxPsseurnzEGQRfspSRy42vsx { width:16.875rem;height:3.875rem;top:33.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCZRN4bhumsOctHd92PR6WwOzwMOxpLa { width:16.875rem;height:1.25rem;top:31.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyMAoGsb32rPT6HrCpntbAXiQgbqvzvl { top:28.125rem;left:29.8125rem;width:17.9375rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZr0vNXnJ7GyCnPIIGWivfistz0DUQDS { width:16.875rem;height:3.875rem;top:33.375rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTCNnSRqHdbEqP8WnMrV5tDSzcb9P4Uq { width:16.875rem;height:1.25rem;top:31.5625rem;left:30.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT207MD7rtsQWUFBTP3okx0hVqJOZQdM { width:16.875rem;height:2rem;top:28.8125rem;left:30.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0xWo8T0x6hOXGGvweWqcfR7KMvxyoKO { width:17.75rem;height:11.9375rem;top:16rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhaExfbelxoSPk4Mar6oZ5nKXiape7B7 { top:28.125rem;left:24.375rem;width:17.9375rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqTZ2hTKFsO9OvXASaHZPd7Nv41wvJQI { width:16.875rem;height:3.875rem;top:33.375rem;left:25.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2Oh2POP582CiaAqSc38U9OcBLk5SOh1 { width:16.875rem;height:1.25rem;top:31.5625rem;left:25.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp3HyJtSZAe1i1GIMULNMcvyvhNUJU2L { width:16.875rem;height:2rem;top:28.8125rem;left:25.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kttSWXKsN22OxUds1snUh4BrhTsaaobT { width:17.75rem;height:11.9375rem;top:16rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppn3JeBKNo8upKOd6X6F9fON3c3c7RJz { top:28.125rem;left:5.3125rem;width:17.9375rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwcsCruo7SO3dGGL1BAhpfmbArKiSM4M { width:16.875rem;height:3.875rem;top:33.375rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AraURrbkQ8fRqLPS1dtIARizHhgfpiWn { width:16.875rem;height:1.25rem;top:31.5625rem;left:6.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7Em0ICDwnVcvTIuN2nGN737tvVyXAaQ { width:16.875rem;height:2rem;top:28.8125rem;left:6.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3FDvghhk6qtkaIPNCrTQXJDiCvniIq3 { width:17.75rem;height:11.9375rem;top:16rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5uqewuH6mrOe3RT8GNkeAe4ulZitewe { top:8.25rem;left:0rem;width:11.9375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUrTQVC5wXKlQawrS6PZwiPXNwS5TsK0 { top:7.75rem;left:38.6875rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkknrMtLl0dILm7vqrzacSPBWtpATiuR { display:block; }#MkknrMtLl0dILm7vqrzacSPBWtpATiuR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xd1NTbD4tvHuiXxqdUw1AODKbvtHUlG3 { width:47.75rem;height:3.75rem;top:4.25rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD { display:flex;height:auto;width:44.8125rem;top:13.3125rem;left:0.4375rem; }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #hbvtqiKqTLqsTcWR6Ib2g3wfoA4wqKOb {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #sEbPekpzvQn8RuHy9RaJG3DdKHHn1NAl {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #HXTq6g0o47GOHWQxAId354zyTPkN9kVc {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #nHiQzh941mVtKg9yG3VuwS1SLpekWgQG {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #lMcDIzFZw0wf1kSJ0E8ad8rcqi5beevG {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #g1ylt8ynfoOBQPJxnk2e6WmqT6QBVla3 {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #gVEqMSBVsScARAwg6ZAmrJJHMXdBdvo1 {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #BBDKk3aXc86CRxUyex3TNmgQJ0x5qWTu {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #R6vCUTohvfMn4fTDPAi9sAyN8Zo2qu0s {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #owHfAnrrlDusmN0wJ3Lpqn35ovkkx0Je {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #npyU4NogOgQI6TzD72trkyD1IL8uRELN {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #HV5ZuU9SUaVGqRsZxxT79xBcrcAB8Lb6 {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #Pk7eeLzoGuTgseJfVnZJUiDU3cbtqHwx {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #kukmKHv9DV5ylfTTmE0heLVmsts5g3TJ {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #AeWJOzR8PdHNBrQkAqP8EDkLts0QBbq2 {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #AFwWZ5z1Vd8AdzDqmphuQTQT0CTezfnC {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #ZZPq8W9PLRT0TP4smaRAaGEvHwFyBaAD {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #FU3t6BN7NlAhKbEq7q9t9TZMO8AsunQy {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #adsOSGgyGyJz3aIgD4BzXWLZn9gkkyTs {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #F31okgJlmILwm9XAhEBJeVnH4rozen4o {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #A3gMNxDem6pWL6LaT9Uw1Wk7CZwuQXms {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #TTSwcUCIssdFdWiOuwLfChF7sUszUdQb {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #TCtgqlfWkkLKEEM1zTDATa6D7f3bKlZs {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #Cr9emyxprOgIsu6ZbfTFFQTZinUX823T {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #gXLpTubeUPEINH1eLOdx7Ti2DLRnUTJw {  }
 }@media only screen and (max-width: 763px) { #Hdvo2ZpMkZ3XMxk0CRfqUmRxFn1M9VOx { display:block; }#Hdvo2ZpMkZ3XMxk0CRfqUmRxFn1M9VOx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOFp2dOOJgJnaZEoBbUeMX9qRRprKBEu { top:4.8125rem;left:4.5000009536743rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfnyda48vWO7WUc78EEBMQEsacxvZwUt { display:block; }#mfnyda48vWO7WUc78EEBMQEsacxvZwUt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rGlICJ5FqSHczmdTfvfTbuz04y9rIWA8 { width:44.5625rem;height:1.4375rem;top:11.0625rem;left:1.5933160781861rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVqbs5eyDx6Op3ytEHX33xEigaT0EXCs { width:44.5625rem;height:1.4375rem;top:15.625rem;left:1.5933160781861rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M69aJUw67Dt8P25TV9CxQT71aDo6JDAy { width:44.5625rem;height:1.4375rem;top:20.5625rem;left:1.5933160781861rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSIy3xIQusBHrVDIocWetX181kHE0inL { top:4.1875rem;left:17.218750953674rem;width:13.3125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuCflT6kl81mgBmmeXmd4pGaNXq6qoUw { width:22.4375rem;height:2.0625rem;top:8.9375rem;left:12.656250953674rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3XZbeUi0qcMMAbD5orRQd6fL3MKMZoV { width:44.5625rem;height:1.4375rem;top:13.875rem;left:1.5933160781861rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OTv6g2XiRbhcVOPbTsuql0d7ul2zu3Ib { display:block; }#OTv6g2XiRbhcVOPbTsuql0d7ul2zu3Ib > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2V0nqFnPZop2mCliffpPi9CmeWLcEDN { width:12.5625rem;height:3.0625rem;top:5.625rem;left:3.7500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApQQKh1gG1iGEAJu8N0q6dTalG0wozMJ { width:12.4375rem;height:3.0625rem;top:5.6875rem;left:3.8125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9K5TDWHrQcNwlVwiJO72m2xKtF29CUT { display:block; }
 }@media only screen and (max-width: 763px) { #n4shNWxcwT3I4ZIkDPpebcdlEfl2Sv6d { width:10.375rem;height:1.4622375rem;top:6.375rem;left:4.8125001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEOAWHEGpSGgiHDDp9Wz1ysq00b2hFXF { width:11.375rem;height:3.125rem;top:1.111111164093rem;left:4.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRiwol6LVG3QcH0cdOJMNStBaIlpd7fb { display:block; }#TRiwol6LVG3QcH0cdOJMNStBaIlpd7fb > .row .container { width:20rem;height:60.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vhenfyJZEkgX25Cg5narznfpfUqkoQDv { width:20rem;height:6.375rem;top:4.4231796264649rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZIBH6UtpVtlkK3NLUG5qgrImbibveT2S { width:20rem;height:10.125rem;top:11.559896469116rem;left:-0.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P0W3loxrEZfC8T5sd832ON33T3M5e6JD { width:19.8125rem;height:3.0625rem;top:23.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGJJ9vzpe349kKzWvcSIk4MDgf9EtbsU { width:20rem;height:3.0625rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7GVAMNm0wMOTQWmHPnqwvwGD7u8Cfmn { display:block; }
 }@media only screen and (max-width: 763px) { #Sl5i2JDOS3ZBB9fTExUmLH2l3Qr32y60 { width:10.375rem;height:1.4622375rem;top:24rem;left:4.8125001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qhat9axQSRC1IQkxTOTNDyaMpCslPdfH { width:19.875rem;height:3.0625rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMivMew9dviMTzZGJD1z7l4U6N7VhbtV { width:20rem;height:3.25rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFQ6NsAZyp0zKJWzP5Z1EKu5mcZyLF3z { display:block; }
 }@media only screen and (max-width: 763px) { #IV3gq644O8JtVLvlT5T25SmqpFZIKDIg { width:15.4375rem;height:1.4622375rem;top:28.375rem;left:2.2500001192093rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmMVRmKGZuWAdBBvOmDWX4fT22nTmlEE { width:14.875rem;height:1.9375rem;top:1.9375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdhLMdl9I2p4GBoUFBtO22SHO3PNxFQl { width:13.5rem;height:0.974825rem;top:2.5rem;left:3.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zkFDT2VzxIS7VggQ7MrinrK321vLUxRM { width:20rem;height:27.607052896725rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK4M0aGdkVnMgFnAsGBbCiAayzsCN9QB { display:block; }#CK4M0aGdkVnMgFnAsGBbCiAayzsCN9QB > .row .container { width:20rem;height:100.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EVzyEqOhdeMx8TAutV7VDEt55UevgqMV { width:20rem;height:1.7999125rem;top:2.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tz5kNPU723HXhBSp6d05xMJSefavalo8 { width:20rem;height:6.298625rem;top:4.9869766235351rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XkKw2aBh5k6RnfT52rAexy6UUcyK1x7M { width:17.75rem;height:7.5rem;top:13.786025047303rem;left:1.125rem;font-size:6.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bAtPK0qZAdcZ8ngcTVJT7uvQpkAEroft { width:17.75rem;height:4.72395625rem;top:24.805557250976rem;left:1.125rem;font-size:1.125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KAlUgNvGCCHH3QdH2SedxnZNrV2cmCO3 { width:20rem;height:21.125rem;top:13.411025524139rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlhIpy2fXzOOelwg6D82eVaBUoW0XP6A { width:17.75rem;height:1.6497375rem;top:22.099393844604rem;left:1.125rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GKb3lNhk9mJquh4PThhrTX2LLQNWeftJ { width:20rem;height:21.125rem;top:58.161021709442rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf7eryCUXqWIMP0SBfHN93vKa2HrAbeT { width:17.75rem;height:7.5rem;top:58.786024093628rem;left:1.125rem;font-size:6.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IbXl76OMEl9x5RA72Pp6CDG0AdADuGrV { width:17.75rem;height:1.6497375rem;top:67.223526000975rem;left:1.125rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Do9fMGpdcUdTuT8NDNR0obRP3Rk7THrk { width:17.75rem;height:3.14930625rem;top:69.973522186281rem;left:1.125rem;font-size:1.125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T5QT4J2J7nh8WDOQmvB7OzdRNmFyEpgl { width:20rem;height:21.125rem;top:35.786025524139rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtzkR6byE2x2KIWuWZTLipkByL6XoXGq { width:17.75rem;height:7.5rem;top:36.286029815674rem;left:1.125rem;font-size:6.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Z2NNm6NozauaAoWxEcJ4bJiEtXH05P86 { width:17.75rem;height:1.6497375rem;top:44.836364746094rem;left:1.125rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rs2XbDvdG80fFzEiDHA4SB2apKOfGQTT { width:17.75rem;height:3.14930625rem;top:47.536026000976rem;left:1.125rem;font-size:1.125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wLFzGka9QXGGQQ6Qk6XRsKX38ttaRHNO { width:20rem;height:8.3rem;top:80.973521709444rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qstTLN2EAytWgEiaNI5MMVIMakPilrJB { width:10.5625rem;height:13.0625rem;top:0rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #iBAOEcJqpx93u6MnnKU1kIIOOCvH3gxT { width:10.5625rem;height:13.0625rem;top:86.953991889956rem;left:9.4370661973956rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ms8FxWweHzp8ToJsmlG2GfhyLbSLlbMo { display:block; }#ms8FxWweHzp8ToJsmlG2GfhyLbSLlbMo > .row .container { width:20rem;height:168.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iiAnDKGJt0W0w3kCf1v5HaipCBDigypr { width:20rem;height:1.7999125rem;top:2.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RBimLH4MTTOTe4mdWuTa4I90wWJOkaT5 { width:15.375rem;height:1.349825rem;top:60.932725906372rem;left:3.2500001192093rem;font-size:1.125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T4wTzHTrb4FSno5XkXcmxyp0UWXKoFrT { width:20rem;height:25.5625rem;top:54.232635498047rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD6Zsg3r8iNha53mtNOgTHnlBgMc50Ah { width:15.375rem;height:2.3997375rem;top:56.79470539093rem;left:0.9375rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bur6GcdgaK5PctHzm0lvU450aar3LvIT { display:flex;width:1.25rem;height:1.25rem;top:61.045135498047rem;left:0.93750011920931rem; }
 }@media only screen and (max-width: 763px) { #nvr1u9o1VunrZNlTuGkqbFAekDiitSWF { display:flex;width:1.25rem;height:1.25rem;top:63.54513549805rem;left:1.0000001192093rem; }
 }@media only screen and (max-width: 763px) { #qgnoRXn0vLe1dmadZ02K8uUh0O7E8mDL { width:15.375rem;height:2.69965rem;top:63.282987594606rem;left:3.2500001192093rem;font-size:1.125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XXvWOTTyaNTgG34c3E6h7RsBUxi2zOuk { width:15.375rem;height:1.4622375rem;top:66.939237594606rem;left:3.2500001192093rem;font-size:1.125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t0DfuSl221Jld4ZcgHA9ftmJeSfFoRki { display:flex;width:1.25rem;height:1.25rem;top:67.04513549805rem;left:1.0000001192093rem; }
 }@media only screen and (max-width: 763px) { #MZNJL1ui8EREdLO2gIHwsxPJN5HqNMc0 { width:15.375rem;height:2.69965rem;top:69.3828125rem;left:3.2500001192093rem;font-size:1.125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BinWecW22FUa79Uylt5sfsipDBGme1fm { display:flex;width:1.25rem;height:1.25rem;top:69.54513549805rem;left:0.93750011920931rem; }
 }@media only screen and (max-width: 763px) { #GSioh1xpqarTOrfOqEkEJIBe3rA4wtxN { width:15.375rem;height:2.69965rem;top:73.045139312744rem;left:3.2500001192093rem;font-size:1.125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m8JWh1OGFwTbhzWsqMT0BaTWRS4Kgu4g { display:flex;width:1.25rem;height:1.25rem;top:73.17013549805rem;left:0.93750011920931rem; }
 }@media only screen and (max-width: 763px) { #NnyTrzkdEUPtyuHfouGJf8FuyQ4ycPQE { width:20rem;height:4.79948125rem;top:6.5742177963256rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Q5Td0nh6CuLabcl285C35eDckyZeXehs { width:20rem;height:4.72395625rem;top:12.06120300293rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gcoHKxZz3EoHcZ2PL2SDv8yUfu4OaEni { width:4rem;height:4rem;top:18.034713745118rem;left:8.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv0rlJZci2z8t0hl5dzfmXrAsvbWy5RT { display:flex;width:2.75rem;height:2.75rem;top:18.659713745118rem;left:8.6250001192094rem; }
 }@media only screen and (max-width: 763px) { #znWZZKUhvG3Acc0J4Tq2dicpE76iCLcI { width:20rem;height:1.3997375rem;top:23.284713745118rem;left:0rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I8VgTo3NQuU8gV2sM0StdS6QGP921Tty { width:20rem;height:1.75rem;top:25.934020996094rem;left:0rem;font-size:1.25rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QQx108HdlJuT891EEuSWNQWhJVaiWBAP { width:20rem;height:1.3997375rem;top:34.184020996094rem;left:0rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GRkGadPxZtdK1vVtOUGotfiIQuW7sOuq { width:20rem;height:1.75rem;top:36.833343505859rem;left:0rem;font-size:1.25rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cxwm1RHHzMZdkBxCbcU20gzlrbtS3FdE { width:4rem;height:4rem;top:28.934020996094rem;left:8.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztIWavMWRci8HyCbBNkIFV3shalg52ps { width:20rem;height:1.3997375rem;top:45.083343505859rem;left:0rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KES5XfKCcmCRXv55TbXTWZH6sT5lxHTq { width:20rem;height:5.25rem;top:47.732635498047rem;left:0rem;font-size:1.25rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fs5MU9kNZXP9ZJZZOnthXFxT8M8DxuBD { width:4rem;height:4rem;top:39.833343505859rem;left:8.0000001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAvB1KNDMRWCeJskOsOhQHdcNZhAsqhb { display:flex;width:2.75rem;height:2.75rem;top:29.559020996094rem;left:8.6250001192094rem; }
 }@media only screen and (max-width: 763px) { #pTTtnPyHuwEcWtR6Am1wbdsil0xX8CWH { display:flex;width:2.75rem;height:2.75rem;top:40.458343505859rem;left:8.6250001192094rem; }
 }@media only screen and (max-width: 763px) { #SVNCHVRZtOtV0IDNxvE9fmbMp67WpcNB { width:20rem;height:28.426666666667rem;top:81.172729492188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihvWsM7KP6OXwiqqMqWI5WgEWXV9dpLN { width:20rem;height:28.275862068966rem;top:140.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT84hNTdtXedhT8mM8oiUzBXvi3Se6i1 { width:20rem;height:28.275862068966rem;top:110.84893798828rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFsVo524cHXSI8CPlcyNFGpdX4KFshrk { display:block; }#TFsVo524cHXSI8CPlcyNFGpdX4KFshrk > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNVtZSv5D7LkGib3XD3GcSetTKMR4gkx { width:16rem;height:4.39930625rem;top:3.75rem;left:2.0000001192093rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #v4EKBmNGr7tTUWTylZkkBEqdK4uJ7vTJ { width:19.9375rem;height:3.375rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4lfycHbEwGbTgFGgZWLMEb0NvdBCb6c { width:20rem;height:3.375rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpLQvliIyNETtHDw1FdzCPKaa2Kv8bi8 { display:block; }
 }@media only screen and (max-width: 763px) { #fsOJVZPgogS7JRWKS0D5lvKr9N0QFyS8 { width:12.0625rem;height:1.4622375rem;top:26.5rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm9EWDAEVFx2NGAsPkuEdCBkAOKt2fr9 { width:20rem;height:15.3975625rem;top:8.2986145019531rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZwhmIQy5UqR5ebeUvrpNHb8Im8FJMrG3 { display:block; }#ZwhmIQy5UqR5ebeUvrpNHb8Im8FJMrG3 > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d37hMtO40TV73Ihd0cXzRFi4NzCqaDdd { width:20rem;height:5.3997375rem;top:2.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oQ9g7FAAO8cCqrlS6wsSpIkrPRDIWzc8 { width:20rem;height:18.625rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URwDrvFMhVke82Vbxx1fbwfXQnTlFsTv { width:17.75rem;height:6.298625rem;top:14.3125rem;left:1.125rem;font-size:1.125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mFPNhV9EexU7nbkTT7ZFBO9Pp6TuWZqo { width:11.3125rem;height:1.3997375rem;top:23.6875rem;left:6rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kl4sOO0Kbut9lt5cI6Zv2kJRVOAVBANF { width:8.8125rem;height:1.224825rem;top:25.1875rem;left:6rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XTNmv8FhTfCfx9DQPFPcNXiVlI84VC83 { width:3.625rem;height:3.5625rem;top:23.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uvh4bTZTXSG7UyhVq8NIfhDwIkT7u4u0 { display:flex;width:3.125rem;height:3.125rem;top:11.25rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #MZtKSXTd0cnXtERMRu1nmiC5zskMwtZk { width:20rem;height:18.625rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmFDEcxARTFmH1vvVuXQqhSxtiixiQ71 { display:flex;width:3.125rem;height:3.125rem;top:31.125rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #SzTlriO35tbSTR72JuQDaZqW0nMQRUv5 { width:16.875rem;height:6.298625rem;top:34.375rem;left:1.8125rem;font-size:1.125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qpiIIoi9bum6H0DBPDgnV9rmEi5ioIkD { width:11.3125rem;height:1.3997375rem;top:43.375rem;left:5.9375rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A2xWoTI4moOTyXLXhDFgbKAgxvpR7cvW { width:3.625rem;height:3.5625rem;top:42.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1CtlTtbaLBXNtqp5hshqXVh05SgEmNQ { width:9.4375rem;height:1.224825rem;top:44.625rem;left:5.9375rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DtbB8GBrTWkmqwxBaPJN09HG8GIZQUi3 { width:20rem;height:18.625rem;top:49.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsVqGBbinqUmwQ98S70WipfzHBekPHC3 { display:flex;width:3.125rem;height:3.125rem;top:50.0625rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #bb45SElBTuwR4Ud8hlo5TvXIZzEQ5mzN { width:16.875rem;height:7.87325rem;top:53.375rem;left:1.8125rem;font-size:1.125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LZwPXieeVtRHA1xnIMqo8lXOUiem1NNE { width:11.3125rem;height:1.3997375rem;top:63.25rem;left:5.9375rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pdaDmIqn8NUSPsUVkmCfQyV7WD0gXOJ3 { width:3.625rem;height:3.625rem;top:62.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFVnStKIfKRbvJXJdM80vCaT6T4z6qXU { width:8.8125rem;height:1.224825rem;top:64.5rem;left:5.9375rem;font-size:0.875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PlFdSa3nhIVh0CKG27NZaMBLhZBBLBlt { display:block; }#PlFdSa3nhIVh0CKG27NZaMBLhZBBLBlt > .row .container { width:20rem;height:124.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FVXU9W8J0yqMa8BZQ7AwmsJOHF63CEy4 { width:20rem;height:13.4375rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0TR45FK4Fm2cwxcrV2BSNRTmiotaGnt { width:20rem;height:1.7999125rem;top:2.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sBHg3dsCdUyb639KbD2xwe7P1GBoCa37 { width:20rem;height:4.72395625rem;top:4.8619689941406rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cwc87W7asU78ROHd8CT8dwbNxAz65Ju7 { width:20rem;height:12.5rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GThXhqTeyitNBPxrpQhBm3KcCultlav2 { width:12.3125rem;height:2.3997375rem;top:25.5625rem;left:1.125rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #efLEtwxWxPsseurnzEGQRfspSRy42vsx { width:17.75rem;height:4.72395625rem;top:30.437500953674rem;left:1.125rem;font-size:1.125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zCZRN4bhumsOctHd92PR6WwOzwMOxpLa { width:16.875rem;height:1.5rem;top:28.493056297302rem;left:1.125rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PyMAoGsb32rPT6HrCpntbAXiQgbqvzvl { width:20rem;height:12.5rem;top:106.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZr0vNXnJ7GyCnPIIGWivfistz0DUQDS { width:16.875rem;height:4.72395625rem;top:112.0625rem;left:1.125rem;font-size:1.125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cTCNnSRqHdbEqP8WnMrV5tDSzcb9P4Uq { width:16.875rem;height:1.5rem;top:109.9375rem;left:1.125rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BT207MD7rtsQWUFBTP3okx0hVqJOZQdM { width:16.875rem;height:2.3997375rem;top:107rem;left:1.125rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T0xWo8T0x6hOXGGvweWqcfR7KMvxyoKO { width:20rem;height:13.4375rem;top:92.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhaExfbelxoSPk4Mar6oZ5nKXiape7B7 { width:20rem;height:12.5rem;top:78.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqTZ2hTKFsO9OvXASaHZPd7Nv41wvJQI { width:16.875rem;height:4.72395625rem;top:84.6875rem;left:1.125rem;font-size:1.125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i2Oh2POP582CiaAqSc38U9OcBLk5SOh1 { width:16.875rem;height:1.5rem;top:82.625rem;left:1.125rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Rp3HyJtSZAe1i1GIMULNMcvyvhNUJU2L { width:16.875rem;height:2.3997375rem;top:79.75rem;left:1.125rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kttSWXKsN22OxUds1snUh4BrhTsaaobT { width:20rem;height:13.4375rem;top:65.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppn3JeBKNo8upKOd6X6F9fON3c3c7RJz { width:20rem;height:12.5rem;top:51.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwcsCruo7SO3dGGL1BAhpfmbArKiSM4M { width:16.875rem;height:4.72395625rem;top:57.5625rem;left:1.125rem;font-size:1.125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AraURrbkQ8fRqLPS1dtIARizHhgfpiWn { width:16.875rem;height:1.5rem;top:55.5625rem;left:1.125rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #N7Em0ICDwnVcvTIuN2nGN737tvVyXAaQ { width:16.875rem;height:2.3997375rem;top:52.6875rem;left:1.125rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #w3FDvghhk6qtkaIPNCrTQXJDiCvniIq3 { width:20rem;height:13.375rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5uqewuH6mrOe3RT8GNkeAe4ulZitewe { width:11.9375rem;height:9.0625rem;top:8.5620527267456rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #pUrTQVC5wXKlQawrS6PZwiPXNwS5TsK0 { width:9.0625rem;height:9.0625rem;top:115.56250250339rem;left:10.937066197396rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkknrMtLl0dILm7vqrzacSPBWtpATiuR { background-color:#ffffff;background-image:none;display:block; }#MkknrMtLl0dILm7vqrzacSPBWtpATiuR > .row .container { background-color: transparent; background-image: none; }#MkknrMtLl0dILm7vqrzacSPBWtpATiuR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkknrMtLl0dILm7vqrzacSPBWtpATiuR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkknrMtLl0dILm7vqrzacSPBWtpATiuR > .row .container > .video-iframe-container { display: none; }#MkknrMtLl0dILm7vqrzacSPBWtpATiuR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkknrMtLl0dILm7vqrzacSPBWtpATiuR > .row > .video-iframe-container { display: none; }#MkknrMtLl0dILm7vqrzacSPBWtpATiuR > .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); }#MkknrMtLl0dILm7vqrzacSPBWtpATiuR > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xd1NTbD4tvHuiXxqdUw1AODKbvtHUlG3 { width:20rem;height:1.5rem;top:2.5625066757202rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD .accordion-heading-text { font-size:1.125rem;height:auto;line-height:1.1;overflow:hidden; }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD { display:flex;height:auto;width:17.5rem;top:5rem;left:0rem; }
#EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #hbvtqiKqTLqsTcWR6Ib2g3wfoA4wqKOb {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #sEbPekpzvQn8RuHy9RaJG3DdKHHn1NAl {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #HXTq6g0o47GOHWQxAId354zyTPkN9kVc {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #nHiQzh941mVtKg9yG3VuwS1SLpekWgQG {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #lMcDIzFZw0wf1kSJ0E8ad8rcqi5beevG {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #g1ylt8ynfoOBQPJxnk2e6WmqT6QBVla3 {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #gVEqMSBVsScARAwg6ZAmrJJHMXdBdvo1 {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #BBDKk3aXc86CRxUyex3TNmgQJ0x5qWTu {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #R6vCUTohvfMn4fTDPAi9sAyN8Zo2qu0s {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #owHfAnrrlDusmN0wJ3Lpqn35ovkkx0Je {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #npyU4NogOgQI6TzD72trkyD1IL8uRELN {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #HV5ZuU9SUaVGqRsZxxT79xBcrcAB8Lb6 {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #Pk7eeLzoGuTgseJfVnZJUiDU3cbtqHwx {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #kukmKHv9DV5ylfTTmE0heLVmsts5g3TJ {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #AeWJOzR8PdHNBrQkAqP8EDkLts0QBbq2 {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #AFwWZ5z1Vd8AdzDqmphuQTQT0CTezfnC {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #ZZPq8W9PLRT0TP4smaRAaGEvHwFyBaAD {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #FU3t6BN7NlAhKbEq7q9t9TZMO8AsunQy {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #adsOSGgyGyJz3aIgD4BzXWLZn9gkkyTs {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #F31okgJlmILwm9XAhEBJeVnH4rozen4o {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #A3gMNxDem6pWL6LaT9Uw1Wk7CZwuQXms {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #TTSwcUCIssdFdWiOuwLfChF7sUszUdQb {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #TCtgqlfWkkLKEEM1zTDATa6D7f3bKlZs {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #Cr9emyxprOgIsu6ZbfTFFQTZinUX823T {  }
 }@media only screen and (max-width: 763px) { #EGhqqM6OhQzBM8HFIHNIkIzwMyAReyrD #gXLpTubeUPEINH1eLOdx7Ti2DLRnUTJw {  }
 }@media only screen and (max-width: 763px) { #Hdvo2ZpMkZ3XMxk0CRfqUmRxFn1M9VOx { background-color:#1b4d3e;background-image:none;display:block; }#Hdvo2ZpMkZ3XMxk0CRfqUmRxFn1M9VOx > .row .container { background-color: transparent; background-image: none; }#Hdvo2ZpMkZ3XMxk0CRfqUmRxFn1M9VOx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hdvo2ZpMkZ3XMxk0CRfqUmRxFn1M9VOx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hdvo2ZpMkZ3XMxk0CRfqUmRxFn1M9VOx > .row .container > .video-iframe-container { display: none; }#Hdvo2ZpMkZ3XMxk0CRfqUmRxFn1M9VOx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hdvo2ZpMkZ3XMxk0CRfqUmRxFn1M9VOx > .row > .video-iframe-container { display: none; }#Hdvo2ZpMkZ3XMxk0CRfqUmRxFn1M9VOx > .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); }#Hdvo2ZpMkZ3XMxk0CRfqUmRxFn1M9VOx > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOFp2dOOJgJnaZEoBbUeMX9qRRprKBEu { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfnyda48vWO7WUc78EEBMQEsacxvZwUt { display:block; }#mfnyda48vWO7WUc78EEBMQEsacxvZwUt > .row .container { width:20rem;height:25.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rGlICJ5FqSHczmdTfvfTbuz04y9rIWA8 { width:20rem;height:3.14930625rem;top:9.6219615936281rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVqbs5eyDx6Op3ytEHX33xEigaT0EXCs { width:20rem;height:3.14930625rem;top:15.5625rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M69aJUw67Dt8P25TV9CxQT71aDo6JDAy { width:20rem;height:2.79948125rem;top:20.875rem;left:0rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iSIy3xIQusBHrVDIocWetX181kHE0inL { width:13.3125rem;height:3.5625rem;top:2.1476230621338rem;left:3.3437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuCflT6kl81mgBmmeXmd4pGaNXq6qoUw { width:20rem;height:2.099825rem;top:7.5225696563719rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D3XZbeUi0qcMMAbD5orRQd6fL3MKMZoV { width:20rem;height:1.57465rem;top:13.837240219116rem;left:0rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }