.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;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); }#fADlBrILzC7PWHftw0aTghJQ6G8BHOD5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#257a5e;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; }#fADlBrILzC7PWHftw0aTghJQ6G8BHOD5 > .row .container { background-color: transparent; background-image: none; }#fADlBrILzC7PWHftw0aTghJQ6G8BHOD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fADlBrILzC7PWHftw0aTghJQ6G8BHOD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fADlBrILzC7PWHftw0aTghJQ6G8BHOD5 > .row .container > .video-iframe-container { display: none; }#fADlBrILzC7PWHftw0aTghJQ6G8BHOD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fADlBrILzC7PWHftw0aTghJQ6G8BHOD5 > .row > .video-iframe-container { display: none; }#fADlBrILzC7PWHftw0aTghJQ6G8BHOD5 > .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); }#fADlBrILzC7PWHftw0aTghJQ6G8BHOD5 > .row .container { border-width: 0; border-radius: 0; }#fADlBrILzC7PWHftw0aTghJQ6G8BHOD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fADlBrILzC7PWHftw0aTghJQ6G8BHOD5 > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:block; }#qyWn2FmfA0ULoTIZiVWwLHfO3ybTJCZG { color:#f0f057;display:block;width:53.75rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.8125rem;left:3.125rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#o7P3tWMeBtpvibUKOiJ8ptpv6pAIu0Bq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #dde7e4);background-image: -moz-linear-gradient(180deg, #ffffff, #dde7e4);background-image: -ms-linear-gradient(180deg, #ffffff, #dde7e4);background-image: -o-linear-gradient(180deg, #ffffff, #dde7e4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dde7e4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dde7e4' );";background-image: linear-gradient(180deg, #ffffff, #dde7e4);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o7P3tWMeBtpvibUKOiJ8ptpv6pAIu0Bq > .row .container { background-color: transparent; background-image: none; }#o7P3tWMeBtpvibUKOiJ8ptpv6pAIu0Bq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7P3tWMeBtpvibUKOiJ8ptpv6pAIu0Bq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7P3tWMeBtpvibUKOiJ8ptpv6pAIu0Bq > .row .container > .video-iframe-container { display: none; }#o7P3tWMeBtpvibUKOiJ8ptpv6pAIu0Bq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o7P3tWMeBtpvibUKOiJ8ptpv6pAIu0Bq > .row > .video-iframe-container { display: none; }#o7P3tWMeBtpvibUKOiJ8ptpv6pAIu0Bq > .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); }#o7P3tWMeBtpvibUKOiJ8ptpv6pAIu0Bq > .row .container { border-width: 0; border-radius: 0; }#o7P3tWMeBtpvibUKOiJ8ptpv6pAIu0Bq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o7P3tWMeBtpvibUKOiJ8ptpv6pAIu0Bq > .row .container { font-size:0.875rem;font-family:arial;height:49.875rem;width:60rem;position:relative;display:block; }#O686ZZ99P6ham0FTmiJ0iUbAE5Ohn23G { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:2.40625rem;left:0rem;overflow:hidden;display:block; }
#Kbi2Xgq1EOfMR7obxNqOATQv2pG879yR { color:#d01a0d;display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:3.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0625rem;left:4.5rem;height:4.625rem;text-align:left;text-align-last:left;display:block; }
#Ts7B61g2GpFXnQgKl4PfXpc5HRyVGgSA { color:#000000;display:block;width:30.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4375rem;left:27.5625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#D2lWM8ZRAdgS7O2OTcFt2egdrSMzXqfA { color:#082f21;display:block;width:32.4375rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4rem;left:27.5625rem;height:2.3125rem;text-align:left;text-align-last:left;display:block; }
#PsyiLxTw8TCuIdPfVrhdqppG5lsJk55W { box-sizing:content-box;height:2.4375rem;width:32.8125rem;position:absolute;display:block;z-index:15004;background-color:#f0f057;background-image:none;top:4.0625rem;left:27.1875rem;display:block; }
#IgdfyVXbghdZiJTOaUTQa53v0JbtVC1H { position:absolute;display:block;z-index:15006;height:34rem;width:60rem;top:8.59375rem;left:0rem;display:block; }
#GEbcPiwNP65QMumSq5var2Kq6eThZeoT { color:#000000;display:block;width:47.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:44.3125rem;left:6.28125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:rgba(0,0,0,0);padding-top:0.079375rem;padding-right:0.07125rem;padding-bottom:0.079375rem;padding-left:0.07125rem;display:block;align-items:center;width:0.42625rem;min-width:0.42625rem;height:0.425625rem;position:relative;font-family:arial;font-size:0.316875rem;font-weight:700;line-height:6.81px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL .widget-text.counter-label { background-color:;background-image:none;color:rgba(0,0,0,0);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.049375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:0.568125rem;height:0.168125rem;position:relative;font-family:arial;font-size:0.11875rem;font-weight:400;line-height:2.69px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:3.125rem;height:0.801875rem;padding-top:0.09875rem;padding-right:0.10125rem;padding-bottom:0.09875rem;padding-left:0.10125rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:48.1279296875rem;left:28.3349609375rem;z-index:15007; }
#TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #cDNwJrSqyznPw3P9Uow4IyFfhdsOdRzG { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #KhqoG5VG2NhIblhlhtRgHXlvRe0lQm9S { width:auto; }
#TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #BgK0V7BeU0CCtu0Ev9KkgavxBB1T5wap {  }
#TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #fJiQOxACea5T135E8KpOcABfkVimzUun { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #AkAsbHnHkrlLivf7Qa8H4NTySfeQaH4o {  }
#TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #TkgzxZ4CWoZ5pE4SaebuBPy5ZK0C0qQ4 {  }
#TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #w2JndyHHyZt3cDgRBeaI9VC2XgVAfytR { display:flex;position:relative;top:0rem;left:0rem; }
#TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #D0kDFBaPE98Nf1TVOqtxPKTPiPqeS69k {  }
#TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #LiMipcTXFGiSnktqxFcoBaO6FNXHCv3P {  }
#TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #VigBnJFP4koeVbWtgacNWuK6Kqu06HDw { display:flex;position:relative;top:0rem;left:0rem; }
#TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #rdZlgLrT3EI1BAq8KTNMVmqlnGNT71AQ {  }
#TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #P2GCwsRQTUkCPHcebph40Iz6W6xJIFOh {  }
#CNoCQI7Daw2xqc6yDcJgy5RwDF52AVqo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#096050;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; }#CNoCQI7Daw2xqc6yDcJgy5RwDF52AVqo > .row .container { background-color: transparent; background-image: none; }#CNoCQI7Daw2xqc6yDcJgy5RwDF52AVqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNoCQI7Daw2xqc6yDcJgy5RwDF52AVqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNoCQI7Daw2xqc6yDcJgy5RwDF52AVqo > .row .container > .video-iframe-container { display: none; }#CNoCQI7Daw2xqc6yDcJgy5RwDF52AVqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CNoCQI7Daw2xqc6yDcJgy5RwDF52AVqo > .row > .video-iframe-container { display: none; }#CNoCQI7Daw2xqc6yDcJgy5RwDF52AVqo > .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); }#CNoCQI7Daw2xqc6yDcJgy5RwDF52AVqo > .row .container { border-width: 0; border-radius: 0; }#CNoCQI7Daw2xqc6yDcJgy5RwDF52AVqo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CNoCQI7Daw2xqc6yDcJgy5RwDF52AVqo > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:60rem;position:relative;display:block; }#cIyvBqpdpBnzeWIhRylugHgSLMp1xp7L { box-sizing:content-box;height:34.0625rem;width:17.375rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:7.1875rem;left:1.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#BnzkH1oDnJVMauhT40fncfVUkMgeuSmv { box-sizing:content-box;height:4.375rem;width:17.375rem;position:absolute;display:block;z-index:15001;background-color:#9be3c5;background-image:none;top:7.1875rem;left:1.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#n8x9KJQrrGtJcKU5AroRgIWzIeQ5dO8x { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.75rem;left:3.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#CLfKhhmsyU1eI9T8RT0kcWz3msE4npqH { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:9.375rem;left:3.0625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hlzxF3ae25NOk9wBX6vfw85HPFLwH2AE { color:#000000;display:block;width:15.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:28.5625rem;left:2.375rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#X42ansl0BOxL3bWl1QezO4OAS4X8NheQ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f4dd9c, #e4ac1f);background-image: -moz-linear-gradient(180deg, #f4dd9c, #e4ac1f);background-image: -ms-linear-gradient(180deg, #f4dd9c, #e4ac1f);background-image: -o-linear-gradient(180deg, #f4dd9c, #e4ac1f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4dd9c', endColorstr='#e4ac1f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4dd9c', endColorstr='#e4ac1f' );";background-image: linear-gradient(180deg, #f4dd9c, #e4ac1f);background-size:auto !important;border-top:0.0625rem solid #c8b277;border-left:0.0625rem solid #c8b277;border-right:0.0625rem solid #c8b277;border-bottom:0.0625rem solid #c8b277;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.4375rem;left:2.1875rem;display:block; }
#oc9E1EfWOV9J7d33dnNrcaSVTv7tgXTq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LZWEQm7DdWkVvoRKR3tOUTrMABN9aNFy { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:8.3125rem;top:35.4375rem;left:5.875rem;overflow:hidden;display:block; }
#V8D00ZM5gS80L6fb0rgQKs1kaLSLDJfv { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:38.6875rem;left:4.5rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#vPFDchOL7iaH7oeB1z7A5lomPopuq7Vu { box-sizing:content-box;height:38.6875rem;width:17.375rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff7da, #ffffff);background-image: -moz-linear-gradient(180deg, #fff7da, #ffffff);background-image: -ms-linear-gradient(180deg, #fff7da, #ffffff);background-image: -o-linear-gradient(180deg, #fff7da, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7da', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7da', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fff7da, #ffffff);background-size:auto !important;top:1.9375rem;left:21.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#T0RAfZlIe7qxQJzaf7ze5CZhKXZc8bed { box-sizing:content-box;height:4.375rem;width:17.375rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f2dea8, #e7bf56);background-image: -moz-linear-gradient(180deg, #f2dea8, #e7bf56);background-image: -ms-linear-gradient(180deg, #f2dea8, #e7bf56);background-image: -o-linear-gradient(180deg, #f2dea8, #e7bf56);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2dea8', endColorstr='#e7bf56' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2dea8', endColorstr='#e7bf56' );";background-image: linear-gradient(180deg, #f2dea8, #e7bf56);background-size:auto !important;top:1.9375rem;left:21.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#z0TxzTLODTpRMpnmtSZDTx5KG5HJ1s2b { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:2.53125rem;left:23.03125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#csQeaUbHg7HWEy54P8TLxtd3DMB6eoGP { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:4.15625rem;left:22.65625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LOBTUmN1HVCWSXGV2k61r6f0fqGlCPdD { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:17.3125rem;top:11.5625rem;left:1.25rem;overflow:hidden;display:block; }
#uNUZ0csOHrscJWqeEM4yTdt7gVDTT47e { color:#000000;display:block;width:15.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:27.6875rem;left:22.375rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#Fo4rCa6ldI2ZgF2vJWAQVle12ar0cxl7 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f4dd9c, #e4ac1f);background-image: -moz-linear-gradient(180deg, #f4dd9c, #e4ac1f);background-image: -ms-linear-gradient(180deg, #f4dd9c, #e4ac1f);background-image: -o-linear-gradient(180deg, #f4dd9c, #e4ac1f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4dd9c', endColorstr='#e4ac1f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4dd9c', endColorstr='#e4ac1f' );";background-image: linear-gradient(180deg, #f4dd9c, #e4ac1f);background-size:auto !important;border-top:0.0625rem solid #c8b277;border-left:0.0625rem solid #c8b277;border-right:0.0625rem solid #c8b277;border-bottom:0.0625rem solid #c8b277;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:30.5rem;left:22.1875rem;display:block; }
#fAPZci8hPqUBbXSrRINEDnnzz0aS1rlB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZyXOyq521eXAtsO4Tk44oGwwyyqAvCoM { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:8.3125rem;top:34.5rem;left:25.875rem;overflow:hidden;display:block; }
#EKWKxtixeK7ErHrFKMCsq6WMs7raXNtU { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:37.75rem;left:24.5rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#p588SC58BhzuJckQI1LN41IWo4EQN16R { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:16.5625rem;top:22.5rem;left:21.71875rem;overflow:hidden;display:block; }
#sDr8Jcwsvaz2LdnCuKP6MOTvZFkTq4i1 { box-sizing:content-box;height:35.75rem;width:17.375rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:5.0625rem;left:41.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#xaZhgC0qhfh7nyDSS6TLCNsIGRTGuVqx { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:18.4375rem;top:11.5625rem;left:40.5625rem;overflow:hidden;display:block; }
#v2ADsQ9IKdEvnE0vqJuGETScrbPSqOSK { color:#000000;display:block;width:15.25rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:27.625rem;left:42.375rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#GnpSKz1JiU2H4FdSEtQtH6K6FUUXICyw { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f4dd9c, #e4ac1f);background-image: -moz-linear-gradient(180deg, #f4dd9c, #e4ac1f);background-image: -ms-linear-gradient(180deg, #f4dd9c, #e4ac1f);background-image: -o-linear-gradient(180deg, #f4dd9c, #e4ac1f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4dd9c', endColorstr='#e4ac1f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4dd9c', endColorstr='#e4ac1f' );";background-image: linear-gradient(180deg, #f4dd9c, #e4ac1f);background-size:auto !important;border-top:0.0625rem solid #c8b277;border-left:0.0625rem solid #c8b277;border-right:0.0625rem solid #c8b277;border-bottom:0.0625rem solid #c8b277;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.4375rem;left:42.1875rem;display:block; }
#LX4fZardqZTQatsDU26crrvfOAZHEVnF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jv1DKe83JBcc1wtLZ12Vm6V8aTeOouNr { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:37.6875rem;left:44.5rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#spzEe7WKHLi0UifULNgcXcqh7iyC8Gha { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:8.3125rem;top:34.4375rem;left:45.875rem;overflow:hidden;display:block; }
#CotK6c75bFB6Ay8LX7SGgltKNw5GSRCW { box-sizing:content-box;height:4.375rem;width:17.375rem;position:absolute;display:block;z-index:15010;background-color:#9be3c5;background-image:none;top:5.0625rem;left:41.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#DrJpwSeXTUboasDcVOtcRmgBbDQW7wQW { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:7.25rem;left:43.0625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rlxepcTe4HW6KNQnbzXEqgwQ2ofvfQ3I { color:#000000;display:block;width:15.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.4375rem;left:42.0625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#BW8GrdhrnL3oeQxbAtyMSfKp8TIFV808 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:16.5625rem;top:24.875rem;left:41.71875rem;overflow:hidden;display:block; }
#FRPLyw3z4GG9o1B5ZSQpUTsUfXdywLlQ { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:16.5625rem;top:26.125rem;left:1.71875rem;overflow:hidden;display:block; }
#PvRxtqTrlNsWl07ICDzJIO0gl2AEqb3I { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:17.4375rem;top:7.75rem;left:21.28125rem;overflow:hidden;display:block; }
#UKkmDp9TVLoRGzxpZCI3DsRJ23BKp9hd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#096050;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; }#UKkmDp9TVLoRGzxpZCI3DsRJ23BKp9hd > .row .container { background-color: transparent; background-image: none; }#UKkmDp9TVLoRGzxpZCI3DsRJ23BKp9hd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKkmDp9TVLoRGzxpZCI3DsRJ23BKp9hd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKkmDp9TVLoRGzxpZCI3DsRJ23BKp9hd > .row .container > .video-iframe-container { display: none; }#UKkmDp9TVLoRGzxpZCI3DsRJ23BKp9hd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKkmDp9TVLoRGzxpZCI3DsRJ23BKp9hd > .row > .video-iframe-container { display: none; }#UKkmDp9TVLoRGzxpZCI3DsRJ23BKp9hd > .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); }#UKkmDp9TVLoRGzxpZCI3DsRJ23BKp9hd > .row .container { border-width: 0; border-radius: 0; }#UKkmDp9TVLoRGzxpZCI3DsRJ23BKp9hd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UKkmDp9TVLoRGzxpZCI3DsRJ23BKp9hd > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;position:relative;display:block; }#u28ROHVePm1JahBZG2BgdzDNJaQbNRry { box-sizing:content-box;height:2.625rem;width:32.6875rem;position:absolute;display:block;z-index:15007;background-color:#d01a0d;background-image:none;top:0.8125rem;left:13.65625rem;display:block; }
#QVZRxRI6V4gR6OrP12obnWquS4ApNhv1 { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.28125rem;left:14.0625rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#xxt9Q2qX8ca7ML5vslR9m636b059wLP1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#096050;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; }#xxt9Q2qX8ca7ML5vslR9m636b059wLP1 > .row .container { background-color: transparent; background-image: none; }#xxt9Q2qX8ca7ML5vslR9m636b059wLP1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxt9Q2qX8ca7ML5vslR9m636b059wLP1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxt9Q2qX8ca7ML5vslR9m636b059wLP1 > .row .container > .video-iframe-container { display: none; }#xxt9Q2qX8ca7ML5vslR9m636b059wLP1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxt9Q2qX8ca7ML5vslR9m636b059wLP1 > .row > .video-iframe-container { display: none; }#xxt9Q2qX8ca7ML5vslR9m636b059wLP1 > .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); }#xxt9Q2qX8ca7ML5vslR9m636b059wLP1 > .row .container { border-width: 0; border-radius: 0; }#xxt9Q2qX8ca7ML5vslR9m636b059wLP1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xxt9Q2qX8ca7ML5vslR9m636b059wLP1 > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:60rem;position:relative;display:block; }#hg8IWvTsZq6fl3M3FahhkiK9ZOEwcD3n { color:#e2e5ca;display:block;width:38.8125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.875rem;left:10.59375rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#Im7yecxhOlsOcRX8rbvuOWEfIap5iRqS { color:#e2e5ca;display:block;width:58.25rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0.875rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#oHnRelnOcJs4bLgUJTE4loJKeKmnURWl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f4;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; }#oHnRelnOcJs4bLgUJTE4loJKeKmnURWl > .row .container { background-color: transparent; background-image: none; }#oHnRelnOcJs4bLgUJTE4loJKeKmnURWl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHnRelnOcJs4bLgUJTE4loJKeKmnURWl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHnRelnOcJs4bLgUJTE4loJKeKmnURWl > .row .container > .video-iframe-container { display: none; }#oHnRelnOcJs4bLgUJTE4loJKeKmnURWl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oHnRelnOcJs4bLgUJTE4loJKeKmnURWl > .row > .video-iframe-container { display: none; }#oHnRelnOcJs4bLgUJTE4loJKeKmnURWl > .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); }#oHnRelnOcJs4bLgUJTE4loJKeKmnURWl > .row .container { border-width: 0; border-radius: 0; }#oHnRelnOcJs4bLgUJTE4loJKeKmnURWl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oHnRelnOcJs4bLgUJTE4loJKeKmnURWl > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#XnaSQULBR49LUp8kPwGlMoPFm1AFgXev { color:#000000;display:block;width:45.5625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:7.21875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#vHS1PwIwwFnFRaPsWqxgyGp6MwXnxHrx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f4;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; }#vHS1PwIwwFnFRaPsWqxgyGp6MwXnxHrx > .row .container { background-color: transparent; background-image: none; }#vHS1PwIwwFnFRaPsWqxgyGp6MwXnxHrx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHS1PwIwwFnFRaPsWqxgyGp6MwXnxHrx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHS1PwIwwFnFRaPsWqxgyGp6MwXnxHrx > .row .container > .video-iframe-container { display: none; }#vHS1PwIwwFnFRaPsWqxgyGp6MwXnxHrx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHS1PwIwwFnFRaPsWqxgyGp6MwXnxHrx > .row > .video-iframe-container { display: none; }#vHS1PwIwwFnFRaPsWqxgyGp6MwXnxHrx > .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); }#vHS1PwIwwFnFRaPsWqxgyGp6MwXnxHrx > .row .container { border-width: 0; border-radius: 0; }#vHS1PwIwwFnFRaPsWqxgyGp6MwXnxHrx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vHS1PwIwwFnFRaPsWqxgyGp6MwXnxHrx > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:60rem;position:relative;display:block; }#y1RfVv4ms6D1Rq2k2v2vnNiGcR8y7Q2g { box-sizing:content-box;height:22.25rem;width:26.625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:5.3125rem;left:1.6875rem;display:block; }
#qJ0xwwzStT64ewbpJnN88G6iF0TuPTzC { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:5.5625rem;top:3.4375rem;left:22.8125rem;overflow:hidden;display:block; }
#fw8XeGyTMgB7KM3uqA8rv7bkXXkFptN2 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:562500rem;border-top-right-radius:562500rem;border-bottom-left-radius:562500rem;border-bottom-right-radius:562500rem;box-shadow: none;height:2.5rem;width:2.5rem;top:2.125rem;left:1.6875rem;overflow:hidden;display:block; }
#O60zoPtNmJGkoTnpr7baDTwaTeFLVcIT { color:#1b624d;display:block;width:8.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.625rem;height:1.4375rem;text-align:left;text-align-last:left;display:block; }
#rXAQNDNwapIIhIJLWul296vpGlJ39UK0 { color:#1b624d;display:block;width:9.5625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5625rem;left:4.625rem;height:0.9375rem;text-align:left;text-align-last:left;display:block; }
#IrGG0I1vhgGHrQH6hsIxTZmGLcHo2fai { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.375rem;left:14.1875rem; }
#kX61OhpmZJvTCHsaUJqCinTIQT9gz8Ta { color:#d01a0d;display:block;width:23.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.0625rem;left:2.46875rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#hCxOAIQ28N7TnoQT86RzhFzTvzguNhZk { color:#d01a0d;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:8.4375rem;left:2.5rem;height:15.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G2UV5GtymasQic44SUslgMtgacxeDqTG { box-sizing:content-box;height:19.3125rem;width:26.625rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:5.3125rem;left:31.6875rem;display:block; }
#BDpWWwuwNy58ApDLSAyBvCVRCrwGIBnm { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:5.5625rem;top:3.4375rem;left:52.8125rem;overflow:hidden;display:block; }
#WuP3VRMvSKfFx4rq9Kgw4FuBETTMX4PP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:3.40625rem;left:44.34375rem; }
#EaNm40hB75aC00BQepJhdFnoeukf24tB { color:#d01a0d;display:block;width:23.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.0625rem;left:32.5rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#TXagsXbzWm4Te7kSOCcn8B4enBi7ySwL { color:#d01a0d;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:8.4375rem;left:32.5rem;height:12.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MxwscBHbaQxU0hiRR9EPcwHnm9UGgQ9J { color:#1b624d;display:block;width:9.5625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.59375rem;left:34.6875rem;height:0.9375rem;text-align:left;text-align-last:left;display:block; }
#w9rWpqHp8N4hd0MHgCAzKChoiNDoMC77 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:562500rem;border-top-right-radius:562500rem;border-bottom-left-radius:562500rem;border-bottom-right-radius:562500rem;box-shadow: none;height:2.4375rem;width:2.5rem;top:2.25rem;left:31.6875rem;overflow:hidden;display:block; }
#MBQ4IAab3g93n4eUtQ1lnoZArOwzHE8T { color:#1b624d;display:block;width:8.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.0625rem;left:34.625rem;height:1.4375rem;text-align:left;text-align-last:left;display:block; }
#nGPMEgFkZQQgP7VorqKzXGgCciteSGyS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f4;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; }#nGPMEgFkZQQgP7VorqKzXGgCciteSGyS > .row .container { background-color: transparent; background-image: none; }#nGPMEgFkZQQgP7VorqKzXGgCciteSGyS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGPMEgFkZQQgP7VorqKzXGgCciteSGyS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGPMEgFkZQQgP7VorqKzXGgCciteSGyS > .row .container > .video-iframe-container { display: none; }#nGPMEgFkZQQgP7VorqKzXGgCciteSGyS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGPMEgFkZQQgP7VorqKzXGgCciteSGyS > .row > .video-iframe-container { display: none; }#nGPMEgFkZQQgP7VorqKzXGgCciteSGyS > .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); }#nGPMEgFkZQQgP7VorqKzXGgCciteSGyS > .row .container { border-width: 0; border-radius: 0; }#nGPMEgFkZQQgP7VorqKzXGgCciteSGyS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nGPMEgFkZQQgP7VorqKzXGgCciteSGyS > .row .container { font-size:0.875rem;font-family:arial;height:36rem;width:60rem;position:relative;display:block; }#HT0tUozQ3yNZKIpx42SUnFtqOckek0NB { box-sizing:content-box;height:22.25rem;width:26.625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:5.3125rem;left:1.6875rem;display:block; }
#uPL8nV5KUJX0oyUMC31gnPDTFMVTBWPc { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:5.5625rem;top:3.4375rem;left:22.8125rem;overflow:hidden;display:block; }
#qiktfGP5HzuLTkAFuMgTdexmLs8B32Mm { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:562500rem;border-top-right-radius:562500rem;border-bottom-left-radius:562500rem;border-bottom-right-radius:562500rem;box-shadow: none;height:2.5rem;width:2.5rem;top:2.125rem;left:1.6875rem;overflow:hidden;display:block; }
#khvGDO2EJQnZbynzZlgyuqE3apmguTdW { color:#1b624d;display:block;width:8.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.125rem;left:4.625rem;height:1.4375rem;text-align:left;text-align-last:left;display:block; }
#PRy0wUsKJnJoPtIzSoXtKd1fO4UlMTQh { color:#1b624d;display:block;width:9.5625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5625rem;left:4.625rem;height:0.9375rem;text-align:left;text-align-last:left;display:block; }
#uStmcclCmnuc2JF4FVT4wvHzqFomSTB1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.375rem;left:14.1875rem; }
#XO3wasEcKStZ7T5uJ6LZDzB3ba9ak48u { color:#d01a0d;display:block;width:23.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.0625rem;left:2.46875rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#VZFmHdugWcfMFLxRlGkWMTQVDJBZneqR { color:#d01a0d;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:8.4375rem;left:2.5rem;height:15.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oBQ3Pg1ZPTyvqoSvuyBcXz6ddvS4LTGs { box-sizing:content-box;height:26.1875rem;width:26.625rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:5.3125rem;left:31.6875rem;display:block; }
#VfdC7mzO2e0rsmyeE0EOyGOeTZcUgiBd { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:5.5625rem;top:3.4375rem;left:52.8125rem;overflow:hidden;display:block; }
#sLN3DfV0ab89on5oapbm2UlF2yyzEhEy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:3.40625rem;left:44.34375rem; }
#WJ0x8GBmeFKtJT7TISpyeNIartdNMiho { color:#d01a0d;display:block;width:23.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.0625rem;left:32.5rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#ZJuIswWsU4IffgltCLH4Knfu0XuwUoLt { color:#d01a0d;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:8.4375rem;left:32.5rem;height:17.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P8DxOsm1powywGbdRLRP7DswMi4cSe6w { color:#1b624d;display:block;width:9.5625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.59375rem;left:34.6875rem;height:0.9375rem;text-align:left;text-align-last:left;display:block; }
#sTU3r6DiGNwgA2R4cnv9q2eIlTzy5qI6 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:562500rem;border-top-right-radius:562500rem;border-bottom-left-radius:562500rem;border-bottom-right-radius:562500rem;box-shadow: none;height:2.5rem;width:2.5rem;top:2.25rem;left:31.6875rem;overflow:hidden;display:block; }
#zNIEyEqRJ7dCK3KBT0pBwZsDwDkDTXTR { color:#1b624d;display:block;width:8.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.0625rem;left:34.625rem;height:1.4375rem;text-align:left;text-align-last:left;display:block; }
#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f4;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; }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .row .container { background-color: transparent; background-image: none; }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .row .container > .video-iframe-container { display: none; }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .row > .video-iframe-container { display: none; }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .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); }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .row .container { border-width: 0; border-radius: 0; }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;position:relative;display:block; }#W2a8JMGrsC7tmVK3s4FiIsp3fzynHXM1 { color:#000000;display:block;width:54.75rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.875rem;left:2.625rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f4;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; }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .row .container { background-color: transparent; background-image: none; }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .row .container > .video-iframe-container { display: none; }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .row > .video-iframe-container { display: none; }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .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); }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .row .container { border-width: 0; border-radius: 0; }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:60rem;position:relative;display:block; }#fXsEuIaeTy0aitXVpHng8T3UX63rJvxH { color:#000000;display:block;width:54.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.6875rem;left:2.625rem;height:1.1875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fADlBrILzC7PWHftw0aTghJQ6G8BHOD5 { display:block; }#fADlBrILzC7PWHftw0aTghJQ6G8BHOD5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyWn2FmfA0ULoTIZiVWwLHfO3ybTJCZG { top:0.8125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7P3tWMeBtpvibUKOiJ8ptpv6pAIu0Bq { display:block; }#o7P3tWMeBtpvibUKOiJ8ptpv6pAIu0Bq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O686ZZ99P6ham0FTmiJ0iUbAE5Ohn23G { top:2.375rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbi2Xgq1EOfMR7obxNqOATQv2pG879yR { top:2.0625rem;left:0rem;width:23.0625rem;height:4.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts7B61g2GpFXnQgKl4PfXpc5HRyVGgSA { top:2.4375rem;left:17.1875rem;width:30.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2lWM8ZRAdgS7O2OTcFt2egdrSMzXqfA { top:4rem;left:15.3125rem;width:32.4375rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsyiLxTw8TCuIdPfVrhdqppG5lsJk55W { top:4.0625rem;left:14.9375rem;width:32.8125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgdfyVXbghdZiJTOaUTQa53v0JbtVC1H { top:8.5625rem;left:0rem;width:47.75rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEbcPiwNP65QMumSq5var2Kq6eThZeoT { top:44.3125rem;left:0.15625rem;width:47.4375rem;height:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL { display:flex;width:9rem;height:5.0625rem;top:48.125rem;left:22.3037109375rem; }
 }@media only screen and (max-width: 763px) { #TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #cDNwJrSqyznPw3P9Uow4IyFfhdsOdRzG { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #KhqoG5VG2NhIblhlhtRgHXlvRe0lQm9S {  }
 }@media only screen and (max-width: 763px) { #TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #BgK0V7BeU0CCtu0Ev9KkgavxBB1T5wap {  }
 }@media only screen and (max-width: 763px) { #TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #fJiQOxACea5T135E8KpOcABfkVimzUun { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #AkAsbHnHkrlLivf7Qa8H4NTySfeQaH4o {  }
 }@media only screen and (max-width: 763px) { #TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #TkgzxZ4CWoZ5pE4SaebuBPy5ZK0C0qQ4 {  }
 }@media only screen and (max-width: 763px) { #TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #w2JndyHHyZt3cDgRBeaI9VC2XgVAfytR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #D0kDFBaPE98Nf1TVOqtxPKTPiPqeS69k {  }
 }@media only screen and (max-width: 763px) { #TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #LiMipcTXFGiSnktqxFcoBaO6FNXHCv3P {  }
 }@media only screen and (max-width: 763px) { #TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #VigBnJFP4koeVbWtgacNWuK6Kqu06HDw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #rdZlgLrT3EI1BAq8KTNMVmqlnGNT71AQ {  }
 }@media only screen and (max-width: 763px) { #TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #P2GCwsRQTUkCPHcebph40Iz6W6xJIFOh {  }
 }@media only screen and (max-width: 763px) { #CNoCQI7Daw2xqc6yDcJgy5RwDF52AVqo { display:block; }#CNoCQI7Daw2xqc6yDcJgy5RwDF52AVqo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cIyvBqpdpBnzeWIhRylugHgSLMp1xp7L { top:7.1875rem;left:0rem;width:17.375rem;height:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnzkH1oDnJVMauhT40fncfVUkMgeuSmv { top:7.1875rem;left:0rem;width:17.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8x9KJQrrGtJcKU5AroRgIWzIeQ5dO8x { top:7.75rem;left:1rem;width:13.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLfKhhmsyU1eI9T8RT0kcWz3msE4npqH { top:9.375rem;left:1rem;width:13.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlzxF3ae25NOk9wBX6vfw85HPFLwH2AE { top:28.5625rem;left:0.3125rem;width:15.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X42ansl0BOxL3bWl1QezO4OAS4X8NheQ { width:15.6875rem;height:3.4375rem;top:31.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc9E1EfWOV9J7d33dnNrcaSVTv7tgXTq { display:block; }
 }@media only screen and (max-width: 763px) { #LZWEQm7DdWkVvoRKR3tOUTrMABN9aNFy { top:35.4375rem;left:3.8125rem;width:8.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8D00ZM5gS80L6fb0rgQKs1kaLSLDJfv { top:38.6875rem;left:2.4375rem;width:11.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPFDchOL7iaH7oeB1z7A5lomPopuq7Vu { top:1.9375rem;left:14.375rem;width:17.375rem;height:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0RAfZlIe7qxQJzaf7ze5CZhKXZc8bed { top:1.9375rem;left:14.375rem;width:17.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0TxzTLODTpRMpnmtSZDTx5KG5HJ1s2b { top:2.5rem;left:16.84375rem;width:13.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #csQeaUbHg7HWEy54P8TLxtd3DMB6eoGP { top:4.125rem;left:16.46875rem;width:14.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOBTUmN1HVCWSXGV2k61r6f0fqGlCPdD { top:11.5625rem;left:0rem;width:17.3125rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNUZ0csOHrscJWqeEM4yTdt7gVDTT47e { top:27.6875rem;left:16.1875rem;width:15.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo4rCa6ldI2ZgF2vJWAQVle12ar0cxl7 { width:15.6875rem;height:3.4375rem;top:30.5rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAPZci8hPqUBbXSrRINEDnnzz0aS1rlB { display:block; }
 }@media only screen and (max-width: 763px) { #ZyXOyq521eXAtsO4Tk44oGwwyyqAvCoM { top:34.5rem;left:19.6875rem;width:8.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKWKxtixeK7ErHrFKMCsq6WMs7raXNtU { top:37.75rem;left:18.3125rem;width:11.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p588SC58BhzuJckQI1LN41IWo4EQN16R { top:22.5rem;left:15.1875rem;width:16.5625rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDr8Jcwsvaz2LdnCuKP6MOTvZFkTq4i1 { top:5.0625rem;left:30.25rem;width:17.375rem;height:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaZhgC0qhfh7nyDSS6TLCNsIGRTGuVqx { top:11.5625rem;left:28.75rem;width:18.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2ADsQ9IKdEvnE0vqJuGETScrbPSqOSK { top:27.625rem;left:32.0625rem;width:15.25rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnpSKz1JiU2H4FdSEtQtH6K6FUUXICyw { width:15.6875rem;height:3.4375rem;top:30.4375rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX4fZardqZTQatsDU26crrvfOAZHEVnF { display:block; }
 }@media only screen and (max-width: 763px) { #Jv1DKe83JBcc1wtLZ12Vm6V8aTeOouNr { top:37.6875rem;left:34.1875rem;width:11.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #spzEe7WKHLi0UifULNgcXcqh7iyC8Gha { top:34.4375rem;left:35.5625rem;width:8.3125rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CotK6c75bFB6Ay8LX7SGgltKNw5GSRCW { top:5.0625rem;left:30.25rem;width:17.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrJpwSeXTUboasDcVOtcRmgBbDQW7wQW { top:7.25rem;left:32.75rem;width:13.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlxepcTe4HW6KNQnbzXEqgwQ2ofvfQ3I { top:5.4375rem;left:31.75rem;width:15.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW8GrdhrnL3oeQxbAtyMSfKp8TIFV808 { top:24.875rem;left:31.0625rem;width:16.5625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRPLyw3z4GG9o1B5ZSQpUTsUfXdywLlQ { top:26.125rem;left:0rem;width:16.5625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvRxtqTrlNsWl07ICDzJIO0gl2AEqb3I { top:7.75rem;left:14.3125rem;width:17.4375rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKkmDp9TVLoRGzxpZCI3DsRJ23BKp9hd { display:block; }#UKkmDp9TVLoRGzxpZCI3DsRJ23BKp9hd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u28ROHVePm1JahBZG2BgdzDNJaQbNRry { top:0.8125rem;left:7.53125rem;width:32.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVZRxRI6V4gR6OrP12obnWquS4ApNhv1 { top:1.25rem;left:7.9375rem;width:31.875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxt9Q2qX8ca7ML5vslR9m636b059wLP1 { display:block; }#xxt9Q2qX8ca7ML5vslR9m636b059wLP1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hg8IWvTsZq6fl3M3FahhkiK9ZOEwcD3n { top:0.875rem;left:4.46875rem;width:38.8125rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im7yecxhOlsOcRX8rbvuOWEfIap5iRqS { top:5.8125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHnRelnOcJs4bLgUJTE4loJKeKmnURWl { display:block; }#oHnRelnOcJs4bLgUJTE4loJKeKmnURWl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnaSQULBR49LUp8kPwGlMoPFm1AFgXev { top:2.8125rem;left:1.09375rem;width:45.5625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHS1PwIwwFnFRaPsWqxgyGp6MwXnxHrx { display:block; }#vHS1PwIwwFnFRaPsWqxgyGp6MwXnxHrx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1RfVv4ms6D1Rq2k2v2vnNiGcR8y7Q2g { top:5.3125rem;left:0rem;width:26.625rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ0xwwzStT64ewbpJnN88G6iF0TuPTzC { top:3.4375rem;left:18.3125rem;width:5.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw8XeGyTMgB7KM3uqA8rv7bkXXkFptN2 { top:2.125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O60zoPtNmJGkoTnpr7baDTwaTeFLVcIT { top:2.125rem;left:1.5625rem;width:8.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXAQNDNwapIIhIJLWul296vpGlJ39UK0 { top:3.5625rem;left:1.5625rem;width:9.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrGG0I1vhgGHrQH6hsIxTZmGLcHo2fai { top:3.375rem;left:11.125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX61OhpmZJvTCHsaUJqCinTIQT9gz8Ta { top:6.0625rem;left:0rem;width:23.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCxOAIQ28N7TnoQT86RzhFzTvzguNhZk { top:8.4375rem;left:0rem;width:25rem;height:17.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2UV5GtymasQic44SUslgMtgacxeDqTG { top:5.3125rem;left:21.125rem;width:26.625rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDpWWwuwNy58ApDLSAyBvCVRCrwGIBnm { top:3.4375rem;left:42.1875rem;width:5.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuP3VRMvSKfFx4rq9Kgw4FuBETTMX4PP { top:3.375rem;left:35.15625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaNm40hB75aC00BQepJhdFnoeukf24tB { top:6.0625rem;left:23.875rem;width:23.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXagsXbzWm4Te7kSOCcn8B4enBi7ySwL { top:8.4375rem;left:22.75rem;width:25rem;height:15.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxwscBHbaQxU0hiRR9EPcwHnm9UGgQ9J { top:3.5625rem;left:25.5rem;width:9.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9rWpqHp8N4hd0MHgCAzKChoiNDoMC77 { top:2.25rem;left:23.875rem;width:2.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBQ4IAab3g93n4eUtQ1lnoZArOwzHE8T { top:2.0625rem;left:25.4375rem;width:8.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGPMEgFkZQQgP7VorqKzXGgCciteSGyS { display:block; }#nGPMEgFkZQQgP7VorqKzXGgCciteSGyS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HT0tUozQ3yNZKIpx42SUnFtqOckek0NB { top:5.3125rem;left:0rem;width:26.625rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPL8nV5KUJX0oyUMC31gnPDTFMVTBWPc { top:3.4375rem;left:18.3125rem;width:5.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiktfGP5HzuLTkAFuMgTdexmLs8B32Mm { top:2.125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #khvGDO2EJQnZbynzZlgyuqE3apmguTdW { top:2.125rem;left:1.5625rem;width:8.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRy0wUsKJnJoPtIzSoXtKd1fO4UlMTQh { top:3.5625rem;left:1.5625rem;width:9.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uStmcclCmnuc2JF4FVT4wvHzqFomSTB1 { top:3.375rem;left:11.125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO3wasEcKStZ7T5uJ6LZDzB3ba9ak48u { top:6.0625rem;left:0rem;width:23.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZFmHdugWcfMFLxRlGkWMTQVDJBZneqR { top:8.4375rem;left:0rem;width:25rem;height:17.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBQ3Pg1ZPTyvqoSvuyBcXz6ddvS4LTGs { top:5.3125rem;left:21.125rem;width:26.625rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfdC7mzO2e0rsmyeE0EOyGOeTZcUgiBd { top:3.4375rem;left:42.1875rem;width:5.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLN3DfV0ab89on5oapbm2UlF2yyzEhEy { top:3.375rem;left:35.15625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ0x8GBmeFKtJT7TISpyeNIartdNMiho { top:6.0625rem;left:23.875rem;width:23.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJuIswWsU4IffgltCLH4Knfu0XuwUoLt { top:8.4375rem;left:22.75rem;width:25rem;height:22rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8DxOsm1powywGbdRLRP7DswMi4cSe6w { top:3.5625rem;left:25.5rem;width:9.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTU3r6DiGNwgA2R4cnv9q2eIlTzy5qI6 { top:2.25rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNIEyEqRJ7dCK3KBT0pBwZsDwDkDTXTR { top:2.0625rem;left:25.4375rem;width:8.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL { display:block; }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W2a8JMGrsC7tmVK3s4FiIsp3fzynHXM1 { top:10.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh { display:block; }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXsEuIaeTy0aitXVpHng8T3UX63rJvxH { top:1.6875rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fADlBrILzC7PWHftw0aTghJQ6G8BHOD5 { display:block; }#fADlBrILzC7PWHftw0aTghJQ6G8BHOD5 > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyWn2FmfA0ULoTIZiVWwLHfO3ybTJCZG { width:19.9375rem;height:1.5rem;top:0.96875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7P3tWMeBtpvibUKOiJ8ptpv6pAIu0Bq { display:block; }#o7P3tWMeBtpvibUKOiJ8ptpv6pAIu0Bq > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O686ZZ99P6ham0FTmiJ0iUbAE5Ohn23G { width:2.5625rem;height:2.5625rem;top:1rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbi2Xgq1EOfMR7obxNqOATQv2pG879yR { width:14rem;height:2.8125rem;top:0.875rem;left:4.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts7B61g2GpFXnQgKl4PfXpc5HRyVGgSA { width:15.25rem;height:3.25rem;top:3.6875rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D2lWM8ZRAdgS7O2OTcFt2egdrSMzXqfA { width:20rem;height:1.4375rem;top:7.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PsyiLxTw8TCuIdPfVrhdqppG5lsJk55W { width:20rem;height:2.4375rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgdfyVXbghdZiJTOaUTQa53v0JbtVC1H { width:20rem;height:11rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEbcPiwNP65QMumSq5var2Kq6eThZeoT { width:16.1875rem;height:3rem;top:22.375rem;left:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL .widget-text.counter-number { padding-top:0.056875rem;padding-right:0.05rem;padding-bottom:0.056875rem;padding-left:0.05rem;width:0.3rem;min-width:0.3rem;height:0.305625rem;font-size:0.2275rem;line-height:4.89px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.035625rem;margin-right:0;margin-bottom:0;margin-left:0;width:0.4rem;height:0.120625rem;font-size:0.085rem;line-height:1.93px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL { display:flex;width:2.8125rem;height:0.575625rem;top:26.0625rem;left:8.9072265625rem;padding-top:0.028125rem;padding-right:0.02875rem;padding-bottom:0.028125rem;padding-left:0.02875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #cDNwJrSqyznPw3P9Uow4IyFfhdsOdRzG { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #KhqoG5VG2NhIblhlhtRgHXlvRe0lQm9S {  }
 }@media only screen and (max-width: 763px) { #TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #BgK0V7BeU0CCtu0Ev9KkgavxBB1T5wap {  }
 }@media only screen and (max-width: 763px) { #TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #fJiQOxACea5T135E8KpOcABfkVimzUun { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #AkAsbHnHkrlLivf7Qa8H4NTySfeQaH4o {  }
 }@media only screen and (max-width: 763px) { #TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #TkgzxZ4CWoZ5pE4SaebuBPy5ZK0C0qQ4 {  }
 }@media only screen and (max-width: 763px) { #TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #w2JndyHHyZt3cDgRBeaI9VC2XgVAfytR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #D0kDFBaPE98Nf1TVOqtxPKTPiPqeS69k {  }
 }@media only screen and (max-width: 763px) { #TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #LiMipcTXFGiSnktqxFcoBaO6FNXHCv3P {  }
 }@media only screen and (max-width: 763px) { #TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #VigBnJFP4koeVbWtgacNWuK6Kqu06HDw { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #rdZlgLrT3EI1BAq8KTNMVmqlnGNT71AQ {  }
 }@media only screen and (max-width: 763px) { #TaFi3g8q5ItnGv6gCLywmhJZOUeRJPfL #P2GCwsRQTUkCPHcebph40Iz6W6xJIFOh {  }
 }@media only screen and (max-width: 763px) { #CNoCQI7Daw2xqc6yDcJgy5RwDF52AVqo { display:block; }#CNoCQI7Daw2xqc6yDcJgy5RwDF52AVqo > .row .container { width:20rem;height:111.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cIyvBqpdpBnzeWIhRylugHgSLMp1xp7L { width:17.375rem;height:33.5rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnzkH1oDnJVMauhT40fncfVUkMgeuSmv { width:17.375rem;height:4.375rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8x9KJQrrGtJcKU5AroRgIWzIeQ5dO8x { width:13.9375rem;height:1.625rem;top:1.84375rem;left:3.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLfKhhmsyU1eI9T8RT0kcWz3msE4npqH { width:13.9375rem;height:1.25rem;top:3.46875rem;left:3.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlzxF3ae25NOk9wBX6vfw85HPFLwH2AE { width:15.25rem;height:2rem;top:21.9375rem;left:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X42ansl0BOxL3bWl1QezO4OAS4X8NheQ { width:15.6875rem;height:3.4375rem;top:24.75rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc9E1EfWOV9J7d33dnNrcaSVTv7tgXTq { display:block; }
 }@media only screen and (max-width: 763px) { #LZWEQm7DdWkVvoRKR3tOUTrMABN9aNFy { width:8.3125rem;height:1.4375rem;top:28.75rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8D00ZM5gS80L6fb0rgQKs1kaLSLDJfv { width:11.0625rem;height:2rem;top:31.3125rem;left:4.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPFDchOL7iaH7oeB1z7A5lomPopuq7Vu { width:17.375rem;height:37.9375rem;top:36.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0RAfZlIe7qxQJzaf7ze5CZhKXZc8bed { width:17.375rem;height:4.375rem;top:36.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0TxzTLODTpRMpnmtSZDTx5KG5HJ1s2b { width:13.9375rem;height:1.625rem;top:37.0625rem;left:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #csQeaUbHg7HWEy54P8TLxtd3DMB6eoGP { width:14.6875rem;height:1.25rem;top:38.6875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOBTUmN1HVCWSXGV2k61r6f0fqGlCPdD { width:17.1875rem;height:13.5rem;top:5.625rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNUZ0csOHrscJWqeEM4yTdt7gVDTT47e { width:15.25rem;height:2rem;top:60.9375rem;left:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo4rCa6ldI2ZgF2vJWAQVle12ar0cxl7 { width:15.6875rem;height:3.4375rem;top:63.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAPZci8hPqUBbXSrRINEDnnzz0aS1rlB { display:block; }
 }@media only screen and (max-width: 763px) { #ZyXOyq521eXAtsO4Tk44oGwwyyqAvCoM { width:8.3125rem;height:1.4375rem;top:67.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKWKxtixeK7ErHrFKMCsq6WMs7raXNtU { width:11.0625rem;height:2rem;top:71rem;left:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p588SC58BhzuJckQI1LN41IWo4EQN16R { width:15.1875rem;height:3.9375rem;top:55.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDr8Jcwsvaz2LdnCuKP6MOTvZFkTq4i1 { width:17.375rem;height:34.8125rem;top:75.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaZhgC0qhfh7nyDSS6TLCNsIGRTGuVqx { width:18.25rem;height:11.3125rem;top:81.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2ADsQ9IKdEvnE0vqJuGETScrbPSqOSK { width:15.25rem;height:2rem;top:97.5625rem;left:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnpSKz1JiU2H4FdSEtQtH6K6FUUXICyw { width:15.6875rem;height:3.4375rem;top:100.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX4fZardqZTQatsDU26crrvfOAZHEVnF { display:block; }
 }@media only screen and (max-width: 763px) { #Jv1DKe83JBcc1wtLZ12Vm6V8aTeOouNr { width:11.0625rem;height:2rem;top:107.625rem;left:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #spzEe7WKHLi0UifULNgcXcqh7iyC8Gha { width:8.3125rem;height:1.4375rem;top:104.375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CotK6c75bFB6Ay8LX7SGgltKNw5GSRCW { width:17.375rem;height:4.375rem;top:75.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrJpwSeXTUboasDcVOtcRmgBbDQW7wQW { width:13.9375rem;height:1.25rem;top:78.125rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlxepcTe4HW6KNQnbzXEqgwQ2ofvfQ3I { width:15.875rem;height:1.625rem;top:76.3125rem;left:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW8GrdhrnL3oeQxbAtyMSfKp8TIFV808 { width:15.1875rem;height:1.6875rem;top:94.9375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRPLyw3z4GG9o1B5ZSQpUTsUfXdywLlQ { width:16.5625rem;height:1.8125rem;top:19.4375rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvRxtqTrlNsWl07ICDzJIO0gl2AEqb3I { width:17.4375rem;height:13.0625rem;top:42rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKkmDp9TVLoRGzxpZCI3DsRJ23BKp9hd { display:block; }#UKkmDp9TVLoRGzxpZCI3DsRJ23BKp9hd > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u28ROHVePm1JahBZG2BgdzDNJaQbNRry { width:17.25rem;height:3.5rem;top:0.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVZRxRI6V4gR6OrP12obnWquS4ApNhv1 { width:16.5rem;height:2.5rem;top:1.3125rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xxt9Q2qX8ca7ML5vslR9m636b059wLP1 { display:block; }#xxt9Q2qX8ca7ML5vslR9m636b059wLP1 > .row .container { width:20rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hg8IWvTsZq6fl3M3FahhkiK9ZOEwcD3n { width:16.1875rem;height:5.9375rem;top:1.25rem;left:1.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im7yecxhOlsOcRX8rbvuOWEfIap5iRqS { width:18.875rem;height:3.5625rem;top:9.875rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHnRelnOcJs4bLgUJTE4loJKeKmnURWl { display:block; }#oHnRelnOcJs4bLgUJTE4loJKeKmnURWl > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnaSQULBR49LUp8kPwGlMoPFm1AFgXev { width:18.6875rem;height:5.125rem;top:1.40625rem;left:0.65625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHS1PwIwwFnFRaPsWqxgyGp6MwXnxHrx { display:block; }#vHS1PwIwwFnFRaPsWqxgyGp6MwXnxHrx > .row .container { width:20rem;height:61.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1RfVv4ms6D1Rq2k2v2vnNiGcR8y7Q2g { width:20rem;height:25.5625rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ0xwwzStT64ewbpJnN88G6iF0TuPTzC { width:4.625rem;height:0.875rem;top:2.6875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw8XeGyTMgB7KM3uqA8rv7bkXXkFptN2 { width:2.5rem;height:2.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O60zoPtNmJGkoTnpr7baDTwaTeFLVcIT { width:8.0625rem;height:1.4375rem;top:1.1875rem;left:3.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rXAQNDNwapIIhIJLWul296vpGlJ39UK0 { width:9.625rem;height:0.9375rem;top:2.625rem;left:3.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IrGG0I1vhgGHrQH6hsIxTZmGLcHo2fai { display:flex;width:1.3125rem;height:1.3125rem;top:2.5rem;left:12.8125rem; }
 }@media only screen and (max-width: 763px) { #kX61OhpmZJvTCHsaUJqCinTIQT9gz8Ta { width:18.625rem;height:1.75rem;top:5.125rem;left:0.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hCxOAIQ28N7TnoQT86RzhFzTvzguNhZk { width:18.625rem;height:21rem;top:7.5625rem;left:0.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G2UV5GtymasQic44SUslgMtgacxeDqTG { width:20rem;height:23.125rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDpWWwuwNy58ApDLSAyBvCVRCrwGIBnm { width:4.625rem;height:1rem;top:33.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuP3VRMvSKfFx4rq9Kgw4FuBETTMX4PP { display:flex;width:1.3125rem;height:1.3125rem;top:33.65625rem;left:12.8125rem; }
 }@media only screen and (max-width: 763px) { #EaNm40hB75aC00BQepJhdFnoeukf24tB { width:18.625rem;height:3.5rem;top:36.3125rem;left:0.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXagsXbzWm4Te7kSOCcn8B4enBi7ySwL { width:18.625rem;height:17.0625rem;top:40.375rem;left:0.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MxwscBHbaQxU0hiRR9EPcwHnm9UGgQ9J { width:9.5625rem;height:0.9375rem;top:33.84375rem;left:3.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w9rWpqHp8N4hd0MHgCAzKChoiNDoMC77 { width:2.5rem;height:2.4375rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBQ4IAab3g93n4eUtQ1lnoZArOwzHE8T { width:8.0625rem;height:1.4375rem;top:32.34375rem;left:3.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nGPMEgFkZQQgP7VorqKzXGgCciteSGyS { display:block; }#nGPMEgFkZQQgP7VorqKzXGgCciteSGyS > .row .container { width:20rem;height:71.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HT0tUozQ3yNZKIpx42SUnFtqOckek0NB { width:20rem;height:26.6875rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPL8nV5KUJX0oyUMC31gnPDTFMVTBWPc { width:4.625rem;height:0.875rem;top:2.6875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiktfGP5HzuLTkAFuMgTdexmLs8B32Mm { width:2.5rem;height:2.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #khvGDO2EJQnZbynzZlgyuqE3apmguTdW { width:8.0625rem;height:1.4375rem;top:1.1875rem;left:3.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PRy0wUsKJnJoPtIzSoXtKd1fO4UlMTQh { width:9.625rem;height:0.9375rem;top:2.625rem;left:3.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uStmcclCmnuc2JF4FVT4wvHzqFomSTB1 { display:flex;width:1.3125rem;height:1.3125rem;top:2.5rem;left:12.8125rem; }
 }@media only screen and (max-width: 763px) { #XO3wasEcKStZ7T5uJ6LZDzB3ba9ak48u { width:18.625rem;height:1.75rem;top:5.125rem;left:0.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VZFmHdugWcfMFLxRlGkWMTQVDJBZneqR { width:18.625rem;height:22.3125rem;top:7.5625rem;left:0.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oBQ3Pg1ZPTyvqoSvuyBcXz6ddvS4LTGs { width:20rem;height:31.875rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfdC7mzO2e0rsmyeE0EOyGOeTZcUgiBd { width:4.625rem;height:1rem;top:35rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLN3DfV0ab89on5oapbm2UlF2yyzEhEy { display:flex;width:1.3125rem;height:1.3125rem;top:34.875rem;left:12.8125rem; }
 }@media only screen and (max-width: 763px) { #WJ0x8GBmeFKtJT7TISpyeNIartdNMiho { width:18.625rem;height:1.75rem;top:37.5rem;left:0.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZJuIswWsU4IffgltCLH4Knfu0XuwUoLt { width:18.625rem;height:27.5625rem;top:39.8125rem;left:0.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P8DxOsm1powywGbdRLRP7DswMi4cSe6w { width:9.5625rem;height:0.9375rem;top:35.0625rem;left:3.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sTU3r6DiGNwgA2R4cnv9q2eIlTzy5qI6 { width:2.5rem;height:2.5rem;top:33.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNIEyEqRJ7dCK3KBT0pBwZsDwDkDTXTR { width:8.0625rem;height:1.4375rem;top:33.5625rem;left:3.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL { display:block; }#FiKWyS0sqHlZqrp327U3lDaJ1TSIpJrL > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W2a8JMGrsC7tmVK3s4FiIsp3fzynHXM1 { width:20rem;height:4.125rem;top:3.40625rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh { display:block; }#SEC6B8tgtKt9fNDTS5gc3UurvBFhTTwh > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXsEuIaeTy0aitXVpHng8T3UX63rJvxH { width:19.1875rem;height:3.375rem;top:1.25rem;left:0.40625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }