.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#HFsiM1iXXwx2NFAkpFv6A6iUUDDugSPU { position:relative;display:block; }#HFsiM1iXXwx2NFAkpFv6A6iUUDDugSPU { background-color: transparent; background-image: none; }#HFsiM1iXXwx2NFAkpFv6A6iUUDDugSPU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFsiM1iXXwx2NFAkpFv6A6iUUDDugSPU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFsiM1iXXwx2NFAkpFv6A6iUUDDugSPU > .row .container > .video-iframe-container { display: none; }#HFsiM1iXXwx2NFAkpFv6A6iUUDDugSPU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HFsiM1iXXwx2NFAkpFv6A6iUUDDugSPU > .row > .video-iframe-container { display: none; }#HFsiM1iXXwx2NFAkpFv6A6iUUDDugSPU > .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); }#HFsiM1iXXwx2NFAkpFv6A6iUUDDugSPU { border-width: 0; border-radius: 0; }#HFsiM1iXXwx2NFAkpFv6A6iUUDDugSPU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HFsiM1iXXwx2NFAkpFv6A6iUUDDugSPU > .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:6.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EzAi27EQDEoX9nte5HHSZARcDLGIsRQy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:14.25rem;top:0rem;left:0.6875rem;overflow:hidden;display:block; }
#nTg5upyyRS9JcFF63oTcvk9LLL1aC9vk { position:relative;display:none; }#nTg5upyyRS9JcFF63oTcvk9LLL1aC9vk { border-width: 0; border-radius: 0; }#nTg5upyyRS9JcFF63oTcvk9LLL1aC9vk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nTg5upyyRS9JcFF63oTcvk9LLL1aC9vk > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Fe1VzgO7VTzTy1TeEK3xZsE5HVSpIZSU { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:urbanist;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:26.5rem;left:14.3125rem;height:6.09375rem;text-align:center;text-align-last:center;display:none; }
#T6dyDMkoF8Dbh3z1ZE2NmrD6L54tlrbl { color:#ffffff;display:block;width:44.5625rem;position:absolute;font-family:urbanist;font-size:4.25rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.25);top:9.875rem;left:7.75rem;height:14.02443125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#aJ1kCk6r2OqZvggE7e9LTZMW1Fq4X0Qy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aJ1kCk6r2OqZvggE7e9LTZMW1Fq4X0Qy > .row .container { background-color: transparent; background-image: none; }#aJ1kCk6r2OqZvggE7e9LTZMW1Fq4X0Qy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,157,0,0.59); }#aJ1kCk6r2OqZvggE7e9LTZMW1Fq4X0Qy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJ1kCk6r2OqZvggE7e9LTZMW1Fq4X0Qy > .row .container > .video-iframe-container { display: none; }#aJ1kCk6r2OqZvggE7e9LTZMW1Fq4X0Qy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,157,0,0.59); }#aJ1kCk6r2OqZvggE7e9LTZMW1Fq4X0Qy > .row > .video-iframe-container { display: block; }#aJ1kCk6r2OqZvggE7e9LTZMW1Fq4X0Qy > .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); }#aJ1kCk6r2OqZvggE7e9LTZMW1Fq4X0Qy > .row .container { border-width: 0; border-radius: 0; }#aJ1kCk6r2OqZvggE7e9LTZMW1Fq4X0Qy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aJ1kCk6r2OqZvggE7e9LTZMW1Fq4X0Qy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aJ1kCk6r2OqZvggE7e9LTZMW1Fq4X0Qy > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:60rem;position:relative;display:block; }#L3XZx3niAy4eeIlRsHzQmykqD4leDBLc { color:#ffffff;display:block;width:44.5625rem;position:absolute;font-family:urbanist;font-size:4.25rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.25);top:9.875rem;left:7.75rem;height:14.02443125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eKMwi1bd2egkEO32nomTFTTpNTg9DWV2 { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:urbanist;font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:26.5rem;left:14.3125rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#o1Pcx7CRUynA1up9CEwwXeizgKfoIni7 { position:relative;display:block; }#o1Pcx7CRUynA1up9CEwwXeizgKfoIni7 { background-color: transparent; background-image: none; }#o1Pcx7CRUynA1up9CEwwXeizgKfoIni7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1Pcx7CRUynA1up9CEwwXeizgKfoIni7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1Pcx7CRUynA1up9CEwwXeizgKfoIni7 > .row .container > .video-iframe-container { display: none; }#o1Pcx7CRUynA1up9CEwwXeizgKfoIni7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1Pcx7CRUynA1up9CEwwXeizgKfoIni7 > .row > .video-iframe-container { display: none; }#o1Pcx7CRUynA1up9CEwwXeizgKfoIni7 > .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); }#o1Pcx7CRUynA1up9CEwwXeizgKfoIni7 { border-width: 0; border-radius: 0; }#o1Pcx7CRUynA1up9CEwwXeizgKfoIni7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#o1Pcx7CRUynA1up9CEwwXeizgKfoIni7 > .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:19.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pTaA7daluuFfTpTqFKroOzbVEWhnB4Vs { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:14.8125rem;left:2.375rem;display:block; }
#ULMyqcZRWUJQ1uoNMRHbfCfTbsEMfT9m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XabTqcw6kLnv9o5fBco4vzgLHMHkpRlM { box-sizing:content-box;height:18.125rem;width:18.125rem;position:absolute;display:block;z-index:14999;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/67be2ae3-705c-4b0a-9548-d269b0222844/aftalekort.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.5rem;left:0.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#XabTqcw6kLnv9o5fBco4vzgLHMHkpRlM.adaptive-delivery-prevent-bg, #XabTqcw6kLnv9o5fBco4vzgLHMHkpRlM.lazyload, #XabTqcw6kLnv9o5fBco4vzgLHMHkpRlM.lazyloading { background-image: none; }
#XKQNO3TCt2JviJTgpk5QuV8bON6ddkR5 { box-sizing:content-box;height:18.125rem;width:18.125rem;position:absolute;display:block;z-index:15001;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/fcd466ec-0a05-44c1-b81a-14e2ce7c03d0/flyers.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.5rem;left:20.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#XKQNO3TCt2JviJTgpk5QuV8bON6ddkR5.adaptive-delivery-prevent-bg, #XKQNO3TCt2JviJTgpk5QuV8bON6ddkR5.lazyload, #XKQNO3TCt2JviJTgpk5QuV8bON6ddkR5.lazyloading { background-image: none; }
#L6X7UusrTZsOw1fbeT8Qo6QV1dbrWO7U { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:14.8125rem;left:22.375rem;display:block; }
#ClBcsT9wRGstDoi2VTPMXKDn4lnftzNq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cC1Cs9vchPT9qHNoqaTgKbfM6LnOelu6 { box-sizing:content-box;height:18.125rem;width:18.125rem;position:absolute;display:block;z-index:15002;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/7c8fe575-99c6-4303-941e-dca4fa84c90f/velkomstbrochure.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.5rem;left:40.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#cC1Cs9vchPT9qHNoqaTgKbfM6LnOelu6.adaptive-delivery-prevent-bg, #cC1Cs9vchPT9qHNoqaTgKbfM6LnOelu6.lazyload, #cC1Cs9vchPT9qHNoqaTgKbfM6LnOelu6.lazyloading { background-image: none; }
#PD3ThKs5OFTZMO1RzPOr29hzTOm7x4bd { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:14.8125rem;left:42.375rem;display:block; }
#Ha6EWIiB4WLM16vk7IKvdzQtEXgxfISO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#URDFhBMh73BR1UTVhSis0R9gJgKglCAT { position:relative;display:block; }#URDFhBMh73BR1UTVhSis0R9gJgKglCAT { background-color: transparent; background-image: none; }#URDFhBMh73BR1UTVhSis0R9gJgKglCAT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URDFhBMh73BR1UTVhSis0R9gJgKglCAT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URDFhBMh73BR1UTVhSis0R9gJgKglCAT > .row .container > .video-iframe-container { display: none; }#URDFhBMh73BR1UTVhSis0R9gJgKglCAT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URDFhBMh73BR1UTVhSis0R9gJgKglCAT > .row > .video-iframe-container { display: none; }#URDFhBMh73BR1UTVhSis0R9gJgKglCAT > .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); }#URDFhBMh73BR1UTVhSis0R9gJgKglCAT { border-width: 0; border-radius: 0; }#URDFhBMh73BR1UTVhSis0R9gJgKglCAT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#URDFhBMh73BR1UTVhSis0R9gJgKglCAT > .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:19.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zHFllWy6M9bqnRr0BsiFn3MW9SKx93f5 { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:14.8125rem;left:2.375rem;display:block; }
#nN94he5h7lNT7U1DMbIPFvRoUVvB0JMI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p2TqITkeKQyCs6Mvc0TUdlkh8TbSgwDb { box-sizing:content-box;height:18.125rem;width:18.125rem;position:absolute;display:block;z-index:14999;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/5b4ba01f-ff1e-4bdc-ba5b-f4170f0620fe/Free_Poster_on_the_Floor_Mockup_USP.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.5rem;left:0.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#p2TqITkeKQyCs6Mvc0TUdlkh8TbSgwDb.adaptive-delivery-prevent-bg, #p2TqITkeKQyCs6Mvc0TUdlkh8TbSgwDb.lazyload, #p2TqITkeKQyCs6Mvc0TUdlkh8TbSgwDb.lazyloading { background-image: none; }
#peeh31xxQPHTlXyyEu8UEw7gf9cCDEuE { box-sizing:content-box;height:18.125rem;width:18.125rem;position:absolute;display:block;z-index:15001;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/7ba07a47-4d4b-41eb-8222-0233c2f4d72e/omsorgsbrev.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.5rem;left:20.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#peeh31xxQPHTlXyyEu8UEw7gf9cCDEuE.adaptive-delivery-prevent-bg, #peeh31xxQPHTlXyyEu8UEw7gf9cCDEuE.lazyload, #peeh31xxQPHTlXyyEu8UEw7gf9cCDEuE.lazyloading { background-image: none; }
#Sy3KV28L7LT1EQ0NZf0ee24REePvR5Z2 { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:14.8125rem;left:22.375rem;display:block; }
#izmNm3GknsAhiqGZBIlHILOioPl7PEAz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P0JDEh2vvfMMZ739eV0hf4ZaCrgaMTVQ { box-sizing:content-box;height:18.125rem;width:18.125rem;position:absolute;display:block;z-index:15002;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/b4faff67-6ff2-42ed-aac3-e6f4c6638204/gavekort.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.5625rem;left:40.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#P0JDEh2vvfMMZ739eV0hf4ZaCrgaMTVQ.adaptive-delivery-prevent-bg, #P0JDEh2vvfMMZ739eV0hf4ZaCrgaMTVQ.lazyload, #P0JDEh2vvfMMZ739eV0hf4ZaCrgaMTVQ.lazyloading { background-image: none; }
#QrGbXk2XBXWTHsQQlhmBoHxkCuQrHb3S { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:14.8125rem;left:41.8125rem;display:block; }
#m2serDSHZAncURFLwDHCpNTQppve2sMQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TxNaibUTBgVTJcfRIDu67Ch4Tl4q52pw { position:relative;display:block; }#TxNaibUTBgVTJcfRIDu67Ch4Tl4q52pw { background-color: transparent; background-image: none; }#TxNaibUTBgVTJcfRIDu67Ch4Tl4q52pw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxNaibUTBgVTJcfRIDu67Ch4Tl4q52pw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxNaibUTBgVTJcfRIDu67Ch4Tl4q52pw > .row .container > .video-iframe-container { display: none; }#TxNaibUTBgVTJcfRIDu67Ch4Tl4q52pw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxNaibUTBgVTJcfRIDu67Ch4Tl4q52pw > .row > .video-iframe-container { display: none; }#TxNaibUTBgVTJcfRIDu67Ch4Tl4q52pw > .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); }#TxNaibUTBgVTJcfRIDu67Ch4Tl4q52pw { border-width: 0; border-radius: 0; }#TxNaibUTBgVTJcfRIDu67Ch4Tl4q52pw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TxNaibUTBgVTJcfRIDu67Ch4Tl4q52pw > .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:19.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FIwHGnFs1k1yua6T3OIzpJMiTEpkgv76 { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:14.8125rem;left:2.375rem;display:block; }
#ezDGVdsKireaAcCCbhBnlPKxeTSCLHfM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aqeD4TAdMlCxmUqGvbMGuTFRtZHaV9MD { box-sizing:content-box;height:18.125rem;width:18.125rem;position:absolute;display:block;z-index:14999;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/abab4ae8-5694-42c0-80e3-74062b484276/Envelopmockupwithwindow.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.5rem;left:0.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#aqeD4TAdMlCxmUqGvbMGuTFRtZHaV9MD.adaptive-delivery-prevent-bg, #aqeD4TAdMlCxmUqGvbMGuTFRtZHaV9MD.lazyload, #aqeD4TAdMlCxmUqGvbMGuTFRtZHaV9MD.lazyloading { background-image: none; }
#FJqMJslfN4xOTOpwoCP88eg9MeOg0qGo { box-sizing:content-box;height:18.125rem;width:18.125rem;position:absolute;display:block;z-index:15001;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/38301456-9710-4e08-90ae-94a72faefa8d/mappe.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.5rem;left:20.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#FJqMJslfN4xOTOpwoCP88eg9MeOg0qGo.adaptive-delivery-prevent-bg, #FJqMJslfN4xOTOpwoCP88eg9MeOg0qGo.lazyload, #FJqMJslfN4xOTOpwoCP88eg9MeOg0qGo.lazyloading { background-image: none; }
#tQyvEHsxp7weQEMiktkoOz0LS9TmudVq { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:14.8125rem;left:22.375rem;display:block; }
#TOrVvWKgsckC0kT2EuDkHCfrsi2Qa5cK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wBRWPx4IqxNpKmPNyzvxAcrKny7zNHMT { box-sizing:content-box;height:18.125rem;width:18.125rem;position:absolute;display:block;z-index:14999;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/b7a78a76-3984-4073-af16-fbc88f6b0ff3/prisliste.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.5rem;left:40.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#wBRWPx4IqxNpKmPNyzvxAcrKny7zNHMT.adaptive-delivery-prevent-bg, #wBRWPx4IqxNpKmPNyzvxAcrKny7zNHMT.lazyload, #wBRWPx4IqxNpKmPNyzvxAcrKny7zNHMT.lazyloading { background-image: none; }
#ZTtHTix2ud9yESiIFfRN2gCK01hlv28x { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:14.8125rem;left:42.375rem;display:block; }
#ifhRCd9HFiZ1vWFz3dI9vsuCibFZPaDT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UTHnhOLexW5cze2wNA2EVIG0w8pz2uJF { position:relative;display:block; }#UTHnhOLexW5cze2wNA2EVIG0w8pz2uJF { background-color: transparent; background-image: none; }#UTHnhOLexW5cze2wNA2EVIG0w8pz2uJF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTHnhOLexW5cze2wNA2EVIG0w8pz2uJF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTHnhOLexW5cze2wNA2EVIG0w8pz2uJF > .row .container > .video-iframe-container { display: none; }#UTHnhOLexW5cze2wNA2EVIG0w8pz2uJF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTHnhOLexW5cze2wNA2EVIG0w8pz2uJF > .row > .video-iframe-container { display: none; }#UTHnhOLexW5cze2wNA2EVIG0w8pz2uJF > .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); }#UTHnhOLexW5cze2wNA2EVIG0w8pz2uJF { border-width: 0; border-radius: 0; }#UTHnhOLexW5cze2wNA2EVIG0w8pz2uJF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UTHnhOLexW5cze2wNA2EVIG0w8pz2uJF > .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:19.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xD06uyO4sTRRB2ELCW33v8wpKTRJ4box { box-sizing:content-box;height:18.125rem;width:18.125rem;position:absolute;display:block;z-index:15001;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/add6df33-0bf3-4a1b-aa0e-5974d6e89065/Free_Notepad_Mockup_5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.5rem;left:0.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#xD06uyO4sTRRB2ELCW33v8wpKTRJ4box.adaptive-delivery-prevent-bg, #xD06uyO4sTRRB2ELCW33v8wpKTRJ4box.lazyload, #xD06uyO4sTRRB2ELCW33v8wpKTRJ4box.lazyloading { background-image: none; }
#PoBU8gWCk526gaunm8ofFDQRF7cNlKTL { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:14.8125rem;left:2.375rem;display:block; }
#uLvMUnc75fGkmQJdpsAhn1tKyM99GC4c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UaWqidg9PNM8MnHcxqM9XmWioyN4AG2p { box-sizing:content-box;height:18.125rem;width:18.125rem;position:absolute;display:block;z-index:15002;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/17a1a920-1bcc-42c4-aa90-74b480eecff9/poser.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.5rem;left:20.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#UaWqidg9PNM8MnHcxqM9XmWioyN4AG2p.adaptive-delivery-prevent-bg, #UaWqidg9PNM8MnHcxqM9XmWioyN4AG2p.lazyload, #UaWqidg9PNM8MnHcxqM9XmWioyN4AG2p.lazyloading { background-image: none; }
#AHsv3lIxCZtMWy6lueeoHSAmEUKa84n0 { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:14.8125rem;left:22.375rem;display:block; }
#tTOMEF5LG9z8IGI7qo5FNRErb2JifcJT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#daEMOcOGXqOzMXCLrE0Wy996D9EJ40u5 { box-sizing:content-box;height:18.125rem;width:18.125rem;position:absolute;display:block;z-index:15002;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/91bda998-dc10-4496-9cf1-5127ebb116b9/hjlpeguideimplantatbehandling.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.5rem;left:40.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#daEMOcOGXqOzMXCLrE0Wy996D9EJ40u5.adaptive-delivery-prevent-bg, #daEMOcOGXqOzMXCLrE0Wy996D9EJ40u5.lazyload, #daEMOcOGXqOzMXCLrE0Wy996D9EJ40u5.lazyloading { background-image: none; }
#H07UXCX64C3dWyKKXEfvcuprWMRVmEtC { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:14.8125rem;left:42.375rem;display:block; }
#CvUg5vNTNPLW3CFUvsalb8sv6SKLIId8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xKIBEmTEFOMy18epNsoQposmXwMqvhmL { position:relative;display:block; }#xKIBEmTEFOMy18epNsoQposmXwMqvhmL { background-color: transparent; background-image: none; }#xKIBEmTEFOMy18epNsoQposmXwMqvhmL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKIBEmTEFOMy18epNsoQposmXwMqvhmL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKIBEmTEFOMy18epNsoQposmXwMqvhmL > .row .container > .video-iframe-container { display: none; }#xKIBEmTEFOMy18epNsoQposmXwMqvhmL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xKIBEmTEFOMy18epNsoQposmXwMqvhmL > .row > .video-iframe-container { display: none; }#xKIBEmTEFOMy18epNsoQposmXwMqvhmL > .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); }#xKIBEmTEFOMy18epNsoQposmXwMqvhmL { border-width: 0; border-radius: 0; }#xKIBEmTEFOMy18epNsoQposmXwMqvhmL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xKIBEmTEFOMy18epNsoQposmXwMqvhmL > .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:19.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TrTJS6sUXzwgcrMc8kfBPfzCegh8cU2a { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:14.8125rem;left:2.375rem;display:block; }
#dMZe247ZqvNbD1cC5r4EoMIgaulZvCVT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#khReCz7mv5bsNrcymWaJNx06k4CEwgPv { box-sizing:content-box;height:18.125rem;width:18.125rem;position:absolute;display:block;z-index:14999;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/5bead46a-5858-416d-b90f-95c231ff1324/messestand1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.5rem;left:0.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#khReCz7mv5bsNrcymWaJNx06k4CEwgPv.adaptive-delivery-prevent-bg, #khReCz7mv5bsNrcymWaJNx06k4CEwgPv.lazyload, #khReCz7mv5bsNrcymWaJNx06k4CEwgPv.lazyloading { background-image: none; }
#QWCRzWHLGDae7GgLAfyrD58x1huoRTnT { box-sizing:content-box;height:18.125rem;width:18.125rem;position:absolute;display:block;z-index:15001;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/21e68bd5-2352-4ece-b009-e13a735a0a50/Display_Stand_Mockup_prismatch.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.5rem;left:20.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#QWCRzWHLGDae7GgLAfyrD58x1huoRTnT.adaptive-delivery-prevent-bg, #QWCRzWHLGDae7GgLAfyrD58x1huoRTnT.lazyload, #QWCRzWHLGDae7GgLAfyrD58x1huoRTnT.lazyloading { background-image: none; }
#H81SQ8RAUZDmFFRwQQ8Zg93LdLVabqVq { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:14.8125rem;left:22.375rem;display:block; }
#gTUm4sqaHtiiU73PR5cQnkQsUMqS1xZ4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MJ5xxpB4OdByWBAIszLMbEBHfxi77210 { box-sizing:content-box;height:18.125rem;width:18.125rem;position:absolute;display:block;z-index:15002;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/628d02be-e466-4bd9-a061-d1ab3b720998/rollupoverblok.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.5rem;left:40.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#MJ5xxpB4OdByWBAIszLMbEBHfxi77210.adaptive-delivery-prevent-bg, #MJ5xxpB4OdByWBAIszLMbEBHfxi77210.lazyload, #MJ5xxpB4OdByWBAIszLMbEBHfxi77210.lazyloading { background-image: none; }
#SvUTaSfXu7ThQDZ3JpRJG0xxONRr6fKg { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:14.8125rem;left:42.375rem;display:block; }
#ARq7nvmdmg4lOHvboffbq5l45Q7pIcvD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Frb8XC5TrhhkAPk4Ls78lsSQ3S4JQ3pG { position:relative;display:block; }#Frb8XC5TrhhkAPk4Ls78lsSQ3S4JQ3pG { background-color: transparent; background-image: none; }#Frb8XC5TrhhkAPk4Ls78lsSQ3S4JQ3pG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Frb8XC5TrhhkAPk4Ls78lsSQ3S4JQ3pG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Frb8XC5TrhhkAPk4Ls78lsSQ3S4JQ3pG > .row .container > .video-iframe-container { display: none; }#Frb8XC5TrhhkAPk4Ls78lsSQ3S4JQ3pG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Frb8XC5TrhhkAPk4Ls78lsSQ3S4JQ3pG > .row > .video-iframe-container { display: none; }#Frb8XC5TrhhkAPk4Ls78lsSQ3S4JQ3pG > .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); }#Frb8XC5TrhhkAPk4Ls78lsSQ3S4JQ3pG { border-width: 0; border-radius: 0; }#Frb8XC5TrhhkAPk4Ls78lsSQ3S4JQ3pG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Frb8XC5TrhhkAPk4Ls78lsSQ3S4JQ3pG > .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:19.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uqSDKh4gEkkgh1euauTTPoaDiHDpmfeb { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:14.8125rem;left:42.375rem;display:block; }
#nB8HoSMIkARTUiUOA93CVzUnKiiZcEFE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wGgRbZZFl3PAwuG91JCPRtCgcTZ2tAtO { box-sizing:content-box;height:18.125rem;width:18.125rem;position:absolute;display:block;z-index:14999;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/55b8fc98-da37-42f3-b67f-a27630084059/posertandplejer.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.5rem;left:40.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#wGgRbZZFl3PAwuG91JCPRtCgcTZ2tAtO.adaptive-delivery-prevent-bg, #wGgRbZZFl3PAwuG91JCPRtCgcTZ2tAtO.lazyload, #wGgRbZZFl3PAwuG91JCPRtCgcTZ2tAtO.lazyloading { background-image: none; }
#WtPrieW9K1OT5D9mRsPo2dAqV4zv9lcb { box-sizing:content-box;height:18.125rem;width:18.125rem;position:absolute;display:block;z-index:15001;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/59105c98-a02e-44b2-b6e6-4fb9017e4a0a/kurserweb.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.5rem;left:20.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#WtPrieW9K1OT5D9mRsPo2dAqV4zv9lcb.adaptive-delivery-prevent-bg, #WtPrieW9K1OT5D9mRsPo2dAqV4zv9lcb.lazyload, #WtPrieW9K1OT5D9mRsPo2dAqV4zv9lcb.lazyloading { background-image: none; }
#WfelExHRdcwMyMvBF7o3m29ZoxLaquci { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:14.8125rem;left:22.375rem;display:block; }
#BQK3lCw6bVIGkrctxdfoQWhmIV506i7y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RMsbMfIhsuPM7HFVmCBw9bqJc52Uilmq { box-sizing:content-box;height:18.125rem;width:18.125rem;position:absolute;display:block;z-index:15001;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/d41e5cc4-858f-42b8-808b-f48d3d285e3b/facadeogskilt.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.5rem;left:0.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#RMsbMfIhsuPM7HFVmCBw9bqJc52Uilmq.adaptive-delivery-prevent-bg, #RMsbMfIhsuPM7HFVmCBw9bqJc52Uilmq.lazyload, #RMsbMfIhsuPM7HFVmCBw9bqJc52Uilmq.lazyloading { background-image: none; }
#N7LgrfnrMXxql5TlNIlRr65NzODhTKws { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:14.8125rem;left:2.375rem;display:block; }
#S6Qc8XEQHoRbllkdK9BIuDvCqS6MnG8C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kiBgDJWIM2ecSUqdT1mBLbfy2eEr1Ag4 { position:relative;display:block; }#kiBgDJWIM2ecSUqdT1mBLbfy2eEr1Ag4 { background-color: transparent; background-image: none; }#kiBgDJWIM2ecSUqdT1mBLbfy2eEr1Ag4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kiBgDJWIM2ecSUqdT1mBLbfy2eEr1Ag4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kiBgDJWIM2ecSUqdT1mBLbfy2eEr1Ag4 > .row .container > .video-iframe-container { display: none; }#kiBgDJWIM2ecSUqdT1mBLbfy2eEr1Ag4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kiBgDJWIM2ecSUqdT1mBLbfy2eEr1Ag4 > .row > .video-iframe-container { display: none; }#kiBgDJWIM2ecSUqdT1mBLbfy2eEr1Ag4 > .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); }#kiBgDJWIM2ecSUqdT1mBLbfy2eEr1Ag4 { border-width: 0; border-radius: 0; }#kiBgDJWIM2ecSUqdT1mBLbfy2eEr1Ag4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kiBgDJWIM2ecSUqdT1mBLbfy2eEr1Ag4 > .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:25.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LXLBIXbUyt6X09oSqRMEWn85sklHSzeF { box-sizing:content-box;height:18.125rem;width:18.125rem;position:absolute;display:block;z-index:15002;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/39a03486-c3e2-4d90-b04c-6b77f57f3c70/FreeFlyerapp.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.9375rem;left:0.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#LXLBIXbUyt6X09oSqRMEWn85sklHSzeF.adaptive-delivery-prevent-bg, #LXLBIXbUyt6X09oSqRMEWn85sklHSzeF.lazyload, #LXLBIXbUyt6X09oSqRMEWn85sklHSzeF.lazyloading { background-image: none; }
#sgtxwOixWLUeboRBXlxTpKOREOzMK0PZ { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:15.25rem;left:2.375rem;display:block; }
#aXNitp9MyGvr7uIkkbi4VdAB9HTqPmRK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AApXenIpIRPJEDEk7z41XboKECZ6CE1E { box-sizing:content-box;height:18.125rem;width:18.125rem;position:absolute;display:block;z-index:15004;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/ed0b15ec-a39c-488d-8914-1f9a0543b162/avisannonce.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.8125rem;left:20.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#AApXenIpIRPJEDEk7z41XboKECZ6CE1E.adaptive-delivery-prevent-bg, #AApXenIpIRPJEDEk7z41XboKECZ6CE1E.lazyload, #AApXenIpIRPJEDEk7z41XboKECZ6CE1E.lazyloading { background-image: none; }
#aDBas9SQ6KkyVFVAq8tgkah6Ryu78QUQ { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.25rem;left:22.375rem;display:block; }
#DeqT4gqGX9sHxXTzUvTP1HhZ77WHZESk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bF2VoNK6E34vivFMlLTlO7CXR9yoR0rI { position:relative;display:block; }#bF2VoNK6E34vivFMlLTlO7CXR9yoR0rI { background-color: transparent; background-image: none; }#bF2VoNK6E34vivFMlLTlO7CXR9yoR0rI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bF2VoNK6E34vivFMlLTlO7CXR9yoR0rI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bF2VoNK6E34vivFMlLTlO7CXR9yoR0rI > .row .container > .video-iframe-container { display: none; }#bF2VoNK6E34vivFMlLTlO7CXR9yoR0rI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bF2VoNK6E34vivFMlLTlO7CXR9yoR0rI > .row > .video-iframe-container { display: none; }#bF2VoNK6E34vivFMlLTlO7CXR9yoR0rI > .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); }#bF2VoNK6E34vivFMlLTlO7CXR9yoR0rI { border-width: 0; border-radius: 0; }#bF2VoNK6E34vivFMlLTlO7CXR9yoR0rI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bF2VoNK6E34vivFMlLTlO7CXR9yoR0rI > .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:76.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dCForzTemgMrsefsTPpF5xDkqfLkFTBK { color:#194d64;display:block;width:56.0625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.9375rem;left:1.9375rem;height:5.0625rem;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; }
#nSheALZdG36Mk4Ufy5ibLLryOCfR6rlV { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.75rem;left:1.9375rem;height:2.75rem;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; }
#VTCKwN63D3lTODLVd2GcbsxTJ4HGtxVX { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:15.0625rem;left:33.4375rem;height:2.3374rem;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; }
#sDBE5bERxXTT6xxyAKZc0RMNKPEnTlEA { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:18.6875rem;left:33.4375rem;height:10.125rem;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; }
#PgEUwtD64JslKSRE0bhu3XxFvFmOtbZ7 { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15032;background-color:#fff3e0;background-image:none;top:17.9375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#POTXwH11so9PZ4og0mrU6tSuMa6ikfvm { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:30.3125rem;left:33.4375rem;display:block; }
#KmfpPmU520xOMWyy4kCooW04lR9aOI9L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p4HSfIHHAuGdhzPecZ7Tzg20q7Oi511Z { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.0625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:37.6875rem;left:1.9375rem;display:block; }
#hshQOlVTPQT8D0I7NL4SI2cpEqhrtLAm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yaQ8KsP0Juk5FVSuy4sV0nlRcAKX4UEr { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15038;background-color:#fff3e0;background-image:none;top:50.375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#QQKQdBZo7cxHdFOTf4zraGb1bpDILShS { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.4375rem;width:25.6875rem;top:46.8125rem;left:4.625rem;overflow:hidden;display:block; }
#eTtQlBACcI6mtgRXT4KolxfI22kWywry { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:62.75rem;left:33.125rem;display:block; }
#oPy3BWO4OQmEKIP7D5yWtM1ZxIewgDht { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dhcTrkmoxTHiPRxMWWzg8hF3c59zynFH { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:51.125rem;left:33.125rem;height:8.4375rem;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; }
#wxVNe8Hx7nLD4zJnFp4OTDqwKgM2rICt { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.0625rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:70.125rem;left:1.9375rem;display:block; }
#MagVAMpLFTCSbXMtscxdPmVHIePTlffi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LSOV66Z002m8zVvQTdqtrkeOeoGVpQKU { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:47.5rem;left:33.125rem;height:2.3374rem;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; }
#C5dRKQl4qfCSM4mopJ7gBh8QJqPSoUOk { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;top:43.4375rem;left:0rem;display:block; }
#JfWN6vACV8QI5aPoAPyTmuWShzPJJCf7 { box-sizing:content-box;height:19.4375rem;width:25.6875rem;position:absolute;display:block;z-index:15033;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/22aee735-e8cc-4b9d-8c7f-68efa7d78df6/visitkort.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:14.03125rem;left:4.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#JfWN6vACV8QI5aPoAPyTmuWShzPJJCf7.adaptive-delivery-prevent-bg, #JfWN6vACV8QI5aPoAPyTmuWShzPJJCf7.lazyload, #JfWN6vACV8QI5aPoAPyTmuWShzPJJCf7.lazyloading { background-image: none; }
#EIbkhscfIDPcAPrTJthPx10QFQrxkEd4 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:29.5625rem;left:26.625rem; }
#EIbkhscfIDPcAPrTJthPx10QFQrxkEd4 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#vLGs0NttSyJBPpcOBQ2stoRw2qLr0bkd { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:62.75rem;left:26.625rem; }
#vLGs0NttSyJBPpcOBQ2stoRw2qLr0bkd > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#fRIr6iPMCAiLlcX2kGdJeGHEPRzTc2wJ { position:relative;display:block; }#fRIr6iPMCAiLlcX2kGdJeGHEPRzTc2wJ { background-color: transparent; background-image: none; }#fRIr6iPMCAiLlcX2kGdJeGHEPRzTc2wJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRIr6iPMCAiLlcX2kGdJeGHEPRzTc2wJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRIr6iPMCAiLlcX2kGdJeGHEPRzTc2wJ > .row .container > .video-iframe-container { display: none; }#fRIr6iPMCAiLlcX2kGdJeGHEPRzTc2wJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRIr6iPMCAiLlcX2kGdJeGHEPRzTc2wJ > .row > .video-iframe-container { display: none; }#fRIr6iPMCAiLlcX2kGdJeGHEPRzTc2wJ > .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); }#fRIr6iPMCAiLlcX2kGdJeGHEPRzTc2wJ { border-width: 0; border-radius: 0; }#fRIr6iPMCAiLlcX2kGdJeGHEPRzTc2wJ > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#fRIr6iPMCAiLlcX2kGdJeGHEPRzTc2wJ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#qAJt5lkwihGg0x3l38e5oXb0LLvQ3kOZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.75rem;left:28.875rem; }
#qAJt5lkwihGg0x3l38e5oXb0LLvQ3kOZ > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#aHkM0Qtxw2zQySyg3L7TEI3RL9Chz04b { color:#ff9d00;display:block;width:6.5625rem;position:absolute;font-family:urbanist;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:26.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#IEE147QG1AVAu7NKteHBQfXAmXN3knKJ { box-sizing:content-box;height:7.375rem;width:7.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#fff3e0;background-image:none;top:0rem;left:26.3125rem;display:block; }
#GINueRtIU424MNR6IJIDPCWIryT6bVay { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:14998;background-color:#ffce80;background-image:none;top:3.625rem;left:0rem;display:block; }
#L6ufsJzRZ9uSNvJHT3H4OcbIrB5MNZT7 { position:relative;display:block; }#L6ufsJzRZ9uSNvJHT3H4OcbIrB5MNZT7 { background-color: transparent; background-image: none; }#L6ufsJzRZ9uSNvJHT3H4OcbIrB5MNZT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6ufsJzRZ9uSNvJHT3H4OcbIrB5MNZT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6ufsJzRZ9uSNvJHT3H4OcbIrB5MNZT7 > .row .container > .video-iframe-container { display: none; }#L6ufsJzRZ9uSNvJHT3H4OcbIrB5MNZT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6ufsJzRZ9uSNvJHT3H4OcbIrB5MNZT7 > .row > .video-iframe-container { display: none; }#L6ufsJzRZ9uSNvJHT3H4OcbIrB5MNZT7 > .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); }#L6ufsJzRZ9uSNvJHT3H4OcbIrB5MNZT7 { border-width: 0; border-radius: 0; }#L6ufsJzRZ9uSNvJHT3H4OcbIrB5MNZT7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#L6ufsJzRZ9uSNvJHT3H4OcbIrB5MNZT7 > .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:259.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#v4EFwanOPzZbwcR3iug53viRGL12UIKI { color:#194d64;display:block;width:50.1875rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.9375rem;left:1.9375rem;height:5.0625rem;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; }
#Mz7Pnlk0ywpZEQK9DZhMQzE3t1F0F0oH { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.75rem;left:1.9375rem;height:;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; }
#scwoudNqclgAeTuVvkrvJH6BoMwvqp1Z { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:15.0625rem;left:33.4375rem;height:4.673825rem;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; }
#ksQ1fqNQKbT5WRalhw3pVW9oPUMWB0Hy { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:21.8125rem;left:33.375rem;height:8.4375rem;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; }
#eoMPg7m6uPtgqi1CRhdKkTrO42x3aTZE { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.4375rem;width:25.5rem;top:14.375rem;left:4.625rem;overflow:hidden;display:block; }
#z6g9OT8nqvw0aOVmr9QWVzB0poaRElLi { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15032;background-color:#fff3e0;background-image:none;top:17.9375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#dkVyTdzvRXTBkuUo3NUh7EzGlwAHw0sx { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:32.5rem;left:33.4375rem;display:block; }
#NhQvqqOaSWyDIPFVG9khm5do3yzgeofT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SniNt7ptNJn2EBlLcFL5HDovwhh1WAMi { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15038;background-color:#fff3e0;background-image:none;top:46.75rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#STK7JfPLG7wia2FWkTlQXyinRIKT52a0 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.4375rem;width:25.5rem;top:43.1875rem;left:4.625rem;overflow:hidden;display:block; }
#h64hi9nsmXcuvBU7SzK8iTwNs8fpL7k8 { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:59.125rem;left:33.125rem;display:block; }
#uK77tUXP619yq3VczRT4fJex7e0ppwzq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ersfCBTNeUoQ2QVrKT7yDGIPSOiBhnQu { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:47.5rem;left:33.125rem;height:8.4375rem;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; }
#uVwSgodL8ZTz2maU3XL2vP6TUm6Fv7Te { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.0625rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:66.5rem;left:1.9375rem;display:block; }
#BQG5NBPlBUXTfkAxkVbdpIhuvaZJVEoo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TVNCU55TNnsTALufCzAZiEBq3RrrrzVt { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:43.875rem;left:33.125rem;height:;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; }
#BFO5Hn3ZUNwTLiOMN9tZrXOkT2TIADv0 { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;top:39.8125rem;left:0rem;display:block; }
#WyckE4iCdVZ3fmFSfl4sHywomsU1SUh6 { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15045;background-color:#fff3e0;background-image:none;top:79.6875rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#B3pi8nfwa5asmKTh4T3c3ITJQppbd86k { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.125rem;width:25.9375rem;top:76.125rem;left:4.625rem;overflow:hidden;display:block; }
#PWZXQWRzcqvP6xfioLti5Rnm5zz83HCo { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:92.0625rem;left:33.125rem;display:block; }
#AyMteSX9cMM0hCzAq4SKAz3fTMyRZ66S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p5MCdwBmFtFXzXbaF1lz7xDqhcX1wNTR { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:80.4375rem;left:33.125rem;height:8.4375rem;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; }
#ClBn7nIqsDc8krJE7Qtvp0LQQgAZlX0K { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:76.8125rem;left:33.125rem;height:;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; }
#UPOPHSrvywDW8IJ2PZel4ZgFkzz1fLgn { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15048;background-color:#e3e3e3;background-image:none;top:72.75rem;left:0rem;display:block; }
#qMFAfoaTInLid6U1fcrU4diJ3TtIiuLV { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.0625rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:99.1875rem;left:1.9375rem;display:block; }
#xZ4y7hSMwurHDCxW5b9UiMSwHHlvq1MR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dCOW7RkeW9awAbLMIGDTibzwQoVqMRsP { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:14998;background-color:#fff3e0;background-image:none;top:112.375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#FcgvSuUrUp58wgLTE3huy01rSPxRg0qo { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.4375rem;width:25.25rem;top:108.8125rem;left:4.625rem;overflow:hidden;display:block; }
#lUN80xk5x5sOanfOqedVwrqIWu5oGdFc { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:124.75rem;left:33.125rem;display:block; }
#r8M8vABMZyN60b3PNTRfM8L6xbGfi35o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P6CBbxSpU6mda2r6EbmWlEOt6FspIFOL { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:113.125rem;left:33.125rem;height:8.4375rem;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; }
#Q3BH7WnRT2ZyDbvaKqaLlXJqVyiBc0cm { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:109.5rem;left:33.125rem;height:;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; }
#RvBbSLKqlLmdgmcHd7m0TnTtudTsRm8g { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:none;top:105.4375rem;left:0rem;display:block; }
#QJHZC5T9bXlU47wQqTxDqfqtehzfWAHG { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:14996;background-color:#fff3e0;background-image:none;top:141.3125rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#JggCcq9prH3cnexqpXQw3xfw0qamWqCZ { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.4375rem;width:24.5rem;top:137.75rem;left:4.625rem;overflow:hidden;display:block; }
#T0p6XFTXUWbDCQCDTJdQ31TizUr5y5zb { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:153.6875rem;left:33.125rem;display:block; }
#TAkH6lARlfnErrsSNpe3KsgqZpq0fGGQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kwNPyyXUT2VHLamfk9TCcTs00Iho0IRD { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:142.0625rem;left:33.125rem;height:8.4375rem;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; }
#oUyrBbcDH3ln7PEAhveJx8dke08Ptrsd { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:138.4375rem;left:33.125rem;height:;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; }
#nPrQiHXTl88kKXDHqGskQwihicwqbSfb { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15062;background-color:#e3e3e3;background-image:none;top:134.375rem;left:0rem;display:block; }
#hxhvvtFiF3hTM3PlxyTp0P0OTcTtTdaP { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15066;background-color:#fff3e0;background-image:none;top:174.125rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Qqg7OmfO2SelyTTPCo4myPcmdzl4Pi0w { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.4375rem;width:23.4375rem;top:170.5625rem;left:4.625rem;overflow:hidden;display:block; }
#T8J6s19klRgdveyigWAdXTphrmLf4TTS { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:186.5rem;left:33.125rem;display:block; }
#OuHFMUkVKqP259WLne5P0gK88TDVxxVU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K1bqV3RlaMcd2nDnpMD6liTrQgFiUh2z { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:174.875rem;left:33.125rem;height:8.4375rem;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; }
#MyD3xvnIB3p0KayJqJtvsORWKAssDKqL { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:171.25rem;left:33.125rem;height:;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; }
#KeNx8DcJ37E4zGPNhC5zFzhpOLsA9e4n { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15069;background-color:#e3e3e3;background-image:none;top:167.1875rem;left:0rem;display:block; }
#HTFZqt3IoxfPKOE28z0Wve7dIXGLLhOV { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15073;background-color:#fff3e0;background-image:none;top:206.5625rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#mmwaMmJZiDyHM6nB5s4brThQMgb8SzD5 { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.4375rem;width:24.1875rem;top:203rem;left:4.625rem;overflow:hidden;display:block; }
#y7691Zre6z1koh82Qcz32yI2Nc43GtTN { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:222.0625rem;left:33.4375rem;display:block; }
#zamuQw19HyQ8UbI7SHx6vq3BZiznT6vV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MlInZT94TSixzfyM75Vuaoxp0xOgXCTN { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:207.3125rem;left:33.125rem;height:13.5rem;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; }
#N8TwWaETcsZ7fLEnLGLR1whItC0eNmXH { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15048;line-height:1.1;letter-spacing:0;top:203.6875rem;left:33.125rem;height:2.3369125rem;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; }
#XtZhzU6UG865XJTZXWJPEkL5zu3OpsVy { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15076;background-color:#e3e3e3;background-image:none;top:199.625rem;left:0rem;display:block; }
#iILRW75t2vEFp5Jsk5ErfubyN8qU7lsX { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.0625rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:160.875rem;left:1.9375rem;display:block; }
#clFTMT1Me4nU7vAxEwzosZhLwxODmDII { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VDA3PFNAvvwN1Ua3Fopw0G3VTPgKB5zI { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.0625rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:193.6875rem;left:1.9375rem;display:block; }
#nJbPwLeU6TmiABI92g4k18ZP52BlR9LU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bPal9UXDK1m0c5M4mIlSekXDeIlLMAoK { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:30.25rem;left:26.625rem; }
#bPal9UXDK1m0c5M4mIlSekXDeIlLMAoK > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#NJ8wUIsl9VLdkKGfU5hRHgquZsXq1Suf { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:59.125rem;left:26.625rem; }
#NJ8wUIsl9VLdkKGfU5hRHgquZsXq1Suf > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#plTJzlV9sEQSJuU044pNUB4UKwo8IhLI { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:90.8125rem;left:27.25rem; }
#plTJzlV9sEQSJuU044pNUB4UKwo8IhLI > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#yuZTgu5VioWAV6iDe4FgZ1AoflQXTV5U { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:125.1875rem;left:26.625rem; }
#yuZTgu5VioWAV6iDe4FgZ1AoflQXTV5U > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#erwedXpzmZTbO9iTzRwp14zbVFLo2m9l { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:154.125rem;left:25.9375rem; }
#erwedXpzmZTbO9iTzRwp14zbVFLo2m9l > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#as5Jts7L8Fe3lHarDEsTcCQ4knRxM1kE { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:137.75rem;left:33.125rem;height:;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; }
#BqMp9Prz1BSFuAuOd38CQSrhQ7WT5HAe { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:186.5rem;left:24.5rem; }
#BqMp9Prz1BSFuAuOd38CQSrhQ7WT5HAe > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#paZ2aRmuIxKZ0RoFH9JJHbTD0ZSIIId4 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:218.875rem;left:25.3125rem; }
#paZ2aRmuIxKZ0RoFH9JJHbTD0ZSIIId4 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#InfN4k818RFreysMDazmvfTrbJlhrzks { box-sizing:content-box;height:19.1875rem;width:24.25rem;position:absolute;display:block;z-index:15080;background-color:#fff3e0;background-image:none;top:236.625rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ReL7wQ4FEFMRNm2NrB40bgPUbWKxFAyd { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.3125rem;width:24.4375rem;top:232.5rem;left:5.15625rem;overflow:hidden;display:block; }
#KkT0F5eNulhwLmEVRHtfvDb24q85U5m4 { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:251.5rem;left:33.4375rem;display:block; }
#UekXGB3ylcyF3NKOOteHKs8c2cbHIgRv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S873Q0wluIqt7TQaouOVP2JSkkTn7F4c { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15056;line-height:1.5;letter-spacing:0;top:236.75rem;left:33.125rem;height:13.5rem;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; }
#q5giUlcn9b4XALt8nrUIU4Qrnz9HEu2O { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:249.5rem;left:26.375rem; }
#q5giUlcn9b4XALt8nrUIU4Qrnz9HEu2O > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#lHvskCZXDCLLmuSSgrIZ5NFpIDIvkJbT { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15055;line-height:1.1;letter-spacing:0;top:233.125rem;left:33.125rem;height:2.3369125rem;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; }
#TUPVBEALlsHgGpf9vvAVcpZnwxVkissf { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15083;background-color:#e3e3e3;background-image:none;top:229.0625rem;left:0rem;display:block; }
#vBtTHMZ28RssQZX7KyM8JdHFbuhq879T { position:relative;display:block; }#vBtTHMZ28RssQZX7KyM8JdHFbuhq879T { background-color: transparent; background-image: none; }#vBtTHMZ28RssQZX7KyM8JdHFbuhq879T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBtTHMZ28RssQZX7KyM8JdHFbuhq879T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBtTHMZ28RssQZX7KyM8JdHFbuhq879T > .row .container > .video-iframe-container { display: none; }#vBtTHMZ28RssQZX7KyM8JdHFbuhq879T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBtTHMZ28RssQZX7KyM8JdHFbuhq879T > .row > .video-iframe-container { display: none; }#vBtTHMZ28RssQZX7KyM8JdHFbuhq879T > .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); }#vBtTHMZ28RssQZX7KyM8JdHFbuhq879T { border-width: 0; border-radius: 0; }#vBtTHMZ28RssQZX7KyM8JdHFbuhq879T > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#vBtTHMZ28RssQZX7KyM8JdHFbuhq879T > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#WGe4SvK9zWTtW3lxh9Hk6HPGvwdxTiNg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.75rem;left:28.875rem; }
#WGe4SvK9zWTtW3lxh9Hk6HPGvwdxTiNg > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#dJFViiaxVryM5dm2otTl5f1rhzIiokPG { color:#ff9d00;display:block;width:6.5625rem;position:absolute;font-family:urbanist;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:26.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#UFBRPJmO9ek7iogkQWyLTMhFu1gLBp0F { box-sizing:content-box;height:7.375rem;width:7.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#fff3e0;background-image:none;top:0rem;left:26.3125rem;display:block; }
#vaUThNWxvX0KmCKg94F3uET7go17buUQ { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:14998;background-color:#ffce80;background-image:none;top:3.625rem;left:0rem;display:block; }
#M73qBU31QfWNk2lE6LHhDKeNQFNIsuvz { position:relative;display:block; }#M73qBU31QfWNk2lE6LHhDKeNQFNIsuvz { background-color: transparent; background-image: none; }#M73qBU31QfWNk2lE6LHhDKeNQFNIsuvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M73qBU31QfWNk2lE6LHhDKeNQFNIsuvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M73qBU31QfWNk2lE6LHhDKeNQFNIsuvz > .row .container > .video-iframe-container { display: none; }#M73qBU31QfWNk2lE6LHhDKeNQFNIsuvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M73qBU31QfWNk2lE6LHhDKeNQFNIsuvz > .row > .video-iframe-container { display: none; }#M73qBU31QfWNk2lE6LHhDKeNQFNIsuvz > .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); }#M73qBU31QfWNk2lE6LHhDKeNQFNIsuvz { border-width: 0; border-radius: 0; }#M73qBU31QfWNk2lE6LHhDKeNQFNIsuvz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#M73qBU31QfWNk2lE6LHhDKeNQFNIsuvz > .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:110.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xK5HG061bTlRIk969uwQ1zqEpuAwnaTS { color:#194d64;display:block;width:50.1875rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.9375rem;left:1.9375rem;height:5.0625rem;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; }
#TOa80FFE1xqcV7705B5x0w8fGs6hryB4 { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.75rem;left:1.9375rem;height:;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; }
#Dqn9MVq9F4ZxEbE4SHZqHfkiAfNrqlBk { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:15.0625rem;left:33.4375rem;height:;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; }
#KiMGL4kNPDG4plOvsTVJ580bDqw4VyTQ { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:18.6875rem;left:33.4375rem;height:8.4375rem;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; }
#NB7zvVlx0NE5wtX4y2lTdDxJaWAc9w1v { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.75rem;width:25.6875rem;top:14.375rem;left:4.625rem;overflow:hidden;display:block; }
#DgN1lm2eByQTT18ISzUpA2lxcvTwmvym { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15032;background-color:#fff3e0;background-image:none;top:17.9375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ZRxETo9bGZvzA79HTgvEv49s5LP42lCS { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:30.3125rem;left:33.4375rem;display:block; }
#TZMvmk1HKIF6idnXNh4bJ6uvu4g2cMzP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rM3PRkUio4iCVUnmcL1GUX5WTsJ4EteW { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.0625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:37.6875rem;left:1.9375rem;display:block; }
#wtdEBO6RzVs2V1DmOenBMsIUtlEZ4Eoo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NvANMGB1WZ2Adi8n7CkqkHr3uXCX3qt7 { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15038;background-color:#fff3e0;background-image:none;top:50.9375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#lLvwpxzgFrRO9eUdpylMHrOKcdNfQihs { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.8125rem;width:25.6875rem;top:47.375rem;left:4.625rem;overflow:hidden;display:block; }
#JWyK4yZBNNlBSTOtWn6VgkW382sfGssn { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:63.3125rem;left:33.125rem;display:block; }
#wyS2kfZoh17Wq35faEw3aeH6MKLnQiBW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TZ1do90bVXGw77VmbFRmO27LMczldchE { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:51.6875rem;left:33.125rem;height:8.4375rem;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; }
#abfulGrtstF3e30gRl96UT1HfpHEILMb { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.0625rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:70.6875rem;left:1.9375rem;display:block; }
#K7e0mkqCMWOumQFXeT1b6cFnKim82z07 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lXKsBS1KuyCQoaSCo0Tqu7N7tzmf5eRB { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:48.0625rem;left:33.125rem;height:2.3374rem;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; }
#Q5rNCmKzZ6JC6o13BkJ8MoUMpTDwmw85 { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;top:43.4375rem;left:0rem;display:block; }
#MNndqJ31iM2aG8b8xfskEENeEP58KAZB { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15042;background-color:#e3e3e3;background-image:none;top:76.75rem;left:0rem;display:block; }
#MP3xJoOMNvUDtGVpgTGoN2SbyKpwEsp1 { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:99.3125rem;left:33.4375rem;display:block; }
#Og7t7iTBDAJVwk75Db5Aq57mw4H33l5a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rXdbiBOt7UD2mMbxmku0W6t8w4D4093e { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15065;background-color:#fff3e0;background-image:none;top:84.8125rem;left:2.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#x8txcZ8DU8mSFGcTPX4EgqO1G8t8AKaV { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.1875rem;width:25.6875rem;top:81.25rem;left:5rem;overflow:hidden;display:block; }
#SyQtSmwn1KHTQO6W7oFgGDszuG4hXFab { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:87.6875rem;left:33.4375rem;height:8.4375rem;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; }
#lRIMzagWX60b7A1EJ7pPgOaAMpmuG3XX { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:81.9375rem;left:33.5rem;height:4.673825rem;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; }
#x8gxqQkTBIgD5U3M4A2uSeT6Qv05Z44e { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.0625rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:104.625rem;left:2.3125rem;display:block; }
#TkcVqsSpsiCw0Mv2yZ1iwb9byHx1nDXF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ArqgC5opcBiRktBPqUFE5ru2lBzTKsip { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:28.3125rem;left:26.625rem; }
#ArqgC5opcBiRktBPqUFE5ru2lBzTKsip > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#D0kzi2OuuvEgrzgCLOE2B76T2FgcmP1p { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:60.125rem;left:26.625rem; }
#D0kzi2OuuvEgrzgCLOE2B76T2FgcmP1p > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#rdV1DDUEyNSZC9VAE9tykNBRornXlDbn { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:94.9375rem;left:27.28125rem; }
#rdV1DDUEyNSZC9VAE9tykNBRornXlDbn > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#nTmfmLExshXEPBqP4UuInVIaIrivkS92 { position:relative;display:block; }#nTmfmLExshXEPBqP4UuInVIaIrivkS92 { background-color: transparent; background-image: none; }#nTmfmLExshXEPBqP4UuInVIaIrivkS92::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTmfmLExshXEPBqP4UuInVIaIrivkS92 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTmfmLExshXEPBqP4UuInVIaIrivkS92 > .row .container > .video-iframe-container { display: none; }#nTmfmLExshXEPBqP4UuInVIaIrivkS92 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTmfmLExshXEPBqP4UuInVIaIrivkS92 > .row > .video-iframe-container { display: none; }#nTmfmLExshXEPBqP4UuInVIaIrivkS92 > .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); }#nTmfmLExshXEPBqP4UuInVIaIrivkS92 { border-width: 0; border-radius: 0; }#nTmfmLExshXEPBqP4UuInVIaIrivkS92 > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#nTmfmLExshXEPBqP4UuInVIaIrivkS92 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#dHPVtulHTTMoRlbTMWKW8vXcwb2GAAkx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.75rem;left:28.875rem; }
#dHPVtulHTTMoRlbTMWKW8vXcwb2GAAkx > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#h4QcSf6vHLRfiPVh4RszfeSxFNtDA3Nv { color:#ff9d00;display:block;width:6.5625rem;position:absolute;font-family:urbanist;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:26.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#yrfifKSG13dRAfPavU1EvtaoUX7tK2Hk { box-sizing:content-box;height:7.375rem;width:7.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#fff3e0;background-image:none;top:0rem;left:26.3125rem;display:block; }
#ermIk7PKSOUgkGQ3b2ORXirVV3FhFhTs { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:14998;background-color:#ffce80;background-image:none;top:3.625rem;left:0rem;display:block; }
#wGhfMPAvh2Dv5vFTNaE4iyuOkbHEom6A { position:relative;display:block; }#wGhfMPAvh2Dv5vFTNaE4iyuOkbHEom6A { background-color: transparent; background-image: none; }#wGhfMPAvh2Dv5vFTNaE4iyuOkbHEom6A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGhfMPAvh2Dv5vFTNaE4iyuOkbHEom6A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGhfMPAvh2Dv5vFTNaE4iyuOkbHEom6A > .row .container > .video-iframe-container { display: none; }#wGhfMPAvh2Dv5vFTNaE4iyuOkbHEom6A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGhfMPAvh2Dv5vFTNaE4iyuOkbHEom6A > .row > .video-iframe-container { display: none; }#wGhfMPAvh2Dv5vFTNaE4iyuOkbHEom6A > .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); }#wGhfMPAvh2Dv5vFTNaE4iyuOkbHEom6A { border-width: 0; border-radius: 0; }#wGhfMPAvh2Dv5vFTNaE4iyuOkbHEom6A > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wGhfMPAvh2Dv5vFTNaE4iyuOkbHEom6A > .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:306.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qN69qqV5QcdX5L5zlLur2edfCnukFla2 { color:#194d64;display:block;width:53.4375rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.9375rem;left:1.9375rem;height:5.0625rem;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; }
#RXdtck17PzsUqHfHGUyaEVXC3aMpw4Zk { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.75rem;left:1.9375rem;height:;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; }
#lv4ZMvZm8gXClcVzmKCggdEc1bRvGCNe { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:15.0625rem;left:33.4375rem;height:;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; }
#acDcvhqzJGZSNyFOLWwBUaiN1WRHgfeq { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:18.6875rem;left:33.4375rem;height:10.125rem;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; }
#sEFk0frmZgMKSFpTTzy6U4XCFCDf757C { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.4375rem;width:22.375rem;top:14.375rem;left:4.625rem;overflow:hidden;display:block; }
#kos0pbVinTh8RDJhIfIrOFRMoTFv1Av8 { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15032;background-color:#fff3e0;background-image:none;top:17.9375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Vare9Frhcs7ShhHOVoT8aQRBus8Q0QdT { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:30.3125rem;left:33.4375rem;display:block; }
#DpbWTozqt0eg23U7FOuD55A0rTAcQakU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pm51wpPvNVhe3R5legpt54C0q7EaFlDq { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.0625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:37.6875rem;left:1.9375rem;display:block; }
#alXh26FE2TpazA5qoanlkgHIOW8d9671 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IQBo9KOP8THDEluKtqCxSkW5chS4h7EZ { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15038;background-color:#fff3e0;background-image:none;top:50.375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#tvQaVFovT8nOtW7VXQyp5RPKmvduQZF1 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.9375rem;width:22.375rem;top:46.8125rem;left:4.625rem;overflow:hidden;display:block; }
#Jq5M6tTvLgPopJA4ocLmKsQRQCibelkA { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:62.75rem;left:33.125rem;display:block; }
#V4TGbF1czUKugXu6R7yvEG19wKDALKEl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MxoRcwZWGTrMdCTIgCbPqoCHoFNdnCrW { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:51.125rem;left:33.125rem;height:10.125rem;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; }
#be8ZqIGAs3N8KnHJQF898Gwtok6xWAIT { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.0625rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:70.125rem;left:1.9375rem;display:block; }
#qrPwTlQFoNyLqw7t4OntlOe2k1ggaDmn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PJF3dWALKSh6pwhJ7WTti99ObcEIxTcg { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:47.5rem;left:33.125rem;height:;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; }
#LDhxzGctkA4Pe7dMqggImhL3LOX3RTQS { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;top:43.4375rem;left:0rem;display:block; }
#CND9adIUaGUg5t1N7OtaVm2sfcVzgfM5 { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15045;background-color:#fff3e0;background-image:none;top:83.4375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#gFnktD7RwPBiwXTmi5SoE9l96pmq59PC { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.6875rem;width:22.375rem;top:79.875rem;left:4.625rem;overflow:hidden;display:block; }
#zeuelR1Cbolw3yC8hDCdXVm0D4Lk41TN { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:96.125rem;left:33.125rem;display:block; }
#zTMe7sEEV638RTgZdxVRJ8abgWfy4426 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x3uSBwSeNDTlogTuO4apSEOMtUhWeHbv { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:84.375rem;left:33.25rem;height:10.125rem;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; }
#Rrr0ryW9ikqzJ77HLROvNk6TbMQbn71X { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:80.5625rem;left:33.125rem;height:;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; }
#L2MA6CPksEHRlgCAXt6MdX1XJv7A6XTN { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15048;background-color:#e3e3e3;background-image:none;top:76.5rem;left:0rem;display:block; }
#yIgZagzh1n4CT8nn0hPdT5aCHXEy30hF { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.0625rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:102.9375rem;left:1.9375rem;display:block; }
#H0Bxg7iy8TKx15SFbtCvGFnfzJn6i91H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T59LbKtR7TdlCzG5Q0BmyDBspMHif7lo { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15052;background-color:#fff3e0;background-image:none;top:116rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#vgdQuvbhAtJMI4M9cmgpb5OLi7McfRON { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.0625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:135.5rem;left:1.9375rem;display:block; }
#f0I8cVl4le7uQuX8VSBbrIoeExu3uX8b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hf7mawETITPmlOvHb8KHio4TLfZh8qT1 { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.75rem;width:25.8125rem;top:113.9375rem;left:4.625rem;overflow:hidden;display:block; }
#D6He1roZsoJa5lxk8COaVIIxukh6rfCZ { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:128.875rem;left:33.1875rem;display:block; }
#lUkv1gvuNmpvoc0MI6vTeH9ZiTo6o6i8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K0prX3HB1NTNBinfnoFxJTsNDwMIlMIc { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:117.25rem;left:33.1875rem;height:10.125rem;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; }
#iI4pA7hVh9HKleEuhgxBzglTFDMbei98 { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:113.125rem;left:33.125rem;height:;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; }
#sIGN3WtJGzq9wg00guCUBDLK9elaGoMB { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:none;top:109.0625rem;left:0rem;display:block; }
#d2PxQXnTtmS50MVxuR9zMKfacSb3wC58 { box-sizing:content-box;height:17rem;width:24.25rem;position:absolute;display:block;z-index:15059;background-color:#fff3e0;background-image:none;top:148.0625rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#rba0NGPNCXFAJWVUQm040XNri1NvW6DC { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.0625rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:166.3125rem;left:1.9375rem;display:block; }
#toyzwEX1VlXITFDIaPSouutTfKc3Ktth { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SBb8zgxOqAmNky2mcTHmrBuqhpGW5Lk4 { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.75rem;width:25.6875rem;top:144.5rem;left:4.625rem;overflow:hidden;display:block; }
#fGBi3Cv1kfxQsRKx4RJTf39dPhFJCREK { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:162.375rem;left:33.125rem;display:block; }
#A8nzUiofRTFPi3pP2GtLgoJryZEIHwUV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rub1PfybhhTQXiZmZc1aH4vTXGn8qr6v { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:148.8125rem;left:33.125rem;height:11.8125rem;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; }
#bASxALEH97EhHuEOaAbVt6LNieWn4AK6 { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:145.1875rem;left:33.125rem;height:;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; }
#lrtLFThF1wypWnqH1TSLomtf1c35WSqL { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15062;background-color:#e3e3e3;background-image:none;top:141.125rem;left:0rem;display:block; }
#ExogFfCf52nLWKDWrmB9FCs1bZTW4Zff { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15066;background-color:#fff3e0;background-image:none;top:180.5rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#A5Z56iwsZn8RxKEEL8OgEBKV9FQbuwmZ { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.0625rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:200rem;left:1.9375rem;display:block; }
#yuSpbzENt6v5T6FGwoASMT0ahZAvKknd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WL2NWneNUrHxDJ17hIQyirUTDzo7QNbI { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.4375rem;width:22.375rem;top:176.9375rem;left:4.625rem;overflow:hidden;display:block; }
#Eg9ORiNfvpST3hFM8LVgBKL3vArukUM5 { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:193rem;left:33.4375rem;display:block; }
#RXoPdoyVF9lxcyFrHGOL86xmLLV1xtpX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i3P814pPHxuynPaHoHyqLxvB8WrqVnpw { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:181.25rem;left:33.125rem;height:10.125rem;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; }
#vlhxMn5Xsq1nz9PeoOp0QWUoXvqxJgZ7 { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:177.625rem;left:33.125rem;height:;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; }
#Tii3H9A9E96GTlTbgoPFGoyzgO2TCw7C { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15069;background-color:#e3e3e3;background-image:none;top:173.5625rem;left:0rem;display:block; }
#MMqmiXKQbCzaFE3sxcTy4OIzq7IAUqy4 { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15073;background-color:#fff3e0;background-image:none;top:213.1875rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#vHrRzwALO5JwyCPlHg5BSrDHPk4ahU8T { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.0625rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:232.6875rem;left:1.9375rem;display:block; }
#QDhhf8XedlLdZqUNPlcJlMONsJlX5IcW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mE0Duaohpsn0sQbTChwO77fD3V3sKSqw { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.4375rem;width:22.375rem;top:209.625rem;left:4.625rem;overflow:hidden;display:block; }
#owDRIyabV8QVZQCXwOFdf8OFWdaZcP0o { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:228.6875rem;left:33.4375rem;display:block; }
#TQLtPGv2Tn6Bt6iiXhHArSt5HWHqtiM1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#quUuDw6OaHztRXTANr4f1yXcTWgkreIP { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:216.375rem;left:33.25rem;height:10.125rem;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; }
#rHTLUKv8olOshUgoOutUzLsycLq7GxBX { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15048;line-height:1.1;letter-spacing:0;top:210.3125rem;left:33.125rem;height:;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; }
#lPCnBCTGekNJFf8pi2RThtZgT3xT5bRk { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15076;background-color:#e3e3e3;background-image:none;top:206.25rem;left:0rem;display:block; }
#nUiC642pLcTy8s1dOd7r7LhEczGZJlqD { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.0625rem;text-decoration:none;z-index:15069;text-align:center;text-align-last:center;top:200rem;left:14.625rem;display:block; }
#aQ6VS24cEI9xJFEKzsW4W19WOcU3L95K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F4IM0xH6TxwE5SBn0XnZKeNPtAADTpmt { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15080;background-color:#fff3e0;background-image:none;top:245.6875rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#hE9UyTX8SLTwL00H5PmzzBwnBSlCs3Qf { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:259.1875rem;left:33.125rem;display:block; }
#InLEQMVmnxZQZs9ctNLMtiDDSKlIvHVa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f9IlrETXGGUAbfmfFer4Zeu9gnx7CTe7 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.0625rem;text-decoration:none;z-index:15082;text-align:center;text-align-last:center;top:265.1875rem;left:1.9375rem;display:block; }
#uNQ5w8FFiX4hcIyVTyoN7F0hEGdDm4Xp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LXOiQp8LT8oJuqxi7Z7amJu1QgPTSAaX { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.4375rem;width:22.375rem;top:242.125rem;left:4.625rem;overflow:hidden;display:block; }
#SPxCtTVTSvOGKTto0d0wX2CxEZ7UENXv { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15056;line-height:1.5;letter-spacing:0;top:246.8125rem;left:33rem;height:10.125rem;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; }
#XLCLW48aykkTdAHmslvgrubT5Dd4WCTh { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15055;line-height:1.1;letter-spacing:0;top:242.8125rem;left:33.125rem;height:2.3369125rem;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; }
#sutZvpqi5qCTx6cRcFoveFZBr02gOXBJ { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15083;background-color:#e3e3e3;background-image:none;top:238.75rem;left:0rem;display:block; }
#rqdpS8kRpfRtle6V56ufMM9RDqOso8FK { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.0625rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:265.1875rem;left:14.625rem;display:block; }
#RauOvfX4Eme8baSOmfJF6qyv9Em9RBfk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rcq6HWWhDM2i5HLaFz5JzsdMIowUXoZn { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:30.75rem;left:23.65625rem; }
#rcq6HWWhDM2i5HLaFz5JzsdMIowUXoZn > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#kHKbMt2u3iaQMgavKbHPli8Sa5bH4Tbi { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:63.5625rem;left:23.65625rem; }
#kHKbMt2u3iaQMgavKbHPli8Sa5bH4Tbi > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#vXgMNokKZVdvJKMRTZG7kJhGSm5zDOvb { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:96.375rem;left:23.65625rem; }
#vXgMNokKZVdvJKMRTZG7kJhGSm5zDOvb > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#NCmx6XGlhGQSJnSv7iwCCEquz9qwKxsB { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:128.625rem;left:27.3125rem; }
#NCmx6XGlhGQSJnSv7iwCCEquz9qwKxsB > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#b2Gs5WGT35hLNScZlC5E8fe8PGv7C7sE { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:159rem;left:27.1875rem; }
#b2Gs5WGT35hLNScZlC5E8fe8PGv7C7sE > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#T8HNd6uGxoUTwXfltGvRcGSbs7O4sTBt { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:193rem;left:23.65625rem; }
#T8HNd6uGxoUTwXfltGvRcGSbs7O4sTBt > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#R1dyALbOFJyGF3usR5LZW1V22UqslM9l { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:225.625rem;left:23.65625rem; }
#R1dyALbOFJyGF3usR5LZW1V22UqslM9l > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#iZex2azcdIZgGRfmaoPK3HNhrrKCa2qT { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:258.1875rem;left:23.65625rem; }
#iZex2azcdIZgGRfmaoPK3HNhrrKCa2qT > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#CU1o1duBWHX3nGMr4wATFFi5uDpgw7yM { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.0625rem;text-decoration:none;z-index:15092;text-align:center;text-align-last:center;top:298.25rem;left:1.9375rem;display:block; }
#fbbzdrdKxCrd0BmSNfiPxv1K79y5vczv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gVLXdI1zUg4Euk0Cm0I7CI7ZRBg4NBpP { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15089;background-color:#fff3e0;background-image:none;top:278.75rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ila91L2zDcJtrTT0go0eduobLwCqipIC { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:292.25rem;left:33.125rem;display:block; }
#g1XlotWKfNgPr4abAoML4UaE6abZ0vJr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qQ60BebN7nXCo7f5737Rs8wtPVD2tIRC { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.625rem;width:21.875rem;top:275.625rem;left:4.8125rem;overflow:hidden;display:block; }
#WelCgqoCDreWdiT2X55GczWeycD3bJks { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:291rem;left:23.65625rem; }
#WelCgqoCDreWdiT2X55GczWeycD3bJks > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#k2M7yXwzcdL9TWdfR9Euf4sccmDqVJAu { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15065;line-height:1.5;letter-spacing:0;top:279.875rem;left:33rem;height:10.125rem;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; }
#POUy3ryngg4q9gVO45uvhUXTxcIlEUuI { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15064;line-height:1.1;letter-spacing:0;top:275.875rem;left:33.125rem;height:;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; }
#nquPZCmzk1eN8FuTuNlxxgEbbugKS0Sx { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15092;background-color:#e3e3e3;background-image:none;top:271.8125rem;left:0rem;display:block; }
#hOnOW01vW5bMfTuoLlriBLVqGBfk8LDz { position:relative;display:block; }#hOnOW01vW5bMfTuoLlriBLVqGBfk8LDz { background-color: transparent; background-image: none; }#hOnOW01vW5bMfTuoLlriBLVqGBfk8LDz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOnOW01vW5bMfTuoLlriBLVqGBfk8LDz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOnOW01vW5bMfTuoLlriBLVqGBfk8LDz > .row .container > .video-iframe-container { display: none; }#hOnOW01vW5bMfTuoLlriBLVqGBfk8LDz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOnOW01vW5bMfTuoLlriBLVqGBfk8LDz > .row > .video-iframe-container { display: none; }#hOnOW01vW5bMfTuoLlriBLVqGBfk8LDz > .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); }#hOnOW01vW5bMfTuoLlriBLVqGBfk8LDz { border-width: 0; border-radius: 0; }#hOnOW01vW5bMfTuoLlriBLVqGBfk8LDz > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#hOnOW01vW5bMfTuoLlriBLVqGBfk8LDz > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#Z3qWrkCqNEmWbMdPi7sH8Z1UHAOw9hhu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.75rem;left:28.875rem; }
#Z3qWrkCqNEmWbMdPi7sH8Z1UHAOw9hhu > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#IaZWI0mSkNTkhoZFgQ28yFqS7tzDXHBU { color:#ff9d00;display:block;width:6.5625rem;position:absolute;font-family:urbanist;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:26.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#cbynTD3aVybkmzvBpbSqwfDCWoPsRghJ { box-sizing:content-box;height:7.375rem;width:7.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#fff3e0;background-image:none;top:0rem;left:26.3125rem;display:block; }
#oORWKxnL7rnAzKSHWH0ASINXbAbeToP3 { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:14998;background-color:#ffce80;background-image:none;top:3.625rem;left:0rem;display:block; }
#kiZaLJQkeICqzinWdq7HbcfwtzSaP7bp { position:relative;display:block; }#kiZaLJQkeICqzinWdq7HbcfwtzSaP7bp { background-color: transparent; background-image: none; }#kiZaLJQkeICqzinWdq7HbcfwtzSaP7bp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kiZaLJQkeICqzinWdq7HbcfwtzSaP7bp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kiZaLJQkeICqzinWdq7HbcfwtzSaP7bp > .row .container > .video-iframe-container { display: none; }#kiZaLJQkeICqzinWdq7HbcfwtzSaP7bp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kiZaLJQkeICqzinWdq7HbcfwtzSaP7bp > .row > .video-iframe-container { display: none; }#kiZaLJQkeICqzinWdq7HbcfwtzSaP7bp > .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); }#kiZaLJQkeICqzinWdq7HbcfwtzSaP7bp { border-width: 0; border-radius: 0; }#kiZaLJQkeICqzinWdq7HbcfwtzSaP7bp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kiZaLJQkeICqzinWdq7HbcfwtzSaP7bp > .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:412.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#K7rfZ7P7C1uEwkPPRul1nsvEbH9LLOla { color:#194d64;display:block;width:50.1875rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.9375rem;left:1.9375rem;height:5.0625rem;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; }
#HlxsCT2AF96wtO6WQFeilfpHelTZnJfs { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.75rem;left:1.9375rem;height:;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; }
#JFWlgyvZdWvxgKT2G0JURbsMkOQsyoS0 { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:15.0625rem;left:33.4375rem;height:2.3374rem;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; }
#T5rTv8OsrS9Mp5CIxiDID8hrz2iQVhg2 { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:18.6875rem;left:33.4375rem;height:8.4375rem;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; }
#cTdLaQmPUGfSeJdDd0938u2oU3JbJ7Tb { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.1875rem;width:23.6875rem;top:13.25rem;left:4.625rem;overflow:hidden;display:block; }
#p0UfrZmROAktWrHhamxTZkb9k1xOMWAy { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15032;background-color:#fff3e0;background-image:none;top:17.9375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#sHTKV4cuEoXsT8T7T6fBwcACDAmcHanE { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:30.3125rem;left:33.4375rem;display:block; }
#qUu6wwVbRFmcoHNk9PZRSFehTtPqXxNw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y5TkbQrDZucOTIeDBhvawuEItSHCXIT6 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.0625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:37.6875rem;left:1.9375rem;display:block; }
#wWvlBAkfT9EtzyaXiTraXTSgWVDoy5VU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SXPcUwT1T044PqQMRQ1sX9bd6dJCb3hr { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15038;background-color:#fff3e0;background-image:none;top:50.375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#iAlf74CFFneczTVPVNHaemQMOsliadTH { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.4375rem;width:23.6875rem;top:46.8125rem;left:4.625rem;overflow:hidden;display:block; }
#q8eLSzMqKPAJaPAorwxgLvd4a5kSQbRw { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:68.375rem;left:33.4375rem;display:block; }
#A3qlfaJI3Mmn8IzOTVTSk3twF1Td00hu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PM06swyhQsNOUOFOpOClyhfPBPL5tRv1 { color:#194d64;display:block;width:25.75rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:51.125rem;left:33.125rem;height:15.1875rem;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; }
#tsarA94ygD5o6NKcu1rVmopN9usXeasf { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.0625rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:70.125rem;left:1.9375rem;display:block; }
#uEZzmDX8qrpMnatNacVAVe09qDKO0p3I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oOwKwZc0r4dO8CiiUW3DND2HKhgRbHhN { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:47.5rem;left:33.125rem;height:2.3374rem;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; }
#U89M7Mq8pXbHDIbLG5FNa5fa2hhkK1JW { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;top:43.4375rem;left:0rem;display:block; }
#Dy3OufAooPBHJOC59zhNrS3S50gTVkqi { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15045;background-color:#fff3e0;background-image:none;top:83.4375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#NPoTF8WT0Ni1oxtaVppqiMoSJ2iCkI1D { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.4375rem;width:25.6875rem;top:79.875rem;left:4.625rem;overflow:hidden;display:block; }
#qFq5UwTPISrok2odZMdUgT7kee7W681f { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:95.8125rem;left:33.125rem;display:block; }
#XSicoXUe10FAtAEuGuUeodCN7goQ43q1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tO2TbrvSTbQt3dXKMLhbHlVWDV3pw68u { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:84.1875rem;left:33.125rem;height:10.125rem;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; }
#Gy6r8zwGd6D40HH4i82MoJtZbm00QqnQ { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:80.5625rem;left:33.125rem;height:;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; }
#WZXPO9CZNc6kytI8K6FV8FFQXZEJzN6M { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15048;background-color:#e3e3e3;background-image:none;top:76.5rem;left:0rem;display:block; }
#TZBmMCAIEqU53Xh3fI8PGXyuFK62LxPD { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15052;background-color:#fff3e0;background-image:none;top:112.1875rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#g9vPS0XupA4xOc3ATeiW5VlRrB5TEyX5 { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.4375rem;width:25.6875rem;top:108.625rem;left:4.625rem;overflow:hidden;display:block; }
#NLFhknibQTh2TLGBFHGGe1zdDVaQEQlk { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:124.5625rem;left:33.125rem;display:block; }
#FStyERkSUQnqvLoQmur4B2PtDEszrFrX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bMOfMfuoo0Bzx9e9Gfbm2IK7KW36kTRq { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:112.9375rem;left:33.125rem;height:10.125rem;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; }
#J7TRdQgIcVNTiqyU7iViOvA7lHhrsn5Z { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:109.3125rem;left:33.125rem;height:2.3374rem;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; }
#etMcTEXN6To6FJn7DuqdTxHLxPhwBwJR { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:none;top:105.25rem;left:0rem;display:block; }
#dOOPLvtgcWxhVJM5Q30hcnVJQns8u23M { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15059;background-color:#fff3e0;background-image:none;top:141.0625rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#dnDkH5qIA6FnHDMyzSg0y2Cupm8K2o22 { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.8125rem;width:25.6875rem;top:137.5rem;left:4.625rem;overflow:hidden;display:block; }
#U8TCAZQ4o49EgawlSlXUOUAVZe3ZzLi6 { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:155.5625rem;left:33.0625rem;display:block; }
#RPgqKQn9g4wr8owmfoqncL5PN9U9JAds { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hc46x82tINUUHTop50Q9cJ9wMrVEsIXJ { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:143.9375rem;left:33.0625rem;height:10.125rem;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; }
#ssTbzyyaJT3kM69mShyoqwBo12QE03pw { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:138.1875rem;left:33.125rem;height:4.673825rem;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; }
#cw5sRzN3zTISzIN6vkhUZbqIBoWnr6Nu { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15062;background-color:#e3e3e3;background-image:none;top:134.125rem;left:0rem;display:block; }
#Pw3Ek0ffdugn75etKqVIA8huVriQxFuv { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.0625rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:160.75rem;left:1.9375rem;display:block; }
#iRrtcQasSkxyO6h55Z0Ghn1nmT08OcDU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zEdHuSNkUw6IZg9Fbl2IJoLxoTqeR1B7 { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15066;background-color:#fff3e0;background-image:none;top:173.9375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#MI4ZER1MwwHRoBNKx9R18DCp03kQkVOI { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.125rem;width:25.6875rem;top:170.375rem;left:4.625rem;overflow:hidden;display:block; }
#PFRuGSoKC1lDTNiPS6S3WHpf681uxWkH { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:193.125rem;left:33.125rem;display:block; }
#rCiIGBI7iKOWkg0T6b8JCXFdr9qMr5Is { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#My8eUSdipTayHX6oALvMgoVwSgOtWJxs { color:#194d64;display:block;width:25.125rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:179.625rem;left:33.125rem;height:11.8125rem;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; }
#lhL1CxOnPM360pCyk7FuV4hUi02iF1OJ { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.0625rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:193.625rem;left:1.9375rem;display:block; }
#mkyRf39DsDKesut2ITMIHrVltIU8iq3V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ticX5Tb5ShOQQJ7eFX746L8anGzuOn88 { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:171.0625rem;left:33.125rem;height:7.01075rem;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; }
#VFh7tv4XrL7NkkevrbgD30DPQ8cBGLH3 { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15069;background-color:#e3e3e3;background-image:none;top:167rem;left:0rem;display:block; }
#lyovE6tltTgebN9wa2A9IGzLzeTdNnph { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15073;background-color:#fff3e0;background-image:none;top:207.25rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#pnuROFzdH7cTiP2s0vsTfpnMUTVyUSZ7 { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.875rem;width:25.6875rem;top:203.6875rem;left:4.625rem;overflow:hidden;display:block; }
#q5T81R0AZRebB8eQleyNyFvLI4pJe4wu { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:224.5625rem;left:33.4375rem;display:block; }
#MvxVEmlcpauOvOwsMO4mhoElH5HyUMk0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k7Th5PkarbQEDNrbHEGflL7hH7FegSeT { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:208.5625rem;left:33.125rem;height:13.5rem;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; }
#MMestqzzDbbcLZJReX1oZJslaET39s1H { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.0625rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:226.9375rem;left:1.9375rem;display:block; }
#B4aEtWnC8oJE04T8kGtSCWlGN0fionEn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ql1T82FfdkwfIh7WUS8DsKPcppH3RT6K { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15048;line-height:1.1;letter-spacing:0;top:204.375rem;left:33.125rem;height:2.3374rem;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; }
#eAQaovBuE0FixWfwh9KTshpeyQqUsthK { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15076;background-color:#e3e3e3;background-image:none;top:200.3125rem;left:0rem;display:block; }
#yAuhB2bppcz3vksP5nZHPBbq6zcSWAiQ { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15080;background-color:#fff3e0;background-image:none;top:241.625rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TN5qTO8pqn7xmofawxa4KnGI7f0we7ke { position:absolute;display:block;z-index:15081;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.25rem;width:25.6875rem;top:238.0625rem;left:4.625rem;overflow:hidden;display:block; }
#QQJphBCS0GzNwvAS8KU3ZQ5TSczG4Viy { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15056;line-height:1.5;letter-spacing:0;top:242.9375rem;left:33.125rem;height:8.4375rem;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; }
#ps9xo8TcuRL38DMp2DNHwgBXJeDPvXhE { color:#194d64;display:block;width:25.75rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15055;line-height:1.1;letter-spacing:0;top:238.75rem;left:33.125rem;height:2.3369125rem;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; }
#PTD5DTJuaJeRMX0uNAqfVDe2nEZ1NTJI { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15083;background-color:#e3e3e3;background-image:none;top:234.6875rem;left:0rem;display:block; }
#VMdF2361otv4twOZVkVOS9DQP32x8C8L { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.0625rem;text-decoration:none;z-index:15063;text-align:center;text-align-last:center;top:261.125rem;left:1.9375rem;display:block; }
#GvtZQVFTXzBJbZLUd2R1pH3M5vZTt6w4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xQr9eagMVz0tL5XCRTk70CrAup1r9gCa { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:253.625rem;left:33.125rem;display:block; }
#gVtrUAdKCZSV4Qm5QQe8QPlRqgcwXvEn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UFqNm2A8WtRGgmVI8I7MTkm9VZnsvEwQ { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:30.3125rem;left:25.09375rem; }
#UFqNm2A8WtRGgmVI8I7MTkm9VZnsvEwQ > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#OT40ML3SWT17OQTVBDBgwaXtxhcBGfnv { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:63.0625rem;left:25.09375rem; }
#OT40ML3SWT17OQTVBDBgwaXtxhcBGfnv > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#fMExxq3vBMyBWSZVezT58UDZ8wWTDKqC { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:96.25rem;left:26.9375rem; }
#fMExxq3vBMyBWSZVezT58UDZ8wWTDKqC > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#TpcgvsWmDm9wPE9DEp44vbIdkeO5DtrO { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:125rem;left:27.1875rem; }
#TpcgvsWmDm9wPE9DEp44vbIdkeO5DtrO > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#kRS6gvZ68Qmbui5DT45fiZ1Q2PEQ5D87 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:153.25rem;left:27.15625rem; }
#kRS6gvZ68Qmbui5DT45fiZ1Q2PEQ5D87 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#BzcOyRPB9DcRfZJDqNR4xPH7JmkJOZF4 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:185.3125rem;left:26.96875rem; }
#BzcOyRPB9DcRfZJDqNR4xPH7JmkJOZF4 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#SHRPQ9nnGkza5f2C9wJmCVhFPVxXxhnu { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:219.5rem;left:27.125rem; }
#SHRPQ9nnGkza5f2C9wJmCVhFPVxXxhnu > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#d5nXZic0EL2RdIRN8PIqg40VIeHV2K15 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:254.0625rem;left:27.03125rem; }
#d5nXZic0EL2RdIRN8PIqg40VIeHV2K15 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#hEQNH9hqbNGPxTxUR2X6zkXo3ORvmOZH { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15088;background-color:#fff3e0;background-image:none;top:276rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#hg6a40tuiRP9ikWfc0nRCpUieiM6iJaZ { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.625rem;width:25.6875rem;top:272.4375rem;left:4.625rem;overflow:hidden;display:block; }
#K9DXWB3uzwcFx52cLDxe18TzKQH27Sp9 { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15064;line-height:1.5;letter-spacing:0;top:281.1875rem;left:33.125rem;height:10.125rem;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; }
#XKJBTMuMVWDFbHSu7MzA7UVTSMVHe2U0 { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:292.5625rem;left:33.125rem;display:block; }
#zoQvXUz6Segn090gmz0MJ5zW0WSQQPLw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ix3G3mFdWBpgETvpm0XX6hVq29BREOFf { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:288.4375rem;left:27.0625rem; }
#ix3G3mFdWBpgETvpm0XX6hVq29BREOFf > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#uEbf1AxQWSWQc9fggxavZAL1qJrBEFFX { color:#194d64;display:block;width:25.75rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15063;line-height:1.1;letter-spacing:0;top:273.125rem;left:33.125rem;height:4.673825rem;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; }
#nJs8TxhQfOOAJ6z66APMfTMDEz04Rzye { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15091;background-color:#e3e3e3;background-image:none;top:269.0625rem;left:0rem;display:block; }
#UOa4n5muCxGXrIbs87TNNSfh5pgtnBLL { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.0625rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:295.5625rem;left:1.9375rem;display:block; }
#Dgx4uBHbqnnn7Se6KSuCPEGzidpHQu8T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ztKNxrVV8Uvv3woSCUgEPnwyk25PbTWv { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15096;background-color:#fff3e0;background-image:none;top:310.75rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#wnDLNyy6fa7zB3clIeqIWOrK0KepWTOf { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15065;text-align:center;text-align-last:center;top:327.3125rem;left:33.125rem;display:block; }
#anU8ZAba72zDTsw5axaE2uE8EGqtzw89 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pvL44KHV204lKXS2IE1Iyg4g9NfT6o8r { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.6875rem;width:25.5625rem;top:307.1875rem;left:4.625rem;overflow:hidden;display:block; }
#GTpAUQ3E6JsIIm6TiTEZRaW6VE1NH6kg { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15113;opacity:1;top:323.9375rem;left:26.875rem; }
#GTpAUQ3E6JsIIm6TiTEZRaW6VE1NH6kg > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#t6dUQUKMSI8h5Zohgzz62pdFbwBFKSUT { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.0625rem;text-decoration:none;z-index:15079;text-align:center;text-align-last:center;top:330.3125rem;left:1.9375rem;display:block; }
#h5774Kev5TwtuaNMgok4Axsq7f8wmuGP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pUonFtIWTlxdPrrTeTgcnsfn5rrsdiZT { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15072;line-height:1.5;letter-spacing:0;top:315.9375rem;left:33.125rem;height:10.125rem;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; }
#GDzlTM8JSdzsyGryzTskRzsJ4Kqw78r8 { color:#194d64;display:block;width:25.75rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15071;line-height:1.1;letter-spacing:0;top:307.875rem;left:33.125rem;height:;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; }
#MmoF9KgyfsuxtCd7WEwSPLCFeadHhlTJ { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15099;background-color:#e3e3e3;background-image:none;top:303.8125rem;left:0rem;display:block; }
#dx0WTbbaUJwba2ydWlTN2RJxMPa1VTBH { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15104;background-color:#fff3e0;background-image:none;top:346rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#oO6sDvf0UwwiU9h0fpS3ieqWCADdmM21 { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:362.5625rem;left:33.125rem;display:block; }
#lVM0Iz144FXoWsQzWWJZgwp2qookhCw1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EE1dbvh3c2Eii7omSDolJuPLeWVqQKNa { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.75rem;width:25.625rem;top:342.4375rem;left:4.625rem;overflow:hidden;display:block; }
#pVp1fU1ggmi22ulLqznpxIJn1X8tFCLM { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:358.8125rem;left:26.875rem; }
#pVp1fU1ggmi22ulLqznpxIJn1X8tFCLM > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#V9NgTPoyXT8XTFNoFcSf5pNMGQJExBLU { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.0625rem;text-decoration:none;z-index:15087;text-align:center;text-align-last:center;top:365.5625rem;left:1.9375rem;display:block; }
#DeyrIoO87LA0KIBaCags1HSwqJrys6lL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g6DiMXxstbHLl4r0STHVCSk3vxdNU3ac { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15080;line-height:1.5;letter-spacing:0;top:351.1875rem;left:33.125rem;height:10.125rem;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; }
#pE9RMHA51grQr8RWLehgE4OXnzdisFTd { color:#194d64;display:block;width:25.75rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15079;line-height:1.1;letter-spacing:0;top:343.125rem;left:33.125rem;height:4.673825rem;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; }
#sMknzDZxu3x5BbKhSelVuWSZIbp3VKaq { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15107;background-color:#e3e3e3;background-image:none;top:339.0625rem;left:0rem;display:block; }
#n5W1n9s4Abc4W8b2VbM8ZqfEf57hGaZx { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15112;background-color:#fff3e0;background-image:none;top:380.75rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#NaZulsxyOSThPaJTakFEkzLMRs0XRT1x { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15081;text-align:center;text-align-last:center;top:397.3125rem;left:33.125rem;display:block; }
#rcEzbNHOpMFg4QnrzLkxmSvOfHuG4Uxw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iA9gvHEBBgumSyKbccxfpBubSLL3NRqt { position:absolute;display:block;z-index:15113;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.6875rem;width:25.625rem;top:377.125rem;left:4.625rem;overflow:hidden;display:block; }
#Sfv8hZGKVZkyxvLGagH2oCr4TItn6LwP { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15129;opacity:1;top:393.6875rem;left:26.875rem; }
#Sfv8hZGKVZkyxvLGagH2oCr4TItn6LwP > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#gNTKoUaTS0MaZRzHN6cbo2DuOIWQWJXN { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15088;line-height:1.5;letter-spacing:0;top:385.9375rem;left:33.125rem;height:10.125rem;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; }
#uO7A7tB7B4VZf8Squ6ENhm8Hz4yQJPnU { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.0625rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:400.3125rem;left:1.9375rem;display:block; }
#neWPirKOvS8BMVv27yu5bVoQ2RHCGVO5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TbDgiwe5TVSP6DbCuk6U8oJsK1I0z5dO { color:#194d64;display:block;width:25.75rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15087;line-height:1.1;letter-spacing:0;top:377.875rem;left:33.125rem;height:4.673825rem;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; }
#VUg41oGGHI0ecbxG4bsxBL1ofN0mQhpZ { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15115;background-color:#e3e3e3;background-image:none;top:373.8125rem;left:0rem;display:block; }
#HTxKEuTNhSikoBLaKnUQEpIEd6qV3Fa8 { position:relative;display:block; }#HTxKEuTNhSikoBLaKnUQEpIEd6qV3Fa8 { background-color: transparent; background-image: none; }#HTxKEuTNhSikoBLaKnUQEpIEd6qV3Fa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTxKEuTNhSikoBLaKnUQEpIEd6qV3Fa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTxKEuTNhSikoBLaKnUQEpIEd6qV3Fa8 > .row .container > .video-iframe-container { display: none; }#HTxKEuTNhSikoBLaKnUQEpIEd6qV3Fa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTxKEuTNhSikoBLaKnUQEpIEd6qV3Fa8 > .row > .video-iframe-container { display: none; }#HTxKEuTNhSikoBLaKnUQEpIEd6qV3Fa8 > .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); }#HTxKEuTNhSikoBLaKnUQEpIEd6qV3Fa8 { border-width: 0; border-radius: 0; }#HTxKEuTNhSikoBLaKnUQEpIEd6qV3Fa8 > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#HTxKEuTNhSikoBLaKnUQEpIEd6qV3Fa8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#OhIFx1wwbgTacqGmJ1hor08NP2KotxAC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.75rem;left:28.875rem; }
#OhIFx1wwbgTacqGmJ1hor08NP2KotxAC > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#Dxp0fXXiZTP5s7MiyyUvrtwdO9aFakXN { color:#ff9d00;display:block;width:6.5625rem;position:absolute;font-family:urbanist;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:26.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#sk0k3339T1PFSXJJyThOnbk2zWta1z5l { box-sizing:content-box;height:7.375rem;width:7.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#fff3e0;background-image:none;top:0rem;left:26.3125rem;display:block; }
#b11rTloBv0ZgZNTnkEW0sacuugAb6NGl { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:14998;background-color:#ffce80;background-image:none;top:3.625rem;left:0rem;display:block; }
#RVyApRuOxZ8HtmAb9agtI93bB0uObuqt { position:relative;display:block; }#RVyApRuOxZ8HtmAb9agtI93bB0uObuqt { background-color: transparent; background-image: none; }#RVyApRuOxZ8HtmAb9agtI93bB0uObuqt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVyApRuOxZ8HtmAb9agtI93bB0uObuqt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVyApRuOxZ8HtmAb9agtI93bB0uObuqt > .row .container > .video-iframe-container { display: none; }#RVyApRuOxZ8HtmAb9agtI93bB0uObuqt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVyApRuOxZ8HtmAb9agtI93bB0uObuqt > .row > .video-iframe-container { display: none; }#RVyApRuOxZ8HtmAb9agtI93bB0uObuqt > .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); }#RVyApRuOxZ8HtmAb9agtI93bB0uObuqt { border-width: 0; border-radius: 0; }#RVyApRuOxZ8HtmAb9agtI93bB0uObuqt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RVyApRuOxZ8HtmAb9agtI93bB0uObuqt > .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:72.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#r4fWV4yTOsAHlavNHTlSiHkFJ7DkiLNV { color:#194d64;display:block;width:50.1875rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.9375rem;left:1.9375rem;height:5.0625rem;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; }
#uZQdlUa6EETRaTbcs3NOi8biqm7QWaEm { color:#194d64;display:block;width:33rem;position:absolute;font-family:urbanist;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.75rem;left:1.9375rem;height:2.75rem;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; }
#eWp9F8nteNU4Kpq43WZxMBvXAv4ocZIx { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:15.0625rem;left:33.4375rem;height:2.3369125rem;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; }
#V7IMtAEbW7GSpB5TH9Tp6H2l7adRcCGc { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:18.6875rem;left:33.4375rem;height:8.4375rem;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; }
#DTWuRTKwETdEkNouTSHiLceDxGSgUer9 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.4375rem;width:25.6875rem;top:14.375rem;left:4.625rem;overflow:hidden;display:block; }
#TnrKrfv2w3rcApqk2o4UiGTrKIhL9ltk { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15032;background-color:#fff3e0;background-image:none;top:17.9375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#zrUudwK1QkTuOruC7trUhcvN1ITFk6lO { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:30.3125rem;left:33.4375rem;display:block; }
#UNDRpnrJo0JCRKfigJciEpXUftBTHeCo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cElS57mndaxzGKMvkVf4ud8TMqzG0avi { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.0625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:37.6875rem;left:1.9375rem;display:block; }
#cVxUWlWIqL61KIJEPL3s8746BUElLTD5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H6wgXBiUzzLagzTBWu29BefGcoD7PpGl { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:30.75rem;left:27.09375rem; }
#H6wgXBiUzzLagzTBWu29BefGcoD7PpGl > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#TTwUOkwLRb3ISAhsokodlIhVsao5TrWT { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15116;background-color:#e3e3e3;background-image:none;top:44.3125rem;left:0rem;display:block; }
#D2r6fTT17hEQiwPsUIIDhTsQDec6qM8v { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.25rem;width:25.6875rem;top:47.5625rem;left:4.625rem;overflow:hidden;display:block; }
#EULevJhngsICd8yheIBqTnOzpuSVp15M { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15039;background-color:#fff3e0;background-image:none;top:51.125rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#DTmxahlOFtHvFMa21ZPtCpiJbJRvE51T { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:63.5rem;left:33.4375rem;display:block; }
#fHlHgf78od0eMNTWR8abAK2mxruf2pQK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UE40Bile2TPiqJRqkVrSDZsq7t2FmkoU { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:63.9375rem;left:27.125rem; }
#UE40Bile2TPiqJRqkVrSDZsq7t2FmkoU > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#MRyaibzn7uAUA7nfE9n2g92TS3K1bU1v { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:51.875rem;left:33.4375rem;height:8.4375rem;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; }
#fylMeL2hJd1QsTL1KxQqkHe4QimPsxHg { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:48.25rem;left:33.4375rem;height:;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; }
#uoPCNLGfgzEg4uHl3Fq9t1TJvE7Ou7Gu { position:relative;display:block; }#uoPCNLGfgzEg4uHl3Fq9t1TJvE7Ou7Gu { background-color: transparent; background-image: none; }#uoPCNLGfgzEg4uHl3Fq9t1TJvE7Ou7Gu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoPCNLGfgzEg4uHl3Fq9t1TJvE7Ou7Gu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoPCNLGfgzEg4uHl3Fq9t1TJvE7Ou7Gu > .row .container > .video-iframe-container { display: none; }#uoPCNLGfgzEg4uHl3Fq9t1TJvE7Ou7Gu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoPCNLGfgzEg4uHl3Fq9t1TJvE7Ou7Gu > .row > .video-iframe-container { display: none; }#uoPCNLGfgzEg4uHl3Fq9t1TJvE7Ou7Gu > .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); }#uoPCNLGfgzEg4uHl3Fq9t1TJvE7Ou7Gu { border-width: 0; border-radius: 0; }#uoPCNLGfgzEg4uHl3Fq9t1TJvE7Ou7Gu > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#uoPCNLGfgzEg4uHl3Fq9t1TJvE7Ou7Gu > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#X1A8lu1mJwTDaUIr2eQNnDTdMcTQmXkE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.75rem;left:28.875rem; }
#X1A8lu1mJwTDaUIr2eQNnDTdMcTQmXkE > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#PhamWDb3OyQ53lnDNwGgxab1T7ORa0ha { color:#ff9d00;display:block;width:6.5625rem;position:absolute;font-family:urbanist;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:26.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#xLO5gp1h2dXnPxRRvRV2gKu5MWGTgmoO { box-sizing:content-box;height:7.375rem;width:7.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#fff3e0;background-image:none;top:0rem;left:26.3125rem;display:block; }
#ZzzPudC64oA0wmOsyve2ck9tnyaMBz9T { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:14998;background-color:#ffce80;background-image:none;top:3.625rem;left:0rem;display:block; }
#PlG9rsLJ5IkuTFR8WoAfR7SlXeTqg1yx { position:relative;display:block; }#PlG9rsLJ5IkuTFR8WoAfR7SlXeTqg1yx { background-color: transparent; background-image: none; }#PlG9rsLJ5IkuTFR8WoAfR7SlXeTqg1yx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlG9rsLJ5IkuTFR8WoAfR7SlXeTqg1yx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlG9rsLJ5IkuTFR8WoAfR7SlXeTqg1yx > .row .container > .video-iframe-container { display: none; }#PlG9rsLJ5IkuTFR8WoAfR7SlXeTqg1yx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlG9rsLJ5IkuTFR8WoAfR7SlXeTqg1yx > .row > .video-iframe-container { display: none; }#PlG9rsLJ5IkuTFR8WoAfR7SlXeTqg1yx > .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); }#PlG9rsLJ5IkuTFR8WoAfR7SlXeTqg1yx { border-width: 0; border-radius: 0; }#PlG9rsLJ5IkuTFR8WoAfR7SlXeTqg1yx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PlG9rsLJ5IkuTFR8WoAfR7SlXeTqg1yx > .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:42.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DBm1iM1TBvrdMtchE1xL2eWgWlIPcDNs { color:#194d64;display:block;width:49.0625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.9375rem;left:1.9375rem;height:3.375rem;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; }
#eexD74mlcCsy3vdLN8aeQH8c0BIuwkW3 { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.75rem;left:1.9375rem;height:;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; }
#zycSJEv0We5ZBJIsJyuREaO295IpaHAS { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:15.0625rem;left:33.4375rem;height:;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; }
#acFIUqWLWo7GbWRSh73yiTG0Nm8zPt5s { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:18.6875rem;left:33.4375rem;height:8.4375rem;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; }
#fK6Uk7zsu7Vu9zE7CXOok5Fh2Jfvgk2a { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.4375rem;width:25.6875rem;top:14.375rem;left:4.625rem;overflow:hidden;display:block; }
#a2SFfu4pdqNqprKOm1iEFtZuPxelusiS { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15032;background-color:#fff3e0;background-image:none;top:17.9375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#xURTJghHZWNU2xGpnkbgPGp66P60yuRr { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:30.3125rem;left:33.4375rem;display:block; }
#KewrCNJLHhJThJCQcwF1ruy4rRFFtBgE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IzFkTdB3r4tSSsHp5ltv4uVJlzag2Ju4 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.0625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:37.6875rem;left:1.9375rem;display:block; }
#soOKXcDoQG7dh9imcdLkWCGOcfpDAVHs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZzRUgavg8alOOV9ukS3QqArN6rILH8dC { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:30.75rem;left:27.15625rem; }
#ZzRUgavg8alOOV9ukS3QqArN6rILH8dC > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#PrUcVhUqdAZbnA51raHho5CiwnJGJaTP { position:relative;display:block; }#PrUcVhUqdAZbnA51raHho5CiwnJGJaTP { background-color: transparent; background-image: none; }#PrUcVhUqdAZbnA51raHho5CiwnJGJaTP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrUcVhUqdAZbnA51raHho5CiwnJGJaTP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrUcVhUqdAZbnA51raHho5CiwnJGJaTP > .row .container > .video-iframe-container { display: none; }#PrUcVhUqdAZbnA51raHho5CiwnJGJaTP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrUcVhUqdAZbnA51raHho5CiwnJGJaTP > .row > .video-iframe-container { display: none; }#PrUcVhUqdAZbnA51raHho5CiwnJGJaTP > .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); }#PrUcVhUqdAZbnA51raHho5CiwnJGJaTP { border-width: 0; border-radius: 0; }#PrUcVhUqdAZbnA51raHho5CiwnJGJaTP > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#PrUcVhUqdAZbnA51raHho5CiwnJGJaTP > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#vroebJC82BBek9XFiTXCpkIPby86clX7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.75rem;left:28.875rem; }
#vroebJC82BBek9XFiTXCpkIPby86clX7 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#I4KLlxHnc9td2KEgfCREDuhQWvq9lDIS { color:#ff9d00;display:block;width:6.5625rem;position:absolute;font-family:urbanist;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:26.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#fqeqGcvFh3xMlDJTf4WC03Dhr7SLB7eo { box-sizing:content-box;height:7.375rem;width:7.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#fff3e0;background-image:none;top:0rem;left:26.3125rem;display:block; }
#WM9IcLTBcLCH6wMgMIiPwFEHsadiiQSU { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:14998;background-color:#ffce80;background-image:none;top:3.625rem;left:0rem;display:block; }
#FQnOWiGxlks8r2AFJx6JyLqEn0MnhXz4 { position:relative;display:block; }#FQnOWiGxlks8r2AFJx6JyLqEn0MnhXz4 { background-color: transparent; background-image: none; }#FQnOWiGxlks8r2AFJx6JyLqEn0MnhXz4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQnOWiGxlks8r2AFJx6JyLqEn0MnhXz4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQnOWiGxlks8r2AFJx6JyLqEn0MnhXz4 > .row .container > .video-iframe-container { display: none; }#FQnOWiGxlks8r2AFJx6JyLqEn0MnhXz4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FQnOWiGxlks8r2AFJx6JyLqEn0MnhXz4 > .row > .video-iframe-container { display: none; }#FQnOWiGxlks8r2AFJx6JyLqEn0MnhXz4 > .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); }#FQnOWiGxlks8r2AFJx6JyLqEn0MnhXz4 { border-width: 0; border-radius: 0; }#FQnOWiGxlks8r2AFJx6JyLqEn0MnhXz4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FQnOWiGxlks8r2AFJx6JyLqEn0MnhXz4 > .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:71.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#U4MZnaW6Rqzh6nbsA45hGT5sEzXeOu8m { color:#194d64;display:block;width:52.1875rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.9375rem;left:1.9375rem;height:5.0625rem;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; }
#xfCiw2xRsNRceTpUcPoDc1EK9sIN1RJB { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.75rem;left:1.9375rem;height:;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; }
#QQ0G8EiVO7up8gBUPqRJvtwrbR5WSCdl { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:15.0625rem;left:33.4375rem;height:;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; }
#OfRxbDnEWsQlwyVZX4G3I6EN5TGRZK5X { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:18.6875rem;left:33.4375rem;height:8.4375rem;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; }
#sqkD8M1RqQzxZvqlJwnTpyvp0p4ThHHO { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.4375rem;width:25.6875rem;top:14.375rem;left:4.625rem;overflow:hidden;display:block; }
#SWoPqLdcsoWqXHSxGpPZnlsOd3dbOkbz { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15032;background-color:#fff3e0;background-image:none;top:17.9375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ipsTtHVqr3McU8cI5ZTPQwCHsgMbA5V6 { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:30.3125rem;left:33.4375rem;display:block; }
#x7MhSNdICtiSTNqAhZ4Il61ylutsyUVv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uMMfCJBVE1cPVQQOvxISVFEPf4AblrPd { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.0625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:37.6875rem;left:1.9375rem;display:block; }
#LmJTuZu9GuGhgF5t952vTlrFazSk1BGo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sg7VygkUtfcXBkVJgt4unJ8890RNrPgu { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15038;background-color:#fff3e0;background-image:none;top:50.375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#EdxbcICvwLntuR7Jxf60wdeHllncEx4Q { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.4375rem;width:25.6875rem;top:46.8125rem;left:4.625rem;overflow:hidden;display:block; }
#Cf7RuGw544fUF3hpbFid3bLz2GIBB0OL { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:62.75rem;left:33.125rem;display:block; }
#oUC6BeD4oUeFeKacmfvMcGd4zrGNELL1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r04eCOnKfFnZce1hRi24OZhvHo3cB8uN { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:51.125rem;left:33.125rem;height:8.4375rem;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; }
#JZqbrITIWGFiAwShfKc53ZeeAxTS3bfc { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:47.5rem;left:33.125rem;height:;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; }
#LDV7iepTd7MCrq9Nirw52VQiJrozekL3 { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;top:43.4375rem;left:0rem;display:block; }
#oHJG6uZbTxx3Gd4eghT48EQfRFvxgaZA { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:28.5625rem;left:26.9375rem; }
#oHJG6uZbTxx3Gd4eghT48EQfRFvxgaZA > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#pKKIbt2dTSDR329qpmvykSwkVMCxJBM3 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:61.125rem;left:27.21875rem; }
#pKKIbt2dTSDR329qpmvykSwkVMCxJBM3 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#oQVQqvqbbmw1tiMAZQumBsiWcJd81dXS { position:relative;display:block; }#oQVQqvqbbmw1tiMAZQumBsiWcJd81dXS { background-color: transparent; background-image: none; }#oQVQqvqbbmw1tiMAZQumBsiWcJd81dXS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQVQqvqbbmw1tiMAZQumBsiWcJd81dXS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQVQqvqbbmw1tiMAZQumBsiWcJd81dXS > .row .container > .video-iframe-container { display: none; }#oQVQqvqbbmw1tiMAZQumBsiWcJd81dXS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQVQqvqbbmw1tiMAZQumBsiWcJd81dXS > .row > .video-iframe-container { display: none; }#oQVQqvqbbmw1tiMAZQumBsiWcJd81dXS > .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); }#oQVQqvqbbmw1tiMAZQumBsiWcJd81dXS { border-width: 0; border-radius: 0; }#oQVQqvqbbmw1tiMAZQumBsiWcJd81dXS > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#oQVQqvqbbmw1tiMAZQumBsiWcJd81dXS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#wX9SkxFmwBbelOm1QZ2rbJmD3DHFB7pk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.75rem;left:28.875rem; }
#wX9SkxFmwBbelOm1QZ2rbJmD3DHFB7pk > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#SsaX8br7QK72Vq6QMSp1G7MOPz5DH08a { color:#ff9d00;display:block;width:6.5625rem;position:absolute;font-family:urbanist;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:26.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ooLwaBLpZ2be4cnMUsD62pncsOeCGe22 { box-sizing:content-box;height:7.375rem;width:7.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#fff3e0;background-image:none;top:0rem;left:26.3125rem;display:block; }
#B9bukGZ7Tt6HFVntty1T84dbbK34XsvZ { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:14998;background-color:#ffce80;background-image:none;top:3.625rem;left:0rem;display:block; }
#aWnr4xTuiqxumtarLGprJCKtyz9sOCkn { position:relative;display:block; }#aWnr4xTuiqxumtarLGprJCKtyz9sOCkn { background-color: transparent; background-image: none; }#aWnr4xTuiqxumtarLGprJCKtyz9sOCkn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWnr4xTuiqxumtarLGprJCKtyz9sOCkn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWnr4xTuiqxumtarLGprJCKtyz9sOCkn > .row .container > .video-iframe-container { display: none; }#aWnr4xTuiqxumtarLGprJCKtyz9sOCkn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWnr4xTuiqxumtarLGprJCKtyz9sOCkn > .row > .video-iframe-container { display: none; }#aWnr4xTuiqxumtarLGprJCKtyz9sOCkn > .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); }#aWnr4xTuiqxumtarLGprJCKtyz9sOCkn { border-width: 0; border-radius: 0; }#aWnr4xTuiqxumtarLGprJCKtyz9sOCkn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aWnr4xTuiqxumtarLGprJCKtyz9sOCkn > .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:39.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ou1TD5LVSU1zNd4oXvFXcl1srar97HPT { color:#194d64;display:block;width:50.1875rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.9375rem;left:1.9375rem;height:5.0625rem;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; }
#I9hlAqQEs0wonbZA2OKmGfAQfkOyzqX7 { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.75rem;left:1.9375rem;height:;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; }
#idCJx5C52XmdGDLMPL6ztsGKH1m7wr6K { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:15.0625rem;left:33.4375rem;height:2.3374rem;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; }
#l8he1E4ZrnnPP6avGktUPcmhLUm01Nqu { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:18.6875rem;left:33.4375rem;height:8.4375rem;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; }
#hK5PC2XWO275iKxM7BpJnImm4y3u0MAS { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.4375rem;width:25.6875rem;top:13.8125rem;left:4.25rem;overflow:hidden;display:block; }
#fTaknI0lX2mO5Lho1rEdSH0h4JuTbdZv { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15032;background-color:#fff3e0;background-image:none;top:17.9375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#B2CUZosMd1zq6Iy9TAJ4VP1orsKhFbGg { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:30.3125rem;left:33.4375rem;display:block; }
#xKHFHBukPGahHybPCpIogpka61N2nchs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LrxsytQF2rwRdsUA8PWhA37czhVmXfSL { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:30.125rem;left:26.75rem; }
#LrxsytQF2rwRdsUA8PWhA37czhVmXfSL > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#OBy4s368kZbgbaJ8vhaFuTEcsHZ1ZeEt { position:relative;display:block; }#OBy4s368kZbgbaJ8vhaFuTEcsHZ1ZeEt { background-color: transparent; background-image: none; }#OBy4s368kZbgbaJ8vhaFuTEcsHZ1ZeEt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBy4s368kZbgbaJ8vhaFuTEcsHZ1ZeEt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBy4s368kZbgbaJ8vhaFuTEcsHZ1ZeEt > .row .container > .video-iframe-container { display: none; }#OBy4s368kZbgbaJ8vhaFuTEcsHZ1ZeEt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBy4s368kZbgbaJ8vhaFuTEcsHZ1ZeEt > .row > .video-iframe-container { display: none; }#OBy4s368kZbgbaJ8vhaFuTEcsHZ1ZeEt > .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); }#OBy4s368kZbgbaJ8vhaFuTEcsHZ1ZeEt { border-width: 0; border-radius: 0; }#OBy4s368kZbgbaJ8vhaFuTEcsHZ1ZeEt > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#OBy4s368kZbgbaJ8vhaFuTEcsHZ1ZeEt > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#TgzzkK6DJwVzA01StDlDUrJdrplop59u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.75rem;left:28.875rem; }
#TgzzkK6DJwVzA01StDlDUrJdrplop59u > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#rW4PrCNmp5pDetTvkNSsgRCiE8QQaBgp { color:#ff9d00;display:block;width:6.5625rem;position:absolute;font-family:urbanist;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:26.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#r2JANl5ybXK3CqXfiuibT2LXB9advO3d { box-sizing:content-box;height:7.375rem;width:7.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#fff3e0;background-image:none;top:0rem;left:26.3125rem;display:block; }
#AS08cItCw2hBxDuCCxiDGIhuxkJtndgq { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:14998;background-color:#ffce80;background-image:none;top:3.625rem;left:0rem;display:block; }
#BZcnRHnmAk29TCWDvWw6lrFZHWKUl0Mw { position:relative;display:block; }#BZcnRHnmAk29TCWDvWw6lrFZHWKUl0Mw { background-color: transparent; background-image: none; }#BZcnRHnmAk29TCWDvWw6lrFZHWKUl0Mw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZcnRHnmAk29TCWDvWw6lrFZHWKUl0Mw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZcnRHnmAk29TCWDvWw6lrFZHWKUl0Mw > .row .container > .video-iframe-container { display: none; }#BZcnRHnmAk29TCWDvWw6lrFZHWKUl0Mw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZcnRHnmAk29TCWDvWw6lrFZHWKUl0Mw > .row > .video-iframe-container { display: none; }#BZcnRHnmAk29TCWDvWw6lrFZHWKUl0Mw > .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); }#BZcnRHnmAk29TCWDvWw6lrFZHWKUl0Mw { border-width: 0; border-radius: 0; }#BZcnRHnmAk29TCWDvWw6lrFZHWKUl0Mw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BZcnRHnmAk29TCWDvWw6lrFZHWKUl0Mw > .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:39.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZyPnZKJ3rsTLnqWR09t8BIUQqUyPTMdg { color:#194d64;display:block;width:50.1875rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.9375rem;left:1.9375rem;height:3.375rem;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; }
#TGFvAAKNqSaW2OUD54mHrTa8gHTDp5Oh { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.75rem;left:1.9375rem;height:;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; }
#CLrroltT7lqzn27ySFJHxeuHg4C4DoMX { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:15.0625rem;left:33.4375rem;height:;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; }
#k72V2PDkoOog7WJRDLpx1b8OMcFd79hw { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:18.6875rem;left:33.4375rem;height:8.4375rem;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; }
#i4a97v4Gv4iPGyTF4a01nDaL6aKb2akH { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.4375rem;width:25.6875rem;top:14.375rem;left:4.625rem;overflow:hidden;display:block; }
#XioKJwyGc941c4qlvgmHaCwCTHDrOOfs { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15032;background-color:#fff3e0;background-image:none;top:17.9375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#dTQtxO6t4d9IIMkfHqPs9DMMacNs0P1D { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:30.3125rem;left:33.4375rem;display:block; }
#sFaRPJ2miVTmEH94oA4o6vERLeNulWH7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r0SbGuSqF17kTzSultlHD8TmTlf23WXa { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:30.75rem;left:27.21875rem; }
#r0SbGuSqF17kTzSultlHD8TmTlf23WXa > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#TaR5fzsDwRt7RqciiUZu724ZNq34GTa0 { position:relative;display:block; }#TaR5fzsDwRt7RqciiUZu724ZNq34GTa0 { background-color: transparent; background-image: none; }#TaR5fzsDwRt7RqciiUZu724ZNq34GTa0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaR5fzsDwRt7RqciiUZu724ZNq34GTa0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaR5fzsDwRt7RqciiUZu724ZNq34GTa0 > .row .container > .video-iframe-container { display: none; }#TaR5fzsDwRt7RqciiUZu724ZNq34GTa0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaR5fzsDwRt7RqciiUZu724ZNq34GTa0 > .row > .video-iframe-container { display: none; }#TaR5fzsDwRt7RqciiUZu724ZNq34GTa0 > .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); }#TaR5fzsDwRt7RqciiUZu724ZNq34GTa0 { border-width: 0; border-radius: 0; }#TaR5fzsDwRt7RqciiUZu724ZNq34GTa0 > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#TaR5fzsDwRt7RqciiUZu724ZNq34GTa0 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#sZ0FWkycGZxC8OnWOJ2RvmcxRJPt5R14 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.75rem;left:28.875rem; }
#sZ0FWkycGZxC8OnWOJ2RvmcxRJPt5R14 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#tTeF6V3fNbeEUR6guluwEVbz2Nl46fqH { color:#ff9d00;display:block;width:6.5625rem;position:absolute;font-family:urbanist;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:26.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#CMgtRtolCHzk9CrwWas75Bm4DmE5eSVJ { box-sizing:content-box;height:7.375rem;width:7.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#fff3e0;background-image:none;top:0rem;left:26.3125rem;display:block; }
#gfByIo6ZV3qLkbogXzzCW4Tp6Pz2b26k { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:14998;background-color:#ffce80;background-image:none;top:3.625rem;left:0rem;display:block; }
#OGkCTaavUN3NKx2F9pLMRFyv8V8814Gn { position:relative;display:block; }#OGkCTaavUN3NKx2F9pLMRFyv8V8814Gn { background-color: transparent; background-image: none; }#OGkCTaavUN3NKx2F9pLMRFyv8V8814Gn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGkCTaavUN3NKx2F9pLMRFyv8V8814Gn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGkCTaavUN3NKx2F9pLMRFyv8V8814Gn > .row .container > .video-iframe-container { display: none; }#OGkCTaavUN3NKx2F9pLMRFyv8V8814Gn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGkCTaavUN3NKx2F9pLMRFyv8V8814Gn > .row > .video-iframe-container { display: none; }#OGkCTaavUN3NKx2F9pLMRFyv8V8814Gn > .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); }#OGkCTaavUN3NKx2F9pLMRFyv8V8814Gn { border-width: 0; border-radius: 0; }#OGkCTaavUN3NKx2F9pLMRFyv8V8814Gn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OGkCTaavUN3NKx2F9pLMRFyv8V8814Gn > .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:36.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#N6dIUQw79MTyfMKvQV7XVOzXaKTT5TTI { color:#194d64;display:block;width:56.75rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.9375rem;left:1.9375rem;height:3.375rem;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; }
#OHReRgl3VnR2p9cDGPVkC88MfSqKrt6o { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.75rem;left:1.9375rem;height:2.75rem;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; }
#OAUCCaGbFfPdgrOySTEEpM2eIrwfeLPZ { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:15.0625rem;left:33.4375rem;height:2.3374rem;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; }
#zTWcS6gFhsII2l8ynIEgqauebpfTIBmN { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:18.6875rem;left:33.4375rem;height:8.4375rem;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; }
#vVvvlqEX80B4ZNJSukCcyCeK3TgsgN12 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.8125rem;width:18.8125rem;top:12.625rem;left:4.625rem;overflow:hidden;display:block; }
#XRNsPxfQTqdBgpO3nhPcnrHRTQSq7cCk { box-sizing:content-box;height:16.375rem;width:24.25rem;position:absolute;display:block;z-index:15032;background-color:#fff3e0;background-image:none;top:17.9375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Tr5WO4BzdycOodgQEzLZ3nOmFUgAdE2E { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:30.3125rem;left:33.4375rem;display:block; }
#O4Nf95NA55GStOwlMaZxp75h5Nw5Xk1K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VqZGqFrRT8ycXO8ECCE7RzDbrrdPAlha { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15104;opacity:1;top:28.25rem;left:20.15625rem; }
#VqZGqFrRT8ycXO8ECCE7RzDbrrdPAlha > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#zmxcISvSduv7ff9nTe6GbViKHD5kReUy { position:relative;display:block; }#zmxcISvSduv7ff9nTe6GbViKHD5kReUy { background-color: transparent; background-image: none; }#zmxcISvSduv7ff9nTe6GbViKHD5kReUy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmxcISvSduv7ff9nTe6GbViKHD5kReUy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmxcISvSduv7ff9nTe6GbViKHD5kReUy > .row .container > .video-iframe-container { display: none; }#zmxcISvSduv7ff9nTe6GbViKHD5kReUy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmxcISvSduv7ff9nTe6GbViKHD5kReUy > .row > .video-iframe-container { display: none; }#zmxcISvSduv7ff9nTe6GbViKHD5kReUy > .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); }#zmxcISvSduv7ff9nTe6GbViKHD5kReUy { border-width: 0; border-radius: 0; }#zmxcISvSduv7ff9nTe6GbViKHD5kReUy > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#zmxcISvSduv7ff9nTe6GbViKHD5kReUy > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#m7CvWrvOBgbxS67hdipMqJJtd78r5kly { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.75rem;left:28.875rem; }
#m7CvWrvOBgbxS67hdipMqJJtd78r5kly > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#EPCPaowGJ3JRuXrqvB1L535qys3VrzPZ { color:#ff9d00;display:block;width:6.5625rem;position:absolute;font-family:urbanist;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:26.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#EyWN9SWnH2vzeoN5b5zzvGi8lJH0xZo5 { box-sizing:content-box;height:7.375rem;width:7.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#fff3e0;background-image:none;top:0rem;left:26.3125rem;display:block; }
#EbWMgFx7rQe5VkaNikQ9VarM4noAkUKU { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:14998;background-color:#ffce80;background-image:none;top:3.625rem;left:0rem;display:block; }
#yA27ADA8LbKo18MHEgv1tXko9q07oFkE { position:relative;display:block; }#yA27ADA8LbKo18MHEgv1tXko9q07oFkE { background-color: transparent; background-image: none; }#yA27ADA8LbKo18MHEgv1tXko9q07oFkE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA27ADA8LbKo18MHEgv1tXko9q07oFkE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA27ADA8LbKo18MHEgv1tXko9q07oFkE > .row .container > .video-iframe-container { display: none; }#yA27ADA8LbKo18MHEgv1tXko9q07oFkE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA27ADA8LbKo18MHEgv1tXko9q07oFkE > .row > .video-iframe-container { display: none; }#yA27ADA8LbKo18MHEgv1tXko9q07oFkE > .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); }#yA27ADA8LbKo18MHEgv1tXko9q07oFkE { border-width: 0; border-radius: 0; }#yA27ADA8LbKo18MHEgv1tXko9q07oFkE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yA27ADA8LbKo18MHEgv1tXko9q07oFkE > .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:116.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tXN63FEXiXSofepNTcloLVG5qK8NUTdV { color:#194d64;display:block;width:54.3125rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.9375rem;left:1.9375rem;height:5.0625rem;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; }
#xrekRckR5y5laxGQNNKNgA2KRmKPAQ0l { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.75rem;left:1.9375rem;height:;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; }
#Rz5xtxnpLkA6wwT20tu5SemI5gKr0n9k { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:15.0625rem;left:33.4375rem;height:;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; }
#WVJ43LQTsvXK0rN0yOxIC2EgtDNCdPh0 { color:#194d64;display:block;width:23.625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:18.6875rem;left:33.4375rem;height:3.375rem;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; }
#s8UOwbcyEmUk7gkDhaFL4hQ67PB6Cq1R { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.25rem;width:25.6875rem;top:14.375rem;left:4.625rem;overflow:hidden;display:block; }
#MonI0C2SRLesvloIcp0D2kpZ14V7D3No { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15032;background-color:#fff3e0;background-image:none;top:17.9375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#nBxT48P7EVCDAGz324VSbJOEp73FcbNB { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:23.75rem;left:33.125rem;display:block; }
#Q88ynEaVqrta4hwP3PKbk8TWQ30hHUa2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aqq3y4nPHc6U4Wqe3W2V2tOT0Tc16qcG { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15038;background-color:#fff3e0;background-image:none;top:52.0625rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#oklRBOhtK1KDTWhTSUJATUAuWTV1qr0M { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21.125rem;width:15.8125rem;top:45.625rem;left:6.375rem;overflow:hidden;display:block; }
#LgONES4axtTvccGQZBHhAVmuFkFhbwPQ { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:58rem;left:33.125rem;display:block; }
#JH0DK1gB52X5fefwGkJnHg2RyeClwHDG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yDKKPaAatbvpwTTFZszVTfn9S1AdtgvA { color:#194d64;display:block;width:24rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:51.125rem;left:33.125rem;height:5.0625rem;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; }
#Vo8qR0NlxkJMNDaflk2bQrbhfxDRR7LN { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:47.5rem;left:33.125rem;height:2.3369125rem;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; }
#vOnz8lyi83NAtBgKMXkT6IsEKmrGE016 { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;top:43.4375rem;left:0rem;display:block; }
#b0BQQvsgdvvVL328WZHpVQQeu58tCobr { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:30.6875rem;left:27.09375rem; }
#b0BQQvsgdvvVL328WZHpVQQeu58tCobr > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#Gy7PGNPXMe1EnunFiRtENotZ21SUhe2s { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:63.75rem;left:19.09375rem; }
#Gy7PGNPXMe1EnunFiRtENotZ21SUhe2s > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#Ob7prbBqyDbB7pm5GwV9LOrTNTOX1V6B { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15045;background-color:#fff3e0;background-image:none;top:89.96875rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#RvV9RZyuwReyWAaKxqdafrFvcZ3E7ZL6 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:25.875rem;width:19.3125rem;top:80.0625rem;left:4.40625rem;overflow:hidden;display:block; }
#TTrFon6DOe5BuTPw9SIRMEC19FCrEqGM { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:92.375rem;left:33.125rem;display:block; }
#TRiIi9WwT8V5yraI7MRa9dbr43b8swue { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u0RUw4vdmlknsHWkTGdptZBKwvwzFo3N { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15113;opacity:1;top:102.75rem;left:20.0625rem; }
#u0RUw4vdmlknsHWkTGdptZBKwvwzFo3N > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#xWWORwxLHw5t8OJrVTRCG0cC4kkd2QDC { color:#194d64;display:block;width:24rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:85.5rem;left:33.125rem;height:5.0625rem;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; }
#vsxCmAbD3QUKCf8ehnImEy20mk8xA2cF { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:81.875rem;left:33.125rem;height:;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; }
#e8RZkOVsE6JB6CVeM8GTofHXoOdlGk9e { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15048;background-color:#e3e3e3;background-image:none;top:77.8125rem;left:0rem;display:block; }
#SZyQWNCDbhcfOewHHD6gUqMkB6tXMF9M { position:relative;display:block; }#SZyQWNCDbhcfOewHHD6gUqMkB6tXMF9M { background-color: transparent; background-image: none; }#SZyQWNCDbhcfOewHHD6gUqMkB6tXMF9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZyQWNCDbhcfOewHHD6gUqMkB6tXMF9M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZyQWNCDbhcfOewHHD6gUqMkB6tXMF9M > .row .container > .video-iframe-container { display: none; }#SZyQWNCDbhcfOewHHD6gUqMkB6tXMF9M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZyQWNCDbhcfOewHHD6gUqMkB6tXMF9M > .row > .video-iframe-container { display: none; }#SZyQWNCDbhcfOewHHD6gUqMkB6tXMF9M > .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); }#SZyQWNCDbhcfOewHHD6gUqMkB6tXMF9M { border-width: 0; border-radius: 0; }#SZyQWNCDbhcfOewHHD6gUqMkB6tXMF9M > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#SZyQWNCDbhcfOewHHD6gUqMkB6tXMF9M > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#eGQG3fhE7VaFfIZan16p6HXVJMw96CdM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.75rem;left:28.875rem; }
#eGQG3fhE7VaFfIZan16p6HXVJMw96CdM > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#rK4c98O9Fheh0Rqg1gSbJdM4EteTPDFZ { color:#ff9d00;display:block;width:6.5625rem;position:absolute;font-family:urbanist;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:26.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Pe1VyCZuTKfI8qalyHDCtwufB1aWePh9 { box-sizing:content-box;height:7.375rem;width:7.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#fff3e0;background-image:none;top:0rem;left:26.3125rem;display:block; }
#TndLABQ819b4qk5bX2JsqRTymO6zF4N6 { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:14998;background-color:#ffce80;background-image:none;top:3.625rem;left:0rem;display:block; }
#OnfM0dKtx6vwhnF01If6O7SoJHbnaS4T { position:relative;display:block; }#OnfM0dKtx6vwhnF01If6O7SoJHbnaS4T { background-color: transparent; background-image: none; }#OnfM0dKtx6vwhnF01If6O7SoJHbnaS4T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnfM0dKtx6vwhnF01If6O7SoJHbnaS4T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnfM0dKtx6vwhnF01If6O7SoJHbnaS4T > .row .container > .video-iframe-container { display: none; }#OnfM0dKtx6vwhnF01If6O7SoJHbnaS4T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnfM0dKtx6vwhnF01If6O7SoJHbnaS4T > .row > .video-iframe-container { display: none; }#OnfM0dKtx6vwhnF01If6O7SoJHbnaS4T > .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); }#OnfM0dKtx6vwhnF01If6O7SoJHbnaS4T { border-width: 0; border-radius: 0; }#OnfM0dKtx6vwhnF01If6O7SoJHbnaS4T > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OnfM0dKtx6vwhnF01If6O7SoJHbnaS4T > .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:230.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#usS7hCo0Mc0C2IJ9U9mbNEm1T3oNKZXn { color:#194d64;display:block;width:50.1875rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.9375rem;left:1.9375rem;height:5.0625rem;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; }
#Vf3V7zkXHHI6nPl7EX8uOeTGqETkt7gJ { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.75rem;left:1.9375rem;height:;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; }
#GEZZL97WyWWDDBJNNhwaAErChd6DR7NX { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:15.0625rem;left:33.4375rem;height:;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; }
#I8imbVv1RgmZAuBG1d4eTK1hXseOGTT6 { color:#194d64;display:block;width:24.8125rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:18.9375rem;left:33.4375rem;height:11.8125rem;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; }
#o0IfU0ggbJtLaRGntTJG2WLxiswXTTyx { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.6875rem;width:25.6875rem;top:14.375rem;left:4.625rem;overflow:hidden;display:block; }
#ozhNkeRkNDyr2GapUalxW9sPT5UNTXRC { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15032;background-color:#fff3e0;background-image:none;top:17.9375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ZS0OIUcs7XdO9r9NIxwBvTtEUnypuLB1 { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:32.5rem;left:33.4375rem;display:block; }
#gAQVUuIV9d2PIcHcGbtToV03aMX1twga { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zsamibG7CKvxNm74v8wCont1EJfq625T { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15038;background-color:#fff3e0;background-image:none;top:50.375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#e4bTRquI8aPeS3LNgU8pfyVFINPcl6UX { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.875rem;width:25.6875rem;top:46.8125rem;left:4.625rem;overflow:hidden;display:block; }
#wdZtvIZFVMKKaKGGTBZBW5thT7xd9tQF { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:64.5rem;left:33.4375rem;display:block; }
#sIg8ikQlKHNAK0J48Hi0eBnvpSmiFRqL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fHaRQDTciJVlZAS2pzvoFIAH9CvKALTw { color:#194d64;display:block;width:25.1875rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:51.125rem;left:33.125rem;height:11.8125rem;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; }
#FFFauauIZAdh1quOSVVdBXJ8AoUIR2aR { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:47.5rem;left:33.125rem;height:;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; }
#wIFQTozLPPS0HTM9198nE3gSP0Kib31V { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;top:43.4375rem;left:0rem;display:block; }
#WxItaddaxQDIu6ZPdsUvgP3KszxT9cc7 { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15045;background-color:#fff3e0;background-image:none;top:83.4375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#V4HUXIaAEgSLCSs0PENkxKy0fIJCSHuI { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19rem;width:25.6875rem;top:79.875rem;left:4.625rem;overflow:hidden;display:block; }
#UTuTG59mqLTZtqFg299D0mF2P1TzABwB { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:97.6875rem;left:33.125rem;display:block; }
#XM62zwNXyv52mI7ldrJgAhHatydewx7c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Shv1dfDvRZDC0qs566g8Gn7gc89rAPAk { color:#194d64;display:block;width:25.5rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:84.1875rem;left:33.125rem;height:11.8125rem;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; }
#mO8i245RomzQoTQiiA0VTF0ZpFM6tuMv { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:80.5625rem;left:33.125rem;height:;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; }
#tEWTM1SqpPLFoOOJdzUpQwBkUkl5LHwX { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15048;background-color:#e3e3e3;background-image:none;top:76.5rem;left:0rem;display:block; }
#meITqtGV28TnSmeO7mRqBbONIIBsUDOC { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15052;background-color:#fff3e0;background-image:none;top:116rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#RLxIrrwBiOcksNrgRz9CUSPTD9Xd5C2L { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.875rem;width:25.6875rem;top:112.4375rem;left:4.625rem;overflow:hidden;display:block; }
#XtxSXaeCrgyRgqEIDFMTm3iQWh7DK5BQ { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:130.25rem;left:33.125rem;display:block; }
#P1gDANmvUQZthWGoeeUOod33lT3Wt34K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aR8i7EIMLE4wtNrK1xV4QUA8CUcRO4oK { color:#194d64;display:block;width:25.0625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:116.75rem;left:33.125rem;height:11.8125rem;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; }
#thwu5TZcroKmap6XMi5nHpqb4H7gfK2c { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:113.125rem;left:33.125rem;height:;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; }
#Q9u0fTIFoyIumm8tyUqeZvLb2r7tvapT { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:none;top:109.0625rem;left:0rem;display:block; }
#f8N6hntae9rq57NbDG9ves8skH5cSBWu { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15059;background-color:#fff3e0;background-image:none;top:148.0625rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#lQkkUwTHoIdZPhtVtu41Vk525kZoNHeB { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.9375rem;width:25.6875rem;top:144.5rem;left:4.625rem;overflow:hidden;display:block; }
#sU154d6UpeniNTIllTvVtV3uvRWdX8x9 { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:162.5625rem;left:33.0625rem;display:block; }
#RBDQhHGnF7JUgZPqOSRA3REVweQtC08y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pTag4qUbhx8XSKl3Sa6g49ygPLhpglXL { color:#194d64;display:block;width:25.125rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:149.0625rem;left:33.0625rem;height:11.8125rem;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; }
#tvuNDNJzosqcBv9OVCRw8iDgUfvn0QCG { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:145.1875rem;left:33.125rem;height:;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; }
#nS7QKsMCvdPWnoCRmWeCz0k2kPKeofQA { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15062;background-color:#e3e3e3;background-image:none;top:141.125rem;left:0rem;display:block; }
#FZIIEwD7Zt0G7LOiP2OEtXvsXsUBc2pp { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15066;background-color:#fff3e0;background-image:none;top:180.375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#lLxG20ew1QbQdLMb7szEV6iFepAsL6NL { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:193rem;left:33.0625rem;display:block; }
#wK2uuHEDG3Werd3Fhp7zDbJWUTsDvDA7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PvyFFmxhka35exrRKTRfKkxGohbTmKvl { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.1875rem;width:25.5625rem;top:176.8125rem;left:4.625rem;overflow:hidden;display:block; }
#NsoUsS3Dolac7l6QzPvThX2dQqLoPzWA { color:#194d64;display:block;width:23.8125rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:181.375rem;left:33.0625rem;height:8.4375rem;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; }
#lOOzPGa85h1xTTVKAuIqdcqRW8feuVfL { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:177.5rem;left:33.125rem;height:2.3374rem;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; }
#mcJUkLa76zIiMr3NTJ9Ks3QdJLhLkDN9 { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15069;background-color:#e3e3e3;background-image:none;top:173.4375rem;left:0rem;display:block; }
#M1t1S7WgHdhTODZ3EQ4piIklTt3I87aR { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:222rem;left:33.0625rem;display:block; }
#zkuzbZZhRxJtlqsDVH7sJvKkHT8wUf78 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IhcXLgaECzXuNMpr5LWTlDiiPC2kZRpm { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.5625rem;width:25.6875rem;top:206.5625rem;left:4.75rem;overflow:hidden;display:block; }
#F3eMxdqyxD9g36tEx5NXr5rtvkHvDlk0 { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15072;background-color:#fff3e0;background-image:none;top:209.375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#SVoypCi2kT3kQMghm1BBiMGXUndxEbfu { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:210.375rem;left:33.0625rem;height:8.4375rem;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; }
#EB64nlZEzUTL7BDQsNW3vohPxTkvu2SK { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15047;line-height:1.1;letter-spacing:0;top:206.5rem;left:33.125rem;height:;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; }
#JqJPRPlint5nHCugBTH4QiJLELx0VZSD { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15075;background-color:#e3e3e3;background-image:none;top:202.4375rem;left:0rem;display:block; }
#DEBR5rQpvXlkgVN9MegIrrWHZJccyzaz { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15107;opacity:1;top:29.9375rem;left:27.15625rem; }
#DEBR5rQpvXlkgVN9MegIrrWHZJccyzaz > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#y9dPyp1H4Lq73U4v6hX8M8JFsXEU41OZ { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:62.6875rem;left:27.40625rem; }
#y9dPyp1H4Lq73U4v6hX8M8JFsXEU41OZ > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#TzF4Xdv6ZO8xfJINBcMnZ5VGFTVHuTMy { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15109;opacity:1;top:95.625rem;left:27.21875rem; }
#TzF4Xdv6ZO8xfJINBcMnZ5VGFTVHuTMy > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#ggwf5bmTqdxrWHvM0VfedKdJhAy6hWT8 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:128.125rem;left:27.15625rem; }
#ggwf5bmTqdxrWHvM0VfedKdJhAy6hWT8 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#VbvneqfckwGtkAFHkBDguNF4vJPtoeKV { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:160.375rem;left:27.15625rem; }
#VbvneqfckwGtkAFHkBDguNF4vJPtoeKV > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#sKsbGDo9DC9zoyA9U51TRzauUpNgMclN { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:193rem;left:27.15625rem; }
#sKsbGDo9DC9zoyA9U51TRzauUpNgMclN > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#HsI7nmk4DMEvVQe9ceFeeBpKs9xcB6vT { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15113;opacity:1;top:222rem;left:27.15625rem; }
#HsI7nmk4DMEvVQe9ceFeeBpKs9xcB6vT > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#zD4wu8VGkJ9WTQnPR8hSFDkJoRQ8TRTH { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.0625rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:135.4375rem;left:1.9375rem;display:block; }
#t0oubcu88Sv8m7Zydxkie10pRyZLpzVD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TSgqCf8WysKKJel337zDWiuQaATnFmdT { position:relative;display:block; }#TSgqCf8WysKKJel337zDWiuQaATnFmdT { background-color: transparent; background-image: none; }#TSgqCf8WysKKJel337zDWiuQaATnFmdT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSgqCf8WysKKJel337zDWiuQaATnFmdT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSgqCf8WysKKJel337zDWiuQaATnFmdT > .row .container > .video-iframe-container { display: none; }#TSgqCf8WysKKJel337zDWiuQaATnFmdT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSgqCf8WysKKJel337zDWiuQaATnFmdT > .row > .video-iframe-container { display: none; }#TSgqCf8WysKKJel337zDWiuQaATnFmdT > .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); }#TSgqCf8WysKKJel337zDWiuQaATnFmdT { border-width: 0; border-radius: 0; }#TSgqCf8WysKKJel337zDWiuQaATnFmdT > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#TSgqCf8WysKKJel337zDWiuQaATnFmdT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#Nl0fIcVpK4Z97my4cSzuKN70JQhLe39o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.75rem;left:28.875rem; }
#Nl0fIcVpK4Z97my4cSzuKN70JQhLe39o > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#FwGh39dFJeAWK5HT4bLPPOUIGZnBamT0 { color:#ff9d00;display:block;width:6.5625rem;position:absolute;font-family:urbanist;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:26.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#u9IxwUc1NIH7XvhNAb00NQfioT3TL4Qf { box-sizing:content-box;height:7.375rem;width:7.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#fff3e0;background-image:none;top:0rem;left:26.3125rem;display:block; }
#JvPfiPmx6sEGMaTVvP3SFVOb7krPHMxD { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:14998;background-color:#ffce80;background-image:none;top:3.625rem;left:0rem;display:block; }
#r4kSNJnJ2T5NSr78Tx5ftyUlWZTdOdD0 { position:relative;display:block; }#r4kSNJnJ2T5NSr78Tx5ftyUlWZTdOdD0 { background-color: transparent; background-image: none; }#r4kSNJnJ2T5NSr78Tx5ftyUlWZTdOdD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4kSNJnJ2T5NSr78Tx5ftyUlWZTdOdD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4kSNJnJ2T5NSr78Tx5ftyUlWZTdOdD0 > .row .container > .video-iframe-container { display: none; }#r4kSNJnJ2T5NSr78Tx5ftyUlWZTdOdD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r4kSNJnJ2T5NSr78Tx5ftyUlWZTdOdD0 > .row > .video-iframe-container { display: none; }#r4kSNJnJ2T5NSr78Tx5ftyUlWZTdOdD0 > .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); }#r4kSNJnJ2T5NSr78Tx5ftyUlWZTdOdD0 { border-width: 0; border-radius: 0; }#r4kSNJnJ2T5NSr78Tx5ftyUlWZTdOdD0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#r4kSNJnJ2T5NSr78Tx5ftyUlWZTdOdD0 > .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:178.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WdqSk4AVC9XM3sdx1IuTTRzGraBV1gWI { color:#194d64;display:block;width:50.1875rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.9375rem;left:1.9375rem;height:3.375rem;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; }
#sAzwrM5FttqCbIEE5hTmZt8yR8oak8fC { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.75rem;left:1.9375rem;height:;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; }
#BasX8AqVEkGC71bGP6BRX3Me2CiDmbLX { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:16.625rem;left:33.4375rem;height:;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; }
#icALAFRfLxffKEGguxPwPdstapLl6ihI { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:20.8125rem;left:33.4375rem;height:8.4375rem;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; }
#mcQq42NSMN17wpCBxxF7TQ5aWOWA4ntd { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:27.75rem;width:14.8125rem;top:11.1875rem;left:6.875rem;overflow:hidden;display:block; }
#DOTmsJa81QDlVACeKfg0oZxnP0lzfqL5 { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15032;background-color:#fff3e0;background-image:none;top:15.8125rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#QXefQG29sCPweId4fIvmsg4DuynOFmq3 { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:32.4375rem;left:33.4375rem;display:block; }
#DMz9eaVEdLnDRdJp0lXTni2kkWrPrR17 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qmS9I0593zu1fD5wvB5JU6ddJidJQCwg { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15038;background-color:#fff3e0;background-image:none;top:50.375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#LtOJqAqEORTFR0qZSaMrq48caTGPCHpd { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:29.75rem;width:17.25rem;top:44.75rem;left:5.65625rem;overflow:hidden;display:block; }
#mxWdzSivem7SgdmC13ZKJtvd7iPVTW1o { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:62rem;left:33.4375rem;display:block; }
#omRNvJVaBg90bkWzHfOlas6I8sNdpyqB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bXQo38SZqglW1631qgaztXkhrvFR2Xpc { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:51.125rem;left:33.125rem;height:8.4375rem;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; }
#w5Sqq8u9rNTCKxZ8KuHv92q9TZOJxyiS { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:47.5rem;left:33.125rem;height:;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; }
#t2LAcIe4qwkIJ7nrRewzPRwhHJcZ835X { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;top:41.5625rem;left:0rem;display:block; }
#PTketK1SkN8ZTNd7l8615AxgZCT9crE3 { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15045;background-color:#fff3e0;background-image:none;top:83.4375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#eF2fE0eBS6pBZ3GJWvgRsLgiagXW7LqW { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:28.625rem;width:14.375rem;top:78.375rem;left:6.90625rem;overflow:hidden;display:block; }
#wR8hVRRwHdbcKAcGcERd6QxOFXE83NtW { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:95.8125rem;left:33.125rem;display:block; }
#hRAISzK3JdbreAObnEMLsXC1sGwwBZAN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dHKE24TacvFFkm4t5Tyoxr80WnPs1RR9 { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:84.1875rem;left:33.125rem;height:8.4375rem;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; }
#J0gVJL8DItqKVBCk1IxRb2uoAhWL3li5 { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:80.5625rem;left:33.125rem;height:;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; }
#cGkJUwHnO3yvzhzMTdLHcxVAQAusBwTz { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15048;background-color:#e3e3e3;background-image:none;top:76.5rem;left:0rem;display:block; }
#RRXBpMfoVIK6Rz7iiCcWk2FBh6EmKJfi { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15052;background-color:#fff3e0;background-image:none;top:118.5rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#HsfrtPEMdkAxN2FsGVv708S9CyoHAymv { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:28.6875rem;width:14.375rem;top:112.375rem;left:7.09375rem;overflow:hidden;display:block; }
#zu7U17L2TvveB8W8bm7vJmJVLJuXUhrr { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:130.875rem;left:33.125rem;display:block; }
#Arl3vyoPhOyPhp3sctsiruLtMrQiIimz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TyssX6whRU7M995gLmKtqKp7W7Z6fgAN { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:119.25rem;left:33.125rem;height:8.4375rem;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; }
#ky1xn2dPNOtZG3I6IIIA9El1bwo2KiDg { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:115.625rem;left:33.125rem;height:;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; }
#QZJ458N3l1lu0qy3cVR5FLPpLopRh3JW { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:none;top:109.6875rem;left:0rem;display:block; }
#RCCrvLU7WUHKWhZIQbW4HXhCL7sX7TIk { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:28.5625rem;width:14.8125rem;top:148.34375rem;left:6.875rem;overflow:hidden;display:block; }
#aV9RewKraStBMD3E9R1AdCJ3oym57W6a { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15058;background-color:#fff3e0;background-image:none;top:153.375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#boTZMCLnkkQdeaysR3x36cXPG1Ctpb3r { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:165.75rem;left:33.125rem;display:block; }
#JKH7tktJsSKurO3FqEdJtdwETsVwS1zP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LMFT4yil9727DO00M4wCzevP3bp6K4Ka { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:154.125rem;left:33.125rem;height:8.4375rem;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; }
#MqzdwNU1c05sBShUfqI55b8sa11G5fev { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15033;line-height:1.1;letter-spacing:0;top:150.5rem;left:33.125rem;height:;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; }
#s3ONLBAdmpf3qk7QyMA1HVsTHZzcCQGT { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15061;background-color:#e3e3e3;background-image:none;top:144.5625rem;left:0rem;display:block; }
#SAwfo2PmFcAyNsOCqC6DU8mMoCLerOT0 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:35.9375rem;left:18.71875rem; }
#SAwfo2PmFcAyNsOCqC6DU8mMoCLerOT0 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#Mnd688VGeznErcZ4ntPl1StPcs3k48Gg { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15115;opacity:1;top:71.4375rem;left:19.75rem; }
#Mnd688VGeznErcZ4ntPl1StPcs3k48Gg > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#VmxnGSEq55Nx5So9dEVvP1ayFxadsq0N { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;opacity:1;top:104.0625rem;left:18.15625rem; }
#VmxnGSEq55Nx5So9dEVvP1ayFxadsq0N > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#R8A8k6OJAT100h6NOyHie5xSNPUB33kc { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15117;opacity:1;top:137.9375rem;left:18.53125rem; }
#R8A8k6OJAT100h6NOyHie5xSNPUB33kc > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#Sxaxd2NcpBiZXb4ZOnQZ1S1JIBAthTBH { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15118;opacity:1;top:174rem;left:18.71875rem; }
#Sxaxd2NcpBiZXb4ZOnQZ1S1JIBAthTBH > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#XJJJb952FH0oq2EwbC15ao260kDbBfwc { position:relative;display:block; }#XJJJb952FH0oq2EwbC15ao260kDbBfwc { background-color: transparent; background-image: none; }#XJJJb952FH0oq2EwbC15ao260kDbBfwc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJJJb952FH0oq2EwbC15ao260kDbBfwc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJJJb952FH0oq2EwbC15ao260kDbBfwc > .row .container > .video-iframe-container { display: none; }#XJJJb952FH0oq2EwbC15ao260kDbBfwc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJJJb952FH0oq2EwbC15ao260kDbBfwc > .row > .video-iframe-container { display: none; }#XJJJb952FH0oq2EwbC15ao260kDbBfwc > .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); }#XJJJb952FH0oq2EwbC15ao260kDbBfwc { border-width: 0; border-radius: 0; }#XJJJb952FH0oq2EwbC15ao260kDbBfwc > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#XJJJb952FH0oq2EwbC15ao260kDbBfwc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#sr0fz8LzCggTzK0QvQrKGaoisQ9A5oo0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.75rem;left:28.875rem; }
#sr0fz8LzCggTzK0QvQrKGaoisQ9A5oo0 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#ARiXMiXCuGd0dachHFmVi8Td41Spd6cZ { color:#ff9d00;display:block;width:6.5625rem;position:absolute;font-family:urbanist;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:26.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#FKMl3Eaz7oUNkQiCCKPiWJkAakZ2yXJm { box-sizing:content-box;height:7.375rem;width:7.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#fff3e0;background-image:none;top:0rem;left:26.3125rem;display:block; }
#sKVMF3DGQvKO30SVOevIxNTsTTJRQcsZ { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:14998;background-color:#ffce80;background-image:none;top:3.625rem;left:0rem;display:block; }
#pbmVGFBgyp21IbrlTHM00bJvVTVVEopD { position:relative;display:block; }#pbmVGFBgyp21IbrlTHM00bJvVTVVEopD { background-color: transparent; background-image: none; }#pbmVGFBgyp21IbrlTHM00bJvVTVVEopD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbmVGFBgyp21IbrlTHM00bJvVTVVEopD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbmVGFBgyp21IbrlTHM00bJvVTVVEopD > .row .container > .video-iframe-container { display: none; }#pbmVGFBgyp21IbrlTHM00bJvVTVVEopD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbmVGFBgyp21IbrlTHM00bJvVTVVEopD > .row > .video-iframe-container { display: none; }#pbmVGFBgyp21IbrlTHM00bJvVTVVEopD > .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); }#pbmVGFBgyp21IbrlTHM00bJvVTVVEopD { border-width: 0; border-radius: 0; }#pbmVGFBgyp21IbrlTHM00bJvVTVVEopD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pbmVGFBgyp21IbrlTHM00bJvVTVVEopD > .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:273rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hDiW3EpgIMqwWnPDnJTE2ic7pOfzXqo6 { color:#194d64;display:block;width:50.1875rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.9375rem;left:1.9375rem;height:3.375rem;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; }
#o8mGq6xaGZm8y7Zx7WgkSQhZ416x18b0 { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.75rem;left:1.9375rem;height:;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; }
#irvMxLlxq96ig72DoLDk1wATZ0te9sEd { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:15.9375rem;left:33.4375rem;height:2.3369125rem;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; }
#zaMTot4h46dZd1huT9O8yioT7SXOFF0P { color:#194d64;display:block;width:23.9375rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:19.5625rem;left:33.4375rem;height:8.4375rem;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; }
#mQBhy5eVVSKd922g8PIA9V0Xm7qPAzam { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.6875rem;width:13.1875rem;top:15.9375rem;left:4.625rem;overflow:hidden;display:block; }
#tU00lvF8Q0SO36XosonNCVSXJxTawLEM { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15032;background-color:#fff3e0;background-image:none;top:17.9375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#q1i22S9InrHyhTuh1uzPCo8ptHHWBXTo { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3.0625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:37.6875rem;left:1.9375rem;display:block; }
#TanUAiCgQI3STQUqt27yFWpnOcZlFRLk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#abGGZVJeeRqlRQmdDoIGpAz4i6uEkOti { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15038;background-color:#fff3e0;background-image:none;top:50.375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#xgDDTi0bEUQo80ybm2uGhlyfyTnxVwEU { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.1875rem;width:12.6875rem;top:47.34375rem;left:4.625rem;overflow:hidden;display:block; }
#NzTr94wSFnZC2mKZsJAT8xW7JD8mlUTf { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:56.71875rem;left:33.4375rem;display:block; }
#BTUSdybTXb6HdNib3NM0RtQ7cAL80EXh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ixDHdwrgo1KhWH3B88OLfsEGQM6t5qd3 { color:#194d64;display:block;width:23.875rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:51.125rem;left:33.125rem;height:3.375rem;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; }
#v5uvmAntS17GptPVO91s0T43VTlX2PcA { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:3.0625rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:70.125rem;left:1.9375rem;display:block; }
#o8KDrP9hTQllMt2JCEndGQvXHZNzWm2c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bv1FxNqyUqlDA7Li9ISeM7mZINz2mwdt { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:47.5rem;left:33.125rem;height:;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; }
#NeN2HfiLrDVC6F1P8Lh55x8s7hTWWIKE { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;top:43.4375rem;left:0rem;display:block; }
#DJBb5fxeKhEgsgZ03SpkovT9lpxnOTZl { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15042;background-color:#e3e3e3;background-image:none;top:76.8125rem;left:0rem;display:block; }
#ciLHQ5EzpPJIZOBPrOuVrK40iq9B0w08 { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15032;background-color:#fff3e0;background-image:none;top:84.25rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#QPuUa66KqmTz0eP2yidVX6HaccCO662z { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:97.3125rem;left:33.4375rem;display:block; }
#nC2wI1trNxDzSQm0t0U1KEvEKRbcL5W7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A0JghnXMQ0sklNBOc01p3s8aFevNuwzU { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:85rem;left:33.4375rem;height:10.125rem;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; }
#RmDuu4ddgppvVlI8JgtZZskJ5BzPUKZ3 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.0625rem;width:25.6875rem;top:80.6875rem;left:4.625rem;overflow:hidden;display:block; }
#ZTlGTbAHRXv6WomOdER1ArbqfLGir2OE { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3.0625rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:104rem;left:1.9375rem;display:block; }
#C7c2RTELf0JHZ20ugwXy1Czi1Uqx1t77 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#um1KGBqIO8JFqRBVI3bPgpvsuUH7CoRi { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:81.375rem;left:33.4375rem;height:2.3369125rem;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; }
#fa9BGcFm20rTb7TUm62GdNHJQwyNdLEF { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.0625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:29.8125rem;left:33.4375rem;display:block; }
#ogoeRXfwrQbNfwooT5xqfMLgBUC1zwWr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U3LrEJoySRm1qeQyGVUT56LAU3CVvilz { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15119;opacity:1;top:30.5rem;left:27.25rem; }
#U3LrEJoySRm1qeQyGVUT56LAU3CVvilz > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#hpUqbZKFrZTToW2VxRP0HSF7xqhFO5dC { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;opacity:1;top:61.375rem;left:27.8125rem; }
#hpUqbZKFrZTToW2VxRP0HSF7xqhFO5dC > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#AcVBzy6fCMwKygcgG0PUIzUl3HTTqSfi { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:94.5625rem;left:27.0625rem; }
#AcVBzy6fCMwKygcgG0PUIzUl3HTTqSfi > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#LQP2o3M4JiFR624VvPGVtxJ8cCdQ1AHK { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.0625rem;width:12.625rem;top:47.34375rem;left:18.1875rem;overflow:hidden;display:block; }
#dUkBgLBe74VTTxPEcAOWIEKhRzIce2bK { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15040;background-color:#fff3e0;background-image:none;top:118.4375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#eZFaOMS1RH0FuV2KUkto8xhz2G4lWiRW { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:129.625rem;left:33.4375rem;display:block; }
#LBxfTsHKDH39uITZTUDXl8p9MoT4WUav { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K9W8vNRTDuTIK7GhF9D0pg89zwml3UTe { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:119.1875rem;left:33.4375rem;height:8.4375rem;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; }
#THULk0U8MDdcT61ZcqsoHGO6z3UE00cw { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:23.875rem;width:19.75rem;top:115rem;left:4.1875rem;overflow:hidden;display:block; }
#FeX4921x2QwqDrokH0ast9Z8w1KDEmtE { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15129;opacity:1;top:135.6875rem;left:20.6875rem; }
#FeX4921x2QwqDrokH0ast9Z8w1KDEmtE > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#qVTKRIqEwb3olKpW02nJQlyVLNsbt7Jl { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.0625rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:139.8125rem;left:1.9375rem;display:block; }
#IqXc7VsGU9MfW82c2lNOsQp6bRq8o5IH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RlWhdw721Z2ThGgpBkA6WLT3HxoWKqlI { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:115.5625rem;left:33.4375rem;height:2.3369125rem;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; }
#tduHmBO44aIG6k8Eq2kA1lBDlnuvF2lI { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15050;background-color:#e3e3e3;background-image:none;top:111rem;left:0rem;display:block; }
#XqTpAFuy4shmTQtsh9D1ydguNQwqELJT { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.75rem;width:11.75rem;top:15.90625rem;left:18.625rem;overflow:hidden;display:block; }
#WX1q99GTedwDAeinyN5IhWTPaIq9efTb { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.375rem;width:25.8125rem;top:151.84375rem;left:3.6875rem;overflow:hidden;display:block; }
#qXPmvoseunSwAtBcAN2MBv74y6TeeF9a { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15137;opacity:1;top:163.125rem;left:26.1875rem; }
#qXPmvoseunSwAtBcAN2MBv74y6TeeF9a > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#LuKg340G0eNImPOcqkzaDQfsU3E3SLp2 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.0625rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:169.6875rem;left:1.9375rem;display:block; }
#L7UsgzlcmrB0LywT5z5hopzQTOucayZe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#awKeSFWiJriy1U7szZZ1a0f5gh8SO8w9 { box-sizing:content-box;height:14.375rem;width:24.25rem;position:absolute;display:block;z-index:15048;background-color:#fff3e0;background-image:none;top:154.0625rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#IbIEGPGwI44rM8r6cpZ5uNWC9pJRKORX { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:165.25rem;left:33.4375rem;display:block; }
#ZuePvANBuW53zUuJ2PKCw0wbWxz9N6TA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IOm7NaTpQP8E7TKml26pZc581WT09mia { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:154.8125rem;left:33.4375rem;height:8.4375rem;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; }
#krioQztURP55hnApCdpweTG1d3tctgzT { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:151.1875rem;left:33.4375rem;height:2.3369125rem;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; }
#mqkRGwif6hxOyuT9TioCfTX3lME8QTvH { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;top:146.625rem;left:0rem;display:block; }
#C4V5qJytgZc0DhwcFQeCsyxmHeFfQ5Wf { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.375rem;width:25.5625rem;top:182.5rem;left:3.6875rem;overflow:hidden;display:block; }
#AtSScOn8eoSf53u8c5W2Fcvx1NbtyHal { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:193.8125rem;left:26.1875rem; }
#AtSScOn8eoSf53u8c5W2Fcvx1NbtyHal > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#Csv3D1FsT7qAnzezveFdqn36O0r4R1hK { box-sizing:content-box;height:14.375rem;width:24.25rem;position:absolute;display:block;z-index:15056;background-color:#fff3e0;background-image:none;top:184.75rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#LZRUb0RRdZsgx1chGc5xqEkJrTx4a9bX { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.0625rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:195.9375rem;left:33.4375rem;display:block; }
#THueB9rFMQxa8G1rzbO8SKcAKLvPSxKH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y5qD5u4gzTWCIypv7FwodERyBSfxQSCT { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:185.5rem;left:33.4375rem;height:8.4375rem;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; }
#OMT0pi8noaMtwdBms2zdTENFaFA3bvl8 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.0625rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:200.375rem;left:1.9375rem;display:block; }
#QM23bB7sHpKuR2SZtQhA0pBIQTmWsZyi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fNwTVfo327AkocpFOLxB6ZuDU2hqy7D4 { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15031;line-height:1.1;letter-spacing:0;top:181.875rem;left:33.4375rem;height:2.3369125rem;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; }
#wdRch4bPo33CiI0W48WktaiWn5spXPX3 { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15066;background-color:#e3e3e3;background-image:none;top:177.3125rem;left:0rem;display:block; }
#oJnokaZbDJ3GnPHLRbH2yuVfULc8WEIM { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.375rem;width:25.5625rem;top:213.75rem;left:3.6875rem;overflow:hidden;display:block; }
#HsUwyT3GhsKkSZ7Tmk5Gv8RLxZg9f5zi { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15153;opacity:1;top:225.0625rem;left:26.1875rem; }
#HsUwyT3GhsKkSZ7Tmk5Gv8RLxZg9f5zi > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#Mf4BR19wpaReTefAv3G9KRv1Bkz1PbgM { box-sizing:content-box;height:14.375rem;width:24.25rem;position:absolute;display:block;z-index:15064;background-color:#fff3e0;background-image:none;top:216rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#JWCFQvX0LmQTDQALSziTBoB4LMXs5KQ2 { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.0625rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:227.1875rem;left:33.4375rem;display:block; }
#Sv3HfXb60LUp1i7vEI64nU2PPTovefd7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yqZ2Jb8QmKp5bPOPOXrc7AXiKoLeXKmV { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15040;line-height:1.5;letter-spacing:0;top:216.75rem;left:33.4375rem;height:8.4375rem;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; }
#nqzVPyxUBHwuBKwckeAKutkMs6cWkCd7 { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15039;line-height:1.1;letter-spacing:0;top:213.125rem;left:33.4375rem;height:2.3369125rem;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; }
#IV1OxkT1a9oPzZxxw1E8RzokMdGyWCbI { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.0625rem;text-decoration:none;z-index:15066;text-align:center;text-align-last:center;top:231.625rem;left:1.9375rem;display:block; }
#nbbbtV09WaHyMws6Slu6AN908qgb5dyb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#stXXTxTxfaxlxQgmHx3uJSbhRZxpdoTU { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15074;background-color:#e3e3e3;background-image:none;top:208.5625rem;left:0rem;display:block; }
#NbGI7SDPS87CM4iuxCA0vfIXmAOEZoWO { box-sizing:content-box;height:14.375rem;width:24.25rem;position:absolute;display:block;z-index:15072;background-color:#fff3e0;background-image:none;top:249rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#VUbGAcVcUMvLFnSuyACaikNcwMzWWpKu { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.0625rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:264.625rem;left:1.9375rem;display:block; }
#edTyuIL4EJhA8h0Gzk1TpHqOVMMr6c2N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K2gRtOVMBRGyWRRHWvTQTwZ24VBaovMr { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.0625rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:258.0625rem;left:33.4375rem;display:block; }
#m3ZxZ8yp9TLuBEAonKkM1h8PSoDhO6bV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bFZi7PkMwGmHVDURJG9nTF7xtpB1Oq6L { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.125rem;width:25.75rem;top:244rem;left:3.6875rem;overflow:hidden;display:block; }
#N9VpxDCPDTLxZToIa6zXi2P7OzNTGUma { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15161;opacity:1;top:258.0625rem;left:26.1875rem; }
#N9VpxDCPDTLxZToIa6zXi2P7OzNTGUma > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#lc1KGEU80V3LK1qxbXD7UhnnoFIcnAbz { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15048;line-height:1.5;letter-spacing:0;top:247.625rem;left:33.4375rem;height:8.4375rem;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; }
#T6IlLykC7QdTKkUrwyNyTRBc0UV1iTQ9 { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15047;line-height:1.1;letter-spacing:0;top:244rem;left:33.4375rem;height:;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; }
#vQXv4H8EyaLNF5Jnqag5slUeLN5ZOOHL { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15082;background-color:#e3e3e3;background-image:none;top:239.4375rem;left:0rem;display:block; }
#xglbLzJaGPJV3Uci156imccaXfB5Q0c1 { position:relative;display:block; }#xglbLzJaGPJV3Uci156imccaXfB5Q0c1 { background-color: transparent; background-image: none; }#xglbLzJaGPJV3Uci156imccaXfB5Q0c1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xglbLzJaGPJV3Uci156imccaXfB5Q0c1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xglbLzJaGPJV3Uci156imccaXfB5Q0c1 > .row .container > .video-iframe-container { display: none; }#xglbLzJaGPJV3Uci156imccaXfB5Q0c1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xglbLzJaGPJV3Uci156imccaXfB5Q0c1 > .row > .video-iframe-container { display: none; }#xglbLzJaGPJV3Uci156imccaXfB5Q0c1 > .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); }#xglbLzJaGPJV3Uci156imccaXfB5Q0c1 { border-width: 0; border-radius: 0; }#xglbLzJaGPJV3Uci156imccaXfB5Q0c1 > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#xglbLzJaGPJV3Uci156imccaXfB5Q0c1 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#XS3v3Ho5cLBQbr8OdZBonTE7vm9HaiOn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.75rem;left:28.875rem; }
#XS3v3Ho5cLBQbr8OdZBonTE7vm9HaiOn > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#k2JIH40aq487lNvrEX8T1RC5i7ZK9eEi { color:#ff9d00;display:block;width:6.5625rem;position:absolute;font-family:urbanist;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:26.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#d1L0LboZ1nt7U19cGKgRHcSIrcThIZNK { box-sizing:content-box;height:7.375rem;width:7.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#fff3e0;background-image:none;top:0rem;left:26.3125rem;display:block; }
#TbWR5Whwm3rfgcgySQcuXxyqUQqU4RoD { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:14998;background-color:#ffce80;background-image:none;top:3.625rem;left:0rem;display:block; }
#tlFTIb5VzGRzZEXveB9BPyA4r2lbgziB { position:relative;display:block; }#tlFTIb5VzGRzZEXveB9BPyA4r2lbgziB { background-color: transparent; background-image: none; }#tlFTIb5VzGRzZEXveB9BPyA4r2lbgziB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlFTIb5VzGRzZEXveB9BPyA4r2lbgziB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlFTIb5VzGRzZEXveB9BPyA4r2lbgziB > .row .container > .video-iframe-container { display: none; }#tlFTIb5VzGRzZEXveB9BPyA4r2lbgziB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlFTIb5VzGRzZEXveB9BPyA4r2lbgziB > .row > .video-iframe-container { display: none; }#tlFTIb5VzGRzZEXveB9BPyA4r2lbgziB > .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); }#tlFTIb5VzGRzZEXveB9BPyA4r2lbgziB { border-width: 0; border-radius: 0; }#tlFTIb5VzGRzZEXveB9BPyA4r2lbgziB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tlFTIb5VzGRzZEXveB9BPyA4r2lbgziB > .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:130.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dUKqeT1f6m6fwT0flg4Ab8areAufdZTV { color:#194d64;display:block;width:54.3125rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.9375rem;left:1.9375rem;height:5.0625rem;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; }
#ThVg4QZATNvpsNxWimnxHzoxS7Xlhyq4 { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.75rem;left:1.9375rem;height:;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; }
#p9Z7vDu3251Pgi5wsGZMIWgRRpn6iA6A { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:15.0625rem;left:33.4375rem;height:;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; }
#BwLyXDdFI118FAOvlFb2OPoGLwUiiqgK { color:#194d64;display:block;width:24.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:18.875rem;left:33.4375rem;height:13.5rem;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; }
#yy7c7UzaU4C1TykgPvFC4HruORr3OS0f { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.1875rem;width:25.6875rem;top:14.375rem;left:4.625rem;overflow:hidden;display:block; }
#cu68KdTfA1WPbRvvCGtwBfeVS6l1T8Dm { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15032;background-color:#fff3e0;background-image:none;top:17.9375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#aL5TbRZ3ZNXkUFSuO9S8mQZiFVZR6Pt3 { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:34.6875rem;left:33.4375rem;display:block; }
#qVhdWzxkRTW9sWoCQ4ki6dJHFNUPvfML { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#poPgLWvUFvoQKJJTZ3aTy7N76Jvfllk4 { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15038;background-color:#fff3e0;background-image:none;top:50.375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#DnmKyUwCCTrzq10MSUJBzGSVR6dhz845 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.1875rem;width:25.6875rem;top:46.8125rem;left:4.625rem;overflow:hidden;display:block; }
#UtirbNWpooqmvxMwZKwu0oTeJZ4OzFgB { color:#194d64;display:block;width:23.9375rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:51.125rem;left:33.125rem;height:3.375rem;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; }
#bV5iu7iI77E6pe4s6IaJOPEWWoIO8XS0 { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:47.5rem;left:33.125rem;height:;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; }
#GlBdwkoGNyxG7oxgO7WH3hNmGV260nln { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;top:43.4375rem;left:0rem;display:block; }
#mD4DKRaEiCQqCl6TrhMSah6i1tOVln2l { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15045;background-color:#fff3e0;background-image:none;top:79.25rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#PTGDRG5W1skKBNv3Si1ubRrr0qFvsH01 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.4375rem;width:25.6875rem;top:75.6875rem;left:4.625rem;overflow:hidden;display:block; }
#xoP1HSdyn0l6eIXWBxFCpHzhmys4GHiv { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:91.625rem;left:33.125rem;display:block; }
#dXqfcLS05tAUa9eE6Lnh3kiNB5FyINtc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GXpTcUZP9AnOvU1z2NBC7wh510TDgmxf { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:80rem;left:33.125rem;height:8.4375rem;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; }
#Z0aLWrIeI429F8SDoFxpG78gJNOTX61Z { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:76.375rem;left:33.125rem;height:2.3369125rem;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; }
#gHWxuEFgbomUwgLDRJX7ckmi7RWtc5ro { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15048;background-color:#e3e3e3;background-image:none;top:72.3125rem;left:0rem;display:block; }
#b3DQw6fdlB4uP63DzkPen6Q1fwUTeWZO { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;opacity:1;top:30.3125rem;left:26.875rem; }
#b3DQw6fdlB4uP63DzkPen6Q1fwUTeWZO > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#SPyiSmyBhTFDsc0zEJwgJrUTcK8m3yFf { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15123;opacity:1;top:62.75rem;left:27rem; }
#SPyiSmyBhTFDsc0zEJwgJrUTcK8m3yFf > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#mQfekTDf8VaiaTFg8Op963gtESbqcdI5 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:89.9375rem;left:27rem; }
#mQfekTDf8VaiaTFg8Op963gtESbqcdI5 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#rwJwLtckvfWoKNdNT58iPpFPBm843wFT { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15052;background-color:#fff3e0;background-image:none;top:108.0625rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#zlw0S2k3GoLpWZMsgZEcLaywbR5JFrr0 { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.9375rem;width:23.25rem;top:104.5rem;left:4.625rem;overflow:hidden;display:block; }
#Ly55GTVkqTyRCfCyTmyCSmT8erdRh9Zb { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:122.9375rem;left:33.125rem;display:block; }
#apqBVQnJFsdoKrBB7Qvgr8t4HATu4XAa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dm4wZSbe3Rcb6807Vir5Tl0EbJcua4ly { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15131;opacity:1;top:120rem;left:24.5625rem; }
#dm4wZSbe3Rcb6807Vir5Tl0EbJcua4ly > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#MHPcqwlF6CsFqgCBvWw5CpNogcWUBU7V { color:#194d64;display:block;width:25.9375rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:111.375rem;left:33.125rem;height:10.125rem;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; }
#n1O4qEhizKXEanbTxhTAmd7fXs1iiaaq { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:105.1875rem;left:33.125rem;height:;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; }
#C7liZpxTR9WGlxlFaI0Jszva9TAprQvr { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:none;top:101.125rem;left:0rem;display:block; }
#TeKxQJZkpHkBczNyOyaqkKA8WVqL85FX { position:relative;display:block; }#TeKxQJZkpHkBczNyOyaqkKA8WVqL85FX { background-color: transparent; background-image: none; }#TeKxQJZkpHkBczNyOyaqkKA8WVqL85FX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeKxQJZkpHkBczNyOyaqkKA8WVqL85FX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeKxQJZkpHkBczNyOyaqkKA8WVqL85FX > .row .container > .video-iframe-container { display: none; }#TeKxQJZkpHkBczNyOyaqkKA8WVqL85FX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeKxQJZkpHkBczNyOyaqkKA8WVqL85FX > .row > .video-iframe-container { display: none; }#TeKxQJZkpHkBczNyOyaqkKA8WVqL85FX > .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); }#TeKxQJZkpHkBczNyOyaqkKA8WVqL85FX { border-width: 0; border-radius: 0; }#TeKxQJZkpHkBczNyOyaqkKA8WVqL85FX > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#TeKxQJZkpHkBczNyOyaqkKA8WVqL85FX > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#dEleCRUxQrLKgbQ96mk7J95UNzpnsZOz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.75rem;left:28.875rem; }
#dEleCRUxQrLKgbQ96mk7J95UNzpnsZOz > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#UuOrzXRVfP9algO2FGH0oNHL2DcHw3gU { color:#ff9d00;display:block;width:6.5625rem;position:absolute;font-family:urbanist;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:26.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#AWLXHVkS8fJ0QUkXbQ1SuPdcV5cbpBDo { box-sizing:content-box;height:7.375rem;width:7.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#fff3e0;background-image:none;top:0rem;left:26.3125rem;display:block; }
#aA6FXOyq3O8FIvH0rNPnhTFcSilrwWTh { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:14998;background-color:#ffce80;background-image:none;top:3.625rem;left:0rem;display:block; }
#MQ2OdEkoXzs3g0SbenQTQxUXkBQwfhSI { position:relative;display:block; }#MQ2OdEkoXzs3g0SbenQTQxUXkBQwfhSI { background-color: transparent; background-image: none; }#MQ2OdEkoXzs3g0SbenQTQxUXkBQwfhSI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQ2OdEkoXzs3g0SbenQTQxUXkBQwfhSI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQ2OdEkoXzs3g0SbenQTQxUXkBQwfhSI > .row .container > .video-iframe-container { display: none; }#MQ2OdEkoXzs3g0SbenQTQxUXkBQwfhSI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQ2OdEkoXzs3g0SbenQTQxUXkBQwfhSI > .row > .video-iframe-container { display: none; }#MQ2OdEkoXzs3g0SbenQTQxUXkBQwfhSI > .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); }#MQ2OdEkoXzs3g0SbenQTQxUXkBQwfhSI { border-width: 0; border-radius: 0; }#MQ2OdEkoXzs3g0SbenQTQxUXkBQwfhSI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MQ2OdEkoXzs3g0SbenQTQxUXkBQwfhSI > .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:203.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E5haqDQbRdKmt5VHoPWANzmpKwOPe2Zs { color:#194d64;display:block;width:54rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.9375rem;left:1.9375rem;height:5.0625rem;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; }
#KPG4cDbaLs7UF93cqeO2DR5DMt8QMLgd { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.75rem;left:1.9375rem;height:;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; }
#Hqb2cUcQSsu5kkVVHMGfDzf1wlT6UEw1 { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:15.0625rem;left:33.4375rem;height:;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; }
#p6vDAhqB98ofnXnkpDUq0ps5KetC8KKe { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:20.8125rem;left:33.4375rem;height:8.4375rem;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; }
#ROV5xT8Diu6LFCH29IIcX3QJmTUCH03i { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18rem;width:25.6875rem;top:14.375rem;left:4.625rem;overflow:hidden;display:block; }
#TIz08D0m1lb63p6lTzmOeULX73h5wOUM { box-sizing:content-box;height:17.4375rem;width:24.25rem;position:absolute;display:block;z-index:15032;background-color:#fff3e0;background-image:none;top:17.9375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#MgVk8sR2FbceRtSWvGz0M4oEdgDC7yUr { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:32.4375rem;left:33.4375rem;display:block; }
#wTbNSfR3N677XRtXSlt2crPaF6ttgR5y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tQsTppxi6ZZCRp6WG7isAd3zQtcbPGuo { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15038;background-color:#fff3e0;background-image:none;top:50.375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#znLzRwKT1VtJlw7w8LuTGu0SBWfFHTaS { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.5625rem;width:25.6875rem;top:46.8125rem;left:4.625rem;overflow:hidden;display:block; }
#hRa2HhqWU8SIRQkn1RreQqneSIGWRvtF { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:64.5rem;left:33.5625rem;display:block; }
#rDOqLJBs94McvTP3XNUbfHFMnqwC0pTn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s9urF53e4W2hOBxMsPmMrDXDt6FeLegc { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:53.625rem;left:33.25rem;height:8.4375rem;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; }
#EAxhVLRSnBKDqNPTLAq6iTgnNwFFTWXF { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:47.5rem;left:33.125rem;height:;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; }
#bC1rsdFBKDzBT0ek5ewRZgT2TIxTLBuW { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;top:43.4375rem;left:0rem;display:block; }
#R8e0TVLqblAdFTX6sxGdOiTklWzPZFSd { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15045;background-color:#fff3e0;background-image:none;top:83.4375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#r5zfUCpNqIiTCMKvzZ8k6dwxufbVT4mo { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.25rem;width:23.9375rem;top:79.875rem;left:4.625rem;overflow:hidden;display:block; }
#RnTvq3nE5tpKXiUucfAVor9LxrFx37vC { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:98.5rem;left:33.1875rem;display:block; }
#gLL3SCrRguB5NT3JZJD7KOK1DHLy9TlT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uG95Td135dTmZ2u3f2QvNfKHWJLNGb5w { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:86.875rem;left:33.1875rem;height:8.4375rem;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; }
#p2vR6ymfpOoHQKwL1FpwQbvbWO1oIahg { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:80.5625rem;left:33.125rem;height:4.673825rem;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; }
#eObKamAGpm38ZTfVfFZn4UkisXeECKDM { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15048;background-color:#e3e3e3;background-image:none;top:76.5rem;left:0rem;display:block; }
#Sk1xByP31Wk1isBgCm2hI21cnN2Qvxlx { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15052;background-color:#fff3e0;background-image:none;top:116rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#VM1LD544TIhSCS65cMdLOoLVM7dVtm28 { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.1875rem;width:24.875rem;top:112.4375rem;left:4.625rem;overflow:hidden;display:block; }
#muGFHBpzHD2DHzsgFRVxqqpDwvxuJdAu { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:130.875rem;left:33.125rem;display:block; }
#b19ZkMOTp37zc9SHKmvizZfNnmsUTXuH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O0d2sc6m9gEUVmL67P6ZKQ9QckZ36Xnz { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:119.25rem;left:33.125rem;height:8.4375rem;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; }
#FgSHETrrDloxzzGop0LzUK33yxhgZ9ee { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:113.125rem;left:33.125rem;height:4.673825rem;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; }
#xp68NE2QNa3CcFl6WMxnUWi83Wp4L61v { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:none;top:109.0625rem;left:0rem;display:block; }
#hKLZQMZhOP83RQdEoOaTAEUWewt9V8tf { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15059;background-color:#fff3e0;background-image:none;top:148.0625rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#g86nAQCh4QKvwMAhVPcv0i4HnMBCrHTT { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.1875rem;width:24rem;top:144.5rem;left:4.625rem;overflow:hidden;display:block; }
#QKMi6TlhhAAfBsbL591O52HV9IPIx1xX { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:160.75rem;left:33.4375rem;display:block; }
#lmITGiUauVCBwyvNW8pNe3NXvTwRTMNI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yI3iq0uoZoTzoJ1AilTgPx0T1h1MTtre { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:149.125rem;left:33.4375rem;height:8.4375rem;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; }
#VrznemAkaVkIbmmB981rfEEIWosI8ItT { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:145.1875rem;left:33.125rem;height:2.3369125rem;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; }
#c5JI53TXH7DRw5tQlVVA3DJGFIXaElbN { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15062;background-color:#e3e3e3;background-image:none;top:141.125rem;left:0rem;display:block; }
#lSZpqcdQ7cxbNiNPnavhoneA1OhFkIto { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:29.125rem;left:27.0625rem; }
#lSZpqcdQ7cxbNiNPnavhoneA1OhFkIto > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#JmJUsrX06CrcZOmrVUd7xKfET4E92NDP { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15126;opacity:1;top:62.0625rem;left:27.0625rem; }
#JmJUsrX06CrcZOmrVUd7xKfET4E92NDP > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#OpAwep0go0cKP9ibfeZ3E4THZf79VzTq { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15127;opacity:1;top:95.875rem;left:25.5rem; }
#OpAwep0go0cKP9ibfeZ3E4THZf79VzTq > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#MN7W0TVHDuZePudlVFIf7TGnUxPsMnw3 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15128;opacity:1;top:128.25rem;left:26.4375rem; }
#MN7W0TVHDuZePudlVFIf7TGnUxPsMnw3 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#CTH8IIMzUTzXKyt8t27bZglFKDA7yBgo { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15129;opacity:1;top:160.75rem;left:25.5rem; }
#CTH8IIMzUTzXKyt8t27bZglFKDA7yBgo > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#Ixg8hE9fPNaU59901lwftrXbRVhzGHcr { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15066;background-color:#fff3e0;background-image:none;top:180.375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#PSnreqJaVkgZo6Tzy5wZThzlFTPfwVAW { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.1875rem;width:19.1875rem;top:176.8125rem;left:4.625rem;overflow:hidden;display:block; }
#kvp6nJzSGhlUcDJ09Fri8ThsiaR2VvcK { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:195.875rem;left:33.125rem;display:block; }
#mMRHg3wqsc4Kqe54XPmR1IaMZCsdWBgU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KUPfOMzApwV2IgTJFHASyKyDneIrxcBe { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:184.25rem;left:33.125rem;height:8.4375rem;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; }
#uQKkTtntxUxpAcNP6hlUwvZofrsdpPoB { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15136;opacity:1;top:192.6875rem;left:20.75rem; }
#uQKkTtntxUxpAcNP6hlUwvZofrsdpPoB > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#Fl9oTnEwxupwdTi9TiKstF289CSX89cg { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:177.5rem;left:33.125rem;height:4.673825rem;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; }
#aObZsnTdop9d8arZmdxV6kqOfM35CGyG { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15069;background-color:#e3e3e3;background-image:none;top:173.4375rem;left:0rem;display:block; }
#IoxZvh0T5gmQig8DIUFP4XysLQUDmehL { position:relative;display:block; }#IoxZvh0T5gmQig8DIUFP4XysLQUDmehL { background-color: transparent; background-image: none; }#IoxZvh0T5gmQig8DIUFP4XysLQUDmehL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoxZvh0T5gmQig8DIUFP4XysLQUDmehL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoxZvh0T5gmQig8DIUFP4XysLQUDmehL > .row .container > .video-iframe-container { display: none; }#IoxZvh0T5gmQig8DIUFP4XysLQUDmehL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoxZvh0T5gmQig8DIUFP4XysLQUDmehL > .row > .video-iframe-container { display: none; }#IoxZvh0T5gmQig8DIUFP4XysLQUDmehL > .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); }#IoxZvh0T5gmQig8DIUFP4XysLQUDmehL { border-width: 0; border-radius: 0; }#IoxZvh0T5gmQig8DIUFP4XysLQUDmehL > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#IoxZvh0T5gmQig8DIUFP4XysLQUDmehL > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#fSVq4vwQaEdEbGWhQ12XtESHPz3hzfRT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.75rem;left:28.875rem; }
#fSVq4vwQaEdEbGWhQ12XtESHPz3hzfRT > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#EcVmizhuORd8t9p6OBimWSAprzWUFdXt { color:#ff9d00;display:block;width:6.5625rem;position:absolute;font-family:urbanist;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:26.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#TzlUDUy2zHoUHhARUlihRrR4TsBw0LTW { box-sizing:content-box;height:7.375rem;width:7.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#fff3e0;background-image:none;top:0rem;left:26.3125rem;display:block; }
#Ae8Hsb6AoEoHd6pelDbuxAtLby0kCKOG { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:14998;background-color:#ffce80;background-image:none;top:3.625rem;left:0rem;display:block; }
#fpnElaB2ScdXOi60sJQDgpQ7DI3xRctW { position:relative;display:block; }#fpnElaB2ScdXOi60sJQDgpQ7DI3xRctW { background-color: transparent; background-image: none; }#fpnElaB2ScdXOi60sJQDgpQ7DI3xRctW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpnElaB2ScdXOi60sJQDgpQ7DI3xRctW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpnElaB2ScdXOi60sJQDgpQ7DI3xRctW > .row .container > .video-iframe-container { display: none; }#fpnElaB2ScdXOi60sJQDgpQ7DI3xRctW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fpnElaB2ScdXOi60sJQDgpQ7DI3xRctW > .row > .video-iframe-container { display: none; }#fpnElaB2ScdXOi60sJQDgpQ7DI3xRctW > .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); }#fpnElaB2ScdXOi60sJQDgpQ7DI3xRctW { border-width: 0; border-radius: 0; }#fpnElaB2ScdXOi60sJQDgpQ7DI3xRctW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fpnElaB2ScdXOi60sJQDgpQ7DI3xRctW > .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:178.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EXRHVxr2CpRPdH0k87D0A1z4JfsyD1TI { color:#194d64;display:block;width:50.1875rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.9375rem;left:1.9375rem;height:5.0625rem;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; }
#kSbXCCFySvbGp8Vy6mSHaeuOVvCC2ZRF { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.75rem;left:1.9375rem;height:;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; }
#TiufXToO9VttmZ2FDT35augNenzN77aJ { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:13.8125rem;left:33.4375rem;height:2.3374rem;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; }
#qIwleuGLOJ0MxaBnPcLVDKZ8t2JGWIrH { color:#194d64;display:block;width:22.6875rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:17.4375rem;left:33.4375rem;height:16.875rem;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; }
#TPAglpdWSfGcuZ33DG58TecpDu9vMtGL { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.875rem;width:25rem;top:14.375rem;left:4.625rem;overflow:hidden;display:block; }
#q6VgTTyuXtJCl1A8VIDDTKLTZy67utqg { box-sizing:content-box;height:12.9375rem;width:24.25rem;position:absolute;display:block;z-index:15032;background-color:#fff3e0;background-image:none;top:17.9375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#qrg1sRIWwWTN2kTUzk6dCZR6FHz488ap { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:35.9375rem;left:33.4375rem;display:block; }
#aM1M4Or72VFGP0oHBBJrTtPnWlyfNhtf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sfv5zM2in4XypH6wymA13yKQSWgIO1SV { box-sizing:content-box;height:13rem;width:24.25rem;position:absolute;display:block;z-index:15038;background-color:#fff3e0;background-image:none;top:50.375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#HRDina6zxTAT7M4MxhlzXwqckvvlw8il { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14rem;width:25rem;top:46.8125rem;left:4.625rem;overflow:hidden;display:block; }
#PdFqC2T3v6GaT2iBbeqoR4seeQaSFyc4 { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:68.375rem;left:33.125rem;display:block; }
#uUGTs9HW4oXPyr0i6dzUHDOBUTP2plk5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y8RSgAtRPSOZgT9LaDrTpSkq5dVG16eP { color:#194d64;display:block;width:24.125rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:51.125rem;left:33.125rem;height:15.1875rem;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; }
#A6pztz6ylcp6Ry1Uf4vgJTTZZxMMaMT5 { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:47.5rem;left:33.125rem;height:;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; }
#V2dKwAFRBCS3RuusrnP6wAW89QrGmSIo { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;top:43.4375rem;left:0rem;display:block; }
#OmngRzIm2WBpyHTdMwAFCbQSNTgzGQhv { box-sizing:content-box;height:13.3125rem;width:24.25rem;position:absolute;display:block;z-index:15045;background-color:#fff3e0;background-image:none;top:83.4375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Z1XRUK7naqOtOcfxtr5ESbxRrqkHhny9 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.4375rem;width:24.1875rem;top:80.5625rem;left:4.625rem;overflow:hidden;display:block; }
#uIFp0z0XkPRsApfNPJixropFlOK2Lvcg { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:106.75rem;left:33.125rem;display:block; }
#oUIh9xbbxtxtQwqms3q5fcLC6DV0dvOD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oKxRtn9K2R8leHZnEFn3iTrakDkrwyXx { color:#194d64;display:block;width:23.1875rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:84.375rem;left:33.25rem;height:20.25rem;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; }
#ovkpUsUgC2MRWqodc1HVqw7trAD0cgIV { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:80.5625rem;left:33.125rem;height:;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; }
#DdWf5IoHqXpNxItSIxrKeP7z74fQLnAZ { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15048;background-color:#e3e3e3;background-image:none;top:76.5rem;left:0rem;display:block; }
#HGdpfx6A84hwqLBthtqrd95BHhc2u7BQ { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15052;background-color:#fff3e0;background-image:none;top:121.625rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Ab2MOp3H2RLqehg7SlbT4T1TpEu27448 { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:25.5rem;width:20.25rem;top:118.125rem;left:4.15625rem;overflow:hidden;display:block; }
#KdsKc0V9WDR3bTImIDaxCCxv5DiTWDWb { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:140.75rem;left:33.1875rem;display:block; }
#bmiPHrROGRKbEr6p87lfVc5MOomNRVXC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c1rv7KJaUIhzxs4rrzTZvJQTdRNyvnJB { color:#194d64;display:block;width:23.3125rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:122.25rem;left:33.1875rem;height:16.875rem;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; }
#ihxmRTS1TLFnASpEyz0CQbiG4LSCZvGU { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:118.75rem;left:33.125rem;height:2.3374rem;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; }
#Gi2TACraEBaM34Mv2SP6rq9rNnh7JwUx { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:none;top:114.6875rem;left:0rem;display:block; }
#t0T9ik38CFsDhdX49H0PD8hs0eEE4BJi { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15059;background-color:#fff3e0;background-image:none;top:153.6875rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TF2Cnptn7FpZIUscz0XOh2Nk5gxmgQzO { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #229a7e;border-left:0.125rem solid #229a7e;border-right:0.125rem solid #229a7e;border-bottom:0.125rem solid #229a7e;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#229a7e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.0625rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:173.1875rem;left:1.9375rem;display:block; }
#tRAkvQRZNFkhRXanyD0FyJpW8U3IMQNh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eNGEt3TTMcaXPMQdiBTSGDLGkDDt3inW { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19rem;width:18.9375rem;top:150.125rem;left:4.625rem;overflow:hidden;display:block; }
#xBBM7NQ9zSfTTrhsVUhlvqHWXs3KqKD6 { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:170.1875rem;left:33.4375rem;display:block; }
#rprg5LecgvUO0SX4IbXCSHH74TSANrgD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QXUbhBNTBnZcsXfXWFXiZyyaPHZTDIb7 { color:#194d64;display:block;width:24.8125rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:154.4375rem;left:33.125rem;height:13.5rem;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; }
#gc65TItH6ANoh3ZATF4UB1TqID3At1ta { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:150.8125rem;left:33.125rem;height:2.3374rem;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; }
#Q1ibaCzHQ2XnRFBlDLilQce86x70ReeE { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15062;background-color:#e3e3e3;background-image:none;top:146.75rem;left:0rem;display:block; }
#NQOen14fEu2QpIhXCSzdtnMhGCaD4iTc { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15130;opacity:1;top:25.375rem;left:26.625rem; }
#NQOen14fEu2QpIhXCSzdtnMhGCaD4iTc > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#OxFon9LHR95wpqyyf4TpzM3nM76Wczr8 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15131;opacity:1;top:57.8125rem;left:26.375rem; }
#OxFon9LHR95wpqyyf4TpzM3nM76Wczr8 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#FTykynwvUOu6EEkHMOJ4bC7EAQZS3vmz { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15132;opacity:1;top:90.9375rem;left:25.9375rem; }
#FTykynwvUOu6EEkHMOJ4bC7EAQZS3vmz > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#L4NDSRe9iAnnang5T0xTLtgBwOTJHTgi { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15133;opacity:1;top:140.125rem;left:21.4375rem; }
#L4NDSRe9iAnnang5T0xTLtgBwOTJHTgi > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#ak60Q0eDtcWgkyNGQqz2JzxCFi06lSew { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15134;opacity:1;top:165.875rem;left:20.1875rem; }
#ak60Q0eDtcWgkyNGQqz2JzxCFi06lSew > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#zdVCNstHVWuwg82mtRcbkTMQJhnRfrXt { position:relative;display:block; }#zdVCNstHVWuwg82mtRcbkTMQJhnRfrXt { background-color: transparent; background-image: none; }#zdVCNstHVWuwg82mtRcbkTMQJhnRfrXt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdVCNstHVWuwg82mtRcbkTMQJhnRfrXt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdVCNstHVWuwg82mtRcbkTMQJhnRfrXt > .row .container > .video-iframe-container { display: none; }#zdVCNstHVWuwg82mtRcbkTMQJhnRfrXt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdVCNstHVWuwg82mtRcbkTMQJhnRfrXt > .row > .video-iframe-container { display: none; }#zdVCNstHVWuwg82mtRcbkTMQJhnRfrXt > .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); }#zdVCNstHVWuwg82mtRcbkTMQJhnRfrXt { border-width: 0; border-radius: 0; }#zdVCNstHVWuwg82mtRcbkTMQJhnRfrXt > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#zdVCNstHVWuwg82mtRcbkTMQJhnRfrXt > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#ZTARIwuIWEbxn2X5PqEK7J5pThMakTxl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.75rem;left:28.875rem; }
#ZTARIwuIWEbxn2X5PqEK7J5pThMakTxl > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#Zk8kawmy6ANLtNoOV8xeXTgFxdilq4wS { color:#ff9d00;display:block;width:6.5625rem;position:absolute;font-family:urbanist;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:26.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#vuZXegToebX9E7tZ7igUO47Par4odOX2 { box-sizing:content-box;height:7.375rem;width:7.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#fff3e0;background-image:none;top:0rem;left:26.3125rem;display:block; }
#MThb3XiHfDoZyFqrC8ISuNai1D0lovFO { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:14998;background-color:#ffce80;background-image:none;top:3.625rem;left:0rem;display:block; }
#qCgA6eoG9BOOgpVH1GGqmaIAQSLrSLI5 { position:relative;display:block; }#qCgA6eoG9BOOgpVH1GGqmaIAQSLrSLI5 { background-color: transparent; background-image: none; }#qCgA6eoG9BOOgpVH1GGqmaIAQSLrSLI5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCgA6eoG9BOOgpVH1GGqmaIAQSLrSLI5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCgA6eoG9BOOgpVH1GGqmaIAQSLrSLI5 > .row .container > .video-iframe-container { display: none; }#qCgA6eoG9BOOgpVH1GGqmaIAQSLrSLI5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCgA6eoG9BOOgpVH1GGqmaIAQSLrSLI5 > .row > .video-iframe-container { display: none; }#qCgA6eoG9BOOgpVH1GGqmaIAQSLrSLI5 > .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); }#qCgA6eoG9BOOgpVH1GGqmaIAQSLrSLI5 { border-width: 0; border-radius: 0; }#qCgA6eoG9BOOgpVH1GGqmaIAQSLrSLI5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qCgA6eoG9BOOgpVH1GGqmaIAQSLrSLI5 > .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:50.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WPIQ2TgFlNQ8nfVTqKWupvvVbePr6SMB { color:#194d64;display:block;width:53.75rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.9375rem;left:1.9375rem;height:1.6875rem;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; }
#P67we3TeBH1oqU9DJkC2WxFR46t6F7hq { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.75rem;left:1.9375rem;height:2.75rem;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; }
#MM5CwXFwFnxFTlXL3sqmKCMn81uXrTQf { box-sizing:content-box;height:11.4375rem;width:11.4375rem;position:absolute;display:block;z-index:15000;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/67be2ae3-705c-4b0a-9548-d269b0222844/aftalekort.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.6875rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#MM5CwXFwFnxFTlXL3sqmKCMn81uXrTQf.adaptive-delivery-prevent-bg, #MM5CwXFwFnxFTlXL3sqmKCMn81uXrTQf.lazyload, #MM5CwXFwFnxFTlXL3sqmKCMn81uXrTQf.lazyloading { background-image: none; }
#JumrTpbTC3oV1UiskbkOpAtkAAVppOEz { box-sizing:content-box;height:11.4375rem;width:11.4375rem;position:absolute;display:block;z-index:15001;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/22aee735-e8cc-4b9d-8c7f-68efa7d78df6/visitkort.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.6875rem;left:15.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#JumrTpbTC3oV1UiskbkOpAtkAAVppOEz.adaptive-delivery-prevent-bg, #JumrTpbTC3oV1UiskbkOpAtkAAVppOEz.lazyload, #JumrTpbTC3oV1UiskbkOpAtkAAVppOEz.lazyloading { background-image: none; }
#V9ybrWTr0Zqhwa1KEy3z0fhtC8WMJJCs { box-sizing:content-box;height:11.4375rem;width:11.4375rem;position:absolute;display:block;z-index:15002;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/7c8fe575-99c6-4303-941e-dca4fa84c90f/velkomstbrochure.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.6875rem;left:28.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#V9ybrWTr0Zqhwa1KEy3z0fhtC8WMJJCs.adaptive-delivery-prevent-bg, #V9ybrWTr0Zqhwa1KEy3z0fhtC8WMJJCs.lazyload, #V9ybrWTr0Zqhwa1KEy3z0fhtC8WMJJCs.lazyloading { background-image: none; }
#d0qTAIgk82L5DBWP39KfUcxgIDzXkCLk { box-sizing:content-box;height:11.4375rem;width:11.4375rem;position:absolute;display:block;z-index:15003;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/5b4ba01f-ff1e-4bdc-ba5b-f4170f0620fe/Free_Poster_on_the_Floor_Mockup_USP.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.6875rem;left:41.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#d0qTAIgk82L5DBWP39KfUcxgIDzXkCLk.adaptive-delivery-prevent-bg, #d0qTAIgk82L5DBWP39KfUcxgIDzXkCLk.lazyload, #d0qTAIgk82L5DBWP39KfUcxgIDzXkCLk.lazyloading { background-image: none; }
#MZCPy0Q7lKpIHiSPF3Skd51wpfxGsOTG { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.3125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:18.375rem;left:2.75rem;display:block; }
#O1sV3iTAyT8knT3ZNrVl1HBqCRnhohWI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fpv3Hvdq5G3CquFyxpChVm9BOPTWoUoP { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.3125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:18.34375rem;left:16.0625rem;display:block; }
#oiVCSpui2o2so4H7f6GsVRziaX7Nb68N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zELKGKsSTC4F9k1xFNrmvhZauD5hJcCV { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:18.34375rem;left:29.375rem;display:block; }
#w1PkbgUr1mDhxV1BS9CADeFTTPhXeGUZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NKn5uXpZradsleM1rH55lgLxdUUg9a8x { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:18.34375rem;left:42.625rem;display:block; }
#NhZFxl0VxHXXQPavPSIqAnvFac5TCAuf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PNbPIGLLEm9qWNEXpP6rJull86rR4v9Z { box-sizing:content-box;height:11.4375rem;width:11.4375rem;position:absolute;display:block;z-index:15009;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/7ba07a47-4d4b-41eb-8222-0233c2f4d72e/omsorgsbrev.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:22.8125rem;left:15.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#PNbPIGLLEm9qWNEXpP6rJull86rR4v9Z.adaptive-delivery-prevent-bg, #PNbPIGLLEm9qWNEXpP6rJull86rR4v9Z.lazyload, #PNbPIGLLEm9qWNEXpP6rJull86rR4v9Z.lazyloading { background-image: none; }
#FRGq4MrQNoz0gZqCspbNoW38mEZywapN { box-sizing:content-box;height:11.4375rem;width:11.4375rem;position:absolute;display:block;z-index:15010;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/acce7d10-89df-4ed5-88bd-c285543c5a03/Free_Poster_on_the_Floor_Mockup_tandforsikring.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:22.8125rem;left:28.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#FRGq4MrQNoz0gZqCspbNoW38mEZywapN.adaptive-delivery-prevent-bg, #FRGq4MrQNoz0gZqCspbNoW38mEZywapN.lazyload, #FRGq4MrQNoz0gZqCspbNoW38mEZywapN.lazyloading { background-image: none; }
#ZaND18lxHJg4voq2gdH9Er0ZR9pTN975 { box-sizing:content-box;height:11.4375rem;width:11.4375rem;position:absolute;display:block;z-index:15011;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/f91ac256-4c1a-4918-9c7f-3d1fbe36d869/mappe.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:22.8125rem;left:41.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#ZaND18lxHJg4voq2gdH9Er0ZR9pTN975.adaptive-delivery-prevent-bg, #ZaND18lxHJg4voq2gdH9Er0ZR9pTN975.lazyload, #ZaND18lxHJg4voq2gdH9Er0ZR9pTN975.lazyloading { background-image: none; }
#yELBBNwPLauhHLuNHRLQ8WrPSsgPC3JE { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.3125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:31.5rem;left:16.0625rem;display:block; }
#eQenobn7pAVTkitapIXuSxdn8sfmDmoh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K6UNmyMtgo5C13uLMOlAFJkbZI3kblGV { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.3125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:31.5rem;left:29.375rem;display:block; }
#KoQmr4LxNGkIMlg4QA0iZmmFOAND4nTO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B1wKhdDMU1nh2hcte35XHvHUeubcl3Cm { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.3125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:31.5rem;left:42.625rem;display:block; }
#otnPLZ3BsJTVUCffaHVHWIQPOtZSFZuE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ucPMNyZVnb1ivb92gZD4fJRQ5tMfgswp { box-sizing:content-box;height:11.4375rem;width:11.4375rem;position:absolute;display:block;z-index:15008;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/b4faff67-6ff2-42ed-aac3-e6f4c6638204/gavekort.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:22.8125rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#ucPMNyZVnb1ivb92gZD4fJRQ5tMfgswp.adaptive-delivery-prevent-bg, #ucPMNyZVnb1ivb92gZD4fJRQ5tMfgswp.lazyload, #ucPMNyZVnb1ivb92gZD4fJRQ5tMfgswp.lazyloading { background-image: none; }
#ClWhWw7p5b64IMOMzExRtv3dGTlCoy84 { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.3125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:31.5rem;left:2.75rem;display:block; }
#EhzCtnkPcV9yh7NPsZfL659TPmF6PxUC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R5xeI3B890rooW2O3a3kaDCsKxRnLPq5 { box-sizing:content-box;height:11.4375rem;width:11.4375rem;position:absolute;display:block;z-index:15016;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/13f8ab1a-e253-4971-8689-b4a3212f52a4/Free_Trifold_Flyer_Mockup_tandforsikring.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:36.125rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#R5xeI3B890rooW2O3a3kaDCsKxRnLPq5.adaptive-delivery-prevent-bg, #R5xeI3B890rooW2O3a3kaDCsKxRnLPq5.lazyload, #R5xeI3B890rooW2O3a3kaDCsKxRnLPq5.lazyloading { background-image: none; }
#PVQFspq5MgKEuuarfmiuZvtF4oLkq5Hn { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.3125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:44.8125rem;left:2.75rem;display:block; }
#LZXBQfzDfpd2chWI5MtmHh0DhmBxHNC0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fZmqEHi9L4yQOdv4sWJv2fv6XzwJTs7W { box-sizing:content-box;height:11.4375rem;width:11.4375rem;position:absolute;display:block;z-index:15018;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/abab4ae8-5694-42c0-80e3-74062b484276/Envelopmockupwithwindow.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:36.125rem;left:15.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#fZmqEHi9L4yQOdv4sWJv2fv6XzwJTs7W.adaptive-delivery-prevent-bg, #fZmqEHi9L4yQOdv4sWJv2fv6XzwJTs7W.lazyload, #fZmqEHi9L4yQOdv4sWJv2fv6XzwJTs7W.lazyloading { background-image: none; }
#OhFcOC36iEBNor43TL0iDPIsy1GrDecG { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:44.8125rem;left:16.0625rem;display:block; }
#pWwoTEcX10HFcfnlbwS9SLE8DJQpuMQT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#peAhDvReOhzPTlUq3voTnyobVdCmylhr { position:relative;display:block; }#peAhDvReOhzPTlUq3voTnyobVdCmylhr { background-color: transparent; background-image: none; }#peAhDvReOhzPTlUq3voTnyobVdCmylhr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#peAhDvReOhzPTlUq3voTnyobVdCmylhr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#peAhDvReOhzPTlUq3voTnyobVdCmylhr > .row .container > .video-iframe-container { display: none; }#peAhDvReOhzPTlUq3voTnyobVdCmylhr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#peAhDvReOhzPTlUq3voTnyobVdCmylhr > .row > .video-iframe-container { display: none; }#peAhDvReOhzPTlUq3voTnyobVdCmylhr > .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); }#peAhDvReOhzPTlUq3voTnyobVdCmylhr { border-width: 0; border-radius: 0; }#peAhDvReOhzPTlUq3voTnyobVdCmylhr > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#peAhDvReOhzPTlUq3voTnyobVdCmylhr > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#wrHimItkplWOVbg5l9Eztbn7xtiy7TQm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.75rem;left:28.875rem; }
#wrHimItkplWOVbg5l9Eztbn7xtiy7TQm > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#WqIZ0bSlEcIwL83sCGQN5SmNRGEscpMV { color:#ff9d00;display:block;width:6.5625rem;position:absolute;font-family:urbanist;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:26.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#aOT9LxPPnZbNy3y1yCsQ0tmKIRxhLL2m { box-sizing:content-box;height:7.375rem;width:7.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#fff3e0;background-image:none;top:0rem;left:26.3125rem;display:block; }
#CeabmXzDR7WnTmfmmSeRJ0Ru6ATDtP1E { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:14998;background-color:#ffce80;background-image:none;top:3.625rem;left:0rem;display:block; }
#LxIJpXwB7JZX6PmeOuX0TiEbwPAPVhcR { position:relative;display:block; }#LxIJpXwB7JZX6PmeOuX0TiEbwPAPVhcR { background-color: transparent; background-image: none; }#LxIJpXwB7JZX6PmeOuX0TiEbwPAPVhcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxIJpXwB7JZX6PmeOuX0TiEbwPAPVhcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxIJpXwB7JZX6PmeOuX0TiEbwPAPVhcR > .row .container > .video-iframe-container { display: none; }#LxIJpXwB7JZX6PmeOuX0TiEbwPAPVhcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxIJpXwB7JZX6PmeOuX0TiEbwPAPVhcR > .row > .video-iframe-container { display: none; }#LxIJpXwB7JZX6PmeOuX0TiEbwPAPVhcR > .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); }#LxIJpXwB7JZX6PmeOuX0TiEbwPAPVhcR { border-width: 0; border-radius: 0; }#LxIJpXwB7JZX6PmeOuX0TiEbwPAPVhcR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LxIJpXwB7JZX6PmeOuX0TiEbwPAPVhcR > .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:66.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#imznVUy6pGlwXVLcT0naucuQOkFL2EmP { color:#194d64;display:block;width:55.375rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.9375rem;left:1.9375rem;height:6.75rem;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; }
#QtQOoP82mDIvmJ0mIdnALny1uuc9uS4m { color:#194d64;display:block;width:55.4375rem;position:absolute;font-family:urbanist;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.75rem;left:1.9375rem;height:2.75rem;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; }
#VgcKKhKxVCXlWtgRMpHgJZuoJPsw37BU { box-sizing:content-box;height:11.4375rem;width:11.4375rem;position:absolute;display:block;z-index:15000;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/11442720-30e3-49ec-b5bd-547938746bbe/skilt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.5625rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#VgcKKhKxVCXlWtgRMpHgJZuoJPsw37BU.adaptive-delivery-prevent-bg, #VgcKKhKxVCXlWtgRMpHgJZuoJPsw37BU.lazyload, #VgcKKhKxVCXlWtgRMpHgJZuoJPsw37BU.lazyloading { background-image: none; }
#BMMwqgw3Bcqn88446oM4mTb9O5w04lgR { box-sizing:content-box;height:11.4375rem;width:11.4375rem;position:absolute;display:block;z-index:15001;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/50772bc9-c15d-4de1-a21c-663132fea753/facadeogskilt.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.5625rem;left:15.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#BMMwqgw3Bcqn88446oM4mTb9O5w04lgR.adaptive-delivery-prevent-bg, #BMMwqgw3Bcqn88446oM4mTb9O5w04lgR.lazyload, #BMMwqgw3Bcqn88446oM4mTb9O5w04lgR.lazyloading { background-image: none; }
#AvhoDtsyEMWzV3cDoO50f5ghtDTrE8h4 { box-sizing:content-box;height:11.4375rem;width:11.4375rem;position:absolute;display:block;z-index:15002;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/bcebaff6-2d49-4b3d-9efe-a5364cc5540f/wayfinding.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.5625rem;left:28.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#AvhoDtsyEMWzV3cDoO50f5ghtDTrE8h4.adaptive-delivery-prevent-bg, #AvhoDtsyEMWzV3cDoO50f5ghtDTrE8h4.lazyload, #AvhoDtsyEMWzV3cDoO50f5ghtDTrE8h4.lazyloading { background-image: none; }
#xKNEeJWo8ruMyMMStb1ITiUgQUlWg6lf { box-sizing:content-box;height:11.4375rem;width:11.4375rem;position:absolute;display:block;z-index:15003;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/9f18a81a-fc7b-4b54-9976-ba42762be7ff/rollupoverblok.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.5625rem;left:41.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#xKNEeJWo8ruMyMMStb1ITiUgQUlWg6lf.adaptive-delivery-prevent-bg, #xKNEeJWo8ruMyMMStb1ITiUgQUlWg6lf.lazyload, #xKNEeJWo8ruMyMMStb1ITiUgQUlWg6lf.lazyloading { background-image: none; }
#GazUDdgK7AoRGqFuE9uXmC9isZtb57zw { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.3125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:20.25rem;left:2.75rem;display:block; }
#NieJbJzdzeJ2FOnxMNAipE3Un4hXnVbA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RnPcfVFwPSocwxwLfAaopCp7b6wA01SP { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.3125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:20.21875rem;left:16.0625rem;display:block; }
#I1V2KcQl75eJZldmiPr6md0Ig3nNstV4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MdeJiqfTcs7kCwTD2pbPJfoeMkFmlfpz { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:20.21875rem;left:29.375rem;display:block; }
#LUk6QTlAEe3xf2wDEEXNCgPx7SuFu3VW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ozzp1kBglPWoEoo4sI2VtxldLwTTwH7L { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.21875rem;left:42.625rem;display:block; }
#bM9Nnml1GTWvCOATtvzW8nTv48nfaFJn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DF0D2lgI8fWsLAeK18VJg0n7WalkLhq0 { box-sizing:content-box;height:11.4375rem;width:11.4375rem;position:absolute;display:block;z-index:15009;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/ae6b9b16-e119-4141-9123-89f1aca0b8fd/prisliste.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.6875rem;left:15.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#DF0D2lgI8fWsLAeK18VJg0n7WalkLhq0.adaptive-delivery-prevent-bg, #DF0D2lgI8fWsLAeK18VJg0n7WalkLhq0.lazyload, #DF0D2lgI8fWsLAeK18VJg0n7WalkLhq0.lazyloading { background-image: none; }
#TqqWBJU1fgCBZTUUOI5CBwRB3V3WWcUv { box-sizing:content-box;height:11.4375rem;width:11.4375rem;position:absolute;display:block;z-index:15010;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/acce7d10-89df-4ed5-88bd-c285543c5a03/Free_Poster_on_the_Floor_Mockup_tandforsikring.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.6875rem;left:28.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#TqqWBJU1fgCBZTUUOI5CBwRB3V3WWcUv.adaptive-delivery-prevent-bg, #TqqWBJU1fgCBZTUUOI5CBwRB3V3WWcUv.lazyload, #TqqWBJU1fgCBZTUUOI5CBwRB3V3WWcUv.lazyloading { background-image: none; }
#mCsp9qlqfXRM1s4nQAIUKAy4TibC7pp7 { box-sizing:content-box;height:11.4375rem;width:11.4375rem;position:absolute;display:block;z-index:15011;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/ed0b15ec-a39c-488d-8914-1f9a0543b162/avisannonce.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.6875rem;left:41.8125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#mCsp9qlqfXRM1s4nQAIUKAy4TibC7pp7.adaptive-delivery-prevent-bg, #mCsp9qlqfXRM1s4nQAIUKAy4TibC7pp7.lazyload, #mCsp9qlqfXRM1s4nQAIUKAy4TibC7pp7.lazyloading { background-image: none; }
#ft9n1aOI33Ix3XyH92zwxCkBF7vK7mhD { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.3125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:33.375rem;left:16.0625rem;display:block; }
#bOpRDt5Q4l5K4NBXJdzCy71sRNyONOyZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AyAVM10WHkIMP1Or1mX0MH81Qc3ACX7E { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.3125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:33.375rem;left:29.375rem;display:block; }
#UmfPW46kddZ1US2S7FicHIsMo3T8MKEO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A3KDzXUz0JthIn8DTgxwm0vleTqmB0OH { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.3125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:33.375rem;left:42.625rem;display:block; }
#zelnbL3fqHEr3szWsDUMfLR6hz7ebcMQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#faagJ02xsr0bvNkQBdbJXwPpKPTHZb10 { box-sizing:content-box;height:11.4375rem;width:11.4375rem;position:absolute;display:block;z-index:15008;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/b91cf76a-23a6-42bb-84c6-0a933716867b/Display_Stand_Mockup_prismatch.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:24.6875rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#faagJ02xsr0bvNkQBdbJXwPpKPTHZb10.adaptive-delivery-prevent-bg, #faagJ02xsr0bvNkQBdbJXwPpKPTHZb10.lazyload, #faagJ02xsr0bvNkQBdbJXwPpKPTHZb10.lazyloading { background-image: none; }
#Aq7TEmsTKy7mNVzc9fScTt5TnMy4vwQr { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.3125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:33.375rem;left:2.75rem;display:block; }
#aDVCemECnU0TvrORPTTwwDmkGBchVn0l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LuMUMXoGav6yxvmJBGlGu0aufwPe8xlO { box-sizing:content-box;height:11.4375rem;width:11.4375rem;position:absolute;display:block;z-index:15016;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/c6957065-ff69-467c-882a-2e08a1b8d765/FreeFlyertilbudsflyer1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:37.875rem;left:15.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#LuMUMXoGav6yxvmJBGlGu0aufwPe8xlO.adaptive-delivery-prevent-bg, #LuMUMXoGav6yxvmJBGlGu0aufwPe8xlO.lazyload, #LuMUMXoGav6yxvmJBGlGu0aufwPe8xlO.lazyloading { background-image: none; }
#yThgRsbLlzJFDdaa1T8gKyF2SsMv9i7v { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.3125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:46.5625rem;left:16.0625rem;display:block; }
#eZ8pG8XmdwgqZfz8REICNFFKTvoDUeRF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AXfHdLmlhA5nnnAqKXQryuTMArLU8xTh { box-sizing:content-box;height:11.4375rem;width:11.4375rem;position:absolute;display:block;z-index:15018;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/9d7ccf78-1d58-4887-bf2e-b68cbcca45bf/poser.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:37.875rem;left:28.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#AXfHdLmlhA5nnnAqKXQryuTMArLU8xTh.adaptive-delivery-prevent-bg, #AXfHdLmlhA5nnnAqKXQryuTMArLU8xTh.lazyload, #AXfHdLmlhA5nnnAqKXQryuTMArLU8xTh.lazyloading { background-image: none; }
#UBJW1SFFX9NKurtJM2EXLJsCPRQpTMgw { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:46.5625rem;left:29.375rem;display:block; }
#Bd3DfMmcCix4oAMXKaoxrC2JPRVSgXy8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PfPRNDbSiQdRcTgykuy4BBGhJdSdiqSt { box-sizing:content-box;height:11.4375rem;width:11.4375rem;position:absolute;display:block;z-index:15020;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/eec29b09-e105-422a-aa1a-9cf7f0d45946/Skrmbillede20250324kl125501.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:37.875rem;left:41.875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#PfPRNDbSiQdRcTgykuy4BBGhJdSdiqSt.adaptive-delivery-prevent-bg, #PfPRNDbSiQdRcTgykuy4BBGhJdSdiqSt.lazyload, #PfPRNDbSiQdRcTgykuy4BBGhJdSdiqSt.lazyloading { background-image: none; }
#fDk8JLwVL9Tfrh5yCEP8fH1aKWARw7T5 { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.3125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:46.5625rem;left:42.6875rem;display:block; }
#d0TWUzvH6XOU6dP8zqvOx1J4MXZhmEEG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jv6GOG1cvZbTGE0DH64sZkBsxIcNv5Ib { box-sizing:content-box;height:11.4375rem;width:11.4375rem;position:absolute;display:block;z-index:15010;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/ed0b15ec-a39c-488d-8914-1f9a0543b162/avisannonce.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:37.875rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#Jv6GOG1cvZbTGE0DH64sZkBsxIcNv5Ib.adaptive-delivery-prevent-bg, #Jv6GOG1cvZbTGE0DH64sZkBsxIcNv5Ib.lazyload, #Jv6GOG1cvZbTGE0DH64sZkBsxIcNv5Ib.lazyloading { background-image: none; }
#WxTzPXkUtOCTQlHmLS2Qeqmg1RTiklAd { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.3125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:46.5625rem;left:2.75rem;display:block; }
#iwpmbiuDvV6mVQ8MZsFf2bEGq1CzH3hQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dsfCaxu1FQsc6BNibDLQEzMSth0EpEZL { box-sizing:content-box;height:11.4375rem;width:11.4375rem;position:absolute;display:block;z-index:15022;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/8fb3b373-fcc0-494f-8dda-7739b73e82c0/flyerholder.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:50.9375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#dsfCaxu1FQsc6BNibDLQEzMSth0EpEZL.adaptive-delivery-prevent-bg, #dsfCaxu1FQsc6BNibDLQEzMSth0EpEZL.lazyload, #dsfCaxu1FQsc6BNibDLQEzMSth0EpEZL.lazyloading { background-image: none; }
#DXQE5fC6UazwSTxfQmTZwCTTQm20PNnT { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.3125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:59.625rem;left:2.75rem;display:block; }
#kv0iQgwvpFTxUHSs8RJQ6D4QLZa2aDtI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QNeZ5J5TrZMKsD52I8oiMuPIEw20iq7E { box-sizing:content-box;height:11.4375rem;width:11.4375rem;position:absolute;display:block;z-index:15018;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/4d2a30fd-0296-4ebd-a9de-ef70717ca286/visitkortholdere.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:50.9375rem;left:15.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#QNeZ5J5TrZMKsD52I8oiMuPIEw20iq7E.adaptive-delivery-prevent-bg, #QNeZ5J5TrZMKsD52I8oiMuPIEw20iq7E.lazyload, #QNeZ5J5TrZMKsD52I8oiMuPIEw20iq7E.lazyloading { background-image: none; }
#QcsOOEyTzWHzTwlAoMAN6bzOGyafePDG { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:59.625rem;left:16.0625rem;display:block; }
#miOuuxMGDpxupFZh4CVvocDkF1wM5mMx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eTTCHugzrVT6XOFN5ocK0n2obLlhu46W { position:relative;display:block; }#eTTCHugzrVT6XOFN5ocK0n2obLlhu46W { background-color: transparent; background-image: none; }#eTTCHugzrVT6XOFN5ocK0n2obLlhu46W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTTCHugzrVT6XOFN5ocK0n2obLlhu46W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTTCHugzrVT6XOFN5ocK0n2obLlhu46W > .row .container > .video-iframe-container { display: none; }#eTTCHugzrVT6XOFN5ocK0n2obLlhu46W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTTCHugzrVT6XOFN5ocK0n2obLlhu46W > .row > .video-iframe-container { display: none; }#eTTCHugzrVT6XOFN5ocK0n2obLlhu46W > .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); }#eTTCHugzrVT6XOFN5ocK0n2obLlhu46W { border-width: 0; border-radius: 0; }#eTTCHugzrVT6XOFN5ocK0n2obLlhu46W > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#eTTCHugzrVT6XOFN5ocK0n2obLlhu46W > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#FErfLqUChWTQsRcQVn8nIwJlg1haJvG3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.75rem;left:28.875rem; }
#FErfLqUChWTQsRcQVn8nIwJlg1haJvG3 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#XuiDhxiC1t2aMUVEHLPxKAqAN6zKRMv8 { color:#ff9d00;display:block;width:6.5625rem;position:absolute;font-family:urbanist;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:26.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#JlNhKHgT434uSIdbzpidaH2Jnw7raNxJ { box-sizing:content-box;height:7.375rem;width:7.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#fff3e0;background-image:none;top:0rem;left:26.3125rem;display:block; }
#s3Sdg5xsnbEUw3cuivw1RTnhEPAIkm6r { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:14998;background-color:#ffce80;background-image:none;top:3.625rem;left:0rem;display:block; }
#H2lKrAHQEmBlKLO4Dzz6ZCrLVu4EppIr { position:relative;display:block; }#H2lKrAHQEmBlKLO4Dzz6ZCrLVu4EppIr { background-color: transparent; background-image: none; }#H2lKrAHQEmBlKLO4Dzz6ZCrLVu4EppIr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2lKrAHQEmBlKLO4Dzz6ZCrLVu4EppIr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2lKrAHQEmBlKLO4Dzz6ZCrLVu4EppIr > .row .container > .video-iframe-container { display: none; }#H2lKrAHQEmBlKLO4Dzz6ZCrLVu4EppIr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2lKrAHQEmBlKLO4Dzz6ZCrLVu4EppIr > .row > .video-iframe-container { display: none; }#H2lKrAHQEmBlKLO4Dzz6ZCrLVu4EppIr > .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); }#H2lKrAHQEmBlKLO4Dzz6ZCrLVu4EppIr { border-width: 0; border-radius: 0; }#H2lKrAHQEmBlKLO4Dzz6ZCrLVu4EppIr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#H2lKrAHQEmBlKLO4Dzz6ZCrLVu4EppIr > .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:46.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZxnpOsP2N5VBIuraXUxT2N9wcixaaupg { color:#194d64;display:block;width:50.1875rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.9375rem;left:1.9375rem;height:3.375rem;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; }
#yk1OdVB5Kh5m41rCXAUE0Oiw8TaL7gH0 { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.75rem;left:1.9375rem;height:2.75rem;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; }
#DEEXfo8IOKNdC9rbH6igEGfWmCVc4HPM { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:15.0625rem;left:33.4375rem;height:2.3374rem;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; }
#poJzKD0tHOOh8IaCpawcWRHezgXx0pAC { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:18.6875rem;left:33.4375rem;height:16.875rem;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; }
#M44LotnphaS2CtSVkOwMGJi8CEXTFlT2 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.875rem;width:23.5rem;top:14.4375rem;left:4.6875rem;overflow:hidden;display:block; }
#tLwVtzQTAA0dDwMFOFtTu9tVx4E038Wg { box-sizing:content-box;height:14.625rem;width:24.25rem;position:absolute;display:block;z-index:15032;background-color:#fff3e0;background-image:none;top:17.375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#uxzL24Mx1WK3Vlg5mPITukKidtout8GE { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:37.3125rem;left:33.4375rem;display:block; }
#GLDmI873T8uF8UDlcPHWz5Ta9J1pOFzy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kL046I3CcOBdoWsHRDyA4CN8wWMyloTO { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15135;opacity:1;top:26.59375rem;left:25.3125rem; }
#kL046I3CcOBdoWsHRDyA4CN8wWMyloTO > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#uWfgU67IPXQJR7GZvAZMHv4FUe3xdEht { position:relative;display:block; }#uWfgU67IPXQJR7GZvAZMHv4FUe3xdEht { background-color: transparent; background-image: none; }#uWfgU67IPXQJR7GZvAZMHv4FUe3xdEht::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWfgU67IPXQJR7GZvAZMHv4FUe3xdEht > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWfgU67IPXQJR7GZvAZMHv4FUe3xdEht > .row .container > .video-iframe-container { display: none; }#uWfgU67IPXQJR7GZvAZMHv4FUe3xdEht > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWfgU67IPXQJR7GZvAZMHv4FUe3xdEht > .row > .video-iframe-container { display: none; }#uWfgU67IPXQJR7GZvAZMHv4FUe3xdEht > .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); }#uWfgU67IPXQJR7GZvAZMHv4FUe3xdEht { border-width: 0; border-radius: 0; }#uWfgU67IPXQJR7GZvAZMHv4FUe3xdEht > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#uWfgU67IPXQJR7GZvAZMHv4FUe3xdEht > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#i7hgtIEM3I3eVTZvkFWDlCs9SiKwaI2L { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.75rem;left:28.875rem; }
#i7hgtIEM3I3eVTZvkFWDlCs9SiKwaI2L > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#MHEIKxEhROSD5rgIW1BChyQ6v4JBRJcO { color:#ff9d00;display:block;width:6.5625rem;position:absolute;font-family:urbanist;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:26.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#vsLeyusDs1wtA766U0AFJpulMItUTkUf { box-sizing:content-box;height:7.375rem;width:7.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#fff3e0;background-image:none;top:0rem;left:26.3125rem;display:block; }
#WCx013P2TbamT6oOloCT0ePyEx6IOaAV { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:14998;background-color:#ffce80;background-image:none;top:3.625rem;left:0rem;display:block; }
#lC3G5EmdPHu3uPEeBnFleQDwEOxPUz2N { position:relative;display:block; }#lC3G5EmdPHu3uPEeBnFleQDwEOxPUz2N { background-color: transparent; background-image: none; }#lC3G5EmdPHu3uPEeBnFleQDwEOxPUz2N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC3G5EmdPHu3uPEeBnFleQDwEOxPUz2N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC3G5EmdPHu3uPEeBnFleQDwEOxPUz2N > .row .container > .video-iframe-container { display: none; }#lC3G5EmdPHu3uPEeBnFleQDwEOxPUz2N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC3G5EmdPHu3uPEeBnFleQDwEOxPUz2N > .row > .video-iframe-container { display: none; }#lC3G5EmdPHu3uPEeBnFleQDwEOxPUz2N > .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); }#lC3G5EmdPHu3uPEeBnFleQDwEOxPUz2N { border-width: 0; border-radius: 0; }#lC3G5EmdPHu3uPEeBnFleQDwEOxPUz2N > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lC3G5EmdPHu3uPEeBnFleQDwEOxPUz2N > .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:47.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hZ58PbV5Bx34Z7T1dvrAhGQWmdTtanFI { color:#194d64;display:block;width:52.3125rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.9375rem;left:1.9375rem;height:3.375rem;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; }
#nRyg2P6r9bZHHewmRK6yxnByZrwhQpyc { color:#194d64;display:block;width:29.3125rem;position:absolute;font-family:urbanist;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.75rem;left:1.9375rem;height:2.75rem;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; }
#ZlLwi2cWVHAXZ44tQeWCrn75M7kGcAI7 { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:13.8125rem;left:33.4375rem;height:4.673825rem;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; }
#bCxxU6h7Lyo2nD1p1TIdl4mhSokBQFuI { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:20.5625rem;left:33.4375rem;height:16.875rem;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; }
#hAAwMely0qxyqrwuaLFwuua4pDsRcyB6 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:24.3125rem;width:18.75rem;top:13.09375rem;left:3.375rem;overflow:hidden;display:block; }
#wTsigO1dRlcl0O2QyfNU5JT1nki6dKJM { box-sizing:content-box;height:14.625rem;width:24.25rem;position:absolute;display:block;z-index:15032;background-color:#fff3e0;background-image:none;top:17.9375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Gy2ux4JDAtoEo0R8kDRG1gLW33zJANNw { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:39.4375rem;left:33.4375rem;display:block; }
#xXQwunNF6ltopDsC6IqbTT5Us0T1NCaa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d6L4Sdn1uGE2KC7HPwTQZudmr32uM6rB { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.0625rem;width:13.0625rem;top:29.875rem;left:14.6875rem;overflow:hidden;display:block; }
#am9J8e4HXZ71pnIBhs0hsX7FWzVRsVUB { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15136;opacity:1;top:27rem;left:19.3125rem; }
#am9J8e4HXZ71pnIBhs0hsX7FWzVRsVUB > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#LK15sUIklTo6W0LnoLzT0lxSJMT4zTxu { position:relative;display:block; }#LK15sUIklTo6W0LnoLzT0lxSJMT4zTxu { background-color: transparent; background-image: none; }#LK15sUIklTo6W0LnoLzT0lxSJMT4zTxu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LK15sUIklTo6W0LnoLzT0lxSJMT4zTxu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LK15sUIklTo6W0LnoLzT0lxSJMT4zTxu > .row .container > .video-iframe-container { display: none; }#LK15sUIklTo6W0LnoLzT0lxSJMT4zTxu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LK15sUIklTo6W0LnoLzT0lxSJMT4zTxu > .row > .video-iframe-container { display: none; }#LK15sUIklTo6W0LnoLzT0lxSJMT4zTxu > .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); }#LK15sUIklTo6W0LnoLzT0lxSJMT4zTxu { border-width: 0; border-radius: 0; }#LK15sUIklTo6W0LnoLzT0lxSJMT4zTxu > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#LK15sUIklTo6W0LnoLzT0lxSJMT4zTxu > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#hERk4ZPNtzSEfIABCLnzS1XI7gkXxwpI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.75rem;left:28.875rem; }
#hERk4ZPNtzSEfIABCLnzS1XI7gkXxwpI > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#VSyizTbQvLVyi9VwB112aAt0u8xH22La { color:#ff9d00;display:block;width:6.5625rem;position:absolute;font-family:urbanist;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:26.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#wROy1mlwtZNIWALlzgK82bK6c24kLm9L { box-sizing:content-box;height:7.375rem;width:7.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#fff3e0;background-image:none;top:0rem;left:26.3125rem;display:block; }
#QNTUXQROgCCgxFht3BStlulLUHAwGbIQ { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:14998;background-color:#ffce80;background-image:none;top:3.625rem;left:0rem;display:block; }
#TFpZmwIk5R1rNBuTKyE0P9RSUeBscFz0 { position:relative;display:block; }#TFpZmwIk5R1rNBuTKyE0P9RSUeBscFz0 { background-color: transparent; background-image: none; }#TFpZmwIk5R1rNBuTKyE0P9RSUeBscFz0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFpZmwIk5R1rNBuTKyE0P9RSUeBscFz0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFpZmwIk5R1rNBuTKyE0P9RSUeBscFz0 > .row .container > .video-iframe-container { display: none; }#TFpZmwIk5R1rNBuTKyE0P9RSUeBscFz0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFpZmwIk5R1rNBuTKyE0P9RSUeBscFz0 > .row > .video-iframe-container { display: none; }#TFpZmwIk5R1rNBuTKyE0P9RSUeBscFz0 > .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); }#TFpZmwIk5R1rNBuTKyE0P9RSUeBscFz0 { border-width: 0; border-radius: 0; }#TFpZmwIk5R1rNBuTKyE0P9RSUeBscFz0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TFpZmwIk5R1rNBuTKyE0P9RSUeBscFz0 > .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:44.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SETHulq5pp26xsT5TIF1S9SMeF8wRiag { color:#194d64;display:block;width:50.1875rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.9375rem;left:1.9375rem;height:5.0625rem;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; }
#WFSgNmBnDGlpcslXGJXauXi8nlUmDLSS { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.75rem;left:1.9375rem;height:2.75rem;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; }
#IgeWDZ0SyoTPxbFU1lnnIaeQnPKzlQni { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:15.0625rem;left:33.4375rem;height:;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; }
#utPREksOdr4WqpLEl9bbbDm3l92EJ8WW { color:#194d64;display:block;width:26.5625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:18.6875rem;left:33.4375rem;height:10.125rem;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; }
#AxcOReGt7D65uH4mIJG0tJcwRzlvRJZI { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.5rem;width:19.75rem;top:15.0625rem;left:4.40625rem;overflow:hidden;display:block; }
#ngkpZMTVDKQHXhTbMmULrJnWPgCNcEv5 { box-sizing:content-box;height:18.5rem;width:24.25rem;position:absolute;display:block;z-index:15032;background-color:#fff3e0;background-image:none;top:17.9375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#pRUNA72Nm2Qs1M5z2eyRZeNgFlmL9ZHn { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:30.3125rem;left:33.4375rem;display:block; }
#xq8rzw5ZbWf0pzziMhyB2eFUnMhs75SV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ahfb8ANW3pDUh6PclJ9muvKwqrTeSrIE { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15137;opacity:1;top:30.5625rem;left:20.875rem; }
#Ahfb8ANW3pDUh6PclJ9muvKwqrTeSrIE > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#hRcsGgaSxfSTKyu9n4PlpXdu6vOLnUOt { position:relative;display:block; }#hRcsGgaSxfSTKyu9n4PlpXdu6vOLnUOt { background-color: transparent; background-image: none; }#hRcsGgaSxfSTKyu9n4PlpXdu6vOLnUOt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRcsGgaSxfSTKyu9n4PlpXdu6vOLnUOt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRcsGgaSxfSTKyu9n4PlpXdu6vOLnUOt > .row .container > .video-iframe-container { display: none; }#hRcsGgaSxfSTKyu9n4PlpXdu6vOLnUOt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRcsGgaSxfSTKyu9n4PlpXdu6vOLnUOt > .row > .video-iframe-container { display: none; }#hRcsGgaSxfSTKyu9n4PlpXdu6vOLnUOt > .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); }#hRcsGgaSxfSTKyu9n4PlpXdu6vOLnUOt { border-width: 0; border-radius: 0; }#hRcsGgaSxfSTKyu9n4PlpXdu6vOLnUOt > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#hRcsGgaSxfSTKyu9n4PlpXdu6vOLnUOt > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#pDRTWoPBHF5fNBEICuX9RTTAf219CIJB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.75rem;left:28.875rem; }
#pDRTWoPBHF5fNBEICuX9RTTAf219CIJB > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#dI9r7MBZeFKW6u0pfSyprqMDXPLfKE60 { color:#ff9d00;display:block;width:6.5625rem;position:absolute;font-family:urbanist;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:26.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#RqTXcek1LSt0J0usl8A6dMeWZ4FqF7Mc { box-sizing:content-box;height:7.375rem;width:7.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#fff3e0;background-image:none;top:0rem;left:26.3125rem;display:block; }
#OflqWJNCBOwRmGW9BqQ6T2gJyqoC7WNf { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:14998;background-color:#ffce80;background-image:none;top:3.625rem;left:0rem;display:block; }
#P42F8fmkHrKkCe4wdziWPNWGzs2wgyc6 { position:relative;display:block; }#P42F8fmkHrKkCe4wdziWPNWGzs2wgyc6 { background-color: transparent; background-image: none; }#P42F8fmkHrKkCe4wdziWPNWGzs2wgyc6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P42F8fmkHrKkCe4wdziWPNWGzs2wgyc6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P42F8fmkHrKkCe4wdziWPNWGzs2wgyc6 > .row .container > .video-iframe-container { display: none; }#P42F8fmkHrKkCe4wdziWPNWGzs2wgyc6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P42F8fmkHrKkCe4wdziWPNWGzs2wgyc6 > .row > .video-iframe-container { display: none; }#P42F8fmkHrKkCe4wdziWPNWGzs2wgyc6 > .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); }#P42F8fmkHrKkCe4wdziWPNWGzs2wgyc6 { border-width: 0; border-radius: 0; }#P42F8fmkHrKkCe4wdziWPNWGzs2wgyc6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#P42F8fmkHrKkCe4wdziWPNWGzs2wgyc6 > .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:68rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MUvTkQDQIgDKQ5t7lv81PNg7hJAAhw44 { color:#194d64;display:block;width:50.1875rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.9375rem;left:1.9375rem;height:3.375rem;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; }
#eZcH1evAfWaH2CiFcVuRKfuMZ0fI1Eub { color:#194d64;display:block;width:34.625rem;position:absolute;font-family:urbanist;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:1.75rem;left:1.9375rem;height:2.75rem;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; }
#L1lqOD8XQWtgBQlww1z7liw15f6SSRzW { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:15.0625rem;left:33.4375rem;height:;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; }
#WLEl316DNTa8tJytQ5fyMSDHyZVhXhpF { color:#194d64;display:block;width:23.0625rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:18.6875rem;left:33.4375rem;height:8.4375rem;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; }
#e3PqhCJKx2gsQPkpRPn4PQCdStKw5Fg9 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.4375rem;width:25.6875rem;top:14.375rem;left:4.625rem;overflow:hidden;display:block; }
#yXvJgclJ4sFd0XvxVBKAWtqLityvQF4D { box-sizing:content-box;height:13.8125rem;width:24.25rem;position:absolute;display:block;z-index:15032;background-color:#fff3e0;background-image:none;top:17.9375rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#yTQhop6AysQeb3cSKIeWqkJ04lT4R1Vx { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:28.8125rem;left:33.4375rem;display:block; }
#etyPRZHMw2tIvTrWd3uWFPVZ3RvIa79m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aORpqJ64CQdtDSzdPVWmT3xTLrnykW5x { box-sizing:content-box;height:14.4375rem;width:24.25rem;position:absolute;display:block;z-index:15038;background-color:#fff3e0;background-image:none;top:47rem;left:1.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#t09quxLnhEXo6omPyHXlKWikpsPPI1q9 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.875rem;width:25.1875rem;top:39.875rem;left:5.0625rem;overflow:hidden;display:block; }
#Be2bTrROCgkuOcPu0ifIgPmXPhIMqF6I { background-color:#229a7e;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;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:urbanist;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:56.0625rem;left:33.4375rem;display:block; }
#PaW8JosHA51FmvlaD3HGrJSRqFiRewsp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QW2O4gvBFTJbUJKRgosoTrIRRTPlrAsR { color:#194d64;display:block;width:24rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:45.4375rem;left:33.4375rem;height:8.4375rem;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; }
#aHZ9DwgwZcMETViOzfgxLEqtHGCPi1cD { color:#194d64;display:block;width:24.6875rem;position:absolute;font-family:urbanist;font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:41.8125rem;left:33.4375rem;height:2.3374rem;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; }
#m6AeZNhhvAg4zp2AngMewIlUZCUN7VqZ { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;top:35.8125rem;left:0rem;display:block; }
#RFUbll2hEK8LOywxgpEHz0IrinG15LDx { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15138;opacity:1;top:25.6875rem;left:27.125rem; }
#RFUbll2hEK8LOywxgpEHz0IrinG15LDx > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#x2xMi1Z2qF5tdJK4oF3O9wbUBT8RaM6W { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15139;opacity:1;top:54.5625rem;left:27.125rem; }
#x2xMi1Z2qF5tdJK4oF3O9wbUBT8RaM6W > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#SvV2vGzprB5K5JxhUoh1qJKRpE7onI5T { position:relative;display:block; }#SvV2vGzprB5K5JxhUoh1qJKRpE7onI5T { background-color: transparent; background-image: none; }#SvV2vGzprB5K5JxhUoh1qJKRpE7onI5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SvV2vGzprB5K5JxhUoh1qJKRpE7onI5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SvV2vGzprB5K5JxhUoh1qJKRpE7onI5T > .row .container > .video-iframe-container { display: none; }#SvV2vGzprB5K5JxhUoh1qJKRpE7onI5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SvV2vGzprB5K5JxhUoh1qJKRpE7onI5T > .row > .video-iframe-container { display: none; }#SvV2vGzprB5K5JxhUoh1qJKRpE7onI5T > .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); }#SvV2vGzprB5K5JxhUoh1qJKRpE7onI5T { border-width: 0; border-radius: 0; }#SvV2vGzprB5K5JxhUoh1qJKRpE7onI5T > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#SvV2vGzprB5K5JxhUoh1qJKRpE7onI5T > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#rekCSgT9D34Hu3nORpGJTr0FxhITzD5a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.75rem;left:28.875rem; }
#rekCSgT9D34Hu3nORpGJTr0FxhITzD5a > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#DgDJsn3hM8qmm968Hb2J9dqvbKlhI4Ti { color:#ff9d00;display:block;width:6.5625rem;position:absolute;font-family:urbanist;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:26.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#tf1hUD0P1edzprqzQpaZGVnTfV0vW0kH { box-sizing:content-box;height:7.375rem;width:7.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#fff3e0;background-image:none;top:0rem;left:26.3125rem;display:block; }
#oR8ifDewTPbpWnHOul9pvwvm9Nlc6nr6 { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:14998;background-color:#ffce80;background-image:none;top:3.625rem;left:0rem;display:block; }
#lQyTNPEysxR5oT72o6y7pIHstCMbRU4v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#194d64;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lQyTNPEysxR5oT72o6y7pIHstCMbRU4v > .row .container { background-color: transparent; background-image: none; }#lQyTNPEysxR5oT72o6y7pIHstCMbRU4v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQyTNPEysxR5oT72o6y7pIHstCMbRU4v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQyTNPEysxR5oT72o6y7pIHstCMbRU4v > .row .container > .video-iframe-container { display: none; }#lQyTNPEysxR5oT72o6y7pIHstCMbRU4v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQyTNPEysxR5oT72o6y7pIHstCMbRU4v > .row > .video-iframe-container { display: none; }#lQyTNPEysxR5oT72o6y7pIHstCMbRU4v > .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); }#lQyTNPEysxR5oT72o6y7pIHstCMbRU4v > .row .container { border-width: 0; border-radius: 0; }#lQyTNPEysxR5oT72o6y7pIHstCMbRU4v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lQyTNPEysxR5oT72o6y7pIHstCMbRU4v > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:60rem;position:relative;display:block; }#H39AxnTFltHrDBkVyhqlDL2oegXNnWZ8 { color:#ffffff;display:block;width:41.375rem;position:absolute;font-family:urbanist;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:3.5625rem;left:9.3125rem;height:8.4375rem;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; }
#LbM7n6LQq1ZCiVzOETCWX17CpGkLE7L0 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:10.1875rem;top:15.3125rem;left:1.90625rem;overflow:hidden;display:block; }
#COQurT3kPFirRDDWhdO9sVyqrDDKHmxL { color:#ffffff;display:block;width:14rem;position:absolute;font-family:urbanist;font-size:1rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:17rem;left:46rem;height:1.5rem;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HFsiM1iXXwx2NFAkpFv6A6iUUDDugSPU { display:block; }#HFsiM1iXXwx2NFAkpFv6A6iUUDDugSPU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EzAi27EQDEoX9nte5HHSZARcDLGIsRQy { top:0rem;left:0rem;width:14.25rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTg5upyyRS9JcFF63oTcvk9LLL1aC9vk { display:none; }#nTg5upyyRS9JcFF63oTcvk9LLL1aC9vk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Fe1VzgO7VTzTy1TeEK3xZsE5HVSpIZSU { top:26.5rem;left:8.1875rem;width:31.4375rem;height:6.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6dyDMkoF8Dbh3z1ZE2NmrD6L54tlrbl { top:9.875rem;left:1.625rem;width:44.5625rem;height:14rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJ1kCk6r2OqZvggE7e9LTZMW1Fq4X0Qy { display:block; }#aJ1kCk6r2OqZvggE7e9LTZMW1Fq4X0Qy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3XZx3niAy4eeIlRsHzQmykqD4leDBLc { top:9.875rem;left:1.625rem;width:44.5625rem;height:14rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKMwi1bd2egkEO32nomTFTTpNTg9DWV2 { top:26.5rem;left:8.1875rem;width:31.4375rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1Pcx7CRUynA1up9CEwwXeizgKfoIni7 { display:block; }#o1Pcx7CRUynA1up9CEwwXeizgKfoIni7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTaA7daluuFfTpTqFKroOzbVEWhnB4Vs { width:15.25rem;height:3.0625rem;top:14.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULMyqcZRWUJQ1uoNMRHbfCfTbsEMfT9m { display:block; }
 }@media only screen and (max-width: 763px) { #XabTqcw6kLnv9o5fBco4vzgLHMHkpRlM { top:1.5rem;left:0rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKQNO3TCt2JviJTgpk5QuV8bON6ddkR5 { top:1.5rem;left:13.625rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6X7UusrTZsOw1fbeT8Qo6QV1dbrWO7U { width:15.25rem;height:3.0625rem;top:14.8125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClBcsT9wRGstDoi2VTPMXKDn4lnftzNq { display:block; }
 }@media only screen and (max-width: 763px) { #cC1Cs9vchPT9qHNoqaTgKbfM6LnOelu6 { top:1.5rem;left:29.5rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD3ThKs5OFTZMO1RzPOr29hzTOm7x4bd { width:15.25rem;height:3.0625rem;top:14.8125rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha6EWIiB4WLM16vk7IKvdzQtEXgxfISO { display:block; }
 }@media only screen and (max-width: 763px) { #URDFhBMh73BR1UTVhSis0R9gJgKglCAT { display:block; }#URDFhBMh73BR1UTVhSis0R9gJgKglCAT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHFllWy6M9bqnRr0BsiFn3MW9SKx93f5 { width:15.25rem;height:3.0625rem;top:14.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN94he5h7lNT7U1DMbIPFvRoUVvB0JMI { display:block; }
 }@media only screen and (max-width: 763px) { #p2TqITkeKQyCs6Mvc0TUdlkh8TbSgwDb { top:1.5rem;left:0rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #peeh31xxQPHTlXyyEu8UEw7gf9cCDEuE { top:1.5rem;left:13.625rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy3KV28L7LT1EQ0NZf0ee24REePvR5Z2 { width:15.25rem;height:3.0625rem;top:14.8125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izmNm3GknsAhiqGZBIlHILOioPl7PEAz { display:block; }
 }@media only screen and (max-width: 763px) { #P0JDEh2vvfMMZ739eV0hf4ZaCrgaMTVQ { top:1.5625rem;left:29.5rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrGbXk2XBXWTHsQQlhmBoHxkCuQrHb3S { width:16.375rem;height:3.0625rem;top:14.8125rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2serDSHZAncURFLwDHCpNTQppve2sMQ { display:block; }
 }@media only screen and (max-width: 763px) { #TxNaibUTBgVTJcfRIDu67Ch4Tl4q52pw { display:block; }#TxNaibUTBgVTJcfRIDu67Ch4Tl4q52pw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FIwHGnFs1k1yua6T3OIzpJMiTEpkgv76 { width:15.25rem;height:3.0625rem;top:14.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezDGVdsKireaAcCCbhBnlPKxeTSCLHfM { display:block; }
 }@media only screen and (max-width: 763px) { #aqeD4TAdMlCxmUqGvbMGuTFRtZHaV9MD { top:1.5rem;left:0rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJqMJslfN4xOTOpwoCP88eg9MeOg0qGo { top:1.5rem;left:13.625rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQyvEHsxp7weQEMiktkoOz0LS9TmudVq { width:15.25rem;height:3.0625rem;top:14.8125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOrVvWKgsckC0kT2EuDkHCfrsi2Qa5cK { display:block; }
 }@media only screen and (max-width: 763px) { #wBRWPx4IqxNpKmPNyzvxAcrKny7zNHMT { top:1.5rem;left:29.5rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTtHTix2ud9yESiIFfRN2gCK01hlv28x { width:15.25rem;height:3.0625rem;top:14.8125rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifhRCd9HFiZ1vWFz3dI9vsuCibFZPaDT { display:block; }
 }@media only screen and (max-width: 763px) { #UTHnhOLexW5cze2wNA2EVIG0w8pz2uJF { display:block; }#UTHnhOLexW5cze2wNA2EVIG0w8pz2uJF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xD06uyO4sTRRB2ELCW33v8wpKTRJ4box { top:1.5rem;left:0rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoBU8gWCk526gaunm8ofFDQRF7cNlKTL { width:15.25rem;height:3.0625rem;top:14.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLvMUnc75fGkmQJdpsAhn1tKyM99GC4c { display:block; }
 }@media only screen and (max-width: 763px) { #UaWqidg9PNM8MnHcxqM9XmWioyN4AG2p { top:1.5rem;left:13.625rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHsv3lIxCZtMWy6lueeoHSAmEUKa84n0 { width:15.25rem;height:3.0625rem;top:14.8125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTOMEF5LG9z8IGI7qo5FNRErb2JifcJT { display:block; }
 }@media only screen and (max-width: 763px) { #daEMOcOGXqOzMXCLrE0Wy996D9EJ40u5 { top:1.5rem;left:29.5rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H07UXCX64C3dWyKKXEfvcuprWMRVmEtC { width:15.25rem;height:3.0625rem;top:14.8125rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvUg5vNTNPLW3CFUvsalb8sv6SKLIId8 { display:block; }
 }@media only screen and (max-width: 763px) { #xKIBEmTEFOMy18epNsoQposmXwMqvhmL { display:block; }#xKIBEmTEFOMy18epNsoQposmXwMqvhmL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrTJS6sUXzwgcrMc8kfBPfzCegh8cU2a { width:15.25rem;height:3.0625rem;top:14.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMZe247ZqvNbD1cC5r4EoMIgaulZvCVT { display:block; }
 }@media only screen and (max-width: 763px) { #khReCz7mv5bsNrcymWaJNx06k4CEwgPv { top:1.5rem;left:0rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWCRzWHLGDae7GgLAfyrD58x1huoRTnT { top:1.5rem;left:13.625rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H81SQ8RAUZDmFFRwQQ8Zg93LdLVabqVq { width:15.25rem;height:3.0625rem;top:14.8125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTUm4sqaHtiiU73PR5cQnkQsUMqS1xZ4 { display:block; }
 }@media only screen and (max-width: 763px) { #MJ5xxpB4OdByWBAIszLMbEBHfxi77210 { top:1.5rem;left:29.5rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvUTaSfXu7ThQDZ3JpRJG0xxONRr6fKg { width:15.25rem;height:3.0625rem;top:14.8125rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARq7nvmdmg4lOHvboffbq5l45Q7pIcvD { display:block; }
 }@media only screen and (max-width: 763px) { #Frb8XC5TrhhkAPk4Ls78lsSQ3S4JQ3pG { display:block; }#Frb8XC5TrhhkAPk4Ls78lsSQ3S4JQ3pG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqSDKh4gEkkgh1euauTTPoaDiHDpmfeb { width:15.25rem;height:3.0625rem;top:14.8125rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB8HoSMIkARTUiUOA93CVzUnKiiZcEFE { display:block; }
 }@media only screen and (max-width: 763px) { #wGgRbZZFl3PAwuG91JCPRtCgcTZ2tAtO { top:1.5rem;left:29.5rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtPrieW9K1OT5D9mRsPo2dAqV4zv9lcb { top:1.5rem;left:13.625rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfelExHRdcwMyMvBF7o3m29ZoxLaquci { width:15.25rem;height:3.0625rem;top:14.8125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQK3lCw6bVIGkrctxdfoQWhmIV506i7y { display:block; }
 }@media only screen and (max-width: 763px) { #RMsbMfIhsuPM7HFVmCBw9bqJc52Uilmq { top:1.5rem;left:0rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7LgrfnrMXxql5TlNIlRr65NzODhTKws { width:15.25rem;height:3.0625rem;top:14.8125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6Qc8XEQHoRbllkdK9BIuDvCqS6MnG8C { display:block; }
 }@media only screen and (max-width: 763px) { #kiBgDJWIM2ecSUqdT1mBLbfy2eEr1Ag4 { display:block; }#kiBgDJWIM2ecSUqdT1mBLbfy2eEr1Ag4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LXLBIXbUyt6X09oSqRMEWn85sklHSzeF { top:1.9375rem;left:0rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgtxwOixWLUeboRBXlxTpKOREOzMK0PZ { width:15.25rem;height:3.0625rem;top:15.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXNitp9MyGvr7uIkkbi4VdAB9HTqPmRK { display:block; }
 }@media only screen and (max-width: 763px) { #AApXenIpIRPJEDEk7z41XboKECZ6CE1E { top:1.8125rem;left:13.625rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDBas9SQ6KkyVFVAq8tgkah6Ryu78QUQ { width:15.25rem;height:3.0625rem;top:15.25rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeqT4gqGX9sHxXTzUvTP1HhZ77WHZESk { display:block; }
 }@media only screen and (max-width: 763px) { #bF2VoNK6E34vivFMlLTlO7CXR9yoR0rI { display:block; }#bF2VoNK6E34vivFMlLTlO7CXR9yoR0rI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCForzTemgMrsefsTPpF5xDkqfLkFTBK { width:47.75rem;height:5.0625rem;top:5.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSheALZdG36Mk4Ufy5ibLLryOCfR6rlV { width:24.6875rem;height:2.75rem;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTCKwN63D3lTODLVd2GcbsxTJ4HGtxVX { width:24.6875rem;height:;top:15.0625rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDBE5bERxXTT6xxyAKZc0RMNKPEnTlEA { width:26.5625rem;height:10.125rem;top:18.6875rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgEUwtD64JslKSRE0bhu3XxFvFmOtbZ7 { top:17.9375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #POTXwH11so9PZ4og0mrU6tSuMa6ikfvm { width:15.25rem;height:3.0625rem;top:30.3125rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmfpPmU520xOMWyy4kCooW04lR9aOI9L { display:block; }
 }@media only screen and (max-width: 763px) { #p4HSfIHHAuGdhzPecZ7Tzg20q7Oi511Z { width:11.625rem;height:3.0625rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hshQOlVTPQT8D0I7NL4SI2cpEqhrtLAm { display:block; }
 }@media only screen and (max-width: 763px) { #yaQ8KsP0Juk5FVSuy4sV0nlRcAKX4UEr { top:50.375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQKQdBZo7cxHdFOTf4zraGb1bpDILShS { top:46.8125rem;left:0rem;width:25.6875rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTtQlBACcI6mtgRXT4KolxfI22kWywry { width:15.25rem;height:3.0625rem;top:62.75rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPy3BWO4OQmEKIP7D5yWtM1ZxIewgDht { display:block; }
 }@media only screen and (max-width: 763px) { #dhcTrkmoxTHiPRxMWWzg8hF3c59zynFH { width:26.5625rem;height:8.4375rem;top:51.125rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxVNe8Hx7nLD4zJnFp4OTDqwKgM2rICt { width:11.625rem;height:3.0625rem;top:70.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MagVAMpLFTCSbXMtscxdPmVHIePTlffi { display:block; }
 }@media only screen and (max-width: 763px) { #LSOV66Z002m8zVvQTdqtrkeOeoGVpQKU { width:24.6875rem;height:2.3125rem;top:47.5rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5dRKQl4qfCSM4mopJ7gBh8QJqPSoUOk { top:43.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfWN6vACV8QI5aPoAPyTmuWShzPJJCf7 { top:14rem;left:0rem;width:25.6875rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIbkhscfIDPcAPrTJthPx10QFQrxkEd4 { top:29.5625rem;left:20.5rem;width:2.1875rem;height:2.1875rem;display:block; }
#EIbkhscfIDPcAPrTJthPx10QFQrxkEd4 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #vLGs0NttSyJBPpcOBQ2stoRw2qLr0bkd { top:62.75rem;left:20.5rem;width:2.1875rem;height:2.1875rem;display:block; }
#vLGs0NttSyJBPpcOBQ2stoRw2qLr0bkd > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #fRIr6iPMCAiLlcX2kGdJeGHEPRzTc2wJ { display:block; }#fRIr6iPMCAiLlcX2kGdJeGHEPRzTc2wJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAJt5lkwihGg0x3l38e5oXb0LLvQ3kOZ { top:1.75rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
#qAJt5lkwihGg0x3l38e5oXb0LLvQ3kOZ > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #aHkM0Qtxw2zQySyg3L7TEI3RL9Chz04b { top:3.5625rem;left:20.625rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEE147QG1AVAu7NKteHBQfXAmXN3knKJ { top:0rem;left:20.1875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GINueRtIU424MNR6IJIDPCWIryT6bVay { top:3.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6ufsJzRZ9uSNvJHT3H4OcbIrB5MNZT7 { display:block; }#L6ufsJzRZ9uSNvJHT3H4OcbIrB5MNZT7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4EFwanOPzZbwcR3iug53viRGL12UIKI { width:47.75rem;height:5.0625rem;top:5.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz7Pnlk0ywpZEQK9DZhMQzE3t1F0F0oH { width:24.6875rem;height:;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #scwoudNqclgAeTuVvkrvJH6BoMwvqp1Z { width:24.6875rem;height:;top:15.0625rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksQ1fqNQKbT5WRalhw3pVW9oPUMWB0Hy { width:26.5625rem;height:8.4375rem;top:21.8125rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoMPg7m6uPtgqi1CRhdKkTrO42x3aTZE { top:14.375rem;left:0rem;width:25.5rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6g9OT8nqvw0aOVmr9QWVzB0poaRElLi { top:17.9375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkVyTdzvRXTBkuUo3NUh7EzGlwAHw0sx { width:15.25rem;height:3.0625rem;top:32.5rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhQvqqOaSWyDIPFVG9khm5do3yzgeofT { display:block; }
 }@media only screen and (max-width: 763px) { #SniNt7ptNJn2EBlLcFL5HDovwhh1WAMi { top:46.75rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #STK7JfPLG7wia2FWkTlQXyinRIKT52a0 { top:43.1875rem;left:0rem;width:25.5rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h64hi9nsmXcuvBU7SzK8iTwNs8fpL7k8 { width:15.25rem;height:3.0625rem;top:59.125rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK77tUXP619yq3VczRT4fJex7e0ppwzq { display:block; }
 }@media only screen and (max-width: 763px) { #ersfCBTNeUoQ2QVrKT7yDGIPSOiBhnQu { width:26.5625rem;height:8.4375rem;top:47.5rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVwSgodL8ZTz2maU3XL2vP6TUm6Fv7Te { width:11.625rem;height:3.0625rem;top:66.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQG5NBPlBUXTfkAxkVbdpIhuvaZJVEoo { display:block; }
 }@media only screen and (max-width: 763px) { #TVNCU55TNnsTALufCzAZiEBq3RrrrzVt { width:24.6875rem;height:;top:43.875rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFO5Hn3ZUNwTLiOMN9tZrXOkT2TIADv0 { top:39.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyckE4iCdVZ3fmFSfl4sHywomsU1SUh6 { top:79.6875rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3pi8nfwa5asmKTh4T3c3ITJQppbd86k { top:76.125rem;left:0rem;width:25.9375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWZXQWRzcqvP6xfioLti5Rnm5zz83HCo { width:15.25rem;height:3.0625rem;top:92.0625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyMteSX9cMM0hCzAq4SKAz3fTMyRZ66S { display:block; }
 }@media only screen and (max-width: 763px) { #p5MCdwBmFtFXzXbaF1lz7xDqhcX1wNTR { width:26.5625rem;height:8.4375rem;top:80.4375rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClBn7nIqsDc8krJE7Qtvp0LQQgAZlX0K { width:24.6875rem;height:;top:76.8125rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPOPHSrvywDW8IJ2PZel4ZgFkzz1fLgn { top:72.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMFAfoaTInLid6U1fcrU4diJ3TtIiuLV { width:11.625rem;height:3.0625rem;top:99.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ4y7hSMwurHDCxW5b9UiMSwHHlvq1MR { display:block; }
 }@media only screen and (max-width: 763px) { #dCOW7RkeW9awAbLMIGDTibzwQoVqMRsP { top:112.375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcgvSuUrUp58wgLTE3huy01rSPxRg0qo { top:108.8125rem;left:0rem;width:25.25rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUN80xk5x5sOanfOqedVwrqIWu5oGdFc { width:15.25rem;height:3.0625rem;top:124.75rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8M8vABMZyN60b3PNTRfM8L6xbGfi35o { display:block; }
 }@media only screen and (max-width: 763px) { #P6CBbxSpU6mda2r6EbmWlEOt6FspIFOL { width:26.5625rem;height:8.4375rem;top:113.125rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3BH7WnRT2ZyDbvaKqaLlXJqVyiBc0cm { width:24.6875rem;height:;top:109.5rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvBbSLKqlLmdgmcHd7m0TnTtudTsRm8g { top:105.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJHZC5T9bXlU47wQqTxDqfqtehzfWAHG { top:141.3125rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JggCcq9prH3cnexqpXQw3xfw0qamWqCZ { top:137.75rem;left:0rem;width:24.5rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0p6XFTXUWbDCQCDTJdQ31TizUr5y5zb { width:15.25rem;height:3.0625rem;top:153.6875rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAkH6lARlfnErrsSNpe3KsgqZpq0fGGQ { display:block; }
 }@media only screen and (max-width: 763px) { #kwNPyyXUT2VHLamfk9TCcTs00Iho0IRD { width:26.5625rem;height:8.4375rem;top:142.0625rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUyrBbcDH3ln7PEAhveJx8dke08Ptrsd { width:24.6875rem;height:;top:138.4375rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPrQiHXTl88kKXDHqGskQwihicwqbSfb { top:134.375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxhvvtFiF3hTM3PlxyTp0P0OTcTtTdaP { top:174.125rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qqg7OmfO2SelyTTPCo4myPcmdzl4Pi0w { top:170.5625rem;left:0rem;width:23.4375rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8J6s19klRgdveyigWAdXTphrmLf4TTS { width:15.25rem;height:3.0625rem;top:186.5rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuHFMUkVKqP259WLne5P0gK88TDVxxVU { display:block; }
 }@media only screen and (max-width: 763px) { #K1bqV3RlaMcd2nDnpMD6liTrQgFiUh2z { width:26.5625rem;height:8.4375rem;top:174.875rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyD3xvnIB3p0KayJqJtvsORWKAssDKqL { width:24.6875rem;height:;top:171.25rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeNx8DcJ37E4zGPNhC5zFzhpOLsA9e4n { top:167.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTFZqt3IoxfPKOE28z0Wve7dIXGLLhOV { top:206.5625rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmwaMmJZiDyHM6nB5s4brThQMgb8SzD5 { top:203rem;left:0rem;width:24.1875rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7691Zre6z1koh82Qcz32yI2Nc43GtTN { width:15.25rem;height:3.0625rem;top:222.0625rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zamuQw19HyQ8UbI7SHx6vq3BZiznT6vV { display:block; }
 }@media only screen and (max-width: 763px) { #MlInZT94TSixzfyM75Vuaoxp0xOgXCTN { width:26.5625rem;height:13.5rem;top:207.3125rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8TwWaETcsZ7fLEnLGLR1whItC0eNmXH { width:24.6875rem;height:;top:203.6875rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtZhzU6UG865XJTZXWJPEkL5zu3OpsVy { top:199.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iILRW75t2vEFp5Jsk5ErfubyN8qU7lsX { width:11.625rem;height:3.0625rem;top:160.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #clFTMT1Me4nU7vAxEwzosZhLwxODmDII { display:block; }
 }@media only screen and (max-width: 763px) { #VDA3PFNAvvwN1Ua3Fopw0G3VTPgKB5zI { width:11.625rem;height:3.0625rem;top:193.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJbPwLeU6TmiABI92g4k18ZP52BlR9LU { display:block; }
 }@media only screen and (max-width: 763px) { #bPal9UXDK1m0c5M4mIlSekXDeIlLMAoK { top:30.25rem;left:20.5rem;width:2.1875rem;height:2.1875rem;display:block; }
#bPal9UXDK1m0c5M4mIlSekXDeIlLMAoK > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #NJ8wUIsl9VLdkKGfU5hRHgquZsXq1Suf { top:59.125rem;left:20.5rem;width:2.1875rem;height:2.1875rem;display:block; }
#NJ8wUIsl9VLdkKGfU5hRHgquZsXq1Suf > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #plTJzlV9sEQSJuU044pNUB4UKwo8IhLI { top:90.8125rem;left:21.125rem;width:2.1875rem;height:2.1875rem;display:block; }
#plTJzlV9sEQSJuU044pNUB4UKwo8IhLI > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #yuZTgu5VioWAV6iDe4FgZ1AoflQXTV5U { top:125.1875rem;left:20.5rem;width:2.1875rem;height:2.1875rem;display:block; }
#yuZTgu5VioWAV6iDe4FgZ1AoflQXTV5U > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #erwedXpzmZTbO9iTzRwp14zbVFLo2m9l { top:154.125rem;left:19.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
#erwedXpzmZTbO9iTzRwp14zbVFLo2m9l > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #as5Jts7L8Fe3lHarDEsTcCQ4knRxM1kE { width:24.6875rem;height:;top:137.75rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqMp9Prz1BSFuAuOd38CQSrhQ7WT5HAe { top:186.5rem;left:18.375rem;width:2.1875rem;height:2.1875rem;display:block; }
#BqMp9Prz1BSFuAuOd38CQSrhQ7WT5HAe > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #paZ2aRmuIxKZ0RoFH9JJHbTD0ZSIIId4 { top:218.875rem;left:19.1875rem;width:2.1875rem;height:2.1875rem;display:block; }
#paZ2aRmuIxKZ0RoFH9JJHbTD0ZSIIId4 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #InfN4k818RFreysMDazmvfTrbJlhrzks { top:236.625rem;left:0rem;width:24.25rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReL7wQ4FEFMRNm2NrB40bgPUbWKxFAyd { top:232.5rem;left:0rem;width:24.4375rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkT0F5eNulhwLmEVRHtfvDb24q85U5m4 { width:15.25rem;height:3.0625rem;top:251.5rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UekXGB3ylcyF3NKOOteHKs8c2cbHIgRv { display:block; }
 }@media only screen and (max-width: 763px) { #S873Q0wluIqt7TQaouOVP2JSkkTn7F4c { width:26.5625rem;height:13.5rem;top:236.75rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5giUlcn9b4XALt8nrUIU4Qrnz9HEu2O { top:249.5rem;left:20.25rem;width:2.1875rem;height:2.1875rem;display:block; }
#q5giUlcn9b4XALt8nrUIU4Qrnz9HEu2O > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #lHvskCZXDCLLmuSSgrIZ5NFpIDIvkJbT { width:24.6875rem;height:;top:233.125rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUPVBEALlsHgGpf9vvAVcpZnwxVkissf { top:229.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBtTHMZ28RssQZX7KyM8JdHFbuhq879T { display:block; }#vBtTHMZ28RssQZX7KyM8JdHFbuhq879T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGe4SvK9zWTtW3lxh9Hk6HPGvwdxTiNg { top:1.75rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
#WGe4SvK9zWTtW3lxh9Hk6HPGvwdxTiNg > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #dJFViiaxVryM5dm2otTl5f1rhzIiokPG { top:3.5625rem;left:20.625rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFBRPJmO9ek7iogkQWyLTMhFu1gLBp0F { top:0rem;left:20.1875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaUThNWxvX0KmCKg94F3uET7go17buUQ { top:3.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M73qBU31QfWNk2lE6LHhDKeNQFNIsuvz { display:block; }#M73qBU31QfWNk2lE6LHhDKeNQFNIsuvz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xK5HG061bTlRIk969uwQ1zqEpuAwnaTS { width:47.75rem;height:5.0625rem;top:5.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOa80FFE1xqcV7705B5x0w8fGs6hryB4 { width:24.6875rem;height:;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dqn9MVq9F4ZxEbE4SHZqHfkiAfNrqlBk { width:24.6875rem;height:;top:15.0625rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiMGL4kNPDG4plOvsTVJ580bDqw4VyTQ { width:26.5625rem;height:8.4375rem;top:18.6875rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB7zvVlx0NE5wtX4y2lTdDxJaWAc9w1v { top:14.375rem;left:0rem;width:25.6875rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgN1lm2eByQTT18ISzUpA2lxcvTwmvym { top:17.9375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRxETo9bGZvzA79HTgvEv49s5LP42lCS { width:15.25rem;height:3.0625rem;top:30.3125rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZMvmk1HKIF6idnXNh4bJ6uvu4g2cMzP { display:block; }
 }@media only screen and (max-width: 763px) { #rM3PRkUio4iCVUnmcL1GUX5WTsJ4EteW { width:11.625rem;height:3.0625rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtdEBO6RzVs2V1DmOenBMsIUtlEZ4Eoo { display:block; }
 }@media only screen and (max-width: 763px) { #NvANMGB1WZ2Adi8n7CkqkHr3uXCX3qt7 { top:50.9375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLvwpxzgFrRO9eUdpylMHrOKcdNfQihs { top:47.375rem;left:0rem;width:25.6875rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWyK4yZBNNlBSTOtWn6VgkW382sfGssn { width:15.25rem;height:3.0625rem;top:63.3125rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyS2kfZoh17Wq35faEw3aeH6MKLnQiBW { display:block; }
 }@media only screen and (max-width: 763px) { #TZ1do90bVXGw77VmbFRmO27LMczldchE { width:26.5625rem;height:8.4375rem;top:51.6875rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abfulGrtstF3e30gRl96UT1HfpHEILMb { width:11.625rem;height:3.0625rem;top:70.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7e0mkqCMWOumQFXeT1b6cFnKim82z07 { display:block; }
 }@media only screen and (max-width: 763px) { #lXKsBS1KuyCQoaSCo0Tqu7N7tzmf5eRB { width:24.6875rem;height:;top:48.0625rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5rNCmKzZ6JC6o13BkJ8MoUMpTDwmw85 { top:43.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNndqJ31iM2aG8b8xfskEENeEP58KAZB { top:76.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP3xJoOMNvUDtGVpgTGoN2SbyKpwEsp1 { width:15.25rem;height:3.0625rem;top:99.3125rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og7t7iTBDAJVwk75Db5Aq57mw4H33l5a { display:block; }
 }@media only screen and (max-width: 763px) { #rXdbiBOt7UD2mMbxmku0W6t8w4D4093e { top:84.8125rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8txcZ8DU8mSFGcTPX4EgqO1G8t8AKaV { top:81.25rem;left:0rem;width:25.6875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyQtSmwn1KHTQO6W7oFgGDszuG4hXFab { width:26.5625rem;height:8.4375rem;top:87.6875rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRIMzagWX60b7A1EJ7pPgOaAMpmuG3XX { width:24.6875rem;height:4.625rem;top:81.9375rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8gxqQkTBIgD5U3M4A2uSeT6Qv05Z44e { width:16.25rem;height:3.0625rem;top:104.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkcVqsSpsiCw0Mv2yZ1iwb9byHx1nDXF { display:block; }
 }@media only screen and (max-width: 763px) { #ArqgC5opcBiRktBPqUFE5ru2lBzTKsip { top:28.3125rem;left:20.5rem;width:2.1875rem;height:2.1875rem;display:block; }
#ArqgC5opcBiRktBPqUFE5ru2lBzTKsip > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #D0kzi2OuuvEgrzgCLOE2B76T2FgcmP1p { top:60.125rem;left:20.5rem;width:2.1875rem;height:2.1875rem;display:block; }
#D0kzi2OuuvEgrzgCLOE2B76T2FgcmP1p > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #rdV1DDUEyNSZC9VAE9tykNBRornXlDbn { top:94.9375rem;left:21.15625rem;width:2.1875rem;height:2.1875rem;display:block; }
#rdV1DDUEyNSZC9VAE9tykNBRornXlDbn > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #nTmfmLExshXEPBqP4UuInVIaIrivkS92 { display:block; }#nTmfmLExshXEPBqP4UuInVIaIrivkS92 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHPVtulHTTMoRlbTMWKW8vXcwb2GAAkx { top:1.75rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
#dHPVtulHTTMoRlbTMWKW8vXcwb2GAAkx > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #h4QcSf6vHLRfiPVh4RszfeSxFNtDA3Nv { top:3.5625rem;left:20.625rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrfifKSG13dRAfPavU1EvtaoUX7tK2Hk { top:0rem;left:20.1875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ermIk7PKSOUgkGQ3b2ORXirVV3FhFhTs { top:3.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGhfMPAvh2Dv5vFTNaE4iyuOkbHEom6A { display:block; }#wGhfMPAvh2Dv5vFTNaE4iyuOkbHEom6A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qN69qqV5QcdX5L5zlLur2edfCnukFla2 { width:47.75rem;height:5.0625rem;top:5.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXdtck17PzsUqHfHGUyaEVXC3aMpw4Zk { width:24.6875rem;height:;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv4ZMvZm8gXClcVzmKCggdEc1bRvGCNe { width:24.6875rem;height:;top:15.0625rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #acDcvhqzJGZSNyFOLWwBUaiN1WRHgfeq { width:26.5625rem;height:10.125rem;top:18.6875rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEFk0frmZgMKSFpTTzy6U4XCFCDf757C { top:14.375rem;left:0rem;width:22.375rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kos0pbVinTh8RDJhIfIrOFRMoTFv1Av8 { top:17.9375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vare9Frhcs7ShhHOVoT8aQRBus8Q0QdT { width:15.25rem;height:3.0625rem;top:30.3125rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpbWTozqt0eg23U7FOuD55A0rTAcQakU { display:block; }
 }@media only screen and (max-width: 763px) { #Pm51wpPvNVhe3R5legpt54C0q7EaFlDq { width:11.625rem;height:3.0625rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #alXh26FE2TpazA5qoanlkgHIOW8d9671 { display:block; }
 }@media only screen and (max-width: 763px) { #IQBo9KOP8THDEluKtqCxSkW5chS4h7EZ { top:50.375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvQaVFovT8nOtW7VXQyp5RPKmvduQZF1 { top:46.8125rem;left:0rem;width:22.375rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq5M6tTvLgPopJA4ocLmKsQRQCibelkA { width:15.25rem;height:3.0625rem;top:62.75rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4TGbF1czUKugXu6R7yvEG19wKDALKEl { display:block; }
 }@media only screen and (max-width: 763px) { #MxoRcwZWGTrMdCTIgCbPqoCHoFNdnCrW { width:26.5625rem;height:10.125rem;top:51.125rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #be8ZqIGAs3N8KnHJQF898Gwtok6xWAIT { width:11.625rem;height:3.0625rem;top:70.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrPwTlQFoNyLqw7t4OntlOe2k1ggaDmn { display:block; }
 }@media only screen and (max-width: 763px) { #PJF3dWALKSh6pwhJ7WTti99ObcEIxTcg { width:24.6875rem;height:;top:47.5rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDhxzGctkA4Pe7dMqggImhL3LOX3RTQS { top:43.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CND9adIUaGUg5t1N7OtaVm2sfcVzgfM5 { top:83.4375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFnktD7RwPBiwXTmi5SoE9l96pmq59PC { top:79.875rem;left:0rem;width:22.375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeuelR1Cbolw3yC8hDCdXVm0D4Lk41TN { width:15.25rem;height:3.0625rem;top:96.125rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTMe7sEEV638RTgZdxVRJ8abgWfy4426 { display:block; }
 }@media only screen and (max-width: 763px) { #x3uSBwSeNDTlogTuO4apSEOMtUhWeHbv { width:26.5625rem;height:10.125rem;top:84.375rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rrr0ryW9ikqzJ77HLROvNk6TbMQbn71X { width:24.6875rem;height:;top:80.5625rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2MA6CPksEHRlgCAXt6MdX1XJv7A6XTN { top:76.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIgZagzh1n4CT8nn0hPdT5aCHXEy30hF { width:11.625rem;height:3.0625rem;top:102.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0Bxg7iy8TKx15SFbtCvGFnfzJn6i91H { display:block; }
 }@media only screen and (max-width: 763px) { #T59LbKtR7TdlCzG5Q0BmyDBspMHif7lo { top:116rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgdQuvbhAtJMI4M9cmgpb5OLi7McfRON { width:11.625rem;height:3.0625rem;top:135.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0I8cVl4le7uQuX8VSBbrIoeExu3uX8b { display:block; }
 }@media only screen and (max-width: 763px) { #hf7mawETITPmlOvHb8KHio4TLfZh8qT1 { top:113.9375rem;left:0rem;width:25.8125rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6He1roZsoJa5lxk8COaVIIxukh6rfCZ { width:15.25rem;height:3.0625rem;top:128.875rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUkv1gvuNmpvoc0MI6vTeH9ZiTo6o6i8 { display:block; }
 }@media only screen and (max-width: 763px) { #K0prX3HB1NTNBinfnoFxJTsNDwMIlMIc { width:26.5625rem;height:10.125rem;top:117.25rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI4pA7hVh9HKleEuhgxBzglTFDMbei98 { width:24.6875rem;height:;top:113.125rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIGN3WtJGzq9wg00guCUBDLK9elaGoMB { top:109.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2PxQXnTtmS50MVxuR9zMKfacSb3wC58 { top:148.0625rem;left:0rem;width:24.25rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #rba0NGPNCXFAJWVUQm040XNri1NvW6DC { width:11.625rem;height:3.0625rem;top:166.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #toyzwEX1VlXITFDIaPSouutTfKc3Ktth { display:block; }
 }@media only screen and (max-width: 763px) { #SBb8zgxOqAmNky2mcTHmrBuqhpGW5Lk4 { top:144.5rem;left:0rem;width:25.6875rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGBi3Cv1kfxQsRKx4RJTf39dPhFJCREK { width:15.25rem;height:3.0625rem;top:162.375rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8nzUiofRTFPi3pP2GtLgoJryZEIHwUV { display:block; }
 }@media only screen and (max-width: 763px) { #rub1PfybhhTQXiZmZc1aH4vTXGn8qr6v { width:26.5625rem;height:11.8125rem;top:148.8125rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bASxALEH97EhHuEOaAbVt6LNieWn4AK6 { width:24.6875rem;height:;top:145.1875rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrtLFThF1wypWnqH1TSLomtf1c35WSqL { top:141.125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExogFfCf52nLWKDWrmB9FCs1bZTW4Zff { top:180.5rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5Z56iwsZn8RxKEEL8OgEBKV9FQbuwmZ { width:11.625rem;height:3.0625rem;top:200rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuSpbzENt6v5T6FGwoASMT0ahZAvKknd { display:block; }
 }@media only screen and (max-width: 763px) { #WL2NWneNUrHxDJ17hIQyirUTDzo7QNbI { top:176.9375rem;left:0rem;width:22.375rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg9ORiNfvpST3hFM8LVgBKL3vArukUM5 { width:15.25rem;height:3.0625rem;top:193rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXoPdoyVF9lxcyFrHGOL86xmLLV1xtpX { display:block; }
 }@media only screen and (max-width: 763px) { #i3P814pPHxuynPaHoHyqLxvB8WrqVnpw { width:26.5625rem;height:10.125rem;top:181.25rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlhxMn5Xsq1nz9PeoOp0QWUoXvqxJgZ7 { width:24.6875rem;height:;top:177.625rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tii3H9A9E96GTlTbgoPFGoyzgO2TCw7C { top:173.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMqmiXKQbCzaFE3sxcTy4OIzq7IAUqy4 { top:213.1875rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHrRzwALO5JwyCPlHg5BSrDHPk4ahU8T { width:11.625rem;height:3.0625rem;top:232.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDhhf8XedlLdZqUNPlcJlMONsJlX5IcW { display:block; }
 }@media only screen and (max-width: 763px) { #mE0Duaohpsn0sQbTChwO77fD3V3sKSqw { top:209.625rem;left:0rem;width:22.375rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #owDRIyabV8QVZQCXwOFdf8OFWdaZcP0o { width:15.25rem;height:3.0625rem;top:228.6875rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQLtPGv2Tn6Bt6iiXhHArSt5HWHqtiM1 { display:block; }
 }@media only screen and (max-width: 763px) { #quUuDw6OaHztRXTANr4f1yXcTWgkreIP { width:26.5625rem;height:10.125rem;top:216.375rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHTLUKv8olOshUgoOutUzLsycLq7GxBX { width:24.6875rem;height:;top:210.3125rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPCnBCTGekNJFf8pi2RThtZgT3xT5bRk { top:206.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUiC642pLcTy8s1dOd7r7LhEczGZJlqD { width:11.625rem;height:3.0625rem;top:200rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ6VS24cEI9xJFEKzsW4W19WOcU3L95K { display:block; }
 }@media only screen and (max-width: 763px) { #F4IM0xH6TxwE5SBn0XnZKeNPtAADTpmt { top:245.6875rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE9UyTX8SLTwL00H5PmzzBwnBSlCs3Qf { width:15.25rem;height:3.0625rem;top:259.1875rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #InLEQMVmnxZQZs9ctNLMtiDDSKlIvHVa { display:block; }
 }@media only screen and (max-width: 763px) { #f9IlrETXGGUAbfmfFer4Zeu9gnx7CTe7 { width:11.625rem;height:3.0625rem;top:265.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNQ5w8FFiX4hcIyVTyoN7F0hEGdDm4Xp { display:block; }
 }@media only screen and (max-width: 763px) { #LXOiQp8LT8oJuqxi7Z7amJu1QgPTSAaX { top:242.125rem;left:0rem;width:22.375rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPxCtTVTSvOGKTto0d0wX2CxEZ7UENXv { width:26.5625rem;height:10.125rem;top:246.8125rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLCLW48aykkTdAHmslvgrubT5Dd4WCTh { width:24.6875rem;height:;top:242.8125rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sutZvpqi5qCTx6cRcFoveFZBr02gOXBJ { top:238.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqdpS8kRpfRtle6V56ufMM9RDqOso8FK { width:11.625rem;height:3.0625rem;top:265.1875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RauOvfX4Eme8baSOmfJF6qyv9Em9RBfk { display:block; }
 }@media only screen and (max-width: 763px) { #rcq6HWWhDM2i5HLaFz5JzsdMIowUXoZn { top:30.75rem;left:17.53125rem;width:2.1875rem;height:2.1875rem;display:block; }
#rcq6HWWhDM2i5HLaFz5JzsdMIowUXoZn > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #kHKbMt2u3iaQMgavKbHPli8Sa5bH4Tbi { top:63.5625rem;left:17.53125rem;width:2.1875rem;height:2.1875rem;display:block; }
#kHKbMt2u3iaQMgavKbHPli8Sa5bH4Tbi > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #vXgMNokKZVdvJKMRTZG7kJhGSm5zDOvb { top:96.375rem;left:17.53125rem;width:2.1875rem;height:2.1875rem;display:block; }
#vXgMNokKZVdvJKMRTZG7kJhGSm5zDOvb > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #NCmx6XGlhGQSJnSv7iwCCEquz9qwKxsB { top:128.625rem;left:21.1875rem;width:2.1875rem;height:2.1875rem;display:block; }
#NCmx6XGlhGQSJnSv7iwCCEquz9qwKxsB > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #b2Gs5WGT35hLNScZlC5E8fe8PGv7C7sE { top:159rem;left:21.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
#b2Gs5WGT35hLNScZlC5E8fe8PGv7C7sE > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #T8HNd6uGxoUTwXfltGvRcGSbs7O4sTBt { top:193rem;left:17.53125rem;width:2.1875rem;height:2.1875rem;display:block; }
#T8HNd6uGxoUTwXfltGvRcGSbs7O4sTBt > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #R1dyALbOFJyGF3usR5LZW1V22UqslM9l { top:225.625rem;left:17.53125rem;width:2.1875rem;height:2.1875rem;display:block; }
#R1dyALbOFJyGF3usR5LZW1V22UqslM9l > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #iZex2azcdIZgGRfmaoPK3HNhrrKCa2qT { top:258.1875rem;left:17.53125rem;width:2.1875rem;height:2.1875rem;display:block; }
#iZex2azcdIZgGRfmaoPK3HNhrrKCa2qT > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #CU1o1duBWHX3nGMr4wATFFi5uDpgw7yM { width:11.625rem;height:3.0625rem;top:298.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbbzdrdKxCrd0BmSNfiPxv1K79y5vczv { display:block; }
 }@media only screen and (max-width: 763px) { #gVLXdI1zUg4Euk0Cm0I7CI7ZRBg4NBpP { top:278.75rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ila91L2zDcJtrTT0go0eduobLwCqipIC { width:15.25rem;height:3.0625rem;top:292.25rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1XlotWKfNgPr4abAoML4UaE6abZ0vJr { display:block; }
 }@media only screen and (max-width: 763px) { #qQ60BebN7nXCo7f5737Rs8wtPVD2tIRC { top:275.625rem;left:0rem;width:21.875rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WelCgqoCDreWdiT2X55GczWeycD3bJks { top:291rem;left:17.53125rem;width:2.1875rem;height:2.1875rem;display:block; }
#WelCgqoCDreWdiT2X55GczWeycD3bJks > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #k2M7yXwzcdL9TWdfR9Euf4sccmDqVJAu { width:26.5625rem;height:10.125rem;top:279.875rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POUy3ryngg4q9gVO45uvhUXTxcIlEUuI { width:24.6875rem;height:;top:275.875rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nquPZCmzk1eN8FuTuNlxxgEbbugKS0Sx { top:271.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOnOW01vW5bMfTuoLlriBLVqGBfk8LDz { display:block; }#hOnOW01vW5bMfTuoLlriBLVqGBfk8LDz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3qWrkCqNEmWbMdPi7sH8Z1UHAOw9hhu { top:1.75rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
#Z3qWrkCqNEmWbMdPi7sH8Z1UHAOw9hhu > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #IaZWI0mSkNTkhoZFgQ28yFqS7tzDXHBU { top:3.5625rem;left:20.625rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbynTD3aVybkmzvBpbSqwfDCWoPsRghJ { top:0rem;left:20.1875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oORWKxnL7rnAzKSHWH0ASINXbAbeToP3 { top:3.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiZaLJQkeICqzinWdq7HbcfwtzSaP7bp { display:block; }#kiZaLJQkeICqzinWdq7HbcfwtzSaP7bp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7rfZ7P7C1uEwkPPRul1nsvEbH9LLOla { width:47.75rem;height:5.0625rem;top:5.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlxsCT2AF96wtO6WQFeilfpHelTZnJfs { width:24.6875rem;height:;top:1.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFWlgyvZdWvxgKT2G0JURbsMkOQsyoS0 { width:24.6875rem;height:;top:15.0625rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5rTv8OsrS9Mp5CIxiDID8hrz2iQVhg2 { width:26.5625rem;height:8.4375rem;top:18.6875rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTdLaQmPUGfSeJdDd0938u2oU3JbJ7Tb { top:13.25rem;left:0rem;width:23.6875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0UfrZmROAktWrHhamxTZkb9k1xOMWAy { top:17.9375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHTKV4cuEoXsT8T7T6fBwcACDAmcHanE { width:15.25rem;height:3.0625rem;top:30.3125rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUu6wwVbRFmcoHNk9PZRSFehTtPqXxNw { display:block; }
 }@media only screen and (max-width: 763px) { #y5TkbQrDZucOTIeDBhvawuEItSHCXIT6 { width:11.625rem;height:3.0625rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWvlBAkfT9EtzyaXiTraXTSgWVDoy5VU { display:block; }
 }@media only screen and (max-width: 763px) { #SXPcUwT1T044PqQMRQ1sX9bd6dJCb3hr { top:50.375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAlf74CFFneczTVPVNHaemQMOsliadTH { top:46.8125rem;left:0rem;width:23.6875rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8eLSzMqKPAJaPAorwxgLvd4a5kSQbRw { width:15.25rem;height:3.0625rem;top:68.375rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3qlfaJI3Mmn8IzOTVTSk3twF1Td00hu { display:block; }
 }@media only screen and (max-width: 763px) { #PM06swyhQsNOUOFOpOClyhfPBPL5tRv1 { width:25.75rem;height:15.1875rem;top:51.125rem;left:22rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsarA94ygD5o6NKcu1rVmopN9usXeasf { width:11.625rem;height:3.0625rem;top:70.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEZzmDX8qrpMnatNacVAVe09qDKO0p3I { display:block; }
 }@media only screen and (max-width: 763px) { #oOwKwZc0r4dO8CiiUW3DND2HKhgRbHhN { width:24.6875rem;height:;top:47.5rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U89M7Mq8pXbHDIbLG5FNa5fa2hhkK1JW { top:43.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy3OufAooPBHJOC59zhNrS3S50gTVkqi { top:83.4375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPoTF8WT0Ni1oxtaVppqiMoSJ2iCkI1D { top:79.875rem;left:0rem;width:25.6875rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFq5UwTPISrok2odZMdUgT7kee7W681f { width:15.25rem;height:3.0625rem;top:95.8125rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSicoXUe10FAtAEuGuUeodCN7goQ43q1 { display:block; }
 }@media only screen and (max-width: 763px) { #tO2TbrvSTbQt3dXKMLhbHlVWDV3pw68u { width:26.5625rem;height:10.125rem;top:84.1875rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy6r8zwGd6D40HH4i82MoJtZbm00QqnQ { width:24.6875rem;height:;top:80.5625rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZXPO9CZNc6kytI8K6FV8FFQXZEJzN6M { top:76.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZBmMCAIEqU53Xh3fI8PGXyuFK62LxPD { top:112.1875rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9vPS0XupA4xOc3ATeiW5VlRrB5TEyX5 { top:108.625rem;left:0rem;width:25.6875rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLFhknibQTh2TLGBFHGGe1zdDVaQEQlk { width:15.25rem;height:3.0625rem;top:124.5625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #FStyERkSUQnqvLoQmur4B2PtDEszrFrX { display:block; }
 }@media only screen and (max-width: 763px) { #bMOfMfuoo0Bzx9e9Gfbm2IK7KW36kTRq { width:26.5625rem;height:10.125rem;top:112.9375rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7TRdQgIcVNTiqyU7iViOvA7lHhrsn5Z { width:24.6875rem;height:2.3125rem;top:109.3125rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #etMcTEXN6To6FJn7DuqdTxHLxPhwBwJR { top:105.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOOPLvtgcWxhVJM5Q30hcnVJQns8u23M { top:141.0625rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnDkH5qIA6FnHDMyzSg0y2Cupm8K2o22 { top:137.5rem;left:0rem;width:25.6875rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8TCAZQ4o49EgawlSlXUOUAVZe3ZzLi6 { width:15.25rem;height:3.0625rem;top:155.5625rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPgqKQn9g4wr8owmfoqncL5PN9U9JAds { display:block; }
 }@media only screen and (max-width: 763px) { #Hc46x82tINUUHTop50Q9cJ9wMrVEsIXJ { width:26.5625rem;height:10.125rem;top:143.9375rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssTbzyyaJT3kM69mShyoqwBo12QE03pw { width:24.6875rem;height:4.625rem;top:138.1875rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw5sRzN3zTISzIN6vkhUZbqIBoWnr6Nu { top:134.125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw3Ek0ffdugn75etKqVIA8huVriQxFuv { width:16.25rem;height:3.0625rem;top:160.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRrtcQasSkxyO6h55Z0Ghn1nmT08OcDU { display:block; }
 }@media only screen and (max-width: 763px) { #zEdHuSNkUw6IZg9Fbl2IJoLxoTqeR1B7 { top:173.9375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI4ZER1MwwHRoBNKx9R18DCp03kQkVOI { top:170.375rem;left:0rem;width:25.6875rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFRuGSoKC1lDTNiPS6S3WHpf681uxWkH { width:15.25rem;height:3.0625rem;top:193.125rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCiIGBI7iKOWkg0T6b8JCXFdr9qMr5Is { display:block; }
 }@media only screen and (max-width: 763px) { #My8eUSdipTayHX6oALvMgoVwSgOtWJxs { width:25.125rem;height:11.8125rem;top:179.625rem;left:22.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhL1CxOnPM360pCyk7FuV4hUi02iF1OJ { width:16.25rem;height:3.0625rem;top:193.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkyRf39DsDKesut2ITMIHrVltIU8iq3V { display:block; }
 }@media only screen and (max-width: 763px) { #ticX5Tb5ShOQQJ7eFX746L8anGzuOn88 { width:24.6875rem;height:;top:171.0625rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFh7tv4XrL7NkkevrbgD30DPQ8cBGLH3 { top:167rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyovE6tltTgebN9wa2A9IGzLzeTdNnph { top:207.25rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnuROFzdH7cTiP2s0vsTfpnMUTVyUSZ7 { top:203.6875rem;left:0rem;width:25.6875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5T81R0AZRebB8eQleyNyFvLI4pJe4wu { width:15.25rem;height:3.0625rem;top:224.5625rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvxVEmlcpauOvOwsMO4mhoElH5HyUMk0 { display:block; }
 }@media only screen and (max-width: 763px) { #k7Th5PkarbQEDNrbHEGflL7hH7FegSeT { width:26.5625rem;height:13.5rem;top:208.5625rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMestqzzDbbcLZJReX1oZJslaET39s1H { width:14.0625rem;height:3.0625rem;top:226.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4aEtWnC8oJE04T8kGtSCWlGN0fionEn { display:block; }
 }@media only screen and (max-width: 763px) { #ql1T82FfdkwfIh7WUS8DsKPcppH3RT6K { width:24.6875rem;height:;top:204.375rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAQaovBuE0FixWfwh9KTshpeyQqUsthK { top:200.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAuhB2bppcz3vksP5nZHPBbq6zcSWAiQ { top:241.625rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN5qTO8pqn7xmofawxa4KnGI7f0we7ke { top:238.0625rem;left:0rem;width:25.6875rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQJphBCS0GzNwvAS8KU3ZQ5TSczG4Viy { width:26.5625rem;height:8.4375rem;top:242.9375rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps9xo8TcuRL38DMp2DNHwgBXJeDPvXhE { width:25.75rem;height:4.625rem;top:238.75rem;left:22rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTD5DTJuaJeRMX0uNAqfVDe2nEZ1NTJI { top:234.6875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMdF2361otv4twOZVkVOS9DQP32x8C8L { width:14.0625rem;height:3.0625rem;top:261.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvtZQVFTXzBJbZLUd2R1pH3M5vZTt6w4 { display:block; }
 }@media only screen and (max-width: 763px) { #xQr9eagMVz0tL5XCRTk70CrAup1r9gCa { width:15.25rem;height:3.0625rem;top:253.625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVtrUAdKCZSV4Qm5QQe8QPlRqgcwXvEn { display:block; }
 }@media only screen and (max-width: 763px) { #UFqNm2A8WtRGgmVI8I7MTkm9VZnsvEwQ { top:30.3125rem;left:18.96875rem;width:2.1875rem;height:2.1875rem;display:block; }
#UFqNm2A8WtRGgmVI8I7MTkm9VZnsvEwQ > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #OT40ML3SWT17OQTVBDBgwaXtxhcBGfnv { top:63.0625rem;left:18.96875rem;width:2.1875rem;height:2.1875rem;display:block; }
#OT40ML3SWT17OQTVBDBgwaXtxhcBGfnv > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #fMExxq3vBMyBWSZVezT58UDZ8wWTDKqC { top:96.25rem;left:20.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
#fMExxq3vBMyBWSZVezT58UDZ8wWTDKqC > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #TpcgvsWmDm9wPE9DEp44vbIdkeO5DtrO { top:125rem;left:21.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
#TpcgvsWmDm9wPE9DEp44vbIdkeO5DtrO > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #kRS6gvZ68Qmbui5DT45fiZ1Q2PEQ5D87 { top:153.25rem;left:21.03125rem;width:2.1875rem;height:2.1875rem;display:block; }
#kRS6gvZ68Qmbui5DT45fiZ1Q2PEQ5D87 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #BzcOyRPB9DcRfZJDqNR4xPH7JmkJOZF4 { top:185.3125rem;left:20.84375rem;width:2.1875rem;height:2.1875rem;display:block; }
#BzcOyRPB9DcRfZJDqNR4xPH7JmkJOZF4 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #SHRPQ9nnGkza5f2C9wJmCVhFPVxXxhnu { top:219.5rem;left:21rem;width:2.1875rem;height:2.1875rem;display:block; }
#SHRPQ9nnGkza5f2C9wJmCVhFPVxXxhnu > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #d5nXZic0EL2RdIRN8PIqg40VIeHV2K15 { top:254.0625rem;left:20.90625rem;width:2.1875rem;height:2.1875rem;display:block; }
#d5nXZic0EL2RdIRN8PIqg40VIeHV2K15 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #hEQNH9hqbNGPxTxUR2X6zkXo3ORvmOZH { top:276rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg6a40tuiRP9ikWfc0nRCpUieiM6iJaZ { top:272.4375rem;left:0rem;width:25.6875rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9DXWB3uzwcFx52cLDxe18TzKQH27Sp9 { width:26.5625rem;height:10.125rem;top:281.1875rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKJBTMuMVWDFbHSu7MzA7UVTSMVHe2U0 { width:15.25rem;height:3.0625rem;top:292.5625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoQvXUz6Segn090gmz0MJ5zW0WSQQPLw { display:block; }
 }@media only screen and (max-width: 763px) { #ix3G3mFdWBpgETvpm0XX6hVq29BREOFf { top:288.4375rem;left:20.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
#ix3G3mFdWBpgETvpm0XX6hVq29BREOFf > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #uEbf1AxQWSWQc9fggxavZAL1qJrBEFFX { width:25.75rem;height:;top:273.125rem;left:22rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJs8TxhQfOOAJ6z66APMfTMDEz04Rzye { top:269.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOa4n5muCxGXrIbs87TNNSfh5pgtnBLL { width:14.125rem;height:3.0625rem;top:295.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dgx4uBHbqnnn7Se6KSuCPEGzidpHQu8T { display:block; }
 }@media only screen and (max-width: 763px) { #ztKNxrVV8Uvv3woSCUgEPnwyk25PbTWv { top:310.75rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnDLNyy6fa7zB3clIeqIWOrK0KepWTOf { width:15.25rem;height:3.0625rem;top:327.3125rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #anU8ZAba72zDTsw5axaE2uE8EGqtzw89 { display:block; }
 }@media only screen and (max-width: 763px) { #pvL44KHV204lKXS2IE1Iyg4g9NfT6o8r { top:307.1875rem;left:0rem;width:25.5625rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTpAUQ3E6JsIIm6TiTEZRaW6VE1NH6kg { top:323.9375rem;left:20.75rem;width:2.1875rem;height:2.1875rem;display:block; }
#GTpAUQ3E6JsIIm6TiTEZRaW6VE1NH6kg > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #t6dUQUKMSI8h5Zohgzz62pdFbwBFKSUT { width:14.125rem;height:3.0625rem;top:330.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5774Kev5TwtuaNMgok4Axsq7f8wmuGP { display:block; }
 }@media only screen and (max-width: 763px) { #pUonFtIWTlxdPrrTeTgcnsfn5rrsdiZT { width:26.5625rem;height:10.125rem;top:315.9375rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDzlTM8JSdzsyGryzTskRzsJ4Kqw78r8 { width:25.75rem;height:;top:307.875rem;left:22rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmoF9KgyfsuxtCd7WEwSPLCFeadHhlTJ { top:303.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx0WTbbaUJwba2ydWlTN2RJxMPa1VTBH { top:346rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO6sDvf0UwwiU9h0fpS3ieqWCADdmM21 { width:15.25rem;height:3.0625rem;top:362.5625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVM0Iz144FXoWsQzWWJZgwp2qookhCw1 { display:block; }
 }@media only screen and (max-width: 763px) { #EE1dbvh3c2Eii7omSDolJuPLeWVqQKNa { top:342.4375rem;left:0rem;width:25.625rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVp1fU1ggmi22ulLqznpxIJn1X8tFCLM { top:358.8125rem;left:20.75rem;width:2.1875rem;height:2.1875rem;display:block; }
#pVp1fU1ggmi22ulLqznpxIJn1X8tFCLM > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #V9NgTPoyXT8XTFNoFcSf5pNMGQJExBLU { width:14.125rem;height:3.0625rem;top:365.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeyrIoO87LA0KIBaCags1HSwqJrys6lL { display:block; }
 }@media only screen and (max-width: 763px) { #g6DiMXxstbHLl4r0STHVCSk3vxdNU3ac { width:26.5625rem;height:10.125rem;top:351.1875rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE9RMHA51grQr8RWLehgE4OXnzdisFTd { width:25.75rem;height:;top:343.125rem;left:22rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMknzDZxu3x5BbKhSelVuWSZIbp3VKaq { top:339.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5W1n9s4Abc4W8b2VbM8ZqfEf57hGaZx { top:380.75rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaZulsxyOSThPaJTakFEkzLMRs0XRT1x { width:15.25rem;height:3.0625rem;top:397.3125rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcEzbNHOpMFg4QnrzLkxmSvOfHuG4Uxw { display:block; }
 }@media only screen and (max-width: 763px) { #iA9gvHEBBgumSyKbccxfpBubSLL3NRqt { top:377.125rem;left:0rem;width:25.625rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfv8hZGKVZkyxvLGagH2oCr4TItn6LwP { top:393.6875rem;left:20.75rem;width:2.1875rem;height:2.1875rem;display:block; }
#Sfv8hZGKVZkyxvLGagH2oCr4TItn6LwP > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #gNTKoUaTS0MaZRzHN6cbo2DuOIWQWJXN { width:26.5625rem;height:10.125rem;top:385.9375rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO7A7tB7B4VZf8Squ6ENhm8Hz4yQJPnU { width:14.125rem;height:3.0625rem;top:400.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #neWPirKOvS8BMVv27yu5bVoQ2RHCGVO5 { display:block; }
 }@media only screen and (max-width: 763px) { #TbDgiwe5TVSP6DbCuk6U8oJsK1I0z5dO { width:25.75rem;height:;top:377.875rem;left:22rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUg41oGGHI0ecbxG4bsxBL1ofN0mQhpZ { top:373.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTxKEuTNhSikoBLaKnUQEpIEd6qV3Fa8 { display:block; }#HTxKEuTNhSikoBLaKnUQEpIEd6qV3Fa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhIFx1wwbgTacqGmJ1hor08NP2KotxAC { top:1.75rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
#OhIFx1wwbgTacqGmJ1hor08NP2KotxAC > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #Dxp0fXXiZTP5s7MiyyUvrtwdO9aFakXN { top:3.5625rem;left:20.625rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk0k3339T1PFSXJJyThOnbk2zWta1z5l { top:0rem;left:20.1875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b11rTloBv0ZgZNTnkEW0sacuugAb6NGl { top:3.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVyApRuOxZ8HtmAb9agtI93bB0uObuqt { display:block; }#RVyApRuOxZ8HtmAb9agtI93bB0uObuqt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4fWV4yTOsAHlavNHTlSiHkFJ7DkiLNV { width:47.75rem;height:5.0625rem;top:5.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZQdlUa6EETRaTbcs3NOi8biqm7QWaEm { width:33rem;height:2.75rem;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWp9F8nteNU4Kpq43WZxMBvXAv4ocZIx { width:24.6875rem;height:;top:15.0625rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7IMtAEbW7GSpB5TH9Tp6H2l7adRcCGc { width:26.5625rem;height:8.4375rem;top:18.6875rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTWuRTKwETdEkNouTSHiLceDxGSgUer9 { top:14.375rem;left:0rem;width:25.6875rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnrKrfv2w3rcApqk2o4UiGTrKIhL9ltk { top:17.9375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrUudwK1QkTuOruC7trUhcvN1ITFk6lO { width:15.25rem;height:3.0625rem;top:30.3125rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNDRpnrJo0JCRKfigJciEpXUftBTHeCo { display:block; }
 }@media only screen and (max-width: 763px) { #cElS57mndaxzGKMvkVf4ud8TMqzG0avi { width:11.625rem;height:3.0625rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVxUWlWIqL61KIJEPL3s8746BUElLTD5 { display:block; }
 }@media only screen and (max-width: 763px) { #H6wgXBiUzzLagzTBWu29BefGcoD7PpGl { top:30.75rem;left:20.96875rem;width:2.1875rem;height:2.1875rem;display:block; }
#H6wgXBiUzzLagzTBWu29BefGcoD7PpGl > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #TTwUOkwLRb3ISAhsokodlIhVsao5TrWT { top:44.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2r6fTT17hEQiwPsUIIDhTsQDec6qM8v { top:47.5625rem;left:0rem;width:25.6875rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EULevJhngsICd8yheIBqTnOzpuSVp15M { top:51.125rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTmxahlOFtHvFMa21ZPtCpiJbJRvE51T { width:15.25rem;height:3.0625rem;top:63.5rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHlHgf78od0eMNTWR8abAK2mxruf2pQK { display:block; }
 }@media only screen and (max-width: 763px) { #UE40Bile2TPiqJRqkVrSDZsq7t2FmkoU { top:63.9375rem;left:21rem;width:2.1875rem;height:2.1875rem;display:block; }
#UE40Bile2TPiqJRqkVrSDZsq7t2FmkoU > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #MRyaibzn7uAUA7nfE9n2g92TS3K1bU1v { width:26.5625rem;height:8.4375rem;top:51.875rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fylMeL2hJd1QsTL1KxQqkHe4QimPsxHg { width:24.6875rem;height:;top:48.25rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoPCNLGfgzEg4uHl3Fq9t1TJvE7Ou7Gu { display:block; }#uoPCNLGfgzEg4uHl3Fq9t1TJvE7Ou7Gu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1A8lu1mJwTDaUIr2eQNnDTdMcTQmXkE { top:1.75rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
#X1A8lu1mJwTDaUIr2eQNnDTdMcTQmXkE > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #PhamWDb3OyQ53lnDNwGgxab1T7ORa0ha { top:3.5625rem;left:20.625rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLO5gp1h2dXnPxRRvRV2gKu5MWGTgmoO { top:0rem;left:20.1875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzzPudC64oA0wmOsyve2ck9tnyaMBz9T { top:3.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlG9rsLJ5IkuTFR8WoAfR7SlXeTqg1yx { display:block; }#PlG9rsLJ5IkuTFR8WoAfR7SlXeTqg1yx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBm1iM1TBvrdMtchE1xL2eWgWlIPcDNs { width:47.75rem;height:3.375rem;top:5.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eexD74mlcCsy3vdLN8aeQH8c0BIuwkW3 { width:24.6875rem;height:;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zycSJEv0We5ZBJIsJyuREaO295IpaHAS { width:24.6875rem;height:;top:15.0625rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #acFIUqWLWo7GbWRSh73yiTG0Nm8zPt5s { width:26.5625rem;height:8.4375rem;top:18.6875rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK6Uk7zsu7Vu9zE7CXOok5Fh2Jfvgk2a { top:14.375rem;left:0rem;width:25.6875rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2SFfu4pdqNqprKOm1iEFtZuPxelusiS { top:17.9375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xURTJghHZWNU2xGpnkbgPGp66P60yuRr { width:15.25rem;height:3.0625rem;top:30.3125rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KewrCNJLHhJThJCQcwF1ruy4rRFFtBgE { display:block; }
 }@media only screen and (max-width: 763px) { #IzFkTdB3r4tSSsHp5ltv4uVJlzag2Ju4 { width:11.625rem;height:3.0625rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #soOKXcDoQG7dh9imcdLkWCGOcfpDAVHs { display:block; }
 }@media only screen and (max-width: 763px) { #ZzRUgavg8alOOV9ukS3QqArN6rILH8dC { top:30.75rem;left:21.03125rem;width:2.1875rem;height:2.1875rem;display:block; }
#ZzRUgavg8alOOV9ukS3QqArN6rILH8dC > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #PrUcVhUqdAZbnA51raHho5CiwnJGJaTP { display:block; }#PrUcVhUqdAZbnA51raHho5CiwnJGJaTP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vroebJC82BBek9XFiTXCpkIPby86clX7 { top:1.75rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
#vroebJC82BBek9XFiTXCpkIPby86clX7 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #I4KLlxHnc9td2KEgfCREDuhQWvq9lDIS { top:3.5625rem;left:20.625rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqeqGcvFh3xMlDJTf4WC03Dhr7SLB7eo { top:0rem;left:20.1875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WM9IcLTBcLCH6wMgMIiPwFEHsadiiQSU { top:3.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQnOWiGxlks8r2AFJx6JyLqEn0MnhXz4 { display:block; }#FQnOWiGxlks8r2AFJx6JyLqEn0MnhXz4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4MZnaW6Rqzh6nbsA45hGT5sEzXeOu8m { width:47.75rem;height:5.0625rem;top:5.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfCiw2xRsNRceTpUcPoDc1EK9sIN1RJB { width:24.6875rem;height:;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ0G8EiVO7up8gBUPqRJvtwrbR5WSCdl { width:24.6875rem;height:;top:15.0625rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfRxbDnEWsQlwyVZX4G3I6EN5TGRZK5X { width:26.5625rem;height:8.4375rem;top:18.6875rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqkD8M1RqQzxZvqlJwnTpyvp0p4ThHHO { top:14.375rem;left:0rem;width:25.6875rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWoPqLdcsoWqXHSxGpPZnlsOd3dbOkbz { top:17.9375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipsTtHVqr3McU8cI5ZTPQwCHsgMbA5V6 { width:15.25rem;height:3.0625rem;top:30.3125rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7MhSNdICtiSTNqAhZ4Il61ylutsyUVv { display:block; }
 }@media only screen and (max-width: 763px) { #uMMfCJBVE1cPVQQOvxISVFEPf4AblrPd { width:11.625rem;height:3.0625rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmJTuZu9GuGhgF5t952vTlrFazSk1BGo { display:block; }
 }@media only screen and (max-width: 763px) { #Sg7VygkUtfcXBkVJgt4unJ8890RNrPgu { top:50.375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdxbcICvwLntuR7Jxf60wdeHllncEx4Q { top:46.8125rem;left:0rem;width:25.6875rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf7RuGw544fUF3hpbFid3bLz2GIBB0OL { width:15.25rem;height:3.0625rem;top:62.75rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUC6BeD4oUeFeKacmfvMcGd4zrGNELL1 { display:block; }
 }@media only screen and (max-width: 763px) { #r04eCOnKfFnZce1hRi24OZhvHo3cB8uN { width:26.5625rem;height:8.4375rem;top:51.125rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZqbrITIWGFiAwShfKc53ZeeAxTS3bfc { width:24.6875rem;height:;top:47.5rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDV7iepTd7MCrq9Nirw52VQiJrozekL3 { top:43.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHJG6uZbTxx3Gd4eghT48EQfRFvxgaZA { top:28.5625rem;left:20.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
#oHJG6uZbTxx3Gd4eghT48EQfRFvxgaZA > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #pKKIbt2dTSDR329qpmvykSwkVMCxJBM3 { top:61.125rem;left:21.09375rem;width:2.1875rem;height:2.1875rem;display:block; }
#pKKIbt2dTSDR329qpmvykSwkVMCxJBM3 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #oQVQqvqbbmw1tiMAZQumBsiWcJd81dXS { display:block; }#oQVQqvqbbmw1tiMAZQumBsiWcJd81dXS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wX9SkxFmwBbelOm1QZ2rbJmD3DHFB7pk { top:1.75rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
#wX9SkxFmwBbelOm1QZ2rbJmD3DHFB7pk > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #SsaX8br7QK72Vq6QMSp1G7MOPz5DH08a { top:3.5625rem;left:20.625rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooLwaBLpZ2be4cnMUsD62pncsOeCGe22 { top:0rem;left:20.1875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9bukGZ7Tt6HFVntty1T84dbbK34XsvZ { top:3.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWnr4xTuiqxumtarLGprJCKtyz9sOCkn { display:block; }#aWnr4xTuiqxumtarLGprJCKtyz9sOCkn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ou1TD5LVSU1zNd4oXvFXcl1srar97HPT { width:47.75rem;height:5.0625rem;top:5.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9hlAqQEs0wonbZA2OKmGfAQfkOyzqX7 { width:24.6875rem;height:;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #idCJx5C52XmdGDLMPL6ztsGKH1m7wr6K { width:24.6875rem;height:;top:15.0625rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8he1E4ZrnnPP6avGktUPcmhLUm01Nqu { width:26.5625rem;height:8.4375rem;top:18.6875rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK5PC2XWO275iKxM7BpJnImm4y3u0MAS { top:13.8125rem;left:0rem;width:25.6875rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTaknI0lX2mO5Lho1rEdSH0h4JuTbdZv { top:17.9375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2CUZosMd1zq6Iy9TAJ4VP1orsKhFbGg { width:15.25rem;height:3.0625rem;top:30.3125rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKHFHBukPGahHybPCpIogpka61N2nchs { display:block; }
 }@media only screen and (max-width: 763px) { #LrxsytQF2rwRdsUA8PWhA37czhVmXfSL { top:30.125rem;left:20.625rem;width:2.1875rem;height:2.1875rem;display:block; }
#LrxsytQF2rwRdsUA8PWhA37czhVmXfSL > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #OBy4s368kZbgbaJ8vhaFuTEcsHZ1ZeEt { display:block; }#OBy4s368kZbgbaJ8vhaFuTEcsHZ1ZeEt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgzzkK6DJwVzA01StDlDUrJdrplop59u { top:1.75rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
#TgzzkK6DJwVzA01StDlDUrJdrplop59u > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #rW4PrCNmp5pDetTvkNSsgRCiE8QQaBgp { top:3.5625rem;left:20.625rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2JANl5ybXK3CqXfiuibT2LXB9advO3d { top:0rem;left:20.1875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS08cItCw2hBxDuCCxiDGIhuxkJtndgq { top:3.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZcnRHnmAk29TCWDvWw6lrFZHWKUl0Mw { display:block; }#BZcnRHnmAk29TCWDvWw6lrFZHWKUl0Mw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZyPnZKJ3rsTLnqWR09t8BIUQqUyPTMdg { width:47.75rem;height:3.375rem;top:5.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGFvAAKNqSaW2OUD54mHrTa8gHTDp5Oh { width:24.6875rem;height:;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLrroltT7lqzn27ySFJHxeuHg4C4DoMX { width:24.6875rem;height:;top:15.0625rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k72V2PDkoOog7WJRDLpx1b8OMcFd79hw { width:26.5625rem;height:8.4375rem;top:18.6875rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4a97v4Gv4iPGyTF4a01nDaL6aKb2akH { top:14.375rem;left:0rem;width:25.6875rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XioKJwyGc941c4qlvgmHaCwCTHDrOOfs { top:17.9375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTQtxO6t4d9IIMkfHqPs9DMMacNs0P1D { width:15.25rem;height:3.0625rem;top:30.3125rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFaRPJ2miVTmEH94oA4o6vERLeNulWH7 { display:block; }
 }@media only screen and (max-width: 763px) { #r0SbGuSqF17kTzSultlHD8TmTlf23WXa { top:30.75rem;left:21.09375rem;width:2.1875rem;height:2.1875rem;display:block; }
#r0SbGuSqF17kTzSultlHD8TmTlf23WXa > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #TaR5fzsDwRt7RqciiUZu724ZNq34GTa0 { display:block; }#TaR5fzsDwRt7RqciiUZu724ZNq34GTa0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sZ0FWkycGZxC8OnWOJ2RvmcxRJPt5R14 { top:1.75rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
#sZ0FWkycGZxC8OnWOJ2RvmcxRJPt5R14 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #tTeF6V3fNbeEUR6guluwEVbz2Nl46fqH { top:3.5625rem;left:20.625rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMgtRtolCHzk9CrwWas75Bm4DmE5eSVJ { top:0rem;left:20.1875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfByIo6ZV3qLkbogXzzCW4Tp6Pz2b26k { top:3.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGkCTaavUN3NKx2F9pLMRFyv8V8814Gn { display:block; }#OGkCTaavUN3NKx2F9pLMRFyv8V8814Gn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N6dIUQw79MTyfMKvQV7XVOzXaKTT5TTI { width:47.75rem;height:3.375rem;top:5.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHReRgl3VnR2p9cDGPVkC88MfSqKrt6o { width:24.6875rem;height:;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAUCCaGbFfPdgrOySTEEpM2eIrwfeLPZ { width:24.6875rem;height:;top:15.0625rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTWcS6gFhsII2l8ynIEgqauebpfTIBmN { width:26.5625rem;height:8.4375rem;top:18.6875rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVvvlqEX80B4ZNJSukCcyCeK3TgsgN12 { top:12.625rem;left:0rem;width:18.8125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRNsPxfQTqdBgpO3nhPcnrHRTQSq7cCk { top:17.9375rem;left:0rem;width:24.25rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr5WO4BzdycOodgQEzLZ3nOmFUgAdE2E { width:15.25rem;height:3.0625rem;top:30.3125rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4Nf95NA55GStOwlMaZxp75h5Nw5Xk1K { display:block; }
 }@media only screen and (max-width: 763px) { #VqZGqFrRT8ycXO8ECCE7RzDbrrdPAlha { top:28.25rem;left:14.03125rem;width:2.1875rem;height:2.1875rem;display:block; }
#VqZGqFrRT8ycXO8ECCE7RzDbrrdPAlha > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #zmxcISvSduv7ff9nTe6GbViKHD5kReUy { display:block; }#zmxcISvSduv7ff9nTe6GbViKHD5kReUy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7CvWrvOBgbxS67hdipMqJJtd78r5kly { top:1.75rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
#m7CvWrvOBgbxS67hdipMqJJtd78r5kly > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #EPCPaowGJ3JRuXrqvB1L535qys3VrzPZ { top:3.5625rem;left:20.625rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyWN9SWnH2vzeoN5b5zzvGi8lJH0xZo5 { top:0rem;left:20.1875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbWMgFx7rQe5VkaNikQ9VarM4noAkUKU { top:3.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA27ADA8LbKo18MHEgv1tXko9q07oFkE { display:block; }#yA27ADA8LbKo18MHEgv1tXko9q07oFkE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tXN63FEXiXSofepNTcloLVG5qK8NUTdV { width:47.75rem;height:5.0625rem;top:5.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrekRckR5y5laxGQNNKNgA2KRmKPAQ0l { width:24.6875rem;height:;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz5xtxnpLkA6wwT20tu5SemI5gKr0n9k { width:24.6875rem;height:;top:15.0625rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVJ43LQTsvXK0rN0yOxIC2EgtDNCdPh0 { width:23.625rem;height:3.375rem;top:18.6875rem;left:24.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8UOwbcyEmUk7gkDhaFL4hQ67PB6Cq1R { top:14.375rem;left:0rem;width:25.6875rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MonI0C2SRLesvloIcp0D2kpZ14V7D3No { top:17.9375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBxT48P7EVCDAGz324VSbJOEp73FcbNB { width:15.25rem;height:3.0625rem;top:23.75rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q88ynEaVqrta4hwP3PKbk8TWQ30hHUa2 { display:block; }
 }@media only screen and (max-width: 763px) { #aqq3y4nPHc6U4Wqe3W2V2tOT0Tc16qcG { top:52.0625rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oklRBOhtK1KDTWhTSUJATUAuWTV1qr0M { top:45.625rem;left:0.25rem;width:15.8125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgONES4axtTvccGQZBHhAVmuFkFhbwPQ { width:15.25rem;height:3.0625rem;top:58rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH0DK1gB52X5fefwGkJnHg2RyeClwHDG { display:block; }
 }@media only screen and (max-width: 763px) { #yDKKPaAatbvpwTTFZszVTfn9S1AdtgvA { width:24rem;height:5.0625rem;top:51.125rem;left:23.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo8qR0NlxkJMNDaflk2bQrbhfxDRR7LN { width:24.6875rem;height:;top:47.5rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOnz8lyi83NAtBgKMXkT6IsEKmrGE016 { top:43.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0BQQvsgdvvVL328WZHpVQQeu58tCobr { top:30.6875rem;left:20.96875rem;width:2.1875rem;height:2.1875rem;display:block; }
#b0BQQvsgdvvVL328WZHpVQQeu58tCobr > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Gy7PGNPXMe1EnunFiRtENotZ21SUhe2s { top:63.75rem;left:12.96875rem;width:2.1875rem;height:2.1875rem;display:block; }
#Gy7PGNPXMe1EnunFiRtENotZ21SUhe2s > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Ob7prbBqyDbB7pm5GwV9LOrTNTOX1V6B { top:89.9375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvV9RZyuwReyWAaKxqdafrFvcZ3E7ZL6 { top:80.0625rem;left:0rem;width:19.3125rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTrFon6DOe5BuTPw9SIRMEC19FCrEqGM { width:15.25rem;height:3.0625rem;top:92.375rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRiIi9WwT8V5yraI7MRa9dbr43b8swue { display:block; }
 }@media only screen and (max-width: 763px) { #u0RUw4vdmlknsHWkTGdptZBKwvwzFo3N { top:102.75rem;left:13.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
#u0RUw4vdmlknsHWkTGdptZBKwvwzFo3N > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #xWWORwxLHw5t8OJrVTRCG0cC4kkd2QDC { width:24rem;height:5.0625rem;top:85.5rem;left:23.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsxCmAbD3QUKCf8ehnImEy20mk8xA2cF { width:24.6875rem;height:;top:81.875rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8RZkOVsE6JB6CVeM8GTofHXoOdlGk9e { top:77.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZyQWNCDbhcfOewHHD6gUqMkB6tXMF9M { display:block; }#SZyQWNCDbhcfOewHHD6gUqMkB6tXMF9M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGQG3fhE7VaFfIZan16p6HXVJMw96CdM { top:1.75rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
#eGQG3fhE7VaFfIZan16p6HXVJMw96CdM > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #rK4c98O9Fheh0Rqg1gSbJdM4EteTPDFZ { top:3.5625rem;left:20.625rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe1VyCZuTKfI8qalyHDCtwufB1aWePh9 { top:0rem;left:20.1875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TndLABQ819b4qk5bX2JsqRTymO6zF4N6 { top:3.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnfM0dKtx6vwhnF01If6O7SoJHbnaS4T { display:block; }#OnfM0dKtx6vwhnF01If6O7SoJHbnaS4T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usS7hCo0Mc0C2IJ9U9mbNEm1T3oNKZXn { width:47.75rem;height:5.0625rem;top:5.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf3V7zkXHHI6nPl7EX8uOeTGqETkt7gJ { width:24.6875rem;height:;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEZZL97WyWWDDBJNNhwaAErChd6DR7NX { width:24.6875rem;height:;top:15.0625rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8imbVv1RgmZAuBG1d4eTK1hXseOGTT6 { width:24.8125rem;height:11.8125rem;top:18.9375rem;left:22.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0IfU0ggbJtLaRGntTJG2WLxiswXTTyx { top:14.375rem;left:0rem;width:25.6875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozhNkeRkNDyr2GapUalxW9sPT5UNTXRC { top:17.9375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS0OIUcs7XdO9r9NIxwBvTtEUnypuLB1 { width:15.25rem;height:3.0625rem;top:32.5rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAQVUuIV9d2PIcHcGbtToV03aMX1twga { display:block; }
 }@media only screen and (max-width: 763px) { #zsamibG7CKvxNm74v8wCont1EJfq625T { top:50.375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4bTRquI8aPeS3LNgU8pfyVFINPcl6UX { top:46.8125rem;left:0rem;width:25.6875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdZtvIZFVMKKaKGGTBZBW5thT7xd9tQF { width:15.25rem;height:3.0625rem;top:64.5rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIg8ikQlKHNAK0J48Hi0eBnvpSmiFRqL { display:block; }
 }@media only screen and (max-width: 763px) { #fHaRQDTciJVlZAS2pzvoFIAH9CvKALTw { width:25.1875rem;height:11.8125rem;top:51.125rem;left:22.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFFauauIZAdh1quOSVVdBXJ8AoUIR2aR { width:24.6875rem;height:;top:47.5rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIFQTozLPPS0HTM9198nE3gSP0Kib31V { top:43.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxItaddaxQDIu6ZPdsUvgP3KszxT9cc7 { top:83.4375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4HUXIaAEgSLCSs0PENkxKy0fIJCSHuI { top:79.875rem;left:0rem;width:25.6875rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTuTG59mqLTZtqFg299D0mF2P1TzABwB { width:15.25rem;height:3.0625rem;top:97.6875rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM62zwNXyv52mI7ldrJgAhHatydewx7c { display:block; }
 }@media only screen and (max-width: 763px) { #Shv1dfDvRZDC0qs566g8Gn7gc89rAPAk { width:25.5rem;height:11.8125rem;top:84.1875rem;left:22.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO8i245RomzQoTQiiA0VTF0ZpFM6tuMv { width:24.6875rem;height:;top:80.5625rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEWTM1SqpPLFoOOJdzUpQwBkUkl5LHwX { top:76.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #meITqtGV28TnSmeO7mRqBbONIIBsUDOC { top:116rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLxIrrwBiOcksNrgRz9CUSPTD9Xd5C2L { top:112.4375rem;left:0rem;width:25.6875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtxSXaeCrgyRgqEIDFMTm3iQWh7DK5BQ { width:15.25rem;height:3.0625rem;top:130.25rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1gDANmvUQZthWGoeeUOod33lT3Wt34K { display:block; }
 }@media only screen and (max-width: 763px) { #aR8i7EIMLE4wtNrK1xV4QUA8CUcRO4oK { width:25.0625rem;height:11.8125rem;top:116.75rem;left:22.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #thwu5TZcroKmap6XMi5nHpqb4H7gfK2c { width:24.6875rem;height:;top:113.125rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9u0fTIFoyIumm8tyUqeZvLb2r7tvapT { top:109.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8N6hntae9rq57NbDG9ves8skH5cSBWu { top:148.0625rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQkkUwTHoIdZPhtVtu41Vk525kZoNHeB { top:144.5rem;left:0rem;width:25.6875rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU154d6UpeniNTIllTvVtV3uvRWdX8x9 { width:15.25rem;height:3.0625rem;top:162.5625rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBDQhHGnF7JUgZPqOSRA3REVweQtC08y { display:block; }
 }@media only screen and (max-width: 763px) { #pTag4qUbhx8XSKl3Sa6g49ygPLhpglXL { width:25.125rem;height:11.8125rem;top:149.0625rem;left:22.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvuNDNJzosqcBv9OVCRw8iDgUfvn0QCG { width:24.6875rem;height:;top:145.1875rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS7QKsMCvdPWnoCRmWeCz0k2kPKeofQA { top:141.125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZIIEwD7Zt0G7LOiP2OEtXvsXsUBc2pp { top:180.375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLxG20ew1QbQdLMb7szEV6iFepAsL6NL { width:15.25rem;height:3.0625rem;top:193rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK2uuHEDG3Werd3Fhp7zDbJWUTsDvDA7 { display:block; }
 }@media only screen and (max-width: 763px) { #PvyFFmxhka35exrRKTRfKkxGohbTmKvl { top:176.8125rem;left:0rem;width:25.5625rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsoUsS3Dolac7l6QzPvThX2dQqLoPzWA { width:23.8125rem;height:8.4375rem;top:181.375rem;left:23.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOOzPGa85h1xTTVKAuIqdcqRW8feuVfL { width:24.6875rem;height:;top:177.5rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcJUkLa76zIiMr3NTJ9Ks3QdJLhLkDN9 { top:173.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1t1S7WgHdhTODZ3EQ4piIklTt3I87aR { width:15.25rem;height:3.0625rem;top:222rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkuzbZZhRxJtlqsDVH7sJvKkHT8wUf78 { display:block; }
 }@media only screen and (max-width: 763px) { #IhcXLgaECzXuNMpr5LWTlDiiPC2kZRpm { top:206.5625rem;left:0rem;width:25.6875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3eMxdqyxD9g36tEx5NXr5rtvkHvDlk0 { top:209.375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVoypCi2kT3kQMghm1BBiMGXUndxEbfu { width:26.5625rem;height:8.4375rem;top:210.375rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB64nlZEzUTL7BDQsNW3vohPxTkvu2SK { width:24.6875rem;height:;top:206.5rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqJPRPlint5nHCugBTH4QiJLELx0VZSD { top:202.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEBR5rQpvXlkgVN9MegIrrWHZJccyzaz { top:29.9375rem;left:21.03125rem;width:2.1875rem;height:2.1875rem;display:block; }
#DEBR5rQpvXlkgVN9MegIrrWHZJccyzaz > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #y9dPyp1H4Lq73U4v6hX8M8JFsXEU41OZ { top:62.6875rem;left:21.28125rem;width:2.1875rem;height:2.1875rem;display:block; }
#y9dPyp1H4Lq73U4v6hX8M8JFsXEU41OZ > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #TzF4Xdv6ZO8xfJINBcMnZ5VGFTVHuTMy { top:95.625rem;left:21.09375rem;width:2.1875rem;height:2.1875rem;display:block; }
#TzF4Xdv6ZO8xfJINBcMnZ5VGFTVHuTMy > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #ggwf5bmTqdxrWHvM0VfedKdJhAy6hWT8 { top:128.125rem;left:21.03125rem;width:2.1875rem;height:2.1875rem;display:block; }
#ggwf5bmTqdxrWHvM0VfedKdJhAy6hWT8 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #VbvneqfckwGtkAFHkBDguNF4vJPtoeKV { top:160.375rem;left:21.03125rem;width:2.1875rem;height:2.1875rem;display:block; }
#VbvneqfckwGtkAFHkBDguNF4vJPtoeKV > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #sKsbGDo9DC9zoyA9U51TRzauUpNgMclN { top:193rem;left:21.03125rem;width:2.1875rem;height:2.1875rem;display:block; }
#sKsbGDo9DC9zoyA9U51TRzauUpNgMclN > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #HsI7nmk4DMEvVQe9ceFeeBpKs9xcB6vT { top:222rem;left:21.03125rem;width:2.1875rem;height:2.1875rem;display:block; }
#HsI7nmk4DMEvVQe9ceFeeBpKs9xcB6vT > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #zD4wu8VGkJ9WTQnPR8hSFDkJoRQ8TRTH { width:11.625rem;height:3.0625rem;top:135.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0oubcu88Sv8m7Zydxkie10pRyZLpzVD { display:block; }
 }@media only screen and (max-width: 763px) { #TSgqCf8WysKKJel337zDWiuQaATnFmdT { display:block; }#TSgqCf8WysKKJel337zDWiuQaATnFmdT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nl0fIcVpK4Z97my4cSzuKN70JQhLe39o { top:1.75rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
#Nl0fIcVpK4Z97my4cSzuKN70JQhLe39o > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #FwGh39dFJeAWK5HT4bLPPOUIGZnBamT0 { top:3.5625rem;left:20.625rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9IxwUc1NIH7XvhNAb00NQfioT3TL4Qf { top:0rem;left:20.1875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvPfiPmx6sEGMaTVvP3SFVOb7krPHMxD { top:3.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4kSNJnJ2T5NSr78Tx5ftyUlWZTdOdD0 { display:block; }#r4kSNJnJ2T5NSr78Tx5ftyUlWZTdOdD0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdqSk4AVC9XM3sdx1IuTTRzGraBV1gWI { width:47.75rem;height:3.375rem;top:5.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAzwrM5FttqCbIEE5hTmZt8yR8oak8fC { width:24.6875rem;height:;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BasX8AqVEkGC71bGP6BRX3Me2CiDmbLX { width:24.6875rem;height:;top:16.625rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #icALAFRfLxffKEGguxPwPdstapLl6ihI { width:26.5625rem;height:8.4375rem;top:20.8125rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcQq42NSMN17wpCBxxF7TQ5aWOWA4ntd { top:11.1875rem;left:0.75rem;width:14.8125rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOTmsJa81QDlVACeKfg0oZxnP0lzfqL5 { top:15.8125rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXefQG29sCPweId4fIvmsg4DuynOFmq3 { width:15.25rem;height:3.0625rem;top:32.4375rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMz9eaVEdLnDRdJp0lXTni2kkWrPrR17 { display:block; }
 }@media only screen and (max-width: 763px) { #qmS9I0593zu1fD5wvB5JU6ddJidJQCwg { top:50.375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtOJqAqEORTFR0qZSaMrq48caTGPCHpd { top:44.75rem;left:0rem;width:17.25rem;height:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxWdzSivem7SgdmC13ZKJtvd7iPVTW1o { width:15.25rem;height:3.0625rem;top:62rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omRNvJVaBg90bkWzHfOlas6I8sNdpyqB { display:block; }
 }@media only screen and (max-width: 763px) { #bXQo38SZqglW1631qgaztXkhrvFR2Xpc { width:26.5625rem;height:8.4375rem;top:51.125rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5Sqq8u9rNTCKxZ8KuHv92q9TZOJxyiS { width:24.6875rem;height:;top:47.5rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2LAcIe4qwkIJ7nrRewzPRwhHJcZ835X { top:41.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTketK1SkN8ZTNd7l8615AxgZCT9crE3 { top:83.4375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF2fE0eBS6pBZ3GJWvgRsLgiagXW7LqW { top:78.375rem;left:0.78125rem;width:14.375rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR8hVRRwHdbcKAcGcERd6QxOFXE83NtW { width:15.25rem;height:3.0625rem;top:95.8125rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRAISzK3JdbreAObnEMLsXC1sGwwBZAN { display:block; }
 }@media only screen and (max-width: 763px) { #dHKE24TacvFFkm4t5Tyoxr80WnPs1RR9 { width:26.5625rem;height:8.4375rem;top:84.1875rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0gVJL8DItqKVBCk1IxRb2uoAhWL3li5 { width:24.6875rem;height:;top:80.5625rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGkJUwHnO3yvzhzMTdLHcxVAQAusBwTz { top:76.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRXBpMfoVIK6Rz7iiCcWk2FBh6EmKJfi { top:118.5rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsfrtPEMdkAxN2FsGVv708S9CyoHAymv { top:112.375rem;left:0.96875rem;width:14.375rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu7U17L2TvveB8W8bm7vJmJVLJuXUhrr { width:15.25rem;height:3.0625rem;top:130.875rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #Arl3vyoPhOyPhp3sctsiruLtMrQiIimz { display:block; }
 }@media only screen and (max-width: 763px) { #TyssX6whRU7M995gLmKtqKp7W7Z6fgAN { width:26.5625rem;height:8.4375rem;top:119.25rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky1xn2dPNOtZG3I6IIIA9El1bwo2KiDg { width:24.6875rem;height:;top:115.625rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZJ458N3l1lu0qy3cVR5FLPpLopRh3JW { top:109.6875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCCrvLU7WUHKWhZIQbW4HXhCL7sX7TIk { top:148.3125rem;left:0.75rem;width:14.8125rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aV9RewKraStBMD3E9R1AdCJ3oym57W6a { top:153.375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #boTZMCLnkkQdeaysR3x36cXPG1Ctpb3r { width:15.25rem;height:3.0625rem;top:165.75rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKH7tktJsSKurO3FqEdJtdwETsVwS1zP { display:block; }
 }@media only screen and (max-width: 763px) { #LMFT4yil9727DO00M4wCzevP3bp6K4Ka { width:26.5625rem;height:8.4375rem;top:154.125rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqzdwNU1c05sBShUfqI55b8sa11G5fev { width:24.6875rem;height:;top:150.5rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3ONLBAdmpf3qk7QyMA1HVsTHZzcCQGT { top:144.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAwfo2PmFcAyNsOCqC6DU8mMoCLerOT0 { top:35.9375rem;left:12.59375rem;width:2.1875rem;height:2.1875rem;display:block; }
#SAwfo2PmFcAyNsOCqC6DU8mMoCLerOT0 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Mnd688VGeznErcZ4ntPl1StPcs3k48Gg { top:71.4375rem;left:13.625rem;width:2.1875rem;height:2.1875rem;display:block; }
#Mnd688VGeznErcZ4ntPl1StPcs3k48Gg > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #VmxnGSEq55Nx5So9dEVvP1ayFxadsq0N { top:104.0625rem;left:12.03125rem;width:2.1875rem;height:2.1875rem;display:block; }
#VmxnGSEq55Nx5So9dEVvP1ayFxadsq0N > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #R8A8k6OJAT100h6NOyHie5xSNPUB33kc { top:137.9375rem;left:12.40625rem;width:2.1875rem;height:2.1875rem;display:block; }
#R8A8k6OJAT100h6NOyHie5xSNPUB33kc > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Sxaxd2NcpBiZXb4ZOnQZ1S1JIBAthTBH { top:174rem;left:12.59375rem;width:2.1875rem;height:2.1875rem;display:block; }
#Sxaxd2NcpBiZXb4ZOnQZ1S1JIBAthTBH > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #XJJJb952FH0oq2EwbC15ao260kDbBfwc { display:block; }#XJJJb952FH0oq2EwbC15ao260kDbBfwc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sr0fz8LzCggTzK0QvQrKGaoisQ9A5oo0 { top:1.75rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
#sr0fz8LzCggTzK0QvQrKGaoisQ9A5oo0 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #ARiXMiXCuGd0dachHFmVi8Td41Spd6cZ { top:3.5625rem;left:20.625rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKMl3Eaz7oUNkQiCCKPiWJkAakZ2yXJm { top:0rem;left:20.1875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKVMF3DGQvKO30SVOevIxNTsTTJRQcsZ { top:3.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbmVGFBgyp21IbrlTHM00bJvVTVVEopD { display:block; }#pbmVGFBgyp21IbrlTHM00bJvVTVVEopD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDiW3EpgIMqwWnPDnJTE2ic7pOfzXqo6 { width:47.75rem;height:3.375rem;top:5.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8mGq6xaGZm8y7Zx7WgkSQhZ416x18b0 { width:24.6875rem;height:;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #irvMxLlxq96ig72DoLDk1wATZ0te9sEd { width:24.6875rem;height:2.3125rem;top:15.9375rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaMTot4h46dZd1huT9O8yioT7SXOFF0P { width:23.9375rem;height:8.4375rem;top:19.5625rem;left:23.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQBhy5eVVSKd922g8PIA9V0Xm7qPAzam { top:15.9375rem;left:0rem;width:13.1875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU00lvF8Q0SO36XosonNCVSXJxTawLEM { top:17.9375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1i22S9InrHyhTuh1uzPCo8ptHHWBXTo { width:11.625rem;height:3.0625rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TanUAiCgQI3STQUqt27yFWpnOcZlFRLk { display:block; }
 }@media only screen and (max-width: 763px) { #abGGZVJeeRqlRQmdDoIGpAz4i6uEkOti { top:50.375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgDDTi0bEUQo80ybm2uGhlyfyTnxVwEU { top:47.3125rem;left:0rem;width:12.6875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzTr94wSFnZC2mKZsJAT8xW7JD8mlUTf { width:17.4375rem;height:3.0625rem;top:56.6875rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTUSdybTXb6HdNib3NM0RtQ7cAL80EXh { display:block; }
 }@media only screen and (max-width: 763px) { #ixDHdwrgo1KhWH3B88OLfsEGQM6t5qd3 { width:23.875rem;height:3.375rem;top:51.125rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5uvmAntS17GptPVO91s0T43VTlX2PcA { width:13.5625rem;height:3.0625rem;top:70.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8KDrP9hTQllMt2JCEndGQvXHZNzWm2c { display:block; }
 }@media only screen and (max-width: 763px) { #bv1FxNqyUqlDA7Li9ISeM7mZINz2mwdt { width:24.6875rem;height:;top:47.5rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeN2HfiLrDVC6F1P8Lh55x8s7hTWWIKE { top:43.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJBb5fxeKhEgsgZ03SpkovT9lpxnOTZl { top:76.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciLHQ5EzpPJIZOBPrOuVrK40iq9B0w08 { top:84.25rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPuUa66KqmTz0eP2yidVX6HaccCO662z { width:17.4375rem;height:3.0625rem;top:97.3125rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC2wI1trNxDzSQm0t0U1KEvEKRbcL5W7 { display:block; }
 }@media only screen and (max-width: 763px) { #A0JghnXMQ0sklNBOc01p3s8aFevNuwzU { width:26.5625rem;height:10.125rem;top:85rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmDuu4ddgppvVlI8JgtZZskJ5BzPUKZ3 { top:80.6875rem;left:0rem;width:25.6875rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTlGTbAHRXv6WomOdER1ArbqfLGir2OE { width:16.625rem;height:3.0625rem;top:104rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7c2RTELf0JHZ20ugwXy1Czi1Uqx1t77 { display:block; }
 }@media only screen and (max-width: 763px) { #um1KGBqIO8JFqRBVI3bPgpvsuUH7CoRi { width:24.6875rem;height:;top:81.375rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa9BGcFm20rTb7TUm62GdNHJQwyNdLEF { width:17.4375rem;height:3.0625rem;top:29.8125rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogoeRXfwrQbNfwooT5xqfMLgBUC1zwWr { display:block; }
 }@media only screen and (max-width: 763px) { #U3LrEJoySRm1qeQyGVUT56LAU3CVvilz { top:30.5rem;left:21.125rem;width:2.1875rem;height:2.1875rem;display:block; }
#U3LrEJoySRm1qeQyGVUT56LAU3CVvilz > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #hpUqbZKFrZTToW2VxRP0HSF7xqhFO5dC { top:61.375rem;left:21.6875rem;width:2.1875rem;height:2.1875rem;display:block; }
#hpUqbZKFrZTToW2VxRP0HSF7xqhFO5dC > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #AcVBzy6fCMwKygcgG0PUIzUl3HTTqSfi { top:94.5625rem;left:20.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
#AcVBzy6fCMwKygcgG0PUIzUl3HTTqSfi > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #LQP2o3M4JiFR624VvPGVtxJ8cCdQ1AHK { top:47.3125rem;left:12.0625rem;width:12.625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUkBgLBe74VTTxPEcAOWIEKhRzIce2bK { top:118.4375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZFaOMS1RH0FuV2KUkto8xhz2G4lWiRW { width:17.4375rem;height:3.0625rem;top:129.625rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBxfTsHKDH39uITZTUDXl8p9MoT4WUav { display:block; }
 }@media only screen and (max-width: 763px) { #K9W8vNRTDuTIK7GhF9D0pg89zwml3UTe { width:26.5625rem;height:8.4375rem;top:119.1875rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THULk0U8MDdcT61ZcqsoHGO6z3UE00cw { top:115rem;left:0rem;width:19.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeX4921x2QwqDrokH0ast9Z8w1KDEmtE { top:135.6875rem;left:14.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#FeX4921x2QwqDrokH0ast9Z8w1KDEmtE > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #qVTKRIqEwb3olKpW02nJQlyVLNsbt7Jl { width:6.875rem;height:3.0625rem;top:139.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqXc7VsGU9MfW82c2lNOsQp6bRq8o5IH { display:block; }
 }@media only screen and (max-width: 763px) { #RlWhdw721Z2ThGgpBkA6WLT3HxoWKqlI { width:24.6875rem;height:;top:115.5625rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tduHmBO44aIG6k8Eq2kA1lBDlnuvF2lI { top:111rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqTpAFuy4shmTQtsh9D1ydguNQwqELJT { top:15.875rem;left:12.5rem;width:11.75rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX1q99GTedwDAeinyN5IhWTPaIq9efTb { top:151.8125rem;left:0rem;width:25.8125rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXPmvoseunSwAtBcAN2MBv74y6TeeF9a { top:163.125rem;left:20.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
#qXPmvoseunSwAtBcAN2MBv74y6TeeF9a > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #LuKg340G0eNImPOcqkzaDQfsU3E3SLp2 { width:6.875rem;height:3.0625rem;top:169.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7UsgzlcmrB0LywT5z5hopzQTOucayZe { display:block; }
 }@media only screen and (max-width: 763px) { #awKeSFWiJriy1U7szZZ1a0f5gh8SO8w9 { top:154.0625rem;left:0rem;width:24.25rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbIEGPGwI44rM8r6cpZ5uNWC9pJRKORX { width:17.4375rem;height:3.0625rem;top:165.25rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuePvANBuW53zUuJ2PKCw0wbWxz9N6TA { display:block; }
 }@media only screen and (max-width: 763px) { #IOm7NaTpQP8E7TKml26pZc581WT09mia { width:26.5625rem;height:8.4375rem;top:154.8125rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krioQztURP55hnApCdpweTG1d3tctgzT { width:24.6875rem;height:;top:151.1875rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqkRGwif6hxOyuT9TioCfTX3lME8QTvH { top:146.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4V5qJytgZc0DhwcFQeCsyxmHeFfQ5Wf { top:182.5rem;left:0rem;width:25.5625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtSScOn8eoSf53u8c5W2Fcvx1NbtyHal { top:193.8125rem;left:20.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
#AtSScOn8eoSf53u8c5W2Fcvx1NbtyHal > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Csv3D1FsT7qAnzezveFdqn36O0r4R1hK { top:184.75rem;left:0rem;width:24.25rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZRUb0RRdZsgx1chGc5xqEkJrTx4a9bX { width:17.4375rem;height:3.0625rem;top:195.9375rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THueB9rFMQxa8G1rzbO8SKcAKLvPSxKH { display:block; }
 }@media only screen and (max-width: 763px) { #y5qD5u4gzTWCIypv7FwodERyBSfxQSCT { width:26.5625rem;height:8.4375rem;top:185.5rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMT0pi8noaMtwdBms2zdTENFaFA3bvl8 { width:6.875rem;height:3.0625rem;top:200.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM23bB7sHpKuR2SZtQhA0pBIQTmWsZyi { display:block; }
 }@media only screen and (max-width: 763px) { #fNwTVfo327AkocpFOLxB6ZuDU2hqy7D4 { width:24.6875rem;height:;top:181.875rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdRch4bPo33CiI0W48WktaiWn5spXPX3 { top:177.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJnokaZbDJ3GnPHLRbH2yuVfULc8WEIM { top:213.75rem;left:0rem;width:25.5625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsUwyT3GhsKkSZ7Tmk5Gv8RLxZg9f5zi { top:225.0625rem;left:20.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
#HsUwyT3GhsKkSZ7Tmk5Gv8RLxZg9f5zi > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Mf4BR19wpaReTefAv3G9KRv1Bkz1PbgM { top:216rem;left:0rem;width:24.25rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWCFQvX0LmQTDQALSziTBoB4LMXs5KQ2 { width:17.4375rem;height:3.0625rem;top:227.1875rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv3HfXb60LUp1i7vEI64nU2PPTovefd7 { display:block; }
 }@media only screen and (max-width: 763px) { #yqZ2Jb8QmKp5bPOPOXrc7AXiKoLeXKmV { width:26.5625rem;height:8.4375rem;top:216.75rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqzVPyxUBHwuBKwckeAKutkMs6cWkCd7 { width:24.6875rem;height:;top:213.125rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV1OxkT1a9oPzZxxw1E8RzokMdGyWCbI { width:6.875rem;height:3.0625rem;top:231.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbbbtV09WaHyMws6Slu6AN908qgb5dyb { display:block; }
 }@media only screen and (max-width: 763px) { #stXXTxTxfaxlxQgmHx3uJSbhRZxpdoTU { top:208.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbGI7SDPS87CM4iuxCA0vfIXmAOEZoWO { top:249rem;left:0rem;width:24.25rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUbGAcVcUMvLFnSuyACaikNcwMzWWpKu { width:6.875rem;height:3.0625rem;top:264.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #edTyuIL4EJhA8h0Gzk1TpHqOVMMr6c2N { display:block; }
 }@media only screen and (max-width: 763px) { #K2gRtOVMBRGyWRRHWvTQTwZ24VBaovMr { width:17.4375rem;height:3.0625rem;top:258.0625rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3ZxZ8yp9TLuBEAonKkM1h8PSoDhO6bV { display:block; }
 }@media only screen and (max-width: 763px) { #bFZi7PkMwGmHVDURJG9nTF7xtpB1Oq6L { top:244rem;left:0rem;width:25.75rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9VpxDCPDTLxZToIa6zXi2P7OzNTGUma { top:258.0625rem;left:20.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
#N9VpxDCPDTLxZToIa6zXi2P7OzNTGUma > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #lc1KGEU80V3LK1qxbXD7UhnnoFIcnAbz { width:26.5625rem;height:8.4375rem;top:247.625rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6IlLykC7QdTKkUrwyNyTRBc0UV1iTQ9 { width:24.6875rem;height:;top:244rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQXv4H8EyaLNF5Jnqag5slUeLN5ZOOHL { top:239.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xglbLzJaGPJV3Uci156imccaXfB5Q0c1 { display:block; }#xglbLzJaGPJV3Uci156imccaXfB5Q0c1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XS3v3Ho5cLBQbr8OdZBonTE7vm9HaiOn { top:1.75rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
#XS3v3Ho5cLBQbr8OdZBonTE7vm9HaiOn > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #k2JIH40aq487lNvrEX8T1RC5i7ZK9eEi { top:3.5625rem;left:20.625rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1L0LboZ1nt7U19cGKgRHcSIrcThIZNK { top:0rem;left:20.1875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbWR5Whwm3rfgcgySQcuXxyqUQqU4RoD { top:3.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlFTIb5VzGRzZEXveB9BPyA4r2lbgziB { display:block; }#tlFTIb5VzGRzZEXveB9BPyA4r2lbgziB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUKqeT1f6m6fwT0flg4Ab8areAufdZTV { width:47.75rem;height:5.0625rem;top:5.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThVg4QZATNvpsNxWimnxHzoxS7Xlhyq4 { width:24.6875rem;height:;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9Z7vDu3251Pgi5wsGZMIWgRRpn6iA6A { width:24.6875rem;height:;top:15.0625rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwLyXDdFI118FAOvlFb2OPoGLwUiiqgK { width:24.5625rem;height:13.5rem;top:18.875rem;left:23.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy7c7UzaU4C1TykgPvFC4HruORr3OS0f { top:14.375rem;left:0rem;width:25.6875rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu68KdTfA1WPbRvvCGtwBfeVS6l1T8Dm { top:17.9375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL5TbRZ3ZNXkUFSuO9S8mQZiFVZR6Pt3 { width:15.25rem;height:3.0625rem;top:34.6875rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVhdWzxkRTW9sWoCQ4ki6dJHFNUPvfML { display:block; }
 }@media only screen and (max-width: 763px) { #poPgLWvUFvoQKJJTZ3aTy7N76Jvfllk4 { top:50.375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnmKyUwCCTrzq10MSUJBzGSVR6dhz845 { top:46.8125rem;left:0rem;width:25.6875rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtirbNWpooqmvxMwZKwu0oTeJZ4OzFgB { width:23.9375rem;height:3.375rem;top:51.125rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV5iu7iI77E6pe4s6IaJOPEWWoIO8XS0 { width:24.6875rem;height:;top:47.5rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlBdwkoGNyxG7oxgO7WH3hNmGV260nln { top:43.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD4DKRaEiCQqCl6TrhMSah6i1tOVln2l { top:79.25rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTGDRG5W1skKBNv3Si1ubRrr0qFvsH01 { top:75.6875rem;left:0rem;width:25.6875rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoP1HSdyn0l6eIXWBxFCpHzhmys4GHiv { width:15.25rem;height:3.0625rem;top:91.625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXqfcLS05tAUa9eE6Lnh3kiNB5FyINtc { display:block; }
 }@media only screen and (max-width: 763px) { #GXpTcUZP9AnOvU1z2NBC7wh510TDgmxf { width:26.5625rem;height:8.4375rem;top:80rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0aLWrIeI429F8SDoFxpG78gJNOTX61Z { width:24.6875rem;height:2.3125rem;top:76.375rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHWxuEFgbomUwgLDRJX7ckmi7RWtc5ro { top:72.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3DQw6fdlB4uP63DzkPen6Q1fwUTeWZO { top:30.3125rem;left:20.75rem;width:2.1875rem;height:2.1875rem;display:block; }
#b3DQw6fdlB4uP63DzkPen6Q1fwUTeWZO > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #SPyiSmyBhTFDsc0zEJwgJrUTcK8m3yFf { top:62.75rem;left:20.875rem;width:2.1875rem;height:2.1875rem;display:block; }
#SPyiSmyBhTFDsc0zEJwgJrUTcK8m3yFf > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #mQfekTDf8VaiaTFg8Op963gtESbqcdI5 { top:89.9375rem;left:20.875rem;width:2.1875rem;height:2.1875rem;display:block; }
#mQfekTDf8VaiaTFg8Op963gtESbqcdI5 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #rwJwLtckvfWoKNdNT58iPpFPBm843wFT { top:108.0625rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlw0S2k3GoLpWZMsgZEcLaywbR5JFrr0 { top:104.5rem;left:0rem;width:23.25rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ly55GTVkqTyRCfCyTmyCSmT8erdRh9Zb { width:15.25rem;height:3.0625rem;top:122.9375rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #apqBVQnJFsdoKrBB7Qvgr8t4HATu4XAa { display:block; }
 }@media only screen and (max-width: 763px) { #dm4wZSbe3Rcb6807Vir5Tl0EbJcua4ly { top:120rem;left:18.4375rem;width:2.1875rem;height:2.1875rem;display:block; }
#dm4wZSbe3Rcb6807Vir5Tl0EbJcua4ly > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #MHPcqwlF6CsFqgCBvWw5CpNogcWUBU7V { width:25.9375rem;height:10.125rem;top:111.375rem;left:21.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1O4qEhizKXEanbTxhTAmd7fXs1iiaaq { width:24.6875rem;height:;top:105.1875rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7liZpxTR9WGlxlFaI0Jszva9TAprQvr { top:101.125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeKxQJZkpHkBczNyOyaqkKA8WVqL85FX { display:block; }#TeKxQJZkpHkBczNyOyaqkKA8WVqL85FX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEleCRUxQrLKgbQ96mk7J95UNzpnsZOz { top:1.75rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
#dEleCRUxQrLKgbQ96mk7J95UNzpnsZOz > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #UuOrzXRVfP9algO2FGH0oNHL2DcHw3gU { top:3.5625rem;left:20.625rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWLXHVkS8fJ0QUkXbQ1SuPdcV5cbpBDo { top:0rem;left:20.1875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA6FXOyq3O8FIvH0rNPnhTFcSilrwWTh { top:3.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ2OdEkoXzs3g0SbenQTQxUXkBQwfhSI { display:block; }#MQ2OdEkoXzs3g0SbenQTQxUXkBQwfhSI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E5haqDQbRdKmt5VHoPWANzmpKwOPe2Zs { width:47.75rem;height:5.0625rem;top:5.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPG4cDbaLs7UF93cqeO2DR5DMt8QMLgd { width:24.6875rem;height:;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hqb2cUcQSsu5kkVVHMGfDzf1wlT6UEw1 { width:24.6875rem;height:;top:15.0625rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6vDAhqB98ofnXnkpDUq0ps5KetC8KKe { width:26.5625rem;height:8.4375rem;top:20.8125rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROV5xT8Diu6LFCH29IIcX3QJmTUCH03i { top:14.375rem;left:0rem;width:25.6875rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIz08D0m1lb63p6lTzmOeULX73h5wOUM { top:17.9375rem;left:0rem;width:24.25rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgVk8sR2FbceRtSWvGz0M4oEdgDC7yUr { width:15.25rem;height:3.0625rem;top:32.4375rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTbNSfR3N677XRtXSlt2crPaF6ttgR5y { display:block; }
 }@media only screen and (max-width: 763px) { #tQsTppxi6ZZCRp6WG7isAd3zQtcbPGuo { top:50.375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #znLzRwKT1VtJlw7w8LuTGu0SBWfFHTaS { top:46.8125rem;left:0rem;width:25.6875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRa2HhqWU8SIRQkn1RreQqneSIGWRvtF { width:15.25rem;height:3.0625rem;top:64.5rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDOqLJBs94McvTP3XNUbfHFMnqwC0pTn { display:block; }
 }@media only screen and (max-width: 763px) { #s9urF53e4W2hOBxMsPmMrDXDt6FeLegc { width:26.5625rem;height:8.4375rem;top:53.625rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAxhVLRSnBKDqNPTLAq6iTgnNwFFTWXF { width:24.6875rem;height:;top:47.5rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC1rsdFBKDzBT0ek5ewRZgT2TIxTLBuW { top:43.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8e0TVLqblAdFTX6sxGdOiTklWzPZFSd { top:83.4375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5zfUCpNqIiTCMKvzZ8k6dwxufbVT4mo { top:79.875rem;left:0rem;width:23.9375rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnTvq3nE5tpKXiUucfAVor9LxrFx37vC { width:15.25rem;height:3.0625rem;top:98.5rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLL3SCrRguB5NT3JZJD7KOK1DHLy9TlT { display:block; }
 }@media only screen and (max-width: 763px) { #uG95Td135dTmZ2u3f2QvNfKHWJLNGb5w { width:26.5625rem;height:8.4375rem;top:86.875rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2vR6ymfpOoHQKwL1FpwQbvbWO1oIahg { width:24.6875rem;height:;top:80.5625rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eObKamAGpm38ZTfVfFZn4UkisXeECKDM { top:76.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk1xByP31Wk1isBgCm2hI21cnN2Qvxlx { top:116rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM1LD544TIhSCS65cMdLOoLVM7dVtm28 { top:112.4375rem;left:0rem;width:24.875rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #muGFHBpzHD2DHzsgFRVxqqpDwvxuJdAu { width:15.25rem;height:3.0625rem;top:130.875rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #b19ZkMOTp37zc9SHKmvizZfNnmsUTXuH { display:block; }
 }@media only screen and (max-width: 763px) { #O0d2sc6m9gEUVmL67P6ZKQ9QckZ36Xnz { width:26.5625rem;height:8.4375rem;top:119.25rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgSHETrrDloxzzGop0LzUK33yxhgZ9ee { width:24.6875rem;height:;top:113.125rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp68NE2QNa3CcFl6WMxnUWi83Wp4L61v { top:109.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKLZQMZhOP83RQdEoOaTAEUWewt9V8tf { top:148.0625rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g86nAQCh4QKvwMAhVPcv0i4HnMBCrHTT { top:144.5rem;left:0rem;width:24rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKMi6TlhhAAfBsbL591O52HV9IPIx1xX { width:15.25rem;height:3.0625rem;top:160.75rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmITGiUauVCBwyvNW8pNe3NXvTwRTMNI { display:block; }
 }@media only screen and (max-width: 763px) { #yI3iq0uoZoTzoJ1AilTgPx0T1h1MTtre { width:26.5625rem;height:8.4375rem;top:149.125rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrznemAkaVkIbmmB981rfEEIWosI8ItT { width:24.6875rem;height:;top:145.1875rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5JI53TXH7DRw5tQlVVA3DJGFIXaElbN { top:141.125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSZpqcdQ7cxbNiNPnavhoneA1OhFkIto { top:29.125rem;left:20.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
#lSZpqcdQ7cxbNiNPnavhoneA1OhFkIto > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #JmJUsrX06CrcZOmrVUd7xKfET4E92NDP { top:62.0625rem;left:20.9375rem;width:2.1875rem;height:2.1875rem;display:block; }
#JmJUsrX06CrcZOmrVUd7xKfET4E92NDP > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #OpAwep0go0cKP9ibfeZ3E4THZf79VzTq { top:95.875rem;left:19.375rem;width:2.1875rem;height:2.1875rem;display:block; }
#OpAwep0go0cKP9ibfeZ3E4THZf79VzTq > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #MN7W0TVHDuZePudlVFIf7TGnUxPsMnw3 { top:128.25rem;left:20.3125rem;width:2.1875rem;height:2.1875rem;display:block; }
#MN7W0TVHDuZePudlVFIf7TGnUxPsMnw3 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #CTH8IIMzUTzXKyt8t27bZglFKDA7yBgo { top:160.75rem;left:19.375rem;width:2.1875rem;height:2.1875rem;display:block; }
#CTH8IIMzUTzXKyt8t27bZglFKDA7yBgo > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Ixg8hE9fPNaU59901lwftrXbRVhzGHcr { top:180.375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSnreqJaVkgZo6Tzy5wZThzlFTPfwVAW { top:176.8125rem;left:0rem;width:19.1875rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvp6nJzSGhlUcDJ09Fri8ThsiaR2VvcK { width:15.25rem;height:3.0625rem;top:195.875rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMRHg3wqsc4Kqe54XPmR1IaMZCsdWBgU { display:block; }
 }@media only screen and (max-width: 763px) { #KUPfOMzApwV2IgTJFHASyKyDneIrxcBe { width:26.5625rem;height:8.4375rem;top:184.25rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQKkTtntxUxpAcNP6hlUwvZofrsdpPoB { top:192.6875rem;left:14.625rem;width:2.1875rem;height:2.1875rem;display:block; }
#uQKkTtntxUxpAcNP6hlUwvZofrsdpPoB > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Fl9oTnEwxupwdTi9TiKstF289CSX89cg { width:24.6875rem;height:;top:177.5rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aObZsnTdop9d8arZmdxV6kqOfM35CGyG { top:173.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoxZvh0T5gmQig8DIUFP4XysLQUDmehL { display:block; }#IoxZvh0T5gmQig8DIUFP4XysLQUDmehL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSVq4vwQaEdEbGWhQ12XtESHPz3hzfRT { top:1.75rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
#fSVq4vwQaEdEbGWhQ12XtESHPz3hzfRT > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #EcVmizhuORd8t9p6OBimWSAprzWUFdXt { top:3.5625rem;left:20.625rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzlUDUy2zHoUHhARUlihRrR4TsBw0LTW { top:0rem;left:20.1875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae8Hsb6AoEoHd6pelDbuxAtLby0kCKOG { top:3.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpnElaB2ScdXOi60sJQDgpQ7DI3xRctW { display:block; }#fpnElaB2ScdXOi60sJQDgpQ7DI3xRctW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EXRHVxr2CpRPdH0k87D0A1z4JfsyD1TI { width:47.75rem;height:5.0625rem;top:5.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSbXCCFySvbGp8Vy6mSHaeuOVvCC2ZRF { width:24.6875rem;height:;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiufXToO9VttmZ2FDT35augNenzN77aJ { width:24.6875rem;height:;top:13.8125rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIwleuGLOJ0MxaBnPcLVDKZ8t2JGWIrH { width:22.6875rem;height:16.875rem;top:17.4375rem;left:25.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPAglpdWSfGcuZ33DG58TecpDu9vMtGL { top:14.375rem;left:0rem;width:25rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6VgTTyuXtJCl1A8VIDDTKLTZy67utqg { top:17.9375rem;left:0rem;width:24.25rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrg1sRIWwWTN2kTUzk6dCZR6FHz488ap { width:15.25rem;height:3.0625rem;top:35.9375rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM1M4Or72VFGP0oHBBJrTtPnWlyfNhtf { display:block; }
 }@media only screen and (max-width: 763px) { #Sfv5zM2in4XypH6wymA13yKQSWgIO1SV { top:50.375rem;left:0rem;width:24.25rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRDina6zxTAT7M4MxhlzXwqckvvlw8il { top:46.8125rem;left:0rem;width:25rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdFqC2T3v6GaT2iBbeqoR4seeQaSFyc4 { width:15.25rem;height:3.0625rem;top:68.375rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUGTs9HW4oXPyr0i6dzUHDOBUTP2plk5 { display:block; }
 }@media only screen and (max-width: 763px) { #y8RSgAtRPSOZgT9LaDrTpSkq5dVG16eP { width:24.125rem;height:15.1875rem;top:51.125rem;left:23.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6pztz6ylcp6Ry1Uf4vgJTTZZxMMaMT5 { width:24.6875rem;height:;top:47.5rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2dKwAFRBCS3RuusrnP6wAW89QrGmSIo { top:43.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmngRzIm2WBpyHTdMwAFCbQSNTgzGQhv { top:83.4375rem;left:0rem;width:24.25rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1XRUK7naqOtOcfxtr5ESbxRrqkHhny9 { top:80.5625rem;left:0rem;width:24.1875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIFp0z0XkPRsApfNPJixropFlOK2Lvcg { width:15.25rem;height:3.0625rem;top:106.75rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUIh9xbbxtxtQwqms3q5fcLC6DV0dvOD { display:block; }
 }@media only screen and (max-width: 763px) { #oKxRtn9K2R8leHZnEFn3iTrakDkrwyXx { width:23.1875rem;height:20.25rem;top:84.375rem;left:24.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovkpUsUgC2MRWqodc1HVqw7trAD0cgIV { width:24.6875rem;height:;top:80.5625rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdWf5IoHqXpNxItSIxrKeP7z74fQLnAZ { top:76.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGdpfx6A84hwqLBthtqrd95BHhc2u7BQ { top:121.625rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab2MOp3H2RLqehg7SlbT4T1TpEu27448 { top:118.125rem;left:0rem;width:20.25rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdsKc0V9WDR3bTImIDaxCCxv5DiTWDWb { width:15.25rem;height:3.0625rem;top:140.75rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmiPHrROGRKbEr6p87lfVc5MOomNRVXC { display:block; }
 }@media only screen and (max-width: 763px) { #c1rv7KJaUIhzxs4rrzTZvJQTdRNyvnJB { width:23.3125rem;height:16.875rem;top:122.25rem;left:24.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihxmRTS1TLFnASpEyz0CQbiG4LSCZvGU { width:24.6875rem;height:;top:118.75rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi2TACraEBaM34Mv2SP6rq9rNnh7JwUx { top:114.6875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0T9ik38CFsDhdX49H0PD8hs0eEE4BJi { top:153.6875rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF2Cnptn7FpZIUscz0XOh2Nk5gxmgQzO { width:17.4375rem;height:3.0625rem;top:173.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRAkvQRZNFkhRXanyD0FyJpW8U3IMQNh { display:block; }
 }@media only screen and (max-width: 763px) { #eNGEt3TTMcaXPMQdiBTSGDLGkDDt3inW { top:150.125rem;left:0rem;width:18.9375rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBBM7NQ9zSfTTrhsVUhlvqHWXs3KqKD6 { width:15.25rem;height:3.0625rem;top:170.1875rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rprg5LecgvUO0SX4IbXCSHH74TSANrgD { display:block; }
 }@media only screen and (max-width: 763px) { #QXUbhBNTBnZcsXfXWFXiZyyaPHZTDIb7 { width:24.8125rem;height:13.5rem;top:154.4375rem;left:22.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc65TItH6ANoh3ZATF4UB1TqID3At1ta { width:24.6875rem;height:;top:150.8125rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1ibaCzHQ2XnRFBlDLilQce86x70ReeE { top:146.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQOen14fEu2QpIhXCSzdtnMhGCaD4iTc { top:25.375rem;left:20.5rem;width:2.1875rem;height:2.1875rem;display:block; }
#NQOen14fEu2QpIhXCSzdtnMhGCaD4iTc > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #OxFon9LHR95wpqyyf4TpzM3nM76Wczr8 { top:57.8125rem;left:20.25rem;width:2.1875rem;height:2.1875rem;display:block; }
#OxFon9LHR95wpqyyf4TpzM3nM76Wczr8 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #FTykynwvUOu6EEkHMOJ4bC7EAQZS3vmz { top:90.9375rem;left:19.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
#FTykynwvUOu6EEkHMOJ4bC7EAQZS3vmz > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #L4NDSRe9iAnnang5T0xTLtgBwOTJHTgi { top:140.125rem;left:15.3125rem;width:2.1875rem;height:2.1875rem;display:block; }
#L4NDSRe9iAnnang5T0xTLtgBwOTJHTgi > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #ak60Q0eDtcWgkyNGQqz2JzxCFi06lSew { top:165.875rem;left:14.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
#ak60Q0eDtcWgkyNGQqz2JzxCFi06lSew > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #zdVCNstHVWuwg82mtRcbkTMQJhnRfrXt { display:block; }#zdVCNstHVWuwg82mtRcbkTMQJhnRfrXt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTARIwuIWEbxn2X5PqEK7J5pThMakTxl { top:1.75rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
#ZTARIwuIWEbxn2X5PqEK7J5pThMakTxl > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #Zk8kawmy6ANLtNoOV8xeXTgFxdilq4wS { top:3.5625rem;left:20.625rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuZXegToebX9E7tZ7igUO47Par4odOX2 { top:0rem;left:20.1875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MThb3XiHfDoZyFqrC8ISuNai1D0lovFO { top:3.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCgA6eoG9BOOgpVH1GGqmaIAQSLrSLI5 { display:block; }#qCgA6eoG9BOOgpVH1GGqmaIAQSLrSLI5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPIQ2TgFlNQ8nfVTqKWupvvVbePr6SMB { width:47.75rem;height:3.375rem;top:5.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P67we3TeBH1oqU9DJkC2WxFR46t6F7hq { width:24.6875rem;height:;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM5CwXFwFnxFTlXL3sqmKCMn81uXrTQf { top:9.6875rem;left:0rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JumrTpbTC3oV1UiskbkOpAtkAAVppOEz { top:9.6875rem;left:9.125rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9ybrWTr0Zqhwa1KEy3z0fhtC8WMJJCs { top:9.6875rem;left:22.4375rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0qTAIgk82L5DBWP39KfUcxgIDzXkCLk { top:9.6875rem;left:35.6875rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZCPy0Q7lKpIHiSPF3Skd51wpfxGsOTG { width:9.8125rem;height:2.3125rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1sV3iTAyT8knT3ZNrVl1HBqCRnhohWI { display:block; }
 }@media only screen and (max-width: 763px) { #Fpv3Hvdq5G3CquFyxpChVm9BOPTWoUoP { width:9.8125rem;height:2.3125rem;top:18.3125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiVCSpui2o2so4H7f6GsVRziaX7Nb68N { display:block; }
 }@media only screen and (max-width: 763px) { #zELKGKsSTC4F9k1xFNrmvhZauD5hJcCV { width:9.8125rem;height:2.3125rem;top:18.3125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1PkbgUr1mDhxV1BS9CADeFTTPhXeGUZ { display:block; }
 }@media only screen and (max-width: 763px) { #NKn5uXpZradsleM1rH55lgLxdUUg9a8x { width:9.8125rem;height:2.3125rem;top:18.3125rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhZFxl0VxHXXQPavPSIqAnvFac5TCAuf { display:block; }
 }@media only screen and (max-width: 763px) { #PNbPIGLLEm9qWNEXpP6rJull86rR4v9Z { top:22.8125rem;left:9.125rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRGq4MrQNoz0gZqCspbNoW38mEZywapN { top:22.8125rem;left:22.4375rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaND18lxHJg4voq2gdH9Er0ZR9pTN975 { top:22.8125rem;left:35.6875rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yELBBNwPLauhHLuNHRLQ8WrPSsgPC3JE { width:9.8125rem;height:2.3125rem;top:31.5rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQenobn7pAVTkitapIXuSxdn8sfmDmoh { display:block; }
 }@media only screen and (max-width: 763px) { #K6UNmyMtgo5C13uLMOlAFJkbZI3kblGV { width:9.8125rem;height:2.3125rem;top:31.5rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoQmr4LxNGkIMlg4QA0iZmmFOAND4nTO { display:block; }
 }@media only screen and (max-width: 763px) { #B1wKhdDMU1nh2hcte35XHvHUeubcl3Cm { width:9.8125rem;height:2.3125rem;top:31.5rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #otnPLZ3BsJTVUCffaHVHWIQPOtZSFZuE { display:block; }
 }@media only screen and (max-width: 763px) { #ucPMNyZVnb1ivb92gZD4fJRQ5tMfgswp { top:22.8125rem;left:0rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClWhWw7p5b64IMOMzExRtv3dGTlCoy84 { width:9.8125rem;height:2.3125rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhzCtnkPcV9yh7NPsZfL659TPmF6PxUC { display:block; }
 }@media only screen and (max-width: 763px) { #R5xeI3B890rooW2O3a3kaDCsKxRnLPq5 { top:36.125rem;left:0rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVQFspq5MgKEuuarfmiuZvtF4oLkq5Hn { width:9.8125rem;height:2.3125rem;top:44.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZXBQfzDfpd2chWI5MtmHh0DhmBxHNC0 { display:block; }
 }@media only screen and (max-width: 763px) { #fZmqEHi9L4yQOdv4sWJv2fv6XzwJTs7W { top:36.125rem;left:9.125rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhFcOC36iEBNor43TL0iDPIsy1GrDecG { width:9.8125rem;height:2.3125rem;top:44.8125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWwoTEcX10HFcfnlbwS9SLE8DJQpuMQT { display:block; }
 }@media only screen and (max-width: 763px) { #peAhDvReOhzPTlUq3voTnyobVdCmylhr { display:block; }#peAhDvReOhzPTlUq3voTnyobVdCmylhr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wrHimItkplWOVbg5l9Eztbn7xtiy7TQm { top:1.75rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
#wrHimItkplWOVbg5l9Eztbn7xtiy7TQm > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #WqIZ0bSlEcIwL83sCGQN5SmNRGEscpMV { top:3.5625rem;left:20.625rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOT9LxPPnZbNy3y1yCsQ0tmKIRxhLL2m { top:0rem;left:20.1875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeabmXzDR7WnTmfmmSeRJ0Ru6ATDtP1E { top:3.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxIJpXwB7JZX6PmeOuX0TiEbwPAPVhcR { display:block; }#LxIJpXwB7JZX6PmeOuX0TiEbwPAPVhcR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imznVUy6pGlwXVLcT0naucuQOkFL2EmP { width:47.75rem;height:6.75rem;top:5.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtQOoP82mDIvmJ0mIdnALny1uuc9uS4m { width:47.75rem;height:2.75rem;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgcKKhKxVCXlWtgRMpHgJZuoJPsw37BU { top:11.5625rem;left:0rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMMwqgw3Bcqn88446oM4mTb9O5w04lgR { top:11.5625rem;left:9.125rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvhoDtsyEMWzV3cDoO50f5ghtDTrE8h4 { top:11.5625rem;left:22.4375rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKNEeJWo8ruMyMMStb1ITiUgQUlWg6lf { top:11.5625rem;left:35.6875rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GazUDdgK7AoRGqFuE9uXmC9isZtb57zw { width:9.8125rem;height:2.3125rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NieJbJzdzeJ2FOnxMNAipE3Un4hXnVbA { display:block; }
 }@media only screen and (max-width: 763px) { #RnPcfVFwPSocwxwLfAaopCp7b6wA01SP { width:9.8125rem;height:2.3125rem;top:20.1875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1V2KcQl75eJZldmiPr6md0Ig3nNstV4 { display:block; }
 }@media only screen and (max-width: 763px) { #MdeJiqfTcs7kCwTD2pbPJfoeMkFmlfpz { width:9.8125rem;height:2.3125rem;top:20.1875rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUk6QTlAEe3xf2wDEEXNCgPx7SuFu3VW { display:block; }
 }@media only screen and (max-width: 763px) { #Ozzp1kBglPWoEoo4sI2VtxldLwTTwH7L { width:9.8125rem;height:2.3125rem;top:20.1875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM9Nnml1GTWvCOATtvzW8nTv48nfaFJn { display:block; }
 }@media only screen and (max-width: 763px) { #DF0D2lgI8fWsLAeK18VJg0n7WalkLhq0 { top:24.6875rem;left:9.125rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqqWBJU1fgCBZTUUOI5CBwRB3V3WWcUv { top:24.6875rem;left:22.4375rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCsp9qlqfXRM1s4nQAIUKAy4TibC7pp7 { top:24.6875rem;left:35.6875rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft9n1aOI33Ix3XyH92zwxCkBF7vK7mhD { width:9.8125rem;height:2.3125rem;top:33.375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOpRDt5Q4l5K4NBXJdzCy71sRNyONOyZ { display:block; }
 }@media only screen and (max-width: 763px) { #AyAVM10WHkIMP1Or1mX0MH81Qc3ACX7E { width:9.8125rem;height:2.3125rem;top:33.375rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmfPW46kddZ1US2S7FicHIsMo3T8MKEO { display:block; }
 }@media only screen and (max-width: 763px) { #A3KDzXUz0JthIn8DTgxwm0vleTqmB0OH { width:9.8125rem;height:2.3125rem;top:33.375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zelnbL3fqHEr3szWsDUMfLR6hz7ebcMQ { display:block; }
 }@media only screen and (max-width: 763px) { #faagJ02xsr0bvNkQBdbJXwPpKPTHZb10 { top:24.6875rem;left:0rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq7TEmsTKy7mNVzc9fScTt5TnMy4vwQr { width:9.8125rem;height:2.3125rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDVCemECnU0TvrORPTTwwDmkGBchVn0l { display:block; }
 }@media only screen and (max-width: 763px) { #LuMUMXoGav6yxvmJBGlGu0aufwPe8xlO { top:37.875rem;left:9.125rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yThgRsbLlzJFDdaa1T8gKyF2SsMv9i7v { width:9.8125rem;height:2.3125rem;top:46.5625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ8pG8XmdwgqZfz8REICNFFKTvoDUeRF { display:block; }
 }@media only screen and (max-width: 763px) { #AXfHdLmlhA5nnnAqKXQryuTMArLU8xTh { top:37.875rem;left:22.4375rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBJW1SFFX9NKurtJM2EXLJsCPRQpTMgw { width:9.8125rem;height:2.3125rem;top:46.5625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd3DfMmcCix4oAMXKaoxrC2JPRVSgXy8 { display:block; }
 }@media only screen and (max-width: 763px) { #PfPRNDbSiQdRcTgykuy4BBGhJdSdiqSt { top:37.875rem;left:35.75rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDk8JLwVL9Tfrh5yCEP8fH1aKWARw7T5 { width:9.8125rem;height:2.3125rem;top:46.5625rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0TWUzvH6XOU6dP8zqvOx1J4MXZhmEEG { display:block; }
 }@media only screen and (max-width: 763px) { #Jv6GOG1cvZbTGE0DH64sZkBsxIcNv5Ib { top:37.875rem;left:0rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxTzPXkUtOCTQlHmLS2Qeqmg1RTiklAd { width:9.8125rem;height:2.3125rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwpmbiuDvV6mVQ8MZsFf2bEGq1CzH3hQ { display:block; }
 }@media only screen and (max-width: 763px) { #dsfCaxu1FQsc6BNibDLQEzMSth0EpEZL { top:50.9375rem;left:0rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXQE5fC6UazwSTxfQmTZwCTTQm20PNnT { width:9.8125rem;height:2.3125rem;top:59.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv0iQgwvpFTxUHSs8RJQ6D4QLZa2aDtI { display:block; }
 }@media only screen and (max-width: 763px) { #QNeZ5J5TrZMKsD52I8oiMuPIEw20iq7E { top:50.9375rem;left:9.125rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcsOOEyTzWHzTwlAoMAN6bzOGyafePDG { width:9.8125rem;height:2.3125rem;top:59.625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #miOuuxMGDpxupFZh4CVvocDkF1wM5mMx { display:block; }
 }@media only screen and (max-width: 763px) { #eTTCHugzrVT6XOFN5ocK0n2obLlhu46W { display:block; }#eTTCHugzrVT6XOFN5ocK0n2obLlhu46W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FErfLqUChWTQsRcQVn8nIwJlg1haJvG3 { top:1.75rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
#FErfLqUChWTQsRcQVn8nIwJlg1haJvG3 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #XuiDhxiC1t2aMUVEHLPxKAqAN6zKRMv8 { top:3.5625rem;left:20.625rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlNhKHgT434uSIdbzpidaH2Jnw7raNxJ { top:0rem;left:20.1875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3Sdg5xsnbEUw3cuivw1RTnhEPAIkm6r { top:3.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2lKrAHQEmBlKLO4Dzz6ZCrLVu4EppIr { display:block; }#H2lKrAHQEmBlKLO4Dzz6ZCrLVu4EppIr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZxnpOsP2N5VBIuraXUxT2N9wcixaaupg { width:47.75rem;height:3.375rem;top:5.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk1OdVB5Kh5m41rCXAUE0Oiw8TaL7gH0 { width:24.6875rem;height:;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEEXfo8IOKNdC9rbH6igEGfWmCVc4HPM { width:24.6875rem;height:;top:15.0625rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #poJzKD0tHOOh8IaCpawcWRHezgXx0pAC { width:26.5625rem;height:16.875rem;top:18.6875rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M44LotnphaS2CtSVkOwMGJi8CEXTFlT2 { top:14.4375rem;left:0rem;width:23.5rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLwVtzQTAA0dDwMFOFtTu9tVx4E038Wg { top:17.375rem;left:0rem;width:24.25rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxzL24Mx1WK3Vlg5mPITukKidtout8GE { width:15.25rem;height:3.0625rem;top:37.3125rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLDmI873T8uF8UDlcPHWz5Ta9J1pOFzy { display:block; }
 }@media only screen and (max-width: 763px) { #kL046I3CcOBdoWsHRDyA4CN8wWMyloTO { top:26.5625rem;left:19.1875rem;width:2.1875rem;height:2.1875rem;display:block; }
#kL046I3CcOBdoWsHRDyA4CN8wWMyloTO > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #uWfgU67IPXQJR7GZvAZMHv4FUe3xdEht { display:block; }#uWfgU67IPXQJR7GZvAZMHv4FUe3xdEht > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7hgtIEM3I3eVTZvkFWDlCs9SiKwaI2L { top:1.75rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
#i7hgtIEM3I3eVTZvkFWDlCs9SiKwaI2L > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #MHEIKxEhROSD5rgIW1BChyQ6v4JBRJcO { top:3.5625rem;left:20.625rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsLeyusDs1wtA766U0AFJpulMItUTkUf { top:0rem;left:20.1875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCx013P2TbamT6oOloCT0ePyEx6IOaAV { top:3.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC3G5EmdPHu3uPEeBnFleQDwEOxPUz2N { display:block; }#lC3G5EmdPHu3uPEeBnFleQDwEOxPUz2N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZ58PbV5Bx34Z7T1dvrAhGQWmdTtanFI { width:47.75rem;height:3.375rem;top:5.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRyg2P6r9bZHHewmRK6yxnByZrwhQpyc { width:29.3125rem;height:2.75rem;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlLwi2cWVHAXZ44tQeWCrn75M7kGcAI7 { width:24.6875rem;height:;top:13.8125rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCxxU6h7Lyo2nD1p1TIdl4mhSokBQFuI { width:26.5625rem;height:16.875rem;top:20.5625rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAAwMely0qxyqrwuaLFwuua4pDsRcyB6 { top:13.0625rem;left:0rem;width:18.75rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTsigO1dRlcl0O2QyfNU5JT1nki6dKJM { top:17.9375rem;left:0rem;width:24.25rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy2ux4JDAtoEo0R8kDRG1gLW33zJANNw { width:15.25rem;height:3.0625rem;top:39.4375rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXQwunNF6ltopDsC6IqbTT5Us0T1NCaa { display:block; }
 }@media only screen and (max-width: 763px) { #d6L4Sdn1uGE2KC7HPwTQZudmr32uM6rB { top:29.875rem;left:8.5625rem;width:13.0625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #am9J8e4HXZ71pnIBhs0hsX7FWzVRsVUB { top:27rem;left:13.1875rem;width:2.1875rem;height:2.1875rem;display:block; }
#am9J8e4HXZ71pnIBhs0hsX7FWzVRsVUB > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #LK15sUIklTo6W0LnoLzT0lxSJMT4zTxu { display:block; }#LK15sUIklTo6W0LnoLzT0lxSJMT4zTxu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hERk4ZPNtzSEfIABCLnzS1XI7gkXxwpI { top:1.75rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
#hERk4ZPNtzSEfIABCLnzS1XI7gkXxwpI > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #VSyizTbQvLVyi9VwB112aAt0u8xH22La { top:3.5625rem;left:20.625rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wROy1mlwtZNIWALlzgK82bK6c24kLm9L { top:0rem;left:20.1875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNTUXQROgCCgxFht3BStlulLUHAwGbIQ { top:3.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFpZmwIk5R1rNBuTKyE0P9RSUeBscFz0 { display:block; }#TFpZmwIk5R1rNBuTKyE0P9RSUeBscFz0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SETHulq5pp26xsT5TIF1S9SMeF8wRiag { width:47.75rem;height:5.0625rem;top:5.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFSgNmBnDGlpcslXGJXauXi8nlUmDLSS { width:24.6875rem;height:;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgeWDZ0SyoTPxbFU1lnnIaeQnPKzlQni { width:24.6875rem;height:;top:15.0625rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utPREksOdr4WqpLEl9bbbDm3l92EJ8WW { width:26.5625rem;height:10.125rem;top:18.6875rem;left:21.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxcOReGt7D65uH4mIJG0tJcwRzlvRJZI { top:15.0625rem;left:0rem;width:19.75rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngkpZMTVDKQHXhTbMmULrJnWPgCNcEv5 { top:17.9375rem;left:0rem;width:24.25rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRUNA72Nm2Qs1M5z2eyRZeNgFlmL9ZHn { width:15.25rem;height:3.0625rem;top:30.3125rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq8rzw5ZbWf0pzziMhyB2eFUnMhs75SV { display:block; }
 }@media only screen and (max-width: 763px) { #Ahfb8ANW3pDUh6PclJ9muvKwqrTeSrIE { top:30.5625rem;left:14.75rem;width:2.1875rem;height:2.1875rem;display:block; }
#Ahfb8ANW3pDUh6PclJ9muvKwqrTeSrIE > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #hRcsGgaSxfSTKyu9n4PlpXdu6vOLnUOt { display:block; }#hRcsGgaSxfSTKyu9n4PlpXdu6vOLnUOt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDRTWoPBHF5fNBEICuX9RTTAf219CIJB { top:1.75rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
#pDRTWoPBHF5fNBEICuX9RTTAf219CIJB > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #dI9r7MBZeFKW6u0pfSyprqMDXPLfKE60 { top:3.5625rem;left:20.625rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqTXcek1LSt0J0usl8A6dMeWZ4FqF7Mc { top:0rem;left:20.1875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OflqWJNCBOwRmGW9BqQ6T2gJyqoC7WNf { top:3.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P42F8fmkHrKkCe4wdziWPNWGzs2wgyc6 { display:block; }#P42F8fmkHrKkCe4wdziWPNWGzs2wgyc6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MUvTkQDQIgDKQ5t7lv81PNg7hJAAhw44 { width:47.75rem;height:3.375rem;top:5.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZcH1evAfWaH2CiFcVuRKfuMZ0fI1Eub { width:34.625rem;height:5.5rem;top:1.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1lqOD8XQWtgBQlww1z7liw15f6SSRzW { width:24.6875rem;height:;top:15.0625rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLEl316DNTa8tJytQ5fyMSDHyZVhXhpF { width:23.0625rem;height:8.4375rem;top:18.6875rem;left:24.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3PqhCJKx2gsQPkpRPn4PQCdStKw5Fg9 { top:14.375rem;left:0rem;width:25.6875rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXvJgclJ4sFd0XvxVBKAWtqLityvQF4D { top:17.9375rem;left:0rem;width:24.25rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTQhop6AysQeb3cSKIeWqkJ04lT4R1Vx { width:15.25rem;height:3.0625rem;top:28.8125rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #etyPRZHMw2tIvTrWd3uWFPVZ3RvIa79m { display:block; }
 }@media only screen and (max-width: 763px) { #aORpqJ64CQdtDSzdPVWmT3xTLrnykW5x { top:47rem;left:0rem;width:24.25rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t09quxLnhEXo6omPyHXlKWikpsPPI1q9 { top:39.875rem;left:0rem;width:25.1875rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be2bTrROCgkuOcPu0ifIgPmXPhIMqF6I { width:15.25rem;height:3.0625rem;top:56.0625rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaW8JosHA51FmvlaD3HGrJSRqFiRewsp { display:block; }
 }@media only screen and (max-width: 763px) { #QW2O4gvBFTJbUJKRgosoTrIRRTPlrAsR { width:24rem;height:8.4375rem;top:45.4375rem;left:23.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHZ9DwgwZcMETViOzfgxLEqtHGCPi1cD { width:24.6875rem;height:2.3125rem;top:41.8125rem;left:23.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6AeZNhhvAg4zp2AngMewIlUZCUN7VqZ { top:35.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFUbll2hEK8LOywxgpEHz0IrinG15LDx { top:25.6875rem;left:21rem;width:2.1875rem;height:2.1875rem;display:block; }
#RFUbll2hEK8LOywxgpEHz0IrinG15LDx > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #x2xMi1Z2qF5tdJK4oF3O9wbUBT8RaM6W { top:54.5625rem;left:21rem;width:2.1875rem;height:2.1875rem;display:block; }
#x2xMi1Z2qF5tdJK4oF3O9wbUBT8RaM6W > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #SvV2vGzprB5K5JxhUoh1qJKRpE7onI5T { display:block; }#SvV2vGzprB5K5JxhUoh1qJKRpE7onI5T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rekCSgT9D34Hu3nORpGJTr0FxhITzD5a { top:1.75rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
#rekCSgT9D34Hu3nORpGJTr0FxhITzD5a > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #DgDJsn3hM8qmm968Hb2J9dqvbKlhI4Ti { top:3.5625rem;left:20.625rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf1hUD0P1edzprqzQpaZGVnTfV0vW0kH { top:0rem;left:20.1875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR8ifDewTPbpWnHOul9pvwvm9Nlc6nr6 { top:3.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQyTNPEysxR5oT72o6y7pIHstCMbRU4v { display:block; }#lQyTNPEysxR5oT72o6y7pIHstCMbRU4v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H39AxnTFltHrDBkVyhqlDL2oegXNnWZ8 { width:41.375rem;height:8.4375rem;top:3.5625rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbM7n6LQq1ZCiVzOETCWX17CpGkLE7L0 { top:15.3125rem;left:0rem;width:10.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COQurT3kPFirRDDWhdO9sVyqrDDKHmxL { width:14rem;height:1.5rem;top:17rem;left:33.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); } }@media only screen and (max-width: 763px) { #HFsiM1iXXwx2NFAkpFv6A6iUUDDugSPU { position:relative;z-index:auto;display:block; }#HFsiM1iXXwx2NFAkpFv6A6iUUDDugSPU > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EzAi27EQDEoX9nte5HHSZARcDLGIsRQy { width:13.875rem;height:5.5625rem;top:0rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTg5upyyRS9JcFF63oTcvk9LLL1aC9vk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5f62c7af-daab-44c7-9266-b896de8a654d/43c945e5c6014f78a9c2cf3899c95cb3.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nTg5upyyRS9JcFF63oTcvk9LLL1aC9vk.adaptive-delivery-prevent-bg, #nTg5upyyRS9JcFF63oTcvk9LLL1aC9vk.lazyload, #nTg5upyyRS9JcFF63oTcvk9LLL1aC9vk.lazyloading { background-image: none; }#nTg5upyyRS9JcFF63oTcvk9LLL1aC9vk > .row .container { background-color: transparent; background-image: none; }#nTg5upyyRS9JcFF63oTcvk9LLL1aC9vk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,157,0,0.7); }#nTg5upyyRS9JcFF63oTcvk9LLL1aC9vk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTg5upyyRS9JcFF63oTcvk9LLL1aC9vk > .row .container > .video-iframe-container { display: none; }#nTg5upyyRS9JcFF63oTcvk9LLL1aC9vk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,157,0,0.7); }#nTg5upyyRS9JcFF63oTcvk9LLL1aC9vk > .row > .video-iframe-container { display: none; }#nTg5upyyRS9JcFF63oTcvk9LLL1aC9vk > .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); }#nTg5upyyRS9JcFF63oTcvk9LLL1aC9vk > .row .container { border-width: 0; border-radius: 0; }#nTg5upyyRS9JcFF63oTcvk9LLL1aC9vk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTg5upyyRS9JcFF63oTcvk9LLL1aC9vk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTg5upyyRS9JcFF63oTcvk9LLL1aC9vk > .row .container { width:20rem;height:22.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fe1VzgO7VTzTy1TeEK3xZsE5HVSpIZSU { width:17.0625rem;height:8.9355625rem;top:11.125rem;left:1.5rem;font-size:1.375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #T6dyDMkoF8Dbh3z1ZE2NmrD6L54tlrbl { width:20rem;height:6.1875rem;top:2.6875rem;left:0rem;font-size:1.875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #aJ1kCk6r2OqZvggE7e9LTZMW1Fq4X0Qy { display:none; }#aJ1kCk6r2OqZvggE7e9LTZMW1Fq4X0Qy > .row .container { width:20rem;height:25.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L3XZx3niAy4eeIlRsHzQmykqD4leDBLc { width:20rem;height:6.59765625rem;top:3.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKMwi1bd2egkEO32nomTFTTpNTg9DWV2 { width:20rem;height:10.15625rem;top:11.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1Pcx7CRUynA1up9CEwwXeizgKfoIni7 { display:block; }#o1Pcx7CRUynA1up9CEwwXeizgKfoIni7 > .row .container { width:20rem;height:60.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pTaA7daluuFfTpTqFKroOzbVEWhnB4Vs { width:15.25rem;height:3.0625rem;top:15.3125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULMyqcZRWUJQ1uoNMRHbfCfTbsEMfT9m { display:block; }
 }@media only screen and (max-width: 763px) { #XabTqcw6kLnv9o5fBco4vzgLHMHkpRlM { width:18.125rem;height:18.125rem;top:1.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKQNO3TCt2JviJTgpk5QuV8bON6ddkR5 { width:18.125rem;height:18.125rem;top:21.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6X7UusrTZsOw1fbeT8Qo6QV1dbrWO7U { width:15.25rem;height:3.0625rem;top:35rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClBcsT9wRGstDoi2VTPMXKDn4lnftzNq { display:block; }
 }@media only screen and (max-width: 763px) { #cC1Cs9vchPT9qHNoqaTgKbfM6LnOelu6 { width:18.125rem;height:18.125rem;top:41.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD3ThKs5OFTZMO1RzPOr29hzTOm7x4bd { width:15.25rem;height:3.0625rem;top:54.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha6EWIiB4WLM16vk7IKvdzQtEXgxfISO { display:block; }
 }@media only screen and (max-width: 763px) { #URDFhBMh73BR1UTVhSis0R9gJgKglCAT { display:block; }#URDFhBMh73BR1UTVhSis0R9gJgKglCAT > .row .container { width:20rem;height:58.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHFllWy6M9bqnRr0BsiFn3MW9SKx93f5 { width:15.25rem;height:3.0625rem;top:13.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN94he5h7lNT7U1DMbIPFvRoUVvB0JMI { display:block; }
 }@media only screen and (max-width: 763px) { #p2TqITkeKQyCs6Mvc0TUdlkh8TbSgwDb { width:18.125rem;height:18.125rem;top:0rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #peeh31xxQPHTlXyyEu8UEw7gf9cCDEuE { width:18.125rem;height:18.125rem;top:19.44140625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sy3KV28L7LT1EQ0NZf0ee24REePvR5Z2 { width:15.25rem;height:3.0625rem;top:33.00390625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #izmNm3GknsAhiqGZBIlHILOioPl7PEAz { display:block; }
 }@media only screen and (max-width: 763px) { #P0JDEh2vvfMMZ739eV0hf4ZaCrgaMTVQ { width:18.125rem;height:18.125rem;top:38.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrGbXk2XBXWTHsQQlhmBoHxkCuQrHb3S { width:15.25rem;height:3.0625rem;top:52.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2serDSHZAncURFLwDHCpNTQppve2sMQ { display:block; }
 }@media only screen and (max-width: 763px) { #TxNaibUTBgVTJcfRIDu67Ch4Tl4q52pw { display:block; }#TxNaibUTBgVTJcfRIDu67Ch4Tl4q52pw > .row .container { width:20rem;height:59.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FIwHGnFs1k1yua6T3OIzpJMiTEpkgv76 { width:15.25rem;height:3.0625rem;top:13.44140625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezDGVdsKireaAcCCbhBnlPKxeTSCLHfM { display:block; }
 }@media only screen and (max-width: 763px) { #aqeD4TAdMlCxmUqGvbMGuTFRtZHaV9MD { width:18.125rem;height:18.125rem;top:0rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJqMJslfN4xOTOpwoCP88eg9MeOg0qGo { width:18.125rem;height:18.125rem;top:19.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQyvEHsxp7weQEMiktkoOz0LS9TmudVq { width:15.25rem;height:3.0625rem;top:33.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOrVvWKgsckC0kT2EuDkHCfrsi2Qa5cK { display:block; }
 }@media only screen and (max-width: 763px) { #wBRWPx4IqxNpKmPNyzvxAcrKny7zNHMT { width:18.125rem;height:18.125rem;top:39.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTtHTix2ud9yESiIFfRN2gCK01hlv28x { width:15.25rem;height:3.0625rem;top:52.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifhRCd9HFiZ1vWFz3dI9vsuCibFZPaDT { display:block; }
 }@media only screen and (max-width: 763px) { #UTHnhOLexW5cze2wNA2EVIG0w8pz2uJF { display:block; }#UTHnhOLexW5cze2wNA2EVIG0w8pz2uJF > .row .container { width:20rem;height:58.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xD06uyO4sTRRB2ELCW33v8wpKTRJ4box { width:18.125rem;height:18.125rem;top:0rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoBU8gWCk526gaunm8ofFDQRF7cNlKTL { width:15.25rem;height:3.0625rem;top:13.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLvMUnc75fGkmQJdpsAhn1tKyM99GC4c { display:block; }
 }@media only screen and (max-width: 763px) { #UaWqidg9PNM8MnHcxqM9XmWioyN4AG2p { width:18.125rem;height:18.125rem;top:19.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHsv3lIxCZtMWy6lueeoHSAmEUKa84n0 { width:15.25rem;height:3.0625rem;top:32.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTOMEF5LG9z8IGI7qo5FNRErb2JifcJT { display:block; }
 }@media only screen and (max-width: 763px) { #daEMOcOGXqOzMXCLrE0Wy996D9EJ40u5 { width:18.125rem;height:18.125rem;top:39.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H07UXCX64C3dWyKKXEfvcuprWMRVmEtC { width:15.25rem;height:3.0625rem;top:52.5625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvUg5vNTNPLW3CFUvsalb8sv6SKLIId8 { display:block; }
 }@media only screen and (max-width: 763px) { #xKIBEmTEFOMy18epNsoQposmXwMqvhmL { display:block; }#xKIBEmTEFOMy18epNsoQposmXwMqvhmL > .row .container { width:20rem;height:59rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrTJS6sUXzwgcrMc8kfBPfzCegh8cU2a { width:15.25rem;height:3.0625rem;top:13.56640625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMZe247ZqvNbD1cC5r4EoMIgaulZvCVT { display:block; }
 }@media only screen and (max-width: 763px) { #khReCz7mv5bsNrcymWaJNx06k4CEwgPv { width:18.125rem;height:18.125rem;top:0rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWCRzWHLGDae7GgLAfyrD58x1huoRTnT { width:18.125rem;height:18.125rem;top:19.56640625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H81SQ8RAUZDmFFRwQQ8Zg93LdLVabqVq { width:15.25rem;height:3.0625rem;top:33.06640625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTUm4sqaHtiiU73PR5cQnkQsUMqS1xZ4 { display:block; }
 }@media only screen and (max-width: 763px) { #MJ5xxpB4OdByWBAIszLMbEBHfxi77210 { width:18.125rem;height:18.125rem;top:39.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvUTaSfXu7ThQDZ3JpRJG0xxONRr6fKg { width:15.25rem;height:3.0625rem;top:52.375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARq7nvmdmg4lOHvboffbq5l45Q7pIcvD { display:block; }
 }@media only screen and (max-width: 763px) { #Frb8XC5TrhhkAPk4Ls78lsSQ3S4JQ3pG { display:block; }#Frb8XC5TrhhkAPk4Ls78lsSQ3S4JQ3pG > .row .container { width:20rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqSDKh4gEkkgh1euauTTPoaDiHDpmfeb { width:15.25rem;height:3.0625rem;top:13.75390625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB8HoSMIkARTUiUOA93CVzUnKiiZcEFE { display:block; }
 }@media only screen and (max-width: 763px) { #wGgRbZZFl3PAwuG91JCPRtCgcTZ2tAtO { width:18.125rem;height:18.125rem;top:0rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtPrieW9K1OT5D9mRsPo2dAqV4zv9lcb { width:18.125rem;height:18.125rem;top:19.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfelExHRdcwMyMvBF7o3m29ZoxLaquci { width:15.25rem;height:3.0625rem;top:32.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQK3lCw6bVIGkrctxdfoQWhmIV506i7y { display:block; }
 }@media only screen and (max-width: 763px) { #RMsbMfIhsuPM7HFVmCBw9bqJc52Uilmq { width:18.125rem;height:18.125rem;top:19.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7LgrfnrMXxql5TlNIlRr65NzODhTKws { width:15.25rem;height:3.0625rem;top:32.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6Qc8XEQHoRbllkdK9BIuDvCqS6MnG8C { display:block; }
 }@media only screen and (max-width: 763px) { #kiBgDJWIM2ecSUqdT1mBLbfy2eEr1Ag4 { display:block; }#kiBgDJWIM2ecSUqdT1mBLbfy2eEr1Ag4 > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LXLBIXbUyt6X09oSqRMEWn85sklHSzeF { width:18.125rem;height:18.125rem;top:0rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgtxwOixWLUeboRBXlxTpKOREOzMK0PZ { width:15.25rem;height:3.0625rem;top:13.3125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXNitp9MyGvr7uIkkbi4VdAB9HTqPmRK { display:block; }
 }@media only screen and (max-width: 763px) { #AApXenIpIRPJEDEk7z41XboKECZ6CE1E { width:18.125rem;height:18.125rem;top:19.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDBas9SQ6KkyVFVAq8tgkah6Ryu78QUQ { width:15.25rem;height:3.0625rem;top:32.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeqT4gqGX9sHxXTzUvTP1HhZ77WHZESk { display:block; }
 }@media only screen and (max-width: 763px) { #bF2VoNK6E34vivFMlLTlO7CXR9yoR0rI { display:block; }#bF2VoNK6E34vivFMlLTlO7CXR9yoR0rI { background-color: transparent; background-image: none; }#bF2VoNK6E34vivFMlLTlO7CXR9yoR0rI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bF2VoNK6E34vivFMlLTlO7CXR9yoR0rI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bF2VoNK6E34vivFMlLTlO7CXR9yoR0rI > .row .container > .video-iframe-container { display: none; }#bF2VoNK6E34vivFMlLTlO7CXR9yoR0rI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bF2VoNK6E34vivFMlLTlO7CXR9yoR0rI > .row > .video-iframe-container { display: none; }#bF2VoNK6E34vivFMlLTlO7CXR9yoR0rI > .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); }#bF2VoNK6E34vivFMlLTlO7CXR9yoR0rI > .row .container { width:20rem;height:113.125rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCForzTemgMrsefsTPpF5xDkqfLkFTBK { width:20rem;height:15.1875rem;top:7.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSheALZdG36Mk4Ufy5ibLLryOCfR6rlV { width:20rem;height:5.5rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTCKwN63D3lTODLVd2GcbsxTJ4HGtxVX { width:20rem;height:2.19921875rem;top:24.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDBE5bERxXTT6xxyAKZc0RMNKPEnTlEA { width:20rem;height:11.8125rem;top:48.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgEUwtD64JslKSRE0bhu3XxFvFmOtbZ7 { width:18rem;height:16.0625rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #POTXwH11so9PZ4og0mrU6tSuMa6ikfvm { width:15.25rem;height:3.0625rem;top:62.375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmfpPmU520xOMWyy4kCooW04lR9aOI9L { display:block; }
 }@media only screen and (max-width: 763px) { #p4HSfIHHAuGdhzPecZ7Tzg20q7Oi511Z { width:11.625rem;height:2.1875rem;top:42.9375rem;left:1.6875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hshQOlVTPQT8D0I7NL4SI2cpEqhrtLAm { display:block; }
 }@media only screen and (max-width: 763px) { #yaQ8KsP0Juk5FVSuy4sV0nlRcAKX4UEr { width:18rem;height:16.0625rem;top:76.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQKQdBZo7cxHdFOTf4zraGb1bpDILShS { width:18.3125rem;height:13.75rem;top:74.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTtQlBACcI6mtgRXT4KolxfI22kWywry { width:15.25rem;height:3.0625rem;top:106.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPy3BWO4OQmEKIP7D5yWtM1ZxIewgDht { display:block; }
 }@media only screen and (max-width: 763px) { #dhcTrkmoxTHiPRxMWWzg8hF3c59zynFH { width:20rem;height:10.125rem;top:94.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxVNe8Hx7nLD4zJnFp4OTDqwKgM2rICt { width:11.625rem;height:2.1875rem;top:89.375rem;left:1.5625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MagVAMpLFTCSbXMtscxdPmVHIePTlffi { display:block; }
 }@media only screen and (max-width: 763px) { #LSOV66Z002m8zVvQTdqtrkeOeoGVpQKU { width:20rem;height:2.19921875rem;top:71.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5dRKQl4qfCSM4mopJ7gBh8QJqPSoUOk { width:20rem;height:0.0625rem;top:68.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfWN6vACV8QI5aPoAPyTmuWShzPJJCf7 { width:18.125rem;height:13.625rem;top:28.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIbkhscfIDPcAPrTJthPx10QFQrxkEd4 { display:flex;width:2.1875rem;height:2.1875rem;top:38.75rem;left:16.625rem; }
#EIbkhscfIDPcAPrTJthPx10QFQrxkEd4 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #vLGs0NttSyJBPpcOBQ2stoRw2qLr0bkd { display:flex;width:2.1875rem;height:2.1875rem;top:85.3125rem;left:16.625rem; }
#vLGs0NttSyJBPpcOBQ2stoRw2qLr0bkd > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #fRIr6iPMCAiLlcX2kGdJeGHEPRzTc2wJ { display:block; }#fRIr6iPMCAiLlcX2kGdJeGHEPRzTc2wJ { background-color: transparent; background-image: none; }#fRIr6iPMCAiLlcX2kGdJeGHEPRzTc2wJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRIr6iPMCAiLlcX2kGdJeGHEPRzTc2wJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRIr6iPMCAiLlcX2kGdJeGHEPRzTc2wJ > .row .container > .video-iframe-container { display: none; }#fRIr6iPMCAiLlcX2kGdJeGHEPRzTc2wJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRIr6iPMCAiLlcX2kGdJeGHEPRzTc2wJ > .row > .video-iframe-container { display: none; }#fRIr6iPMCAiLlcX2kGdJeGHEPRzTc2wJ > .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); }#fRIr6iPMCAiLlcX2kGdJeGHEPRzTc2wJ { border-width: 0; border-radius: 0; }#fRIr6iPMCAiLlcX2kGdJeGHEPRzTc2wJ > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#fRIr6iPMCAiLlcX2kGdJeGHEPRzTc2wJ > .row .container { width:20rem;height:9.1875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qAJt5lkwihGg0x3l38e5oXb0LLvQ3kOZ { display:flex;width:2.25rem;height:2.25rem;top:1.875rem;left:8.875rem; }
#qAJt5lkwihGg0x3l38e5oXb0LLvQ3kOZ > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #aHkM0Qtxw2zQySyg3L7TEI3RL9Chz04b { width:6.25rem;height:1.29980625rem;top:3.625rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEE147QG1AVAu7NKteHBQfXAmXN3knKJ { width:7.375rem;height:7.375rem;top:0rem;left:6.3125rem;background-color:#fff3e0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GINueRtIU424MNR6IJIDPCWIryT6bVay { width:20rem;height:0.0625rem;top:3.5625rem;left:0rem;background-color:#ffce80;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #L6ufsJzRZ9uSNvJHT3H4OcbIrB5MNZT7 { display:block; }#L6ufsJzRZ9uSNvJHT3H4OcbIrB5MNZT7 > .row .container { width:20rem;height:380.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4EFwanOPzZbwcR3iug53viRGL12UIKI { width:20rem;height:11.8125rem;top:5.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz7Pnlk0ywpZEQK9DZhMQzE3t1F0F0oH { width:20rem;height:2.75rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #scwoudNqclgAeTuVvkrvJH6BoMwvqp1Z { width:20rem;height:4.3984375rem;top:20.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksQ1fqNQKbT5WRalhw3pVW9oPUMWB0Hy { width:20rem;height:10.125rem;top:43.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoMPg7m6uPtgqi1CRhdKkTrO42x3aTZE { width:18.0625rem;height:13.75rem;top:26.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6g9OT8nqvw0aOVmr9QWVzB0poaRElLi { width:18rem;height:14.25rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkVyTdzvRXTBkuUo3NUh7EzGlwAHw0sx { width:15.25rem;height:3.0625rem;top:55.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhQvqqOaSWyDIPFVG9khm5do3yzgeofT { display:block; }
 }@media only screen and (max-width: 763px) { #SniNt7ptNJn2EBlLcFL5HDovwhh1WAMi { width:18rem;height:16.0625rem;top:69.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #STK7JfPLG7wia2FWkTlQXyinRIKT52a0 { width:18.0625rem;height:13.75rem;top:67.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h64hi9nsmXcuvBU7SzK8iTwNs8fpL7k8 { width:15.25rem;height:3.0625rem;top:98.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK77tUXP619yq3VczRT4fJex7e0ppwzq { display:block; }
 }@media only screen and (max-width: 763px) { #ersfCBTNeUoQ2QVrKT7yDGIPSOiBhnQu { width:20rem;height:10.125rem;top:87.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVwSgodL8ZTz2maU3XL2vP6TUm6Fv7Te { width:11.625rem;height:2.1875rem;top:82.125rem;left:1.5625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQG5NBPlBUXTfkAxkVbdpIhuvaZJVEoo { display:block; }
 }@media only screen and (max-width: 763px) { #TVNCU55TNnsTALufCzAZiEBq3RrrrzVt { width:20rem;height:2.19921875rem;top:64rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFO5Hn3ZUNwTLiOMN9tZrXOkT2TIADv0 { width:20rem;height:0.0625rem;top:61.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyckE4iCdVZ3fmFSfl4sHywomsU1SUh6 { width:18rem;height:16.0625rem;top:111.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3pi8nfwa5asmKTh4T3c3ITJQppbd86k { width:18.4375rem;height:12.875rem;top:110.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWZXQWRzcqvP6xfioLti5Rnm5zz83HCo { width:15.25rem;height:3.0625rem;top:142.0625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyMteSX9cMM0hCzAq4SKAz3fTMyRZ66S { display:block; }
 }@media only screen and (max-width: 763px) { #p5MCdwBmFtFXzXbaF1lz7xDqhcX1wNTR { width:20rem;height:10.125rem;top:130.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClBn7nIqsDc8krJE7Qtvp0LQQgAZlX0K { width:20rem;height:2.19921875rem;top:107.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPOPHSrvywDW8IJ2PZel4ZgFkzz1fLgn { width:20rem;height:0.0625rem;top:104.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMFAfoaTInLid6U1fcrU4diJ3TtIiuLV { width:11.625rem;height:2.1875rem;top:124.9375rem;left:1.5625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ4y7hSMwurHDCxW5b9UiMSwHHlvq1MR { display:block; }
 }@media only screen and (max-width: 763px) { #dCOW7RkeW9awAbLMIGDTibzwQoVqMRsP { width:18rem;height:13.9375rem;top:155.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcgvSuUrUp58wgLTE3huy01rSPxRg0qo { width:17.8125rem;height:13.75rem;top:153.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUN80xk5x5sOanfOqedVwrqIWu5oGdFc { width:15.25rem;height:3.0625rem;top:183.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8M8vABMZyN60b3PNTRfM8L6xbGfi35o { display:block; }
 }@media only screen and (max-width: 763px) { #P6CBbxSpU6mda2r6EbmWlEOt6FspIFOL { width:20rem;height:10.125rem;top:171.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3BH7WnRT2ZyDbvaKqaLlXJqVyiBc0cm { width:20rem;height:2.19921875rem;top:149.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvBbSLKqlLmdgmcHd7m0TnTtudTsRm8g { width:20rem;height:0.0625rem;top:147.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJHZC5T9bXlU47wQqTxDqfqtehzfWAHG { width:18rem;height:16.0625rem;top:195.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JggCcq9prH3cnexqpXQw3xfw0qamWqCZ { width:18rem;height:14.25rem;top:193.4375rem;left:1.9775390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0p6XFTXUWbDCQCDTJdQ31TizUr5y5zb { width:15.25rem;height:3.0625rem;top:225.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAkH6lARlfnErrsSNpe3KsgqZpq0fGGQ { display:block; }
 }@media only screen and (max-width: 763px) { #kwNPyyXUT2VHLamfk9TCcTs00Iho0IRD { width:20rem;height:10.125rem;top:213.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUyrBbcDH3ln7PEAhveJx8dke08Ptrsd { width:20rem;height:0;top:190.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPrQiHXTl88kKXDHqGskQwihicwqbSfb { width:20rem;height:0.0625rem;top:188.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxhvvtFiF3hTM3PlxyTp0P0OTcTtTdaP { width:18rem;height:16.0625rem;top:241.25rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Qqg7OmfO2SelyTTPCo4myPcmdzl4Pi0w { width:17.75rem;height:14.6875rem;top:238.5625rem;left:2.1669921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8J6s19klRgdveyigWAdXTphrmLf4TTS { width:15.25rem;height:3.0625rem;top:270.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuHFMUkVKqP259WLne5P0gK88TDVxxVU { display:block; }
 }@media only screen and (max-width: 763px) { #K1bqV3RlaMcd2nDnpMD6liTrQgFiUh2z { width:20rem;height:10.125rem;top:259.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyD3xvnIB3p0KayJqJtvsORWKAssDKqL { width:20rem;height:2.19921875rem;top:233.375rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeNx8DcJ37E4zGPNhC5zFzhpOLsA9e4n { width:20rem;height:0.0625rem;top:231.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTFZqt3IoxfPKOE28z0Wve7dIXGLLhOV { width:18rem;height:15rem;top:284.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmwaMmJZiDyHM6nB5s4brThQMgb8SzD5 { width:17.8125rem;height:14.3125rem;top:282.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7691Zre6z1koh82Qcz32yI2Nc43GtTN { width:15.25rem;height:3.0625rem;top:322.125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zamuQw19HyQ8UbI7SHx6vq3BZiznT6vV { display:block; }
 }@media only screen and (max-width: 763px) { #MlInZT94TSixzfyM75Vuaoxp0xOgXCTN { width:20rem;height:18.5625rem;top:301.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8TwWaETcsZ7fLEnLGLR1whItC0eNmXH { width:20rem;height:2.19921875rem;top:279.5rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtZhzU6UG865XJTZXWJPEkL5zu3OpsVy { width:20rem;height:0.0625rem;top:276.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iILRW75t2vEFp5Jsk5ErfubyN8qU7lsX { width:11.625rem;height:2.1875rem;top:254.25rem;left:2.1875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #clFTMT1Me4nU7vAxEwzosZhLwxODmDII { display:block; }
 }@media only screen and (max-width: 763px) { #VDA3PFNAvvwN1Ua3Fopw0G3VTPgKB5zI { width:11.625rem;height:2.1875rem;top:208.5rem;left:2.1875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #nJbPwLeU6TmiABI92g4k18ZP52BlR9LU { display:block; }
 }@media only screen and (max-width: 763px) { #bPal9UXDK1m0c5M4mIlSekXDeIlLMAoK { display:flex;width:2.1875rem;height:2.1875rem;top:36.875rem;left:17.0625rem; }
#bPal9UXDK1m0c5M4mIlSekXDeIlLMAoK > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #NJ8wUIsl9VLdkKGfU5hRHgquZsXq1Suf { display:flex;width:2.1875rem;height:2.1875rem;top:77.875rem;left:16.75rem; }
#NJ8wUIsl9VLdkKGfU5hRHgquZsXq1Suf > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #plTJzlV9sEQSJuU044pNUB4UKwo8IhLI { display:flex;width:2.1875rem;height:2.1875rem;top:120.625rem;left:16.75rem; }
#plTJzlV9sEQSJuU044pNUB4UKwo8IhLI > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #yuZTgu5VioWAV6iDe4FgZ1AoflQXTV5U { display:flex;width:2.1875rem;height:2.1875rem;top:163.875rem;left:16.75rem; }
#yuZTgu5VioWAV6iDe4FgZ1AoflQXTV5U > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #erwedXpzmZTbO9iTzRwp14zbVFLo2m9l { display:flex;width:2.1875rem;height:2.1875rem;top:204.5rem;left:16.75rem; }
#erwedXpzmZTbO9iTzRwp14zbVFLo2m9l > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #as5Jts7L8Fe3lHarDEsTcCQ4knRxM1kE { width:20rem;height:2.19921875rem;top:190.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqMp9Prz1BSFuAuOd38CQSrhQ7WT5HAe { display:flex;width:2.1875rem;height:2.1875rem;top:250.0625rem;left:16.75rem; }
#BqMp9Prz1BSFuAuOd38CQSrhQ7WT5HAe > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #paZ2aRmuIxKZ0RoFH9JJHbTD0ZSIIId4 { display:flex;width:2.1875rem;height:2.1875rem;top:294.0625rem;left:16.75rem; }
#paZ2aRmuIxKZ0RoFH9JJHbTD0ZSIIId4 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #InfN4k818RFreysMDazmvfTrbJlhrzks { width:18rem;height:15rem;top:337.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReL7wQ4FEFMRNm2NrB40bgPUbWKxFAyd { width:17.8125rem;height:14.75rem;top:335.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkT0F5eNulhwLmEVRHtfvDb24q85U5m4 { width:15.25rem;height:3.0625rem;top:375.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UekXGB3ylcyF3NKOOteHKs8c2cbHIgRv { display:block; }
 }@media only screen and (max-width: 763px) { #S873Q0wluIqt7TQaouOVP2JSkkTn7F4c { width:20rem;height:18.5625rem;top:355rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5giUlcn9b4XALt8nrUIU4Qrnz9HEu2O { display:flex;width:2.1875rem;height:2.1875rem;top:346.0625rem;left:17.0625rem; }
#q5giUlcn9b4XALt8nrUIU4Qrnz9HEu2O > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #lHvskCZXDCLLmuSSgrIZ5NFpIDIvkJbT { width:20rem;height:2.19921875rem;top:331.373046875rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUPVBEALlsHgGpf9vvAVcpZnwxVkissf { width:20rem;height:0.0625rem;top:328.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBtTHMZ28RssQZX7KyM8JdHFbuhq879T { display:block; }#vBtTHMZ28RssQZX7KyM8JdHFbuhq879T { background-color: transparent; background-image: none; }#vBtTHMZ28RssQZX7KyM8JdHFbuhq879T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBtTHMZ28RssQZX7KyM8JdHFbuhq879T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBtTHMZ28RssQZX7KyM8JdHFbuhq879T > .row .container > .video-iframe-container { display: none; }#vBtTHMZ28RssQZX7KyM8JdHFbuhq879T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBtTHMZ28RssQZX7KyM8JdHFbuhq879T > .row > .video-iframe-container { display: none; }#vBtTHMZ28RssQZX7KyM8JdHFbuhq879T > .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); }#vBtTHMZ28RssQZX7KyM8JdHFbuhq879T { border-width: 0; border-radius: 0; }#vBtTHMZ28RssQZX7KyM8JdHFbuhq879T > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#vBtTHMZ28RssQZX7KyM8JdHFbuhq879T > .row .container { width:20rem;height:9.1875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WGe4SvK9zWTtW3lxh9Hk6HPGvwdxTiNg { display:flex;width:2.25rem;height:2.25rem;top:1.875rem;left:8.875rem; }
#WGe4SvK9zWTtW3lxh9Hk6HPGvwdxTiNg > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #dJFViiaxVryM5dm2otTl5f1rhzIiokPG { width:6.25rem;height:1.29980625rem;top:3.625rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFBRPJmO9ek7iogkQWyLTMhFu1gLBp0F { width:7.375rem;height:7.375rem;top:0rem;left:6.3125rem;background-color:#fff3e0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vaUThNWxvX0KmCKg94F3uET7go17buUQ { width:20rem;height:0.0625rem;top:3.5625rem;left:0rem;background-color:#ffce80;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #M73qBU31QfWNk2lE6LHhDKeNQFNIsuvz { display:block; }#M73qBU31QfWNk2lE6LHhDKeNQFNIsuvz > .row .container { width:20rem;height:149.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xK5HG061bTlRIk969uwQ1zqEpuAwnaTS { width:20rem;height:11.8125rem;top:4.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOa80FFE1xqcV7705B5x0w8fGs6hryB4 { width:20rem;height:2.75rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dqn9MVq9F4ZxEbE4SHZqHfkiAfNrqlBk { width:20rem;height:2.19921875rem;top:19.625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiMGL4kNPDG4plOvsTVJ580bDqw4VyTQ { width:20rem;height:10.125rem;top:42.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB7zvVlx0NE5wtX4y2lTdDxJaWAc9w1v { width:18.3125rem;height:12.625rem;top:23.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgN1lm2eByQTT18ISzUpA2lxcvTwmvym { width:18rem;height:16.0625rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRxETo9bGZvzA79HTgvEv49s5LP42lCS { width:15.25rem;height:3.0625rem;top:54.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZMvmk1HKIF6idnXNh4bJ6uvu4g2cMzP { display:block; }
 }@media only screen and (max-width: 763px) { #rM3PRkUio4iCVUnmcL1GUX5WTsJ4EteW { width:11.625rem;height:2.1875rem;top:37.125rem;left:1.6875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtdEBO6RzVs2V1DmOenBMsIUtlEZ4Eoo { display:block; }
 }@media only screen and (max-width: 763px) { #NvANMGB1WZ2Adi8n7CkqkHr3uXCX3qt7 { width:18rem;height:16.0625rem;top:68.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLvwpxzgFrRO9eUdpylMHrOKcdNfQihs { width:18.3125rem;height:12rem;top:66.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWyK4yZBNNlBSTOtWn6VgkW382sfGssn { width:15.25rem;height:3.0625rem;top:98.3125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyS2kfZoh17Wq35faEw3aeH6MKLnQiBW { display:block; }
 }@media only screen and (max-width: 763px) { #TZ1do90bVXGw77VmbFRmO27LMczldchE { width:20rem;height:10.125rem;top:86.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abfulGrtstF3e30gRl96UT1HfpHEILMb { width:11.625rem;height:2.1875rem;top:80.3125rem;left:1.5625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7e0mkqCMWOumQFXeT1b6cFnKim82z07 { display:block; }
 }@media only screen and (max-width: 763px) { #lXKsBS1KuyCQoaSCo0Tqu7N7tzmf5eRB { width:20rem;height:2.19921875rem;top:63.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5rNCmKzZ6JC6o13BkJ8MoUMpTDwmw85 { width:20rem;height:0.0625rem;top:60.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNndqJ31iM2aG8b8xfskEENeEP58KAZB { width:20rem;height:0.0625rem;top:104.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP3xJoOMNvUDtGVpgTGoN2SbyKpwEsp1 { width:15.25rem;height:3.0625rem;top:144.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og7t7iTBDAJVwk75Db5Aq57mw4H33l5a { display:block; }
 }@media only screen and (max-width: 763px) { #rXdbiBOt7UD2mMbxmku0W6t8w4D4093e { width:20rem;height:16.0625rem;top:114.125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #x8txcZ8DU8mSFGcTPX4EgqO1G8t8AKaV { width:18.3125rem;height:12.25rem;top:113.0625rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyQtSmwn1KHTQO6W7oFgGDszuG4hXFab { width:20rem;height:10.125rem;top:132.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRIMzagWX60b7A1EJ7pPgOaAMpmuG3XX { width:20rem;height:4.3984375rem;top:106.8212890625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8gxqQkTBIgD5U3M4A2uSeT6Qv05Z44e { width:17.625rem;height:2.1875rem;top:126.4375rem;left:1.1875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkcVqsSpsiCw0Mv2yZ1iwb9byHx1nDXF { display:block; }
 }@media only screen and (max-width: 763px) { #ArqgC5opcBiRktBPqUFE5ru2lBzTKsip { display:flex;width:2.1875rem;height:2.1875rem;top:32.9375rem;left:17.03125rem; }
#ArqgC5opcBiRktBPqUFE5ru2lBzTKsip > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #D0kzi2OuuvEgrzgCLOE2B76T2FgcmP1p { display:flex;width:2.1875rem;height:2.1875rem;top:75.6875rem;left:16.84375rem; }
#D0kzi2OuuvEgrzgCLOE2B76T2FgcmP1p > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #rdV1DDUEyNSZC9VAE9tykNBRornXlDbn { display:flex;width:2.1875rem;height:2.1875rem;top:122.4375rem;left:16.125rem; }
#rdV1DDUEyNSZC9VAE9tykNBRornXlDbn > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #nTmfmLExshXEPBqP4UuInVIaIrivkS92 { display:block; }#nTmfmLExshXEPBqP4UuInVIaIrivkS92 { background-color: transparent; background-image: none; }#nTmfmLExshXEPBqP4UuInVIaIrivkS92::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTmfmLExshXEPBqP4UuInVIaIrivkS92 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTmfmLExshXEPBqP4UuInVIaIrivkS92 > .row .container > .video-iframe-container { display: none; }#nTmfmLExshXEPBqP4UuInVIaIrivkS92 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTmfmLExshXEPBqP4UuInVIaIrivkS92 > .row > .video-iframe-container { display: none; }#nTmfmLExshXEPBqP4UuInVIaIrivkS92 > .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); }#nTmfmLExshXEPBqP4UuInVIaIrivkS92 { border-width: 0; border-radius: 0; }#nTmfmLExshXEPBqP4UuInVIaIrivkS92 > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#nTmfmLExshXEPBqP4UuInVIaIrivkS92 > .row .container { width:20rem;height:9.1875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dHPVtulHTTMoRlbTMWKW8vXcwb2GAAkx { display:flex;width:2.25rem;height:2.25rem;top:1.875rem;left:8.875rem; }
#dHPVtulHTTMoRlbTMWKW8vXcwb2GAAkx > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #h4QcSf6vHLRfiPVh4RszfeSxFNtDA3Nv { width:6.25rem;height:1.29980625rem;top:3.625rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrfifKSG13dRAfPavU1EvtaoUX7tK2Hk { width:7.375rem;height:7.375rem;top:0rem;left:6.3125rem;background-color:#fff3e0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ermIk7PKSOUgkGQ3b2ORXirVV3FhFhTs { width:20rem;height:0.0625rem;top:3.5625rem;left:0rem;background-color:#ffce80;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wGhfMPAvh2Dv5vFTNaE4iyuOkbHEom6A { display:block; }#wGhfMPAvh2Dv5vFTNaE4iyuOkbHEom6A > .row .container { width:20rem;height:423.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qN69qqV5QcdX5L5zlLur2edfCnukFla2 { width:20rem;height:13.5rem;top:5.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXdtck17PzsUqHfHGUyaEVXC3aMpw4Zk { width:20rem;height:2.75rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lv4ZMvZm8gXClcVzmKCggdEc1bRvGCNe { width:20rem;height:2.19921875rem;top:20.875rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #acDcvhqzJGZSNyFOLWwBUaiN1WRHgfeq { width:20rem;height:10.125rem;top:44.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEFk0frmZgMKSFpTTzy6U4XCFCDf757C { width:15.8125rem;height:13.75rem;top:24.4375rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kos0pbVinTh8RDJhIfIrOFRMoTFv1Av8 { width:19.9375rem;height:16.0625rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vare9Frhcs7ShhHOVoT8aQRBus8Q0QdT { width:15.25rem;height:3.0625rem;top:56.5625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpbWTozqt0eg23U7FOuD55A0rTAcQakU { display:block; }
 }@media only screen and (max-width: 763px) { #Pm51wpPvNVhe3R5legpt54C0q7EaFlDq { width:11.625rem;height:2.1875rem;top:39rem;left:4.1875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #alXh26FE2TpazA5qoanlkgHIOW8d9671 { display:block; }
 }@media only screen and (max-width: 763px) { #IQBo9KOP8THDEluKtqCxSkW5chS4h7EZ { width:20rem;height:16.0625rem;top:70.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvQaVFovT8nOtW7VXQyp5RPKmvduQZF1 { width:15.375rem;height:13.75rem;top:68.375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq5M6tTvLgPopJA4ocLmKsQRQCibelkA { width:15.25rem;height:3.0625rem;top:100.4375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4TGbF1czUKugXu6R7yvEG19wKDALKEl { display:block; }
 }@media only screen and (max-width: 763px) { #MxoRcwZWGTrMdCTIgCbPqoCHoFNdnCrW { width:20rem;height:10.125rem;top:88.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #be8ZqIGAs3N8KnHJQF898Gwtok6xWAIT { width:11.625rem;height:2.1875rem;top:83.0625rem;left:4.1875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrPwTlQFoNyLqw7t4OntlOe2k1ggaDmn { display:block; }
 }@media only screen and (max-width: 763px) { #PJF3dWALKSh6pwhJ7WTti99ObcEIxTcg { width:20rem;height:2.19921875rem;top:64.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDhxzGctkA4Pe7dMqggImhL3LOX3RTQS { width:20rem;height:0.0625rem;top:62.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CND9adIUaGUg5t1N7OtaVm2sfcVzgfM5 { width:20rem;height:16.0625rem;top:114.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFnktD7RwPBiwXTmi5SoE9l96pmq59PC { width:15.5rem;height:13.75rem;top:113rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeuelR1Cbolw3yC8hDCdXVm0D4Lk41TN { width:15.25rem;height:3.0625rem;top:143.9375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTMe7sEEV638RTgZdxVRJ8abgWfy4426 { display:block; }
 }@media only screen and (max-width: 763px) { #x3uSBwSeNDTlogTuO4apSEOMtUhWeHbv { width:20rem;height:10.125rem;top:131.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rrr0ryW9ikqzJ77HLROvNk6TbMQbn71X { width:20rem;height:2.19921875rem;top:109.125rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2MA6CPksEHRlgCAXt6MdX1XJv7A6XTN { width:20rem;height:0.0625rem;top:106.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIgZagzh1n4CT8nn0hPdT5aCHXEy30hF { width:11.625rem;height:2.1875rem;top:127.4375rem;left:4.1875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0Bxg7iy8TKx15SFbtCvGFnfzJn6i91H { display:block; }
 }@media only screen and (max-width: 763px) { #T59LbKtR7TdlCzG5Q0BmyDBspMHif7lo { width:20rem;height:16.0625rem;top:159.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgdQuvbhAtJMI4M9cmgpb5OLi7McfRON { width:11.625rem;height:2.1875rem;top:172.3125rem;left:4.1875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0I8cVl4le7uQuX8VSBbrIoeExu3uX8b { display:block; }
 }@media only screen and (max-width: 763px) { #hf7mawETITPmlOvHb8KHio4TLfZh8qT1 { width:18.25rem;height:12.4375rem;top:157.875rem;left:0.99569121915819rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6He1roZsoJa5lxk8COaVIIxukh6rfCZ { width:15.25rem;height:3.0625rem;top:189.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUkv1gvuNmpvoc0MI6vTeH9ZiTo6o6i8 { display:block; }
 }@media only screen and (max-width: 763px) { #K0prX3HB1NTNBinfnoFxJTsNDwMIlMIc { width:20rem;height:10.125rem;top:177.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iI4pA7hVh9HKleEuhgxBzglTFDMbei98 { width:20rem;height:4.3984375rem;top:151.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIGN3WtJGzq9wg00guCUBDLK9elaGoMB { width:20rem;height:0.0625rem;top:149.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2PxQXnTtmS50MVxuR9zMKfacSb3wC58 { width:18rem;height:16.0625rem;top:202.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rba0NGPNCXFAJWVUQm040XNri1NvW6DC { width:11.625rem;height:2.1875rem;top:214.1875rem;left:1.5625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #toyzwEX1VlXITFDIaPSouutTfKc3Ktth { display:block; }
 }@media only screen and (max-width: 763px) { #SBb8zgxOqAmNky2mcTHmrBuqhpGW5Lk4 { width:18.3125rem;height:12.625rem;top:200.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGBi3Cv1kfxQsRKx4RJTf39dPhFJCREK { width:15.25rem;height:3.0625rem;top:235.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8nzUiofRTFPi3pP2GtLgoJryZEIHwUV { display:block; }
 }@media only screen and (max-width: 763px) { #rub1PfybhhTQXiZmZc1aH4vTXGn8qr6v { width:20rem;height:13.5rem;top:220.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bASxALEH97EhHuEOaAbVt6LNieWn4AK6 { width:20rem;height:2.19921875rem;top:197.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrtLFThF1wypWnqH1TSLomtf1c35WSqL { width:20rem;height:0.0625rem;top:195.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExogFfCf52nLWKDWrmB9FCs1bZTW4Zff { width:20rem;height:19.4375rem;top:248.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5Z56iwsZn8RxKEEL8OgEBKV9FQbuwmZ { width:11.625rem;height:2.1875rem;top:262rem;left:4.1875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuSpbzENt6v5T6FGwoASMT0ahZAvKknd { display:block; }
 }@media only screen and (max-width: 763px) { #WL2NWneNUrHxDJ17hIQyirUTDzo7QNbI { width:15.8125rem;height:13.6875rem;top:247.3125rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg9ORiNfvpST3hFM8LVgBKL3vArukUM5 { width:15.25rem;height:3.0625rem;top:282.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXoPdoyVF9lxcyFrHGOL86xmLLV1xtpX { display:block; }
 }@media only screen and (max-width: 763px) { #i3P814pPHxuynPaHoHyqLxvB8WrqVnpw { width:20rem;height:10.125rem;top:270.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlhxMn5Xsq1nz9PeoOp0QWUoXvqxJgZ7 { width:20rem;height:2.19921875rem;top:243.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tii3H9A9E96GTlTbgoPFGoyzgO2TCw7C { width:20rem;height:0.0625rem;top:241.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMqmiXKQbCzaFE3sxcTy4OIzq7IAUqy4 { width:20rem;height:16.0625rem;top:297.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHrRzwALO5JwyCPlHg5BSrDHPk4ahU8T { width:11.625rem;height:2.1875rem;top:310.5625rem;left:4.1875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDhhf8XedlLdZqUNPlcJlMONsJlX5IcW { display:block; }
 }@media only screen and (max-width: 763px) { #mE0Duaohpsn0sQbTChwO77fD3V3sKSqw { width:15.5625rem;height:13.75rem;top:296.0625rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owDRIyabV8QVZQCXwOFdf8OFWdaZcP0o { width:15.25rem;height:3.0625rem;top:327.5625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQLtPGv2Tn6Bt6iiXhHArSt5HWHqtiM1 { display:block; }
 }@media only screen and (max-width: 763px) { #quUuDw6OaHztRXTANr4f1yXcTWgkreIP { width:20rem;height:10.125rem;top:315.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHTLUKv8olOshUgoOutUzLsycLq7GxBX { width:20rem;height:4.3984375rem;top:290.5rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPCnBCTGekNJFf8pi2RThtZgT3xT5bRk { width:20rem;height:0.0625rem;top:287.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUiC642pLcTy8s1dOd7r7LhEczGZJlqD { width:11.625rem;height:2.1875rem;top:265rem;left:4.1875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ6VS24cEI9xJFEKzsW4W19WOcU3L95K { display:block; }
 }@media only screen and (max-width: 763px) { #F4IM0xH6TxwE5SBn0XnZKeNPtAADTpmt { width:20rem;height:19.75rem;top:340.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE9UyTX8SLTwL00H5PmzzBwnBSlCs3Qf { width:15.25rem;height:3.0625rem;top:374.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #InLEQMVmnxZQZs9ctNLMtiDDSKlIvHVa { display:block; }
 }@media only screen and (max-width: 763px) { #f9IlrETXGGUAbfmfFer4Zeu9gnx7CTe7 { width:11.625rem;height:2.375rem;top:353.8125rem;left:4.1875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNQ5w8FFiX4hcIyVTyoN7F0hEGdDm4Xp { display:block; }
 }@media only screen and (max-width: 763px) { #LXOiQp8LT8oJuqxi7Z7amJu1QgPTSAaX { width:15.8125rem;height:13.75rem;top:339.125rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPxCtTVTSvOGKTto0d0wX2CxEZ7UENXv { width:20rem;height:10.125rem;top:362.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLCLW48aykkTdAHmslvgrubT5Dd4WCTh { width:20rem;height:2.19921875rem;top:335.625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sutZvpqi5qCTx6cRcFoveFZBr02gOXBJ { width:20rem;height:0.0625rem;top:333rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqdpS8kRpfRtle6V56ufMM9RDqOso8FK { width:11.625rem;height:2.1875rem;top:356.8125rem;left:4.1875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RauOvfX4Eme8baSOmfJF6qyv9Em9RBfk { display:block; }
 }@media only screen and (max-width: 763px) { #rcq6HWWhDM2i5HLaFz5JzsdMIowUXoZn { display:flex;width:2.1875rem;height:2.1875rem;top:35.125rem;left:14.625rem; }
#rcq6HWWhDM2i5HLaFz5JzsdMIowUXoZn > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #kHKbMt2u3iaQMgavKbHPli8Sa5bH4Tbi { display:flex;width:2.1875rem;height:2.1875rem;top:79.3125rem;left:14.625rem; }
#kHKbMt2u3iaQMgavKbHPli8Sa5bH4Tbi > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #vXgMNokKZVdvJKMRTZG7kJhGSm5zDOvb { display:flex;width:2.1875rem;height:2.1875rem;top:124rem;left:15rem; }
#vXgMNokKZVdvJKMRTZG7kJhGSm5zDOvb > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #NCmx6XGlhGQSJnSv7iwCCEquz9qwKxsB { display:flex;width:2.1875rem;height:2.1875rem;top:169.1875rem;left:16.3076171875rem; }
#NCmx6XGlhGQSJnSv7iwCCEquz9qwKxsB > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #b2Gs5WGT35hLNScZlC5E8fe8PGv7C7sE { display:flex;width:2.1875rem;height:2.1875rem;top:210.5625rem;left:16.75rem; }
#b2Gs5WGT35hLNScZlC5E8fe8PGv7C7sE > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #T8HNd6uGxoUTwXfltGvRcGSbs7O4sTBt { display:flex;width:2.1875rem;height:2.1875rem;top:258.1875rem;left:15.1875rem; }
#T8HNd6uGxoUTwXfltGvRcGSbs7O4sTBt > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #R1dyALbOFJyGF3usR5LZW1V22UqslM9l { display:flex;width:2.1875rem;height:2.1875rem;top:306.875rem;left:15.1875rem; }
#R1dyALbOFJyGF3usR5LZW1V22UqslM9l > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #iZex2azcdIZgGRfmaoPK3HNhrrKCa2qT { display:flex;width:2.1875rem;height:2.1875rem;top:350.0625rem;left:15.1875rem; }
#iZex2azcdIZgGRfmaoPK3HNhrrKCa2qT > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #CU1o1duBWHX3nGMr4wATFFi5uDpgw7yM { width:11.625rem;height:2.1875rem;top:398.6650390625rem;left:4.1875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbbzdrdKxCrd0BmSNfiPxv1K79y5vczv { display:block; }
 }@media only screen and (max-width: 763px) { #gVLXdI1zUg4Euk0Cm0I7CI7ZRBg4NBpP { width:20rem;height:16.4375rem;top:385.57421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ila91L2zDcJtrTT0go0eduobLwCqipIC { width:15.25rem;height:3.0625rem;top:416.6025390625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1XlotWKfNgPr4abAoML4UaE6abZ0vJr { display:block; }
 }@media only screen and (max-width: 763px) { #qQ60BebN7nXCo7f5737Rs8wtPVD2tIRC { width:16.625rem;height:14.125rem;top:383.69921875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WelCgqoCDreWdiT2X55GczWeycD3bJks { display:flex;width:2.1875rem;height:2.1875rem;top:394.63671875rem;left:15.5rem; }
#WelCgqoCDreWdiT2X55GczWeycD3bJks > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #k2M7yXwzcdL9TWdfR9Euf4sccmDqVJAu { width:20rem;height:10.125rem;top:403.9150390625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POUy3ryngg4q9gVO45uvhUXTxcIlEUuI { width:20rem;height:2.19921875rem;top:379.875rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nquPZCmzk1eN8FuTuNlxxgEbbugKS0Sx { width:20rem;height:0.0625rem;top:378.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOnOW01vW5bMfTuoLlriBLVqGBfk8LDz { display:block; }#hOnOW01vW5bMfTuoLlriBLVqGBfk8LDz { background-color: transparent; background-image: none; }#hOnOW01vW5bMfTuoLlriBLVqGBfk8LDz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOnOW01vW5bMfTuoLlriBLVqGBfk8LDz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOnOW01vW5bMfTuoLlriBLVqGBfk8LDz > .row .container > .video-iframe-container { display: none; }#hOnOW01vW5bMfTuoLlriBLVqGBfk8LDz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOnOW01vW5bMfTuoLlriBLVqGBfk8LDz > .row > .video-iframe-container { display: none; }#hOnOW01vW5bMfTuoLlriBLVqGBfk8LDz > .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); }#hOnOW01vW5bMfTuoLlriBLVqGBfk8LDz { border-width: 0; border-radius: 0; }#hOnOW01vW5bMfTuoLlriBLVqGBfk8LDz > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#hOnOW01vW5bMfTuoLlriBLVqGBfk8LDz > .row .container { width:20rem;height:9.1875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3qWrkCqNEmWbMdPi7sH8Z1UHAOw9hhu { display:flex;width:2.25rem;height:2.25rem;top:1.875rem;left:8.875rem; }
#Z3qWrkCqNEmWbMdPi7sH8Z1UHAOw9hhu > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #IaZWI0mSkNTkhoZFgQ28yFqS7tzDXHBU { width:6.25rem;height:1.29980625rem;top:3.625rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbynTD3aVybkmzvBpbSqwfDCWoPsRghJ { width:7.375rem;height:7.375rem;top:0rem;left:6.3125rem;background-color:#fff3e0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oORWKxnL7rnAzKSHWH0ASINXbAbeToP3 { width:20rem;height:0.0625rem;top:3.5625rem;left:0rem;background-color:#ffce80;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kiZaLJQkeICqzinWdq7HbcfwtzSaP7bp { display:block; }#kiZaLJQkeICqzinWdq7HbcfwtzSaP7bp > .row .container { width:20rem;height:595.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7rfZ7P7C1uEwkPPRul1nsvEbH9LLOla { width:20rem;height:11.8125rem;top:4.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlxsCT2AF96wtO6WQFeilfpHelTZnJfs { width:20rem;height:2.61230625rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFWlgyvZdWvxgKT2G0JURbsMkOQsyoS0 { width:20rem;height:2.19921875rem;top:19.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5rTv8OsrS9Mp5CIxiDID8hrz2iQVhg2 { width:20rem;height:10.125rem;top:43.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTdLaQmPUGfSeJdDd0938u2oU3JbJ7Tb { width:17.875rem;height:15.25rem;top:22.38671875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0UfrZmROAktWrHhamxTZkb9k1xOMWAy { width:18rem;height:16.0625rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHTKV4cuEoXsT8T7T6fBwcACDAmcHanE { width:15.25rem;height:3.0625rem;top:55.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUu6wwVbRFmcoHNk9PZRSFehTtPqXxNw { display:block; }
 }@media only screen and (max-width: 763px) { #y5TkbQrDZucOTIeDBhvawuEItSHCXIT6 { width:11.625rem;height:2.1875rem;top:38.625rem;left:2.0625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWvlBAkfT9EtzyaXiTraXTSgWVDoy5VU { display:block; }
 }@media only screen and (max-width: 763px) { #SXPcUwT1T044PqQMRQ1sX9bd6dJCb3hr { width:18rem;height:16.0625rem;top:68.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAlf74CFFneczTVPVNHaemQMOsliadTH { width:17.8125rem;height:14.25rem;top:66.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8eLSzMqKPAJaPAorwxgLvd4a5kSQbRw { width:15.25rem;height:3.0625rem;top:107.5625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3qlfaJI3Mmn8IzOTVTSk3twF1Td00hu { display:block; }
 }@media only screen and (max-width: 763px) { #PM06swyhQsNOUOFOpOClyhfPBPL5tRv1 { width:20rem;height:18.5625rem;top:86.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsarA94ygD5o6NKcu1rVmopN9usXeasf { width:11.625rem;height:2.1875rem;top:81.625rem;left:2.20703125rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEZzmDX8qrpMnatNacVAVe09qDKO0p3I { display:block; }
 }@media only screen and (max-width: 763px) { #oOwKwZc0r4dO8CiiUW3DND2HKhgRbHhN { width:20rem;height:2.19921875rem;top:63.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U89M7Mq8pXbHDIbLG5FNa5fa2hhkK1JW { width:20rem;height:0.0625rem;top:61.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy3OufAooPBHJOC59zhNrS3S50gTVkqi { width:18rem;height:14.875rem;top:123.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPoTF8WT0Ni1oxtaVppqiMoSJ2iCkI1D { width:18.3125rem;height:13.75rem;top:121.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFq5UwTPISrok2odZMdUgT7kee7W681f { width:15.25rem;height:3.0625rem;top:151.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSicoXUe10FAtAEuGuUeodCN7goQ43q1 { display:block; }
 }@media only screen and (max-width: 763px) { #tO2TbrvSTbQt3dXKMLhbHlVWDV3pw68u { width:20rem;height:10.125rem;top:139.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy6r8zwGd6D40HH4i82MoJtZbm00QqnQ { width:20rem;height:4.3984375rem;top:116rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZXPO9CZNc6kytI8K6FV8FFQXZEJzN6M { width:20rem;height:0.0625rem;top:113.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZBmMCAIEqU53Xh3fI8PGXyuFK62LxPD { width:18rem;height:14.0625rem;top:165.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9vPS0XupA4xOc3ATeiW5VlRrB5TEyX5 { width:18.3125rem;height:13.75rem;top:164rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLFhknibQTh2TLGBFHGGe1zdDVaQEQlk { width:15.25rem;height:3.0625rem;top:193.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FStyERkSUQnqvLoQmur4B2PtDEszrFrX { display:block; }
 }@media only screen and (max-width: 763px) { #bMOfMfuoo0Bzx9e9Gfbm2IK7KW36kTRq { width:20rem;height:10.125rem;top:181.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7TRdQgIcVNTiqyU7iViOvA7lHhrsn5Z { width:20rem;height:2.19921875rem;top:160.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #etMcTEXN6To6FJn7DuqdTxHLxPhwBwJR { width:20rem;height:0.0625rem;top:157.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOOPLvtgcWxhVJM5Q30hcnVJQns8u23M { width:18rem;height:16.0625rem;top:210.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnDkH5qIA6FnHDMyzSg0y2Cupm8K2o22 { width:18.3125rem;height:13.4375rem;top:208.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8TCAZQ4o49EgawlSlXUOUAVZe3ZzLi6 { width:15.25rem;height:3.0625rem;top:242.5rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPgqKQn9g4wr8owmfoqncL5PN9U9JAds { display:block; }
 }@media only screen and (max-width: 763px) { #Hc46x82tINUUHTop50Q9cJ9wMrVEsIXJ { width:20rem;height:11.8125rem;top:228.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssTbzyyaJT3kM69mShyoqwBo12QE03pw { width:20rem;height:4.3984375rem;top:202.75rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw5sRzN3zTISzIN6vkhUZbqIBoWnr6Nu { width:20rem;height:0.0625rem;top:199.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw3Ek0ffdugn75etKqVIA8huVriQxFuv { width:15.5625rem;height:2.1875rem;top:223.5625rem;left:1.625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #iRrtcQasSkxyO6h55Z0Ghn1nmT08OcDU { display:block; }
 }@media only screen and (max-width: 763px) { #zEdHuSNkUw6IZg9Fbl2IJoLxoTqeR1B7 { width:18rem;height:15.625rem;top:261.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI4ZER1MwwHRoBNKx9R18DCp03kQkVOI { width:18.3125rem;height:12.875rem;top:260.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFRuGSoKC1lDTNiPS6S3WHpf681uxWkH { width:15.25rem;height:3.0625rem;top:293.0498046875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCiIGBI7iKOWkg0T6b8JCXFdr9qMr5Is { display:block; }
 }@media only screen and (max-width: 763px) { #My8eUSdipTayHX6oALvMgoVwSgOtWJxs { width:20rem;height:11.8125rem;top:279.3623046875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhL1CxOnPM360pCyk7FuV4hUi02iF1OJ { width:15.25rem;height:2.1875rem;top:274.0625rem;left:1.5625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15085;display:block; }
 }@media only screen and (max-width: 763px) { #mkyRf39DsDKesut2ITMIHrVltIU8iq3V { display:block; }
 }@media only screen and (max-width: 763px) { #ticX5Tb5ShOQQJ7eFX746L8anGzuOn88 { width:20rem;height:6.597625rem;top:251.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFh7tv4XrL7NkkevrbgD30DPQ8cBGLH3 { width:20rem;height:0.0625rem;top:248.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyovE6tltTgebN9wa2A9IGzLzeTdNnph { width:18rem;height:16.0625rem;top:306.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnuROFzdH7cTiP2s0vsTfpnMUTVyUSZ7 { width:18.3125rem;height:13.4375rem;top:305.3125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5T81R0AZRebB8eQleyNyFvLI4pJe4wu { width:15.25rem;height:3.0625rem;top:344.099609375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvxVEmlcpauOvOwsMO4mhoElH5HyUMk0 { display:block; }
 }@media only screen and (max-width: 763px) { #k7Th5PkarbQEDNrbHEGflL7hH7FegSeT { width:20rem;height:16.875rem;top:325.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMestqzzDbbcLZJReX1oZJslaET39s1H { width:15.6875rem;height:2.1875rem;top:319.75rem;left:1.5625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #B4aEtWnC8oJE04T8kGtSCWlGN0fionEn { display:block; }
 }@media only screen and (max-width: 763px) { #ql1T82FfdkwfIh7WUS8DsKPcppH3RT6K { width:20rem;height:2.19921875rem;top:301.4873046875rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAQaovBuE0FixWfwh9KTshpeyQqUsthK { width:20rem;height:0.0625rem;top:299.1748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAuhB2bppcz3vksP5nZHPBbq6zcSWAiQ { width:18rem;height:16.0625rem;top:360.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN5qTO8pqn7xmofawxa4KnGI7f0we7ke { width:18.3125rem;height:13.6875rem;top:358.787109375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQJphBCS0GzNwvAS8KU3ZQ5TSczG4Viy { width:20rem;height:10.125rem;top:378.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps9xo8TcuRL38DMp2DNHwgBXJeDPvXhE { width:20rem;height:4.3984375rem;top:353.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTD5DTJuaJeRMX0uNAqfVDe2nEZ1NTJI { width:20rem;height:0.0625rem;top:350.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMdF2361otv4twOZVkVOS9DQP32x8C8L { width:15.3125rem;height:2.1875rem;top:373.3125rem;left:1.78125rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #GvtZQVFTXzBJbZLUd2R1pH3M5vZTt6w4 { display:block; }
 }@media only screen and (max-width: 763px) { #xQr9eagMVz0tL5XCRTk70CrAup1r9gCa { width:15.25rem;height:3.0625rem;top:390.375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVtrUAdKCZSV4Qm5QQe8QPlRqgcwXvEn { display:block; }
 }@media only screen and (max-width: 763px) { #UFqNm2A8WtRGgmVI8I7MTkm9VZnsvEwQ { display:flex;width:2.1875rem;height:2.1875rem;top:34.625rem;left:17.0625rem; }
#UFqNm2A8WtRGgmVI8I7MTkm9VZnsvEwQ > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #OT40ML3SWT17OQTVBDBgwaXtxhcBGfnv { display:flex;width:2.1875rem;height:2.1875rem;top:77.9375rem;left:17.1875rem; }
#OT40ML3SWT17OQTVBDBgwaXtxhcBGfnv > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #fMExxq3vBMyBWSZVezT58UDZ8wWTDKqC { display:flex;width:2.1875rem;height:2.1875rem;top:132.5rem;left:17.1875rem; }
#fMExxq3vBMyBWSZVezT58UDZ8wWTDKqC > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #TpcgvsWmDm9wPE9DEp44vbIdkeO5DtrO { display:flex;width:2.1875rem;height:2.1875rem;top:174.9375rem;left:17.1875rem; }
#TpcgvsWmDm9wPE9DEp44vbIdkeO5DtrO > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #kRS6gvZ68Qmbui5DT45fiZ1Q2PEQ5D87 { display:flex;width:2.1875rem;height:2.1875rem;top:219.1875rem;left:17.1875rem; }
#kRS6gvZ68Qmbui5DT45fiZ1Q2PEQ5D87 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #BzcOyRPB9DcRfZJDqNR4xPH7JmkJOZF4 { display:flex;width:2.1875rem;height:2.1875rem;top:270.25rem;left:17.1875rem; }
#BzcOyRPB9DcRfZJDqNR4xPH7JmkJOZF4 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #SHRPQ9nnGkza5f2C9wJmCVhFPVxXxhnu { display:flex;width:2.1875rem;height:2.1875rem;top:315.875rem;left:17.1875rem; }
#SHRPQ9nnGkza5f2C9wJmCVhFPVxXxhnu > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #d5nXZic0EL2RdIRN8PIqg40VIeHV2K15 { display:flex;width:2.1875rem;height:2.1875rem;top:369.375rem;left:17rem; }
#d5nXZic0EL2RdIRN8PIqg40VIeHV2K15 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #hEQNH9hqbNGPxTxUR2X6zkXo3ORvmOZH { width:20rem;height:16.5rem;top:407.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg6a40tuiRP9ikWfc0nRCpUieiM6iJaZ { width:18.1875rem;height:13.125rem;top:405.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9DXWB3uzwcFx52cLDxe18TzKQH27Sp9 { width:20rem;height:11.8125rem;top:425.9482421875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKJBTMuMVWDFbHSu7MzA7UVTSMVHe2U0 { width:15.25rem;height:3.0625rem;top:439.6982421875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoQvXUz6Segn090gmz0MJ5zW0WSQQPLw { display:block; }
 }@media only screen and (max-width: 763px) { #ix3G3mFdWBpgETvpm0XX6hVq29BREOFf { display:flex;width:2.1875rem;height:2.1875rem;top:416.125rem;left:16.8125rem; }
#ix3G3mFdWBpgETvpm0XX6hVq29BREOFf > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #uEbf1AxQWSWQc9fggxavZAL1qJrBEFFX { width:20rem;height:4.3984375rem;top:400rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJs8TxhQfOOAJ6z66APMfTMDEz04Rzye { width:20rem;height:0.0625rem;top:396.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOa4n5muCxGXrIbs87TNNSfh5pgtnBLL { width:15.1875rem;height:2.1875rem;top:420.1357421875rem;left:1.9375rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #Dgx4uBHbqnnn7Se6KSuCPEGzidpHQu8T { display:block; }
 }@media only screen and (max-width: 763px) { #ztKNxrVV8Uvv3woSCUgEPnwyk25PbTWv { width:20rem;height:16.5625rem;top:452.2841796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnDLNyy6fa7zB3clIeqIWOrK0KepWTOf { width:15.25rem;height:3.0625rem;top:484.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anU8ZAba72zDTsw5axaE2uE8EGqtzw89 { display:block; }
 }@media only screen and (max-width: 763px) { #pvL44KHV204lKXS2IE1Iyg4g9NfT6o8r { width:17.875rem;height:13.75rem;top:450.9716796875rem;left:2.1120284080216rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTpAUQ3E6JsIIm6TiTEZRaW6VE1NH6kg { display:flex;width:2.1875rem;height:2.1875rem;top:461.8466796875rem;left:17.1875rem; }
#GTpAUQ3E6JsIIm6TiTEZRaW6VE1NH6kg > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #t6dUQUKMSI8h5Zohgzz62pdFbwBFKSUT { width:14.125rem;height:2.1875rem;top:465.5966796875rem;left:2.125rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #h5774Kev5TwtuaNMgok4Axsq7f8wmuGP { display:block; }
 }@media only screen and (max-width: 763px) { #pUonFtIWTlxdPrrTeTgcnsfn5rrsdiZT { width:20rem;height:11.8125rem;top:470.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDzlTM8JSdzsyGryzTskRzsJ4Kqw78r8 { width:20rem;height:4.3984375rem;top:445.3232421875rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmoF9KgyfsuxtCd7WEwSPLCFeadHhlTJ { width:20rem;height:0.0625rem;top:444.0107421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx0WTbbaUJwba2ydWlTN2RJxMPa1VTBH { width:20rem;height:17.1875rem;top:502.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO6sDvf0UwwiU9h0fpS3ieqWCADdmM21 { width:15.25rem;height:3.0625rem;top:536.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVM0Iz144FXoWsQzWWJZgwp2qookhCw1 { display:block; }
 }@media only screen and (max-width: 763px) { #EE1dbvh3c2Eii7omSDolJuPLeWVqQKNa { width:17.9375rem;height:13.8125rem;top:501.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVp1fU1ggmi22ulLqznpxIJn1X8tFCLM { display:flex;width:2.1875rem;height:2.1875rem;top:512.25rem;left:16.8125rem; }
#pVp1fU1ggmi22ulLqznpxIJn1X8tFCLM > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #V9NgTPoyXT8XTFNoFcSf5pNMGQJExBLU { width:14.125rem;height:2.1875rem;top:516.375rem;left:2.125rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #DeyrIoO87LA0KIBaCags1HSwqJrys6lL { display:block; }
 }@media only screen and (max-width: 763px) { #g6DiMXxstbHLl4r0STHVCSk3vxdNU3ac { width:20rem;height:11.8125rem;top:522.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE9RMHA51grQr8RWLehgE4OXnzdisFTd { width:20rem;height:4.3984375rem;top:495.0390625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMknzDZxu3x5BbKhSelVuWSZIbp3VKaq { width:20rem;height:0.0625rem;top:491.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5W1n9s4Abc4W8b2VbM8ZqfEf57hGaZx { width:20rem;height:17.3125rem;top:555.4375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #NaZulsxyOSThPaJTakFEkzLMRs0XRT1x { width:15.25rem;height:3.0625rem;top:588.6494140625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcEzbNHOpMFg4QnrzLkxmSvOfHuG4Uxw { display:block; }
 }@media only screen and (max-width: 763px) { #iA9gvHEBBgumSyKbccxfpBubSLL3NRqt { width:17.75rem;height:13.625rem;top:554.375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfv8hZGKVZkyxvLGagH2oCr4TItn6LwP { display:flex;width:2.1875rem;height:2.1875rem;top:565rem;left:16.8125rem; }
#Sfv8hZGKVZkyxvLGagH2oCr4TItn6LwP > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #gNTKoUaTS0MaZRzHN6cbo2DuOIWQWJXN { width:20rem;height:11.8125rem;top:574.7744140625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO7A7tB7B4VZf8Squ6ENhm8Hz4yQJPnU { width:14.125rem;height:2.1875rem;top:569.0869140625rem;left:2.125rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #neWPirKOvS8BMVv27yu5bVoQ2RHCGVO5 { display:block; }
 }@media only screen and (max-width: 763px) { #TbDgiwe5TVSP6DbCuk6U8oJsK1I0z5dO { width:20rem;height:6.597625rem;top:545.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUg41oGGHI0ecbxG4bsxBL1ofN0mQhpZ { width:20rem;height:0.0625rem;top:542.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTxKEuTNhSikoBLaKnUQEpIEd6qV3Fa8 { display:block; }#HTxKEuTNhSikoBLaKnUQEpIEd6qV3Fa8 { background-color: transparent; background-image: none; }#HTxKEuTNhSikoBLaKnUQEpIEd6qV3Fa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTxKEuTNhSikoBLaKnUQEpIEd6qV3Fa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTxKEuTNhSikoBLaKnUQEpIEd6qV3Fa8 > .row .container > .video-iframe-container { display: none; }#HTxKEuTNhSikoBLaKnUQEpIEd6qV3Fa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTxKEuTNhSikoBLaKnUQEpIEd6qV3Fa8 > .row > .video-iframe-container { display: none; }#HTxKEuTNhSikoBLaKnUQEpIEd6qV3Fa8 > .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); }#HTxKEuTNhSikoBLaKnUQEpIEd6qV3Fa8 { border-width: 0; border-radius: 0; }#HTxKEuTNhSikoBLaKnUQEpIEd6qV3Fa8 > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#HTxKEuTNhSikoBLaKnUQEpIEd6qV3Fa8 > .row .container { width:20rem;height:9.1875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhIFx1wwbgTacqGmJ1hor08NP2KotxAC { display:flex;width:2.25rem;height:2.25rem;top:1.875rem;left:8.875rem; }
#OhIFx1wwbgTacqGmJ1hor08NP2KotxAC > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #Dxp0fXXiZTP5s7MiyyUvrtwdO9aFakXN { width:6.25rem;height:1.29980625rem;top:3.625rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sk0k3339T1PFSXJJyThOnbk2zWta1z5l { width:7.375rem;height:7.375rem;top:0rem;left:6.3125rem;background-color:#fff3e0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #b11rTloBv0ZgZNTnkEW0sacuugAb6NGl { width:20rem;height:0.0625rem;top:3.5625rem;left:0rem;background-color:#ffce80;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RVyApRuOxZ8HtmAb9agtI93bB0uObuqt { display:block; }#RVyApRuOxZ8HtmAb9agtI93bB0uObuqt > .row .container { width:20rem;height:106.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4fWV4yTOsAHlavNHTlSiHkFJ7DkiLNV { width:20rem;height:10.125rem;top:8.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZQdlUa6EETRaTbcs3NOi8biqm7QWaEm { width:20rem;height:5.5rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWp9F8nteNU4Kpq43WZxMBvXAv4ocZIx { width:20rem;height:2.19921875rem;top:21.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7IMtAEbW7GSpB5TH9Tp6H2l7adRcCGc { width:20rem;height:10.125rem;top:45.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTWuRTKwETdEkNouTSHiLceDxGSgUer9 { width:18.3125rem;height:13.75rem;top:25.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnrKrfv2w3rcApqk2o4UiGTrKIhL9ltk { width:18rem;height:16.0625rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrUudwK1QkTuOruC7trUhcvN1ITFk6lO { width:15.25rem;height:3.0625rem;top:57.4375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNDRpnrJo0JCRKfigJciEpXUftBTHeCo { display:block; }
 }@media only screen and (max-width: 763px) { #cElS57mndaxzGKMvkVf4ud8TMqzG0avi { width:11.625rem;height:2.1875rem;top:39.9375rem;left:1.4375rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVxUWlWIqL61KIJEPL3s8746BUElLTD5 { display:block; }
 }@media only screen and (max-width: 763px) { #H6wgXBiUzzLagzTBWu29BefGcoD7PpGl { display:flex;width:2.1875rem;height:2.1875rem;top:30.1875rem;left:17rem; }
#H6wgXBiUzzLagzTBWu29BefGcoD7PpGl > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #TTwUOkwLRb3ISAhsokodlIhVsao5TrWT { width:20rem;height:0.0625rem;top:63.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2r6fTT17hEQiwPsUIIDhTsQDec6qM8v { width:18.3125rem;height:13.6875rem;top:70rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EULevJhngsICd8yheIBqTnOzpuSVp15M { width:18rem;height:14.0625rem;top:71.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTmxahlOFtHvFMa21ZPtCpiJbJRvE51T { width:15.25rem;height:3.0625rem;top:99.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHlHgf78od0eMNTWR8abAK2mxruf2pQK { display:block; }
 }@media only screen and (max-width: 763px) { #UE40Bile2TPiqJRqkVrSDZsq7t2FmkoU { display:flex;width:2.1875rem;height:2.1875rem;top:80.625rem;left:17rem; }
#UE40Bile2TPiqJRqkVrSDZsq7t2FmkoU > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #MRyaibzn7uAUA7nfE9n2g92TS3K1bU1v { width:20rem;height:10.125rem;top:87.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fylMeL2hJd1QsTL1KxQqkHe4QimPsxHg { width:20rem;height:2.19921875rem;top:66.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoPCNLGfgzEg4uHl3Fq9t1TJvE7Ou7Gu { display:block; }#uoPCNLGfgzEg4uHl3Fq9t1TJvE7Ou7Gu { background-color: transparent; background-image: none; }#uoPCNLGfgzEg4uHl3Fq9t1TJvE7Ou7Gu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoPCNLGfgzEg4uHl3Fq9t1TJvE7Ou7Gu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoPCNLGfgzEg4uHl3Fq9t1TJvE7Ou7Gu > .row .container > .video-iframe-container { display: none; }#uoPCNLGfgzEg4uHl3Fq9t1TJvE7Ou7Gu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoPCNLGfgzEg4uHl3Fq9t1TJvE7Ou7Gu > .row > .video-iframe-container { display: none; }#uoPCNLGfgzEg4uHl3Fq9t1TJvE7Ou7Gu > .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); }#uoPCNLGfgzEg4uHl3Fq9t1TJvE7Ou7Gu { border-width: 0; border-radius: 0; }#uoPCNLGfgzEg4uHl3Fq9t1TJvE7Ou7Gu > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#uoPCNLGfgzEg4uHl3Fq9t1TJvE7Ou7Gu > .row .container { width:20rem;height:9.1875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1A8lu1mJwTDaUIr2eQNnDTdMcTQmXkE { display:flex;width:2.25rem;height:2.25rem;top:1.875rem;left:8.875rem; }
#X1A8lu1mJwTDaUIr2eQNnDTdMcTQmXkE > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #PhamWDb3OyQ53lnDNwGgxab1T7ORa0ha { width:6.25rem;height:1.29980625rem;top:3.625rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLO5gp1h2dXnPxRRvRV2gKu5MWGTgmoO { width:7.375rem;height:7.375rem;top:0rem;left:6.3125rem;background-color:#fff3e0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZzzPudC64oA0wmOsyve2ck9tnyaMBz9T { width:20rem;height:0.0625rem;top:3.5625rem;left:0rem;background-color:#ffce80;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PlG9rsLJ5IkuTFR8WoAfR7SlXeTqg1yx { display:block; }#PlG9rsLJ5IkuTFR8WoAfR7SlXeTqg1yx > .row .container { width:20rem;height:58.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBm1iM1TBvrdMtchE1xL2eWgWlIPcDNs { width:20rem;height:6.75rem;top:4.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eexD74mlcCsy3vdLN8aeQH8c0BIuwkW3 { width:20rem;height:2.75rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zycSJEv0We5ZBJIsJyuREaO295IpaHAS { width:20rem;height:2.19921875rem;top:14rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #acFIUqWLWo7GbWRSh73yiTG0Nm8zPt5s { width:20rem;height:10.125rem;top:39.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK6Uk7zsu7Vu9zE7CXOok5Fh2Jfvgk2a { width:18.5625rem;height:15.5625rem;top:17.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2SFfu4pdqNqprKOm1iEFtZuPxelusiS { width:18rem;height:16.0625rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xURTJghHZWNU2xGpnkbgPGp66P60yuRr { width:15.25rem;height:3.0625rem;top:51.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KewrCNJLHhJThJCQcwF1ruy4rRFFtBgE { display:block; }
 }@media only screen and (max-width: 763px) { #IzFkTdB3r4tSSsHp5ltv4uVJlzag2Ju4 { width:11.625rem;height:2.1875rem;top:34rem;left:1.4375rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #soOKXcDoQG7dh9imcdLkWCGOcfpDAVHs { display:block; }
 }@media only screen and (max-width: 763px) { #ZzRUgavg8alOOV9ukS3QqArN6rILH8dC { display:flex;width:2.1875rem;height:2.1875rem;top:30.125rem;left:17rem; }
#ZzRUgavg8alOOV9ukS3QqArN6rILH8dC > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #PrUcVhUqdAZbnA51raHho5CiwnJGJaTP { display:block; }#PrUcVhUqdAZbnA51raHho5CiwnJGJaTP { background-color: transparent; background-image: none; }#PrUcVhUqdAZbnA51raHho5CiwnJGJaTP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrUcVhUqdAZbnA51raHho5CiwnJGJaTP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrUcVhUqdAZbnA51raHho5CiwnJGJaTP > .row .container > .video-iframe-container { display: none; }#PrUcVhUqdAZbnA51raHho5CiwnJGJaTP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PrUcVhUqdAZbnA51raHho5CiwnJGJaTP > .row > .video-iframe-container { display: none; }#PrUcVhUqdAZbnA51raHho5CiwnJGJaTP > .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); }#PrUcVhUqdAZbnA51raHho5CiwnJGJaTP { border-width: 0; border-radius: 0; }#PrUcVhUqdAZbnA51raHho5CiwnJGJaTP > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#PrUcVhUqdAZbnA51raHho5CiwnJGJaTP > .row .container { width:20rem;height:9.1875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vroebJC82BBek9XFiTXCpkIPby86clX7 { display:flex;width:2.25rem;height:2.25rem;top:1.875rem;left:8.875rem; }
#vroebJC82BBek9XFiTXCpkIPby86clX7 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #I4KLlxHnc9td2KEgfCREDuhQWvq9lDIS { width:6.25rem;height:1.29980625rem;top:3.625rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqeqGcvFh3xMlDJTf4WC03Dhr7SLB7eo { width:7.375rem;height:7.375rem;top:0rem;left:6.3125rem;background-color:#fff3e0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WM9IcLTBcLCH6wMgMIiPwFEHsadiiQSU { width:20rem;height:0.0625rem;top:3.5625rem;left:0rem;background-color:#ffce80;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FQnOWiGxlks8r2AFJx6JyLqEn0MnhXz4 { display:block; }#FQnOWiGxlks8r2AFJx6JyLqEn0MnhXz4 > .row .container { width:20rem;height:101.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4MZnaW6Rqzh6nbsA45hGT5sEzXeOu8m { width:20rem;height:13.5rem;top:5.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfCiw2xRsNRceTpUcPoDc1EK9sIN1RJB { width:20rem;height:2.75rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ0G8EiVO7up8gBUPqRJvtwrbR5WSCdl { width:20rem;height:2.19921875rem;top:20.875rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfRxbDnEWsQlwyVZX4G3I6EN5TGRZK5X { width:20rem;height:10.125rem;top:42.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqkD8M1RqQzxZvqlJwnTpyvp0p4ThHHO { width:18.4375rem;height:12.5rem;top:24.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWoPqLdcsoWqXHSxGpPZnlsOd3dbOkbz { width:18rem;height:15.0625rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipsTtHVqr3McU8cI5ZTPQwCHsgMbA5V6 { width:15.25rem;height:3.0625rem;top:54.5625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7MhSNdICtiSTNqAhZ4Il61ylutsyUVv { display:block; }
 }@media only screen and (max-width: 763px) { #uMMfCJBVE1cPVQQOvxISVFEPf4AblrPd { width:11.625rem;height:2.1875rem;top:37.5625rem;left:1.4375rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmJTuZu9GuGhgF5t952vTlrFazSk1BGo { display:block; }
 }@media only screen and (max-width: 763px) { #Sg7VygkUtfcXBkVJgt4unJ8890RNrPgu { width:18rem;height:12.9375rem;top:68.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdxbcICvwLntuR7Jxf60wdeHllncEx4Q { width:18.3125rem;height:12.4375rem;top:66.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cf7RuGw544fUF3hpbFid3bLz2GIBB0OL { width:15.25rem;height:3.0625rem;top:95.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUC6BeD4oUeFeKacmfvMcGd4zrGNELL1 { display:block; }
 }@media only screen and (max-width: 763px) { #r04eCOnKfFnZce1hRi24OZhvHo3cB8uN { width:20rem;height:10.125rem;top:83.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZqbrITIWGFiAwShfKc53ZeeAxTS3bfc { width:20rem;height:2.19921875rem;top:62.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDV7iepTd7MCrq9Nirw52VQiJrozekL3 { width:20rem;height:0.0625rem;top:60.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHJG6uZbTxx3Gd4eghT48EQfRFvxgaZA { display:flex;width:2.1875rem;height:2.1875rem;top:33.625rem;left:16.9375rem; }
#oHJG6uZbTxx3Gd4eghT48EQfRFvxgaZA > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #pKKIbt2dTSDR329qpmvykSwkVMCxJBM3 { display:flex;width:2.1875rem;height:2.1875rem;top:75.75rem;left:16.9375rem; }
#pKKIbt2dTSDR329qpmvykSwkVMCxJBM3 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #oQVQqvqbbmw1tiMAZQumBsiWcJd81dXS { display:block; }#oQVQqvqbbmw1tiMAZQumBsiWcJd81dXS { background-color: transparent; background-image: none; }#oQVQqvqbbmw1tiMAZQumBsiWcJd81dXS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQVQqvqbbmw1tiMAZQumBsiWcJd81dXS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQVQqvqbbmw1tiMAZQumBsiWcJd81dXS > .row .container > .video-iframe-container { display: none; }#oQVQqvqbbmw1tiMAZQumBsiWcJd81dXS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQVQqvqbbmw1tiMAZQumBsiWcJd81dXS > .row > .video-iframe-container { display: none; }#oQVQqvqbbmw1tiMAZQumBsiWcJd81dXS > .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); }#oQVQqvqbbmw1tiMAZQumBsiWcJd81dXS { border-width: 0; border-radius: 0; }#oQVQqvqbbmw1tiMAZQumBsiWcJd81dXS > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#oQVQqvqbbmw1tiMAZQumBsiWcJd81dXS > .row .container { width:20rem;height:9.1875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wX9SkxFmwBbelOm1QZ2rbJmD3DHFB7pk { display:flex;width:2.25rem;height:2.25rem;top:1.875rem;left:8.875rem; }
#wX9SkxFmwBbelOm1QZ2rbJmD3DHFB7pk > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #SsaX8br7QK72Vq6QMSp1G7MOPz5DH08a { width:6.25rem;height:1.29980625rem;top:3.625rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooLwaBLpZ2be4cnMUsD62pncsOeCGe22 { width:7.375rem;height:7.375rem;top:0rem;left:6.3125rem;background-color:#fff3e0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #B9bukGZ7Tt6HFVntty1T84dbbK34XsvZ { width:20rem;height:0.0625rem;top:3.5625rem;left:0rem;background-color:#ffce80;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aWnr4xTuiqxumtarLGprJCKtyz9sOCkn { display:block; }#aWnr4xTuiqxumtarLGprJCKtyz9sOCkn > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ou1TD5LVSU1zNd4oXvFXcl1srar97HPT { width:20rem;height:11.8125rem;top:4.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9hlAqQEs0wonbZA2OKmGfAQfkOyzqX7 { width:20rem;height:2.75rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #idCJx5C52XmdGDLMPL6ztsGKH1m7wr6K { width:20rem;height:2.19921875rem;top:19rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8he1E4ZrnnPP6avGktUPcmhLUm01Nqu { width:20rem;height:10.125rem;top:40.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK5PC2XWO275iKxM7BpJnImm4y3u0MAS { width:18.3125rem;height:13.625rem;top:22.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTaknI0lX2mO5Lho1rEdSH0h4JuTbdZv { width:18rem;height:14.1875rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2CUZosMd1zq6Iy9TAJ4VP1orsKhFbGg { width:15.25rem;height:3.0625rem;top:52.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKHFHBukPGahHybPCpIogpka61N2nchs { display:block; }
 }@media only screen and (max-width: 763px) { #LrxsytQF2rwRdsUA8PWhA37czhVmXfSL { display:flex;width:2.1875rem;height:2.1875rem;top:33.1875rem;left:16.875rem; }
#LrxsytQF2rwRdsUA8PWhA37czhVmXfSL > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #OBy4s368kZbgbaJ8vhaFuTEcsHZ1ZeEt { display:block; }#OBy4s368kZbgbaJ8vhaFuTEcsHZ1ZeEt { background-color: transparent; background-image: none; }#OBy4s368kZbgbaJ8vhaFuTEcsHZ1ZeEt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBy4s368kZbgbaJ8vhaFuTEcsHZ1ZeEt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBy4s368kZbgbaJ8vhaFuTEcsHZ1ZeEt > .row .container > .video-iframe-container { display: none; }#OBy4s368kZbgbaJ8vhaFuTEcsHZ1ZeEt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBy4s368kZbgbaJ8vhaFuTEcsHZ1ZeEt > .row > .video-iframe-container { display: none; }#OBy4s368kZbgbaJ8vhaFuTEcsHZ1ZeEt > .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); }#OBy4s368kZbgbaJ8vhaFuTEcsHZ1ZeEt { border-width: 0; border-radius: 0; }#OBy4s368kZbgbaJ8vhaFuTEcsHZ1ZeEt > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#OBy4s368kZbgbaJ8vhaFuTEcsHZ1ZeEt > .row .container { width:20rem;height:9.1875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgzzkK6DJwVzA01StDlDUrJdrplop59u { display:flex;width:2.25rem;height:2.25rem;top:1.875rem;left:8.875rem; }
#TgzzkK6DJwVzA01StDlDUrJdrplop59u > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #rW4PrCNmp5pDetTvkNSsgRCiE8QQaBgp { width:6.25rem;height:1.29980625rem;top:3.625rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2JANl5ybXK3CqXfiuibT2LXB9advO3d { width:7.375rem;height:7.375rem;top:0rem;left:6.3125rem;background-color:#fff3e0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AS08cItCw2hBxDuCCxiDGIhuxkJtndgq { width:20rem;height:0.0625rem;top:3.5625rem;left:0rem;background-color:#ffce80;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BZcnRHnmAk29TCWDvWw6lrFZHWKUl0Mw { display:block; }#BZcnRHnmAk29TCWDvWw6lrFZHWKUl0Mw > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZyPnZKJ3rsTLnqWR09t8BIUQqUyPTMdg { width:20rem;height:8.4375rem;top:4.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGFvAAKNqSaW2OUD54mHrTa8gHTDp5Oh { width:20rem;height:2.75rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLrroltT7lqzn27ySFJHxeuHg4C4DoMX { width:20rem;height:2.19921875rem;top:14.625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k72V2PDkoOog7WJRDLpx1b8OMcFd79hw { width:20rem;height:10.125rem;top:34.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4a97v4Gv4iPGyTF4a01nDaL6aKb2akH { width:18.3125rem;height:12.0625rem;top:18.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XioKJwyGc941c4qlvgmHaCwCTHDrOOfs { width:18rem;height:12.3125rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTQtxO6t4d9IIMkfHqPs9DMMacNs0P1D { width:15.25rem;height:3.0625rem;top:46rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFaRPJ2miVTmEH94oA4o6vERLeNulWH7 { display:block; }
 }@media only screen and (max-width: 763px) { #r0SbGuSqF17kTzSultlHD8TmTlf23WXa { display:flex;width:2.1875rem;height:2.1875rem;top:27.1875rem;left:16.875rem; }
#r0SbGuSqF17kTzSultlHD8TmTlf23WXa > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #TaR5fzsDwRt7RqciiUZu724ZNq34GTa0 { display:block; }#TaR5fzsDwRt7RqciiUZu724ZNq34GTa0 { background-color: transparent; background-image: none; }#TaR5fzsDwRt7RqciiUZu724ZNq34GTa0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaR5fzsDwRt7RqciiUZu724ZNq34GTa0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaR5fzsDwRt7RqciiUZu724ZNq34GTa0 > .row .container > .video-iframe-container { display: none; }#TaR5fzsDwRt7RqciiUZu724ZNq34GTa0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaR5fzsDwRt7RqciiUZu724ZNq34GTa0 > .row > .video-iframe-container { display: none; }#TaR5fzsDwRt7RqciiUZu724ZNq34GTa0 > .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); }#TaR5fzsDwRt7RqciiUZu724ZNq34GTa0 { border-width: 0; border-radius: 0; }#TaR5fzsDwRt7RqciiUZu724ZNq34GTa0 > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#TaR5fzsDwRt7RqciiUZu724ZNq34GTa0 > .row .container { width:20rem;height:9.1875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sZ0FWkycGZxC8OnWOJ2RvmcxRJPt5R14 { display:flex;width:2.25rem;height:2.25rem;top:1.875rem;left:8.875rem; }
#sZ0FWkycGZxC8OnWOJ2RvmcxRJPt5R14 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #tTeF6V3fNbeEUR6guluwEVbz2Nl46fqH { width:6.25rem;height:1.29980625rem;top:3.625rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMgtRtolCHzk9CrwWas75Bm4DmE5eSVJ { width:7.375rem;height:7.375rem;top:0rem;left:6.3125rem;background-color:#fff3e0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gfByIo6ZV3qLkbogXzzCW4Tp6Pz2b26k { width:20rem;height:0.0625rem;top:3.5625rem;left:0rem;background-color:#ffce80;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OGkCTaavUN3NKx2F9pLMRFyv8V8814Gn { display:block; }#OGkCTaavUN3NKx2F9pLMRFyv8V8814Gn > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N6dIUQw79MTyfMKvQV7XVOzXaKTT5TTI { width:20rem;height:10.125rem;top:4.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHReRgl3VnR2p9cDGPVkC88MfSqKrt6o { width:20rem;height:2.75rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAUCCaGbFfPdgrOySTEEpM2eIrwfeLPZ { width:20rem;height:2.19921875rem;top:17.75rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTWcS6gFhsII2l8ynIEgqauebpfTIBmN { width:20rem;height:10.125rem;top:42.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVvvlqEX80B4ZNJSukCcyCeK3TgsgN12 { width:17.875rem;height:16.8125rem;top:21.375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRNsPxfQTqdBgpO3nhPcnrHRTQSq7cCk { width:18rem;height:16.0625rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr5WO4BzdycOodgQEzLZ3nOmFUgAdE2E { width:15.25rem;height:3.0625rem;top:55.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4Nf95NA55GStOwlMaZxp75h5Nw5Xk1K { display:block; }
 }@media only screen and (max-width: 763px) { #VqZGqFrRT8ycXO8ECCE7RzDbrrdPAlha { display:flex;width:2.1875rem;height:2.1875rem;top:35.0625rem;left:16.8125rem; }
#VqZGqFrRT8ycXO8ECCE7RzDbrrdPAlha > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #zmxcISvSduv7ff9nTe6GbViKHD5kReUy { display:block; }#zmxcISvSduv7ff9nTe6GbViKHD5kReUy { background-color: transparent; background-image: none; }#zmxcISvSduv7ff9nTe6GbViKHD5kReUy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmxcISvSduv7ff9nTe6GbViKHD5kReUy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmxcISvSduv7ff9nTe6GbViKHD5kReUy > .row .container > .video-iframe-container { display: none; }#zmxcISvSduv7ff9nTe6GbViKHD5kReUy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmxcISvSduv7ff9nTe6GbViKHD5kReUy > .row > .video-iframe-container { display: none; }#zmxcISvSduv7ff9nTe6GbViKHD5kReUy > .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); }#zmxcISvSduv7ff9nTe6GbViKHD5kReUy { border-width: 0; border-radius: 0; }#zmxcISvSduv7ff9nTe6GbViKHD5kReUy > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#zmxcISvSduv7ff9nTe6GbViKHD5kReUy > .row .container { width:20rem;height:9.1875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7CvWrvOBgbxS67hdipMqJJtd78r5kly { display:flex;width:2.25rem;height:2.25rem;top:1.875rem;left:8.875rem; }
#m7CvWrvOBgbxS67hdipMqJJtd78r5kly > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #EPCPaowGJ3JRuXrqvB1L535qys3VrzPZ { width:6.25rem;height:1.29980625rem;top:3.625rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyWN9SWnH2vzeoN5b5zzvGi8lJH0xZo5 { width:7.375rem;height:7.375rem;top:0rem;left:6.3125rem;background-color:#fff3e0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EbWMgFx7rQe5VkaNikQ9VarM4noAkUKU { width:20rem;height:0.0625rem;top:3.5625rem;left:0rem;background-color:#ffce80;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yA27ADA8LbKo18MHEgv1tXko9q07oFkE { display:block; }#yA27ADA8LbKo18MHEgv1tXko9q07oFkE > .row .container { width:20rem;height:146.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tXN63FEXiXSofepNTcloLVG5qK8NUTdV { width:20rem;height:13.5rem;top:4.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrekRckR5y5laxGQNNKNgA2KRmKPAQ0l { width:20rem;height:2.75rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz5xtxnpLkA6wwT20tu5SemI5gKr0n9k { width:20rem;height:2.19921875rem;top:20.875rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVJ43LQTsvXK0rN0yOxIC2EgtDNCdPh0 { width:20rem;height:5.0625rem;top:40.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8UOwbcyEmUk7gkDhaFL4hQ67PB6Cq1R { width:18.3125rem;height:12rem;top:24.4375rem;left:1.7294921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MonI0C2SRLesvloIcp0D2kpZ14V7D3No { width:18rem;height:12.375rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBxT48P7EVCDAGz324VSbJOEp73FcbNB { width:15.25rem;height:3.0625rem;top:47.375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q88ynEaVqrta4hwP3PKbk8TWQ30hHUa2 { display:block; }
 }@media only screen and (max-width: 763px) { #aqq3y4nPHc6U4Wqe3W2V2tOT0Tc16qcG { width:20rem;height:16.0625rem;top:61.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oklRBOhtK1KDTWhTSUJATUAuWTV1qr0M { width:15.5625rem;height:21rem;top:59.75rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgONES4axtTvccGQZBHhAVmuFkFhbwPQ { width:15.25rem;height:3.0625rem;top:91.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JH0DK1gB52X5fefwGkJnHg2RyeClwHDG { display:block; }
 }@media only screen and (max-width: 763px) { #yDKKPaAatbvpwTTFZszVTfn9S1AdtgvA { width:20rem;height:6.75rem;top:83rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vo8qR0NlxkJMNDaflk2bQrbhfxDRR7LN { width:20rem;height:2.19921875rem;top:56.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOnz8lyi83NAtBgKMXkT6IsEKmrGE016 { width:20rem;height:0.0625rem;top:53.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0BQQvsgdvvVL328WZHpVQQeu58tCobr { display:flex;width:2.1875rem;height:2.1875rem;top:33.625rem;left:17.0625rem; }
#b0BQQvsgdvvVL328WZHpVQQeu58tCobr > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Gy7PGNPXMe1EnunFiRtENotZ21SUhe2s { display:flex;width:2.1875rem;height:2.1875rem;top:77.6875rem;left:14.875rem; }
#Gy7PGNPXMe1EnunFiRtENotZ21SUhe2s > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Ob7prbBqyDbB7pm5GwV9LOrTNTOX1V6B { width:20rem;height:16.125rem;top:114.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvV9RZyuwReyWAaKxqdafrFvcZ3E7ZL6 { width:16.1875rem;height:21.75rem;top:106.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTrFon6DOe5BuTPw9SIRMEC19FCrEqGM { width:15.25rem;height:3.0625rem;top:140.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRiIi9WwT8V5yraI7MRa9dbr43b8swue { display:block; }
 }@media only screen and (max-width: 763px) { #u0RUw4vdmlknsHWkTGdptZBKwvwzFo3N { display:flex;width:2.1875rem;height:2.1875rem;top:124.75rem;left:14.625rem; }
#u0RUw4vdmlknsHWkTGdptZBKwvwzFo3N > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #xWWORwxLHw5t8OJrVTRCG0cC4kkd2QDC { width:20rem;height:6.75rem;top:132.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsxCmAbD3QUKCf8ehnImEy20mk8xA2cF { width:20rem;height:2.19921875rem;top:101.55078125rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8RZkOVsE6JB6CVeM8GTofHXoOdlGk9e { width:20rem;height:0.0625rem;top:98.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZyQWNCDbhcfOewHHD6gUqMkB6tXMF9M { display:block; }#SZyQWNCDbhcfOewHHD6gUqMkB6tXMF9M { background-color: transparent; background-image: none; }#SZyQWNCDbhcfOewHHD6gUqMkB6tXMF9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZyQWNCDbhcfOewHHD6gUqMkB6tXMF9M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZyQWNCDbhcfOewHHD6gUqMkB6tXMF9M > .row .container > .video-iframe-container { display: none; }#SZyQWNCDbhcfOewHHD6gUqMkB6tXMF9M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SZyQWNCDbhcfOewHHD6gUqMkB6tXMF9M > .row > .video-iframe-container { display: none; }#SZyQWNCDbhcfOewHHD6gUqMkB6tXMF9M > .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); }#SZyQWNCDbhcfOewHHD6gUqMkB6tXMF9M { border-width: 0; border-radius: 0; }#SZyQWNCDbhcfOewHHD6gUqMkB6tXMF9M > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#SZyQWNCDbhcfOewHHD6gUqMkB6tXMF9M > .row .container { width:20rem;height:9.1875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGQG3fhE7VaFfIZan16p6HXVJMw96CdM { display:flex;width:2.25rem;height:2.25rem;top:1.875rem;left:8.875rem; }
#eGQG3fhE7VaFfIZan16p6HXVJMw96CdM > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #rK4c98O9Fheh0Rqg1gSbJdM4EteTPDFZ { width:6.25rem;height:1.29980625rem;top:3.625rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe1VyCZuTKfI8qalyHDCtwufB1aWePh9 { width:7.375rem;height:7.375rem;top:0rem;left:6.3125rem;background-color:#fff3e0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TndLABQ819b4qk5bX2JsqRTymO6zF4N6 { width:20rem;height:0.0625rem;top:3.5625rem;left:0rem;background-color:#ffce80;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OnfM0dKtx6vwhnF01If6O7SoJHbnaS4T { display:block; }#OnfM0dKtx6vwhnF01If6O7SoJHbnaS4T > .row .container { width:20rem;height:323.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usS7hCo0Mc0C2IJ9U9mbNEm1T3oNKZXn { width:20rem;height:10.125rem;top:4.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf3V7zkXHHI6nPl7EX8uOeTGqETkt7gJ { width:20rem;height:2.75rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEZZL97WyWWDDBJNNhwaAErChd6DR7NX { width:20rem;height:2.19921875rem;top:17.75rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8imbVv1RgmZAuBG1d4eTK1hXseOGTT6 { width:20rem;height:13.5rem;top:39.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0IfU0ggbJtLaRGntTJG2WLxiswXTTyx { width:18.3125rem;height:13.3125rem;top:21.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozhNkeRkNDyr2GapUalxW9sPT5UNTXRC { width:18rem;height:14.125rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS0OIUcs7XdO9r9NIxwBvTtEUnypuLB1 { width:15.25rem;height:3.0625rem;top:55.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAQVUuIV9d2PIcHcGbtToV03aMX1twga { display:block; }
 }@media only screen and (max-width: 763px) { #zsamibG7CKvxNm74v8wCont1EJfq625T { width:18rem;height:14.125rem;top:68.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4bTRquI8aPeS3LNgU8pfyVFINPcl6UX { width:18.3125rem;height:13.4375rem;top:66.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdZtvIZFVMKKaKGGTBZBW5thT7xd9tQF { width:15.25rem;height:3.0625rem;top:99.375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIg8ikQlKHNAK0J48Hi0eBnvpSmiFRqL { display:block; }
 }@media only screen and (max-width: 763px) { #fHaRQDTciJVlZAS2pzvoFIAH9CvKALTw { width:20rem;height:13.5rem;top:84.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFFauauIZAdh1quOSVVdBXJ8AoUIR2aR { width:20rem;height:2.19921875rem;top:62.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIFQTozLPPS0HTM9198nE3gSP0Kib31V { width:20rem;height:0.0625rem;top:60.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxItaddaxQDIu6ZPdsUvgP3KszxT9cc7 { width:18rem;height:14.125rem;top:112.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4HUXIaAEgSLCSs0PENkxKy0fIJCSHuI { width:18.3125rem;height:13.5625rem;top:111.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTuTG59mqLTZtqFg299D0mF2P1TzABwB { width:15.25rem;height:3.0625rem;top:145.375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM62zwNXyv52mI7ldrJgAhHatydewx7c { display:block; }
 }@media only screen and (max-width: 763px) { #Shv1dfDvRZDC0qs566g8Gn7gc89rAPAk { width:20rem;height:13.5rem;top:129rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO8i245RomzQoTQiiA0VTF0ZpFM6tuMv { width:20rem;height:2.19921875rem;top:107.875rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEWTM1SqpPLFoOOJdzUpQwBkUkl5LHwX { width:20rem;height:0.0625rem;top:105.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #meITqtGV28TnSmeO7mRqBbONIIBsUDOC { width:18rem;height:15.1875rem;top:159rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLxIrrwBiOcksNrgRz9CUSPTD9Xd5C2L { width:18.3125rem;height:13.4375rem;top:157.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtxSXaeCrgyRgqEIDFMTm3iQWh7DK5BQ { width:15.25rem;height:3.0625rem;top:191.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1gDANmvUQZthWGoeeUOod33lT3Wt34K { display:block; }
 }@media only screen and (max-width: 763px) { #aR8i7EIMLE4wtNrK1xV4QUA8CUcRO4oK { width:20rem;height:13.5rem;top:176.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #thwu5TZcroKmap6XMi5nHpqb4H7gfK2c { width:20rem;height:2.19921875rem;top:153.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9u0fTIFoyIumm8tyUqeZvLb2r7tvapT { width:20rem;height:0.0625rem;top:151.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8N6hntae9rq57NbDG9ves8skH5cSBWu { width:18rem;height:14.125rem;top:206.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQkkUwTHoIdZPhtVtu41Vk525kZoNHeB { width:18.3125rem;height:13.5rem;top:204.5625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sU154d6UpeniNTIllTvVtV3uvRWdX8x9 { width:15.25rem;height:3.0625rem;top:236.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBDQhHGnF7JUgZPqOSRA3REVweQtC08y { display:block; }
 }@media only screen and (max-width: 763px) { #pTag4qUbhx8XSKl3Sa6g49ygPLhpglXL { width:20rem;height:13.5rem;top:222rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvuNDNJzosqcBv9OVCRw8iDgUfvn0QCG { width:20rem;height:2.19921875rem;top:200.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS7QKsMCvdPWnoCRmWeCz0k2kPKeofQA { width:20rem;height:0.0625rem;top:197.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZIIEwD7Zt0G7LOiP2OEtXvsXsUBc2pp { width:18rem;height:14.6875rem;top:249.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLxG20ew1QbQdLMb7szEV6iFepAsL6NL { width:15.25rem;height:3.0625rem;top:276.5625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK2uuHEDG3Werd3Fhp7zDbJWUTsDvDA7 { display:block; }
 }@media only screen and (max-width: 763px) { #PvyFFmxhka35exrRKTRfKkxGohbTmKvl { width:18.5625rem;height:13.875rem;top:248.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsoUsS3Dolac7l6QzPvThX2dQqLoPzWA { width:20rem;height:8.4375rem;top:266.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOOzPGa85h1xTTVKAuIqdcqRW8feuVfL { width:20rem;height:2.19921875rem;top:245rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcJUkLa76zIiMr3NTJ9Ks3QdJLhLkDN9 { width:20rem;height:0.0625rem;top:242.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1t1S7WgHdhTODZ3EQ4piIklTt3I87aR { width:15.25rem;height:3.0625rem;top:317.125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkuzbZZhRxJtlqsDVH7sJvKkHT8wUf78 { display:block; }
 }@media only screen and (max-width: 763px) { #IhcXLgaECzXuNMpr5LWTlDiiPC2kZRpm { width:18.5625rem;height:13.375rem;top:288.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3eMxdqyxD9g36tEx5NXr5rtvkHvDlk0 { width:18rem;height:13.875rem;top:289.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVoypCi2kT3kQMghm1BBiMGXUndxEbfu { width:20rem;height:10.125rem;top:305.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB64nlZEzUTL7BDQsNW3vohPxTkvu2SK { width:20rem;height:2.19921875rem;top:284.875rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqJPRPlint5nHCugBTH4QiJLELx0VZSD { width:20rem;height:0.0625rem;top:282.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEBR5rQpvXlkgVN9MegIrrWHZJccyzaz { display:flex;width:2.1875rem;height:2.1875rem;top:32rem;left:16.875rem; }
#DEBR5rQpvXlkgVN9MegIrrWHZJccyzaz > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #y9dPyp1H4Lq73U4v6hX8M8JFsXEU41OZ { display:flex;width:2.1875rem;height:2.1875rem;top:76.5625rem;left:16.875rem; }
#y9dPyp1H4Lq73U4v6hX8M8JFsXEU41OZ > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #TzF4Xdv6ZO8xfJINBcMnZ5VGFTVHuTMy { display:flex;width:2.1875rem;height:2.1875rem;top:122.125rem;left:16.875rem; }
#TzF4Xdv6ZO8xfJINBcMnZ5VGFTVHuTMy > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #ggwf5bmTqdxrWHvM0VfedKdJhAy6hWT8 { display:flex;width:2.1875rem;height:2.1875rem;top:167.75rem;left:16.875rem; }
#ggwf5bmTqdxrWHvM0VfedKdJhAy6hWT8 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #VbvneqfckwGtkAFHkBDguNF4vJPtoeKV { display:flex;width:2.1875rem;height:2.1875rem;top:214.875rem;left:16.875rem; }
#VbvneqfckwGtkAFHkBDguNF4vJPtoeKV > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #sKsbGDo9DC9zoyA9U51TRzauUpNgMclN { display:flex;width:2.1875rem;height:2.1875rem;top:259.125rem;left:16.875rem; }
#sKsbGDo9DC9zoyA9U51TRzauUpNgMclN > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #HsI7nmk4DMEvVQe9ceFeeBpKs9xcB6vT { display:flex;width:2.1875rem;height:2.1875rem;top:298.375rem;left:16.875rem; }
#HsI7nmk4DMEvVQe9ceFeeBpKs9xcB6vT > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #zD4wu8VGkJ9WTQnPR8hSFDkJoRQ8TRTH { width:8.25rem;height:2.1875rem;top:171.3125rem;left:1.6875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15114;display:block; }
 }@media only screen and (max-width: 763px) { #t0oubcu88Sv8m7Zydxkie10pRyZLpzVD { display:block; }
 }@media only screen and (max-width: 763px) { #TSgqCf8WysKKJel337zDWiuQaATnFmdT { display:block; }#TSgqCf8WysKKJel337zDWiuQaATnFmdT { background-color: transparent; background-image: none; }#TSgqCf8WysKKJel337zDWiuQaATnFmdT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSgqCf8WysKKJel337zDWiuQaATnFmdT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSgqCf8WysKKJel337zDWiuQaATnFmdT > .row .container > .video-iframe-container { display: none; }#TSgqCf8WysKKJel337zDWiuQaATnFmdT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSgqCf8WysKKJel337zDWiuQaATnFmdT > .row > .video-iframe-container { display: none; }#TSgqCf8WysKKJel337zDWiuQaATnFmdT > .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); }#TSgqCf8WysKKJel337zDWiuQaATnFmdT { border-width: 0; border-radius: 0; }#TSgqCf8WysKKJel337zDWiuQaATnFmdT > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#TSgqCf8WysKKJel337zDWiuQaATnFmdT > .row .container { width:20rem;height:9.1875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nl0fIcVpK4Z97my4cSzuKN70JQhLe39o { display:flex;width:2.25rem;height:2.25rem;top:1.875rem;left:8.875rem; }
#Nl0fIcVpK4Z97my4cSzuKN70JQhLe39o > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #FwGh39dFJeAWK5HT4bLPPOUIGZnBamT0 { width:6.25rem;height:1.29980625rem;top:3.625rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9IxwUc1NIH7XvhNAb00NQfioT3TL4Qf { width:7.375rem;height:7.375rem;top:0rem;left:6.3125rem;background-color:#fff3e0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JvPfiPmx6sEGMaTVvP3SFVOb7krPHMxD { width:20rem;height:0.0625rem;top:3.5625rem;left:0rem;background-color:#ffce80;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #r4kSNJnJ2T5NSr78Tx5ftyUlWZTdOdD0 { display:block; }#r4kSNJnJ2T5NSr78Tx5ftyUlWZTdOdD0 > .row .container { width:20rem;height:263.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdqSk4AVC9XM3sdx1IuTTRzGraBV1gWI { width:20rem;height:8.4375rem;top:4.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAzwrM5FttqCbIEE5hTmZt8yR8oak8fC { width:20rem;height:2.19921875rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BasX8AqVEkGC71bGP6BRX3Me2CiDmbLX { width:20rem;height:2.19921875rem;top:16.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #icALAFRfLxffKEGguxPwPdstapLl6ihI { width:20rem;height:10.125rem;top:40rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcQq42NSMN17wpCBxxF7TQ5aWOWA4ntd { width:10.5625rem;height:19.5rem;top:19.1875rem;left:4.71875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DOTmsJa81QDlVACeKfg0oZxnP0lzfqL5 { width:20rem;height:16.0625rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXefQG29sCPweId4fIvmsg4DuynOFmq3 { width:15.25rem;height:3.0625rem;top:51.9375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMz9eaVEdLnDRdJp0lXTni2kkWrPrR17 { display:block; }
 }@media only screen and (max-width: 763px) { #qmS9I0593zu1fD5wvB5JU6ddJidJQCwg { width:20rem;height:16.0625rem;top:68.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtOJqAqEORTFR0qZSaMrq48caTGPCHpd { width:14.1875rem;height:24.625rem;top:64rem;left:2.90625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mxWdzSivem7SgdmC13ZKJtvd7iPVTW1o { width:15.25rem;height:3.0625rem;top:102.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omRNvJVaBg90bkWzHfOlas6I8sNdpyqB { display:block; }
 }@media only screen and (max-width: 763px) { #bXQo38SZqglW1631qgaztXkhrvFR2Xpc { width:20rem;height:10.125rem;top:90.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5Sqq8u9rNTCKxZ8KuHv92q9TZOJxyiS { width:20rem;height:2.19921875rem;top:60.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2LAcIe4qwkIJ7nrRewzPRwhHJcZ835X { width:20rem;height:0.0625rem;top:57.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTketK1SkN8ZTNd7l8615AxgZCT9crE3 { width:20rem;height:16.0625rem;top:119.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF2fE0eBS6pBZ3GJWvgRsLgiagXW7LqW { width:11.875rem;height:24rem;top:115.0625rem;left:4.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wR8hVRRwHdbcKAcGcERd6QxOFXE83NtW { width:15.25rem;height:3.0625rem;top:153.125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRAISzK3JdbreAObnEMLsXC1sGwwBZAN { display:block; }
 }@media only screen and (max-width: 763px) { #dHKE24TacvFFkm4t5Tyoxr80WnPs1RR9 { width:20rem;height:10.125rem;top:140.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0gVJL8DItqKVBCk1IxRb2uoAhWL3li5 { width:20rem;height:2.19921875rem;top:111.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGkJUwHnO3yvzhzMTdLHcxVAQAusBwTz { width:20rem;height:0.0625rem;top:108.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRXBpMfoVIK6Rz7iiCcWk2FBh6EmKJfi { width:20rem;height:16.0625rem;top:168.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsfrtPEMdkAxN2FsGVv708S9CyoHAymv { width:12rem;height:24.375rem;top:165.8125rem;left:4rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zu7U17L2TvveB8W8bm7vJmJVLJuXUhrr { width:15.25rem;height:3.0625rem;top:204.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Arl3vyoPhOyPhp3sctsiruLtMrQiIimz { display:block; }
 }@media only screen and (max-width: 763px) { #TyssX6whRU7M995gLmKtqKp7W7Z6fgAN { width:20rem;height:10.125rem;top:192.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky1xn2dPNOtZG3I6IIIA9El1bwo2KiDg { width:20rem;height:2.19921875rem;top:162.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZJ458N3l1lu0qy3cVR5FLPpLopRh3JW { width:20rem;height:0.0625rem;top:159.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCCrvLU7WUHKWhZIQbW4HXhCL7sX7TIk { width:14.8125rem;height:28.5625rem;top:213.6875rem;left:2.59375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aV9RewKraStBMD3E9R1AdCJ3oym57W6a { width:20rem;height:18.5rem;top:218.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #boTZMCLnkkQdeaysR3x36cXPG1Ctpb3r { width:15.25rem;height:3.0625rem;top:257.125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKH7tktJsSKurO3FqEdJtdwETsVwS1zP { display:block; }
 }@media only screen and (max-width: 763px) { #LMFT4yil9727DO00M4wCzevP3bp6K4Ka { width:20rem;height:10.125rem;top:244.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqzdwNU1c05sBShUfqI55b8sa11G5fev { width:20rem;height:2.19921875rem;top:209.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3ONLBAdmpf3qk7QyMA1HVsTHZzcCQGT { width:20rem;height:0.0625rem;top:208.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAwfo2PmFcAyNsOCqC6DU8mMoCLerOT0 { display:flex;width:2.1875rem;height:2.1875rem;top:35.8125rem;left:12.5rem; }
#SAwfo2PmFcAyNsOCqC6DU8mMoCLerOT0 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Mnd688VGeznErcZ4ntPl1StPcs3k48Gg { display:flex;width:2.1875rem;height:2.1875rem;top:85.5625rem;left:14rem; }
#Mnd688VGeznErcZ4ntPl1StPcs3k48Gg > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #VmxnGSEq55Nx5So9dEVvP1ayFxadsq0N { display:flex;width:2.1875rem;height:2.1875rem;top:136.125rem;left:13.1875rem; }
#VmxnGSEq55Nx5So9dEVvP1ayFxadsq0N > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #R8A8k6OJAT100h6NOyHie5xSNPUB33kc { display:flex;width:2.1875rem;height:2.1875rem;top:187.125rem;left:13.1875rem; }
#R8A8k6OJAT100h6NOyHie5xSNPUB33kc > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Sxaxd2NcpBiZXb4ZOnQZ1S1JIBAthTBH { display:flex;width:2.1875rem;height:2.1875rem;top:239.4375rem;left:14.6875rem; }
#Sxaxd2NcpBiZXb4ZOnQZ1S1JIBAthTBH > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #XJJJb952FH0oq2EwbC15ao260kDbBfwc { display:block; }#XJJJb952FH0oq2EwbC15ao260kDbBfwc { background-color: transparent; background-image: none; }#XJJJb952FH0oq2EwbC15ao260kDbBfwc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJJJb952FH0oq2EwbC15ao260kDbBfwc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJJJb952FH0oq2EwbC15ao260kDbBfwc > .row .container > .video-iframe-container { display: none; }#XJJJb952FH0oq2EwbC15ao260kDbBfwc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XJJJb952FH0oq2EwbC15ao260kDbBfwc > .row > .video-iframe-container { display: none; }#XJJJb952FH0oq2EwbC15ao260kDbBfwc > .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); }#XJJJb952FH0oq2EwbC15ao260kDbBfwc { border-width: 0; border-radius: 0; }#XJJJb952FH0oq2EwbC15ao260kDbBfwc > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#XJJJb952FH0oq2EwbC15ao260kDbBfwc > .row .container { width:20rem;height:9.1875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sr0fz8LzCggTzK0QvQrKGaoisQ9A5oo0 { display:flex;width:2.25rem;height:2.25rem;top:1.875rem;left:8.875rem; }
#sr0fz8LzCggTzK0QvQrKGaoisQ9A5oo0 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #ARiXMiXCuGd0dachHFmVi8Td41Spd6cZ { width:6.25rem;height:1.29980625rem;top:3.625rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKMl3Eaz7oUNkQiCCKPiWJkAakZ2yXJm { width:7.375rem;height:7.375rem;top:0rem;left:6.3125rem;background-color:#fff3e0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sKVMF3DGQvKO30SVOevIxNTsTTJRQcsZ { width:20rem;height:0.0625rem;top:3.5625rem;left:0rem;background-color:#ffce80;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pbmVGFBgyp21IbrlTHM00bJvVTVVEopD { display:block; }#pbmVGFBgyp21IbrlTHM00bJvVTVVEopD > .row .container { width:20rem;height:355.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDiW3EpgIMqwWnPDnJTE2ic7pOfzXqo6 { width:20rem;height:6.75rem;top:4.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8mGq6xaGZm8y7Zx7WgkSQhZ416x18b0 { width:20rem;height:2.75rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #irvMxLlxq96ig72DoLDk1wATZ0te9sEd { width:20rem;height:2.19921875rem;top:14rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaMTot4h46dZd1huT9O8yioT7SXOFF0P { width:20rem;height:8.4375rem;top:36.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQBhy5eVVSKd922g8PIA9V0Xm7qPAzam { width:9.25rem;height:12.5rem;top:17.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU00lvF8Q0SO36XosonNCVSXJxTawLEM { width:18rem;height:16.0625rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1i22S9InrHyhTuh1uzPCo8ptHHWBXTo { width:11.625rem;height:2.1875rem;top:30.875rem;left:1.4375rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TanUAiCgQI3STQUqt27yFWpnOcZlFRLk { display:block; }
 }@media only screen and (max-width: 763px) { #abGGZVJeeRqlRQmdDoIGpAz4i6uEkOti { width:18rem;height:12.625rem;top:60.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgDDTi0bEUQo80ybm2uGhlyfyTnxVwEU { width:7.5625rem;height:10.1875rem;top:59rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzTr94wSFnZC2mKZsJAT8xW7JD8mlUTf { width:15.25rem;height:3.0625rem;top:82.125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTUSdybTXb6HdNib3NM0RtQ7cAL80EXh { display:block; }
 }@media only screen and (max-width: 763px) { #ixDHdwrgo1KhWH3B88OLfsEGQM6t5qd3 { width:20rem;height:5.0625rem;top:75.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5uvmAntS17GptPVO91s0T43VTlX2PcA { width:11.625rem;height:2.1875rem;top:70rem;left:1.5625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8KDrP9hTQllMt2JCEndGQvXHZNzWm2c { display:block; }
 }@media only screen and (max-width: 763px) { #bv1FxNqyUqlDA7Li9ISeM7mZINz2mwdt { width:20rem;height:2.19921875rem;top:55.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeN2HfiLrDVC6F1P8Lh55x8s7hTWWIKE { width:20rem;height:0.0625rem;top:52.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJBb5fxeKhEgsgZ03SpkovT9lpxnOTZl { width:20rem;height:0.0625rem;top:88rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciLHQ5EzpPJIZOBPrOuVrK40iq9B0w08 { width:18rem;height:16.0625rem;top:95.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPuUa66KqmTz0eP2yidVX6HaccCO662z { width:15.25rem;height:3.0625rem;top:46.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC2wI1trNxDzSQm0t0U1KEvEKRbcL5W7 { display:block; }
 }@media only screen and (max-width: 763px) { #A0JghnXMQ0sklNBOc01p3s8aFevNuwzU { width:20rem;height:10.125rem;top:113.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmDuu4ddgppvVlI8JgtZZskJ5BzPUKZ3 { width:18.3125rem;height:12.125rem;top:94.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTlGTbAHRXv6WomOdER1ArbqfLGir2OE { width:15.625rem;height:2.1875rem;top:107.5625rem;left:1.75rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7c2RTELf0JHZ20ugwXy1Czi1Uqx1t77 { display:block; }
 }@media only screen and (max-width: 763px) { #um1KGBqIO8JFqRBVI3bPgpvsuUH7CoRi { width:20rem;height:2.19921875rem;top:90.375rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fa9BGcFm20rTb7TUm62GdNHJQwyNdLEF { width:19rem;height:3.0625rem;top:125.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogoeRXfwrQbNfwooT5xqfMLgBUC1zwWr { display:block; }
 }@media only screen and (max-width: 763px) { #U3LrEJoySRm1qeQyGVUT56LAU3CVvilz { display:flex;width:2.1875rem;height:2.1875rem;top:27.1875rem;left:17.3125rem; }
#U3LrEJoySRm1qeQyGVUT56LAU3CVvilz > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #hpUqbZKFrZTToW2VxRP0HSF7xqhFO5dC { display:flex;width:2.1875rem;height:2.1875rem;top:65.96875rem;left:15.25rem; }
#hpUqbZKFrZTToW2VxRP0HSF7xqhFO5dC > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #AcVBzy6fCMwKygcgG0PUIzUl3HTTqSfi { display:flex;width:2.1875rem;height:2.1875rem;top:103.3125rem;left:16.9375rem; }
#AcVBzy6fCMwKygcgG0PUIzUl3HTTqSfi > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #LQP2o3M4JiFR624VvPGVtxJ8cCdQ1AHK { width:7.375rem;height:10.125rem;top:59rem;left:10.71484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUkBgLBe74VTTxPEcAOWIEKhRzIce2bK { width:18rem;height:25.25rem;top:139.82421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZFaOMS1RH0FuV2KUkto8xhz2G4lWiRW { width:17.4375rem;height:3.0625rem;top:179.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBxfTsHKDH39uITZTUDXl8p9MoT4WUav { display:block; }
 }@media only screen and (max-width: 763px) { #K9W8vNRTDuTIK7GhF9D0pg89zwml3UTe { width:20rem;height:10.125rem;top:167.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THULk0U8MDdcT61ZcqsoHGO6z3UE00cw { width:18.125rem;height:22.0625rem;top:138.16796875rem;left:1.853515625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FeX4921x2QwqDrokH0ast9Z8w1KDEmtE { display:flex;width:2.1875rem;height:2.1875rem;top:157.01171875rem;left:16.75rem; }
#FeX4921x2QwqDrokH0ast9Z8w1KDEmtE > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #qVTKRIqEwb3olKpW02nJQlyVLNsbt7Jl { width:6.875rem;height:2.1875rem;top:161.44921875rem;left:2.03125rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqXc7VsGU9MfW82c2lNOsQp6bRq8o5IH { display:block; }
 }@media only screen and (max-width: 763px) { #RlWhdw721Z2ThGgpBkA6WLT3HxoWKqlI { width:20rem;height:2.19921875rem;top:134.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tduHmBO44aIG6k8Eq2kA1lBDlnuvF2lI { width:20rem;height:0.0625rem;top:131.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqTpAFuy4shmTQtsh9D1ydguNQwqELJT { width:8rem;height:12.25rem;top:17.8125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX1q99GTedwDAeinyN5IhWTPaIq9efTb { width:18.375rem;height:10.1875rem;top:191.1875rem;left:1.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qXPmvoseunSwAtBcAN2MBv74y6TeeF9a { display:flex;width:2.1875rem;height:2.1875rem;top:198.5625rem;left:17.1875rem; }
#qXPmvoseunSwAtBcAN2MBv74y6TeeF9a > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #LuKg340G0eNImPOcqkzaDQfsU3E3SLp2 { width:6.875rem;height:2.1875rem;top:202.26171875rem;left:1.5625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7UsgzlcmrB0LywT5z5hopzQTOucayZe { display:block; }
 }@media only screen and (max-width: 763px) { #awKeSFWiJriy1U7szZZ1a0f5gh8SO8w9 { width:18.25rem;height:12.8125rem;top:192.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbIEGPGwI44rM8r6cpZ5uNWC9pJRKORX { width:17.4375rem;height:3.0625rem;top:219.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuePvANBuW53zUuJ2PKCw0wbWxz9N6TA { display:block; }
 }@media only screen and (max-width: 763px) { #IOm7NaTpQP8E7TKml26pZc581WT09mia { width:20rem;height:10.125rem;top:207.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #krioQztURP55hnApCdpweTG1d3tctgzT { width:20rem;height:2.19921875rem;top:187.75rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqkRGwif6hxOyuT9TioCfTX3lME8QTvH { width:20rem;height:0.0625rem;top:185.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4V5qJytgZc0DhwcFQeCsyxmHeFfQ5Wf { width:18.625rem;height:10.4375rem;top:232.1875rem;left:1.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AtSScOn8eoSf53u8c5W2Fcvx1NbtyHal { display:flex;width:2.1875rem;height:2.1875rem;top:239.65625rem;left:17.25rem; }
#AtSScOn8eoSf53u8c5W2Fcvx1NbtyHal > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Csv3D1FsT7qAnzezveFdqn36O0r4R1hK { width:18.6875rem;height:13.1875rem;top:233.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZRUb0RRdZsgx1chGc5xqEkJrTx4a9bX { width:17.4375rem;height:3.0625rem;top:260.5rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THueB9rFMQxa8G1rzbO8SKcAKLvPSxKH { display:block; }
 }@media only screen and (max-width: 763px) { #y5qD5u4gzTWCIypv7FwodERyBSfxQSCT { width:20rem;height:10.125rem;top:248.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMT0pi8noaMtwdBms2zdTENFaFA3bvl8 { width:6.875rem;height:2.1875rem;top:243.32421875rem;left:1.5625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM23bB7sHpKuR2SZtQhA0pBIQTmWsZyi { display:block; }
 }@media only screen and (max-width: 763px) { #fNwTVfo327AkocpFOLxB6ZuDU2hqy7D4 { width:20rem;height:2.19921875rem;top:228.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdRch4bPo33CiI0W48WktaiWn5spXPX3 { width:20rem;height:0.0625rem;top:225.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJnokaZbDJ3GnPHLRbH2yuVfULc8WEIM { width:18.4375rem;height:10.3125rem;top:275.375rem;left:1.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HsUwyT3GhsKkSZ7Tmk5Gv8RLxZg9f5zi { display:flex;width:2.1875rem;height:2.1875rem;top:282.5rem;left:16.9375rem; }
#HsUwyT3GhsKkSZ7Tmk5Gv8RLxZg9f5zi > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Mf4BR19wpaReTefAv3G9KRv1Bkz1PbgM { width:18.6875rem;height:14.375rem;top:275.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWCFQvX0LmQTDQALSziTBoB4LMXs5KQ2 { width:17.4375rem;height:3.0625rem;top:304.25rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv3HfXb60LUp1i7vEI64nU2PPTovefd7 { display:block; }
 }@media only screen and (max-width: 763px) { #yqZ2Jb8QmKp5bPOPOXrc7AXiKoLeXKmV { width:20rem;height:10.125rem;top:291.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqzVPyxUBHwuBKwckeAKutkMs6cWkCd7 { width:20rem;height:2.19921875rem;top:271.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV1OxkT1a9oPzZxxw1E8RzokMdGyWCbI { width:6.875rem;height:2.1875rem;top:286.51171875rem;left:1.5625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbbbtV09WaHyMws6Slu6AN908qgb5dyb { display:block; }
 }@media only screen and (max-width: 763px) { #stXXTxTxfaxlxQgmHx3uJSbhRZxpdoTU { width:20rem;height:0.0625rem;top:267.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbGI7SDPS87CM4iuxCA0vfIXmAOEZoWO { width:18.125rem;height:16.125rem;top:318.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUbGAcVcUMvLFnSuyACaikNcwMzWWpKu { width:6.875rem;height:2.1875rem;top:331.8857421875rem;left:1.5625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #edTyuIL4EJhA8h0Gzk1TpHqOVMMr6c2N { display:block; }
 }@media only screen and (max-width: 763px) { #K2gRtOVMBRGyWRRHWvTQTwZ24VBaovMr { width:17.4375rem;height:3.0625rem;top:349.75rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3ZxZ8yp9TLuBEAonKkM1h8PSoDhO6bV { display:block; }
 }@media only screen and (max-width: 763px) { #bFZi7PkMwGmHVDURJG9nTF7xtpB1Oq6L { width:18.6875rem;height:12.375rem;top:318.875rem;left:1.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #N9VpxDCPDTLxZToIa6zXi2P7OzNTGUma { display:flex;width:2.1875rem;height:2.1875rem;top:328.3359375rem;left:17.125rem; }
#N9VpxDCPDTLxZToIa6zXi2P7OzNTGUma > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #lc1KGEU80V3LK1qxbXD7UhnnoFIcnAbz { width:20rem;height:10.125rem;top:337.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6IlLykC7QdTKkUrwyNyTRBc0UV1iTQ9 { width:20rem;height:2.19921875rem;top:314.82421875rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQXv4H8EyaLNF5Jnqag5slUeLN5ZOOHL { width:20rem;height:0.0625rem;top:311.32421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xglbLzJaGPJV3Uci156imccaXfB5Q0c1 { display:block; }#xglbLzJaGPJV3Uci156imccaXfB5Q0c1 { background-color: transparent; background-image: none; }#xglbLzJaGPJV3Uci156imccaXfB5Q0c1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xglbLzJaGPJV3Uci156imccaXfB5Q0c1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xglbLzJaGPJV3Uci156imccaXfB5Q0c1 > .row .container > .video-iframe-container { display: none; }#xglbLzJaGPJV3Uci156imccaXfB5Q0c1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xglbLzJaGPJV3Uci156imccaXfB5Q0c1 > .row > .video-iframe-container { display: none; }#xglbLzJaGPJV3Uci156imccaXfB5Q0c1 > .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); }#xglbLzJaGPJV3Uci156imccaXfB5Q0c1 { border-width: 0; border-radius: 0; }#xglbLzJaGPJV3Uci156imccaXfB5Q0c1 > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#xglbLzJaGPJV3Uci156imccaXfB5Q0c1 > .row .container { width:20rem;height:9.1875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XS3v3Ho5cLBQbr8OdZBonTE7vm9HaiOn { display:flex;width:2.25rem;height:2.25rem;top:1.875rem;left:8.875rem; }
#XS3v3Ho5cLBQbr8OdZBonTE7vm9HaiOn > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #k2JIH40aq487lNvrEX8T1RC5i7ZK9eEi { width:6.25rem;height:1.29980625rem;top:3.625rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1L0LboZ1nt7U19cGKgRHcSIrcThIZNK { width:7.375rem;height:7.375rem;top:0rem;left:6.3125rem;background-color:#fff3e0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TbWR5Whwm3rfgcgySQcuXxyqUQqU4RoD { width:20rem;height:0.0625rem;top:3.5625rem;left:0rem;background-color:#ffce80;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tlFTIb5VzGRzZEXveB9BPyA4r2lbgziB { display:block; }#tlFTIb5VzGRzZEXveB9BPyA4r2lbgziB > .row .container { width:20rem;height:192.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUKqeT1f6m6fwT0flg4Ab8areAufdZTV { width:20rem;height:15.1875rem;top:4.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThVg4QZATNvpsNxWimnxHzoxS7Xlhyq4 { width:20rem;height:2.75rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9Z7vDu3251Pgi5wsGZMIWgRRpn6iA6A { width:20rem;height:2.19921875rem;top:22.75rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwLyXDdFI118FAOvlFb2OPoGLwUiiqgK { width:20rem;height:15.1875rem;top:44.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy7c7UzaU4C1TykgPvFC4HruORr3OS0f { width:18.3125rem;height:13.6875rem;top:26.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu68KdTfA1WPbRvvCGtwBfeVS6l1T8Dm { width:18rem;height:14.125rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL5TbRZ3ZNXkUFSuO9S8mQZiFVZR6Pt3 { width:15.25rem;height:3.0625rem;top:61.4375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVhdWzxkRTW9sWoCQ4ki6dJHFNUPvfML { display:block; }
 }@media only screen and (max-width: 763px) { #poPgLWvUFvoQKJJTZ3aTy7N76Jvfllk4 { width:18rem;height:14.125rem;top:78.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnmKyUwCCTrzq10MSUJBzGSVR6dhz845 { width:18.3125rem;height:13.6875rem;top:76.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtirbNWpooqmvxMwZKwu0oTeJZ4OzFgB { width:20rem;height:5.0625rem;top:94.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV5iu7iI77E6pe4s6IaJOPEWWoIO8XS0 { width:20rem;height:4.3984375rem;top:69.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlBdwkoGNyxG7oxgO7WH3hNmGV260nln { width:20rem;height:0.0625rem;top:67.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mD4DKRaEiCQqCl6TrhMSah6i1tOVln2l { width:18rem;height:14.125rem;top:108.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTGDRG5W1skKBNv3Si1ubRrr0qFvsH01 { width:18.3125rem;height:12.4375rem;top:107.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoP1HSdyn0l6eIXWBxFCpHzhmys4GHiv { width:15.25rem;height:3.0625rem;top:136.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXqfcLS05tAUa9eE6Lnh3kiNB5FyINtc { display:block; }
 }@media only screen and (max-width: 763px) { #GXpTcUZP9AnOvU1z2NBC7wh510TDgmxf { width:20rem;height:10.125rem;top:124.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0aLWrIeI429F8SDoFxpG78gJNOTX61Z { width:20rem;height:2.19921875rem;top:103.5rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHWxuEFgbomUwgLDRJX7ckmi7RWtc5ro { width:20rem;height:0.0625rem;top:101.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3DQw6fdlB4uP63DzkPen6Q1fwUTeWZO { display:flex;width:2.1875rem;height:2.1875rem;top:37.0625rem;left:17.0625rem; }
#b3DQw6fdlB4uP63DzkPen6Q1fwUTeWZO > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #SPyiSmyBhTFDsc0zEJwgJrUTcK8m3yFf { display:flex;width:2.1875rem;height:2.1875rem;top:86.6875rem;left:17.0625rem; }
#SPyiSmyBhTFDsc0zEJwgJrUTcK8m3yFf > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #mQfekTDf8VaiaTFg8Op963gtESbqcdI5 { display:flex;width:2.1875rem;height:2.1875rem;top:116.75rem;left:17.0625rem; }
#mQfekTDf8VaiaTFg8Op963gtESbqcdI5 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #rwJwLtckvfWoKNdNT58iPpFPBm843wFT { width:18rem;height:14.125rem;top:155.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlw0S2k3GoLpWZMsgZEcLaywbR5JFrr0 { width:18.875rem;height:15.375rem;top:152.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ly55GTVkqTyRCfCyTmyCSmT8erdRh9Zb { width:15.25rem;height:3.0625rem;top:186.1259765625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apqBVQnJFsdoKrBB7Qvgr8t4HATu4XAa { display:block; }
 }@media only screen and (max-width: 763px) { #dm4wZSbe3Rcb6807Vir5Tl0EbJcua4ly { display:flex;width:2.1875rem;height:2.1875rem;top:164.3125rem;left:17.0625rem; }
#dm4wZSbe3Rcb6807Vir5Tl0EbJcua4ly > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #MHPcqwlF6CsFqgCBvWw5CpNogcWUBU7V { width:20rem;height:11.8125rem;top:172.1884765625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1O4qEhizKXEanbTxhTAmd7fXs1iiaaq { width:20rem;height:4.3984375rem;top:146.6650390625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7liZpxTR9WGlxlFaI0Jszva9TAprQvr { width:20rem;height:0.0625rem;top:143.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeKxQJZkpHkBczNyOyaqkKA8WVqL85FX { display:block; }#TeKxQJZkpHkBczNyOyaqkKA8WVqL85FX { background-color: transparent; background-image: none; }#TeKxQJZkpHkBczNyOyaqkKA8WVqL85FX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeKxQJZkpHkBczNyOyaqkKA8WVqL85FX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeKxQJZkpHkBczNyOyaqkKA8WVqL85FX > .row .container > .video-iframe-container { display: none; }#TeKxQJZkpHkBczNyOyaqkKA8WVqL85FX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeKxQJZkpHkBczNyOyaqkKA8WVqL85FX > .row > .video-iframe-container { display: none; }#TeKxQJZkpHkBczNyOyaqkKA8WVqL85FX > .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); }#TeKxQJZkpHkBczNyOyaqkKA8WVqL85FX { border-width: 0; border-radius: 0; }#TeKxQJZkpHkBczNyOyaqkKA8WVqL85FX > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#TeKxQJZkpHkBczNyOyaqkKA8WVqL85FX > .row .container { width:20rem;height:9.1875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEleCRUxQrLKgbQ96mk7J95UNzpnsZOz { display:flex;width:2.25rem;height:2.25rem;top:1.875rem;left:8.875rem; }
#dEleCRUxQrLKgbQ96mk7J95UNzpnsZOz > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #UuOrzXRVfP9algO2FGH0oNHL2DcHw3gU { width:6.25rem;height:1.29980625rem;top:3.625rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWLXHVkS8fJ0QUkXbQ1SuPdcV5cbpBDo { width:7.375rem;height:7.375rem;top:0rem;left:6.3125rem;background-color:#fff3e0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aA6FXOyq3O8FIvH0rNPnhTFcSilrwWTh { width:20rem;height:0.0625rem;top:3.5625rem;left:0rem;background-color:#ffce80;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MQ2OdEkoXzs3g0SbenQTQxUXkBQwfhSI { display:block; }#MQ2OdEkoXzs3g0SbenQTQxUXkBQwfhSI > .row .container { width:20rem;height:284.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E5haqDQbRdKmt5VHoPWANzmpKwOPe2Zs { width:20rem;height:11.8125rem;top:4.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPG4cDbaLs7UF93cqeO2DR5DMt8QMLgd { width:20rem;height:2.75rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hqb2cUcQSsu5kkVVHMGfDzf1wlT6UEw1 { width:20rem;height:6.597625rem;top:19.625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6vDAhqB98ofnXnkpDUq0ps5KetC8KKe { width:20rem;height:10.125rem;top:44.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROV5xT8Diu6LFCH29IIcX3QJmTUCH03i { width:18.5625rem;height:13rem;top:27.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIz08D0m1lb63p6lTzmOeULX73h5wOUM { width:18rem;height:13.1875rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgVk8sR2FbceRtSWvGz0M4oEdgDC7yUr { width:15.25rem;height:3.0625rem;top:57.0625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTbNSfR3N677XRtXSlt2crPaF6ttgR5y { display:block; }
 }@media only screen and (max-width: 763px) { #tQsTppxi6ZZCRp6WG7isAd3zQtcbPGuo { width:18rem;height:13.375rem;top:72.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #znLzRwKT1VtJlw7w8LuTGu0SBWfFHTaS { width:18.3125rem;height:13.1875rem;top:70.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRa2HhqWU8SIRQkn1RreQqneSIGWRvtF { width:15.25rem;height:3.0625rem;top:100.0625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDOqLJBs94McvTP3XNUbfHFMnqwC0pTn { display:block; }
 }@media only screen and (max-width: 763px) { #s9urF53e4W2hOBxMsPmMrDXDt6FeLegc { width:20rem;height:10.125rem;top:87.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAxhVLRSnBKDqNPTLAq6iTgnNwFFTWXF { width:20rem;height:4.3984375rem;top:64.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC1rsdFBKDzBT0ek5ewRZgT2TIxTLBuW { width:20rem;height:0.0625rem;top:62.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8e0TVLqblAdFTX6sxGdOiTklWzPZFSd { width:18rem;height:14.4375rem;top:114.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5zfUCpNqIiTCMKvzZ8k6dwxufbVT4mo { width:17.0625rem;height:13.6875rem;top:113.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnTvq3nE5tpKXiUucfAVor9LxrFx37vC { width:15.25rem;height:3.0625rem;top:143.125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLL3SCrRguB5NT3JZJD7KOK1DHLy9TlT { display:block; }
 }@media only screen and (max-width: 763px) { #uG95Td135dTmZ2u3f2QvNfKHWJLNGb5w { width:20rem;height:10.125rem;top:131.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2vR6ymfpOoHQKwL1FpwQbvbWO1oIahg { width:20rem;height:4.3984375rem;top:107.875rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eObKamAGpm38ZTfVfFZn4UkisXeECKDM { width:20rem;height:0.0625rem;top:105.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk1xByP31Wk1isBgCm2hI21cnN2Qvxlx { width:18rem;height:14.5rem;top:158.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM1LD544TIhSCS65cMdLOoLVM7dVtm28 { width:17.6875rem;height:13.6875rem;top:157.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #muGFHBpzHD2DHzsgFRVxqqpDwvxuJdAu { width:15.25rem;height:3.0625rem;top:187rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b19ZkMOTp37zc9SHKmvizZfNnmsUTXuH { display:block; }
 }@media only screen and (max-width: 763px) { #O0d2sc6m9gEUVmL67P6ZKQ9QckZ36Xnz { width:20rem;height:10.125rem;top:174.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgSHETrrDloxzzGop0LzUK33yxhgZ9ee { width:20rem;height:4.3984375rem;top:151.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp68NE2QNa3CcFl6WMxnUWi83Wp4L61v { width:20rem;height:0.0625rem;top:149.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKLZQMZhOP83RQdEoOaTAEUWewt9V8tf { width:18rem;height:14.4375rem;top:200.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g86nAQCh4QKvwMAhVPcv0i4HnMBCrHTT { width:17.125rem;height:13.6875rem;top:199.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKMi6TlhhAAfBsbL591O52HV9IPIx1xX { width:15.25rem;height:3.0625rem;top:229.3125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmITGiUauVCBwyvNW8pNe3NXvTwRTMNI { display:block; }
 }@media only screen and (max-width: 763px) { #yI3iq0uoZoTzoJ1AilTgPx0T1h1MTtre { width:20rem;height:10.125rem;top:217.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrznemAkaVkIbmmB981rfEEIWosI8ItT { width:20rem;height:2.19921875rem;top:195.875rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5JI53TXH7DRw5tQlVVA3DJGFIXaElbN { width:20rem;height:0.0625rem;top:192.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSZpqcdQ7cxbNiNPnavhoneA1OhFkIto { display:flex;width:2.1875rem;height:2.1875rem;top:37.5rem;left:17.0625rem; }
#lSZpqcdQ7cxbNiNPnavhoneA1OhFkIto > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #JmJUsrX06CrcZOmrVUd7xKfET4E92NDP { display:flex;width:2.1875rem;height:2.1875rem;top:80.6875rem;left:17.25rem; }
#JmJUsrX06CrcZOmrVUd7xKfET4E92NDP > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #OpAwep0go0cKP9ibfeZ3E4THZf79VzTq { display:flex;width:2.1875rem;height:2.1875rem;top:124.0625rem;left:15.875rem; }
#OpAwep0go0cKP9ibfeZ3E4THZf79VzTq > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #MN7W0TVHDuZePudlVFIf7TGnUxPsMnw3 { display:flex;width:2.1875rem;height:2.1875rem;top:168.5625rem;left:16.4375rem; }
#MN7W0TVHDuZePudlVFIf7TGnUxPsMnw3 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #CTH8IIMzUTzXKyt8t27bZglFKDA7yBgo { display:flex;width:2.1875rem;height:2.1875rem;top:210rem;left:15.5625rem; }
#CTH8IIMzUTzXKyt8t27bZglFKDA7yBgo > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Ixg8hE9fPNaU59901lwftrXbRVhzGHcr { width:20rem;height:18.5rem;top:246rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSnreqJaVkgZo6Tzy5wZThzlFTPfwVAW { width:17.3125rem;height:17.3125rem;top:243.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvp6nJzSGhlUcDJ09Fri8ThsiaR2VvcK { width:15.25rem;height:3.0625rem;top:278.1484375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMRHg3wqsc4Kqe54XPmR1IaMZCsdWBgU { display:block; }
 }@media only screen and (max-width: 763px) { #KUPfOMzApwV2IgTJFHASyKyDneIrxcBe { width:20rem;height:10.125rem;top:266.0859375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQKkTtntxUxpAcNP6hlUwvZofrsdpPoB { display:flex;width:2.1875rem;height:2.1875rem;top:257.875rem;left:15.875rem; }
#uQKkTtntxUxpAcNP6hlUwvZofrsdpPoB > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #Fl9oTnEwxupwdTi9TiKstF289CSX89cg { width:20rem;height:4.3984375rem;top:237.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aObZsnTdop9d8arZmdxV6kqOfM35CGyG { width:20rem;height:0.0625rem;top:235rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoxZvh0T5gmQig8DIUFP4XysLQUDmehL { display:block; }#IoxZvh0T5gmQig8DIUFP4XysLQUDmehL { background-color: transparent; background-image: none; }#IoxZvh0T5gmQig8DIUFP4XysLQUDmehL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoxZvh0T5gmQig8DIUFP4XysLQUDmehL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoxZvh0T5gmQig8DIUFP4XysLQUDmehL > .row .container > .video-iframe-container { display: none; }#IoxZvh0T5gmQig8DIUFP4XysLQUDmehL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoxZvh0T5gmQig8DIUFP4XysLQUDmehL > .row > .video-iframe-container { display: none; }#IoxZvh0T5gmQig8DIUFP4XysLQUDmehL > .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); }#IoxZvh0T5gmQig8DIUFP4XysLQUDmehL { border-width: 0; border-radius: 0; }#IoxZvh0T5gmQig8DIUFP4XysLQUDmehL > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#IoxZvh0T5gmQig8DIUFP4XysLQUDmehL > .row .container { width:20rem;height:9.1875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSVq4vwQaEdEbGWhQ12XtESHPz3hzfRT { display:flex;width:2.25rem;height:2.25rem;top:1.875rem;left:8.875rem; }
#fSVq4vwQaEdEbGWhQ12XtESHPz3hzfRT > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #EcVmizhuORd8t9p6OBimWSAprzWUFdXt { width:6.25rem;height:1.29980625rem;top:3.625rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzlUDUy2zHoUHhARUlihRrR4TsBw0LTW { width:7.375rem;height:7.375rem;top:0rem;left:6.3125rem;background-color:#fff3e0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Ae8Hsb6AoEoHd6pelDbuxAtLby0kCKOG { width:20rem;height:0.0625rem;top:3.5625rem;left:0rem;background-color:#ffce80;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fpnElaB2ScdXOi60sJQDgpQ7DI3xRctW { display:block; }#fpnElaB2ScdXOi60sJQDgpQ7DI3xRctW > .row .container { width:20rem;height:272.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EXRHVxr2CpRPdH0k87D0A1z4JfsyD1TI { width:20rem;height:13.5rem;top:7.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSbXCCFySvbGp8Vy6mSHaeuOVvCC2ZRF { width:20rem;height:5.5rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiufXToO9VttmZ2FDT35augNenzN77aJ { width:20rem;height:2.19921875rem;top:24.625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIwleuGLOJ0MxaBnPcLVDKZ8t2JGWIrH { width:20rem;height:18.5625rem;top:41.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPAglpdWSfGcuZ33DG58TecpDu9vMtGL { width:18.4375rem;height:10.25rem;top:28.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6VgTTyuXtJCl1A8VIDDTKLTZy67utqg { width:18rem;height:10.4375rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrg1sRIWwWTN2kTUzk6dCZR6FHz488ap { width:15.25rem;height:3.0625rem;top:62.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM1M4Or72VFGP0oHBBJrTtPnWlyfNhtf { display:block; }
 }@media only screen and (max-width: 763px) { #Sfv5zM2in4XypH6wymA13yKQSWgIO1SV { width:18rem;height:10.1875rem;top:75.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRDina6zxTAT7M4MxhlzXwqckvvlw8il { width:18.3125rem;height:10.25rem;top:74rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdFqC2T3v6GaT2iBbeqoR4seeQaSFyc4 { width:15.25rem;height:3.0625rem;top:106.125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUGTs9HW4oXPyr0i6dzUHDOBUTP2plk5 { display:block; }
 }@media only screen and (max-width: 763px) { #y8RSgAtRPSOZgT9LaDrTpSkq5dVG16eP { width:20rem;height:16.875rem;top:87.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6pztz6ylcp6Ry1Uf4vgJTTZZxMMaMT5 { width:20rem;height:2.19921875rem;top:70.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2dKwAFRBCS3RuusrnP6wAW89QrGmSIo { width:20rem;height:0.0625rem;top:68.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmngRzIm2WBpyHTdMwAFCbQSNTgzGQhv { width:18rem;height:10.8125rem;top:120rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1XRUK7naqOtOcfxtr5ESbxRrqkHhny9 { width:18.375rem;height:10.125rem;top:118.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIFp0z0XkPRsApfNPJixropFlOK2Lvcg { width:15.25rem;height:3.0625rem;top:157.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUIh9xbbxtxtQwqms3q5fcLC6DV0dvOD { display:block; }
 }@media only screen and (max-width: 763px) { #oKxRtn9K2R8leHZnEFn3iTrakDkrwyXx { width:20rem;height:23.625rem;top:132.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovkpUsUgC2MRWqodc1HVqw7trAD0cgIV { width:20rem;height:2.19921875rem;top:114.75rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdWf5IoHqXpNxItSIxrKeP7z74fQLnAZ { width:20rem;height:0.0625rem;top:112.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGdpfx6A84hwqLBthtqrd95BHhc2u7BQ { width:20rem;height:16.0625rem;top:170.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab2MOp3H2RLqehg7SlbT4T1TpEu27448 { width:15.0625rem;height:19rem;top:169.40625rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdsKc0V9WDR3bTImIDaxCCxv5DiTWDWb { width:15.25rem;height:3.0625rem;top:211.125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmiPHrROGRKbEr6p87lfVc5MOomNRVXC { display:block; }
 }@media only screen and (max-width: 763px) { #c1rv7KJaUIhzxs4rrzTZvJQTdRNyvnJB { width:20rem;height:18.5625rem;top:190.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihxmRTS1TLFnASpEyz0CQbiG4LSCZvGU { width:20rem;height:2.19921875rem;top:165.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi2TACraEBaM34Mv2SP6rq9rNnh7JwUx { width:20rem;height:0.0625rem;top:163.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0T9ik38CFsDhdX49H0PD8hs0eEE4BJi { width:18rem;height:21rem;top:225.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF2Cnptn7FpZIUscz0XOh2Nk5gxmgQzO { width:15.5rem;height:2.1875rem;top:243.375rem;left:1.5625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRAkvQRZNFkhRXanyD0FyJpW8U3IMQNh { display:block; }
 }@media only screen and (max-width: 763px) { #eNGEt3TTMcaXPMQdiBTSGDLGkDDt3inW { width:18.5rem;height:18.5625rem;top:223.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBBM7NQ9zSfTTrhsVUhlvqHWXs3KqKD6 { width:15.25rem;height:3.0625rem;top:266.375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rprg5LecgvUO0SX4IbXCSHH74TSANrgD { display:block; }
 }@media only screen and (max-width: 763px) { #QXUbhBNTBnZcsXfXWFXiZyyaPHZTDIb7 { width:20rem;height:16.875rem;top:249.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc65TItH6ANoh3ZATF4UB1TqID3At1ta { width:20rem;height:2.19921875rem;top:220.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1ibaCzHQ2XnRFBlDLilQce86x70ReeE { width:20rem;height:0.0625rem;top:217.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQOen14fEu2QpIhXCSzdtnMhGCaD4iTc { display:flex;width:2.1875rem;height:2.1875rem;top:35.625rem;left:17.0625rem; }
#NQOen14fEu2QpIhXCSzdtnMhGCaD4iTc > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #OxFon9LHR95wpqyyf4TpzM3nM76Wczr8 { display:flex;width:2.1875rem;height:2.1875rem;top:81.625rem;left:17.0625rem; }
#OxFon9LHR95wpqyyf4TpzM3nM76Wczr8 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #FTykynwvUOu6EEkHMOJ4bC7EAQZS3vmz { display:flex;width:2.1875rem;height:2.1875rem;top:126.125rem;left:17.0625rem; }
#FTykynwvUOu6EEkHMOJ4bC7EAQZS3vmz > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #L4NDSRe9iAnnang5T0xTLtgBwOTJHTgi { display:flex;width:2.1875rem;height:2.1875rem;top:185.5625rem;left:14.375rem; }
#L4NDSRe9iAnnang5T0xTLtgBwOTJHTgi > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #ak60Q0eDtcWgkyNGQqz2JzxCFi06lSew { display:flex;width:2.1875rem;height:2.1875rem;top:239.3125rem;left:17.0625rem; }
#ak60Q0eDtcWgkyNGQqz2JzxCFi06lSew > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #zdVCNstHVWuwg82mtRcbkTMQJhnRfrXt { display:block; }#zdVCNstHVWuwg82mtRcbkTMQJhnRfrXt { background-color: transparent; background-image: none; }#zdVCNstHVWuwg82mtRcbkTMQJhnRfrXt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdVCNstHVWuwg82mtRcbkTMQJhnRfrXt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdVCNstHVWuwg82mtRcbkTMQJhnRfrXt > .row .container > .video-iframe-container { display: none; }#zdVCNstHVWuwg82mtRcbkTMQJhnRfrXt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdVCNstHVWuwg82mtRcbkTMQJhnRfrXt > .row > .video-iframe-container { display: none; }#zdVCNstHVWuwg82mtRcbkTMQJhnRfrXt > .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); }#zdVCNstHVWuwg82mtRcbkTMQJhnRfrXt { border-width: 0; border-radius: 0; }#zdVCNstHVWuwg82mtRcbkTMQJhnRfrXt > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#zdVCNstHVWuwg82mtRcbkTMQJhnRfrXt > .row .container { width:20rem;height:9.1875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTARIwuIWEbxn2X5PqEK7J5pThMakTxl { display:flex;width:2.25rem;height:2.25rem;top:1.875rem;left:8.875rem; }
#ZTARIwuIWEbxn2X5PqEK7J5pThMakTxl > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #Zk8kawmy6ANLtNoOV8xeXTgFxdilq4wS { width:6.25rem;height:1.29980625rem;top:3.625rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuZXegToebX9E7tZ7igUO47Par4odOX2 { width:7.375rem;height:7.375rem;top:0rem;left:6.3125rem;background-color:#fff3e0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MThb3XiHfDoZyFqrC8ISuNai1D0lovFO { width:20rem;height:0.0625rem;top:3.5625rem;left:0rem;background-color:#ffce80;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qCgA6eoG9BOOgpVH1GGqmaIAQSLrSLI5 { display:block; }#qCgA6eoG9BOOgpVH1GGqmaIAQSLrSLI5 > .row .container { width:20rem;height:140.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPIQ2TgFlNQ8nfVTqKWupvvVbePr6SMB { width:20rem;height:5.0625rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P67we3TeBH1oqU9DJkC2WxFR46t6F7hq { width:20rem;height:2.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM5CwXFwFnxFTlXL3sqmKCMn81uXrTQf { width:11.4375rem;height:11.4375rem;top:11rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JumrTpbTC3oV1UiskbkOpAtkAAVppOEz { width:11.4375rem;height:11.4375rem;top:23.6875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9ybrWTr0Zqhwa1KEy3z0fhtC8WMJJCs { width:11.4375rem;height:11.4375rem;top:36.375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0qTAIgk82L5DBWP39KfUcxgIDzXkCLk { width:11.4375rem;height:11.4375rem;top:49.0625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZCPy0Q7lKpIHiSPF3Skd51wpfxGsOTG { width:9.8125rem;height:2.3125rem;top:19.6875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1sV3iTAyT8knT3ZNrVl1HBqCRnhohWI { display:block; }
 }@media only screen and (max-width: 763px) { #Fpv3Hvdq5G3CquFyxpChVm9BOPTWoUoP { width:9.8125rem;height:2.3125rem;top:32.34375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiVCSpui2o2so4H7f6GsVRziaX7Nb68N { display:block; }
 }@media only screen and (max-width: 763px) { #zELKGKsSTC4F9k1xFNrmvhZauD5hJcCV { width:9.8125rem;height:2.3125rem;top:45.03125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1PkbgUr1mDhxV1BS9CADeFTTPhXeGUZ { display:block; }
 }@media only screen and (max-width: 763px) { #NKn5uXpZradsleM1rH55lgLxdUUg9a8x { width:9.8125rem;height:2.3125rem;top:57.71875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhZFxl0VxHXXQPavPSIqAnvFac5TCAuf { display:block; }
 }@media only screen and (max-width: 763px) { #PNbPIGLLEm9qWNEXpP6rJull86rR4v9Z { width:11.4375rem;height:11.4375rem;top:74.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRGq4MrQNoz0gZqCspbNoW38mEZywapN { width:11.4375rem;height:11.4375rem;top:87.125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaND18lxHJg4voq2gdH9Er0ZR9pTN975 { width:11.4375rem;height:11.4375rem;top:99.8125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yELBBNwPLauhHLuNHRLQ8WrPSsgPC3JE { width:9.8125rem;height:2.3125rem;top:83.125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQenobn7pAVTkitapIXuSxdn8sfmDmoh { display:block; }
 }@media only screen and (max-width: 763px) { #K6UNmyMtgo5C13uLMOlAFJkbZI3kblGV { width:9.8125rem;height:2.3125rem;top:95.8125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoQmr4LxNGkIMlg4QA0iZmmFOAND4nTO { display:block; }
 }@media only screen and (max-width: 763px) { #B1wKhdDMU1nh2hcte35XHvHUeubcl3Cm { width:9.8125rem;height:2.3125rem;top:108.5rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #otnPLZ3BsJTVUCffaHVHWIQPOtZSFZuE { display:block; }
 }@media only screen and (max-width: 763px) { #ucPMNyZVnb1ivb92gZD4fJRQ5tMfgswp { width:11.4375rem;height:11.4375rem;top:61.75rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClWhWw7p5b64IMOMzExRtv3dGTlCoy84 { width:9.8125rem;height:2.3125rem;top:70.4375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhzCtnkPcV9yh7NPsZfL659TPmF6PxUC { display:block; }
 }@media only screen and (max-width: 763px) { #R5xeI3B890rooW2O3a3kaDCsKxRnLPq5 { width:11.4375rem;height:11.4375rem;top:112.5rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVQFspq5MgKEuuarfmiuZvtF4oLkq5Hn { width:9.8125rem;height:2.3125rem;top:121.1875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZXBQfzDfpd2chWI5MtmHh0DhmBxHNC0 { display:block; }
 }@media only screen and (max-width: 763px) { #fZmqEHi9L4yQOdv4sWJv2fv6XzwJTs7W { width:11.4375rem;height:11.4375rem;top:125.1875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhFcOC36iEBNor43TL0iDPIsy1GrDecG { width:9.8125rem;height:2.3125rem;top:133.875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWwoTEcX10HFcfnlbwS9SLE8DJQpuMQT { display:block; }
 }@media only screen and (max-width: 763px) { #peAhDvReOhzPTlUq3voTnyobVdCmylhr { display:block; }#peAhDvReOhzPTlUq3voTnyobVdCmylhr { background-color: transparent; background-image: none; }#peAhDvReOhzPTlUq3voTnyobVdCmylhr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#peAhDvReOhzPTlUq3voTnyobVdCmylhr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#peAhDvReOhzPTlUq3voTnyobVdCmylhr > .row .container > .video-iframe-container { display: none; }#peAhDvReOhzPTlUq3voTnyobVdCmylhr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#peAhDvReOhzPTlUq3voTnyobVdCmylhr > .row > .video-iframe-container { display: none; }#peAhDvReOhzPTlUq3voTnyobVdCmylhr > .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); }#peAhDvReOhzPTlUq3voTnyobVdCmylhr { border-width: 0; border-radius: 0; }#peAhDvReOhzPTlUq3voTnyobVdCmylhr > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#peAhDvReOhzPTlUq3voTnyobVdCmylhr > .row .container { width:20rem;height:9.1875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wrHimItkplWOVbg5l9Eztbn7xtiy7TQm { display:flex;width:2.25rem;height:2.25rem;top:1.875rem;left:8.875rem; }
#wrHimItkplWOVbg5l9Eztbn7xtiy7TQm > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #WqIZ0bSlEcIwL83sCGQN5SmNRGEscpMV { width:6.25rem;height:1.29980625rem;top:3.625rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOT9LxPPnZbNy3y1yCsQ0tmKIRxhLL2m { width:7.375rem;height:7.375rem;top:0rem;left:6.3125rem;background-color:#fff3e0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CeabmXzDR7WnTmfmmSeRJ0Ru6ATDtP1E { width:20rem;height:0.0625rem;top:3.5625rem;left:0rem;background-color:#ffce80;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #LxIJpXwB7JZX6PmeOuX0TiEbwPAPVhcR { display:block; }#LxIJpXwB7JZX6PmeOuX0TiEbwPAPVhcR > .row .container { width:20rem;height:203.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imznVUy6pGlwXVLcT0naucuQOkFL2EmP { width:20rem;height:13.5rem;top:10.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtQOoP82mDIvmJ0mIdnALny1uuc9uS4m { width:20rem;height:8.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgcKKhKxVCXlWtgRMpHgJZuoJPsw37BU { width:11.4375rem;height:11.4375rem;top:24.375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMMwqgw3Bcqn88446oM4mTb9O5w04lgR { width:11.4375rem;height:11.4375rem;top:37.0625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvhoDtsyEMWzV3cDoO50f5ghtDTrE8h4 { width:11.4375rem;height:11.4375rem;top:49.75rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKNEeJWo8ruMyMMStb1ITiUgQUlWg6lf { width:11.4375rem;height:11.4375rem;top:62.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GazUDdgK7AoRGqFuE9uXmC9isZtb57zw { width:9.8125rem;height:2.3125rem;top:33.0625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NieJbJzdzeJ2FOnxMNAipE3Un4hXnVbA { display:block; }
 }@media only screen and (max-width: 763px) { #RnPcfVFwPSocwxwLfAaopCp7b6wA01SP { width:9.8125rem;height:2.3125rem;top:45.75rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1V2KcQl75eJZldmiPr6md0Ig3nNstV4 { display:block; }
 }@media only screen and (max-width: 763px) { #MdeJiqfTcs7kCwTD2pbPJfoeMkFmlfpz { width:9.8125rem;height:2.3125rem;top:58.4375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUk6QTlAEe3xf2wDEEXNCgPx7SuFu3VW { display:block; }
 }@media only screen and (max-width: 763px) { #Ozzp1kBglPWoEoo4sI2VtxldLwTTwH7L { width:9.8125rem;height:2.3125rem;top:71.125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM9Nnml1GTWvCOATtvzW8nTv48nfaFJn { display:block; }
 }@media only screen and (max-width: 763px) { #DF0D2lgI8fWsLAeK18VJg0n7WalkLhq0 { width:11.4375rem;height:11.4375rem;top:87.8125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqqWBJU1fgCBZTUUOI5CBwRB3V3WWcUv { width:11.4375rem;height:11.4375rem;top:100.5rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCsp9qlqfXRM1s4nQAIUKAy4TibC7pp7 { width:11.4375rem;height:11.4375rem;top:113.1875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft9n1aOI33Ix3XyH92zwxCkBF7vK7mhD { width:9.8125rem;height:2.3125rem;top:96.5rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOpRDt5Q4l5K4NBXJdzCy71sRNyONOyZ { display:block; }
 }@media only screen and (max-width: 763px) { #AyAVM10WHkIMP1Or1mX0MH81Qc3ACX7E { width:9.8125rem;height:2.3125rem;top:109.1875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmfPW46kddZ1US2S7FicHIsMo3T8MKEO { display:block; }
 }@media only screen and (max-width: 763px) { #A3KDzXUz0JthIn8DTgxwm0vleTqmB0OH { width:9.8125rem;height:2.3125rem;top:121.875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zelnbL3fqHEr3szWsDUMfLR6hz7ebcMQ { display:block; }
 }@media only screen and (max-width: 763px) { #faagJ02xsr0bvNkQBdbJXwPpKPTHZb10 { width:11.4375rem;height:11.4375rem;top:75.125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq7TEmsTKy7mNVzc9fScTt5TnMy4vwQr { width:9.8125rem;height:2.3125rem;top:83.8125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDVCemECnU0TvrORPTTwwDmkGBchVn0l { display:block; }
 }@media only screen and (max-width: 763px) { #LuMUMXoGav6yxvmJBGlGu0aufwPe8xlO { width:11.4375rem;height:11.4375rem;top:125.875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yThgRsbLlzJFDdaa1T8gKyF2SsMv9i7v { width:9.8125rem;height:2.3125rem;top:134.5625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ8pG8XmdwgqZfz8REICNFFKTvoDUeRF { display:block; }
 }@media only screen and (max-width: 763px) { #AXfHdLmlhA5nnnAqKXQryuTMArLU8xTh { width:11.4375rem;height:11.4375rem;top:151.25rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBJW1SFFX9NKurtJM2EXLJsCPRQpTMgw { width:9.8125rem;height:2.3125rem;top:159.9375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd3DfMmcCix4oAMXKaoxrC2JPRVSgXy8 { display:block; }
 }@media only screen and (max-width: 763px) { #PfPRNDbSiQdRcTgykuy4BBGhJdSdiqSt { width:11.4375rem;height:11.4375rem;top:163.9375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDk8JLwVL9Tfrh5yCEP8fH1aKWARw7T5 { width:9.8125rem;height:2.3125rem;top:172.625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0TWUzvH6XOU6dP8zqvOx1J4MXZhmEEG { display:block; }
 }@media only screen and (max-width: 763px) { #Jv6GOG1cvZbTGE0DH64sZkBsxIcNv5Ib { width:11.4375rem;height:11.4375rem;top:138.5625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxTzPXkUtOCTQlHmLS2Qeqmg1RTiklAd { width:9.8125rem;height:2.3125rem;top:147.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwpmbiuDvV6mVQ8MZsFf2bEGq1CzH3hQ { display:block; }
 }@media only screen and (max-width: 763px) { #dsfCaxu1FQsc6BNibDLQEzMSth0EpEZL { width:11.4375rem;height:11.4375rem;top:176.625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXQE5fC6UazwSTxfQmTZwCTTQm20PNnT { width:9.8125rem;height:2.3125rem;top:185.3125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv0iQgwvpFTxUHSs8RJQ6D4QLZa2aDtI { display:block; }
 }@media only screen and (max-width: 763px) { #QNeZ5J5TrZMKsD52I8oiMuPIEw20iq7E { width:11.4375rem;height:11.4375rem;top:189.3125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcsOOEyTzWHzTwlAoMAN6bzOGyafePDG { width:9.8125rem;height:2.3125rem;top:198rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #miOuuxMGDpxupFZh4CVvocDkF1wM5mMx { display:block; }
 }@media only screen and (max-width: 763px) { #eTTCHugzrVT6XOFN5ocK0n2obLlhu46W { display:block; }#eTTCHugzrVT6XOFN5ocK0n2obLlhu46W { background-color: transparent; background-image: none; }#eTTCHugzrVT6XOFN5ocK0n2obLlhu46W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTTCHugzrVT6XOFN5ocK0n2obLlhu46W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTTCHugzrVT6XOFN5ocK0n2obLlhu46W > .row .container > .video-iframe-container { display: none; }#eTTCHugzrVT6XOFN5ocK0n2obLlhu46W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTTCHugzrVT6XOFN5ocK0n2obLlhu46W > .row > .video-iframe-container { display: none; }#eTTCHugzrVT6XOFN5ocK0n2obLlhu46W > .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); }#eTTCHugzrVT6XOFN5ocK0n2obLlhu46W { border-width: 0; border-radius: 0; }#eTTCHugzrVT6XOFN5ocK0n2obLlhu46W > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#eTTCHugzrVT6XOFN5ocK0n2obLlhu46W > .row .container { width:20rem;height:9.1875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FErfLqUChWTQsRcQVn8nIwJlg1haJvG3 { display:flex;width:2.25rem;height:2.25rem;top:1.875rem;left:8.875rem; }
#FErfLqUChWTQsRcQVn8nIwJlg1haJvG3 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #XuiDhxiC1t2aMUVEHLPxKAqAN6zKRMv8 { width:6.25rem;height:1.29980625rem;top:3.625rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlNhKHgT434uSIdbzpidaH2Jnw7raNxJ { width:7.375rem;height:7.375rem;top:0rem;left:6.3125rem;background-color:#fff3e0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #s3Sdg5xsnbEUw3cuivw1RTnhEPAIkm6r { width:20rem;height:0.0625rem;top:3.5625rem;left:0rem;background-color:#ffce80;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #H2lKrAHQEmBlKLO4Dzz6ZCrLVu4EppIr { display:block; }#H2lKrAHQEmBlKLO4Dzz6ZCrLVu4EppIr > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZxnpOsP2N5VBIuraXUxT2N9wcixaaupg { width:20rem;height:6.75rem;top:4.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk1OdVB5Kh5m41rCXAUE0Oiw8TaL7gH0 { width:20rem;height:2.75rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEEXfo8IOKNdC9rbH6igEGfWmCVc4HPM { width:20rem;height:2.19921875rem;top:14.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #poJzKD0tHOOh8IaCpawcWRHezgXx0pAC { width:20rem;height:16.875rem;top:34rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M44LotnphaS2CtSVkOwMGJi8CEXTFlT2 { width:18.5625rem;height:11.6875rem;top:18.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLwVtzQTAA0dDwMFOFtTu9tVx4E038Wg { width:18rem;height:11.6875rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxzL24Mx1WK3Vlg5mPITukKidtout8GE { width:15.25rem;height:3.0625rem;top:53.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLDmI873T8uF8UDlcPHWz5Ta9J1pOFzy { display:block; }
 }@media only screen and (max-width: 763px) { #kL046I3CcOBdoWsHRDyA4CN8wWMyloTO { display:flex;width:2.1875rem;height:2.1875rem;top:27.375rem;left:17rem; }
#kL046I3CcOBdoWsHRDyA4CN8wWMyloTO > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #uWfgU67IPXQJR7GZvAZMHv4FUe3xdEht { display:block; }#uWfgU67IPXQJR7GZvAZMHv4FUe3xdEht { background-color: transparent; background-image: none; }#uWfgU67IPXQJR7GZvAZMHv4FUe3xdEht::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWfgU67IPXQJR7GZvAZMHv4FUe3xdEht > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWfgU67IPXQJR7GZvAZMHv4FUe3xdEht > .row .container > .video-iframe-container { display: none; }#uWfgU67IPXQJR7GZvAZMHv4FUe3xdEht > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWfgU67IPXQJR7GZvAZMHv4FUe3xdEht > .row > .video-iframe-container { display: none; }#uWfgU67IPXQJR7GZvAZMHv4FUe3xdEht > .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); }#uWfgU67IPXQJR7GZvAZMHv4FUe3xdEht { border-width: 0; border-radius: 0; }#uWfgU67IPXQJR7GZvAZMHv4FUe3xdEht > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#uWfgU67IPXQJR7GZvAZMHv4FUe3xdEht > .row .container { width:20rem;height:9.1875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7hgtIEM3I3eVTZvkFWDlCs9SiKwaI2L { display:flex;width:2.25rem;height:2.25rem;top:1.875rem;left:8.875rem; }
#i7hgtIEM3I3eVTZvkFWDlCs9SiKwaI2L > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #MHEIKxEhROSD5rgIW1BChyQ6v4JBRJcO { width:6.25rem;height:1.29980625rem;top:3.625rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsLeyusDs1wtA766U0AFJpulMItUTkUf { width:7.375rem;height:7.375rem;top:0rem;left:6.3125rem;background-color:#fff3e0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WCx013P2TbamT6oOloCT0ePyEx6IOaAV { width:20rem;height:0.0625rem;top:3.5625rem;left:0rem;background-color:#ffce80;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lC3G5EmdPHu3uPEeBnFleQDwEOxPUz2N { display:block; }#lC3G5EmdPHu3uPEeBnFleQDwEOxPUz2N > .row .container { width:20rem;height:96.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZ58PbV5Bx34Z7T1dvrAhGQWmdTtanFI { width:20rem;height:10.125rem;top:7.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRyg2P6r9bZHHewmRK6yxnByZrwhQpyc { width:20rem;height:5.5rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlLwi2cWVHAXZ44tQeWCrn75M7kGcAI7 { width:20rem;height:6.597625rem;top:20.75rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCxxU6h7Lyo2nD1p1TIdl4mhSokBQFuI { width:20rem;height:20.25rem;top:67rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAAwMely0qxyqrwuaLFwuua4pDsRcyB6 { width:14.5625rem;height:18.8125rem;top:29.8125rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTsigO1dRlcl0O2QyfNU5JT1nki6dKJM { width:20rem;height:24.125rem;top:33.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy2ux4JDAtoEo0R8kDRG1gLW33zJANNw { width:15.25rem;height:3.0625rem;top:89.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXQwunNF6ltopDsC6IqbTT5Us0T1NCaa { display:block; }
 }@media only screen and (max-width: 763px) { #d6L4Sdn1uGE2KC7HPwTQZudmr32uM6rB { width:14.3125rem;height:14.3125rem;top:50.5rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #am9J8e4HXZ71pnIBhs0hsX7FWzVRsVUB { display:flex;width:2.1875rem;height:2.1875rem;top:45.625rem;left:14.1875rem; }
#am9J8e4HXZ71pnIBhs0hsX7FWzVRsVUB > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #LK15sUIklTo6W0LnoLzT0lxSJMT4zTxu { display:block; }#LK15sUIklTo6W0LnoLzT0lxSJMT4zTxu { background-color: transparent; background-image: none; }#LK15sUIklTo6W0LnoLzT0lxSJMT4zTxu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LK15sUIklTo6W0LnoLzT0lxSJMT4zTxu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LK15sUIklTo6W0LnoLzT0lxSJMT4zTxu > .row .container > .video-iframe-container { display: none; }#LK15sUIklTo6W0LnoLzT0lxSJMT4zTxu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LK15sUIklTo6W0LnoLzT0lxSJMT4zTxu > .row > .video-iframe-container { display: none; }#LK15sUIklTo6W0LnoLzT0lxSJMT4zTxu > .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); }#LK15sUIklTo6W0LnoLzT0lxSJMT4zTxu { border-width: 0; border-radius: 0; }#LK15sUIklTo6W0LnoLzT0lxSJMT4zTxu > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#LK15sUIklTo6W0LnoLzT0lxSJMT4zTxu > .row .container { width:20rem;height:9.1875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hERk4ZPNtzSEfIABCLnzS1XI7gkXxwpI { display:flex;width:2.25rem;height:2.25rem;top:1.875rem;left:8.875rem; }
#hERk4ZPNtzSEfIABCLnzS1XI7gkXxwpI > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #VSyizTbQvLVyi9VwB112aAt0u8xH22La { width:6.25rem;height:1.29980625rem;top:3.625rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wROy1mlwtZNIWALlzgK82bK6c24kLm9L { width:7.375rem;height:7.375rem;top:0rem;left:6.3125rem;background-color:#fff3e0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QNTUXQROgCCgxFht3BStlulLUHAwGbIQ { width:20rem;height:0.0625rem;top:3.5625rem;left:0rem;background-color:#ffce80;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TFpZmwIk5R1rNBuTKyE0P9RSUeBscFz0 { display:block; }#TFpZmwIk5R1rNBuTKyE0P9RSUeBscFz0 > .row .container { width:20rem;height:60.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SETHulq5pp26xsT5TIF1S9SMeF8wRiag { width:20rem;height:10.125rem;top:5.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFSgNmBnDGlpcslXGJXauXi8nlUmDLSS { width:20rem;height:2.75rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgeWDZ0SyoTPxbFU1lnnIaeQnPKzlQni { width:20rem;height:2.19921875rem;top:17.75rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #utPREksOdr4WqpLEl9bbbDm3l92EJ8WW { width:20rem;height:11.8125rem;top:40.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxcOReGt7D65uH4mIJG0tJcwRzlvRJZI { width:16.6875rem;height:15.5625rem;top:21.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngkpZMTVDKQHXhTbMmULrJnWPgCNcEv5 { width:20rem;height:15.4375rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRUNA72Nm2Qs1M5z2eyRZeNgFlmL9ZHn { width:15.25rem;height:3.0625rem;top:54.5625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq8rzw5ZbWf0pzziMhyB2eFUnMhs75SV { display:block; }
 }@media only screen and (max-width: 763px) { #Ahfb8ANW3pDUh6PclJ9muvKwqrTeSrIE { display:flex;width:2.1875rem;height:2.1875rem;top:34rem;left:15.5rem; }
#Ahfb8ANW3pDUh6PclJ9muvKwqrTeSrIE > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #hRcsGgaSxfSTKyu9n4PlpXdu6vOLnUOt { display:block; }#hRcsGgaSxfSTKyu9n4PlpXdu6vOLnUOt { background-color: transparent; background-image: none; }#hRcsGgaSxfSTKyu9n4PlpXdu6vOLnUOt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRcsGgaSxfSTKyu9n4PlpXdu6vOLnUOt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRcsGgaSxfSTKyu9n4PlpXdu6vOLnUOt > .row .container > .video-iframe-container { display: none; }#hRcsGgaSxfSTKyu9n4PlpXdu6vOLnUOt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hRcsGgaSxfSTKyu9n4PlpXdu6vOLnUOt > .row > .video-iframe-container { display: none; }#hRcsGgaSxfSTKyu9n4PlpXdu6vOLnUOt > .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); }#hRcsGgaSxfSTKyu9n4PlpXdu6vOLnUOt { border-width: 0; border-radius: 0; }#hRcsGgaSxfSTKyu9n4PlpXdu6vOLnUOt > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#hRcsGgaSxfSTKyu9n4PlpXdu6vOLnUOt > .row .container { width:20rem;height:9.1875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDRTWoPBHF5fNBEICuX9RTTAf219CIJB { display:flex;width:2.25rem;height:2.25rem;top:1.875rem;left:8.875rem; }
#pDRTWoPBHF5fNBEICuX9RTTAf219CIJB > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #dI9r7MBZeFKW6u0pfSyprqMDXPLfKE60 { width:6.25rem;height:1.29980625rem;top:3.625rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqTXcek1LSt0J0usl8A6dMeWZ4FqF7Mc { width:7.375rem;height:7.375rem;top:0rem;left:6.3125rem;background-color:#fff3e0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OflqWJNCBOwRmGW9BqQ6T2gJyqoC7WNf { width:20rem;height:0.0625rem;top:3.5625rem;left:0rem;background-color:#ffce80;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #P42F8fmkHrKkCe4wdziWPNWGzs2wgyc6 { display:block; }#P42F8fmkHrKkCe4wdziWPNWGzs2wgyc6 > .row .container { width:20rem;height:101.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MUvTkQDQIgDKQ5t7lv81PNg7hJAAhw44 { width:20rem;height:6.75rem;top:8.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZcH1evAfWaH2CiFcVuRKfuMZ0fI1Eub { width:20rem;height:5.5rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1lqOD8XQWtgBQlww1z7liw15f6SSRzW { width:20rem;height:2.19921875rem;top:17.75rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLEl316DNTa8tJytQ5fyMSDHyZVhXhpF { width:20rem;height:10.125rem;top:35.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3PqhCJKx2gsQPkpRPn4PQCdStKw5Fg9 { width:18.4375rem;height:10.25rem;top:21.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXvJgclJ4sFd0XvxVBKAWtqLityvQF4D { width:18rem;height:10.5625rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTQhop6AysQeb3cSKIeWqkJ04lT4R1Vx { width:15.25rem;height:3.0625rem;top:47.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etyPRZHMw2tIvTrWd3uWFPVZ3RvIa79m { display:block; }
 }@media only screen and (max-width: 763px) { #aORpqJ64CQdtDSzdPVWmT3xTLrnykW5x { width:18rem;height:13.5rem;top:62.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t09quxLnhEXo6omPyHXlKWikpsPPI1q9 { width:18.3125rem;height:13rem;top:60.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be2bTrROCgkuOcPu0ifIgPmXPhIMqF6I { width:15.25rem;height:3.0625rem;top:89.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaW8JosHA51FmvlaD3HGrJSRqFiRewsp { display:block; }
 }@media only screen and (max-width: 763px) { #QW2O4gvBFTJbUJKRgosoTrIRRTPlrAsR { width:20rem;height:10.125rem;top:77.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHZ9DwgwZcMETViOzfgxLEqtHGCPi1cD { width:20rem;height:2.19921875rem;top:56.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6AeZNhhvAg4zp2AngMewIlUZCUN7VqZ { width:20rem;height:0.0625rem;top:53.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFUbll2hEK8LOywxgpEHz0IrinG15LDx { display:flex;width:2.1875rem;height:2.1875rem;top:28.75rem;left:17rem; }
#RFUbll2hEK8LOywxgpEHz0IrinG15LDx > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #x2xMi1Z2qF5tdJK4oF3O9wbUBT8RaM6W { display:flex;width:2.1875rem;height:2.1875rem;top:70.1875rem;left:17rem; }
#x2xMi1Z2qF5tdJK4oF3O9wbUBT8RaM6W > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #SvV2vGzprB5K5JxhUoh1qJKRpE7onI5T { display:block; }#SvV2vGzprB5K5JxhUoh1qJKRpE7onI5T { background-color: transparent; background-image: none; }#SvV2vGzprB5K5JxhUoh1qJKRpE7onI5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SvV2vGzprB5K5JxhUoh1qJKRpE7onI5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SvV2vGzprB5K5JxhUoh1qJKRpE7onI5T > .row .container > .video-iframe-container { display: none; }#SvV2vGzprB5K5JxhUoh1qJKRpE7onI5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SvV2vGzprB5K5JxhUoh1qJKRpE7onI5T > .row > .video-iframe-container { display: none; }#SvV2vGzprB5K5JxhUoh1qJKRpE7onI5T > .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); }#SvV2vGzprB5K5JxhUoh1qJKRpE7onI5T { border-width: 0; border-radius: 0; }#SvV2vGzprB5K5JxhUoh1qJKRpE7onI5T > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#SvV2vGzprB5K5JxhUoh1qJKRpE7onI5T > .row .container { width:20rem;height:9.1875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rekCSgT9D34Hu3nORpGJTr0FxhITzD5a { display:flex;width:2.25rem;height:2.25rem;top:1.875rem;left:8.875rem; }
#rekCSgT9D34Hu3nORpGJTr0FxhITzD5a > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #DgDJsn3hM8qmm968Hb2J9dqvbKlhI4Ti { width:6.25rem;height:1.29980625rem;top:3.625rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf1hUD0P1edzprqzQpaZGVnTfV0vW0kH { width:7.375rem;height:7.375rem;top:0rem;left:6.3125rem;background-color:#fff3e0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oR8ifDewTPbpWnHOul9pvwvm9Nlc6nr6 { width:20rem;height:0.0625rem;top:3.5625rem;left:0rem;background-color:#ffce80;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lQyTNPEysxR5oT72o6y7pIHstCMbRU4v { display:block; }#lQyTNPEysxR5oT72o6y7pIHstCMbRU4v > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H39AxnTFltHrDBkVyhqlDL2oegXNnWZ8 { width:20rem;height:11.8125rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbM7n6LQq1ZCiVzOETCWX17CpGkLE7L0 { width:10.1875rem;height:4.0625rem;top:14.9375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #COQurT3kPFirRDDWhdO9sVyqrDDKHmxL { width:14rem;height:1.5rem;top:20.25rem;left:3rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }