.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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:#023525;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T1JOUuoXttn8mTqNw5LHsBQDKUJwnGyh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#T1JOUuoXttn8mTqNw5LHsBQDKUJwnGyh > .row .container { background-color: transparent; background-image: none; }#T1JOUuoXttn8mTqNw5LHsBQDKUJwnGyh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T1JOUuoXttn8mTqNw5LHsBQDKUJwnGyh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T1JOUuoXttn8mTqNw5LHsBQDKUJwnGyh > .row .container > .video-iframe-container { display: none; }#T1JOUuoXttn8mTqNw5LHsBQDKUJwnGyh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T1JOUuoXttn8mTqNw5LHsBQDKUJwnGyh > .row > .video-iframe-container { display: none; }#T1JOUuoXttn8mTqNw5LHsBQDKUJwnGyh > .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); }#T1JOUuoXttn8mTqNw5LHsBQDKUJwnGyh > .row .container { border-width: 0; border-radius: 0; }#T1JOUuoXttn8mTqNw5LHsBQDKUJwnGyh > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:60rem;position:relative;display:block; }#kuqPJnayJKqEihLeksLWiHcv7neS0Twh { position:absolute;display:block;z-index:100000;background-color:rgba(197,179,154,0.5);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;height:0.0625rem;width:60rem;top:2.8125rem;left:0rem;display:block; }
#rKMWqrlmF8bL4k6ZLuG0TydQPBFgp4nh { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6875rem;width:9.1875rem;top:1.78125rem;left:25.40625rem;overflow:hidden;display:block; }
#U8unQ6gPPtAkaNbmAHAyBr6tPLBkGQpD { color:#0c0a0a;display:block;width:18.125rem;position:absolute;font-family:"times new roman";font-size:1.0625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:8.3056640625rem;left:22.6875rem;height:1.3808625rem;font-style:normal;display:block; }
#U11MJrVlr0st4IMEX5EidTq0pnaWW5p7 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(126,179,160,0.8);background-image:none;position:relative;z-index:auto;display:block; }#U11MJrVlr0st4IMEX5EidTq0pnaWW5p7 > .row .container { background-color: transparent; background-image: none; }#U11MJrVlr0st4IMEX5EidTq0pnaWW5p7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U11MJrVlr0st4IMEX5EidTq0pnaWW5p7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U11MJrVlr0st4IMEX5EidTq0pnaWW5p7 > .row .container > .video-iframe-container { display: none; }#U11MJrVlr0st4IMEX5EidTq0pnaWW5p7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U11MJrVlr0st4IMEX5EidTq0pnaWW5p7 > .row > .video-iframe-container { display: none; }#U11MJrVlr0st4IMEX5EidTq0pnaWW5p7 > .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); }#U11MJrVlr0st4IMEX5EidTq0pnaWW5p7 > .row .container { border-width: 0; border-radius: 0; }#U11MJrVlr0st4IMEX5EidTq0pnaWW5p7 > .row .container { font-size:0.875rem;font-family:"open sans";height:5.5625rem;width:60rem;position:relative;display:block; }#Z5bypnbpJwslxvqLi484ogsEN1HgiDoD { background-color:rgba(109,83,157,0.87);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;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:georgia;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5625rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:1.5rem;left:39.811200141907rem;display:block; }
#C7p0WmE1vUl5GQuoR75hCkEIaHnsa3M5 { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#oNl0HLH1RmZ9gaP8Nmq7qmgvoqeC7reM { display:block;width:38.5625rem;position:absolute;font-family:georgia;font-size:1.75rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:1.611328125rem;left:5.9361982345581rem;height:2.3374rem;color:#6f4c08;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S4H5V1KCv0FJZCr2TsgZm0bTxfopyt4W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#S4H5V1KCv0FJZCr2TsgZm0bTxfopyt4W > .row .container { background-color: transparent; background-image: none; }#S4H5V1KCv0FJZCr2TsgZm0bTxfopyt4W::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S4H5V1KCv0FJZCr2TsgZm0bTxfopyt4W > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S4H5V1KCv0FJZCr2TsgZm0bTxfopyt4W > .row .container > .video-iframe-container { display: none; }#S4H5V1KCv0FJZCr2TsgZm0bTxfopyt4W > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S4H5V1KCv0FJZCr2TsgZm0bTxfopyt4W > .row > .video-iframe-container { display: none; }#S4H5V1KCv0FJZCr2TsgZm0bTxfopyt4W > .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); }#S4H5V1KCv0FJZCr2TsgZm0bTxfopyt4W > .row .container { border-width: 0; border-radius: 0; }#S4H5V1KCv0FJZCr2TsgZm0bTxfopyt4W > .row .container { font-size:0.875rem;font-family:arial;height:57.0625rem;width:60rem;position:relative;display:block; }#fRbK7DNHoCQvH6DKJsIeFL00QRd6z4K2 { position:absolute;display:block;z-index:100005;background-color:#3ad6d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:15rem;top:17.1875rem;left:7.3125rem;display:block; }
#nK2NH1MLuVapsDmq7LoI3FHZ9oTcmSkT { position:absolute;display:block;z-index:100006;background-color:#3ad6d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:10.625rem;top:29rem;left:8.4375rem;display:block; }
#IG9EVkxtbZLO6NKUWxhv6W5zk3wgrQfL { position:absolute;display:block;z-index:100007;background-color:#3ad6d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:13.125rem;top:30.4375rem;left:41.125rem;display:block; }
#G1KUtQptOiUfPXgkzaoeDkFXyC23dfQS { position:absolute;display:block;z-index:100008;background-color:#3ad6d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:10.625rem;top:19.90625rem;left:42.125rem;display:block; }
#NLSauZxRESvvlL3nkr13ry7OchU5hpfJ { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:17.875rem;left:42.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NOdTIiKgJ7abHherLJy6C5Q65QJ0JKdS { color:#000000;display:block;width:12.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:28.28125rem;left:41.531250953674rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gmum7cphy4kMdQa06mF0CImMlxh1CPyp { color:#000000;display:block;width:9.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:26.9375rem;left:8.65625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vRpRnUwXH5pSDSxNzNpTcyvWPN8q0lG0 { color:#000000;display:block;width:14.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:15rem;left:7.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tCXCmZiQLfO490ET7NwdFdEWoGDqhGMe { color:#000000;display:block;width:10.125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:20.53125rem;left:42.625rem;height:3rem;text-align:justify;text-align-last:initial;display:block; }
#eBQHLxreLKA0pdmgkKvoTcJ57TgqGktB { color:#000000;display:block;width:12.625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100015;line-height:1.5;letter-spacing:0;top:31.125rem;left:41.75rem;height:4.5rem;text-align:justify;text-align-last:initial;display:block; }
#oFeTeAx9i5OLoSk5TTkI0F1T3Q0z0da7 { color:#000000;display:block;width:11.625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100016;line-height:1.5;letter-spacing:0;top:29.75rem;left:8.34375rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#zwzsvTTbqqJBf968s6v0fTF21dSif8X3 { color:#000000;display:block;width:12rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100017;line-height:1.5;letter-spacing:0;top:17.9375rem;left:7.3125rem;height:3rem;text-align:justify;text-align-last:initial;display:block; }
#K6zvPZnKdTOfP7Q7OKTeT0nOu9mFERpi { color:#000000;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.5;letter-spacing:0;top:11rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#sVeuGrLvAGDNe0rHztTax6IUvb4Ediih { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:22.5rem;top:15.875rem;left:19.312500953674rem;overflow:hidden;display:block; }
#ZfPOOPpQplX7peaNv4ePuiTmaoMWmTgl { color:#ffffff;display:block;width:27.375rem;position:absolute;font-family:georgia;font-size:4.1875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.0556640625rem;left:16.875rem;height:5.4433625rem;text-align:center;text-align-last:center;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; }
#TT6xq3uNVsoF54BoJhuSzf0MMEpC73cP { color:#fdfdfd;display:block;width:11.25rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:7.5615234375rem;left:25.3125rem;height:1.7871125rem;display:block; }
#I80ZUMfsQ8zfmpy9H1s3DkC0WK3G1s9A { background-color:#6d539d;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:georgia;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.75rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:43.0625rem;left:22.250000953674rem;display:block; }
#siNRRSxBCaQaRfkSc2Sxg8kyeU3nedWm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column-reverse;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#000000;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:georgia;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:georgia;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:-4%;left:0rem; }
#KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(109,83,157,0.88);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0rem 0.5625rem 0rem rgba(000,000,000,0.62) ;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:48.186851501465rem;left:20.375000953674rem;z-index:100020; }
#KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #ZlIwtrqFTv2oqgZwkB2qKDBvHQ4lkGUB { display:flex;position:relative;top:0rem;left:0rem; }
#KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #yTAcMTJX4ZEOkZtlVs7gBgEnMQhh8pze { width:auto; }
#KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #acrKHRcmTmJiDcQJrVqRNUGDEa3dN343 {  }
#KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #te7vObFF8eefF5iwZCGpDOD5ooPSEAAg { display:flex;position:relative;top:0rem;left:0rem; }
#KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #GbCvVyy5ISzVOXTebr3TTeme6r29qBFE {  }
#KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #mBnyF8wAdhuVmcO8cThfvfOLyrxIbc6r {  }
#KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #G78zQqPTyGUFPouZMtXCpI3dO5DDQhCa { display:flex;position:relative;top:0rem;left:0rem; }
#KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #qvm33tPs51M9D4FPO7dmKSWkT8M8oVgT {  }
#KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #J2pH9Mu40iZrhR0MAObalO8iEBb3eHEP {  }
#KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #A0mTheNhwPD4uKJO4Ixpc4i6AJEaD5up { display:flex;position:relative;top:0rem;left:0rem; }
#KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #e2KGOTNvnMAsJ8KFTnVUDGJxn7HL6FxX {  }
#KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #O4ossTDExzSUuq5TTIdGyb4n00OkiFKn {  }
#WSc8b3ZCcV5zMb1dHgmyXoqmc19G1wAG { position:absolute;display:block;z-index:100003;background-color:#4e997a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.0625rem;width:8.6875rem;top:39.875rem;left:26.125rem;display:block; }
#LVQmAI9wLPSWWUsAOgBUB9lr1WFgTytW { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:georgia;font-size:0.9375rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:40.234375rem;left:24.125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rT9nDmdJ7pfbE8QdedB8k7TNbdqtd8Hb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/QHOf9XZh/bg3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#rT9nDmdJ7pfbE8QdedB8k7TNbdqtd8Hb.adaptive-delivery-prevent-bg, #rT9nDmdJ7pfbE8QdedB8k7TNbdqtd8Hb.lazyload, #rT9nDmdJ7pfbE8QdedB8k7TNbdqtd8Hb.lazyloading { background-image: none; }#rT9nDmdJ7pfbE8QdedB8k7TNbdqtd8Hb > .row .container { background-color: transparent; background-image: none; }#rT9nDmdJ7pfbE8QdedB8k7TNbdqtd8Hb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rT9nDmdJ7pfbE8QdedB8k7TNbdqtd8Hb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rT9nDmdJ7pfbE8QdedB8k7TNbdqtd8Hb > .row .container > .video-iframe-container { display: none; }#rT9nDmdJ7pfbE8QdedB8k7TNbdqtd8Hb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rT9nDmdJ7pfbE8QdedB8k7TNbdqtd8Hb > .row > .video-iframe-container { display: none; }#rT9nDmdJ7pfbE8QdedB8k7TNbdqtd8Hb > .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); }#rT9nDmdJ7pfbE8QdedB8k7TNbdqtd8Hb > .row .container { border-width: 0; border-radius: 0; }#rT9nDmdJ7pfbE8QdedB8k7TNbdqtd8Hb > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#ffwlWDlb7QcTVvOwtCrhrQ3rx8rOru41 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:15rem;top:2.8610229492188E-6rem;left:0rem;overflow:hidden;display:block; }
#E88lfNzI9rUkf8m61WuO6osaBbq7nJs3 { color:#000000;display:block;width:15rem;position:absolute;font-family:georgia;font-size:3rem;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;top:1.6875rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JUv6Hqdod97JzP5qNiUXA64QlvPlSo04 { color:#000000;display:block;width:15rem;position:absolute;font-family:georgia;font-size:2.0625rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:5.6875rem;left:0rem;height:3.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FrJH9U3M4S8zTm3ulAgApwqt2wT4F4kE { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.0625rem;width:15.3125rem;top:0rem;left:15rem;overflow:hidden;display:block; }
#lTnGOSyFMhO8p09GddJHOFioyk570UCT { color:#000000;display:block;width:15rem;position:absolute;font-family:georgia;font-size:3rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:1.6875rem;left:15rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QiOcyGylvb60liJ6XIT3uUa8Kbdq0Opw { color:#000000;display:block;width:15rem;position:absolute;font-family:georgia;font-size:2.0625rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:5.6875rem;left:15rem;height:3.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CRGnB1FHAQD4zXFrLflaORvpV0eiO6X2 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:15rem;top:0rem;left:30rem;overflow:hidden;display:block; }
#sLMvvbTxZQG1PLldv1hWckBaZEsb7ifd { color:#000000;display:block;width:15rem;position:absolute;font-family:georgia;font-size:3rem;font-weight:700;z-index:100013;line-height:1.5;letter-spacing:0;top:1.6875rem;left:30rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yRmFtf683OAWLTUBBhAhXBNffkIN4MaG { color:#000000;display:block;width:15rem;position:absolute;font-family:georgia;font-size:2.0625rem;font-weight:400;z-index:100014;line-height:1.5;letter-spacing:0;top:5.6875rem;left:30rem;height:3.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rgFBr7fe1aHe7OaCz17MqLQxLpQ0STn1 { color:#000000;display:block;width:15rem;position:absolute;font-family:georgia;font-size:3rem;font-weight:700;z-index:100016;line-height:1.5;letter-spacing:0;top:1.6875rem;left:45rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OviabZktBtuImtfI6P84IZu7xRX2UaFi { color:#000000;display:block;width:15rem;position:absolute;font-family:georgia;font-size:2.0625rem;font-weight:400;z-index:100017;line-height:1.5;letter-spacing:0;top:5.6875rem;left:45rem;height:3.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ihxsCqcFHJqnUDZzaJECSZkCRoGQVUeC { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.0625rem;width:15.3125rem;top:0rem;left:44.6875rem;overflow:hidden;display:block; }
#ZORLNDgU3Qo8l3VEcnu4TwCor8tVnpgU { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10rem;width:15rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#vQfMiRsV8MD9GlX9urrLVkyc3lCtOynk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vQfMiRsV8MD9GlX9urrLVkyc3lCtOynk > .row .container { background-color: transparent; background-image: none; }#vQfMiRsV8MD9GlX9urrLVkyc3lCtOynk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vQfMiRsV8MD9GlX9urrLVkyc3lCtOynk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vQfMiRsV8MD9GlX9urrLVkyc3lCtOynk > .row .container > .video-iframe-container { display: none; }#vQfMiRsV8MD9GlX9urrLVkyc3lCtOynk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vQfMiRsV8MD9GlX9urrLVkyc3lCtOynk > .row > .video-iframe-container { display: none; }#vQfMiRsV8MD9GlX9urrLVkyc3lCtOynk > .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); }#vQfMiRsV8MD9GlX9urrLVkyc3lCtOynk > .row .container { border-width: 0; border-radius: 0; }#vQfMiRsV8MD9GlX9urrLVkyc3lCtOynk > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:60rem;position:relative;display:block; }#a3T4yJUIs2QTJNOJkqJ2XUntVUIn3PFK { color:#000000;display:block;width:11.9375rem;position:absolute;font-family:"times new roman";font-size:1.375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:9.27490234375rem;left:26.15625rem;height:1.7871125rem;text-align:center;text-align-last:center;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; }
#NyBdERi0RLhVzSo0bdlkqzTTGAK0Br8k { color:#000000;display:block;width:12.375rem;position:absolute;font-family:"times new roman";font-size:1.375rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:13.26220703125rem;left:25.9375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#nZrCkOQRpO34Bl0gcsVr813y8yKnhbDG { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:"times new roman";font-size:1.375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:9.27490234375rem;left:42.09375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#IQpauJ7uGik2NEoqgIpX6qV4vdLOGIbO { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:"times new roman";font-size:1.375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:17.298828125rem;left:42.59375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#v3xfq6fiJNxhTi0qp8bXB9kQm8hyn7dn { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.75rem;width:21.6875rem;top:8.5625rem;left:1.625rem;overflow:hidden;display:block; }
#KE4EXT1dXcLG4T4fXvq1DQQRy2sn6RSF { color:#000000;display:block;width:12.375rem;position:absolute;font-family:"times new roman";font-size:1.375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:17.423828125rem;left:24.65625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#yg6edn7DOxHNwEqzGlqaGshyzQtwkwXT { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:"times new roman";font-size:1.375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:13.19970703125rem;left:43.09375rem;height:1.7871125rem;text-align:justify;text-align-last:initial;font-style:italic;display:block; }
#UAhfz3fm7O55In3q9CgKPJJzLbtBu8hz { background-color:rgba(126,179,160,0.8);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#f8eeee;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:georgia;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.8;overflow:hidden;position:absolute;width:17.5rem;height:4.1875rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:21.6435546875rem;left:33.6875rem;display:block; }
#TGdmJcMr6u4mDFrs2MHaqClh0N0KNmiv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OX9tGOfcSUR6NHpHTNeTC32Aq5xk4ze0 { 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:block;z-index:100000;display:none; }
#Hm4O5mRTLgdqR1x1SEXVWFUc7ZRHThwJ { 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:block;z-index:100000;display:none; }
#Vl2QAr2rLQ7Mpc2irTS2PNnH7uynGlbm { 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:block;z-index:100000;display:none; }
#rbzPOBVDOnU0TmKfBNHnUrEOx9X1RiXh { 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:block;z-index:100000;display:none; }
#CWTthth8F4EuZqqeMLRzFwh6Bb2yBWVW { 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:block;z-index:100000;display:none; }
#yqkLZUEV95fk80KmAJ4RaGOxXVIVlEQF { 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:block;z-index:100000;display:none; }
#P8D3aqilVwX37hCLhdpfmJudGl7Wx4zT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.625rem;width:48.9375rem;display:none; }
#T62LqIa5yNPcyHJX4rEyspKLHSdXf2MS { position:absolute;display:block;z-index:100000;background-color:rgba(109,83,157,0.7);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.625rem;width:33.75rem;top:1.8125rem;left:24.65625rem;display:block; }
#yCzSP2LetLc8H6iCuoX9HuImqD04Ozx6 { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:georgia;font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.8;letter-spacing:0;top:1.875rem;left:25.3125rem;height:4.5rem;text-align:center;text-align-last:center;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; }
#LQwvsRTGVQd7m2Qp4peOr9G2zTMKnOxk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#LQwvsRTGVQd7m2Qp4peOr9G2zTMKnOxk > .row .container { background-color: transparent; background-image: none; }#LQwvsRTGVQd7m2Qp4peOr9G2zTMKnOxk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LQwvsRTGVQd7m2Qp4peOr9G2zTMKnOxk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LQwvsRTGVQd7m2Qp4peOr9G2zTMKnOxk > .row .container > .video-iframe-container { display: none; }#LQwvsRTGVQd7m2Qp4peOr9G2zTMKnOxk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LQwvsRTGVQd7m2Qp4peOr9G2zTMKnOxk > .row > .video-iframe-container { display: none; }#LQwvsRTGVQd7m2Qp4peOr9G2zTMKnOxk > .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); }#LQwvsRTGVQd7m2Qp4peOr9G2zTMKnOxk > .row .container { border-width: 0; border-radius: 0; }#LQwvsRTGVQd7m2Qp4peOr9G2zTMKnOxk > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:60rem;position:relative;display:block; }#s6IrO3MGFVt0KaFTd7Xc9NqiPxo6Qe7t { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:georgia;font-size:2.125rem;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:5.375rem;left:1.625rem;height:2.3999rem;text-align:left;text-align-last:left;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; }
#db4HEqvsNuIPTntMUKLhLC69XpoIrWs2 { color:#ffffff;display:block;width:28.3125rem;position:absolute;font-family:georgia;font-size:1.0625rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:10.75rem;left:1.625rem;height:14.34375rem;text-align:justify;text-align-last:initial;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; }
#igPvnbxu9k2CzgTIZtMlBA2IHPLQyaiq { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:31.375rem;width:28.8125rem;top:1.3125rem;left:31.1875rem;overflow:hidden;display:block; }
#UqCS6JncIAgFhw1hgwbiStcI7qnGLadt { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:12.5rem;top:9rem;left:1.625rem;display:block; }
#TeBLmQaiROPKEekPW5qwBfrTnyXObTez { position:absolute;display:block;z-index:100002;background-color:rgba(109,83,157,0.56);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:22.875rem;width:30.1875rem;top:4.0625rem;left:0.6875rem;display:block; }
#gxlCG1c6wvWRkVxNKUrhBGVZeHF2zBDJ { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#cr3TIDbdX9xP2V7QiF9TLkZVp8W9CpHN { background-color:rgba(126,179,160,0.8);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:georgia;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.8;overflow:hidden;position:absolute;width:17.5rem;height:4.1875rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:28.9375rem;left:7.03125rem;display:block; }
#wt0KB48psFsP2xctAFUFhSOPhxDDTcDk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TkCeIKEGEvT7iXwekqS5SoL0UTKrNeT0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#TkCeIKEGEvT7iXwekqS5SoL0UTKrNeT0.adaptive-delivery-prevent-bg, #TkCeIKEGEvT7iXwekqS5SoL0UTKrNeT0.lazyload, #TkCeIKEGEvT7iXwekqS5SoL0UTKrNeT0.lazyloading { background-image: none; }#TkCeIKEGEvT7iXwekqS5SoL0UTKrNeT0 > .row .container { background-color: transparent; background-image: none; }#TkCeIKEGEvT7iXwekqS5SoL0UTKrNeT0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TkCeIKEGEvT7iXwekqS5SoL0UTKrNeT0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TkCeIKEGEvT7iXwekqS5SoL0UTKrNeT0 > .row .container > .video-iframe-container { display: none; }#TkCeIKEGEvT7iXwekqS5SoL0UTKrNeT0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TkCeIKEGEvT7iXwekqS5SoL0UTKrNeT0 > .row > .video-iframe-container { display: none; }#TkCeIKEGEvT7iXwekqS5SoL0UTKrNeT0 > .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); }#TkCeIKEGEvT7iXwekqS5SoL0UTKrNeT0 > .row .container { border-width: 0; border-radius: 0; }#TkCeIKEGEvT7iXwekqS5SoL0UTKrNeT0 > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:60rem;position:relative;display:block; }#F115MinaQ8EbswR9a5Po2Ka10Ki2BAcT { position:absolute;display:block;z-index:100000;background-color:rgba(109,83,157,0.6);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;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:17rem;width:18.75rem;top:10.0625rem;left:0.625rem;display:block; }
#ii4kx3PgaGTRXEZABqVkpeqn22VFmBA5 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5625rem;width:6.3125rem;top:10.625rem;left:6.84375rem;overflow:hidden;display:block; }
#WSh07vrUo0GQEnJE1OdLQlyoDzVRXIPy { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #06134a;top:15.75rem;left:0.625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UCPDlcVhlWOfUTXOWW29hSFJSungMkwq { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:19.6875rem;left:1.875rem;height:4.798825rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#exycOP1ZceDRO9sT7nOC15VdysOHfypB { position:absolute;display:block;z-index:100004;background-color:rgba(41,151,111,0.6);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;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:17rem;width:18.75rem;top:10.0625rem;left:20.625rem;display:block; }
#taoL2iIG8ZkRSqfotGdSWwnU7s7hryMX { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:100007;line-height:1.6;letter-spacing:0;top:19.875rem;left:21.875rem;height:3.19921875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#TvH0T34KpRLxCuvTPHq46DbmLGdTvvH5 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #06134a;top:17.3125rem;left:20.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e2qaCqtrkCeDAMPI71vJJO5maevTFOWG { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:6.625rem;top:10.5625rem;left:26.6875rem;overflow:hidden;display:block; }
#E6290B13TA6PC237unPy6GJaqrsg3qXF { position:absolute;display:block;z-index:100008;background-color:rgba(109,83,157,0.6);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;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:17rem;width:18.75rem;top:10.0625rem;left:40.625rem;display:block; }
#dEdqgc08L7EL3KuxsdvMPSDolxBELL3J { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:100011;line-height:1.6;letter-spacing:0;top:19.875rem;left:41.875rem;height:6.4609375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#GD0lruP0zmzH3TgESUTItDvRwUSbDpu0 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #06134a;top:17.3125rem;left:40.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oao0dwE6m1CuiG8yTGDDkTAWASACcwoC { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5rem;width:6.3125rem;top:10.75rem;left:46.84375rem;overflow:hidden;display:block; }
#ziwzwxVJPhDq6bEhF4elh5QpQAdmpPOV { color:#000000;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:2.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.2500026226044rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;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; }
#vqsaSi5ncUtGpOShlBQyX0soNiN9Vgct { color:#000000;display:block;width:41.875rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:5.1455078125rem;left:6.3125rem;height:3.25rem;display:block; }
#pOm0WhVJWtKNzAT3JwORP52TIwcnwWTb { color:#000000;display:block;width:41.875rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:29.75rem;left:6.3125rem;height:3.25rem;display:block; }
#h9gqXEF3qwRmEl61OpT1ODbThBI8Pqxw { color:#000000;display:block;width:29.5rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:32.410808563233rem;left:6.3125rem;height:14.29786875rem;text-align:justify;text-align-last:initial;display:block; }
#ar4nCevr7ThydEIyqzK8PDo7CmDhzZSr { color:#000000;display:block;width:41.875rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:6.23291015625rem;left:6.3125rem;height:2.5996125rem;display:block; }
#tqSkt5ZPATTTRHnkcTJ9SBqht2AXXB0t { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11rem;width:19.3125rem;top:34.1875rem;left:40.34375rem;overflow:hidden;display:block; }
#uT7ARDatFXpHG5zUIro8c6TGv0N2s7Nt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#uT7ARDatFXpHG5zUIro8c6TGv0N2s7Nt.adaptive-delivery-prevent-bg, #uT7ARDatFXpHG5zUIro8c6TGv0N2s7Nt.lazyload, #uT7ARDatFXpHG5zUIro8c6TGv0N2s7Nt.lazyloading { background-image: none; }#uT7ARDatFXpHG5zUIro8c6TGv0N2s7Nt > .row .container { background-color: transparent; background-image: none; }#uT7ARDatFXpHG5zUIro8c6TGv0N2s7Nt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uT7ARDatFXpHG5zUIro8c6TGv0N2s7Nt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uT7ARDatFXpHG5zUIro8c6TGv0N2s7Nt > .row .container > .video-iframe-container { display: none; }#uT7ARDatFXpHG5zUIro8c6TGv0N2s7Nt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uT7ARDatFXpHG5zUIro8c6TGv0N2s7Nt > .row > .video-iframe-container { display: none; }#uT7ARDatFXpHG5zUIro8c6TGv0N2s7Nt > .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); }#uT7ARDatFXpHG5zUIro8c6TGv0N2s7Nt > .row .container { border-width: 0; border-radius: 0; }#uT7ARDatFXpHG5zUIro8c6TGv0N2s7Nt > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:60rem;position:relative;display:block; }#mpsN68ARWW4qTXUUaqG7VHdXAqqQ0RZG { position:absolute;display:block;z-index:100000;background-color:rgba(41,151,111,0.65);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;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:24.5rem;width:18.75rem;top:7.625rem;left:0.625rem;display:block; }
#KTn5qKwTBPMisqqCRKACZCS2tozXylUU { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.625rem;width:11.6875rem;top:9.875rem;left:4.15625rem;overflow:hidden;display:block; }
#vfSGctm2fyFt9vkKHgQvN4bqA22K2tT9 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #06134a;top:18.5rem;left:0.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CfZqtgxNgSbHXdQB8QcyTnKRZcSTH781 { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:georgia;font-size:0.9375rem;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:21.25rem;left:1.875rem;height:3rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#FvF98sytSWBJpvmt4hxTEtsbRRLOnnGr { position:absolute;display:block;z-index:100004;background-color:rgba(109,83,157,0.65);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;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:24.375rem;width:18.75rem;top:7.6875rem;left:20.625rem;display:block; }
#v9XWWfZSC27PWun2W4XWuyJ5eXUntUXE { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:georgia;font-size:0.9375rem;font-weight:400;z-index:100007;line-height:1.6;letter-spacing:0;top:20.375rem;left:21.875rem;height:10.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#wcbdhV2T93Hxmi1DMJT6XnHmklD0XP5J { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #06134a;top:18.4375rem;left:20.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EBVEKDW4OrpTS6mGZtMl0FQ4LsiSTN3s { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6875rem;width:12rem;top:9.84375rem;left:24rem;overflow:hidden;display:block; }
#UsxJxpmkybDfhM4PzaTrSoe2vvtocCu7 { position:absolute;display:block;z-index:100008;background-color:rgba(41,151,111,0.65);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;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:24.625rem;width:18.75rem;top:7.5625rem;left:40.625rem;display:block; }
#KvPBWJBpCKKQZ63oC06cvSXLAv8cNGT3 { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:georgia;font-size:0.9375rem;font-weight:400;z-index:100011;line-height:1.6;letter-spacing:0;top:21rem;left:41.875rem;height:9rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#TmGTW8FHmCGiACElE8swBQzCtAS9NzJT { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:georgia;font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #06134a;top:18.4375rem;left:40.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bvmw0CQ5hdnG8Q5dWTtAecXqI8XotOuO { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.625rem;width:11.875rem;top:9.875rem;left:44.0625rem;overflow:hidden;display:block; }
#L84PeQhNv3ACp8BvTCOT6GwTTqTy184U { color:#000000;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:2.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;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; }
#pwRWvlL1dHkhR7MLvLLZTTJLmcJERmnl { position:relative;display:block; }#pwRWvlL1dHkhR7MLvLLZTTJLmcJERmnl { background-color: transparent; background-image: none; }#pwRWvlL1dHkhR7MLvLLZTTJLmcJERmnl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pwRWvlL1dHkhR7MLvLLZTTJLmcJERmnl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pwRWvlL1dHkhR7MLvLLZTTJLmcJERmnl > .row .container > .video-iframe-container { display: none; }#pwRWvlL1dHkhR7MLvLLZTTJLmcJERmnl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pwRWvlL1dHkhR7MLvLLZTTJLmcJERmnl > .row > .video-iframe-container { display: none; }#pwRWvlL1dHkhR7MLvLLZTTJLmcJERmnl > .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); }#pwRWvlL1dHkhR7MLvLLZTTJLmcJERmnl { border-width: 0; border-radius: 0; }#pwRWvlL1dHkhR7MLvLLZTTJLmcJERmnl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.9375rem;width:60rem;position:relative;display:block; }#yizTbcNc2c5vyUOUca0ysQaELGoiKJPv { color:#000906;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:2.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B48K4p69Wf8GQWZ28EhkQ8ECzr63cXvw { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.9375rem;width:51.625rem;top:4.0625rem;left:4.1875rem;overflow:hidden;display:block; }
#vE9ytFq414wyw0MiDhnIbmqqQ1TF3gFe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vE9ytFq414wyw0MiDhnIbmqqQ1TF3gFe > .row .container { background-color: transparent; background-image: none; }#vE9ytFq414wyw0MiDhnIbmqqQ1TF3gFe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vE9ytFq414wyw0MiDhnIbmqqQ1TF3gFe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vE9ytFq414wyw0MiDhnIbmqqQ1TF3gFe > .row .container > .video-iframe-container { display: none; }#vE9ytFq414wyw0MiDhnIbmqqQ1TF3gFe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vE9ytFq414wyw0MiDhnIbmqqQ1TF3gFe > .row > .video-iframe-container { display: none; }#vE9ytFq414wyw0MiDhnIbmqqQ1TF3gFe > .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); }#vE9ytFq414wyw0MiDhnIbmqqQ1TF3gFe > .row .container { border-width: 0; border-radius: 0; }#vE9ytFq414wyw0MiDhnIbmqqQ1TF3gFe > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:60rem;position:relative;display:block; }#P9ceI6tzciWTOGaW3r7zR9i43UdwDQGi { color:#000000;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:2.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KNTgLyI5FiWCHSQNRy3IcEqgt7zEp0oB { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"times new roman";font-size:1.0625rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:18.9375rem;left:0rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rpa00VfPsu7ENVfDlhnzzLCJtPokFOzU { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:13.0625rem;top:6.9375rem;left:3.25rem;overflow:hidden;display:block; }
#xNwhKyrObiTbVJqzqESeuUutUp7pT3Kl { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"times new roman";font-size:1.0625rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:18.9375rem;left:20.0625rem;height:2.76171875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#l7tdIl1bl6noeQCJhyGs9RXQDl1eogzf { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:14.375rem;top:6.9375rem;left:22.8125rem;overflow:hidden;display:block; }
#NK2KRKmhWZhOtVKBK5idL0rvtilVK9XI { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:"times new roman";font-size:1.0625rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:18.9375rem;left:41.625rem;height:2.76171875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Bgl7gB6ESPCFTBg6zCXp6RpkER2BPBWA { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:13.0625rem;top:6.9375rem;left:43.437501907349rem;overflow:hidden;display:block; }
#T1oC6ABitofSKV9z6vafSdJUZvG2kHSo { background-color:#6d539d;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:georgia;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.75rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:23.5625rem;left:23.1875rem;display:block; }
#bFhVqQ8MblIReaSK6AIcBK0A9UuJpCTa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JCQtt46wAkER7obOdcCHqvSnxNm8TdO4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#JCQtt46wAkER7obOdcCHqvSnxNm8TdO4 > .row .container { background-color: transparent; background-image: none; }#JCQtt46wAkER7obOdcCHqvSnxNm8TdO4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JCQtt46wAkER7obOdcCHqvSnxNm8TdO4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JCQtt46wAkER7obOdcCHqvSnxNm8TdO4 > .row .container > .video-iframe-container { display: none; }#JCQtt46wAkER7obOdcCHqvSnxNm8TdO4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JCQtt46wAkER7obOdcCHqvSnxNm8TdO4 > .row > .video-iframe-container { display: none; }#JCQtt46wAkER7obOdcCHqvSnxNm8TdO4 > .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); }#JCQtt46wAkER7obOdcCHqvSnxNm8TdO4 > .row .container { border-width: 0; border-radius: 0; }#JCQtt46wAkER7obOdcCHqvSnxNm8TdO4 > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:60rem;position:relative;display:block; }#eZVU9PNc2XHVFyZTqwFxyyLmSXumkBta { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"times new roman";font-size:2.0625rem;font-weight:400;z-index:100006;line-height:1.4;letter-spacing:0;top:0.80078125rem;left:21.71875rem;height:2.88736875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ahhn4FOVhinF1KHAkHNkMOipUhy9amce { position:absolute;display:block;z-index:100007;background-color:#2357db;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;height:0.0625rem;width:6.25rem;top:6.25rem;left:0rem;display:block; }
#WHEd2VqncQpocGWUMMiQb328eAWREfi1 { color:#000000;display:block;width:14.625rem;position:absolute;font-family:"times new roman";font-size:1.4375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:8.4375rem;left:0rem;height:3.73730625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dy8NIHmAF0EekPvW3w5fZvkHLrpkOM11 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.4375rem;width:17.4375rem;top:12.1748046875rem;left:0rem;overflow:hidden;display:block; }
#Gz63ii6ZubQPULOxQNso8StnTcc2kXuQ { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:5.875rem;left:22.46875rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#owKTNwaH9tGZaEPE9ssGSc1S54kWfTpy { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:13.5625rem;left:22.4375rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IXM9IBMauhAoWhsTXVJkEcp1EnmFgEN3 { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:21.875rem;left:22.46875rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uUTNdqbvRNHrKt9tkRsFq89zb9SQkNE3 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:400;z-index:100018;line-height:1.5;letter-spacing:0;top:5.875rem;left:41.5rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#A5kGgsvDZVAaMaqHOI1zTVTVAtC6vg7M { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:400;z-index:100021;line-height:1.5;letter-spacing:0;top:13.3125rem;left:41.375rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kNuHmwKSfCwmv6MvnTrXmroJDda9zSMy { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:georgia;font-size:0.9375rem;font-weight:400;z-index:100014;line-height:1.5;letter-spacing:0;top:25rem;left:41.5rem;height:1.40625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CASSK3iVuknGhzX3xf2POAhvssn2OW1J { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:georgia;font-size:0.9375rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:8.6875rem;left:22.53125rem;height:1.40625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WVLordPnGqZsA41cQvb54i741yUdXnWc { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:georgia;font-size:0.9375rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:16.5625rem;left:22.4375rem;height:1.40625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KbO5GH1wQeXK5uF0yiiX1tqtLakXSFki { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:georgia;font-size:0.9375rem;font-weight:400;z-index:100013;line-height:1.5;letter-spacing:0;top:24.8125rem;left:22.46875rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eUPpsJyBrkEvzrWwSbxtOrLrGxRScyw2 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:georgia;font-size:0.9375rem;font-weight:400;z-index:100019;line-height:1.5;letter-spacing:0;top:8.6875rem;left:41.5rem;height:1.40625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wTa61tPQ0QdhusuC1HpiT6PRJwAgGyLp { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:georgia;font-size:0.9375rem;font-weight:400;z-index:100020;line-height:1.5;letter-spacing:0;top:16.125rem;left:41.4375rem;height:4.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Rwg86v89PiOGQtqxstlHM4ZV9a7wA6oU { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:400;z-index:100022;line-height:1.5;letter-spacing:0;top:21.875rem;left:41.5rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#imK5s2ZFgRRIJ3MCwVmZNucapzbLETsL { position:absolute;display:block;z-index:100001;background-color:rgba(126,179,160,0.93);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:24.4375rem;width:37.8125rem;top:4.875rem;left:21.46875rem;display:block; }
#nLRDWhMuBhRstLshSL6e695wzH2vuIkP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nLRDWhMuBhRstLshSL6e695wzH2vuIkP > .row .container { background-color: transparent; background-image: none; }#nLRDWhMuBhRstLshSL6e695wzH2vuIkP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nLRDWhMuBhRstLshSL6e695wzH2vuIkP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nLRDWhMuBhRstLshSL6e695wzH2vuIkP > .row .container > .video-iframe-container { display: none; }#nLRDWhMuBhRstLshSL6e695wzH2vuIkP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nLRDWhMuBhRstLshSL6e695wzH2vuIkP > .row > .video-iframe-container { display: none; }#nLRDWhMuBhRstLshSL6e695wzH2vuIkP > .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); }#nLRDWhMuBhRstLshSL6e695wzH2vuIkP > .row .container { border-width: 0; border-radius: 0; }#nLRDWhMuBhRstLshSL6e695wzH2vuIkP > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:60rem;position:relative;display:block; }#ByePC2qmAif3HiNuQFfHEqrsiwBrCI3r { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.625rem;width:26.625rem;top:10.125rem;left:16.6875rem;overflow:hidden;display:block; }
#nBiryHbh7DMz3yQaRBztylrBSDaK0XLN { position:absolute;display:block;z-index:100005;background-color:#6d539d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:15rem;top:16.375rem;left:7.8125rem;display:block; }
#bJqBBA93W6CN8FXM9F3W3m3HtcSn5iZR { position:absolute;display:block;z-index:100006;background-color:#6d539d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:10.625rem;top:26.875rem;left:11.8125rem;display:block; }
#Npr3FzuVGZXBFKrzCgZ8UFpNmoo8sX3i { position:absolute;display:block;z-index:100007;background-color:#6d539d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:13.125rem;top:26.9375rem;left:35.5rem;display:block; }
#VcZ0v1T0Rl7cIVLFG1iWttFTvSgnqA14 { position:absolute;display:block;z-index:100008;background-color:#6d539d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:10.625rem;top:16.3125rem;left:40.1875rem;display:block; }
#ugk8lTTRR2ggo73RpCEA5l0GfHliAAGB { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:14.25rem;left:40.4375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aWy9PgdaPDcudLyVmLlcIGZC1SgkpP1Q { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:24.8125rem;left:39.125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#T4sqKJ57LB8U8wE6vnuPSsatiZ4mMbal { color:#000000;display:block;width:9.125rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:24.8125rem;left:11.8125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KEICmI5AAKzi6fF9elT5Uu9rCCJaebwS { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:14.1875rem;left:7.8125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NRA01qd21hLA1LyBsdM1ypzVRnB88ITw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:17.1875rem;left:38.4375rem;height:3rem;text-align:justify;text-align-last:initial;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; }
#Jn73x7EL1LTudCW0I3f8eZNm3QP7CqTm { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:100015;line-height:1.5;letter-spacing:0;top:27.8125rem;left:35.4375rem;height:3rem;text-align:justify;text-align-last:initial;display:block; }
#MK8cFqmXTiK3s0du0Ggq4wgwDwc2nKQQ { color:#000000;display:block;width:12.125rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:100016;line-height:1.5;letter-spacing:0;top:28rem;left:11.0625rem;height:3rem;text-align:justify;text-align-last:initial;display:block; }
#a2eQJGUBHQNEASgUmBWnQs0FaQ6Upmiq { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:normal;z-index:100017;line-height:1.5;letter-spacing:0;top:17.125rem;left:7.8125rem;height:1.5rem;text-align:justify;text-align-last:initial;display:block; }
#eeBbUXDORKqkJCUdEDSQ9EUnaTnvuuD6 { color:#000000;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.5;letter-spacing:0;top:7.4375rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#B6MccnMfixApBPUfSyszNZryWf10nli0 { color:#000000;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:2.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cF87D5fXDvMW65kUWBqm27z1eeQvXpf5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#cF87D5fXDvMW65kUWBqm27z1eeQvXpf5 > .row .container { background-color: transparent; background-image: none; }#cF87D5fXDvMW65kUWBqm27z1eeQvXpf5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cF87D5fXDvMW65kUWBqm27z1eeQvXpf5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cF87D5fXDvMW65kUWBqm27z1eeQvXpf5 > .row .container > .video-iframe-container { display: none; }#cF87D5fXDvMW65kUWBqm27z1eeQvXpf5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cF87D5fXDvMW65kUWBqm27z1eeQvXpf5 > .row > .video-iframe-container { display: none; }#cF87D5fXDvMW65kUWBqm27z1eeQvXpf5 > .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); }#cF87D5fXDvMW65kUWBqm27z1eeQvXpf5 > .row .container { border-width: 0; border-radius: 0; }#cF87D5fXDvMW65kUWBqm27z1eeQvXpf5 > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:60rem;position:relative;display:block; }#oEWz5kLALpb0heFKLFum4cqC8Dy3tpeR { color:#000000;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:2.25rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:2.9361991882324rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TMNKI6INACcTP24ezTpAkneuc4uPIDrs { position:absolute;display:block;z-index:100000;background-color:rgba(126,179,160,0.7);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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.75rem;width:18.9375rem;top:9.8749895095825rem;left:0rem;display:block; }
#tG6D7HxbyfdL8b3fCg5JE6VeE6VEolg9 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.875rem;width:8.3125rem;top:12.46875rem;left:5.3125rem;overflow:hidden;display:block; }
#fwh3kMxi4Kv4QTQX3EW2v0DQZQ8wTfZn { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:18.233724594116rem;left:1.03125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N0HeHOGtLH2ahwBHCsTK66JWlZPgQtJe { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:21.8125rem;left:2.03125rem;height:3rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#GrVp1QrgsC3t7sUS7H96EodxW4NoqZMO { position:absolute;display:block;z-index:100004;background-color:rgba(109,83,157,0.7);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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.75rem;width:18.9375rem;top:9.8743491172788rem;left:20.531250953674rem;display:block; }
#dnc1GdlFCHxxwnfiqFp2rNnqbwcgDCEx { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:100013;line-height:1.5;letter-spacing:0;top:21.8125rem;left:22.5rem;height:3rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Lwt2FsbFOhZbC3S2v3g1UKPTzvC9lwSO { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:18.233724594116rem;left:21.562500953674rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oVJoT9UckcJFpVuR6tNRlfyZMQNCeKSg { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:8.625rem;top:11.78125rem;left:25.687501907349rem;overflow:hidden;display:block; }
#ZDon7fRlLuwNQRvQUzZDsx0yhQ5rmbgV { position:absolute;display:block;z-index:100008;background-color:rgba(126,179,160,0.7);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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.75rem;width:18.9375rem;top:9.8743491172788rem;left:41.031250953674rem;display:block; }
#TA1bfJbkVQ623xr7wVqAOUsPE7gbdlm1 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:100017;line-height:1.5;letter-spacing:0;top:21.812501430511rem;left:42.062500953674rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AeLuBGDy66aPL9b1Xb6sdz3iSwXui0Wi { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:18.233724117279rem;left:42.062500953674rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZXvLrpgFgAITIm8LnHx5UckgeBSfJQ89 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5rem;width:9.75rem;top:12.09375rem;left:45.4375rem;overflow:hidden;display:block; }
#XT7NSLGkx0QoPmeLvPAqwm2HWScb4H0c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#XT7NSLGkx0QoPmeLvPAqwm2HWScb4H0c > .row .container { background-color: transparent; background-image: none; }#XT7NSLGkx0QoPmeLvPAqwm2HWScb4H0c::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XT7NSLGkx0QoPmeLvPAqwm2HWScb4H0c > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XT7NSLGkx0QoPmeLvPAqwm2HWScb4H0c > .row .container > .video-iframe-container { display: none; }#XT7NSLGkx0QoPmeLvPAqwm2HWScb4H0c > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XT7NSLGkx0QoPmeLvPAqwm2HWScb4H0c > .row > .video-iframe-container { display: none; }#XT7NSLGkx0QoPmeLvPAqwm2HWScb4H0c > .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); }#XT7NSLGkx0QoPmeLvPAqwm2HWScb4H0c > .row .container { border-width: 0; border-radius: 0; }#XT7NSLGkx0QoPmeLvPAqwm2HWScb4H0c > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:60rem;position:relative;display:block; }#XPcZ5VB7qUwl4NIKVDWRRRppGCq9k3VP { color:#272727;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ju2Weqa59VuK86hS9czTv6LU7LAuvhmG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Ju2Weqa59VuK86hS9czTv6LU7LAuvhmG > .row .container { background-color: transparent; background-image: none; }#Ju2Weqa59VuK86hS9czTv6LU7LAuvhmG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ju2Weqa59VuK86hS9czTv6LU7LAuvhmG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ju2Weqa59VuK86hS9czTv6LU7LAuvhmG > .row .container > .video-iframe-container { display: none; }#Ju2Weqa59VuK86hS9czTv6LU7LAuvhmG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ju2Weqa59VuK86hS9czTv6LU7LAuvhmG > .row > .video-iframe-container { display: none; }#Ju2Weqa59VuK86hS9czTv6LU7LAuvhmG > .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); }#Ju2Weqa59VuK86hS9czTv6LU7LAuvhmG > .row .container { border-width: 0; border-radius: 0; }#Ju2Weqa59VuK86hS9czTv6LU7LAuvhmG > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:60rem;position:relative;display:block; }#CGPbtmLpDpTXaeBQinFEk5CliDLTCTpE { position:absolute;display:block;z-index:100000;background-color:#7eb3a0;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;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(39,39,39,0.15) ;height:27.9375rem;width:20rem;top:0rem;left:0rem;display:block; }
#ynTXSsumcsvHJ4K5Xuq8XXN0LKhmkDfv { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.1875rem;width:18.1875rem;top:0.375rem;left:0.875rem;overflow:hidden;display:block; }
#OvToc3l4ivEqes3GSVVOPXMnBBX1Rowr { color:#fbfbfb;display:block;width:16.3125rem;position:absolute;font-family:georgia;font-size:0.9375rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:19.6875rem;left:1.8125rem;height:4.21875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#vKU6vTXfITlf80y1MGuKmIVmGZyKx8bE { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:1.1875rem;top:18.5625rem;left:0.625rem;overflow:hidden;display:block; }
#cQvDv2F26PGkvC0Wd5lJFNricwl69Lk5 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:1.1875rem;top:25.125rem;left:13.8125rem;overflow:hidden;display:block; }
#ScUsfDCxDJqoHlaWHHNNIGRuCg2txpIO { color:#ffffff;display:block;width:17rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:26rem;left:1.8125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zQ5xi84PupFyOvBXB5ATynsJ7H5lpflI { position:absolute;display:block;z-index:100006;background-color:rgba(109,83,157,0.7);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;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(39,39,39,0.15) ;height:27.9375rem;width:20rem;top:0rem;left:20rem;display:block; }
#gKFEos3PNn8S6FEd9hxeLUu3p88urh4m { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.75rem;width:17.75rem;top:0.71875rem;left:21.15625rem;overflow:hidden;display:block; }
#hNI22REvVreg76MsRVtKI73roaTk47Fb { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:1.1875rem;top:18.6875rem;left:21.3125rem;overflow:hidden;display:block; }
#KfpDhSyCu6ts86rpsJbzoOl1Z21vbalL { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:georgia;font-size:0.9375rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:19.75rem;left:22.4375rem;height:5.625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#twJh3GUpRJmfoV8HQNC5MGU0Bbq0rJ7q { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:1.1875rem;top:25.25rem;left:34.5rem;overflow:hidden;display:block; }
#Wyd0VhawnuWRQhEUpe6lQK16ohSSQo2o { color:#ffffff;display:block;width:17rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:26.0625rem;left:22.5rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tVQLlqwaTxVpguU8XKTTZwl644ESmNqN { position:absolute;display:block;z-index:100012;background-color:#7eb3a0;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;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(39,39,39,0.15) ;height:27.9375rem;width:20rem;top:0rem;left:40rem;display:block; }
#IVH2LUi1MzHJsiB36iMWEN0Bt78OksXh { color:#ffffff;display:block;width:17rem;position:absolute;font-family:georgia;font-size:1rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:26.0625rem;left:42.5rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bsDpTM0ASon7dOPPS3NGq3HKFaa5h0IU { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:georgia;font-size:0.9375rem;font-weight:400;z-index:100014;line-height:1.5;letter-spacing:0;top:19.75rem;left:42.4375rem;height:4.21875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#wwIihFiXKdUredT1z5sAtzMXf33hO4TS { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:1.1875rem;top:25.25rem;left:54.5rem;overflow:hidden;display:block; }
#pyeZMvtN94ma6zHIzaZwp4usySdpgq9m { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:1.1875rem;top:18.6875rem;left:41.3125rem;overflow:hidden;display:block; }
#nryu2H2irx8s30Lpp4EmOiiuBE1dCuOe { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.8125rem;width:17.8125rem;top:0.53125rem;left:40.96875rem;overflow:hidden;display:block; }
#GtfH88UQMct5xsa0ysND8F8bOOifUwwP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GtfH88UQMct5xsa0ysND8F8bOOifUwwP > .row .container { background-color: transparent; background-image: none; }#GtfH88UQMct5xsa0ysND8F8bOOifUwwP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GtfH88UQMct5xsa0ysND8F8bOOifUwwP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GtfH88UQMct5xsa0ysND8F8bOOifUwwP > .row .container > .video-iframe-container { display: none; }#GtfH88UQMct5xsa0ysND8F8bOOifUwwP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GtfH88UQMct5xsa0ysND8F8bOOifUwwP > .row > .video-iframe-container { display: none; }#GtfH88UQMct5xsa0ysND8F8bOOifUwwP > .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); }#GtfH88UQMct5xsa0ysND8F8bOOifUwwP > .row .container { border-width: 0; border-radius: 0; }#GtfH88UQMct5xsa0ysND8F8bOOifUwwP > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:60rem;position:relative;display:block; }#dbgV5TPAXbrMunIzpqlKiABb1eNqJVKt { color:#272727;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:2.578125rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iWJUPOpBXhh0uWb2iRTy8xdHJ0JTTH23 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#iWJUPOpBXhh0uWb2iRTy8xdHJ0JTTH23 > .row .container { background-color: transparent; background-image: none; }#iWJUPOpBXhh0uWb2iRTy8xdHJ0JTTH23::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iWJUPOpBXhh0uWb2iRTy8xdHJ0JTTH23 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iWJUPOpBXhh0uWb2iRTy8xdHJ0JTTH23 > .row .container > .video-iframe-container { display: none; }#iWJUPOpBXhh0uWb2iRTy8xdHJ0JTTH23 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iWJUPOpBXhh0uWb2iRTy8xdHJ0JTTH23 > .row > .video-iframe-container { display: none; }#iWJUPOpBXhh0uWb2iRTy8xdHJ0JTTH23 > .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); }#iWJUPOpBXhh0uWb2iRTy8xdHJ0JTTH23 > .row .container { border-width: 0; border-radius: 0; }#iWJUPOpBXhh0uWb2iRTy8xdHJ0JTTH23 > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#FkdEDCBpecx30avK25UocGdqsZ63o2Eq { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:1.9635410308838rem;left:1.3447914123535rem;height:1.5249rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pJZ3Vo3vTc0TWm38xtbhokQBUvCsw42T { position:absolute;display:block;z-index:100003;background-color:#7eb3a0;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;height:0.125rem;width:14.0625rem;top:13.9375rem;left:0rem;display:block; }
#ZSqPGEN4H3eWarMLCWNsJKVNiBPnLwiJ { position:absolute;display:block;z-index:100009;background-color:#6d539d;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;height:0.125rem;width:14.0625rem;top:13.9375rem;left:15.503124237061rem;display:block; }
#Mcoi8Cgy4dwKahWcNiM1V0GzV2LsRpIy { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:16.8125rem;height:1.5249rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DBemsNQrbGZNtHgQ2qwL9mJLO8vKPnXx { position:absolute;display:block;z-index:100015;background-color:#7eb3a0;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;height:0.125rem;width:14.0625rem;top:13.9375rem;left:30.5rem;display:block; }
#VdZsEhFU2V5GfHBO7PA61WxFs6fSdxEf { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:31.8125rem;height:1.5249rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TF1gIEkGCQ6vozAGXPUBAnnsdEm6KBlX { position:absolute;display:block;z-index:100021;background-color:#0f18a3;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;height:0.125rem;width:14.0625rem;top:13.9375rem;left:45.4375rem;display:block; }
#AIwpXTeUWoC0thWkRboiSm7wRqNtyRXZ { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:46.8125rem;height:1.5249rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RJ1lscVTnBJRtVQGXnX11FHadQ5F4l00 { position:absolute;display:block;z-index:99992;background-color:rgba(126,179,160,0.79);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;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:15.499820709229rem;display:block; }
#kLCdcA8bqTQg6Eg5yiHQhBAT5hvGXWBt { position:absolute;display:block;z-index:99994;background-color:rgba(109,83,157,0.71);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;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:0.0010414123535156rem;display:block; }
#dGIQHWFQRuVkXV2Ez5IXkHgFo4wV6CoL { position:absolute;display:block;z-index:99990;background-color:rgba(109,83,157,0.71);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;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:30.467861175537rem;display:block; }
#x4VdMiQ5NJlfGOa99XXcB62frhuXqR0I { position:absolute;display:block;z-index:99988;background-color:rgba(126,179,160,0.79);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;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:45.46875rem;display:block; }
#s8bfOPSDqhqu4Ooby8GNqW0eKItROJSV { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:georgia;font-size:0.875rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:5.75390625rem;left:1.25rem;height:4.548825rem;display:block; }
#F4waZIXJuSFgd4CVMUQQp84Zs7CRKJdk { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:georgia;font-size:0.875rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:4.6162109375rem;left:16.25rem;height:6.82325rem;display:block; }
#m3kL64AyisIahVHv5lbG36LHzbtEV25N { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:georgia;font-size:0.875rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:4.66845703125rem;left:31.25rem;height:8.0229375rem;display:block; }
#U6Jilx5aMofKIDMrn5UFk2kxfggRILkt { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:georgia;font-size:0.875rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:5.8623046875rem;left:46.59375rem;height:2.3369125rem;text-align:justify;text-align-last:initial;display:block; }
#ZdSmMLm7IIl0dU6zMwQKOc5nWVFbOIWJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZdSmMLm7IIl0dU6zMwQKOc5nWVFbOIWJ > .row .container { background-color: transparent; background-image: none; }#ZdSmMLm7IIl0dU6zMwQKOc5nWVFbOIWJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZdSmMLm7IIl0dU6zMwQKOc5nWVFbOIWJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZdSmMLm7IIl0dU6zMwQKOc5nWVFbOIWJ > .row .container > .video-iframe-container { display: none; }#ZdSmMLm7IIl0dU6zMwQKOc5nWVFbOIWJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZdSmMLm7IIl0dU6zMwQKOc5nWVFbOIWJ > .row > .video-iframe-container { display: none; }#ZdSmMLm7IIl0dU6zMwQKOc5nWVFbOIWJ > .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); }#ZdSmMLm7IIl0dU6zMwQKOc5nWVFbOIWJ > .row .container { border-width: 0; border-radius: 0; }#ZdSmMLm7IIl0dU6zMwQKOc5nWVFbOIWJ > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:60rem;position:relative;display:block; }#XEpy9OJWphU9rdVUmK4trRrLL8N3ZTiT { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.75rem;width:29.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#CcJa7idT6GDtLCGU9GtWEay7QOEZXgGq { background-color:#6d539d;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:georgia;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:3.75rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:18.6875rem;left:31.28125rem;display:block; }
#puJnCTbLDygQe6W7KHWTlURDGy51ILya { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OJmR3KLQrAyrTpy5Pcf1E9dwLe2wtEI3 { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"times new roman";font-size:2.4375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2.875rem;left:31.28125rem;height:3.16861875rem;text-align:left;text-align-last:left;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; }
#wNaWWwgcNTnhZlNxm9pCaREei2DkQTrP { position:absolute;display:block;z-index:100005;background-color:#4e997a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:2.0625rem;width:8.6875rem;top:9.25rem;left:31.4375rem;display:block; }
#EfrrTuinLkavc19NK72BJ6M2O7FUwiy0 { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:georgia;font-size:0.9375rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:9.671875rem;left:29.40625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fTdexe3m82t3ivl1OO7ICq00Hv8XawLF { color:#070707;display:block;width:28.5rem;position:absolute;font-family:"times new roman";font-size:1.1875rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:13.09375rem;left:31.5rem;height:3.5625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#gp3n49nnyFDow6Ufwuz198lTDptEh7vx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:georgia;font-size:1.125rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:6.19287109375rem;left:31.40625rem;height:1.5249rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #T1JOUuoXttn8mTqNw5LHsBQDKUJwnGyh { display:block; }#T1JOUuoXttn8mTqNw5LHsBQDKUJwnGyh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kuqPJnayJKqEihLeksLWiHcv7neS0Twh { width:47.75rem;height:0.0625rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKMWqrlmF8bL4k6ZLuG0TydQPBFgp4nh { width:9.1875rem;height:7.6875rem;top:1.75rem;left:19.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8unQ6gPPtAkaNbmAHAyBr6tPLBkGQpD { width:18.125rem;height:1.375rem;top:8.25rem;left:16.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U11MJrVlr0st4IMEX5EidTq0pnaWW5p7 { display:block; }#U11MJrVlr0st4IMEX5EidTq0pnaWW5p7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z5bypnbpJwslxvqLi484ogsEN1HgiDoD { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7p0WmE1vUl5GQuoR75hCkEIaHnsa3M5 { display:block; }
 }@media only screen and (max-width: 763px) { #oNl0HLH1RmZ9gaP8Nmq7qmgvoqeC7reM { width:16.25rem;height:0.9375rem;top:1.625rem;left:19rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4H5V1KCv0FJZCr2TsgZm0bTxfopyt4W { display:block; }#S4H5V1KCv0FJZCr2TsgZm0bTxfopyt4W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRbK7DNHoCQvH6DKJsIeFL00QRd6z4K2 { top:17.1875rem;left:1.1875rem;width:15rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK2NH1MLuVapsDmq7LoI3FHZ9oTcmSkT { top:29rem;left:2.3125rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG9EVkxtbZLO6NKUWxhv6W5zk3wgrQfL { top:30.4375rem;left:34.625rem;width:13.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1KUtQptOiUfPXgkzaoeDkFXyC23dfQS { top:19.875rem;left:36rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLSauZxRESvvlL3nkr13ry7OchU5hpfJ { top:17.875rem;left:36.250000953674rem;width:10.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOdTIiKgJ7abHherLJy6C5Q65QJ0JKdS { top:28.25rem;left:35rem;width:12.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmum7cphy4kMdQa06mF0CImMlxh1CPyp { top:26.9375rem;left:2.5312509536743rem;width:9.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRpRnUwXH5pSDSxNzNpTcyvWPN8q0lG0 { top:15rem;left:1.1875009536743rem;width:14.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCXCmZiQLfO490ET7NwdFdEWoGDqhGMe { top:20.5rem;left:36.500000953674rem;width:10.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBQHLxreLKA0pdmgkKvoTcJ57TgqGktB { top:31.125rem;left:35.125rem;width:12.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFeTeAx9i5OLoSk5TTkI0F1T3Q0z0da7 { top:29.75rem;left:2.21875rem;width:11.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwzsvTTbqqJBf968s6v0fTF21dSif8X3 { top:17.9375rem;left:1.1875rem;width:12rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6zvPZnKdTOfP7Q7OKTeT0nOu9mFERpi { top:11rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVeuGrLvAGDNe0rHztTax6IUvb4Ediih { width:22.5rem;height:22.5rem;top:15.875rem;left:13.187500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfPOOPpQplX7peaNv4ePuiTmaoMWmTgl { width:27.375rem;height:5.4375rem;top:2rem;left:10.75rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT6xq3uNVsoF54BoJhuSzf0MMEpC73cP { width:11.25rem;height:1.8125rem;top:7.5rem;left:19.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I80ZUMfsQ8zfmpy9H1s3DkC0WK3G1s9A { width:15.5rem;height:3.75rem;top:43.0625rem;left:16.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #siNRRSxBCaQaRfkSc2Sxg8kyeU3nedWm { display:block; }
 }@media only screen and (max-width: 763px) { #KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM { display:flex;width:18rem;height:5.0625rem;top:48.125rem;left:14.250000953674rem; }
 }@media only screen and (max-width: 763px) { #KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #ZlIwtrqFTv2oqgZwkB2qKDBvHQ4lkGUB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #yTAcMTJX4ZEOkZtlVs7gBgEnMQhh8pze {  }
 }@media only screen and (max-width: 763px) { #KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #acrKHRcmTmJiDcQJrVqRNUGDEa3dN343 {  }
 }@media only screen and (max-width: 763px) { #KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #te7vObFF8eefF5iwZCGpDOD5ooPSEAAg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #GbCvVyy5ISzVOXTebr3TTeme6r29qBFE {  }
 }@media only screen and (max-width: 763px) { #KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #mBnyF8wAdhuVmcO8cThfvfOLyrxIbc6r {  }
 }@media only screen and (max-width: 763px) { #KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #G78zQqPTyGUFPouZMtXCpI3dO5DDQhCa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #qvm33tPs51M9D4FPO7dmKSWkT8M8oVgT {  }
 }@media only screen and (max-width: 763px) { #KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #J2pH9Mu40iZrhR0MAObalO8iEBb3eHEP {  }
 }@media only screen and (max-width: 763px) { #KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #A0mTheNhwPD4uKJO4Ixpc4i6AJEaD5up { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #e2KGOTNvnMAsJ8KFTnVUDGJxn7HL6FxX {  }
 }@media only screen and (max-width: 763px) { #KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #O4ossTDExzSUuq5TTIdGyb4n00OkiFKn {  }
 }@media only screen and (max-width: 763px) { #WSc8b3ZCcV5zMb1dHgmyXoqmc19G1wAG { width:8.6875rem;height:2.0625rem;top:39.875rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVQmAI9wLPSWWUsAOgBUB9lr1WFgTytW { width:12.75rem;height:1.1875rem;top:40.1875rem;left:18rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT9nDmdJ7pfbE8QdedB8k7TNbdqtd8Hb { display:block; }#rT9nDmdJ7pfbE8QdedB8k7TNbdqtd8Hb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffwlWDlb7QcTVvOwtCrhrQ3rx8rOru41 { width:15rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E88lfNzI9rUkf8m61WuO6osaBbq7nJs3 { width:15rem;height:4.5rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUv6Hqdod97JzP5qNiUXA64QlvPlSo04 { width:15rem;height:3.0625rem;top:5.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrJH9U3M4S8zTm3ulAgApwqt2wT4F4kE { width:15.3125rem;height:10.0625rem;top:0rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTnGOSyFMhO8p09GddJHOFioyk570UCT { width:15rem;height:4.5rem;top:1.6875rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiOcyGylvb60liJ6XIT3uUa8Kbdq0Opw { width:15rem;height:3.0625rem;top:5.6875rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRGnB1FHAQD4zXFrLflaORvpV0eiO6X2 { width:15rem;height:10rem;top:0rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLMvvbTxZQG1PLldv1hWckBaZEsb7ifd { width:15rem;height:4.5rem;top:1.6875rem;left:20.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRmFtf683OAWLTUBBhAhXBNffkIN4MaG { width:15rem;height:3.0625rem;top:5.6875rem;left:20.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgFBr7fe1aHe7OaCz17MqLQxLpQ0STn1 { width:15rem;height:4.5rem;top:1.6875rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OviabZktBtuImtfI6P84IZu7xRX2UaFi { width:15rem;height:3.0625rem;top:5.6875rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihxsCqcFHJqnUDZzaJECSZkCRoGQVUeC { width:15.3125rem;height:10.0625rem;top:0rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZORLNDgU3Qo8l3VEcnu4TwCor8tVnpgU { width:15rem;height:10rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQfMiRsV8MD9GlX9urrLVkyc3lCtOynk { display:block; }#vQfMiRsV8MD9GlX9urrLVkyc3lCtOynk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3T4yJUIs2QTJNOJkqJ2XUntVUIn3PFK { width:11.9375rem;height:1.75rem;top:9.25rem;left:20.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyBdERi0RLhVzSo0bdlkqzTTGAK0Br8k { width:12.375rem;height:1.75rem;top:13.25rem;left:19.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZrCkOQRpO34Bl0gcsVr813y8yKnhbDG { width:13.6875rem;height:1.75rem;top:9.25rem;left:34.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQpauJ7uGik2NEoqgIpX6qV4vdLOGIbO { width:12.1875rem;height:1.75rem;top:17.25rem;left:35.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3xfq6fiJNxhTi0qp8bXB9kQm8hyn7dn { width:21.6875rem;height:15.75rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE4EXT1dXcLG4T4fXvq1DQQRy2sn6RSF { width:12.375rem;height:1.75rem;top:17.375rem;left:18.53125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg6edn7DOxHNwEqzGlqaGshyzQtwkwXT { width:10.1875rem;height:1.8125rem;top:13.1875rem;left:35.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAhfz3fm7O55In3q9CgKPJJzLbtBu8hz { width:17.5rem;height:4.1875rem;top:21.625rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGdmJcMr6u4mDFrs2MHaqClh0N0KNmiv { display:block; }
 }@media only screen and (max-width: 763px) { #OX9tGOfcSUR6NHpHTNeTC32Aq5xk4ze0 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hm4O5mRTLgdqR1x1SEXVWFUc7ZRHThwJ { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vl2QAr2rLQ7Mpc2irTS2PNnH7uynGlbm { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rbzPOBVDOnU0TmKfBNHnUrEOx9X1RiXh { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWTthth8F4EuZqqeMLRzFwh6Bb2yBWVW { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yqkLZUEV95fk80KmAJ4RaGOxXVIVlEQF { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P8D3aqilVwX37hCLhdpfmJudGl7Wx4zT { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T62LqIa5yNPcyHJX4rEyspKLHSdXf2MS { width:33.75rem;height:4.625rem;top:1.8125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCzSP2LetLc8H6iCuoX9HuImqD04Ozx6 { width:32.625rem;height:4.5rem;top:1.875rem;left:15.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQwvsRTGVQd7m2Qp4peOr9G2zTMKnOxk { display:block; }#LQwvsRTGVQd7m2Qp4peOr9G2zTMKnOxk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s6IrO3MGFVt0KaFTd7Xc9NqiPxo6Qe7t { width:31.5rem;height:2.3125rem;top:5.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #db4HEqvsNuIPTntMUKLhLC69XpoIrWs2 { width:28.3125rem;height:14.3125rem;top:10.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #igPvnbxu9k2CzgTIZtMlBA2IHPLQyaiq { top:1.3125rem;left:18.9375rem;width:28.8125rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqCS6JncIAgFhw1hgwbiStcI7qnGLadt { top:9rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeBLmQaiROPKEekPW5qwBfrTnyXObTez { width:30.1875rem;height:22.875rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxlCG1c6wvWRkVxNKUrhBGVZeHF2zBDJ { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cr3TIDbdX9xP2V7QiF9TLkZVp8W9CpHN { width:17.5rem;height:4.1875rem;top:28.9375rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt0KB48psFsP2xctAFUFhSOPhxDDTcDk { display:block; }
 }@media only screen and (max-width: 763px) { #TkCeIKEGEvT7iXwekqS5SoL0UTKrNeT0 { display:block; }#TkCeIKEGEvT7iXwekqS5SoL0UTKrNeT0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F115MinaQ8EbswR9a5Po2Ka10Ki2BAcT { width:18.75rem;height:17rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii4kx3PgaGTRXEZABqVkpeqn22VFmBA5 { width:6.3125rem;height:6.5625rem;top:10.625rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSh07vrUo0GQEnJE1OdLQlyoDzVRXIPy { width:18.75rem;height:3.25rem;top:15.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCPDlcVhlWOfUTXOWW29hSFJSungMkwq { width:16.25rem;height:4.75rem;top:19.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #exycOP1ZceDRO9sT7nOC15VdysOHfypB { width:18.75rem;height:17rem;top:10.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #taoL2iIG8ZkRSqfotGdSWwnU7s7hryMX { width:16.25rem;height:3.1875rem;top:19.875rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvH0T34KpRLxCuvTPHq46DbmLGdTvvH5 { width:18.75rem;height:1.625rem;top:17.3125rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2qaCqtrkCeDAMPI71vJJO5maevTFOWG { width:6.625rem;height:6.875rem;top:10.5625rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6290B13TA6PC237unPy6GJaqrsg3qXF { width:18.75rem;height:17rem;top:10.0625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEdqgc08L7EL3KuxsdvMPSDolxBELL3J { width:16.25rem;height:6.4375rem;top:19.875rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD0lruP0zmzH3TgESUTItDvRwUSbDpu0 { width:18.75rem;height:1.625rem;top:17.3125rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oao0dwE6m1CuiG8yTGDDkTAWASACcwoC { width:6.3125rem;height:6.5rem;top:10.75rem;left:36.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziwzwxVJPhDq6bEhF4elh5QpQAdmpPOV { width:47.75rem;height:2.875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqsaSi5ncUtGpOShlBQyX0soNiN9Vgct { width:41.875rem;height:3.25rem;top:5.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOm0WhVJWtKNzAT3JwORP52TIwcnwWTb { width:41.875rem;height:3.25rem;top:29.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9gqXEF3qwRmEl61OpT1ODbThBI8Pqxw { width:29.5rem;height:14.25rem;top:32.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar4nCevr7ThydEIyqzK8PDo7CmDhzZSr { width:41.875rem;height:2.5625rem;top:6.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqSkt5ZPATTTRHnkcTJ9SBqht2AXXB0t { width:19.3125rem;height:11rem;top:34.1875rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT7ARDatFXpHG5zUIro8c6TGv0N2s7Nt { display:block; }#uT7ARDatFXpHG5zUIro8c6TGv0N2s7Nt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpsN68ARWW4qTXUUaqG7VHdXAqqQ0RZG { width:18.75rem;height:24.5rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTn5qKwTBPMisqqCRKACZCS2tozXylUU { width:11.6875rem;height:7.625rem;top:9.875rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfSGctm2fyFt9vkKHgQvN4bqA22K2tT9 { width:18.75rem;height:1.625rem;top:18.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfZqtgxNgSbHXdQB8QcyTnKRZcSTH781 { width:16.25rem;height:3rem;top:21.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvF98sytSWBJpvmt4hxTEtsbRRLOnnGr { width:18.75rem;height:24.375rem;top:7.6875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9XWWfZSC27PWun2W4XWuyJ5eXUntUXE { width:16.25rem;height:10.5rem;top:20.375rem;left:15.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcbdhV2T93Hxmi1DMJT6XnHmklD0XP5J { width:18.75rem;height:1.625rem;top:18.4375rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBVEKDW4OrpTS6mGZtMl0FQ4LsiSTN3s { width:12rem;height:7.6875rem;top:9.8125rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsxJxpmkybDfhM4PzaTrSoe2vvtocCu7 { width:18.75rem;height:24.625rem;top:7.5625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvPBWJBpCKKQZ63oC06cvSXLAv8cNGT3 { width:16.25rem;height:9rem;top:21rem;left:31.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmGTW8FHmCGiACElE8swBQzCtAS9NzJT { width:18.75rem;height:1.625rem;top:18.4375rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bvmw0CQ5hdnG8Q5dWTtAecXqI8XotOuO { width:11.875rem;height:7.625rem;top:9.875rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L84PeQhNv3ACp8BvTCOT6GwTTqTy184U { width:47.75rem;height:;top:1.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwRWvlL1dHkhR7MLvLLZTTJLmcJERmnl { display:block; }#pwRWvlL1dHkhR7MLvLLZTTJLmcJERmnl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yizTbcNc2c5vyUOUca0ysQaELGoiKJPv { width:47.75rem;height:2.875rem;top:0rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B48K4p69Wf8GQWZ28EhkQ8ECzr63cXvw { width:47.75rem;height:28.615314769976rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE9ytFq414wyw0MiDhnIbmqqQ1TF3gFe { display:block; }#vE9ytFq414wyw0MiDhnIbmqqQ1TF3gFe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9ceI6tzciWTOGaW3r7zR9i43UdwDQGi { width:47.75rem;height:2.875rem;top:0.875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNTgLyI5FiWCHSQNRy3IcEqgt7zEp0oB { width:19.9375rem;height:1.375rem;top:18.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rpa00VfPsu7ENVfDlhnzzLCJtPokFOzU { width:13.0625rem;height:8.125rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNwhKyrObiTbVJqzqESeuUutUp7pT3Kl { width:18.5625rem;height:2.75rem;top:18.9375rem;left:13.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7tdIl1bl6noeQCJhyGs9RXQDl1eogzf { width:14.375rem;height:8.125rem;top:6.9375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK2KRKmhWZhOtVKBK5idL0rvtilVK9XI { width:16.6875rem;height:2.75rem;top:18.9375rem;left:31.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgl7gB6ESPCFTBg6zCXp6RpkER2BPBWA { width:13.0625rem;height:8.125rem;top:6.9375rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1oC6ABitofSKV9z6vafSdJUZvG2kHSo { width:15.5rem;height:3.75rem;top:23.5625rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFhVqQ8MblIReaSK6AIcBK0A9UuJpCTa { display:block; }
 }@media only screen and (max-width: 763px) { #JCQtt46wAkER7obOdcCHqvSnxNm8TdO4 { display:block; }#JCQtt46wAkER7obOdcCHqvSnxNm8TdO4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZVU9PNc2XHVFyZTqwFxyyLmSXumkBta { width:16.5625rem;height:2.875rem;top:0.75rem;left:15.1875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahhn4FOVhinF1KHAkHNkMOipUhy9amce { width:6.25rem;height:0.0625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHEd2VqncQpocGWUMMiQb328eAWREfi1 { width:14.625rem;height:;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy8NIHmAF0EekPvW3w5fZvkHLrpkOM11 { width:17.4375rem;height:17.4375rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz63ii6ZubQPULOxQNso8StnTcc2kXuQ { width:15.625rem;height:;top:5.875rem;left:16.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owKTNwaH9tGZaEPE9ssGSc1S54kWfTpy { width:15.625rem;height:;top:13.5625rem;left:16.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXM9IBMauhAoWhsTXVJkEcp1EnmFgEN3 { width:16.75rem;height:;top:21.875rem;left:15rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUTNdqbvRNHrKt9tkRsFq89zb9SQkNE3 { width:15.625rem;height:;top:5.875rem;left:31.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5kGgsvDZVAaMaqHOI1zTVTVAtC6vg7M { width:15.625rem;height:2.8125rem;top:13.3125rem;left:31.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNuHmwKSfCwmv6MvnTrXmroJDda9zSMy { width:16.875rem;height:1.4375rem;top:25rem;left:30.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CASSK3iVuknGhzX3xf2POAhvssn2OW1J { width:15.625rem;height:1.375rem;top:8.6875rem;left:16.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVLordPnGqZsA41cQvb54i741yUdXnWc { width:15.625rem;height:1.375rem;top:16.5625rem;left:16.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbO5GH1wQeXK5uF0yiiX1tqtLakXSFki { width:16.75rem;height:2.8125rem;top:24.8125rem;left:15rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUPpsJyBrkEvzrWwSbxtOrLrGxRScyw2 { width:15.625rem;height:1.375rem;top:8.6875rem;left:31.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTa61tPQ0QdhusuC1HpiT6PRJwAgGyLp { width:16.75rem;height:4.1875rem;top:16.125rem;left:30.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwg86v89PiOGQtqxstlHM4ZV9a7wA6oU { width:15.625rem;height:2.8125rem;top:21.875rem;left:31.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imK5s2ZFgRRIJ3MCwVmZNucapzbLETsL { width:37.8125rem;height:24.4375rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLRDWhMuBhRstLshSL6e695wzH2vuIkP { display:block; }#nLRDWhMuBhRstLshSL6e695wzH2vuIkP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ByePC2qmAif3HiNuQFfHEqrsiwBrCI3r { top:10.125rem;left:10.5625rem;width:26.625rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBiryHbh7DMz3yQaRBztylrBSDaK0XLN { top:16.375rem;left:1.6875rem;width:15rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJqBBA93W6CN8FXM9F3W3m3HtcSn5iZR { top:26.875rem;left:5.6875rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Npr3FzuVGZXBFKrzCgZ8UFpNmoo8sX3i { top:26.9375rem;left:29.375rem;width:13.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcZ0v1T0Rl7cIVLFG1iWttFTvSgnqA14 { top:16.3125rem;left:34.0625rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugk8lTTRR2ggo73RpCEA5l0GfHliAAGB { top:14.25rem;left:34.3125rem;width:10.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWy9PgdaPDcudLyVmLlcIGZC1SgkpP1Q { top:24.8125rem;left:33rem;width:9.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4sqKJ57LB8U8wE6vnuPSsatiZ4mMbal { top:24.8125rem;left:5.6875rem;width:9.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEICmI5AAKzi6fF9elT5Uu9rCCJaebwS { top:14.1875rem;left:1.6875rem;width:14.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRA01qd21hLA1LyBsdM1ypzVRnB88ITw { top:17.1875rem;left:32.3125rem;width:12.5rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn73x7EL1LTudCW0I3f8eZNm3QP7CqTm { top:27.8125rem;left:29.3125rem;width:13.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK8cFqmXTiK3s0du0Ggq4wgwDwc2nKQQ { top:28rem;left:4.9375rem;width:12.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2eQJGUBHQNEASgUmBWnQs0FaQ6Upmiq { top:17.125rem;left:1.6875rem;width:10.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeBbUXDORKqkJCUdEDSQ9EUnaTnvuuD6 { top:7.4375rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6MccnMfixApBPUfSyszNZryWf10nli0 { top:3rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF87D5fXDvMW65kUWBqm27z1eeQvXpf5 { display:block; }#cF87D5fXDvMW65kUWBqm27z1eeQvXpf5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEWz5kLALpb0heFKLFum4cqC8Dy3tpeR { width:47.75rem;height:2.875rem;top:2.875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMNKI6INACcTP24ezTpAkneuc4uPIDrs { width:18.9375rem;height:18.75rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG6D7HxbyfdL8b3fCg5JE6VeE6VEolg9 { width:8.3125rem;height:4.875rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwh3kMxi4Kv4QTQX3EW2v0DQZQ8wTfZn { width:16.875rem;height:2rem;top:18.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0HeHOGtLH2ahwBHCsTK66JWlZPgQtJe { width:14.875rem;height:3rem;top:21.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrVp1QrgsC3t7sUS7H96EodxW4NoqZMO { width:18.9375rem;height:18.75rem;top:9.8125rem;left:14.406250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnc1GdlFCHxxwnfiqFp2rNnqbwcgDCEx { width:15.375rem;height:3rem;top:21.8125rem;left:16.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lwt2FsbFOhZbC3S2v3g1UKPTzvC9lwSO { width:16.875rem;height:2rem;top:18.1875rem;left:15.437500953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVJoT9UckcJFpVuR6tNRlfyZMQNCeKSg { width:8.625rem;height:5.6875rem;top:11.75rem;left:19.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDon7fRlLuwNQRvQUzZDsx0yhQ5rmbgV { width:18.9375rem;height:18.75rem;top:9.8125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA1bfJbkVQ623xr7wVqAOUsPE7gbdlm1 { width:16.875rem;height:1.5rem;top:21.8125rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeLuBGDy66aPL9b1Xb6sdz3iSwXui0Wi { width:16.875rem;height:2rem;top:18.1875rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXvLrpgFgAITIm8LnHx5UckgeBSfJQ89 { width:9.75rem;height:5.5rem;top:12.0625rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT7NSLGkx0QoPmeLvPAqwm2HWScb4H0c { display:block; }#XT7NSLGkx0QoPmeLvPAqwm2HWScb4H0c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPcZ5VB7qUwl4NIKVDWRRRppGCq9k3VP { width:47.75rem;height:3.625rem;top:3.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju2Weqa59VuK86hS9czTv6LU7LAuvhmG { display:block; }#Ju2Weqa59VuK86hS9czTv6LU7LAuvhmG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGPbtmLpDpTXaeBQinFEk5CliDLTCTpE { width:23.4375rem;height:27.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynTXSsumcsvHJ4K5Xuq8XXN0LKhmkDfv { width:18.1875rem;height:18.1875rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvToc3l4ivEqes3GSVVOPXMnBBX1Rowr { width:16.3125rem;height:4.1875rem;top:19.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKU6vTXfITlf80y1MGuKmIVmGZyKx8bE { width:1.1875rem;height:0.9375rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQvDv2F26PGkvC0Wd5lJFNricwl69Lk5 { width:1.1875rem;height:0.9375rem;top:25.125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScUsfDCxDJqoHlaWHHNNIGRuCg2txpIO { width:17rem;height:1.25rem;top:26rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ5xi84PupFyOvBXB5ATynsJ7H5lpflI { width:23.4375rem;height:27.9375rem;top:0rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKFEos3PNn8S6FEd9hxeLUu3p88urh4m { width:17.75rem;height:17.75rem;top:0.6875rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNI22REvVreg76MsRVtKI73roaTk47Fb { width:1.1875rem;height:0.9375rem;top:18.6875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfpDhSyCu6ts86rpsJbzoOl1Z21vbalL { width:16.3125rem;height:5.625rem;top:19.75rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #twJh3GUpRJmfoV8HQNC5MGU0Bbq0rJ7q { width:1.1875rem;height:0.9375rem;top:25.25rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wyd0VhawnuWRQhEUpe6lQK16ohSSQo2o { width:17rem;height:1.25rem;top:26.0625rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVQLlqwaTxVpguU8XKTTZwl644ESmNqN { width:23.4375rem;height:27.9375rem;top:0rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVH2LUi1MzHJsiB36iMWEN0Bt78OksXh { width:17rem;height:1.25rem;top:26.0625rem;left:30.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsDpTM0ASon7dOPPS3NGq3HKFaa5h0IU { width:16.3125rem;height:4.1875rem;top:19.75rem;left:31.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwIihFiXKdUredT1z5sAtzMXf33hO4TS { width:1.1875rem;height:0.9375rem;top:25.25rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyeZMvtN94ma6zHIzaZwp4usySdpgq9m { width:1.1875rem;height:0.9375rem;top:18.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nryu2H2irx8s30Lpp4EmOiiuBE1dCuOe { width:17.8125rem;height:17.8125rem;top:0.5rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtfH88UQMct5xsa0ysND8F8bOOifUwwP { display:block; }#GtfH88UQMct5xsa0ysND8F8bOOifUwwP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbgV5TPAXbrMunIzpqlKiABb1eNqJVKt { width:47.75rem;height:3.625rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWJUPOpBXhh0uWb2iRTy8xdHJ0JTTH23 { display:block; }#iWJUPOpBXhh0uWb2iRTy8xdHJ0JTTH23 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkdEDCBpecx30avK25UocGdqsZ63o2Eq { width:11.375rem;height:1.5rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJZ3Vo3vTc0TWm38xtbhokQBUvCsw42T { width:14.0625rem;height:0.125rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSqPGEN4H3eWarMLCWNsJKVNiBPnLwiJ { width:14.0625rem;height:0.125rem;top:13.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcoi8Cgy4dwKahWcNiM1V0GzV2LsRpIy { width:11.375rem;height:1.5rem;top:1.9375rem;left:12.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBemsNQrbGZNtHgQ2qwL9mJLO8vKPnXx { width:14.0625rem;height:0.125rem;top:13.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdZsEhFU2V5GfHBO7PA61WxFs6fSdxEf { width:11.375rem;height:1.5rem;top:1.9375rem;left:24.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF1gIEkGCQ6vozAGXPUBAnnsdEm6KBlX { width:14.0625rem;height:0.125rem;top:13.9375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIwpXTeUWoC0thWkRboiSm7wRqNtyRXZ { width:11.375rem;height:1.5rem;top:1.9375rem;left:36.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ1lscVTnBJRtVQGXnX11FHadQ5F4l00 { width:14.0625rem;height:14.0625rem;top:0rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLCdcA8bqTQg6Eg5yiHQhBAT5hvGXWBt { width:14.0625rem;height:14.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGIQHWFQRuVkXV2Ez5IXkHgFo4wV6CoL { width:14.0625rem;height:14.0625rem;top:0rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4VdMiQ5NJlfGOa99XXcB62frhuXqR0I { width:14.0625rem;height:14.0625rem;top:0rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8bfOPSDqhqu4Ooby8GNqW0eKItROJSV { width:12.5rem;height:4.5rem;top:5.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4waZIXJuSFgd4CVMUQQp84Zs7CRKJdk { width:12.5rem;height:6.8125rem;top:4.5625rem;left:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3kL64AyisIahVHv5lbG36LHzbtEV25N { width:12.5rem;height:8rem;top:4.625rem;left:23.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6Jilx5aMofKIDMrn5UFk2kxfggRILkt { width:11.8125rem;height:2.3125rem;top:5.8125rem;left:35.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdSmMLm7IIl0dU6zMwQKOc5nWVFbOIWJ { display:block; }#ZdSmMLm7IIl0dU6zMwQKOc5nWVFbOIWJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XEpy9OJWphU9rdVUmK4trRrLL8N3ZTiT { width:29.75rem;height:29.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcJa7idT6GDtLCGU9GtWEay7QOEZXgGq { width:15.5rem;height:3.75rem;top:18.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puJnCTbLDygQe6W7KHWTlURDGy51ILya { display:block; }
 }@media only screen and (max-width: 763px) { #OJmR3KLQrAyrTpy5Pcf1E9dwLe2wtEI3 { width:14.0625rem;height:3.125rem;top:2.875rem;left:23.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNaWWwgcNTnhZlNxm9pCaREei2DkQTrP { width:8.6875rem;height:2.0625rem;top:9.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfrrTuinLkavc19NK72BJ6M2O7FUwiy0 { width:12.75rem;height:1.1875rem;top:9.625rem;left:11.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTdexe3m82t3ivl1OO7ICq00Hv8XawLF { width:28.5rem;height:3.5625rem;top:13.0625rem;left:19.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp3n49nnyFDow6Ufwuz198lTDptEh7vx { width:12.5rem;height:1.5rem;top:6.1875rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #T1JOUuoXttn8mTqNw5LHsBQDKUJwnGyh { display:block; }#T1JOUuoXttn8mTqNw5LHsBQDKUJwnGyh > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kuqPJnayJKqEihLeksLWiHcv7neS0Twh { width:20rem;height:0.0625rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKMWqrlmF8bL4k6ZLuG0TydQPBFgp4nh { width:6.1875rem;height:5.125rem;top:3.8125rem;left:6.9062502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8unQ6gPPtAkaNbmAHAyBr6tPLBkGQpD { width:20rem;height:1rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #U11MJrVlr0st4IMEX5EidTq0pnaWW5p7 { position:relative;z-index:auto;display:block; }#U11MJrVlr0st4IMEX5EidTq0pnaWW5p7 > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z5bypnbpJwslxvqLi484ogsEN1HgiDoD { width:11.25rem;height:2.5rem;top:5.140625rem;left:4.3750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7p0WmE1vUl5GQuoR75hCkEIaHnsa3M5 { display:block; }
 }@media only screen and (max-width: 763px) { #oNl0HLH1RmZ9gaP8Nmq7qmgvoqeC7reM { width:20rem;height:1.29948125rem;top:2.353515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4H5V1KCv0FJZCr2TsgZm0bTxfopyt4W { display:block; }#S4H5V1KCv0FJZCr2TsgZm0bTxfopyt4W > .row .container { width:20rem;height:86.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRbK7DNHoCQvH6DKJsIeFL00QRd6z4K2 { width:8.75rem;height:0.1875rem;top:51.625rem;left:5.6250002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK2NH1MLuVapsDmq7LoI3FHZ9oTcmSkT { width:8.75rem;height:0.1875rem;top:44.40625rem;left:5.6250002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG9EVkxtbZLO6NKUWxhv6W5zk3wgrQfL { width:8.75rem;height:0.1875rem;top:31.8125rem;left:5.6250002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1KUtQptOiUfPXgkzaoeDkFXyC23dfQS { width:8.75rem;height:0.1875rem;top:15.6875rem;left:5.5000002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLSauZxRESvvlL3nkr13ry7OchU5hpfJ { width:19.375rem;height:1.625rem;top:12.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NOdTIiKgJ7abHherLJy6C5Q65QJ0JKdS { width:20rem;height:1.625rem;top:29.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gmum7cphy4kMdQa06mF0CImMlxh1CPyp { width:20rem;height:1.625rem;top:42.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vRpRnUwXH5pSDSxNzNpTcyvWPN8q0lG0 { width:20rem;height:1.625rem;top:49rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tCXCmZiQLfO490ET7NwdFdEWoGDqhGMe { width:17.5rem;height:3rem;top:16.75rem;left:0.93750005960463rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eBQHLxreLKA0pdmgkKvoTcJ57TgqGktB { width:17.5rem;height:3rem;top:32.9375rem;left:1.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oFeTeAx9i5OLoSk5TTkI0F1T3Q0z0da7 { width:17.5rem;height:1.5rem;top:45.65625rem;left:1.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zwzsvTTbqqJBf968s6v0fTF21dSif8X3 { width:17.5rem;height:3rem;top:53.8125rem;left:1.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K6zvPZnKdTOfP7Q7OKTeT0nOu9mFERpi { width:18rem;height:3rem;top:8.0625rem;left:1.0000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVeuGrLvAGDNe0rHztTax6IUvb4Ediih { width:20rem;height:20rem;top:63.974609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfPOOPpQplX7peaNv4ePuiTmaoMWmTgl { width:20rem;height:2.4375rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT6xq3uNVsoF54BoJhuSzf0MMEpC73cP { width:11.25rem;height:1.7871125rem;top:59.6875rem;left:4.3750002980232rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I80ZUMfsQ8zfmpy9H1s3DkC0WK3G1s9A { width:16.125rem;height:3.125rem;top:37.3125rem;left:1.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #siNRRSxBCaQaRfkSc2Sxg8kyeU3nedWm { display:block; }
 }@media only screen and (max-width: 763px) { #KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM { display:flex;width:18rem;height:5.0625rem;top:20.375rem;left:0.37500005960464rem; }
 }@media only screen and (max-width: 763px) { #KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #ZlIwtrqFTv2oqgZwkB2qKDBvHQ4lkGUB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #yTAcMTJX4ZEOkZtlVs7gBgEnMQhh8pze {  }
 }@media only screen and (max-width: 763px) { #KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #acrKHRcmTmJiDcQJrVqRNUGDEa3dN343 {  }
 }@media only screen and (max-width: 763px) { #KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #te7vObFF8eefF5iwZCGpDOD5ooPSEAAg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #GbCvVyy5ISzVOXTebr3TTeme6r29qBFE {  }
 }@media only screen and (max-width: 763px) { #KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #mBnyF8wAdhuVmcO8cThfvfOLyrxIbc6r {  }
 }@media only screen and (max-width: 763px) { #KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #G78zQqPTyGUFPouZMtXCpI3dO5DDQhCa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #qvm33tPs51M9D4FPO7dmKSWkT8M8oVgT {  }
 }@media only screen and (max-width: 763px) { #KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #J2pH9Mu40iZrhR0MAObalO8iEBb3eHEP {  }
 }@media only screen and (max-width: 763px) { #KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #A0mTheNhwPD4uKJO4Ixpc4i6AJEaD5up { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #e2KGOTNvnMAsJ8KFTnVUDGJxn7HL6FxX {  }
 }@media only screen and (max-width: 763px) { #KK9LWzJBIiIosDPWFbFstaKNdAKlAFeM #O4ossTDExzSUuq5TTIdGyb4n00OkiFKn {  }
 }@media only screen and (max-width: 763px) { #WSc8b3ZCcV5zMb1dHgmyXoqmc19G1wAG { width:12.8125rem;height:2.0625rem;top:4.4375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVQmAI9wLPSWWUsAOgBUB9lr1WFgTytW { width:12.75rem;height:1.3rem;top:4.875rem;left:3.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rT9nDmdJ7pfbE8QdedB8k7TNbdqtd8Hb { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/QHOf9XZh/bg3.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rT9nDmdJ7pfbE8QdedB8k7TNbdqtd8Hb.adaptive-delivery-prevent-bg, #rT9nDmdJ7pfbE8QdedB8k7TNbdqtd8Hb.lazyload, #rT9nDmdJ7pfbE8QdedB8k7TNbdqtd8Hb.lazyloading { background-image: none; }#rT9nDmdJ7pfbE8QdedB8k7TNbdqtd8Hb > .row .container { background-color: transparent; background-image: none; }#rT9nDmdJ7pfbE8QdedB8k7TNbdqtd8Hb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rT9nDmdJ7pfbE8QdedB8k7TNbdqtd8Hb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rT9nDmdJ7pfbE8QdedB8k7TNbdqtd8Hb > .row .container > .video-iframe-container { display: none; }#rT9nDmdJ7pfbE8QdedB8k7TNbdqtd8Hb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rT9nDmdJ7pfbE8QdedB8k7TNbdqtd8Hb > .row > .video-iframe-container { display: none; }#rT9nDmdJ7pfbE8QdedB8k7TNbdqtd8Hb > .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); }#rT9nDmdJ7pfbE8QdedB8k7TNbdqtd8Hb > .row .container { width:20rem;height:69.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffwlWDlb7QcTVvOwtCrhrQ3rx8rOru41 { width:18.25rem;height:12.3125rem;top:0rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E88lfNzI9rUkf8m61WuO6osaBbq7nJs3 { width:18.25rem;height:1.5rem;top:2.5rem;left:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JUv6Hqdod97JzP5qNiUXA64QlvPlSo04 { width:18.1875rem;height:1.5rem;top:6.9375rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FrJH9U3M4S8zTm3ulAgApwqt2wT4F4kE { width:18.25rem;height:12.0625rem;top:14.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTnGOSyFMhO8p09GddJHOFioyk570UCT { width:18.25rem;height:1.5rem;top:17.125rem;left:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QiOcyGylvb60liJ6XIT3uUa8Kbdq0Opw { width:18.1875rem;height:1.5rem;top:21.0625rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CRGnB1FHAQD4zXFrLflaORvpV0eiO6X2 { width:18.25rem;height:12.125rem;top:28.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLMvvbTxZQG1PLldv1hWckBaZEsb7ifd { width:18.25rem;height:1.5rem;top:31.4375rem;left:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yRmFtf683OAWLTUBBhAhXBNffkIN4MaG { width:18.1875rem;height:1.5rem;top:35.0625rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rgFBr7fe1aHe7OaCz17MqLQxLpQ0STn1 { width:18.25rem;height:1.5rem;top:43.9375rem;left:0.87500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OviabZktBtuImtfI6P84IZu7xRX2UaFi { width:18.1875rem;height:1.5rem;top:49.375rem;left:0.90625005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ihxsCqcFHJqnUDZzaJECSZkCRoGQVUeC { width:18.3125rem;height:12rem;top:55.9375rem;left:0.87500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZORLNDgU3Qo8l3VEcnu4TwCor8tVnpgU { width:18.0625rem;height:12rem;top:41.75rem;left:0.96875005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQfMiRsV8MD9GlX9urrLVkyc3lCtOynk { display:block; }#vQfMiRsV8MD9GlX9urrLVkyc3lCtOynk > .row .container { width:20rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3T4yJUIs2QTJNOJkqJ2XUntVUIn3PFK { width:13.4375rem;height:1.7875rem;top:18.0625rem;left:5.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NyBdERi0RLhVzSo0bdlkqzTTGAK0Br8k { width:13.5rem;height:1.7875rem;top:22.8125rem;left:5.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nZrCkOQRpO34Bl0gcsVr813y8yKnhbDG { width:13.5625rem;height:1.7875rem;top:20.4375rem;left:5.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IQpauJ7uGik2NEoqgIpX6qV4vdLOGIbO { width:13.625rem;height:1.7875rem;top:25.25rem;left:5.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v3xfq6fiJNxhTi0qp8bXB9kQm8hyn7dn { width:20rem;height:13.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE4EXT1dXcLG4T4fXvq1DQQRy2sn6RSF { width:12.375rem;height:1.7875rem;top:27.75rem;left:5.3125rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg6edn7DOxHNwEqzGlqaGshyzQtwkwXT { width:12.375rem;height:1.7875rem;top:30.4375rem;left:5.3125rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAhfz3fm7O55In3q9CgKPJJzLbtBu8hz { width:17.5rem;height:3.4375rem;top:44.318359375rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGdmJcMr6u4mDFrs2MHaqClh0N0KNmiv { display:block; }
 }@media only screen and (max-width: 763px) { #OX9tGOfcSUR6NHpHTNeTC32Aq5xk4ze0 { top:30.5810546875rem;left:3.875rem;width:1.5rem;height:1.5rem;z-index:100014;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm4O5mRTLgdqR1x1SEXVWFUc7ZRHThwJ { top:27.8935546875rem;left:3.875rem;width:1.5rem;height:1.5rem;z-index:100015;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl2QAr2rLQ7Mpc2irTS2PNnH7uynGlbm { top:25.3935546875rem;left:3.875rem;width:1.5rem;height:1.5rem;z-index:100016;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbzPOBVDOnU0TmKfBNHnUrEOx9X1RiXh { top:22.9560546875rem;left:3.8125rem;width:1.5rem;height:1.5rem;z-index:100017;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWTthth8F4EuZqqeMLRzFwh6Bb2yBWVW { top:20.5810546875rem;left:3.875rem;width:1.5rem;height:1.5rem;z-index:100018;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqkLZUEV95fk80KmAJ4RaGOxXVIVlEQF { top:18.2060546875rem;left:3.875rem;width:1.5rem;height:1.5rem;z-index:100019;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8D3aqilVwX37hCLhdpfmJudGl7Wx4zT { top:32.849609375rem;left:2.4375rem;width:15.125rem;height:10.0625rem;z-index:100020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T62LqIa5yNPcyHJX4rEyspKLHSdXf2MS { width:20rem;height:4.625rem;top:43.724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCzSP2LetLc8H6iCuoX9HuImqD04Ozx6 { width:20rem;height:2.13736875rem;top:15.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#020202;display:block; }
 }@media only screen and (max-width: 763px) { #LQwvsRTGVQd7m2Qp4peOr9G2zTMKnOxk { display:block; }#LQwvsRTGVQd7m2Qp4peOr9G2zTMKnOxk > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s6IrO3MGFVt0KaFTd7Xc9NqiPxo6Qe7t { width:20rem;height:1.375rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #db4HEqvsNuIPTntMUKLhLC69XpoIrWs2 { width:20rem;height:12.65625rem;top:17.109375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #igPvnbxu9k2CzgTIZtMlBA2IHPLQyaiq { width:10.875rem;height:11.875rem;top:4.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqCS6JncIAgFhw1hgwbiStcI7qnGLadt { width:12.5rem;height:0.125rem;top:3.53125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeBLmQaiROPKEekPW5qwBfrTnyXObTez { width:20rem;height:19.1875rem;top:16.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxlCG1c6wvWRkVxNKUrhBGVZeHF2zBDJ { top:1.09375rem;left:3.875rem;width:12.25rem;height:1.8125rem;z-index:100001;background-color:#f4f0ce;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cr3TIDbdX9xP2V7QiF9TLkZVp8W9CpHN { width:17.5rem;height:4.1875rem;top:37.09375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt0KB48psFsP2xctAFUFhSOPhxDDTcDk { display:block; }
 }@media only screen and (max-width: 763px) { #TkCeIKEGEvT7iXwekqS5SoL0UTKrNeT0 { display:block; }#TkCeIKEGEvT7iXwekqS5SoL0UTKrNeT0 > .row .container { width:20rem;height:110.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F115MinaQ8EbswR9a5Po2Ka10Ki2BAcT { width:18.75rem;height:17rem;top:6.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii4kx3PgaGTRXEZABqVkpeqn22VFmBA5 { width:3rem;height:3.125rem;top:9.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSh07vrUo0GQEnJE1OdLQlyoDzVRXIPy { width:18.75rem;height:2.5989625rem;top:14rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UCPDlcVhlWOfUTXOWW29hSFJSungMkwq { width:16.25rem;height:4.798825rem;top:16.5625rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #exycOP1ZceDRO9sT7nOC15VdysOHfypB { width:18.75rem;height:17rem;top:25.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #taoL2iIG8ZkRSqfotGdSWwnU7s7hryMX { width:16.25rem;height:3.19921875rem;top:35rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TvH0T34KpRLxCuvTPHq46DbmLGdTvvH5 { width:18.75rem;height:1.3rem;top:32.4375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e2qaCqtrkCeDAMPI71vJJO5maevTFOWG { width:3rem;height:3.125rem;top:28.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6290B13TA6PC237unPy6GJaqrsg3qXF { width:18.75rem;height:17rem;top:43.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEdqgc08L7EL3KuxsdvMPSDolxBELL3J { width:16.25rem;height:6.4609375rem;top:53.25rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GD0lruP0zmzH3TgESUTItDvRwUSbDpu0 { width:18.75rem;height:1.3rem;top:50.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oao0dwE6m1CuiG8yTGDDkTAWASACcwoC { width:3rem;height:3.125rem;top:46.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziwzwxVJPhDq6bEhF4elh5QpQAdmpPOV { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqsaSi5ncUtGpOShlBQyX0soNiN9Vgct { width:20rem;height:2.5989625rem;top:61.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOm0WhVJWtKNzAT3JwORP52TIwcnwWTb { width:20rem;height:2.5989625rem;top:70.686525rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9gqXEF3qwRmEl61OpT1ODbThBI8Pqxw { width:20rem;height:19.61719375rem;top:74.5361375rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ar4nCevr7ThydEIyqzK8PDo7CmDhzZSr { width:20rem;height:3.8984375rem;top:64.849609375rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #tqSkt5ZPATTTRHnkcTJ9SBqht2AXXB0t { width:20rem;height:11.4375rem;top:96.7080125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT7ARDatFXpHG5zUIro8c6TGv0N2s7Nt { display:block; }#uT7ARDatFXpHG5zUIro8c6TGv0N2s7Nt > .row .container { width:20rem;height:69.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpsN68ARWW4qTXUUaqG7VHdXAqqQ0RZG { width:18.75rem;height:17rem;top:6.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTn5qKwTBPMisqqCRKACZCS2tozXylUU { width:3.125rem;height:2.0625rem;top:9.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfSGctm2fyFt9vkKHgQvN4bqA22K2tT9 { width:18.75rem;height:1.3rem;top:14rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CfZqtgxNgSbHXdQB8QcyTnKRZcSTH781 { width:16.25rem;height:3rem;top:16.5625rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FvF98sytSWBJpvmt4hxTEtsbRRLOnnGr { width:18.75rem;height:21.1875rem;top:25.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9XWWfZSC27PWun2W4XWuyJ5eXUntUXE { width:16.25rem;height:10.5rem;top:35rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wcbdhV2T93Hxmi1DMJT6XnHmklD0XP5J { width:18.75rem;height:1.3rem;top:32.4375rem;left:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EBVEKDW4OrpTS6mGZtMl0FQ4LsiSTN3s { width:3.125rem;height:2.0625rem;top:28.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsxJxpmkybDfhM4PzaTrSoe2vvtocCu7 { width:18.75rem;height:18.375rem;top:48.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvPBWJBpCKKQZ63oC06cvSXLAv8cNGT3 { width:16.25rem;height:9rem;top:58.75rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TmGTW8FHmCGiACElE8swBQzCtAS9NzJT { width:18.75rem;height:1.3rem;top:56.1875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bvmw0CQ5hdnG8Q5dWTtAecXqI8XotOuO { width:3.125rem;height:2.0625rem;top:51.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L84PeQhNv3ACp8BvTCOT6GwTTqTy184U { width:20rem;height:2.4375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwRWvlL1dHkhR7MLvLLZTTJLmcJERmnl { display:block; }#pwRWvlL1dHkhR7MLvLLZTTJLmcJERmnl > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yizTbcNc2c5vyUOUca0ysQaELGoiKJPv { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B48K4p69Wf8GQWZ28EhkQ8ECzr63cXvw { width:20rem;height:11.985472154964rem;top:6.07421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE9ytFq414wyw0MiDhnIbmqqQ1TF3gFe { display:block; }#vE9ytFq414wyw0MiDhnIbmqqQ1TF3gFe > .row .container { width:20rem;height:73.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9ceI6tzciWTOGaW3r7zR9i43UdwDQGi { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNTgLyI5FiWCHSQNRy3IcEqgt7zEp0oB { width:19.9375rem;height:1.38125rem;top:20.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rpa00VfPsu7ENVfDlhnzzLCJtPokFOzU { width:13.125rem;height:7.75rem;top:6.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNwhKyrObiTbVJqzqESeuUutUp7pT3Kl { width:19.9375rem;height:2.761725rem;top:41.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7tdIl1bl6noeQCJhyGs9RXQDl1eogzf { width:12.375rem;height:7.0625rem;top:26.375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK2KRKmhWZhOtVKBK5idL0rvtilVK9XI { width:19.9375rem;height:2.76171875rem;top:62.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgl7gB6ESPCFTBg6zCXp6RpkER2BPBWA { width:13.0625rem;height:9.5625rem;top:48.625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1oC6ABitofSKV9z6vafSdJUZvG2kHSo { width:15.5rem;height:3.75rem;top:66.88671875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFhVqQ8MblIReaSK6AIcBK0A9UuJpCTa { display:block; }
 }@media only screen and (max-width: 763px) { #JCQtt46wAkER7obOdcCHqvSnxNm8TdO4 { display:block; }#JCQtt46wAkER7obOdcCHqvSnxNm8TdO4 > .row .container { width:20rem;height:70.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZVU9PNc2XHVFyZTqwFxyyLmSXumkBta { width:17.375rem;height:2.88736875rem;top:1.2884120941162rem;left:1.2812500596046rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ahhn4FOVhinF1KHAkHNkMOipUhy9amce { width:6.25rem;height:0.0625rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHEd2VqncQpocGWUMMiQb328eAWREfi1 { width:14.625rem;height:2.59895625rem;top:7.0625rem;left:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dy8NIHmAF0EekPvW3w5fZvkHLrpkOM11 { width:17.4375rem;height:17.4375rem;top:11.375rem;left:1.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz63ii6ZubQPULOxQNso8StnTcc2kXuQ { width:15.625rem;height:5.625rem;top:17.28125rem;left:2.1875000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #owKTNwaH9tGZaEPE9ssGSc1S54kWfTpy { width:15.625rem;height:5.625rem;top:28.998699188233rem;left:2.1875000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IXM9IBMauhAoWhsTXVJkEcp1EnmFgEN3 { width:15.625rem;height:5.625rem;top:34.561851501465rem;left:2.1875000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uUTNdqbvRNHrKt9tkRsFq89zb9SQkNE3 { width:15.625rem;height:5.625rem;top:42.185549736023rem;left:2.1875000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A5kGgsvDZVAaMaqHOI1zTVTVAtC6vg7M { width:15.625rem;height:2.8125rem;top:50.125002861023rem;left:2.1875000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kNuHmwKSfCwmv6MvnTrXmroJDda9zSMy { width:15.625rem;height:3rem;top:63.499351501462rem;left:2.1875000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CASSK3iVuknGhzX3xf2POAhvssn2OW1J { width:15.625rem;height:1.40625rem;top:32.108724594116rem;left:2.1875000596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVLordPnGqZsA41cQvb54i741yUdXnWc { width:15.625rem;height:1.40625rem;top:45.029949188233rem;left:2.1875000596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbO5GH1wQeXK5uF0yiiX1tqtLakXSFki { width:16.75rem;height:2.8125rem;top:38.000002861023rem;left:1.6250000596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUPpsJyBrkEvzrWwSbxtOrLrGxRScyw2 { width:15.625rem;height:1.40625rem;top:46.967451095581rem;left:2.1875000596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTa61tPQ0QdhusuC1HpiT6PRJwAgGyLp { width:16.75rem;height:4.21875rem;top:53.686851501465rem;left:1.9687500596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwg86v89PiOGQtqxstlHM4ZV9a7wA6oU { width:15.625rem;height:2.8125rem;top:59.812503814698rem;left:2.1562500596046rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imK5s2ZFgRRIJ3MCwVmZNucapzbLETsL { width:20rem;height:55.4375rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLRDWhMuBhRstLshSL6e695wzH2vuIkP { display:block; }#nLRDWhMuBhRstLshSL6e695wzH2vuIkP > .row .container { width:20rem;height:69.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ByePC2qmAif3HiNuQFfHEqrsiwBrCI3r { width:14.1875rem;height:14.1875rem;top:30.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBiryHbh7DMz3yQaRBztylrBSDaK0XLN { width:8.75rem;height:0.1875rem;top:65.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJqBBA93W6CN8FXM9F3W3m3HtcSn5iZR { width:8.75rem;height:0.1875rem;top:53.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Npr3FzuVGZXBFKrzCgZ8UFpNmoo8sX3i { width:8.75rem;height:0.1875rem;top:24.9375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcZ0v1T0Rl7cIVLFG1iWttFTvSgnqA14 { width:8.75rem;height:0.1875rem;top:12.4375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugk8lTTRR2ggo73RpCEA5l0GfHliAAGB { width:19.375rem;height:1.625rem;top:10.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aWy9PgdaPDcudLyVmLlcIGZC1SgkpP1Q { width:20rem;height:1.625rem;top:23rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4sqKJ57LB8U8wE6vnuPSsatiZ4mMbal { width:20rem;height:1.625rem;top:51.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KEICmI5AAKzi6fF9elT5Uu9rCCJaebwS { width:20rem;height:1.625rem;top:63.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NRA01qd21hLA1LyBsdM1ypzVRnB88ITw { width:17.5rem;height:3rem;top:13.25rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jn73x7EL1LTudCW0I3f8eZNm3QP7CqTm { width:17.5rem;height:3rem;top:25.6875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MK8cFqmXTiK3s0du0Ggq4wgwDwc2nKQQ { width:17.5rem;height:3rem;top:54.3125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a2eQJGUBHQNEASgUmBWnQs0FaQ6Upmiq { width:17.5rem;height:1.5rem;top:66.5625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eeBbUXDORKqkJCUdEDSQ9EUnaTnvuuD6 { width:18rem;height:3rem;top:5.6874990463257rem;left:1.0000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6MccnMfixApBPUfSyszNZryWf10nli0 { width:20rem;height:2.1125rem;top:2rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF87D5fXDvMW65kUWBqm27z1eeQvXpf5 { display:block; }#cF87D5fXDvMW65kUWBqm27z1eeQvXpf5 > .row .container { width:20rem;height:68.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEWz5kLALpb0heFKLFum4cqC8Dy3tpeR { width:20rem;height:2.4375rem;top:2.7183990478516rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMNKI6INACcTP24ezTpAkneuc4uPIDrs { width:18.9375rem;height:18.75rem;top:6.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG6D7HxbyfdL8b3fCg5JE6VeE6VEolg9 { width:4.5rem;height:2.6875rem;top:9.5625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwh3kMxi4Kv4QTQX3EW2v0DQZQ8wTfZn { width:16.25rem;height:1.3rem;top:15.625rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N0HeHOGtLH2ahwBHCsTK66JWlZPgQtJe { width:16.25rem;height:3rem;top:18.6875rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GrVp1QrgsC3t7sUS7H96EodxW4NoqZMO { width:18.9375rem;height:18.75rem;top:26.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnc1GdlFCHxxwnfiqFp2rNnqbwcgDCEx { width:16.25rem;height:3rem;top:39.125rem;left:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lwt2FsbFOhZbC3S2v3g1UKPTzvC9lwSO { width:16.25rem;height:1.3rem;top:36.125rem;left:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oVJoT9UckcJFpVuR6tNRlfyZMQNCeKSg { width:4.5rem;height:3rem;top:29.75rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDon7fRlLuwNQRvQUzZDsx0yhQ5rmbgV { width:18.9375rem;height:18.75rem;top:47.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA1bfJbkVQ623xr7wVqAOUsPE7gbdlm1 { width:16.25rem;height:1.5rem;top:60rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AeLuBGDy66aPL9b1Xb6sdz3iSwXui0Wi { width:20rem;height:1.3rem;top:56.9375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZXvLrpgFgAITIm8LnHx5UckgeBSfJQ89 { width:4.5rem;height:2.5rem;top:50.6875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT7NSLGkx0QoPmeLvPAqwm2HWScb4H0c { display:block; }#XT7NSLGkx0QoPmeLvPAqwm2HWScb4H0c > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPcZ5VB7qUwl4NIKVDWRRRppGCq9k3VP { width:20rem;height:5.6875rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju2Weqa59VuK86hS9czTv6LU7LAuvhmG { display:block; }#Ju2Weqa59VuK86hS9czTv6LU7LAuvhmG > .row .container { width:20rem;height:87.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGPbtmLpDpTXaeBQinFEk5CliDLTCTpE { width:20rem;height:27.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynTXSsumcsvHJ4K5Xuq8XXN0LKhmkDfv { width:15.9375rem;height:15.9375rem;top:1.875rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvToc3l4ivEqes3GSVVOPXMnBBX1Rowr { width:16.3125rem;height:4.5rem;top:19.1875rem;left:1.84375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vKU6vTXfITlf80y1MGuKmIVmGZyKx8bE { width:1.1875rem;height:0.9375rem;top:18.3125rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQvDv2F26PGkvC0Wd5lJFNricwl69Lk5 { width:1.1875rem;height:0.9375rem;top:25.8125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScUsfDCxDJqoHlaWHHNNIGRuCg2txpIO { width:17rem;height:1.3rem;top:26.5625rem;left:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zQ5xi84PupFyOvBXB5ATynsJ7H5lpflI { width:20rem;height:27.9375rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKFEos3PNn8S6FEd9hxeLUu3p88urh4m { width:15.625rem;height:15.625rem;top:31.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNI22REvVreg76MsRVtKI73roaTk47Fb { width:1.1875rem;height:0.9375rem;top:47.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfpDhSyCu6ts86rpsJbzoOl1Z21vbalL { width:16.3125rem;height:6rem;top:48.5rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #twJh3GUpRJmfoV8HQNC5MGU0Bbq0rJ7q { width:1.1875rem;height:0.9375rem;top:55rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wyd0VhawnuWRQhEUpe6lQK16ohSSQo2o { width:17rem;height:1.3rem;top:55.875rem;left:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tVQLlqwaTxVpguU8XKTTZwl644ESmNqN { width:20rem;height:27.9375rem;top:59.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVH2LUi1MzHJsiB36iMWEN0Bt78OksXh { width:17rem;height:1.3rem;top:85.1875rem;left:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bsDpTM0ASon7dOPPS3NGq3HKFaa5h0IU { width:16.3125rem;height:4.5rem;top:77.6875rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wwIihFiXKdUredT1z5sAtzMXf33hO4TS { width:1.1875rem;height:0.9375rem;top:84.25rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyeZMvtN94ma6zHIzaZwp4usySdpgq9m { width:1.1875rem;height:0.9375rem;top:76.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nryu2H2irx8s30Lpp4EmOiiuBE1dCuOe { width:15.8125rem;height:15.8125rem;top:60.3125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtfH88UQMct5xsa0ysND8F8bOOifUwwP { display:block; }#GtfH88UQMct5xsa0ysND8F8bOOifUwwP > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbgV5TPAXbrMunIzpqlKiABb1eNqJVKt { width:20rem;height:2.84375rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWJUPOpBXhh0uWb2iRTy8xdHJ0JTTH23 { display:block; }#iWJUPOpBXhh0uWb2iRTy8xdHJ0JTTH23 > .row .container { width:20rem;height:60.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkdEDCBpecx30avK25UocGdqsZ63o2Eq { width:11rem;height:1.3rem;top:1.9375rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pJZ3Vo3vTc0TWm38xtbhokQBUvCsw42T { width:14.0625rem;height:0.125rem;top:14rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSqPGEN4H3eWarMLCWNsJKVNiBPnLwiJ { width:14.0625rem;height:0.125rem;top:28.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcoi8Cgy4dwKahWcNiM1V0GzV2LsRpIy { width:11rem;height:1.3rem;top:16.625rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DBemsNQrbGZNtHgQ2qwL9mJLO8vKPnXx { width:14.0625rem;height:0.125rem;top:43.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdZsEhFU2V5GfHBO7PA61WxFs6fSdxEf { width:11rem;height:1.3rem;top:32.125rem;left:4.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TF1gIEkGCQ6vozAGXPUBAnnsdEm6KBlX { width:14.0625rem;height:0.125rem;top:58.125rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIwpXTeUWoC0thWkRboiSm7wRqNtyRXZ { width:11rem;height:1.29948125rem;top:46.125rem;left:4.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RJ1lscVTnBJRtVQGXnX11FHadQ5F4l00 { width:14.0625rem;height:14.0625rem;top:14.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLCdcA8bqTQg6Eg5yiHQhBAT5hvGXWBt { width:14.0625rem;height:14.0625rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGIQHWFQRuVkXV2Ez5IXkHgFo4wV6CoL { width:14.0625rem;height:14.0625rem;top:29.3125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4VdMiQ5NJlfGOa99XXcB62frhuXqR0I { width:14.0625rem;height:14.0625rem;top:44.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8bfOPSDqhqu4Ooby8GNqW0eKItROJSV { width:12.5rem;height:4.54948125rem;top:4.755859375rem;left:3.7500002980233rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4waZIXJuSFgd4CVMUQQp84Zs7CRKJdk { width:12.5rem;height:6.82425rem;top:19.423177719116rem;left:3.7500002980233rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3kL64AyisIahVHv5lbG36LHzbtEV25N { width:12.5rem;height:7.9615625rem;top:34.375rem;left:3.7500002980233rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6Jilx5aMofKIDMrn5UFk2kxfggRILkt { width:12.5rem;height:2.3372375rem;top:48.706380367279rem;left:3.7500002980233rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdSmMLm7IIl0dU6zMwQKOc5nWVFbOIWJ { display:block; }#ZdSmMLm7IIl0dU6zMwQKOc5nWVFbOIWJ > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XEpy9OJWphU9rdVUmK4trRrLL8N3ZTiT { width:20rem;height:20rem;top:2.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcJa7idT6GDtLCGU9GtWEay7QOEZXgGq { width:15.5rem;height:3.75rem;top:38.000015258789rem;left:2.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #puJnCTbLDygQe6W7KHWTlURDGy51ILya { display:block; }
 }@media only screen and (max-width: 763px) { #OJmR3KLQrAyrTpy5Pcf1E9dwLe2wtEI3 { width:14.0625rem;height:2.4375rem;top:27.375rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNaWWwgcNTnhZlNxm9pCaREei2DkQTrP { width:10.8125rem;height:2.4375rem;top:23.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfrrTuinLkavc19NK72BJ6M2O7FUwiy0 { width:12.75rem;height:1.29948125rem;top:24.25rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTdexe3m82t3ivl1OO7ICq00Hv8XawLF { width:20rem;height:2.625rem;top:33.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.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;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gp3n49nnyFDow6Ufwuz198lTDptEh7vx { width:12.5rem;height:1.4622375rem;top:30.9375rem;left:5.3125rem;font-size:1.125rem;display:block; }
 }