.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#d3e6e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#IBx4F198Gn48Rq5DKl0UHfCOtHlGLOIV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBx4F198Gn48Rq5DKl0UHfCOtHlGLOIV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBx4F198Gn48Rq5DKl0UHfCOtHlGLOIV > .row > .video-iframe-container { display: none; }#IBx4F198Gn48Rq5DKl0UHfCOtHlGLOIV > .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); }#oIIAZNth2NFUmweIEKfA3eNyizITlc7T { background-color:transparent;background-image: -webkit-linear-gradient(360deg, #296847, #d3e6e0);background-image: -moz-linear-gradient(360deg, #296847, #d3e6e0);background-image: -ms-linear-gradient(360deg, #296847, #d3e6e0);background-image: -o-linear-gradient(360deg, #296847, #d3e6e0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#296847', endColorstr='#d3e6e0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#296847', endColorstr='#d3e6e0' );";background-image: linear-gradient(360deg, #296847, #d3e6e0);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oIIAZNth2NFUmweIEKfA3eNyizITlc7T > .row .container { background-color: transparent; background-image: none; }#oIIAZNth2NFUmweIEKfA3eNyizITlc7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIIAZNth2NFUmweIEKfA3eNyizITlc7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIIAZNth2NFUmweIEKfA3eNyizITlc7T > .row .container > .video-iframe-container { display: none; }#oIIAZNth2NFUmweIEKfA3eNyizITlc7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIIAZNth2NFUmweIEKfA3eNyizITlc7T > .row > .video-iframe-container { display: none; }#oIIAZNth2NFUmweIEKfA3eNyizITlc7T > .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); }#oIIAZNth2NFUmweIEKfA3eNyizITlc7T > .row .container { border-width: 0; border-radius: 0; }#oIIAZNth2NFUmweIEKfA3eNyizITlc7T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oIIAZNth2NFUmweIEKfA3eNyizITlc7T > .row .container { width:60rem;height:50.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#MxskCKhGGXgfMClmnpHA0LDl2QNydHGS { color:#285b47;display:block;width:39.3125rem;position:absolute;font-family:roboto;font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0rem 0.0625rem rgba(55,132,102,0.5);top:9.3125rem;left:1.21875rem;height:8.77441875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TqlV5KuT0m9iUdqyBcGfIw825pvrZN9N { color:#285b47;display:block;width:35.0625rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:20.4375rem;left:1.21875rem;height:5.6875rem;font-style:normal;display:block; }
#z8I6VQfN9Iy6lMkuqw2ENLc4zGanEomg { position:absolute;display:block;z-index:14999;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:32.375rem;width:21.375rem;top:12.40625rem;left:38.1611328125rem;overflow:hidden;display:block; }
#m3oLQ9tyqip9z2GFWEADCLCnQyAg6tWI { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:0.75rem;left:0.65625rem;overflow:hidden;display:block; }
#hs0b67X2wv92zKex0wvc6mC6nurxOKs7 { z-index:15003;top:32.5625rem;left:1.21875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #285b47, #285b47);background-image: -moz-linear-gradient(216deg, #285b47, #285b47);background-image: -ms-linear-gradient(216deg, #285b47, #285b47);background-image: -o-linear-gradient(216deg, #285b47, #285b47);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#285b47', endColorstr='#285b47' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#285b47', endColorstr='#285b47' );";background-image: linear-gradient(216deg, #285b47, #285b47);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem #1f333b ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.9375rem;height:6.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ue37enhMWoBTIXOpA0p2NAFlmSQMmGcr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#anPvpzoGDg4LpE6T4xf7pPdXIFHtep6C { color:#2f8d68;display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:9.3125rem;left:41.8486328125rem;height:3.986325rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#sroUXPmQPLiTKbEsCaSL7tV0JbLhefno { color:#007375;display:block;width:8.8125rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.4375rem;left:45.0673828125rem;height:1.4619125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IbICvDeLuvVFTeGlNI2BZQM5U3GUB8ap { box-sizing:content-box;height:0.1875rem;width:4.125rem;position:absolute;display:block;z-index:15011;background-color:#a73231;background-image:none;top:8.03125rem;left:47.4111328125rem;display:block; }
#AqpsLlAzM85cZ9RApqsrZ2zs96PuuGeR { color:#d3e6e0;display:block;width:22.5625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:40.125rem;left:5.15625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Uzq75nBy2vw7zz7PeHuvzU0kwJcETu8L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:40.28125rem;left:2.28125rem; }
#kTWJatucLSBTpkazMmvh72ovBFcpoMqi { color:#285b47;display:block;width:11.3125rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:27.171875rem;left:9.03125rem;height:2.84375rem;font-style:normal;display:block; }
#rIyttvKV5ocRXQVCMKADqve4TBResGkV { position:absolute;display:block;z-index:15013;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:5.125rem;width:15.9375rem;top:26.125rem;left:6.71875rem;overflow:hidden;display:block; }
#Wh2ofuWMaI5nC4BfSUBd8Ou0J7TKKfbn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d3e6e0;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; }#Wh2ofuWMaI5nC4BfSUBd8Ou0J7TKKfbn > .row .container { background-color: transparent; background-image: none; }#Wh2ofuWMaI5nC4BfSUBd8Ou0J7TKKfbn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wh2ofuWMaI5nC4BfSUBd8Ou0J7TKKfbn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wh2ofuWMaI5nC4BfSUBd8Ou0J7TKKfbn > .row .container > .video-iframe-container { display: none; }#Wh2ofuWMaI5nC4BfSUBd8Ou0J7TKKfbn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wh2ofuWMaI5nC4BfSUBd8Ou0J7TKKfbn > .row > .video-iframe-container { display: none; }#Wh2ofuWMaI5nC4BfSUBd8Ou0J7TKKfbn > .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); }#Wh2ofuWMaI5nC4BfSUBd8Ou0J7TKKfbn > .row .container { border-width: 0; border-radius: 0; }#Wh2ofuWMaI5nC4BfSUBd8Ou0J7TKKfbn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wh2ofuWMaI5nC4BfSUBd8Ou0J7TKKfbn > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:60rem;position:relative;display:block; }#vKoNFdCiuz3yBbTyDbIgMo6pLoNCfIa3 { 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:4.75rem;width:4.1875rem;top:2.5625rem;left:0rem;overflow:hidden;display:block; }
#QVsVIfFbn8vmfhOxKusiJ5Qmm8z8HQMb { position:absolute;display:block;z-index:15003;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.6875rem;width:4.1875rem;top:2.59375rem;left:20rem;overflow:hidden;display:block; }
#nF3JhVVLEHyuK1fxtkkoHX7zN8z41esR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.03125rem;left:40rem; }
#vRb4SsawXVJ4G3PUMNT1xw7sSxTdXKnf { color:#285b47;display:block;width:10.8125rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.134765625rem;left:5.28125rem;height:5.60449375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#FHZ2xcoTLgvgbEAcRiz9iwJS9eVChn0z { color:#285b47;display:block;width:14.625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.5625rem;left:24.875rem;height:3.736325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#hUVZZsiaT6CuEmfIF56vhSqbsT6glQWL { color:#285b47;display:block;width:13.3125rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.21875rem;left:45.0625rem;height:5.60449375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#aeMhZ1WTcqD3kaTX4ZTHwITpFDTzR12i { color:#2f8d68;display:block;width:17.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:10.6875rem;left:1.4375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#SpSVezWbfZzHUDKGr8T73ZRMVAWlFXp1 { color:#2f8d68;display:block;width:17.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:9.375rem;left:21.4375rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#pXUNgxCGkhbKPtmNExPFTXPq2iXTKuG9 { color:#2f8d68;display:block;width:19.0625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:10.6875rem;left:40.9375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#LD48iLJwFsZKMP8nvfcRSynTSxSKlqTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #285b47, #d3e6e0);background-image: -moz-linear-gradient(180deg, #285b47, #d3e6e0);background-image: -ms-linear-gradient(180deg, #285b47, #d3e6e0);background-image: -o-linear-gradient(180deg, #285b47, #d3e6e0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#285b47', endColorstr='#d3e6e0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#285b47', endColorstr='#d3e6e0' );";background-image: linear-gradient(180deg, #285b47, #d3e6e0);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; }#LD48iLJwFsZKMP8nvfcRSynTSxSKlqTT > .row .container { background-color: transparent; background-image: none; }#LD48iLJwFsZKMP8nvfcRSynTSxSKlqTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LD48iLJwFsZKMP8nvfcRSynTSxSKlqTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LD48iLJwFsZKMP8nvfcRSynTSxSKlqTT > .row .container > .video-iframe-container { display: none; }#LD48iLJwFsZKMP8nvfcRSynTSxSKlqTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LD48iLJwFsZKMP8nvfcRSynTSxSKlqTT > .row > .video-iframe-container { display: none; }#LD48iLJwFsZKMP8nvfcRSynTSxSKlqTT > .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); }#LD48iLJwFsZKMP8nvfcRSynTSxSKlqTT > .row .container { border-width: 0; border-radius: 0; }#LD48iLJwFsZKMP8nvfcRSynTSxSKlqTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LD48iLJwFsZKMP8nvfcRSynTSxSKlqTT > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:60rem;position:relative;display:block; }#b8pNcF8vl8i2ZXoHAFmemyicXTmXP1xo { position:absolute;display:block;z-index:15000;background-color:#285b47;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:20.625rem;width:20.625rem;top:13.9375rem;left:0rem;display:block; }
#QPcHGohAolVGsPKctpWGZN8T0LHz5x1P { color:#d3e6e0;display:block;width:26.875rem;position:absolute;font-family:roboto;font-size:3.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.4375rem;left:25.875rem;height:4.14355625rem;font-style:normal;display:block; }
#ApgRJTcE2W7ddaAokoxBDPKObZaU4a1l { position:absolute;display:block;z-index:15002;background-color:#285b47;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:2.875rem;top:11.875rem;left:25.875rem;display:block; }
#doawSVyvtNVzCSOLomHFnrqLx01SMTgW { color:#d3e6e0;display:block;width:26.875rem;position:absolute;font-family:bitter;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.9375rem;left:25.875rem;height:3.8984375rem;font-style:italic;display:block; }
#JgP0RFooTrx3CCdMZAqCkEPxZlF7pgHs { color:#191919;display:block;width:33.5625rem;position:absolute;font-family:bitter;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:18.5625rem;left:25.875rem;height:17.9980625rem;font-style:italic;display:block; }
#PfFw8uEr2mAent61n7hk07GEqQruraph { 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:27.75rem;width:21.75rem;top:8.9375rem;left:3.0625rem;overflow:hidden;display:block; }
#m61dOMrBLaMVgJwbQ2abRSK8EeBiO3H8 { 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:28.5rem;width:28.5rem;display:none; }
#f76yKrvnsOFaaq3KI5lIFJznLqEHuZwK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d3e6e0;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; }#f76yKrvnsOFaaq3KI5lIFJznLqEHuZwK > .row .container { background-color: transparent; background-image: none; }#f76yKrvnsOFaaq3KI5lIFJznLqEHuZwK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f76yKrvnsOFaaq3KI5lIFJznLqEHuZwK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f76yKrvnsOFaaq3KI5lIFJznLqEHuZwK > .row .container > .video-iframe-container { display: none; }#f76yKrvnsOFaaq3KI5lIFJznLqEHuZwK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f76yKrvnsOFaaq3KI5lIFJznLqEHuZwK > .row > .video-iframe-container { display: none; }#f76yKrvnsOFaaq3KI5lIFJznLqEHuZwK > .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); }#f76yKrvnsOFaaq3KI5lIFJznLqEHuZwK > .row .container { border-width: 0; border-radius: 0; }#f76yKrvnsOFaaq3KI5lIFJznLqEHuZwK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f76yKrvnsOFaaq3KI5lIFJznLqEHuZwK > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:block; }#oJVNZncZQXnoIdHpJ36L54JFT39r0ZPN { color:#285b47;display:block;width:47.625rem;position:absolute;font-family:roboto;font-size:2.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.287109375rem;left:6.1875rem;height:3.73730625rem;font-style:normal;display:block; }
#I38O6AnHWNvdw94PHU7uQVpfn4VR4TTz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d3e6e0;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; }#I38O6AnHWNvdw94PHU7uQVpfn4VR4TTz > .row .container { background-color: transparent; background-image: none; }#I38O6AnHWNvdw94PHU7uQVpfn4VR4TTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I38O6AnHWNvdw94PHU7uQVpfn4VR4TTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I38O6AnHWNvdw94PHU7uQVpfn4VR4TTz > .row .container > .video-iframe-container { display: none; }#I38O6AnHWNvdw94PHU7uQVpfn4VR4TTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I38O6AnHWNvdw94PHU7uQVpfn4VR4TTz > .row > .video-iframe-container { display: none; }#I38O6AnHWNvdw94PHU7uQVpfn4VR4TTz > .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); }#I38O6AnHWNvdw94PHU7uQVpfn4VR4TTz > .row .container { border-width: 0; border-radius: 0; }#I38O6AnHWNvdw94PHU7uQVpfn4VR4TTz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I38O6AnHWNvdw94PHU7uQVpfn4VR4TTz > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:60rem;position:relative;display:block; }#iw2FBR1lbhxmW4M6fJNRgfi7S2wD0Pcw { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #d3e6e0;border-left:0.0625rem solid #d3e6e0;border-right:0.0625rem solid #d3e6e0;border-bottom:0.0625rem solid #d3e6e0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.8125rem;width:3.8125rem;top:1.375rem;left:1.3125rem;display:block; }
#LiIeHA2lUlqDEqWrrlzAWtqTWFwfqqum { color:#d3e6e0;display:block;width:4.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.53125rem;left:1.15625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qOwaf9FnPHqkqcoRW8V7iE4wyv9fy7HO { color:#d3e6e0;display:block;width:14.8125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.09375rem;left:5.875rem;height:2.761725rem;font-style:normal;display:block; }
#HR5V5rcfDNNT6L2P8cpCTtmUTn0JyIPu { color:#d3e6e0;display:block;width:16.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8125rem;left:1.6875rem;height:6.499rem;font-style:normal;display:block; }
#RJCPLP6OI9haIlZgPdV7M8RVCodzJHXf { color:#d3e6e0;display:block;width:17rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:7.4375rem;left:21.625rem;height:3.8994125rem;font-style:normal;display:block; }
#pKwsPb9PsEfWa6gKI7EdzqMZIMibwWtS { color:#d3e6e0;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.09375rem;left:26.125rem;height:2.76171875rem;font-style:normal;display:block; }
#yxKCVups72tnbFGTIy3tAMwu1RIH42rG { color:#d3e6e0;display:block;width:4.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.53125rem;left:21.15625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DIRI0gNO0X0XmXssMnVMTGX6hsJ4kfsD { color:#d3e6e0;display:block;width:17.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:6.8125rem;left:41.28125rem;height:6.499rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bnP6uSoXbH3sMF1Aw9TSr57CHqtqkfb2 { color:#d3e6e0;display:block;width:12.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.65625rem;left:46.125rem;height:1.3808625rem;font-style:normal;display:block; }
#bPbXeC5ddogBTTSvJoHENT2wM4CF0hGb { color:#d3e6e0;display:block;width:4.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.53125rem;left:41.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g1XTcxpHsLT7iAv0eAcAribcSMzCwt4E { box-sizing:content-box;height:14.9375rem;width:19rem;position:absolute;display:block;z-index:14999;background-color:#2f8d68;background-image:none;top:0.65625rem;left:0.5rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#rwoSuwe4ywnaVXyvFCItJpoucsu9yQHh { box-sizing:content-box;height:15.0625rem;width:19rem;position:absolute;display:block;z-index:15000;background-color:#285b47;background-image:none;top:0.65625rem;left:20.5rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#LPebD2KLiQsJDBbWk4PZqAW3VoL9q8ah { box-sizing:content-box;height:15.0625rem;width:19rem;position:absolute;display:block;z-index:15001;background-color:#2f8d68;background-image:none;top:0.65625rem;left:40.5rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#sv0FN0mSPS34mlnQB7aCWRadPuwQp0Zc { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #d3e6e0;border-left:0.0625rem solid #d3e6e0;border-right:0.0625rem solid #d3e6e0;border-bottom:0.0625rem solid #d3e6e0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.8125rem;width:3.8125rem;top:1.375rem;left:21.3125rem;display:block; }
#QqFQ71kFuSdTP43OLaGsEpJ9kXCcngIi { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #d3e6e0;border-left:0.0625rem solid #d3e6e0;border-right:0.0625rem solid #d3e6e0;border-bottom:0.0625rem solid #d3e6e0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.8125rem;width:3.8125rem;top:1.375rem;left:41.40625rem;display:block; }
#KnmrcSgVTpCkc9yhX0UbQFxQi9XJIVzk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d3e6e0;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; }#KnmrcSgVTpCkc9yhX0UbQFxQi9XJIVzk > .row .container { background-color: transparent; background-image: none; }#KnmrcSgVTpCkc9yhX0UbQFxQi9XJIVzk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnmrcSgVTpCkc9yhX0UbQFxQi9XJIVzk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnmrcSgVTpCkc9yhX0UbQFxQi9XJIVzk > .row .container > .video-iframe-container { display: none; }#KnmrcSgVTpCkc9yhX0UbQFxQi9XJIVzk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnmrcSgVTpCkc9yhX0UbQFxQi9XJIVzk > .row > .video-iframe-container { display: none; }#KnmrcSgVTpCkc9yhX0UbQFxQi9XJIVzk > .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); }#KnmrcSgVTpCkc9yhX0UbQFxQi9XJIVzk > .row .container { border-width: 0; border-radius: 0; }#KnmrcSgVTpCkc9yhX0UbQFxQi9XJIVzk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KnmrcSgVTpCkc9yhX0UbQFxQi9XJIVzk > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:60rem;position:relative;display:block; }#mAeERVnvHVAHPBLD1MU8BVuy6ENgtQc5 { color:#d3e6e0;display:block;width:3.3125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3rem;left:1.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z7rRC1UpeoSyCcPOGaaERbJKscvTJaGf { color:#d3e6e0;display:block;width:13.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:6.1875rem;height:2.76171875rem;font-style:normal;display:block; }
#zy7FkIe6F50DTU1UxS2T02MLBy4EIDaW { color:#d3e6e0;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.6875rem;left:1.40625rem;height:5.19921875rem;font-style:normal;display:block; }
#uT1zFQdulzGB8Ep6y0Sd7iEoPv0JSWHR { color:#d3e6e0;display:block;width:18.0625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:7.625rem;left:20.96875rem;height:5.19921875rem;font-style:normal;display:block; }
#F1znPE0N5IwT74rgA1P79uo9KtTM7u4M { color:#d3e6e0;display:block;width:12.8125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3rem;left:26.0625rem;height:2.76171875rem;font-style:normal;display:block; }
#OBGGhLBJLoLlNb3UTai5A6z0iFi0XQHC { color:#d3e6e0;display:block;width:4.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3rem;left:21.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sieBC9mRVkq7WobbTZsygmLtLmDVCFz0 { color:#d3e6e0;display:block;width:18.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:7.0625rem;left:41.6875rem;height:7.79880625rem;font-style:normal;display:block; }
#znVcwg2n1Is0CWWk7S2A9RrG1sm6avKc { color:#d3e6e0;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5625rem;left:46rem;height:2.76171875rem;font-style:normal;display:block; }
#PRn3tbJMOV2Z4xx3c4hXsi7BoZeCF8us { color:#d3e6e0;display:block;width:3.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3rem;left:41.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mM6AkpBuhiFWfyQeXci3nyL2rmvBv6Gh { box-sizing:content-box;height:14.875rem;width:19rem;position:absolute;display:block;z-index:14999;background-color:#285b47;background-image:none;top:1.125rem;left:0.5rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#GAURkDUvNCSOcZ5FyGbFPHzafwCCqlSo { box-sizing:content-box;height:15rem;width:19rem;position:absolute;display:block;z-index:15000;background-color:#2f8d68;background-image:none;top:1.125rem;left:20.5rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#VrRHfa7qlbtylxIZzO1oAPIU6k8Gx5os { box-sizing:content-box;height:15.125rem;width:19rem;position:absolute;display:block;z-index:15001;background-color:#285b47;background-image:none;top:1.125rem;left:40.5rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#OPeTwm0SbS9zHmWbWJHF3ARQB2SGhM3E { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #d3e6e0;border-left:0.0625rem solid #d3e6e0;border-right:0.0625rem solid #d3e6e0;border-bottom:0.0625rem solid #d3e6e0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.8125rem;width:3.8125rem;top:2rem;left:21.28125rem;display:block; }
#CRCvZRGkt6xTPd2EVubOUE0Duub9OZZx { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.0625rem solid #d3e6e0;border-left:0.0625rem solid #d3e6e0;border-right:0.0625rem solid #d3e6e0;border-bottom:0.0625rem solid #d3e6e0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.8125rem;width:3.8125rem;top:2rem;left:1.21875rem;display:block; }
#VpuAmC2qsbktXAkr5AkqKrRdxSHcUOu2 { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.0625rem solid #d3e6e0;border-left:0.0625rem solid #d3e6e0;border-right:0.0625rem solid #d3e6e0;border-bottom:0.0625rem solid #d3e6e0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.8125rem;width:3.8125rem;top:1.84375rem;left:41.25rem;display:block; }
#V4rLH0wCslukf9xVQWuVm1xTz0k5TctL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d3e6e0;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; }#V4rLH0wCslukf9xVQWuVm1xTz0k5TctL > .row .container { background-color: transparent; background-image: none; }#V4rLH0wCslukf9xVQWuVm1xTz0k5TctL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4rLH0wCslukf9xVQWuVm1xTz0k5TctL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4rLH0wCslukf9xVQWuVm1xTz0k5TctL > .row .container > .video-iframe-container { display: none; }#V4rLH0wCslukf9xVQWuVm1xTz0k5TctL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4rLH0wCslukf9xVQWuVm1xTz0k5TctL > .row > .video-iframe-container { display: none; }#V4rLH0wCslukf9xVQWuVm1xTz0k5TctL > .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); }#V4rLH0wCslukf9xVQWuVm1xTz0k5TctL > .row .container { border-width: 0; border-radius: 0; }#V4rLH0wCslukf9xVQWuVm1xTz0k5TctL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V4rLH0wCslukf9xVQWuVm1xTz0k5TctL > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:60rem;position:relative;display:block; }#Xa65GLlwV8eWDrZGbynpOPciymhWLEEy { color:#285b47;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:3.65625rem;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z122TS4tHbKekd9LAv5yXtyKBXw0N4Op { color:#2f8d68;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.9375rem;left:0.0625rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rf6SKTs0VhWiRdayvdTTOgkNqngmV769 { color:#285b47;display:block;width:30rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:10.8125rem;left:3.75rem;height:1.57421875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cbSMI3tSTFc7DVdudoFXSxifpy4u1zSa { color:#2f8d68;display:block;width:54.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:12.375rem;left:3.75rem;height:2.9746125rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QBeITE5AHdRf1NKynTDk083d1rdBhM1t { color:#285b47;display:block;width:30rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:16.75rem;left:3.75rem;height:1.57421875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cg4XlLF2p9LTUT4lyhcp8BbeQOmQ6RpS { color:#2f8d68;display:block;width:50.125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:18.3125rem;left:3.75rem;height:2.9746125rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ds8dkdSxul8gEmLsRWlZNJQZeIyXJQ8d { color:#285b47;display:block;width:30rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:22.6875rem;left:3.75rem;height:1.57421875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KHZu9MMw9KFxGKD54QMBrz9c6oSeGMPX { color:#2f8d68;display:block;width:55.8125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:24.25rem;left:3.75rem;height:2.9746125rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KxWmGx7rbm6e9RiXfFkpUTfBzXf3GGOP { color:#285b47;display:block;width:30rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:28.5rem;left:3.75rem;height:1.57421875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ETkDs7Gt0WtV9yAXPE5hQc6ZSXM4L4AE { color:#285b47;display:block;width:30rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:34.3125rem;left:3.75rem;height:1.57421875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gUJV9Zxokp8tflJyVUzCZkmIa4M2d4Oa { color:#2f8d68;display:block;width:55.8125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:30.0625rem;left:3.75rem;height:2.9746125rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sEGPUbClg9WyMJmifMBtaUl72FMREgKv { color:#2f8d68;display:block;width:55.8125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:35.875rem;left:3.75rem;height:2.9746125rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZMZAOfQtIn4fqyaORlOeTUILygU7rWlP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.8125rem;left:0rem; }
#zFRbHS9hwdyIxgKPiclfCLGap3NZOt2T { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.0625rem;top:16.75rem;left:0.8125rem;overflow:hidden;display:block; }
#XbT8rMpXl7JJuI5cNsTBeTI5Ea9WIpiZ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:1.875rem;top:22.6875rem;left:0.90625rem;overflow:hidden;display:block; }
#TTNJBiHB1rIoO22rFlgsRW4i23agyc6J { position:absolute;display:block;z-index:15013;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.25rem;width:2.3125rem;top:28.5rem;left:0.6875rem;overflow:hidden;display:block; }
#dRtN8Z40Juvm3mlf4d2qVs2J7boXLPcP { 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:3.125rem;width:2.0625rem;top:34.3125rem;left:0.8125rem;overflow:hidden;display:block; }
#SmhDraattf8MlIgbWkXW8pUNx7Z29sAG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d3e6e0;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; }#SmhDraattf8MlIgbWkXW8pUNx7Z29sAG > .row .container { background-color: transparent; background-image: none; }#SmhDraattf8MlIgbWkXW8pUNx7Z29sAG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmhDraattf8MlIgbWkXW8pUNx7Z29sAG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmhDraattf8MlIgbWkXW8pUNx7Z29sAG > .row .container > .video-iframe-container { display: none; }#SmhDraattf8MlIgbWkXW8pUNx7Z29sAG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmhDraattf8MlIgbWkXW8pUNx7Z29sAG > .row > .video-iframe-container { display: none; }#SmhDraattf8MlIgbWkXW8pUNx7Z29sAG > .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); }#SmhDraattf8MlIgbWkXW8pUNx7Z29sAG > .row .container { border-width: 0; border-radius: 0; }#SmhDraattf8MlIgbWkXW8pUNx7Z29sAG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SmhDraattf8MlIgbWkXW8pUNx7Z29sAG > .row .container { font-size:0.875rem;font-family:arial;height:25.375rem;width:60rem;position:relative;display:block; }#xiu8NNEMBTPJg1B3e4uWMplMpFG1xBX9 { color:#285b47;display:block;width:48rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:6.9375rem;left:4.375rem;height:2.76171875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#AMfCIzqmtsGFrwsaLtWrcVGR2Ao2XE32 { color:#285b47;display:block;width:47.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:11.306640625rem;left:4.375rem;height:2.76171875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#fnGuAsvyDw6nJeggmCFSrhTZb7VeRM3R { color:#285b47;display:block;width:33.3125rem;position:absolute;font-family:roboto;font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0625rem;left:13.34375rem;height:3.16796875rem;font-style:italic;display:block; }
#gPfm1S5uiaTcVdRScrLS4OUTb9KIxWFu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:6.625rem;left:1.25rem; }
#b8SHfdpiilfArJ62IAmbUrQbqpWgE9rc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:11.125rem;left:1.3125rem; }
#KKcdWgXkm0dfntyJZOQx27kDNsod4fIi { z-index:15004;top:16.6875rem;left:16.53125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #285b47, #285b47);background-image: -moz-linear-gradient(216deg, #285b47, #285b47);background-image: -ms-linear-gradient(216deg, #285b47, #285b47);background-image: -o-linear-gradient(216deg, #285b47, #285b47);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#285b47', endColorstr='#285b47' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#285b47', endColorstr='#285b47' );";background-image: linear-gradient(216deg, #285b47, #285b47);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem #1f333b ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.9375rem;height:6.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ex4p0ABFOdUTINCxvANKMJPccQkQQAat { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uDU099rrheTlU0ELGPJTVTnzyhO7LgsM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#285b47;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#uDU099rrheTlU0ELGPJTVTnzyhO7LgsM.adaptive-delivery-prevent-bg, #uDU099rrheTlU0ELGPJTVTnzyhO7LgsM.lazyload, #uDU099rrheTlU0ELGPJTVTnzyhO7LgsM.lazyloading { background-image: none; }#uDU099rrheTlU0ELGPJTVTnzyhO7LgsM > .row .container { background-color: transparent; background-image: none; }#uDU099rrheTlU0ELGPJTVTnzyhO7LgsM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDU099rrheTlU0ELGPJTVTnzyhO7LgsM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDU099rrheTlU0ELGPJTVTnzyhO7LgsM > .row .container > .video-iframe-container { display: none; }#uDU099rrheTlU0ELGPJTVTnzyhO7LgsM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDU099rrheTlU0ELGPJTVTnzyhO7LgsM > .row > .video-iframe-container { display: none; }#uDU099rrheTlU0ELGPJTVTnzyhO7LgsM > .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); }#uDU099rrheTlU0ELGPJTVTnzyhO7LgsM > .row .container { border-width: 0; border-radius: 0; }#uDU099rrheTlU0ELGPJTVTnzyhO7LgsM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uDU099rrheTlU0ELGPJTVTnzyhO7LgsM > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:60rem;position:relative;display:block; }#blTF74L2x4BairozRQ6DupMzGk5eCoHQ { 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:15.8125rem;width:15.75rem;top:4.71875rem;left:0rem;overflow:hidden;display:block; }
#pTs1Mnq7WOhADdJcL72xAH6MXLAJqvII { color:#f6f6f6;display:block;width:54.4375rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.21875rem;left:2.9375rem;height:2.51855625rem;font-style:italic;display:block; }
#ynXmy8gea3EKsJVSM3o5bmd21OObsZMV { color:#f6f6f6;display:block;width:40.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:6.3125rem;left:19.1875rem;height:3.1484375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mAytlgBFXvEEGIpMWPgc2QJ6HF2xRdED { color:#f6f6f6;display:block;width:40.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:10.9375rem;left:19.125rem;height:6.296875rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fLSs4E7TdbdRx5RWpFthRMAQqHIaRf9E { color:#f6f6f6;display:block;width:39.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:18.53125rem;left:19.1875rem;height:3.1484375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o6RIHAp2rwMZ4hu7te7THG4hBFCPTgBW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:6.78125rem;left:16.4375rem; }
#tbBOfqWZGAW2LmThKR9L6ceZC9iVLltS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:12.96875rem;left:16.4375rem; }
#J1VaqCumSmoTyTk0ng6MUfDIHKH1b7G1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:19rem;left:16.4375rem; }
#f8hdzkDA7kZdofh4xvsFe01xt9uIcfPT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#f8hdzkDA7kZdofh4xvsFe01xt9uIcfPT > .row .container { border-width: 0; border-radius: 0; }#f8hdzkDA7kZdofh4xvsFe01xt9uIcfPT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f8hdzkDA7kZdofh4xvsFe01xt9uIcfPT > .row .container { font-size:0.875rem;font-family:arial;height:49.625rem;width:60rem;position:relative;display:none; }#s6qJeoWk1ByKMXGSPokE1ZWS97o4NOGZ { color:#111111;display:block;width:15.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:11.8125rem;left:0rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xRgTwJe1dXfnAJ0bQmwRWOPqLIvh55dO { 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:2rem;width:2.625rem;top:8.5rem;left:6.625rem;overflow:hidden;display:block; }
#e53ZKJNNITEGudvhaZvSF65lHx2kmIGc { color:#a89561;display:block;width:15.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:19.9375rem;left:0rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#oOPaoG8wuzacDxbAQ1k1zhbWXkMzQp74 { color:#a89561;display:block;width:15.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:31.8125rem;left:0rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#DJIz6yBOUed3IgsoVxWvFceK2Fnx8Tee { color:#111111;display:block;width:15.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:27.3125rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P8okLZXPFG9TIL8wLxmxfy3BM8uHFKH1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.625rem;top:24rem;left:6.625rem;overflow:hidden;display:block; }
#g1u9LsNl5U7qMubnCpEcy0qM0sI34W0V { position:absolute;display:block;z-index:15011;background-color:#a89561;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.3125rem;width:3.3125rem;top:33.4375rem;left:36.875rem;display:block; }
#zCs6RNwA4qPWlFZ2skxfyngnTz0Vp9RX { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:34.5625rem;left:36.3125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BfSdypNnfTa5r5QWCHOt8cwtdsNW3RR5 { color:#a89561;display:block;width:15.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:31.875rem;left:44.1875rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#MCLbmMikpCEZLg9y6fVK3wIbyCpZXR9T { color:#111111;display:block;width:15.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:27.3125rem;left:44.1875rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TVGff9fSH6BqMKNnCiiwU6iTwTpKFIs4 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.625rem;top:24rem;left:50.8125rem;overflow:hidden;display:block; }
#ukJwlsEUU8wZP2vutWB6EJpHdAvTH21G { color:#a89561;display:block;width:15.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:19.9375rem;left:44.1875rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#BuGulraOEn27XW7rOaVSTkS3HdETVWOW { color:#111111;display:block;width:15.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:11.8125rem;left:44.1875rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LoUV5qUviATdoU2WJnzHwXDswTqDhpxm { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2.625rem;top:8.5rem;left:50.8125rem;overflow:hidden;display:block; }
#hpmhcf66eQg7lwJJTakOuZqzT3fnCz8a { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:37.875rem;left:27.75rem;display:block; }
#DP9edPsT2cO30zarbaDHakt6HPdZ3nHb { background-color:#a89561;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:3.25rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:43.25rem;left:24.25rem;display:block; }
#Kw9pMG8C0MOgF1QfLP1yQRqowcc0ab9V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yEORJfEExM6CsU9qVmaitxHUn1gaZtgM { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.6875rem;width:18.9375rem;top:6.4375rem;left:21.3125rem;overflow:hidden;display:block; }
#FXB2VXKVfAxWJoZQd6llH5mlQQOze1p4 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:10.6875rem;top:38.15625rem;left:24.65625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oIIAZNth2NFUmweIEKfA3eNyizITlc7T { display:block; }#oIIAZNth2NFUmweIEKfA3eNyizITlc7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxskCKhGGXgfMClmnpHA0LDl2QNydHGS { width:39.3125rem;height:8.75rem;top:9.3125rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqlV5KuT0m9iUdqyBcGfIw825pvrZN9N { width:35.0625rem;height:5.6875rem;top:20.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8I6VQfN9Iy6lMkuqw2ENLc4zGanEomg { top:12.375rem;left:26.375rem;width:21.375rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3oLQ9tyqip9z2GFWEADCLCnQyAg6tWI { top:0.75rem;left:0rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs0b67X2wv92zKex0wvc6mC6nurxOKs7 { top:32.5625rem;left:0rem;width:26.9375rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue37enhMWoBTIXOpA0p2NAFlmSQMmGcr { display:block; }
 }@media only screen and (max-width: 763px) { #anPvpzoGDg4LpE6T4xf7pPdXIFHtep6C { top:9.3125rem;left:32.5rem;width:15.25rem;height:3.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sroUXPmQPLiTKbEsCaSL7tV0JbLhefno { top:7.4375rem;left:38.9375rem;width:8.8125rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbICvDeLuvVFTeGlNI2BZQM5U3GUB8ap { top:8rem;left:41.2861328125rem;width:4.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqpsLlAzM85cZ9RApqsrZ2zs96PuuGeR { width:22.5625rem;height:2.375rem;top:40.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzq75nBy2vw7zz7PeHuvzU0kwJcETu8L { top:40.25rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTWJatucLSBTpkazMmvh72ovBFcpoMqi { width:11.3125rem;height:2.8125rem;top:27.125rem;left:2.90625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIyttvKV5ocRXQVCMKADqve4TBResGkV { top:26.125rem;left:0.59375rem;width:15.9375rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh2ofuWMaI5nC4BfSUBd8Ou0J7TKKfbn { display:block; }#Wh2ofuWMaI5nC4BfSUBd8Ou0J7TKKfbn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vKoNFdCiuz3yBbTyDbIgMo6pLoNCfIa3 { width:4.1875rem;height:4.75rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVsVIfFbn8vmfhOxKusiJ5Qmm8z8HQMb { width:4.1875rem;height:4.6875rem;top:2.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF3JhVVLEHyuK1fxtkkoHX7zN8z41esR { top:3rem;left:31.75rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRb4SsawXVJ4G3PUMNT1xw7sSxTdXKnf { top:2.125rem;left:3.21875rem;width:10.8125rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHZ2xcoTLgvgbEAcRiz9iwJS9eVChn0z { top:3.5625rem;left:17.125rem;width:14.625rem;height:3.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUVZZsiaT6CuEmfIF56vhSqbsT6glQWL { top:2.1875rem;left:34.3125rem;width:13.3125rem;height:5.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeMhZ1WTcqD3kaTX4ZTHwITpFDTzR12i { top:10.6875rem;left:0rem;width:17.125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpSVezWbfZzHUDKGr8T73ZRMVAWlFXp1 { top:9.375rem;left:14.625rem;width:17.125rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXUNgxCGkhbKPtmNExPFTXPq2iXTKuG9 { top:10.6875rem;left:28.5625rem;width:19.0625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD48iLJwFsZKMP8nvfcRSynTSxSKlqTT { display:block; }#LD48iLJwFsZKMP8nvfcRSynTSxSKlqTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8pNcF8vl8i2ZXoHAFmemyicXTmXP1xo { width:20.625rem;height:20.625rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPcHGohAolVGsPKctpWGZN8T0LHz5x1P { width:26.875rem;height:4.125rem;top:8.4375rem;left:19.75rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApgRJTcE2W7ddaAokoxBDPKObZaU4a1l { width:2.875rem;height:0.625rem;top:11.875rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #doawSVyvtNVzCSOLomHFnrqLx01SMTgW { width:26.875rem;height:3.875rem;top:13.9375rem;left:19.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgP0RFooTrx3CCdMZAqCkEPxZlF7pgHs { width:33.5625rem;height:18rem;top:18.5625rem;left:14.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfFw8uEr2mAent61n7hk07GEqQruraph { width:21.75rem;height:27.75rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m61dOMrBLaMVgJwbQ2abRSK8EeBiO3H8 { width:28.5rem;height:28.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #f76yKrvnsOFaaq3KI5lIFJznLqEHuZwK { display:block; }#f76yKrvnsOFaaq3KI5lIFJznLqEHuZwK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJVNZncZQXnoIdHpJ36L54JFT39r0ZPN { width:47.625rem;height:3.6875rem;top:2.25rem;left:0.0625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I38O6AnHWNvdw94PHU7uQVpfn4VR4TTz { display:block; }#I38O6AnHWNvdw94PHU7uQVpfn4VR4TTz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iw2FBR1lbhxmW4M6fJNRgfi7S2wD0Pcw { width:3.8125rem;height:3.8125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiIeHA2lUlqDEqWrrlzAWtqTWFwfqqum { width:4.25rem;height:1.625rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOwaf9FnPHqkqcoRW8V7iE4wyv9fy7HO { width:14.8125rem;height:2.75rem;top:2.0625rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR5V5rcfDNNT6L2P8cpCTtmUTn0JyIPu { width:16.625rem;height:6.25rem;top:6.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJCPLP6OI9haIlZgPdV7M8RVCodzJHXf { width:17rem;height:3.75rem;top:7.4375rem;left:14.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKwsPb9PsEfWa6gKI7EdzqMZIMibwWtS { width:12.5625rem;height:2.75rem;top:2.0625rem;left:19.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxKCVups72tnbFGTIy3tAMwu1RIH42rG { width:4.25rem;height:1.625rem;top:2.5rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIRI0gNO0X0XmXssMnVMTGX6hsJ4kfsD { width:17.875rem;height:6.25rem;top:6.8125rem;left:29.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnP6uSoXbH3sMF1Aw9TSr57CHqtqkfb2 { width:12.375rem;height:1.375rem;top:2.625rem;left:35.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPbXeC5ddogBTTSvJoHENT2wM4CF0hGb { width:4.25rem;height:1.625rem;top:2.5rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1XTcxpHsLT7iAv0eAcAribcSMzCwt4E { top:0.625rem;left:0rem;width:19rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwoSuwe4ywnaVXyvFCItJpoucsu9yQHh { top:0.625rem;left:12.75rem;width:19rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPebD2KLiQsJDBbWk4PZqAW3VoL9q8ah { top:0.625rem;left:28.625rem;width:19rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv0FN0mSPS34mlnQB7aCWRadPuwQp0Zc { width:3.8125rem;height:3.8125rem;top:1.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqFQ71kFuSdTP43OLaGsEpJ9kXCcngIi { width:3.8125rem;height:3.8125rem;top:1.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnmrcSgVTpCkc9yhX0UbQFxQi9XJIVzk { display:block; }#KnmrcSgVTpCkc9yhX0UbQFxQi9XJIVzk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAeERVnvHVAHPBLD1MU8BVuy6ENgtQc5 { width:3.3125rem;height:1.625rem;top:3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7rRC1UpeoSyCcPOGaaERbJKscvTJaGf { width:13.875rem;height:2.75rem;top:3rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy7FkIe6F50DTU1UxS2T02MLBy4EIDaW { width:17.1875rem;height:5rem;top:7.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT1zFQdulzGB8Ep6y0Sd7iEoPv0JSWHR { width:18.0625rem;height:5rem;top:7.625rem;left:13.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1znPE0N5IwT74rgA1P79uo9KtTM7u4M { width:12.8125rem;height:2.75rem;top:3rem;left:18.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBGGhLBJLoLlNb3UTai5A6z0iFi0XQHC { width:4.25rem;height:1.625rem;top:3rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sieBC9mRVkq7WobbTZsygmLtLmDVCFz0 { width:18.3125rem;height:7.5rem;top:7.0625rem;left:29.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #znVcwg2n1Is0CWWk7S2A9RrG1sm6avKc { width:12.9375rem;height:2.75rem;top:2.5625rem;left:34.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRn3tbJMOV2Z4xx3c4hXsi7BoZeCF8us { width:3.9375rem;height:1.625rem;top:3rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM6AkpBuhiFWfyQeXci3nyL2rmvBv6Gh { top:1.125rem;left:0rem;width:19rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAURkDUvNCSOcZ5FyGbFPHzafwCCqlSo { top:1.125rem;left:12.75rem;width:19rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrRHfa7qlbtylxIZzO1oAPIU6k8Gx5os { top:1.125rem;left:28.625rem;width:19rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPeTwm0SbS9zHmWbWJHF3ARQB2SGhM3E { width:3.8125rem;height:3.8125rem;top:2rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRCvZRGkt6xTPd2EVubOUE0Duub9OZZx { width:3.8125rem;height:3.8125rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpuAmC2qsbktXAkr5AkqKrRdxSHcUOu2 { width:3.8125rem;height:3.8125rem;top:1.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4rLH0wCslukf9xVQWuVm1xTz0k5TctL { display:block; }#V4rLH0wCslukf9xVQWuVm1xTz0k5TctL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xa65GLlwV8eWDrZGbynpOPciymhWLEEy { width:47.75rem;height:;top:1.625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z122TS4tHbKekd9LAv5yXtyKBXw0N4Op { width:47.75rem;height:3rem;top:5.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf6SKTs0VhWiRdayvdTTOgkNqngmV769 { width:30rem;height:1.5625rem;top:10.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbSMI3tSTFc7DVdudoFXSxifpy4u1zSa { width:47.75rem;height:2.875rem;top:12.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBeITE5AHdRf1NKynTDk083d1rdBhM1t { width:30rem;height:1.5625rem;top:16.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg4XlLF2p9LTUT4lyhcp8BbeQOmQ6RpS { width:47.75rem;height:2.875rem;top:18.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds8dkdSxul8gEmLsRWlZNJQZeIyXJQ8d { width:30rem;height:1.5625rem;top:22.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHZu9MMw9KFxGKD54QMBrz9c6oSeGMPX { width:47.75rem;height:2.875rem;top:24.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxWmGx7rbm6e9RiXfFkpUTfBzXf3GGOP { width:30rem;height:1.5625rem;top:28.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETkDs7Gt0WtV9yAXPE5hQc6ZSXM4L4AE { width:30rem;height:1.5625rem;top:34.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUJV9Zxokp8tflJyVUzCZkmIa4M2d4Oa { width:47.75rem;height:2.875rem;top:30.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEGPUbClg9WyMJmifMBtaUl72FMREgKv { width:47.75rem;height:2.875rem;top:35.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMZAOfQtIn4fqyaORlOeTUILygU7rWlP { top:10.8125rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFRbHS9hwdyIxgKPiclfCLGap3NZOt2T { top:16.75rem;left:0rem;width:2.0625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbT8rMpXl7JJuI5cNsTBeTI5Ea9WIpiZ { top:22.6875rem;left:0rem;width:1.875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTNJBiHB1rIoO22rFlgsRW4i23agyc6J { top:28.5rem;left:0rem;width:2.3125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRtN8Z40Juvm3mlf4d2qVs2J7boXLPcP { top:34.3125rem;left:0rem;width:2.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmhDraattf8MlIgbWkXW8pUNx7Z29sAG { display:block; }#SmhDraattf8MlIgbWkXW8pUNx7Z29sAG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xiu8NNEMBTPJg1B3e4uWMplMpFG1xBX9 { top:6.9375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMfCIzqmtsGFrwsaLtWrcVGR2Ao2XE32 { top:11.25rem;left:0rem;width:47.25rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnGuAsvyDw6nJeggmCFSrhTZb7VeRM3R { top:2.0625rem;left:7.21875rem;width:33.3125rem;height:3.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPfm1S5uiaTcVdRScrLS4OUTb9KIxWFu { top:6.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8SHfdpiilfArJ62IAmbUrQbqpWgE9rc { top:11.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKcdWgXkm0dfntyJZOQx27kDNsod4fIi { top:16.6875rem;left:10.40625rem;width:26.9375rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex4p0ABFOdUTINCxvANKMJPccQkQQAat { display:block; }
 }@media only screen and (max-width: 763px) { #uDU099rrheTlU0ELGPJTVTnzyhO7LgsM { display:block; }#uDU099rrheTlU0ELGPJTVTnzyhO7LgsM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blTF74L2x4BairozRQ6DupMzGk5eCoHQ { top:4.6875rem;left:0rem;width:15.75rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTs1Mnq7WOhADdJcL72xAH6MXLAJqvII { top:2.1875rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynXmy8gea3EKsJVSM3o5bmd21OObsZMV { width:40.8125rem;height:3.125rem;top:6.3125rem;left:6.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAytlgBFXvEEGIpMWPgc2QJ6HF2xRdED { width:40.3125rem;height:6.25rem;top:10.9375rem;left:7.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLSs4E7TdbdRx5RWpFthRMAQqHIaRf9E { width:39.5rem;height:3.125rem;top:18.5rem;left:8.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6RIHAp2rwMZ4hu7te7THG4hBFCPTgBW { top:6.75rem;left:10.3125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbBOfqWZGAW2LmThKR9L6ceZC9iVLltS { top:12.9375rem;left:10.3125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1VaqCumSmoTyTk0ng6MUfDIHKH1b7G1 { top:19rem;left:10.3125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8hdzkDA7kZdofh4xvsFe01xt9uIcfPT { display:block; }#f8hdzkDA7kZdofh4xvsFe01xt9uIcfPT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s6qJeoWk1ByKMXGSPokE1ZWS97o4NOGZ { width:15.8125rem;height:6rem;top:11.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRgTwJe1dXfnAJ0bQmwRWOPqLIvh55dO { width:2.625rem;height:2rem;top:8.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e53ZKJNNITEGudvhaZvSF65lHx2kmIGc { width:15.8125rem;height:1.6875rem;top:19.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOPaoG8wuzacDxbAQ1k1zhbWXkMzQp74 { width:15.8125rem;height:1.6875rem;top:31.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJIz6yBOUed3IgsoVxWvFceK2Fnx8Tee { width:15.8125rem;height:4.5rem;top:27.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8okLZXPFG9TIL8wLxmxfy3BM8uHFKH1 { width:2.625rem;height:2rem;top:24rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1u9LsNl5U7qMubnCpEcy0qM0sI34W0V { width:3.3125rem;height:3.3125rem;top:33.4375rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCs6RNwA4qPWlFZ2skxfyngnTz0Vp9RX { width:4.375rem;height:1.125rem;top:34.5625rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfSdypNnfTa5r5QWCHOt8cwtdsNW3RR5 { width:15.8125rem;height:1.6875rem;top:31.875rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCLbmMikpCEZLg9y6fVK3wIbyCpZXR9T { width:15.8125rem;height:4.5rem;top:27.3125rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVGff9fSH6BqMKNnCiiwU6iTwTpKFIs4 { width:2.625rem;height:2rem;top:24rem;left:44.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukJwlsEUU8wZP2vutWB6EJpHdAvTH21G { width:15.8125rem;height:1.6875rem;top:19.9375rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuGulraOEn27XW7rOaVSTkS3HdETVWOW { width:15.8125rem;height:7.5rem;top:11.8125rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoUV5qUviATdoU2WJnzHwXDswTqDhpxm { width:2.625rem;height:2rem;top:8.5rem;left:44.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpmhcf66eQg7lwJJTakOuZqzT3fnCz8a { width:10.5rem;height:10.5rem;top:37.875rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP9edPsT2cO30zarbaDHakt6HPdZ3nHb { width:11.5rem;height:3.25rem;top:43.25rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw9pMG8C0MOgF1QfLP1yQRqowcc0ab9V { display:block; }
 }@media only screen and (max-width: 763px) { #yEORJfEExM6CsU9qVmaitxHUn1gaZtgM { top:6.4375rem;left:15.1875rem;width:18.9375rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXB2VXKVfAxWJoZQd6llH5mlQQOze1p4 { top:38.125rem;left:18.53125rem;width:10.6875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oIIAZNth2NFUmweIEKfA3eNyizITlc7T { display:block; }#oIIAZNth2NFUmweIEKfA3eNyizITlc7T > .row .container { width:20rem;height:65.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxskCKhGGXgfMClmnpHA0LDl2QNydHGS { width:20rem;height:7.5rem;top:6.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TqlV5KuT0m9iUdqyBcGfIw825pvrZN9N { width:20rem;height:3.25rem;top:14.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8I6VQfN9Iy6lMkuqw2ENLc4zGanEomg { width:17.4375rem;height:26.4375rem;top:28.46875rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3oLQ9tyqip9z2GFWEADCLCnQyAg6tWI { width:4.625rem;height:4.625rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs0b67X2wv92zKex0wvc6mC6nurxOKs7 { top:54.90625rem;left:0.8125rem;width:18.375rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue37enhMWoBTIXOpA0p2NAFlmSQMmGcr { display:block; }
 }@media only screen and (max-width: 763px) { #anPvpzoGDg4LpE6T4xf7pPdXIFHtep6C { width:15.25rem;height:3.625rem;top:26rem;left:2.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sroUXPmQPLiTKbEsCaSL7tV0JbLhefno { width:8.8125rem;height:1.625rem;top:23.6875rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbICvDeLuvVFTeGlNI2BZQM5U3GUB8ap { width:4rem;height:0.125rem;top:24.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqpsLlAzM85cZ9RApqsrZ2zs96PuuGeR { width:15.5rem;height:2rem;top:60.46875rem;left:3.28125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzq75nBy2vw7zz7PeHuvzU0kwJcETu8L { display:flex;width:2.0625rem;height:2.0625rem;top:60.4375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #kTWJatucLSBTpkazMmvh72ovBFcpoMqi { width:11.3125rem;height:1.625rem;top:19.4375rem;left:4.34375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIyttvKV5ocRXQVCMKADqve4TBResGkV { width:13.0625rem;height:4.125rem;top:18.1875rem;left:3.46875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Wh2ofuWMaI5nC4BfSUBd8Ou0J7TKKfbn { display:block; }#Wh2ofuWMaI5nC4BfSUBd8Ou0J7TKKfbn > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vKoNFdCiuz3yBbTyDbIgMo6pLoNCfIa3 { width:3.0625rem;height:3.5rem;top:2.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVsVIfFbn8vmfhOxKusiJ5Qmm8z8HQMb { width:3.0625rem;height:3.4375rem;top:15.03125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF3JhVVLEHyuK1fxtkkoHX7zN8z41esR { display:flex;width:3.8125rem;height:3.8125rem;top:28.787109375rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #vRb4SsawXVJ4G3PUMNT1xw7sSxTdXKnf { width:13rem;height:5.4375rem;top:1.53125rem;left:4.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHZ2xcoTLgvgbEAcRiz9iwJS9eVChn0z { width:14.375rem;height:3.625rem;top:14.9375rem;left:4.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUVZZsiaT6CuEmfIF56vhSqbsT6glQWL { width:13.5rem;height:5.4375rem;top:27.974609375rem;left:4.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeMhZ1WTcqD3kaTX4ZTHwITpFDTzR12i { width:17.125rem;height:4.875rem;top:7.724609375rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpSVezWbfZzHUDKGr8T73ZRMVAWlFXp1 { width:18rem;height:6rem;top:19.974609375rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXUNgxCGkhbKPtmNExPFTXPq2iXTKuG9 { width:19.0625rem;height:4.875rem;top:33.974609375rem;left:0.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD48iLJwFsZKMP8nvfcRSynTSxSKlqTT { display:block; }#LD48iLJwFsZKMP8nvfcRSynTSxSKlqTT > .row .container { width:20rem;height:53.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8pNcF8vl8i2ZXoHAFmemyicXTmXP1xo { width:12.5rem;height:12.5rem;top:11rem;left:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QPcHGohAolVGsPKctpWGZN8T0LHz5x1P { width:12.5rem;height:2.5625rem;top:2.5rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApgRJTcE2W7ddaAokoxBDPKObZaU4a1l { width:3.375rem;height:0.625rem;top:5.0625rem;left:4.9375rem;background-color:#d3e6e0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #doawSVyvtNVzCSOLomHFnrqLx01SMTgW { width:18.75rem;height:4.875rem;top:25.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgP0RFooTrx3CCdMZAqCkEPxZlF7pgHs { width:20rem;height:20.3125rem;top:31.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#191919;display:block; }
 }@media only screen and (max-width: 763px) { #PfFw8uEr2mAent61n7hk07GEqQruraph { width:12.5625rem;height:16rem;top:8.625rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m61dOMrBLaMVgJwbQ2abRSK8EeBiO3H8 { top:8.3125rem;left:2.09375rem;width:15.8125rem;height:15.8125rem;z-index:15009;overflow:hidden;border-top-left-radius:9.1875rem;border-top-right-radius:9.1875rem;border-bottom-left-radius:9.1875rem;border-bottom-right-radius:9.1875rem;border-top:0.1875rem solid #d3e6e0;border-left:0.1875rem solid #d3e6e0;border-right:0.1875rem solid #d3e6e0;border-bottom:0.1875rem solid #d3e6e0;display:block; }
 }@media only screen and (max-width: 763px) { #f76yKrvnsOFaaq3KI5lIFJznLqEHuZwK { display:block; }#f76yKrvnsOFaaq3KI5lIFJznLqEHuZwK > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oJVNZncZQXnoIdHpJ36L54JFT39r0ZPN { width:20rem;height:5.125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I38O6AnHWNvdw94PHU7uQVpfn4VR4TTz { background-color:#d3e6e0;background-image:none;display:block; }#I38O6AnHWNvdw94PHU7uQVpfn4VR4TTz > .row .container { background-color: transparent; background-image: none; }#I38O6AnHWNvdw94PHU7uQVpfn4VR4TTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I38O6AnHWNvdw94PHU7uQVpfn4VR4TTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I38O6AnHWNvdw94PHU7uQVpfn4VR4TTz > .row .container > .video-iframe-container { display: none; }#I38O6AnHWNvdw94PHU7uQVpfn4VR4TTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I38O6AnHWNvdw94PHU7uQVpfn4VR4TTz > .row > .video-iframe-container { display: none; }#I38O6AnHWNvdw94PHU7uQVpfn4VR4TTz > .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); }#I38O6AnHWNvdw94PHU7uQVpfn4VR4TTz > .row .container { width:20rem;height:41.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iw2FBR1lbhxmW4M6fJNRgfi7S2wD0Pcw { width:3.3125rem;height:3.3125rem;top:1.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiIeHA2lUlqDEqWrrlzAWtqTWFwfqqum { width:4.25rem;height:1.25rem;top:2.46875rem;left:1.15625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qOwaf9FnPHqkqcoRW8V7iE4wyv9fy7HO { width:13.125rem;height:2.75rem;top:1.71875rem;left:5.40625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HR5V5rcfDNNT6L2P8cpCTtmUTn0JyIPu { width:17.9375rem;height:4.75rem;top:6.25rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJCPLP6OI9haIlZgPdV7M8RVCodzJHXf { width:16.625rem;height:3.5625rem;top:19.875rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKwsPb9PsEfWa6gKI7EdzqMZIMibwWtS { width:12.125rem;height:2.75rem;top:15.125rem;left:5.90625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yxKCVups72tnbFGTIy3tAMwu1RIH42rG { width:4.25rem;height:1.25rem;top:15.875rem;left:1.15625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DIRI0gNO0X0XmXssMnVMTGX6hsJ4kfsD { width:17.625rem;height:5.9375rem;top:32.8125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnP6uSoXbH3sMF1Aw9TSr57CHqtqkfb2 { width:12rem;height:1.375rem;top:29.5rem;left:5.96875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bPbXeC5ddogBTTSvJoHENT2wM4CF0hGb { width:4.25rem;height:1.25rem;top:29.5625rem;left:1.15625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g1XTcxpHsLT7iAv0eAcAribcSMzCwt4E { width:19rem;height:13.125rem;top:0.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwoSuwe4ywnaVXyvFCItJpoucsu9yQHh { width:19rem;height:12.9375rem;top:14rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPebD2KLiQsJDBbWk4PZqAW3VoL9q8ah { width:19rem;height:13rem;top:27.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv0FN0mSPS34mlnQB7aCWRadPuwQp0Zc { width:3.8125rem;height:3.8125rem;top:14.53125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqFQ71kFuSdTP43OLaGsEpJ9kXCcngIi { width:3.8125rem;height:3.8125rem;top:28.21875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnmrcSgVTpCkc9yhX0UbQFxQi9XJIVzk { display:block; }#KnmrcSgVTpCkc9yhX0UbQFxQi9XJIVzk > .row .container { width:20rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAeERVnvHVAHPBLD1MU8BVuy6ENgtQc5 { width:4.25rem;height:1.25rem;top:2.5625rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z7rRC1UpeoSyCcPOGaaERbJKscvTJaGf { width:12.4375rem;height:2.75rem;top:1.8125rem;left:6.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zy7FkIe6F50DTU1UxS2T02MLBy4EIDaW { width:17.5rem;height:3.5625rem;top:6.4375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT1zFQdulzGB8Ep6y0Sd7iEoPv0JSWHR { width:17.3125rem;height:4.75rem;top:20.0625rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1znPE0N5IwT74rgA1P79uo9KtTM7u4M { width:12.5625rem;height:2.75rem;top:15.6875rem;left:6.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OBGGhLBJLoLlNb3UTai5A6z0iFi0XQHC { width:4.25rem;height:1.25rem;top:16.4375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sieBC9mRVkq7WobbTZsygmLtLmDVCFz0 { width:16.875rem;height:7.125rem;top:33.375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #znVcwg2n1Is0CWWk7S2A9RrG1sm6avKc { width:12.1875rem;height:2.75rem;top:28.875rem;left:6.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PRn3tbJMOV2Z4xx3c4hXsi7BoZeCF8us { width:3.1875rem;height:1.25rem;top:29.625rem;left:1.78125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mM6AkpBuhiFWfyQeXci3nyL2rmvBv6Gh { width:19rem;height:13.3125rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAURkDUvNCSOcZ5FyGbFPHzafwCCqlSo { width:19rem;height:13.375rem;top:13.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrRHfa7qlbtylxIZzO1oAPIU6k8Gx5os { width:19rem;height:14.0625rem;top:27.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPeTwm0SbS9zHmWbWJHF3ARQB2SGhM3E { width:3.8125rem;height:3.8125rem;top:1.21875rem;left:1.40625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #CRCvZRGkt6xTPd2EVubOUE0Duub9OZZx { width:3.8125rem;height:3.8125rem;top:15.09375rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpuAmC2qsbktXAkr5AkqKrRdxSHcUOu2 { width:3.6875rem;height:3.6875rem;top:28.34375rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4rLH0wCslukf9xVQWuVm1xTz0k5TctL { display:block; }#V4rLH0wCslukf9xVQWuVm1xTz0k5TctL > .row .container { width:20rem;height:87.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xa65GLlwV8eWDrZGbynpOPciymhWLEEy { width:18.875rem;height:5.25rem;top:1.5rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z122TS4tHbKekd9LAv5yXtyKBXw0N4Op { width:19.25rem;height:5.9375rem;top:7.6875rem;left:0.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf6SKTs0VhWiRdayvdTTOgkNqngmV769 { width:11.4375rem;height:1.5625rem;top:19.0625rem;left:4.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbSMI3tSTFc7DVdudoFXSxifpy4u1zSa { width:19.25rem;height:7.1875rem;top:21.1875rem;left:0.71875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QBeITE5AHdRf1NKynTDk083d1rdBhM1t { width:14rem;height:1.5625rem;top:34.75rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg4XlLF2p9LTUT4lyhcp8BbeQOmQ6RpS { width:19.625rem;height:5.75rem;top:36.875rem;left:0.34375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ds8dkdSxul8gEmLsRWlZNJQZeIyXJQ8d { width:13.0625rem;height:1.5625rem;top:48.5625rem;left:3.46875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHZu9MMw9KFxGKD54QMBrz9c6oSeGMPX { width:19.3125rem;height:5.75rem;top:50.8125rem;left:0.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KxWmGx7rbm6e9RiXfFkpUTfBzXf3GGOP { width:13.375rem;height:1.5625rem;top:62.625rem;left:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETkDs7Gt0WtV9yAXPE5hQc6ZSXM4L4AE { width:16.3125rem;height:1.5625rem;top:77.8125rem;left:1.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUJV9Zxokp8tflJyVUzCZkmIa4M2d4Oa { width:18.9375rem;height:7.1875rem;top:64.9375rem;left:0.53125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sEGPUbClg9WyMJmifMBtaUl72FMREgKv { width:19.5rem;height:5.75rem;top:79.375rem;left:0.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMZAOfQtIn4fqyaORlOeTUILygU7rWlP { display:flex;width:3.6875rem;height:3.6875rem;top:14.625rem;left:8.15625rem; }
 }@media only screen and (max-width: 763px) { #zFRbHS9hwdyIxgKPiclfCLGap3NZOt2T { width:2.0625rem;height:2.9375rem;top:31rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbT8rMpXl7JJuI5cNsTBeTI5Ea9WIpiZ { width:1.875rem;height:3.3125rem;top:44.625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTNJBiHB1rIoO22rFlgsRW4i23agyc6J { width:2.3125rem;height:3.25rem;top:58.625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRtN8Z40Juvm3mlf4d2qVs2J7boXLPcP { width:2.0625rem;height:3.125rem;top:74rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmhDraattf8MlIgbWkXW8pUNx7Z29sAG { display:block; }#SmhDraattf8MlIgbWkXW8pUNx7Z29sAG > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xiu8NNEMBTPJg1B3e4uWMplMpFG1xBX9 { width:16.3125rem;height:8.625rem;top:9.0625rem;left:3.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AMfCIzqmtsGFrwsaLtWrcVGR2Ao2XE32 { width:16.5rem;height:8.25rem;top:20.75rem;left:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnGuAsvyDw6nJeggmCFSrhTZb7VeRM3R { width:20rem;height:5.25rem;top:2.0625rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPfm1S5uiaTcVdRScrLS4OUTb9KIxWFu { display:flex;width:2.9375rem;height:2.9375rem;top:9.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b8SHfdpiilfArJ62IAmbUrQbqpWgE9rc { display:flex;width:2.9375rem;height:2.9375rem;top:20.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KKcdWgXkm0dfntyJZOQx27kDNsod4fIi { top:31.9375rem;left:0.5rem;width:19rem;height:6.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex4p0ABFOdUTINCxvANKMJPccQkQQAat { display:block; }
 }@media only screen and (max-width: 763px) { #uDU099rrheTlU0ELGPJTVTnzyhO7LgsM { display:block; }#uDU099rrheTlU0ELGPJTVTnzyhO7LgsM > .row .container { width:20rem;height:59rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blTF74L2x4BairozRQ6DupMzGk5eCoHQ { width:16.125rem;height:16.1875rem;top:11rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTs1Mnq7WOhADdJcL72xAH6MXLAJqvII { width:20rem;height:7.5rem;top:2.25rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ynXmy8gea3EKsJVSM3o5bmd21OObsZMV { width:15.75rem;height:5.25rem;top:29.21875rem;left:4.25rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #mAytlgBFXvEEGIpMWPgc2QJ6HF2xRdED { width:15.3125rem;height:11.8125rem;top:36.59375rem;left:4.65625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #fLSs4E7TdbdRx5RWpFthRMAQqHIaRf9E { width:15.75rem;height:6.5625rem;top:50.6875rem;left:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6RIHAp2rwMZ4hu7te7THG4hBFCPTgBW { display:flex;width:2.1875rem;height:2.1875rem;top:51.96875rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #tbBOfqWZGAW2LmThKR9L6ceZC9iVLltS { display:flex;width:2.1875rem;height:2.1875rem;top:41.40625rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #J1VaqCumSmoTyTk0ng6MUfDIHKH1b7G1 { display:flex;width:2.1875rem;height:2.1875rem;top:30.75rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #f8hdzkDA7kZdofh4xvsFe01xt9uIcfPT { display:none; }#f8hdzkDA7kZdofh4xvsFe01xt9uIcfPT > .row .container { width:20rem;height:86.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s6qJeoWk1ByKMXGSPokE1ZWS97o4NOGZ { width:15.8125rem;height:6rem;top:37.3125rem;left:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xRgTwJe1dXfnAJ0bQmwRWOPqLIvh55dO { width:2.625rem;height:2rem;top:34.6875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e53ZKJNNITEGudvhaZvSF65lHx2kmIGc { width:15.8125rem;height:1.5rem;top:44.8125rem;left:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oOPaoG8wuzacDxbAQ1k1zhbWXkMzQp74 { width:15.8125rem;height:1.5rem;top:58.5rem;left:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DJIz6yBOUed3IgsoVxWvFceK2Fnx8Tee { width:15.8125rem;height:4.5rem;top:50.375rem;left:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P8okLZXPFG9TIL8wLxmxfy3BM8uHFKH1 { width:2.625rem;height:2rem;top:47.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1u9LsNl5U7qMubnCpEcy0qM0sI34W0V { width:3.3125rem;height:3.3125rem;top:2.5rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCs6RNwA4qPWlFZ2skxfyngnTz0Vp9RX { width:4.375rem;height:1.25rem;top:3.625rem;left:14.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BfSdypNnfTa5r5QWCHOt8cwtdsNW3RR5 { width:15.8125rem;height:1.5rem;top:83.6875rem;left:2.09375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MCLbmMikpCEZLg9y6fVK3wIbyCpZXR9T { width:15.8125rem;height:4.5rem;top:77.75rem;left:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVGff9fSH6BqMKNnCiiwU6iTwTpKFIs4 { width:2.625rem;height:2rem;top:75.125rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukJwlsEUU8wZP2vutWB6EJpHdAvTH21G { width:15.8125rem;height:1.5rem;top:72.1875rem;left:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BuGulraOEn27XW7rOaVSTkS3HdETVWOW { width:15.8125rem;height:7.5rem;top:64.0625rem;left:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LoUV5qUviATdoU2WJnzHwXDswTqDhpxm { width:2.625rem;height:2rem;top:61.4375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpmhcf66eQg7lwJJTakOuZqzT3fnCz8a { width:8.625rem;height:8.625rem;top:25.625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP9edPsT2cO30zarbaDHakt6HPdZ3nHb { width:11.5rem;height:3.25rem;top:30.1875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw9pMG8C0MOgF1QfLP1yQRqowcc0ab9V { display:block; }
 }@media only screen and (max-width: 763px) { #yEORJfEExM6CsU9qVmaitxHUn1gaZtgM { width:13.25rem;height:20rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXB2VXKVfAxWJoZQd6llH5mlQQOze1p4 { width:10.6875rem;height:3.8125rem;top:22.8125rem;left:4.625rem;display:block; }
 }