.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#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); }#R5lWPb9t0hxGu0mF868IZZ594TkgP1Cw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#58c1d5;background-image:none;position:relative;display:block; }#R5lWPb9t0hxGu0mF868IZZ594TkgP1Cw > .row .container { background-color: transparent; background-image: none; }#R5lWPb9t0hxGu0mF868IZZ594TkgP1Cw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5lWPb9t0hxGu0mF868IZZ594TkgP1Cw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5lWPb9t0hxGu0mF868IZZ594TkgP1Cw > .row .container > .video-iframe-container { display: none; }#R5lWPb9t0hxGu0mF868IZZ594TkgP1Cw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5lWPb9t0hxGu0mF868IZZ594TkgP1Cw > .row > .video-iframe-container { display: none; }#R5lWPb9t0hxGu0mF868IZZ594TkgP1Cw > .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); }#R5lWPb9t0hxGu0mF868IZZ594TkgP1Cw > .row .container { border-width: 0; border-radius: 0; }#R5lWPb9t0hxGu0mF868IZZ594TkgP1Cw > .row > .video-iframe-container {  }#R5lWPb9t0hxGu0mF868IZZ594TkgP1Cw > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:60rem;position:relative;display:block; }#E9NBt9HM2pDWg8HIEWOv4LVUTVqDWH4J { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.9375rem;width:20.75rem;top:10.75rem;left:39.25rem;overflow:hidden;display:block; }
#JtklTTO2xDovKuNTxA3QTUfS4wiMBA2x { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.375rem;width:21.875rem;top:18.5625rem;left:0rem;overflow:hidden;display:block; }
#aI86MFRDlhsGqtTOy9DAOds5rGFo7ewb { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:3.1875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#DLAs7CqxhTAbF2wJWyzaWuT9VTKv8Tuz { color:#ffffff;display:block;width:33.0625rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:7.875rem;left:13.46875rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N0uQlFlvzuA61UiRRMcOV714TD2k1K6C { position:absolute;display:block;z-index:100009;background-color:#d19a52;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:12.5rem;top:14.15625rem;left:23.75rem;display:block; }
#CERxKW13EkLutOX2vOoLUtVnLtwWm11O { position:absolute;display:block;z-index:100012;background-color:#fce8b9;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:6.25rem;width:6.25rem;top:12.3125rem;left:13.46875rem;display:block; }
#AagafkTRZyID4Cgmc70lQpH42P3Pd77Q { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:100013;line-height:1.2;letter-spacing:0;top:13rem;left:13.8125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PvMgbEnSBmwrdt7oRwaIUaTtXxB2u6zd { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:lato;font-size:0.5625rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:16.25rem;left:13.8125rem;height:1.375rem;text-align:center;text-align-last:center;display:block; }
#VDnirSPb5ydlTvoHnsMJREnELkfVOvEv { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:4.4375rem;top:17.625rem;left:27.78125rem;overflow:hidden;display:block; }
#QJmwOBEDB2ASVaRlewmVuznvsHt6ob7n { background-color:#58c1d5;background-image:url("https://images.assets-landingi.com/Uaotpodj/bg1.svg");background-position:bottom 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;display:block; }#QJmwOBEDB2ASVaRlewmVuznvsHt6ob7n.adaptive-delivery-prevent-bg, #QJmwOBEDB2ASVaRlewmVuznvsHt6ob7n.lazyload, #QJmwOBEDB2ASVaRlewmVuznvsHt6ob7n.lazyloading { background-image: none; }#QJmwOBEDB2ASVaRlewmVuznvsHt6ob7n > .row .container { background-color: transparent; background-image: none; }#QJmwOBEDB2ASVaRlewmVuznvsHt6ob7n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJmwOBEDB2ASVaRlewmVuznvsHt6ob7n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJmwOBEDB2ASVaRlewmVuznvsHt6ob7n > .row .container > .video-iframe-container { display: none; }#QJmwOBEDB2ASVaRlewmVuznvsHt6ob7n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJmwOBEDB2ASVaRlewmVuznvsHt6ob7n > .row > .video-iframe-container { display: none; }#QJmwOBEDB2ASVaRlewmVuznvsHt6ob7n > .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); }#QJmwOBEDB2ASVaRlewmVuznvsHt6ob7n > .row .container { border-width: 0; border-radius: 0; }#QJmwOBEDB2ASVaRlewmVuznvsHt6ob7n > .row > .video-iframe-container {  }#QJmwOBEDB2ASVaRlewmVuznvsHt6ob7n > .row .container { width:60rem;height:6.875rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#kxBSnfRQdBMHQUfB2CkkvmmCVNKuLHWW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#kxBSnfRQdBMHQUfB2CkkvmmCVNKuLHWW > .row .container { background-color: transparent; background-image: none; }#kxBSnfRQdBMHQUfB2CkkvmmCVNKuLHWW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxBSnfRQdBMHQUfB2CkkvmmCVNKuLHWW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxBSnfRQdBMHQUfB2CkkvmmCVNKuLHWW > .row .container > .video-iframe-container { display: none; }#kxBSnfRQdBMHQUfB2CkkvmmCVNKuLHWW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxBSnfRQdBMHQUfB2CkkvmmCVNKuLHWW > .row > .video-iframe-container { display: none; }#kxBSnfRQdBMHQUfB2CkkvmmCVNKuLHWW > .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); }#kxBSnfRQdBMHQUfB2CkkvmmCVNKuLHWW > .row .container { border-width: 0; border-radius: 0; }#kxBSnfRQdBMHQUfB2CkkvmmCVNKuLHWW > .row > .video-iframe-container {  }#kxBSnfRQdBMHQUfB2CkkvmmCVNKuLHWW > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:60rem;position:relative;display:block; }#Nrwh2JQHB0PK060iXh8TIo7M4QPZlQPV { color:#014f4d;display:block;width:53.5rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:0.4375rem;left:5.1875rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#dZSQGA7vNiQg3GT1iChNk3vs9BDyOnpT { color:#014f4d;display:block;width:53.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:7.6875rem;left:5.1875rem;height:0.9375rem;text-align:center;text-align-last:center;display:block; }
#fit5hWsB8ca3CU785u6yB72fqSGo2aoI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#fit5hWsB8ca3CU785u6yB72fqSGo2aoI > .row .container { background-color: transparent; background-image: none; }#fit5hWsB8ca3CU785u6yB72fqSGo2aoI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fit5hWsB8ca3CU785u6yB72fqSGo2aoI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fit5hWsB8ca3CU785u6yB72fqSGo2aoI > .row .container > .video-iframe-container { display: none; }#fit5hWsB8ca3CU785u6yB72fqSGo2aoI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fit5hWsB8ca3CU785u6yB72fqSGo2aoI > .row > .video-iframe-container { display: none; }#fit5hWsB8ca3CU785u6yB72fqSGo2aoI > .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); }#fit5hWsB8ca3CU785u6yB72fqSGo2aoI > .row .container { border-width: 0; border-radius: 0; }#fit5hWsB8ca3CU785u6yB72fqSGo2aoI > .row > .video-iframe-container {  }#fit5hWsB8ca3CU785u6yB72fqSGo2aoI > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:60rem;position:relative;display:block; }#JQa0chMeebQPtbGma5HQzZ9Bb9COlHdH { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.125rem;width:7.9375rem;top:0rem;left:5.71875rem;overflow:hidden;display:block; }
#nQSD85E7sLXVT9Tu5az2Fyqfx1ZKzr0k { position:absolute;display:block;z-index:100004;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:19.375rem;top:8.4375rem;left:0rem;display:block; }
#XzBdA8bbpsqhTKR1nQDL9aXELmBCubig { color:#000000;display:block;width:17rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:9.25rem;left:1.5rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#TkS8J5zMe5CeJHHU2Ip9CuQMATGgQEIr { color:#000000;display:block;width:17rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:13rem;left:1.1875rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#cTTg6llCDnXyn9uoTmFPzkBaI5iqRByz { position:absolute;display:block;z-index:100008;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.3125rem;width:19.375rem;top:8.4375rem;left:20.3125rem;display:block; }
#IkOxkG7NcK9p0TsJDc1eh5TvmFQwD3T1 { color:#000000;display:block;width:17rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:13.5625rem;left:21.5rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#ufbLRFGe8BgdOo76g6CpZCmT6XeiLl5C { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.125rem;width:4.8125rem;top:0rem;left:27.59375rem;overflow:hidden;display:block; }
#DKpTeetPLcZGiG6WQqU8ElBOwygu1JLp { color:#000000;display:block;width:17rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:10.125rem;left:21.5rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#PJivCBtJyX56Tkd2FccWsXwNrntFaHAU { position:absolute;display:block;z-index:100012;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.25rem;width:19.375rem;top:8.4375rem;left:40.625rem;display:block; }
#CZxLTpHeyTboK9HdWFXUgNd8QIwUHmKQ { color:#000000;display:block;width:17rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100014;line-height:1.5;letter-spacing:0;top:14.5rem;left:41.5rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#ZcQ54My6f6AsFXMMgNuMvP2FqXOicDII { color:#000000;display:block;width:17rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:9.25rem;left:41.5rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#c6qT7HMcfXFkUSvGaeD4wxHA2L9VkevP { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.125rem;width:5.25rem;top:0rem;left:47.6875rem;overflow:hidden;display:block; }
#TIn9svJLpmLG7kyLJG48JMndXIR5Dsic { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#TIn9svJLpmLG7kyLJG48JMndXIR5Dsic > .row .container { background-color: transparent; background-image: none; }#TIn9svJLpmLG7kyLJG48JMndXIR5Dsic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIn9svJLpmLG7kyLJG48JMndXIR5Dsic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIn9svJLpmLG7kyLJG48JMndXIR5Dsic > .row .container > .video-iframe-container { display: none; }#TIn9svJLpmLG7kyLJG48JMndXIR5Dsic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIn9svJLpmLG7kyLJG48JMndXIR5Dsic > .row > .video-iframe-container { display: none; }#TIn9svJLpmLG7kyLJG48JMndXIR5Dsic > .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); }#TIn9svJLpmLG7kyLJG48JMndXIR5Dsic > .row .container { border-width: 0; border-radius: 0; }#TIn9svJLpmLG7kyLJG48JMndXIR5Dsic > .row > .video-iframe-container {  }#TIn9svJLpmLG7kyLJG48JMndXIR5Dsic > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:60rem;position:relative;display:block; }#uDbI4ac29z7JRoslfvBNoDE3BnGWMF96 { color:#014f4d;display:block;width:46.625rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:1.40625rem;left:6.6875rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#MSED9elJTARuwiRC5AMfaJoKcBgHOW0E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#MSED9elJTARuwiRC5AMfaJoKcBgHOW0E > .row .container { background-color: transparent; background-image: none; }#MSED9elJTARuwiRC5AMfaJoKcBgHOW0E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSED9elJTARuwiRC5AMfaJoKcBgHOW0E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSED9elJTARuwiRC5AMfaJoKcBgHOW0E > .row .container > .video-iframe-container { display: none; }#MSED9elJTARuwiRC5AMfaJoKcBgHOW0E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSED9elJTARuwiRC5AMfaJoKcBgHOW0E > .row > .video-iframe-container { display: none; }#MSED9elJTARuwiRC5AMfaJoKcBgHOW0E > .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); }#MSED9elJTARuwiRC5AMfaJoKcBgHOW0E > .row .container { border-width: 0; border-radius: 0; }#MSED9elJTARuwiRC5AMfaJoKcBgHOW0E > .row > .video-iframe-container {  }#MSED9elJTARuwiRC5AMfaJoKcBgHOW0E > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:60rem;position:relative;display:block; }#TsoTg3MNXSoXUlLg9mqOeJ1UT3sr1w3w { color:#014f4d;display:block;width:28.8125rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#bibMckqz4oWSLhKGqJ73K1Q7WD0AA295 { color:#d19a52;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Jw6k34LdTCNrVpnkn3ZcDIa0KR6dxqds { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.25) ;height:17.4375rem;width:17.4375rem;top:6.75rem;left:42.5625rem;overflow:hidden;display:block; }
#T9CGVk2B8ocf4clS7zlr24OfetrO4zR3 { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.75rem;width:20.125rem;top:14.9375rem;left:28.8125rem;overflow:hidden;display:block; }
#vvp3J6vRxR4ORyR629OOLHgOxFLORqFB { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:6.75rem;left:0rem;height:21rem;text-align:left;text-align-last:left;display:block; }
#rAyIR6WGlhc7ywqmNCBc1B5LMPOy4udK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#rAyIR6WGlhc7ywqmNCBc1B5LMPOy4udK > .row .container { background-color: transparent; background-image: none; }#rAyIR6WGlhc7ywqmNCBc1B5LMPOy4udK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAyIR6WGlhc7ywqmNCBc1B5LMPOy4udK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAyIR6WGlhc7ywqmNCBc1B5LMPOy4udK > .row .container > .video-iframe-container { display: none; }#rAyIR6WGlhc7ywqmNCBc1B5LMPOy4udK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAyIR6WGlhc7ywqmNCBc1B5LMPOy4udK > .row > .video-iframe-container { display: none; }#rAyIR6WGlhc7ywqmNCBc1B5LMPOy4udK > .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); }#rAyIR6WGlhc7ywqmNCBc1B5LMPOy4udK > .row .container { border-width: 0; border-radius: 0; }#rAyIR6WGlhc7ywqmNCBc1B5LMPOy4udK > .row > .video-iframe-container {  }#rAyIR6WGlhc7ywqmNCBc1B5LMPOy4udK > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:60rem;position:relative;display:block; }#Xb6FBQTxZT80lGcQou7z1hv0LrGOEzq1 { color:#014f4d;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:1.625rem;left:31.875rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#On2qHSuZddXVyxPM50A8XryTXwaCqr58 { color:#d19a52;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:0rem;left:31.875rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TyDlsZrssAwIaIfGlktBdMA9OD8mg9Bb { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.25) ;height:20.875rem;width:15.625rem;top:6.65625rem;left:0rem;overflow:hidden;display:block; }
#DILzXqnXkLz5oHmrEpBW3Xdue3uTGAIr { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:20.8125rem;top:10.5rem;left:12.875rem;overflow:hidden;display:block; }
#eqDWw1XOwET8unmdmKAmNB2RavrgwhJ9 { color:#000000;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:7.3125rem;left:31.875rem;height:22.5rem;text-align:left;text-align-last:left;display:block; }
#i0MooVws3GNSmt9MB84VNA8EPh4mbuXQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#i0MooVws3GNSmt9MB84VNA8EPh4mbuXQ > .row .container { background-color: transparent; background-image: none; }#i0MooVws3GNSmt9MB84VNA8EPh4mbuXQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0MooVws3GNSmt9MB84VNA8EPh4mbuXQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0MooVws3GNSmt9MB84VNA8EPh4mbuXQ > .row .container > .video-iframe-container { display: none; }#i0MooVws3GNSmt9MB84VNA8EPh4mbuXQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0MooVws3GNSmt9MB84VNA8EPh4mbuXQ > .row > .video-iframe-container { display: none; }#i0MooVws3GNSmt9MB84VNA8EPh4mbuXQ > .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); }#i0MooVws3GNSmt9MB84VNA8EPh4mbuXQ > .row .container { border-width: 0; border-radius: 0; }#i0MooVws3GNSmt9MB84VNA8EPh4mbuXQ > .row > .video-iframe-container {  }#i0MooVws3GNSmt9MB84VNA8EPh4mbuXQ > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:60rem;position:relative;display:block; }#r26DElLea18C2XNUyRDLx4EV5fPt9FD7 { color:#014f4d;display:block;width:28.8125rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#bC2IosQKHryLJ7WFCs0F6NSbXq7xpbTD { color:#d19a52;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#byt00GH9fnuKIegvneevEEcA9aNH6T1G { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 2.5rem rgba(255,255,255,0.25) ;height:16.6875rem;width:20rem;top:5.75rem;left:40rem;overflow:hidden;display:block; }
#q2GDx7cnCTUlepkUkEzyuu6iWUNJGSKm { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.75rem;width:20.125rem;top:14.9375rem;left:30.4375rem;overflow:hidden;display:block; }
#te703nKvoOHxOFt839QhbFvb3IgZq2e8 { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:6.75rem;left:0rem;height:21rem;text-align:left;text-align-last:left;display:block; }
#RxFmhrsEzqIaqXk43yVEZlgKA1ck2NZU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#RxFmhrsEzqIaqXk43yVEZlgKA1ck2NZU > .row .container { background-color: transparent; background-image: none; }#RxFmhrsEzqIaqXk43yVEZlgKA1ck2NZU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxFmhrsEzqIaqXk43yVEZlgKA1ck2NZU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxFmhrsEzqIaqXk43yVEZlgKA1ck2NZU > .row .container > .video-iframe-container { display: none; }#RxFmhrsEzqIaqXk43yVEZlgKA1ck2NZU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxFmhrsEzqIaqXk43yVEZlgKA1ck2NZU > .row > .video-iframe-container { display: none; }#RxFmhrsEzqIaqXk43yVEZlgKA1ck2NZU > .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); }#RxFmhrsEzqIaqXk43yVEZlgKA1ck2NZU > .row .container { border-width: 0; border-radius: 0; }#RxFmhrsEzqIaqXk43yVEZlgKA1ck2NZU > .row > .video-iframe-container {  }#RxFmhrsEzqIaqXk43yVEZlgKA1ck2NZU > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;position:relative;display:block; }#ZxXFFOeDgqMEAdin0kHTwEvdsiKz9MRu { color:#014f4d;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#qp3gQSO2fQNNQtcWgOxPDJud7JOKqrNo { color:#d19a52;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vleqDwUT3lLo90HW6v6DHIm7TD1EuUFp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dbdbdb;background-image:none;position:relative;display:block; }#vleqDwUT3lLo90HW6v6DHIm7TD1EuUFp > .row .container { background-color: transparent; background-image: none; }#vleqDwUT3lLo90HW6v6DHIm7TD1EuUFp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vleqDwUT3lLo90HW6v6DHIm7TD1EuUFp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vleqDwUT3lLo90HW6v6DHIm7TD1EuUFp > .row .container > .video-iframe-container { display: none; }#vleqDwUT3lLo90HW6v6DHIm7TD1EuUFp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vleqDwUT3lLo90HW6v6DHIm7TD1EuUFp > .row > .video-iframe-container { display: none; }#vleqDwUT3lLo90HW6v6DHIm7TD1EuUFp > .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); }#vleqDwUT3lLo90HW6v6DHIm7TD1EuUFp > .row .container { border-width: 0; border-radius: 0; }#vleqDwUT3lLo90HW6v6DHIm7TD1EuUFp > .row > .video-iframe-container {  }#vleqDwUT3lLo90HW6v6DHIm7TD1EuUFp > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:60rem;position:relative;display:block; }#TICyF5olDTXle5IpZ8ESHohi1AZTPA3W { color:#000000;display:block;width:47.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.5;letter-spacing:0;top:2.875rem;left:6.3125rem;height:9rem;text-align:center;text-align-last:center;display:block; }
#AF2XOPgPVbQf5vIlcrQlBUDMoO8KRZp2 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:8.9375rem;width:5.625rem;top:15.28125rem;left:8.6259765625rem;overflow:hidden;display:block; }
#v2y5yBpyu4hUIODqLG2ycrwV62omOhtH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:17.125rem;left:16.5625rem;height:1.4375rem;font-style:normal;display:block; }
#KKivHzdvIct2umisM9k20w4bG3vsIndU { position:absolute;display:block;z-index:100010;background-color:#d19a52;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:6.25rem;top:19.6875rem;left:16.5625rem;display:block; }
#zCufbNhovQ0GTFH7Trv4wq9p7yrxsO4E { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:20.6875rem;left:16.5625rem;height:1.5rem;font-style:normal;display:block; }
#qEOvbNxb5XT6wrXIncHgB3bLoiXuGuLm { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:100016;line-height:1.5;letter-spacing:0;top:20.6875rem;left:41.1875rem;height:1.5rem;font-style:normal;display:block; }
#lli69pTSI1vvydeUDh0h4xVLhHPi3DyB { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:8.9375rem;width:5.875rem;top:15.28125rem;left:32.96875rem;overflow:hidden;display:block; }
#R2lZMhzaF1qBZzorDdnFIE3NTT7TeRbG { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:17.125rem;left:41.1875rem;height:1.4375rem;font-style:normal;display:block; }
#ilT5ctewJ64w0TDOVZCT8HAZSPHEndv9 { position:absolute;display:block;z-index:100014;background-color:#d19a52;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:6.25rem;top:19.6875rem;left:41.1875rem;display:block; }
#Jhg5D7hwmd0RD2WBNAOTJaw5TAFXW5c6 { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:5.9375rem;top:0rem;left:27.03125rem;overflow:hidden;display:block; }
#D0VaDQTdewyyEHUIwAK8rxJzomv5wqSQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#58c1d5;background-image:url("https://images.assets-landingi.com/nfseZEMq/bg2.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#D0VaDQTdewyyEHUIwAK8rxJzomv5wqSQ.adaptive-delivery-prevent-bg, #D0VaDQTdewyyEHUIwAK8rxJzomv5wqSQ.lazyload, #D0VaDQTdewyyEHUIwAK8rxJzomv5wqSQ.lazyloading { background-image: none; }#D0VaDQTdewyyEHUIwAK8rxJzomv5wqSQ > .row .container { background-color: transparent; background-image: none; }#D0VaDQTdewyyEHUIwAK8rxJzomv5wqSQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0VaDQTdewyyEHUIwAK8rxJzomv5wqSQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0VaDQTdewyyEHUIwAK8rxJzomv5wqSQ > .row .container > .video-iframe-container { display: none; }#D0VaDQTdewyyEHUIwAK8rxJzomv5wqSQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0VaDQTdewyyEHUIwAK8rxJzomv5wqSQ > .row > .video-iframe-container { display: none; }#D0VaDQTdewyyEHUIwAK8rxJzomv5wqSQ > .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); }#D0VaDQTdewyyEHUIwAK8rxJzomv5wqSQ > .row .container { border-width: 0; border-radius: 0; }#D0VaDQTdewyyEHUIwAK8rxJzomv5wqSQ > .row > .video-iframe-container {  }#D0VaDQTdewyyEHUIwAK8rxJzomv5wqSQ > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:60rem;position:relative;display:block; }#NbRvsRtsBO9Ct9iK7ihkNbPAkVfVGQFn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#58c1d5;background-image:none;position:relative;display:block; }#NbRvsRtsBO9Ct9iK7ihkNbPAkVfVGQFn > .row .container { background-color: transparent; background-image: none; }#NbRvsRtsBO9Ct9iK7ihkNbPAkVfVGQFn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbRvsRtsBO9Ct9iK7ihkNbPAkVfVGQFn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbRvsRtsBO9Ct9iK7ihkNbPAkVfVGQFn > .row .container > .video-iframe-container { display: none; }#NbRvsRtsBO9Ct9iK7ihkNbPAkVfVGQFn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NbRvsRtsBO9Ct9iK7ihkNbPAkVfVGQFn > .row > .video-iframe-container { display: none; }#NbRvsRtsBO9Ct9iK7ihkNbPAkVfVGQFn > .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); }#NbRvsRtsBO9Ct9iK7ihkNbPAkVfVGQFn > .row .container { border-width: 0; border-radius: 0; }#NbRvsRtsBO9Ct9iK7ihkNbPAkVfVGQFn > .row > .video-iframe-container {  }#NbRvsRtsBO9Ct9iK7ihkNbPAkVfVGQFn > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:60rem;position:relative;display:block; }#F7eAzchrxU36LVRwATRTSPDIZeubS7px { color:#ffffff;display:block;width:29.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:10.1875rem;left:2.5625rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#akTU9oWTkITTKfTunMSo77EqGmfBIE4q { color:#ffffff;display:block;width:26.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:18rem;left:2.5625rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#A4zNsmV8MA58b1xGzaOv6NlCCxE6HTSa { color:#ffffff;display:block;width:35.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:14.21875rem;left:2.5625rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#uRwLpibRbyc2GZclprtOolg1T3TUSLQM { color:#014f4d;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hTEFF055IcR5sTTrGE0UUeaOztr3xQRr { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.5rem;width:20.0625rem;top:5.09375rem;left:38.375rem;overflow:hidden;display:block; }
#Kev45nxBmfT3BNW9RPT2eQxkGDBUTOu9 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100015;top:14.875rem;left:0rem; }
#PBqeWQdAyNldHp7iyaAVE5PdWTOUWVhX { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100016;top:10.84375rem;left:0rem; }
#bFZFXCOGFOEfFaeb5ee1girieR6RBqO0 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100016;top:18.65625rem;left:0rem; }
#PZ5tWg7TM3GItgnw3fpskRPcv788dT9N { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100017;top:22.53125rem;left:0rem; }
#hKbyKGBtggfPv2m1Fp3N6oedxn9wDkTl { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:21.875rem;left:2.5625rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#wb8y1axprare2a9RuoxmVraEhmiK8hac { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100018;top:26.34375rem;left:0rem; }
#D0S818Q2XZeePqT8VXMHwEhFiDwzFIbo { color:#ffffff;display:block;width:35.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:25.6875rem;left:2.5625rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#iNAk1GINVMMseyusCBUr1n4fwazTwR1K { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100019;top:29.3125rem;left:0rem; }
#Swsg9WPVxPvIN4BMqDdaOn4UZfaWZL3c { color:#ffffff;display:block;width:27.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:29.375rem;left:2.5625rem;height:1.4375rem;text-align:left;text-align-last:left;display:block; }
#Gu9dd9OzTTzAhsgqQqIWUUTlLz1xOErU { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:32.4375rem;left:2.5625rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#aFeXtlZg3LZ1kiMLeSTdstrPpNPGi9nA { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100020;top:33.09375rem;left:0rem; }
#JKpVT0m2mkIovtWzaQTwMOxMHuKOU6BG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#JKpVT0m2mkIovtWzaQTwMOxMHuKOU6BG > .row .container { background-color: transparent; background-image: none; }#JKpVT0m2mkIovtWzaQTwMOxMHuKOU6BG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKpVT0m2mkIovtWzaQTwMOxMHuKOU6BG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKpVT0m2mkIovtWzaQTwMOxMHuKOU6BG > .row .container > .video-iframe-container { display: none; }#JKpVT0m2mkIovtWzaQTwMOxMHuKOU6BG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JKpVT0m2mkIovtWzaQTwMOxMHuKOU6BG > .row > .video-iframe-container { display: none; }#JKpVT0m2mkIovtWzaQTwMOxMHuKOU6BG > .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); }#JKpVT0m2mkIovtWzaQTwMOxMHuKOU6BG > .row .container { border-width: 0; border-radius: 0; }#JKpVT0m2mkIovtWzaQTwMOxMHuKOU6BG > .row > .video-iframe-container {  }#JKpVT0m2mkIovtWzaQTwMOxMHuKOU6BG > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#mxg6rfIqRs0p9TnRTFv9Tka9leb9f4q1 { position:absolute;display:block;z-index:100003;background-color:#58c1d5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:1.875rem;top:5.53125rem;left:29.0625rem;display:block; }
#TeTP6pmGlXUfVcfoocRiJ8JVuR1LluvF { display:block;width:59.8125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0rem;height:1.875rem;font-style:normal;color:#2d3142;text-align:center;text-align-last:center;display:block; }
#BHdZW0uzP9ms0uGZX8A8lS0o5yQR3rQJ { display:block;width:59.8125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:0.9375rem;font-style:normal;color:#2d3142;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #R5lWPb9t0hxGu0mF868IZZ594TkgP1Cw { display:block; }#R5lWPb9t0hxGu0mF868IZZ594TkgP1Cw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9NBt9HM2pDWg8HIEWOv4LVUTVqDWH4J { width:20.75rem;height:23.9375rem;top:10.75rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtklTTO2xDovKuNTxA3QTUfS4wiMBA2x { width:21.875rem;height:24.375rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI86MFRDlhsGqtTOy9DAOds5rGFo7ewb { width:47.75rem;height:4.125rem;top:3.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLAs7CqxhTAbF2wJWyzaWuT9VTKv8Tuz { width:33.0625rem;height:4.5rem;top:7.875rem;left:7.34375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0uQlFlvzuA61UiRRMcOV714TD2k1K6C { width:12.5rem;height:0.125rem;top:14.125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CERxKW13EkLutOX2vOoLUtVnLtwWm11O { width:6.25rem;height:6.25rem;top:12.3125rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AagafkTRZyID4Cgmc70lQpH42P3Pd77Q { width:5.5625rem;height:3rem;top:13rem;left:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvMgbEnSBmwrdt7oRwaIUaTtXxB2u6zd { width:5.5625rem;height:1.375rem;top:16.25rem;left:7.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDnirSPb5ydlTvoHnsMJREnELkfVOvEv { top:17.625rem;left:21.65625rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJmwOBEDB2ASVaRlewmVuznvsHt6ob7n { display:block; }#QJmwOBEDB2ASVaRlewmVuznvsHt6ob7n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxBSnfRQdBMHQUfB2CkkvmmCVNKuLHWW { display:block; }#kxBSnfRQdBMHQUfB2CkkvmmCVNKuLHWW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nrwh2JQHB0PK060iXh8TIo7M4QPZlQPV { width:47.75rem;height:6.5rem;top:0.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZSQGA7vNiQg3GT1iChNk3vs9BDyOnpT { width:47.75rem;height:0.9375rem;top:7.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fit5hWsB8ca3CU785u6yB72fqSGo2aoI { display:block; }#fit5hWsB8ca3CU785u6yB72fqSGo2aoI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQa0chMeebQPtbGma5HQzZ9Bb9COlHdH { width:7.9375rem;height:10.125rem;top:0rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQSD85E7sLXVT9Tu5az2Fyqfx1ZKzr0k { width:19.375rem;height:12.5rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzBdA8bbpsqhTKR1nQDL9aXELmBCubig { width:17rem;height:3.5rem;top:9.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkS8J5zMe5CeJHHU2Ip9CuQMATGgQEIr { width:17rem;height:7.5rem;top:13rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTg6llCDnXyn9uoTmFPzkBaI5iqRByz { width:19.375rem;height:12.3125rem;top:8.4375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkOxkG7NcK9p0TsJDc1eh5TvmFQwD3T1 { width:17rem;height:6rem;top:13.5625rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufbLRFGe8BgdOo76g6CpZCmT6XeiLl5C { width:4.8125rem;height:10.125rem;top:0rem;left:21.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKpTeetPLcZGiG6WQqU8ElBOwygu1JLp { width:17rem;height:1.75rem;top:10.125rem;left:14.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJivCBtJyX56Tkd2FccWsXwNrntFaHAU { width:19.375rem;height:12.25rem;top:8.4375rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZxLTpHeyTboK9HdWFXUgNd8QIwUHmKQ { width:17rem;height:4.5rem;top:14.5rem;left:30.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcQ54My6f6AsFXMMgNuMvP2FqXOicDII { width:17rem;height:3.5rem;top:9.25rem;left:30.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6qT7HMcfXFkUSvGaeD4wxHA2L9VkevP { width:5.25rem;height:10.125rem;top:0rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIn9svJLpmLG7kyLJG48JMndXIR5Dsic { display:block; }#TIn9svJLpmLG7kyLJG48JMndXIR5Dsic > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDbI4ac29z7JRoslfvBNoDE3BnGWMF96 { width:46.625rem;height:6.5rem;top:1.375rem;left:0.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSED9elJTARuwiRC5AMfaJoKcBgHOW0E { display:block; }#MSED9elJTARuwiRC5AMfaJoKcBgHOW0E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsoTg3MNXSoXUlLg9mqOeJ1UT3sr1w3w { width:28.8125rem;height:3.25rem;top:1.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bibMckqz4oWSLhKGqJ73K1Q7WD0AA295 { width:37.5rem;height:1.4375rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw6k34LdTCNrVpnkn3ZcDIa0KR6dxqds { width:17.4375rem;height:17.4375rem;top:6.75rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9CGVk2B8ocf4clS7zlr24OfetrO4zR3 { width:20.125rem;height:16.75rem;top:14.9375rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvp3J6vRxR4ORyR629OOLHgOxFLORqFB { width:31.8125rem;height:21rem;top:6.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAyIR6WGlhc7ywqmNCBc1B5LMPOy4udK { display:block; }#rAyIR6WGlhc7ywqmNCBc1B5LMPOy4udK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xb6FBQTxZT80lGcQou7z1hv0LrGOEzq1 { width:28.125rem;height:3.25rem;top:1.625rem;left:19.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #On2qHSuZddXVyxPM50A8XryTXwaCqr58 { width:28.125rem;height:1.4375rem;top:0rem;left:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyDlsZrssAwIaIfGlktBdMA9OD8mg9Bb { width:15.625rem;height:20.875rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DILzXqnXkLz5oHmrEpBW3Xdue3uTGAIr { width:20.8125rem;height:18rem;top:10.5rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqDWw1XOwET8unmdmKAmNB2RavrgwhJ9 { width:28.125rem;height:22.5rem;top:7.3125rem;left:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0MooVws3GNSmt9MB84VNA8EPh4mbuXQ { display:block; }#i0MooVws3GNSmt9MB84VNA8EPh4mbuXQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r26DElLea18C2XNUyRDLx4EV5fPt9FD7 { width:28.8125rem;height:3.25rem;top:1.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC2IosQKHryLJ7WFCs0F6NSbXq7xpbTD { width:37.5rem;height:1.4375rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #byt00GH9fnuKIegvneevEEcA9aNH6T1G { width:20rem;height:16.6875rem;top:5.75rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2GDx7cnCTUlepkUkEzyuu6iWUNJGSKm { width:20.125rem;height:16.75rem;top:14.9375rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #te703nKvoOHxOFt839QhbFvb3IgZq2e8 { width:31.8125rem;height:21rem;top:6.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxFmhrsEzqIaqXk43yVEZlgKA1ck2NZU { display:block; }#RxFmhrsEzqIaqXk43yVEZlgKA1ck2NZU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZxXFFOeDgqMEAdin0kHTwEvdsiKz9MRu { width:47.75rem;height:3.25rem;top:1.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp3gQSO2fQNNQtcWgOxPDJud7JOKqrNo { width:47.75rem;height:1.4375rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vleqDwUT3lLo90HW6v6DHIm7TD1EuUFp { display:block; }#vleqDwUT3lLo90HW6v6DHIm7TD1EuUFp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TICyF5olDTXle5IpZ8ESHohi1AZTPA3W { width:47.3125rem;height:9rem;top:2.875rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF2XOPgPVbQf5vIlcrQlBUDMoO8KRZp2 { width:5.625rem;height:8.9375rem;top:15.25rem;left:2.5009765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2y5yBpyu4hUIODqLG2ycrwV62omOhtH { width:12.5rem;height:1.4375rem;top:17.125rem;left:10.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKivHzdvIct2umisM9k20w4bG3vsIndU { width:6.25rem;height:0.125rem;top:19.6875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCufbNhovQ0GTFH7Trv4wq9p7yrxsO4E { width:12.5rem;height:1.5rem;top:20.6875rem;left:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEOvbNxb5XT6wrXIncHgB3bLoiXuGuLm { width:12.5rem;height:1.5rem;top:20.6875rem;left:35.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lli69pTSI1vvydeUDh0h4xVLhHPi3DyB { width:5.875rem;height:8.9375rem;top:15.25rem;left:26.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2lZMhzaF1qBZzorDdnFIE3NTT7TeRbG { width:12.5rem;height:1.4375rem;top:17.125rem;left:35.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilT5ctewJ64w0TDOVZCT8HAZSPHEndv9 { width:6.25rem;height:0.125rem;top:19.6875rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jhg5D7hwmd0RD2WBNAOTJaw5TAFXW5c6 { top:0rem;left:20.90625rem;width:5.9375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0VaDQTdewyyEHUIwAK8rxJzomv5wqSQ { display:block; }#D0VaDQTdewyyEHUIwAK8rxJzomv5wqSQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbRvsRtsBO9Ct9iK7ihkNbPAkVfVGQFn { display:block; }#NbRvsRtsBO9Ct9iK7ihkNbPAkVfVGQFn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F7eAzchrxU36LVRwATRTSPDIZeubS7px { width:29.6875rem;height:2.875rem;top:10.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #akTU9oWTkITTKfTunMSo77EqGmfBIE4q { width:26.3125rem;height:2.875rem;top:18rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4zNsmV8MA58b1xGzaOv6NlCCxE6HTSa { width:35.875rem;height:2.875rem;top:14.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRwLpibRbyc2GZclprtOolg1T3TUSLQM { width:37.5rem;height:6.5rem;top:1.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTEFF055IcR5sTTrGE0UUeaOztr3xQRr { width:20.0625rem;height:18.5rem;top:5.0625rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kev45nxBmfT3BNW9RPT2eQxkGDBUTOu9 { width:1.5625rem;height:1.5625rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBqeWQdAyNldHp7iyaAVE5PdWTOUWVhX { width:1.5625rem;height:1.5625rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFZFXCOGFOEfFaeb5ee1girieR6RBqO0 { width:1.5625rem;height:1.5625rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZ5tWg7TM3GItgnw3fpskRPcv788dT9N { width:1.5625rem;height:1.5625rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKbyKGBtggfPv2m1Fp3N6oedxn9wDkTl { width:35.625rem;height:2.875rem;top:21.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb8y1axprare2a9RuoxmVraEhmiK8hac { width:1.5625rem;height:1.5625rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0S818Q2XZeePqT8VXMHwEhFiDwzFIbo { width:35.875rem;height:2.875rem;top:25.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNAk1GINVMMseyusCBUr1n4fwazTwR1K { width:1.5625rem;height:1.5625rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Swsg9WPVxPvIN4BMqDdaOn4UZfaWZL3c { width:27.9375rem;height:1.4375rem;top:29.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu9dd9OzTTzAhsgqQqIWUUTlLz1xOErU { width:34.375rem;height:2.875rem;top:32.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFeXtlZg3LZ1kiMLeSTdstrPpNPGi9nA { width:1.5625rem;height:1.5625rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKpVT0m2mkIovtWzaQTwMOxMHuKOU6BG { display:block; }#JKpVT0m2mkIovtWzaQTwMOxMHuKOU6BG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mxg6rfIqRs0p9TnRTFv9Tka9leb9f4q1 { width:1.875rem;height:0.125rem;top:9.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeTP6pmGlXUfVcfoocRiJ8JVuR1LluvF { width:25.875rem;height:3.875rem;top:7.875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHdZW0uzP9ms0uGZX8A8lS0o5yQR3rQJ { width:25.875rem;height:3.875rem;top:7.875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #R5lWPb9t0hxGu0mF868IZZ594TkgP1Cw { display:block; }#R5lWPb9t0hxGu0mF868IZZ594TkgP1Cw > .row .container { width:20rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9NBt9HM2pDWg8HIEWOv4LVUTVqDWH4J { width:20rem;height:23.072289156626rem;top:10.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JtklTTO2xDovKuNTxA3QTUfS4wiMBA2x { width:15.0625rem;height:16.8125rem;top:18.5625rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aI86MFRDlhsGqtTOy9DAOds5rGFo7ewb { width:20rem;height:3.25rem;top:8rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLAs7CqxhTAbF2wJWyzaWuT9VTKv8Tuz { width:20rem;height:3.375rem;top:12.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0uQlFlvzuA61UiRRMcOV714TD2k1K6C { width:12.5rem;height:0.125rem;top:17.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CERxKW13EkLutOX2vOoLUtVnLtwWm11O { width:6.25rem;height:6.25rem;top:19.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AagafkTRZyID4Cgmc70lQpH42P3Pd77Q { width:5.5625rem;height:3rem;top:19.6875rem;left:7.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvMgbEnSBmwrdt7oRwaIUaTtXxB2u6zd { width:5.5625rem;height:1.375rem;top:23.125rem;left:7.21875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDnirSPb5ydlTvoHnsMJREnELkfVOvEv { width:4.4375rem;height:4.4375rem;top:1.3125rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJmwOBEDB2ASVaRlewmVuznvsHt6ob7n { display:block; }#QJmwOBEDB2ASVaRlewmVuznvsHt6ob7n > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxBSnfRQdBMHQUfB2CkkvmmCVNKuLHWW { display:block; }#kxBSnfRQdBMHQUfB2CkkvmmCVNKuLHWW > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nrwh2JQHB0PK060iXh8TIo7M4QPZlQPV { width:19.25rem;height:9rem;top:1.3125rem;left:0.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZSQGA7vNiQg3GT1iChNk3vs9BDyOnpT { width:20rem;height:1.875rem;top:11.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fit5hWsB8ca3CU785u6yB72fqSGo2aoI { display:block; }#fit5hWsB8ca3CU785u6yB72fqSGo2aoI > .row .container { width:20rem;height:64.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JQa0chMeebQPtbGma5HQzZ9Bb9COlHdH { width:6.0625rem;height:7.75rem;top:14.25rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQSD85E7sLXVT9Tu5az2Fyqfx1ZKzr0k { width:18.75rem;height:12.375rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzBdA8bbpsqhTKR1nQDL9aXELmBCubig { width:17rem;height:3.5rem;top:1.8125rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkS8J5zMe5CeJHHU2Ip9CuQMATGgQEIr { width:17rem;height:7.5rem;top:6.125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTg6llCDnXyn9uoTmFPzkBaI5iqRByz { width:18.75rem;height:11.0625rem;top:22.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkOxkG7NcK9p0TsJDc1eh5TvmFQwD3T1 { width:17rem;height:6rem;top:27.125rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufbLRFGe8BgdOo76g6CpZCmT6XeiLl5C { width:3.625rem;height:7.75rem;top:34.875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKpTeetPLcZGiG6WQqU8ElBOwygu1JLp { width:17rem;height:1.75rem;top:23.8125rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJivCBtJyX56Tkd2FccWsXwNrntFaHAU { width:18.75rem;height:11.0625rem;top:43.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZxLTpHeyTboK9HdWFXUgNd8QIwUHmKQ { width:17rem;height:4.5rem;top:49.4375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcQ54My6f6AsFXMMgNuMvP2FqXOicDII { width:17rem;height:3.5rem;top:45rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6qT7HMcfXFkUSvGaeD4wxHA2L9VkevP { width:4rem;height:7.75rem;top:56.1875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIn9svJLpmLG7kyLJG48JMndXIR5Dsic { display:block; }#TIn9svJLpmLG7kyLJG48JMndXIR5Dsic > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDbI4ac29z7JRoslfvBNoDE3BnGWMF96 { width:19.25rem;height:6.75rem;top:1.3125rem;left:0.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSED9elJTARuwiRC5AMfaJoKcBgHOW0E { display:block; }#MSED9elJTARuwiRC5AMfaJoKcBgHOW0E > .row .container { width:20rem;height:62.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsoTg3MNXSoXUlLg9mqOeJ1UT3sr1w3w { width:20rem;height:2.25rem;top:3.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bibMckqz4oWSLhKGqJ73K1Q7WD0AA295 { width:15.625rem;height:1.375rem;top:1.25rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Jw6k34LdTCNrVpnkn3ZcDIa0KR6dxqds { width:12.4375rem;height:12.4375rem;top:48.9619140625rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9CGVk2B8ocf4clS7zlr24OfetrO4zR3 { width:20rem;height:16.6494140625rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvp3J6vRxR4ORyR629OOLHgOxFLORqFB { width:20rem;height:33rem;top:7.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rAyIR6WGlhc7ywqmNCBc1B5LMPOy4udK { display:block; }#rAyIR6WGlhc7ywqmNCBc1B5LMPOy4udK > .row .container { width:20rem;height:62.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xb6FBQTxZT80lGcQou7z1hv0LrGOEzq1 { width:20rem;height:2.25rem;top:3.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #On2qHSuZddXVyxPM50A8XryTXwaCqr58 { width:15.625rem;height:1.375rem;top:1.25rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TyDlsZrssAwIaIfGlktBdMA9OD8mg9Bb { width:11.5625rem;height:15.5rem;top:40.53125rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DILzXqnXkLz5oHmrEpBW3Xdue3uTGAIr { width:15rem;height:12.9375rem;top:49.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqDWw1XOwET8unmdmKAmNB2RavrgwhJ9 { width:20rem;height:31.5rem;top:7.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i0MooVws3GNSmt9MB84VNA8EPh4mbuXQ { display:block; }#i0MooVws3GNSmt9MB84VNA8EPh4mbuXQ > .row .container { width:20rem;height:62.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r26DElLea18C2XNUyRDLx4EV5fPt9FD7 { width:20rem;height:2.25rem;top:3.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bC2IosQKHryLJ7WFCs0F6NSbXq7xpbTD { width:15.625rem;height:1.375rem;top:1.25rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #byt00GH9fnuKIegvneevEEcA9aNH6T1G { width:14.5625rem;height:12.125rem;top:49.0244140625rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2GDx7cnCTUlepkUkEzyuu6iWUNJGSKm { width:20rem;height:16.6494140625rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #te703nKvoOHxOFt839QhbFvb3IgZq2e8 { width:20rem;height:34.5rem;top:7.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RxFmhrsEzqIaqXk43yVEZlgKA1ck2NZU { display:block; }#RxFmhrsEzqIaqXk43yVEZlgKA1ck2NZU > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZxXFFOeDgqMEAdin0kHTwEvdsiKz9MRu { width:20rem;height:2.25rem;top:3.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp3gQSO2fQNNQtcWgOxPDJud7JOKqrNo { width:15.625rem;height:1.375rem;top:1.25rem;left:2.1875rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vleqDwUT3lLo90HW6v6DHIm7TD1EuUFp { display:block; }#vleqDwUT3lLo90HW6v6DHIm7TD1EuUFp > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TICyF5olDTXle5IpZ8ESHohi1AZTPA3W { width:20rem;height:19.5rem;top:4.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF2XOPgPVbQf5vIlcrQlBUDMoO8KRZp2 { width:3.75rem;height:5.625rem;top:25.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2y5yBpyu4hUIODqLG2ycrwV62omOhtH { width:12.5rem;height:1.4375rem;top:32.1875rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KKivHzdvIct2umisM9k20w4bG3vsIndU { width:6.25rem;height:0.125rem;top:53.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCufbNhovQ0GTFH7Trv4wq9p7yrxsO4E { width:11.875rem;height:1.3125rem;top:34.34375rem;left:4.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qEOvbNxb5XT6wrXIncHgB3bLoiXuGuLm { width:11.875rem;height:1.3125rem;top:49.75rem;left:4.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lli69pTSI1vvydeUDh0h4xVLhHPi3DyB { width:3.75rem;height:5.625rem;top:40.3125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2lZMhzaF1qBZzorDdnFIE3NTT7TeRbG { width:12.5rem;height:1.4375rem;top:47.5rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ilT5ctewJ64w0TDOVZCT8HAZSPHEndv9 { width:6.25rem;height:0.125rem;top:37.53125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jhg5D7hwmd0RD2WBNAOTJaw5TAFXW5c6 { width:5.9375rem;height:2.0625rem;top:1.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0VaDQTdewyyEHUIwAK8rxJzomv5wqSQ { display:block; }#D0VaDQTdewyyEHUIwAK8rxJzomv5wqSQ > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbRvsRtsBO9Ct9iK7ihkNbPAkVfVGQFn { display:block; }#NbRvsRtsBO9Ct9iK7ihkNbPAkVfVGQFn > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F7eAzchrxU36LVRwATRTSPDIZeubS7px { width:17.5625rem;height:3.75rem;top:10rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #akTU9oWTkITTKfTunMSo77EqGmfBIE4q { width:17.125rem;height:3.75rem;top:14.5625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4zNsmV8MA58b1xGzaOv6NlCCxE6HTSa { width:17.625rem;height:5rem;top:19.625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRwLpibRbyc2GZclprtOolg1T3TUSLQM { width:20rem;height:6.75rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTEFF055IcR5sTTrGE0UUeaOztr3xQRr { width:20rem;height:18.4423828125rem;top:48.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kev45nxBmfT3BNW9RPT2eQxkGDBUTOu9 { width:1.5625rem;height:1.5625rem;top:11.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBqeWQdAyNldHp7iyaAVE5PdWTOUWVhX { width:1.5625rem;height:1.5625rem;top:15.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFZFXCOGFOEfFaeb5ee1girieR6RBqO0 { width:1.5625rem;height:1.5625rem;top:21.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZ5tWg7TM3GItgnw3fpskRPcv788dT9N { width:1.5625rem;height:1.5625rem;top:27.2861328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKbyKGBtggfPv2m1Fp3N6oedxn9wDkTl { width:17.1875rem;height:5rem;top:25.5673828125rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb8y1axprare2a9RuoxmVraEhmiK8hac { width:1.5625rem;height:1.5625rem;top:33.3798828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0S818Q2XZeePqT8VXMHwEhFiDwzFIbo { width:17.6875rem;height:3.75rem;top:32.2861328125rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNAk1GINVMMseyusCBUr1n4fwazTwR1K { width:1.5625rem;height:1.5625rem;top:38.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Swsg9WPVxPvIN4BMqDdaOn4UZfaWZL3c { width:17.6875rem;height:2.5rem;top:37.78125rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu9dd9OzTTzAhsgqQqIWUUTlLz1xOErU { width:17.75rem;height:5rem;top:41.8173828125rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFeXtlZg3LZ1kiMLeSTdstrPpNPGi9nA { width:1.5625rem;height:1.5625rem;top:43.5361328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKpVT0m2mkIovtWzaQTwMOxMHuKOU6BG { display:block; }#JKpVT0m2mkIovtWzaQTwMOxMHuKOU6BG > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mxg6rfIqRs0p9TnRTFv9Tka9leb9f4q1 { width:1.875rem;height:0.125rem;top:8.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeTP6pmGlXUfVcfoocRiJ8JVuR1LluvF { width:20rem;height:4.6875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHdZW0uzP9ms0uGZX8A8lS0o5yQR3rQJ { width:20rem;height:2.8125rem;top:7.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }