.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: 1199px) {
    html {
        width: 1200px;
    }
}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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:"open sans";height:5rem;width:75rem;position:relative;display:block; }#hMb9IB07KXJuWRNkWUGSA704z5RulWlq { 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.4375rem;width:16.4375rem;top:0rem;left:1.9150390625rem;overflow:hidden;display:block; }
#KMeGQ2EhlferSDBknZT8XXzqayTdm3wo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.40625rem;left:20.4375rem;display:block; }
#tGxsFPJ62qXZgTmBTdTBhB4CPViAJsXI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#skR3TLeowy3PNbho3h8tl3UWcQV8takD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.40625rem;left:37.25rem;display:block; }
#Iz0QhxtScmgstgGRRprFrtntCHnte0RV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#udg9PizfLSuiAUTTW6N8NVOu8fNgTn4W { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.40625rem;left:45.4375rem;display:block; }
#G0hcBETIpHopdDUXT4gr3bKQ9aWX6m5Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L9HuzlJh9Zdps3JM2tVRNqxoaDowrT6N { background-color:#e05f28;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.9375rem;left:62.5rem;display:block; }
#dnvDSRBuoDRQwabbl9Ni7eWbzH8AGAAd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pqog8G1wkLONJkF5DEooQXOh9yGRuM2x { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.40625rem;left:34.6875rem;display:none; }
#e5gh3Lqo8BsFB13d7MfcudST59XtvsPk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TQVqRXBTvZR7Z8eTO3iuaubUlpVHzTE4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.40625rem;left:28.3125rem;display:block; }
#zACycWphdxQi0w8iG3OgiH5lkkBdXHQy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pr1aNQeTixlK53LOCOClsQh2CiW0l814 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pr1aNQeTixlK53LOCOClsQh2CiW0l814 > .row .container { background-color: transparent; background-image: none; }#pr1aNQeTixlK53LOCOClsQh2CiW0l814::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pr1aNQeTixlK53LOCOClsQh2CiW0l814 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pr1aNQeTixlK53LOCOClsQh2CiW0l814 > .row .container > .video-iframe-container { display: none; }#pr1aNQeTixlK53LOCOClsQh2CiW0l814 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pr1aNQeTixlK53LOCOClsQh2CiW0l814 > .row > .video-iframe-container { display: none; }#pr1aNQeTixlK53LOCOClsQh2CiW0l814 > .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); }#pr1aNQeTixlK53LOCOClsQh2CiW0l814 > .row .container { border-width: 0; border-radius: 0; }#pr1aNQeTixlK53LOCOClsQh2CiW0l814 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pr1aNQeTixlK53LOCOClsQh2CiW0l814 > .row .container { font-size:0.875rem;font-family:arial;height:1rem;width:75rem;position:relative;display:block; }#kuaTyuGwFarXgtXrpilKoxFX2VxmDIz7 { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#bRUd0qiytmMbblsr9HXaebKROQ3F3bSA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eo05CRQADGJxlLsfcBbmva7EdadzdreP { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#DmZWwA52BsCT5XfNhNdU5dIzzRFUwXxn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zTEnoJ9fKvt8ItTdANwrUpU3ZBTWx5WN { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 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:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#TlqceFh3cLIS23KQJli9Bxmh9Xtq7DDV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/39cbf4c9-d599-43b2-b571-9513f0eaabb2/dc12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi.adaptive-delivery-prevent-bg, #BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi.lazyload, #BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi.lazyloading { background-image: none; }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .row .container { background-color: transparent; background-image: none; }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .row .container > .video-iframe-container { display: none; }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .row > .video-iframe-container { display: none; }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .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); }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .row .container { border-width: 0; border-radius: 0; }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:block; }#gtNMdcTl6HzqTc7cHeAmy8ZdqelOVsDF { color:#d22834;display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.8115234375rem;left:51.5625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x2xgJyP5vUWqFpPGhr6VvGp8oKu513NL { color:#ffffff;display:block;width:40.0625rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:7.7998125rem;font-style:normal;display:block; }
#oCJtntxbJwsrekuCNwsGgEEA0DUqrnim { color:#ffffff;display:block;width:34.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:9.986328125rem;left:0rem;height:3.375rem;font-style:normal;display:block; }
#Xq5tDXZygvIWgerz1PVaBZpPuL5duPR0 { background-color:#e05f28;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:40.1240234375rem;left:1.78125rem;display:block; }
#EzTypaxymtpLZXW0Zi3INzTds0ZzJVXN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cK118EaMa9C65SJXxSeEuxhOrbdJBDD8 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#282e68;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:40.1240234375rem;left:62.4365234375rem;display:block; }
#JrxRehSEPIl1PqZAgep28bvl0DesUPtZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vQBM3NB0bAzIG4ydG7aEweILUehOoW87 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:2.1240234375rem;left:47.125rem;display:block; }
#dLSlByif8b1scWD8Ly5c5tx3o2VuhxHe { position:absolute;display:block;z-index:15000;background-color:#323232;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:23.4375rem;top:1.9990234375rem;left:50.8740234375rem;display:block; }
#CQdZCHn1GbkxzizRuhOPtpGVNoAD2a8W { position:absolute;display:block;z-index:15001;background-color:#b6864e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:1.9990234375rem;left:47rem;display:block; }
#URScc82EzRoyDxD2OmOuGo9qfwhwIRXs { position:absolute;display:block;z-index:15001;background-color:#323232;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:23.5625rem;top:5.9990234375rem;left:50.8740234375rem;display:block; }
#WVxR9oMIedOSHqOynaSanxEve22zWdKf { color:#d22834;display:block;width:23.4375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.8115234375rem;left:51.5625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oEDUAza17yidsIdGAQLsUTmbnk4TbGo0 { position:absolute;display:block;z-index:15002;background-color:#b6864e;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:5.9990234375rem;left:47rem;display:block; }
#W3dz4vdVHcmrU2zqk4KFnHGkn6dHgzry { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:6.1240234375rem;left:47.125rem;display:block; }
#O0magufHEGqq2lnSc1cMT189ECHyWbLP { color:#f8f3f4;display:block;width:37.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:33.09912109375rem;left:18.75rem;height:7.312rem;display:block; }
#UmpQrMEcU5KeRx9vOwDq2LhzB4vEmo1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#UmpQrMEcU5KeRx9vOwDq2LhzB4vEmo1P > .row .container { background-color: transparent; background-image: none; }#UmpQrMEcU5KeRx9vOwDq2LhzB4vEmo1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmpQrMEcU5KeRx9vOwDq2LhzB4vEmo1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmpQrMEcU5KeRx9vOwDq2LhzB4vEmo1P > .row .container > .video-iframe-container { display: none; }#UmpQrMEcU5KeRx9vOwDq2LhzB4vEmo1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UmpQrMEcU5KeRx9vOwDq2LhzB4vEmo1P > .row > .video-iframe-container { display: none; }#UmpQrMEcU5KeRx9vOwDq2LhzB4vEmo1P > .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); }#UmpQrMEcU5KeRx9vOwDq2LhzB4vEmo1P > .row .container { border-width: 0; border-radius: 0; }#UmpQrMEcU5KeRx9vOwDq2LhzB4vEmo1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UmpQrMEcU5KeRx9vOwDq2LhzB4vEmo1P > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#GMqFXCzFGZ11tOU2eAGmqTe3tgwmhvEI { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.87353515625rem;left:0rem;height:2.92480625rem;font-style:normal;display:block; }
#hgXhvLsZtGRqPlQ10lNfVHB2l9STFXRv { color:#000000;display:block;width:36.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:8.625rem;left:0rem;height:28.6875rem;font-style:normal;display:block; }
#th3sgFVBZSDirerofsQe2buRtzH62rVV { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;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: 0rem 0rem 1rem rgba(0,0,0,0.22) ;height:26.625rem;width:28.75rem;top:8.625rem;left:42.49951171875rem;display:block; }
#HZ04ZIiLR7HJudKHWt7PQvwOqqaHvWn7 { color:#282e68;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.062255859375rem;left:46.25rem;height:1.4624rem;font-style:normal;display:block; }
#P2qV7zngzJW9PISEJT65Wg2TfyGh1NEe { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:13.061767578125rem;left:46.25rem;height:9.75rem;font-style:normal;display:block; }
#vsmmo2tyUTcO95nBLt7yJ1ZbZTBt0bTZ { color:#282e68;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:23.0810546875rem;left:46.24951171875rem;height:1.4624rem;font-style:normal;display:block; }
#UKNDgnuMtrOZRoSidbWHbyRluQQ6x9En { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:29.5625rem;left:46.24951171875rem;height:3.25rem;font-style:normal;display:block; }
#wBXzuyU7ssvy3Dr9h8Tn2fEvZs3s1A52 { color:#282e68;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:27.5625rem;left:46.24951171875rem;height:1.4624rem;font-style:normal;display:block; }
#gkCyyDtE4fB8VPyNRXMU9gd3xrFT3ZoM { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:24.4365234375rem;left:46.25rem;height:1.625rem;font-style:normal;display:block; }
#zmksP3tGoqq0ezE7DWFhzgubAsEcrGd5 { background-color:#e05f28;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:37.6875rem;left:51.4375rem;display:block; }
#dnZlZx6sXMNoKPfGEXDdTGqQLbpXndxV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qlp4K0iVLTqowr0IvTiL1OF9W1UJlTsI { box-sizing:content-box;color:#282e68;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:39rem;left:6.3125rem;display:block; }
#MAdcvt47CbTdvJAQaaQlT4TMmSJWe8wI { box-sizing:content-box;color:#282e68;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:39rem;left:12.78125rem;display:block; }
#PRP893AHocn4NzohTa4TRTPHGh23IoOG { box-sizing:content-box;color:#282e68;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:39rem;left:19.25rem;display:block; }
#yp5w5Mvwm0RzkAfxuLdnONXmVoGygz8y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yp5w5Mvwm0RzkAfxuLdnONXmVoGygz8y > .row .container { background-color: transparent; background-image: none; }#yp5w5Mvwm0RzkAfxuLdnONXmVoGygz8y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yp5w5Mvwm0RzkAfxuLdnONXmVoGygz8y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yp5w5Mvwm0RzkAfxuLdnONXmVoGygz8y > .row .container > .video-iframe-container { display: none; }#yp5w5Mvwm0RzkAfxuLdnONXmVoGygz8y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yp5w5Mvwm0RzkAfxuLdnONXmVoGygz8y > .row > .video-iframe-container { display: none; }#yp5w5Mvwm0RzkAfxuLdnONXmVoGygz8y > .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); }#yp5w5Mvwm0RzkAfxuLdnONXmVoGygz8y > .row .container { border-width: 0; border-radius: 0; }#yp5w5Mvwm0RzkAfxuLdnONXmVoGygz8y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yp5w5Mvwm0RzkAfxuLdnONXmVoGygz8y > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#ncSicp702eRmG2JID5kKliSNTMxVvVfa { color:#b6864e;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.744140625rem;left:0rem;height:1.94970625rem;font-style:normal;display:block; }
#QLnq37eTXo9mVSDlulVi29lotCn9oEpN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QLnq37eTXo9mVSDlulVi29lotCn9oEpN > .row .container { background-color: transparent; background-image: none; }#QLnq37eTXo9mVSDlulVi29lotCn9oEpN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLnq37eTXo9mVSDlulVi29lotCn9oEpN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLnq37eTXo9mVSDlulVi29lotCn9oEpN > .row .container > .video-iframe-container { display: none; }#QLnq37eTXo9mVSDlulVi29lotCn9oEpN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLnq37eTXo9mVSDlulVi29lotCn9oEpN > .row > .video-iframe-container { display: none; }#QLnq37eTXo9mVSDlulVi29lotCn9oEpN > .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); }#QLnq37eTXo9mVSDlulVi29lotCn9oEpN > .row .container { border-width: 0; border-radius: 0; }#QLnq37eTXo9mVSDlulVi29lotCn9oEpN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QLnq37eTXo9mVSDlulVi29lotCn9oEpN > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#ETuC2STDDZnGxA0exFFnsWD7RTSZ22gl { position:absolute;display:block;z-index:15002;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:12.75rem;width:17rem;top:0rem;left:56.71875rem;overflow:hidden;display:block; }
#qOZgmErehKMLATqDSDzvgPdJSvdKNNTp { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:18.125rem;top:0.59375rem;left:19.125rem;overflow:hidden;display:block; }
#de5WL3kD2P8aZopg8UFPFg5WwIEEwJJe { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:17.625rem;top:0.375rem;left:38.0625rem;overflow:hidden;display:block; }
#ZwQH1eebSPGdnQyLD189VT2wtuo30CBr { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:18.125rem;top:0.59375rem;left:0rem;overflow:hidden;display:block; }
#tpzwmIZH2uH5yIrZDb9pabn0E9PSWkrJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tpzwmIZH2uH5yIrZDb9pabn0E9PSWkrJ > .row .container { background-color: transparent; background-image: none; }#tpzwmIZH2uH5yIrZDb9pabn0E9PSWkrJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpzwmIZH2uH5yIrZDb9pabn0E9PSWkrJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpzwmIZH2uH5yIrZDb9pabn0E9PSWkrJ > .row .container > .video-iframe-container { display: none; }#tpzwmIZH2uH5yIrZDb9pabn0E9PSWkrJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpzwmIZH2uH5yIrZDb9pabn0E9PSWkrJ > .row > .video-iframe-container { display: none; }#tpzwmIZH2uH5yIrZDb9pabn0E9PSWkrJ > .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); }#tpzwmIZH2uH5yIrZDb9pabn0E9PSWkrJ > .row .container { border-width: 0; border-radius: 0; }#tpzwmIZH2uH5yIrZDb9pabn0E9PSWkrJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tpzwmIZH2uH5yIrZDb9pabn0E9PSWkrJ > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#E8TVy80DQPvfrZh5HJg1O8QGP8IrsJgd { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:17.5625rem;top:0rem;left:56.84375rem;overflow:hidden;display:block; }
#KUXVTaadtBhTfepekcUO670IoFr1WE1i { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:17.3125rem;top:0rem;left:0.71875rem;overflow:hidden;display:block; }
#ruqrfaR9M2vMQv6hHMLVTWGcNK9ctUd3 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:18.0625rem;top:0rem;left:37.84375rem;overflow:hidden;display:block; }
#IHQS3auSc4n81FB07JegtfRmaHK0gtTI { position:absolute;display:block;z-index:15006;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:12.9375rem;width:17.375rem;top:0rem;left:19.4375rem;overflow:hidden;display:block; }
#skWZqgfTDrqbefgEuIiruCf149F7uXRU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#skWZqgfTDrqbefgEuIiruCf149F7uXRU > .row .container { background-color: transparent; background-image: none; }#skWZqgfTDrqbefgEuIiruCf149F7uXRU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skWZqgfTDrqbefgEuIiruCf149F7uXRU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skWZqgfTDrqbefgEuIiruCf149F7uXRU > .row .container > .video-iframe-container { display: none; }#skWZqgfTDrqbefgEuIiruCf149F7uXRU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#skWZqgfTDrqbefgEuIiruCf149F7uXRU > .row > .video-iframe-container { display: none; }#skWZqgfTDrqbefgEuIiruCf149F7uXRU > .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); }#skWZqgfTDrqbefgEuIiruCf149F7uXRU > .row .container { border-width: 0; border-radius: 0; }#skWZqgfTDrqbefgEuIiruCf149F7uXRU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#skWZqgfTDrqbefgEuIiruCf149F7uXRU > .row .container { font-size:0.875rem;font-family:arial;height:13.9375rem;width:75rem;position:relative;display:block; }#VXBKlb9rHkcXkrRbVF6F6E5e9mciKha3 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:17.8125rem;top:0.74951171875rem;left:56.5625rem;overflow:hidden;display:block; }
#TNHTbQSuyVbRRkhHsTxPDyk6ZgfN0VuI { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:17.625rem;top:0.8115234375rem;left:38rem;overflow:hidden;display:block; }
#aI0ly2g4tktDIm5EKdvlksazT9IQyPs5 { position:absolute;display:block;z-index:15006;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:12.6875rem;width:17.875rem;top:0rem;left:0.625rem;overflow:hidden;display:block; }
#oyG2tTesdOtTJSIMe68aiSIaxM7gp33g { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:18.1875rem;top:0.6552734375rem;left:19.03125rem;overflow:hidden;display:block; }
#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .row .container { background-color: transparent; background-image: none; }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .row .container > .video-iframe-container { display: none; }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .row > .video-iframe-container { display: none; }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .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); }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .row .container { border-width: 0; border-radius: 0; }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .row .container { font-size:0.875rem;font-family:arial;height:27.25rem;width:75rem;position:relative;display:block; }#i2hxmXgToktJwwtH5zTf769cvU81TJNb { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zxTVy25QwT2tKMTWz4PDg8AfyydQh2In { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;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:16.0625rem;width:36.625rem;top:10.060546875rem;left:37.5rem;display:block; }
#ozTgBeyKp17d0amfsM5TakUUHzVJyvy4 { color:#000000;display:block;width:32.625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:14.9375rem;left:39.9375rem;height:7.436525rem;font-style:normal;display:block; }
#qoqg0Kkn3DlFcXS7xwCDrRM79IywJpQE { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:10.9375rem;left:39.9375rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CAsaLyGWhF0tGhBlGPucUVq0FEKRG1hs { box-sizing:content-box;color:#d22834;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:block;z-index:15011;top:11.125rem;left:63.125rem;display:block; }
#yplwq5uFEmM9PAPRoa736wwUd8kayerh { box-sizing:content-box;color:#d22834;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:block;z-index:15012;top:11.125rem;left:64.625rem;display:block; }
#wqDp4gW8SqsKFxwg8vPx90qXo57xhpkB { box-sizing:content-box;color:#d22834;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:block;z-index:15013;top:11.125rem;left:66.1875rem;display:block; }
#pN1a82CRe6z1AFxJixnoby7CrBpT7QOA { box-sizing:content-box;color:#d22834;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:block;z-index:15014;top:11.125rem;left:67.75rem;display:block; }
#kXHnPEEaFTk5i7paFbDiuayVdo93tOAX { box-sizing:content-box;color:#d22834;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:block;z-index:15015;top:11.125rem;left:69.3125rem;display:block; }
#tHvfUZigZzsZ4aNiIXulD4vBgoASC66X { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:3rem;top:23.435546875rem;left:70.875rem;overflow:hidden;display:block; }
#rIT9toFszAFQBUTXAWBbCLMtZD3DBcsM { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;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:16.0625rem;width:36.625rem;top:10.060546875rem;left:0rem;display:block; }
#LHvlkdxNMIN6hcNiz8c2PEbGukak9bEg { position:absolute;display:block;z-index:15019;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:16.125rem;width:24.4375rem;top:10.123046875rem;left:3.559056122449rem;overflow:hidden;display:block; }
#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .row .container { background-color: transparent; background-image: none; }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .row .container > .video-iframe-container { display: none; }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .row > .video-iframe-container { display: none; }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .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); }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .row .container { border-width: 0; border-radius: 0; }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#Uz0QAyX4IPcOOvNgiSTP9QAtzqFEDECT { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.624025rem;width:2.999025rem;top:14.7509765625rem;left:32.875rem;overflow:hidden;display:block; }
#TF7N4MaRhFW18U05TBxdH7SZnNx5skzL { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;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:16.0625rem;width:36.625rem;top:1.2509765625rem;left:0rem;display:block; }
#lE7rOI3cJUsHuV555binWQQT2b9Dh37B { color:#000000;display:block;width:31.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:5.4775390625rem;left:1.3125rem;height:7.87353125rem;font-style:normal;display:block; }
#mswA8807LcotZU46nGal8rZJ3SMw51lN { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.2509765625rem;left:1.25rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z0pTQATooDn0MZNhHdWFsMncwCZdWGdM { box-sizing:content-box;color:#d22834;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:block;z-index:15023;top:1.4990234375rem;left:18.25rem;display:block; }
#uqAos8fkr6x6Ua73noNzTXtZULE5ZX1T { box-sizing:content-box;color:#d22834;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:block;z-index:15024;top:1.4990234375rem;left:19.8125rem;display:block; }
#Pod0CoNGMRPS3fdLfqqGhGDme8pDdTzT { box-sizing:content-box;color:#d22834;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:block;z-index:15025;top:1.4990234375rem;left:21.375rem;display:block; }
#ZrJJuboiDWT7vNd0R7NGT3V3qTe6GPqC { box-sizing:content-box;color:#d22834;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:block;z-index:15026;top:1.4990234375rem;left:22.9375rem;display:block; }
#f77cpN4KRTHiJXkT8HsFwQ385IIZX7vf { box-sizing:content-box;color:#d22834;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:block;z-index:15027;top:1.4990234375rem;left:24.4375rem;display:block; }
#LEg9AZiy40E43M97XgFql0wZvac7eUKR { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;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:16.0625rem;width:36.625rem;top:1.2509765625rem;left:37.625rem;display:block; }
#ZEeK70I1vwpvD96i2kpvTpo3HqTfhlD4 { color:#000000;display:block;width:24.6875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:2.09375rem;left:39.875rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qr65o4TUBaXqTByckLQr7nrafAT558AF { color:#000000;display:block;width:31.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:5.4775390625rem;left:39.1875rem;height:9.4482375rem;font-style:normal;display:block; }
#hTptMChzsOoGlqsl2t1I55ZrTduGef1X { box-sizing:content-box;color:#d22834;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:block;z-index:15035;top:2.28125rem;left:63.6875rem;display:block; }
#vtdNqVACUGni8qyIEzuPAe4CuXBKKxH8 { box-sizing:content-box;color:#d22834;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:block;z-index:15036;top:2.28125rem;left:65.25rem;display:block; }
#FWWb20qZiIxaCg1wc5ogopCT7l2kRESt { box-sizing:content-box;color:#d22834;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:block;z-index:15037;top:2.28125rem;left:66.8125rem;display:block; }
#KxCbat3B630cPqTzsW5SCHf31rgIXf9t { box-sizing:content-box;color:#d22834;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:block;z-index:15038;top:2.28125rem;left:68.375rem;display:block; }
#T5tUrTCEe9c4S2WXgLeiLcwqJcEcJszZ { box-sizing:content-box;color:#d22834;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:block;z-index:15039;top:2.28125rem;left:70rem;display:block; }
#zu4WAT3wyaK02tWwcAFwgicfzFH12UMS { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:3rem;top:13.8125rem;left:70.75rem;overflow:hidden;display:block; }
#fCgo7TgMHikGmLccr2GHB8ny9LVtx1AU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fCgo7TgMHikGmLccr2GHB8ny9LVtx1AU > .row .container { background-color: transparent; background-image: none; }#fCgo7TgMHikGmLccr2GHB8ny9LVtx1AU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCgo7TgMHikGmLccr2GHB8ny9LVtx1AU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCgo7TgMHikGmLccr2GHB8ny9LVtx1AU > .row .container > .video-iframe-container { display: none; }#fCgo7TgMHikGmLccr2GHB8ny9LVtx1AU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fCgo7TgMHikGmLccr2GHB8ny9LVtx1AU > .row > .video-iframe-container { display: none; }#fCgo7TgMHikGmLccr2GHB8ny9LVtx1AU > .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); }#fCgo7TgMHikGmLccr2GHB8ny9LVtx1AU > .row .container { border-width: 0; border-radius: 0; }#fCgo7TgMHikGmLccr2GHB8ny9LVtx1AU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fCgo7TgMHikGmLccr2GHB8ny9LVtx1AU > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#UMnUTnlaeHSfzsRJvCsmmGRSkcbButz3 { background-color:#e05f28;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.5rem;left:30.78125rem;display:block; }
#tLmNnDTci7HSw7VkFMqZnrDWZeR3bZT3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zZTnhooaeJlkIhs72oIEGPLNUfpU5Jdy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zZTnhooaeJlkIhs72oIEGPLNUfpU5Jdy > .row .container { background-color: transparent; background-image: none; }#zZTnhooaeJlkIhs72oIEGPLNUfpU5Jdy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZTnhooaeJlkIhs72oIEGPLNUfpU5Jdy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZTnhooaeJlkIhs72oIEGPLNUfpU5Jdy > .row .container > .video-iframe-container { display: none; }#zZTnhooaeJlkIhs72oIEGPLNUfpU5Jdy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZTnhooaeJlkIhs72oIEGPLNUfpU5Jdy > .row > .video-iframe-container { display: none; }#zZTnhooaeJlkIhs72oIEGPLNUfpU5Jdy > .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); }#zZTnhooaeJlkIhs72oIEGPLNUfpU5Jdy > .row .container { border-width: 0; border-radius: 0; }#zZTnhooaeJlkIhs72oIEGPLNUfpU5Jdy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zZTnhooaeJlkIhs72oIEGPLNUfpU5Jdy > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#qWLbkSakV3dsd3fBZCoMJavsIQZJyHzB { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z8PnXDLX3qdhTGAbGFwBn5kiBEHoDUpN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#z8PnXDLX3qdhTGAbGFwBn5kiBEHoDUpN > .row .container { background-color: transparent; background-image: none; }#z8PnXDLX3qdhTGAbGFwBn5kiBEHoDUpN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8PnXDLX3qdhTGAbGFwBn5kiBEHoDUpN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8PnXDLX3qdhTGAbGFwBn5kiBEHoDUpN > .row .container > .video-iframe-container { display: none; }#z8PnXDLX3qdhTGAbGFwBn5kiBEHoDUpN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8PnXDLX3qdhTGAbGFwBn5kiBEHoDUpN > .row > .video-iframe-container { display: none; }#z8PnXDLX3qdhTGAbGFwBn5kiBEHoDUpN > .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); }#z8PnXDLX3qdhTGAbGFwBn5kiBEHoDUpN > .row .container { border-width: 0; border-radius: 0; }#z8PnXDLX3qdhTGAbGFwBn5kiBEHoDUpN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z8PnXDLX3qdhTGAbGFwBn5kiBEHoDUpN > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:75rem;position:relative;display:block; }#v6I37NdoqSgA7bNuy3fpXr3JTIWKX4xA { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1rem rgba(0,0,0,0.15) ;height:8.8125rem;width:8.8125rem;top:0rem;left:8.09375rem;display:block; }
#wU1y4SLdNTkE1wC11LKL5AVsdIOEv0bI { position:absolute;display:block;z-index:15011;background-color:#ab8c51;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.625rem;width:2.625rem;top:0.4375rem;left:6.9375rem;display:block; }
#X3vDJVLQ6I7KbOWsmXvpSdSHL9zaq1lL { position:absolute;display:block;z-index:15010;background-color:rgba(40,46,104,0.55);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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:0rem;left:6.4375rem;display:block; }
#T093GysoGw4Cw42DUyuGZGiBnhdciG9V { color:#ffffff;display:block;width:2.625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:0.8125rem;left:6.9375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pu8qAgMNGaM7cTXoLU83XUhy9ZLk8Ty5 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem dashed rgba(0,0,0,0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:50rem;top:4.3125rem;left:12.15625rem;display:block; }
#eRXe3ylzibxQ8A4l8iJMlM6h0RxX0mUD { position:absolute;display:block;z-index:15015;background-color:#ab8c51;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.625rem;width:2.625rem;top:0.4375rem;left:31.875rem;display:block; }
#FTk5XthfiT0ncSJdxT7TWVBm5S9hGC15 { position:absolute;display:block;z-index:15014;background-color:rgba(40,46,104,0.5);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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:0rem;left:31.375rem;display:block; }
#N62HOwJfHsvayAZh4O0smEJaEEXmfLrL { color:#ffffff;display:block;width:2.625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0.8125rem;left:31.875rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#byLUMLEUIC7r3Kaftsrc9tkWrfGbnHLi { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1rem rgba(0,0,0,0.15) ;height:8.8125rem;width:8.8125rem;top:0rem;left:33.09375rem;display:block; }
#fwThTkK7FKybXLzUe7daThgZcTPs6BnS { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1rem rgba(0,0,0,0.15) ;height:8.8125rem;width:8.8125rem;top:0rem;left:58.09375rem;display:block; }
#RX7QvpMJ3OT7B6zBq8faNhTiKhS0cOum { position:absolute;display:block;z-index:15017;background-color:rgba(40,46,104,0.5);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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:3.5625rem;width:3.5625rem;top:0rem;left:56.5rem;display:block; }
#xbzrL0I9ayfeInzKabOEuUVIPRJJzWqd { position:absolute;display:block;z-index:15018;background-color:#ab8c51;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:2.625rem;width:2.625rem;top:0.4375rem;left:57rem;display:block; }
#naQLGvdSwFCnWEKKc8lAO4hEm34ZmyKo { color:#ffffff;display:block;width:2.625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:0.8125rem;left:57rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rtCXbWPbO0v5uvAelB81FqQILFbli2aT { position:absolute;display:block;z-index:15020;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.3125rem;width:4.3125rem;top:2.25rem;left:10.34375rem;overflow:hidden;display:block; }
#rtzXlU7IRXuaPV82Dd74uGdEfeVOoldd { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.6875rem;top:2.1875rem;left:35.15625rem;overflow:hidden;display:block; }
#VkS1yRtyJy1eTFRKnmztfeAKXc3dSs3k { position:absolute;display:block;z-index:15022;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.0625rem;width:5.0625rem;top:1.875rem;left:59.96875rem;overflow:hidden;display:block; }
#cgOpyDDfeLJVe32yVUqNZoXCtFEtU4pE { color:#f25922;display:block;width:23.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:9.75rem;left:0.84375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hdXVRCNcJHV5fe0A9yJBVNwcmGE2Udy0 { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:16.77880859375rem;left:2.03125rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a7U9zrCdoRkGyxpEuwW6i70UGS6EhC6n { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:16.779296875rem;left:26.40625rem;height:7.3120125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hvx7xbMGTQL6f8wCQAm3aQwKo5hTRMFx { color:#f25922;display:block;width:22.1875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.125rem;left:26.4375rem;height:5.84911875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sq9VqAOmzrDTJE4vW4h6RuKtgb1QAzaN { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:16.8408203125rem;left:51.40625rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BNtehckp4BCXPkdKsgQg7hIm6xFrQbrp { color:#f25922;display:block;width:22.1875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:10.125rem;left:51.40625rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J9IMOgaysncZR89OmeZwErTSt0MgQg6P { background-color:#e05f28;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:25.93408203125rem;left:31.875rem;display:block; }
#FRf5BpP8XJnb8mMpBRtHieIlUCOGWTsm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/QNofGTOa/Victoria_Falls_Ecotourism_Safari_Package_1278x600_c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8.adaptive-delivery-prevent-bg, #SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8.lazyload, #SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8.lazyloading { background-image: none; }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .row .container { background-color: transparent; background-image: none; }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .row .container > .video-iframe-container { display: none; }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .row > .video-iframe-container { display: none; }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .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); }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .row .container { border-width: 0; border-radius: 0; }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8::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; }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;position:relative;display:block; }#yMl3s0baP4dMTMLS2TU46hVbFTE7Hg71 { position:absolute;display:block;z-index:15000;background-color:#f5f5f5;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.1875rem;width:39.0625rem;top:0rem;left:35.9375rem;display:block; }
#xFbnUWhVZ1gEIZubIn16vxT15QSM5KbJ { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6875rem;left:37.8125rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XBxJmkRWHphwqpzEbzTGKJtzgVRIASaz { color:#000000;display:block;width:28.25rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.3125rem;left:41.375rem;height:1.94970625rem;font-style:normal;display:block; }
#tDzEEaOUn7bMF06MmGGbcPcpTEqPr8SH { color:#000000;display:block;width:30.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.437255859375rem;left:41.37451171875rem;height:5.625rem;font-style:normal;display:block; }
#Ez5wZdW2CWXgyT71P9LOOpJ8rU1STJr9 { color:#000000;display:block;width:28.25rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.6865234375rem;left:41.34375rem;height:1.94970625rem;font-style:normal;display:block; }
#rWUwg0oTVFQugw7wqaTnnvsDpyC0Iy8X { color:#000000;display:block;width:30.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:16.5615234375rem;left:41.375rem;height:4.21875rem;font-style:normal;display:block; }
#TVfPu0fLDG8RVDdLVPQ0BEysyASPZxQt { color:#000000;display:block;width:30.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:24.4375rem;left:41.375rem;height:4.21875rem;font-style:normal;display:block; }
#GIiMsOQDGK6ciym2VNIVzZs3sHWr9aV3 { color:#000000;display:block;width:28.25rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:22.5rem;left:41.375rem;height:1.94970625rem;font-style:normal;display:block; }
#RC5CATtxtZ2kLx0ZdLIX4M3Zo9ifg8Cr { background-color:#e05f28;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:30.8125rem;left:59.75rem;display:block; }
#VUxRl6d6EZTdMvZbkC9R3tIpLtZ8GudE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zoeiQxIQZsTlC2CUulTktWv2BrdckfqR { box-sizing:content-box;color:#000000;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:5.5625rem;left:37.28125rem;display:block; }
#ZyyhJLPlJaioiCHKe2sw05azte57GPkS { box-sizing:content-box;color:#000000;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:13.1240234375rem;left:37.28125rem;display:block; }
#ts0QVm9CWReMT6KoAswIUT9n279eJzhL { box-sizing:content-box;color:#000000;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:21.625rem;left:37.28125rem;display:block; }
#wy71gPsZGfZf2yUfxREp0Rnbr9TFgoyE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wy71gPsZGfZf2yUfxREp0Rnbr9TFgoyE > .row .container { background-color: transparent; background-image: none; }#wy71gPsZGfZf2yUfxREp0Rnbr9TFgoyE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wy71gPsZGfZf2yUfxREp0Rnbr9TFgoyE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wy71gPsZGfZf2yUfxREp0Rnbr9TFgoyE > .row .container > .video-iframe-container { display: none; }#wy71gPsZGfZf2yUfxREp0Rnbr9TFgoyE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wy71gPsZGfZf2yUfxREp0Rnbr9TFgoyE > .row > .video-iframe-container { display: none; }#wy71gPsZGfZf2yUfxREp0Rnbr9TFgoyE > .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); }#wy71gPsZGfZf2yUfxREp0Rnbr9TFgoyE > .row .container { border-width: 0; border-radius: 0; }#wy71gPsZGfZf2yUfxREp0Rnbr9TFgoyE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wy71gPsZGfZf2yUfxREp0Rnbr9TFgoyE > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#pHL3dOoylLWvXXIVC4OQqH4AT9q34TEM { color:#000000;display:block;width:68.06125rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8271484375rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xr7ey0G9inL5EMmkTrvh38qcuodrH4L4 { position:relative;display:block; }#xr7ey0G9inL5EMmkTrvh38qcuodrH4L4 { background-color: transparent; background-image: none; }#xr7ey0G9inL5EMmkTrvh38qcuodrH4L4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xr7ey0G9inL5EMmkTrvh38qcuodrH4L4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xr7ey0G9inL5EMmkTrvh38qcuodrH4L4 > .row .container > .video-iframe-container { display: none; }#xr7ey0G9inL5EMmkTrvh38qcuodrH4L4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xr7ey0G9inL5EMmkTrvh38qcuodrH4L4 > .row > .video-iframe-container { display: none; }#xr7ey0G9inL5EMmkTrvh38qcuodrH4L4 > .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); }#xr7ey0G9inL5EMmkTrvh38qcuodrH4L4 { border-width: 0; border-radius: 0; }#xr7ey0G9inL5EMmkTrvh38qcuodrH4L4 > .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; }#xr7ey0G9inL5EMmkTrvh38qcuodrH4L4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#huFPZfA9xxRJeTvJK311MvKQCO5EDTBX { position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/08a7278d-694c-47fb-8b25-7fd98184287a/2ZambeziRiverCruise.JPG");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;box-shadow: 0rem 0rem 1rem rgba(0,0,0,0.15) ;height:13.625rem;width:23.6875rem;top:0.75rem;left:0.6875rem;display:block; }#huFPZfA9xxRJeTvJK311MvKQCO5EDTBX.adaptive-delivery-prevent-bg, #huFPZfA9xxRJeTvJK311MvKQCO5EDTBX.lazyload, #huFPZfA9xxRJeTvJK311MvKQCO5EDTBX.lazyloading { background-image: none; }
#vdhDls5J77qAUgv0HReaH8tD4EZdvJ5n { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d40612;border-left:0.0625rem solid #d40612;border-right:0.0625rem solid #d40612;border-bottom:0.0625rem solid #d40612;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#282e68;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:40.625rem;left:28.53125rem;display:block; }
#tSnsTTa96iMcVTV3NBXEF4Ht2BwZpNzv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ATOWlIvUunTQOiQOZFkhRhrRic8m6ENZ { color:#000000;display:block;width:22.9980625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:26.90625rem;left:26rem;height:9.5625rem;font-style:normal;display:block; }
#bSTgAy6Sb5mnC6uIeuyAKaV4QPrUGTN4 { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:22.59375rem;left:25.96875rem;height:4.38720625rem;text-align:left;text-align-last:left;display:block; }
#mpgq0xzSZ3ege1y1qSAQzQLWLXLaLfFc { color:#282e68;display:block;width:23.4375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:15.9677734375rem;left:25.78125rem;height:4.63036875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qO0hrVGTxt90z6bXnXGqhfnmoqvSyZVC { position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/TLZot2YA/DSC_3609.jpg");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;box-shadow: 0rem 0rem 1rem rgba(0,0,0,0.15) ;height:13.625rem;width:23.6875rem;top:0.75rem;left:25.65625rem;display:block; }#qO0hrVGTxt90z6bXnXGqhfnmoqvSyZVC.adaptive-delivery-prevent-bg, #qO0hrVGTxt90z6bXnXGqhfnmoqvSyZVC.lazyload, #qO0hrVGTxt90z6bXnXGqhfnmoqvSyZVC.lazyloading { background-image: none; }
#oDTdQLug2zs5M6ewFQTlWHcT8OIvhCAS { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d40612;border-left:0.0625rem solid #d40612;border-right:0.0625rem solid #d40612;border-bottom:0.0625rem solid #d40612;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#282e68;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:2.0625rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:40.59375rem;left:3.21875rem;display:block; }
#Rkv59w2smCyiH5PSMv3UOe2UAkDK1UPv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o46EoR2aU0nBfFb1MeccuZCcwVlfwZpq { color:#000000;display:block;width:23rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15049;line-height:1.5;letter-spacing:0;top:26.375rem;left:0rem;height:11.15625rem;font-style:normal;display:block; }
#VdJlkrQXOpHS1OWhgNmrzKTq59D2vy9U { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:22.59375rem;left:0.96875rem;height:4.3872rem;text-align:left;text-align-last:left;display:block; }
#qXG0ttvVZNtMtH6rBqNoozH7n13LBas9 { color:#ab8c51;display:block;width:23.4375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:15.9677734375rem;left:0rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GAKVtaT9HeOx2qqe7XQ1zxRwKQkrdgzR { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d40612;border-left:0.0625rem solid #d40612;border-right:0.0625rem solid #d40612;border-bottom:0.0625rem solid #d40612;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#282e68;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.1875rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:40.53125rem;left:53.5rem;display:block; }
#fRyrDv6fPrvJ1hzmm6ItMzLv3ed6Ga0u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KvpE9LrIgsrsXP7lihXM1nuvJWOsENQz { color:#000000;display:block;width:23rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15050;line-height:1.5;letter-spacing:0;top:26.90625rem;left:51rem;height:7.96875rem;font-style:normal;display:block; }
#V7zKUH7n2TCkLFTdvU9HaJfotuZDwtsd { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:22.59375rem;left:50.96875rem;height:4.38720625rem;text-align:left;text-align-last:left;display:block; }
#ELJse0TtkyBxHple5C8D33WZocqxoa4m { position:absolute;display:block;z-index:15044;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/39cbf4c9-d599-43b2-b571-9513f0eaabb2/dc12.jpg");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;box-shadow: 0rem 0rem 1rem rgba(0,0,0,0.15) ;height:13.6875rem;width:23.6875rem;top:0.71875rem;left:50.65625rem;display:block; }#ELJse0TtkyBxHple5C8D33WZocqxoa4m.adaptive-delivery-prevent-bg, #ELJse0TtkyBxHple5C8D33WZocqxoa4m.lazyload, #ELJse0TtkyBxHple5C8D33WZocqxoa4m.lazyloading { background-image: none; }
#ifKxAChL20abwoRH4uoZg6WTkyTzBUlP { color:#282e68;display:block;width:23.4375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:15.9677734375rem;left:50.78125rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ld46X2xQCQE2FX369c4ok0LuTq9hgdav { background-color:#e05f28;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:40.625rem;left:12.25rem;display:block; }
#mng8H3ZFslxc3H2mnrXzIhIKMggAEAgx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AIwcOq0nxWFXHipAOvLtPdIIcPfbvk6v { background-color:#e05f28;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:2rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:40.5625rem;left:38.1875rem;display:block; }
#cdLihhWnOecqBkZdOtZUrrr2q9C9JuTW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CqEDadNqLMuf5mZRZhnbKfczIspwngeZ { background-color:#e05f28;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:2.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:40.625rem;left:63.5rem;display:block; }
#Zva7rUwUfCcQoTdkXrSIzytVXluU2kXf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VSRA1pJLMKttaCsw9QawiTJbUP0ISTEv { position:relative;display:block; }#VSRA1pJLMKttaCsw9QawiTJbUP0ISTEv { background-color: transparent; background-image: none; }#VSRA1pJLMKttaCsw9QawiTJbUP0ISTEv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSRA1pJLMKttaCsw9QawiTJbUP0ISTEv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSRA1pJLMKttaCsw9QawiTJbUP0ISTEv > .row .container > .video-iframe-container { display: none; }#VSRA1pJLMKttaCsw9QawiTJbUP0ISTEv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSRA1pJLMKttaCsw9QawiTJbUP0ISTEv > .row > .video-iframe-container { display: none; }#VSRA1pJLMKttaCsw9QawiTJbUP0ISTEv > .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); }#VSRA1pJLMKttaCsw9QawiTJbUP0ISTEv { border-width: 0; border-radius: 0; }#VSRA1pJLMKttaCsw9QawiTJbUP0ISTEv > .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; }#VSRA1pJLMKttaCsw9QawiTJbUP0ISTEv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Td1DvzE2o9OqNzQ2rfrUb1OAcABneA2s { color:#000000;display:block;width:23.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:10rem;left:8.499755859375rem;height:1.29980625rem;font-style:normal;display:block; }
#m7UgaAu9GrXfmptS60tPQv6fAxkFbA8T { color:#000000;display:block;width:20.18675rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;top:11.49951171875rem;left:8.56201171875rem;height:0;font-style:normal;display:block; }
#heGpeHuA75hT5seRD9q0g0cl9XQbaZ9q { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15069;line-height:1.3;letter-spacing:0;top:7.75rem;left:8.56201171875rem;height:1.29980625rem;font-style:normal;display:block; }
#ZE4m8ZVqymboEAgTX6CH2MP4TFv6JdBU { color:#000000;display:block;width:22.749rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:5.624267578125rem;left:8.56201171875rem;height:1.29980625rem;font-style:normal;display:block; }
#xWqT3CGTfiZUEb4TQACdBdu29ZZSDb72 { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.99975625rem;width:0.99975625rem;top:7.875rem;left:6.875rem;overflow:hidden;display:block; }
#gTwcXLEzkUt2KD4VSGw1veSwG2iNkEtI { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.99975625rem;width:0.99975625rem;top:10.0625rem;left:6.875rem;overflow:hidden;display:block; }
#G8tRi9dQCbKWvevyCSpasOueBwC3Qub6 { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.99975625rem;width:0.99975625rem;top:5.6875rem;left:6.875rem;overflow:hidden;display:block; }
#mVkDgJ8eKFTplGDc08ofrFvHSxf2VhSw { color:#000000;display:block;width:22.749rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:3.4375rem;left:8.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#EpuTw3OIJ3TlrVDtLGLieg5TQHsvbGid { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.99975625rem;width:0.99975625rem;top:3.5625rem;left:6.875rem;overflow:hidden;display:block; }
#PNKno3vOq4AoGyBeMWhurqemiKbCAHCQ { color:#282e68;display:block;width:23.81225rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:0.999755859375rem;left:6.8740234375rem;height:1.4624rem;font-style:normal;display:block; }
#Mtlr7wTdKg4PbUqE8Ehg5wqcaqFu5ur3 { color:#000000;display:block;width:20.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15069;line-height:1.3;letter-spacing:0;top:5.6240234375rem;left:42.1240234375rem;height:1.29980625rem;font-style:normal;display:block; }
#V4MgPz0qXNJ3IS4EtXhtr9UZ3cNHMS1K { color:#000000;display:block;width:24.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:3.4375rem;left:42.0615234375rem;height:1.29980625rem;font-style:normal;display:block; }
#SNVt7duZFIh7lF40Ts79VQ1UHShSQAu6 { color:#d40612;display:block;width:14.24925rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:1rem;left:40.187255859375rem;height:1.4624rem;font-style:normal;display:block; }
#xJ33s1phX1qZ2r0bmLitfTFHZt7Z69Fd { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.99975625rem;width:0.99975625rem;top:5.686279296875rem;left:40.374755859375rem;overflow:hidden;display:block; }
#Nr6waden7osoLRKUeVoXdHIJdy9xTwrf { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.99975625rem;width:0.99975625rem;top:3.56103515625rem;left:40.374755859375rem;overflow:hidden;display:block; }
#TmqmAJSDqcTc2T1gJa0oobyiiQsAgSlk { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.999025rem;width:0.999025rem;top:7.875rem;left:40.1865234375rem;overflow:hidden;display:block; }
#K3bUtv5wUQxs0LmlbcPSk5G4ayu6NXde { background-color:#e05f28;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:13.3125rem;left:31.62451171875rem;display:block; }
#bEkxtiBDNEb91atmOfVFpEcJ3SWrASLb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H4nGTVvRRvynG9LLT83SNQyNDhwRkLi0 { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:7.75rem;left:42.1240234375rem;height:1.29980625rem;font-style:normal;display:block; }
#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/k6B0y6KU/DJI_0257.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ.adaptive-delivery-prevent-bg, #yID5EczvWHQeyheJDaX0VRDFf3srqoPQ.lazyload, #yID5EczvWHQeyheJDaX0VRDFf3srqoPQ.lazyloading { background-image: none; }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .row .container { background-color: transparent; background-image: none; }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .row .container > .video-iframe-container { display: none; }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .row > .video-iframe-container { display: none; }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .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); }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .row .container { border-width: 0; border-radius: 0; }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ::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; }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#VisqbOuVhs6ncAsaXmiKbMsWkh6568W1 { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.67578125rem;left:0.5625rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nTC2mDlpPuL7TTJrKLnKk4bQ1UxUvsPE { color:#f6eaed;display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:23.44970703125rem;left:1.6875rem;height:;display:block; }#nTC2mDlpPuL7TTJrKLnKk4bQ1UxUvsPE li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nTC2mDlpPuL7TTJrKLnKk4bQ1UxUvsPE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Y5A5H0zo/check.png); }
#oFMTsKkQtXvq5lua1e854gkTDOp2g9Xb { background-color:#e05f28;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:31.08642578125rem;left:29.9375rem;display:block; }
#s7Eh0TKOTU493yVeJycFcwUJ40Bd9zts { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k8zTrfQdt6wAgTebqKFb143tp1FPmPXI { color:#ffffff;display:block;width:61.3125rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.4375rem;left:6.84375rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sPs1c3F7GmoECgnWpBKX3OdNtrXxehPp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sPs1c3F7GmoECgnWpBKX3OdNtrXxehPp > .row .container { background-color: transparent; background-image: none; }#sPs1c3F7GmoECgnWpBKX3OdNtrXxehPp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPs1c3F7GmoECgnWpBKX3OdNtrXxehPp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPs1c3F7GmoECgnWpBKX3OdNtrXxehPp > .row .container > .video-iframe-container { display: none; }#sPs1c3F7GmoECgnWpBKX3OdNtrXxehPp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sPs1c3F7GmoECgnWpBKX3OdNtrXxehPp > .row > .video-iframe-container { display: none; }#sPs1c3F7GmoECgnWpBKX3OdNtrXxehPp > .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); }#sPs1c3F7GmoECgnWpBKX3OdNtrXxehPp > .row .container { border-width: 0; border-radius: 0; }#sPs1c3F7GmoECgnWpBKX3OdNtrXxehPp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sPs1c3F7GmoECgnWpBKX3OdNtrXxehPp > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#O1pcTOUHfJITrTRdbzv6R59k3ld8AhXO { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JxcvgknVvJzVGyUkHgk42y7IhHCoL54Q { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.0615234375rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JKDP56QXaPAyILRMPEWewo2TaSBu82H5 { background-color:#e05f28;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:9.4990234375rem;left:28.75rem;display:block; }
#RTM4fJrfNmPufMDlzm9TzIfqklO0Vy0F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gIU2JptGdSbBdmMTfTKThA7LwgU7ivxs { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:38.6875rem;top:13.3125rem;left:18.15625rem;overflow:hidden;display:block; }
#OlONrkZIJ1iNR83T9tSPfQD9KM0Ot201 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e2e2e;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; }#OlONrkZIJ1iNR83T9tSPfQD9KM0Ot201 > .row .container { background-color: transparent; background-image: none; }#OlONrkZIJ1iNR83T9tSPfQD9KM0Ot201::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlONrkZIJ1iNR83T9tSPfQD9KM0Ot201 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlONrkZIJ1iNR83T9tSPfQD9KM0Ot201 > .row .container > .video-iframe-container { display: none; }#OlONrkZIJ1iNR83T9tSPfQD9KM0Ot201 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlONrkZIJ1iNR83T9tSPfQD9KM0Ot201 > .row > .video-iframe-container { display: none; }#OlONrkZIJ1iNR83T9tSPfQD9KM0Ot201 > .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); }#OlONrkZIJ1iNR83T9tSPfQD9KM0Ot201 > .row .container { border-width: 0; border-radius: 0; }#OlONrkZIJ1iNR83T9tSPfQD9KM0Ot201 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OlONrkZIJ1iNR83T9tSPfQD9KM0Ot201 > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#qKiWm7snQymbkk1RsoTD18n3mPNbl95v { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:0.625rem;left:25.90625rem;height:6.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mLcsn1TD5JXmvqBKfBwgTWVseRyH6Tow { color:#ffffff;display:block;width:20.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5625rem;left:27.15625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMb9IB07KXJuWRNkWUGSA704z5RulWlq { width:16.4375rem;height:5.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMeGQ2EhlferSDBknZT8XXzqayTdm3wo { width:8.9375rem;height:2.1875rem;top:1.375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGxsFPJ62qXZgTmBTdTBhB4CPViAJsXI { display:block; }
 }@media only screen and (max-width: 763px) { #skR3TLeowy3PNbho3h8tl3UWcQV8takD { width:6.125rem;height:2.1875rem;top:1.375rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz0QhxtScmgstgGRRprFrtntCHnte0RV { display:block; }
 }@media only screen and (max-width: 763px) { #udg9PizfLSuiAUTTW6N8NVOu8fNgTn4W { width:8.9375rem;height:2.1875rem;top:1.375rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0hcBETIpHopdDUXT4gr3bKQ9aWX6m5Z { display:block; }
 }@media only screen and (max-width: 763px) { #L9HuzlJh9Zdps3JM2tVRNqxoaDowrT6N { width:12.5rem;height:3.125rem;top:0.9375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnvDSRBuoDRQwabbl9Ni7eWbzH8AGAAd { display:block; }
 }@media only screen and (max-width: 763px) { #Pqog8G1wkLONJkF5DEooQXOh9yGRuM2x { width:8.9375rem;height:2.1875rem;top:1.375rem;left:21.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e5gh3Lqo8BsFB13d7MfcudST59XtvsPk { display:block; }
 }@media only screen and (max-width: 763px) { #TQVqRXBTvZR7Z8eTO3iuaubUlpVHzTE4 { width:8.9375rem;height:2.1875rem;top:1.375rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zACycWphdxQi0w8iG3OgiH5lkkBdXHQy { display:block; }
 }@media only screen and (max-width: 763px) { #pr1aNQeTixlK53LOCOClsQh2CiW0l814 { display:block; }#pr1aNQeTixlK53LOCOClsQh2CiW0l814 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kuaTyuGwFarXgtXrpilKoxFX2VxmDIz7 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #bRUd0qiytmMbblsr9HXaebKROQ3F3bSA { display:block; }
 }@media only screen and (max-width: 763px) { #eo05CRQADGJxlLsfcBbmva7EdadzdreP { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #DmZWwA52BsCT5XfNhNdU5dIzzRFUwXxn { display:block; }
 }@media only screen and (max-width: 763px) { #zTEnoJ9fKvt8ItTdANwrUpU3ZBTWx5WN { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #TlqceFh3cLIS23KQJli9Bxmh9Xtq7DDV { display:block; }
 }@media only screen and (max-width: 763px) { #BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi { display:block; }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtNMdcTl6HzqTc7cHeAmy8ZdqelOVsDF { width:19.875rem;height:1.75rem;top:2.75rem;left:27.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2xgJyP5vUWqFpPGhr6VvGp8oKu513NL { width:40.0625rem;height:7.75rem;top:0rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCJtntxbJwsrekuCNwsGgEEA0DUqrnim { width:34.125rem;height:3.375rem;top:9.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq5tDXZygvIWgerz1PVaBZpPuL5duPR0 { width:13.4375rem;height:3.125rem;top:40.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzTypaxymtpLZXW0Zi3INzTds0ZzJVXN { display:block; }
 }@media only screen and (max-width: 763px) { #cK118EaMa9C65SJXxSeEuxhOrbdJBDD8 { width:11.9375rem;height:3.125rem;top:40.0625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrxRehSEPIl1PqZAgep28bvl0DesUPtZ { display:block; }
 }@media only screen and (max-width: 763px) { #vQBM3NB0bAzIG4ydG7aEweILUehOoW87 { width:3.125rem;height:3.125rem;top:2.0625rem;left:33.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLSlByif8b1scWD8Ly5c5tx3o2VuhxHe { width:23.4375rem;height:3.375rem;top:1.9375rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQdZCHn1GbkxzizRuhOPtpGVNoAD2a8W { width:3.375rem;height:3.375rem;top:1.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #URScc82EzRoyDxD2OmOuGo9qfwhwIRXs { width:23.5625rem;height:3.375rem;top:5.9375rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVxR9oMIedOSHqOynaSanxEve22zWdKf { width:23.4375rem;height:1.75rem;top:6.75rem;left:24.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEDUAza17yidsIdGAQLsUTmbnk4TbGo0 { width:3.375rem;height:3.375rem;top:5.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3dz4vdVHcmrU2zqk4KFnHGkn6dHgzry { width:3.125rem;height:3.125rem;top:6.0625rem;left:33.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0magufHEGqq2lnSc1cMT189ECHyWbLP { top:33.0625rem;left:5.125rem;width:37.5rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmpQrMEcU5KeRx9vOwDq2LhzB4vEmo1P { display:block; }#UmpQrMEcU5KeRx9vOwDq2LhzB4vEmo1P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMqFXCzFGZ11tOU2eAGmqTe3tgwmhvEI { width:47.75rem;height:2.875rem;top:4.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgXhvLsZtGRqPlQ10lNfVHB2l9STFXRv { width:36.875rem;height:30.375rem;top:8.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #th3sgFVBZSDirerofsQe2buRtzH62rVV { width:28.75rem;height:26.625rem;top:8.625rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ04ZIiLR7HJudKHWt7PQvwOqqaHvWn7 { width:21.25rem;height:1.4375rem;top:11rem;left:25.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2qV7zngzJW9PISEJT65Wg2TfyGh1NEe { width:21.25rem;height:11.375rem;top:13rem;left:25.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsmmo2tyUTcO95nBLt7yJ1ZbZTBt0bTZ { width:21.25rem;height:1.4375rem;top:23.0625rem;left:25.81201171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKNDgnuMtrOZRoSidbWHbyRluQQ6x9En { width:21.25rem;height:3.25rem;top:29.5625rem;left:25.81201171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBXzuyU7ssvy3Dr9h8Tn2fEvZs3s1A52 { width:21.25rem;height:1.4375rem;top:27.5625rem;left:25.81201171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkCyyDtE4fB8VPyNRXMU9gd3xrFT3ZoM { width:23.8125rem;height:1.625rem;top:24.375rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmksP3tGoqq0ezE7DWFhzgubAsEcrGd5 { width:13.4375rem;height:3.125rem;top:37.6875rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnZlZx6sXMNoKPfGEXDdTGqQLbpXndxV { display:block; }
 }@media only screen and (max-width: 763px) { #Qlp4K0iVLTqowr0IvTiL1OF9W1UJlTsI { width:3.3125rem;height:3.3125rem;top:39rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAdcvt47CbTdvJAQaaQlT4TMmSJWe8wI { width:3.3125rem;height:3.3125rem;top:39rem;left:5.96875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRP893AHocn4NzohTa4TRTPHGh23IoOG { width:3.3125rem;height:3.3125rem;top:39rem;left:12.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp5w5Mvwm0RzkAfxuLdnONXmVoGygz8y { display:block; }#yp5w5Mvwm0RzkAfxuLdnONXmVoGygz8y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncSicp702eRmG2JID5kKliSNTMxVvVfa { width:47.75rem;height:1.9375rem;top:0.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLnq37eTXo9mVSDlulVi29lotCn9oEpN { display:block; }#QLnq37eTXo9mVSDlulVi29lotCn9oEpN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETuC2STDDZnGxA0exFFnsWD7RTSZ22gl { width:17rem;height:12.75rem;top:0rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOZgmErehKMLATqDSDzvgPdJSvdKNNTp { top:0.5625rem;left:5.4375rem;width:18.125rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #de5WL3kD2P8aZopg8UFPFg5WwIEEwJJe { top:0.375rem;left:18.1875rem;width:17.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwQH1eebSPGdnQyLD189VT2wtuo30CBr { top:0.5625rem;left:0rem;width:18.125rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpzwmIZH2uH5yIrZDb9pabn0E9PSWkrJ { display:block; }#tpzwmIZH2uH5yIrZDb9pabn0E9PSWkrJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8TVy80DQPvfrZh5HJg1O8QGP8IrsJgd { width:17.5625rem;height:13.125rem;top:0rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUXVTaadtBhTfepekcUO670IoFr1WE1i { top:0rem;left:0rem;width:17.3125rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruqrfaR9M2vMQv6hHMLVTWGcNK9ctUd3 { top:0rem;left:17.75rem;width:18.0625rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHQS3auSc4n81FB07JegtfRmaHK0gtTI { top:0rem;left:6.5rem;width:17.375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #skWZqgfTDrqbefgEuIiruCf149F7uXRU { display:block; }#skWZqgfTDrqbefgEuIiruCf149F7uXRU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXBKlb9rHkcXkrRbVF6F6E5e9mciKha3 { width:17.8125rem;height:11.875rem;top:0.6875rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNHTbQSuyVbRRkhHsTxPDyk6ZgfN0VuI { top:0.75rem;left:18.0625rem;width:17.625rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI0ly2g4tktDIm5EKdvlksazT9IQyPs5 { top:0rem;left:0rem;width:17.875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyG2tTesdOtTJSIMe68aiSIaxM7gp33g { top:0.625rem;left:5.6875rem;width:18.1875rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv { display:block; }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2hxmXgToktJwwtH5zTf769cvU81TJNb { width:47.75rem;height:2.875rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxTVy25QwT2tKMTWz4PDg8AfyydQh2In { width:36.625rem;height:16.0625rem;top:10rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozTgBeyKp17d0amfsM5TakUUHzVJyvy4 { width:32.625rem;height:7.375rem;top:14.9375rem;left:15.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoqg0Kkn3DlFcXS7xwCDrRM79IywJpQE { width:24.6875rem;height:1.9375rem;top:10.9375rem;left:23.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAsaLyGWhF0tGhBlGPucUVq0FEKRG1hs { width:1.5625rem;height:1.5625rem;top:11.125rem;left:42.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yplwq5uFEmM9PAPRoa736wwUd8kayerh { width:1.5625rem;height:1.5625rem;top:11.125rem;left:44.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqDp4gW8SqsKFxwg8vPx90qXo57xhpkB { width:1.5625rem;height:1.5625rem;top:11.125rem;left:45.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN1a82CRe6z1AFxJixnoby7CrBpT7QOA { width:1.5625rem;height:1.5625rem;top:11.125rem;left:46.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXHnPEEaFTk5i7paFbDiuayVdo93tOAX { width:1.5625rem;height:1.5625rem;top:11.125rem;left:46.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHvfUZigZzsZ4aNiIXulD4vBgoASC66X { width:3rem;height:2.625rem;top:23.375rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIT9toFszAFQBUTXAWBbCLMtZD3DBcsM { width:36.625rem;height:16.0625rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHvlkdxNMIN6hcNiz8c2PEbGukak9bEg { top:10.0625rem;left:0rem;width:24.4375rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r { display:block; }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uz0QAyX4IPcOOvNgiSTP9QAtzqFEDECT { width:2.9375rem;height:2.5701931252657rem;top:14.75rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF7N4MaRhFW18U05TBxdH7SZnNx5skzL { width:36.625rem;height:16.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE7rOI3cJUsHuV555binWQQT2b9Dh37B { width:31.625rem;height:9.4375rem;top:5.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mswA8807LcotZU46nGal8rZJ3SMw51lN { width:24.6875rem;height:1.9375rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0pTQATooDn0MZNhHdWFsMncwCZdWGdM { width:1.5625rem;height:1.5625rem;top:1.4375rem;left:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqAos8fkr6x6Ua73noNzTXtZULE5ZX1T { width:1.5625rem;height:1.5625rem;top:1.4375rem;left:6.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pod0CoNGMRPS3fdLfqqGhGDme8pDdTzT { width:1.5625rem;height:1.5625rem;top:1.4375rem;left:7.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrJJuboiDWT7vNd0R7NGT3V3qTe6GPqC { width:1.5625rem;height:1.5625rem;top:1.4375rem;left:9.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f77cpN4KRTHiJXkT8HsFwQ385IIZX7vf { width:1.5625rem;height:1.5625rem;top:1.4375rem;left:10.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEg9AZiy40E43M97XgFql0wZvac7eUKR { width:36.625rem;height:16.0625rem;top:1.25rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEeK70I1vwpvD96i2kpvTpo3HqTfhlD4 { width:24.6875rem;height:1.9375rem;top:2.0625rem;left:23.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr65o4TUBaXqTByckLQr7nrafAT558AF { width:31.625rem;height:11rem;top:5.4375rem;left:16.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTptMChzsOoGlqsl2t1I55ZrTduGef1X { width:1.5625rem;height:1.5625rem;top:2.25rem;left:46.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtdNqVACUGni8qyIEzuPAe4CuXBKKxH8 { width:1.5625rem;height:1.5625rem;top:2.25rem;left:46.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWWb20qZiIxaCg1wc5ogopCT7l2kRESt { width:1.5625rem;height:1.5625rem;top:2.25rem;left:46.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxCbat3B630cPqTzsW5SCHf31rgIXf9t { width:1.5625rem;height:1.5625rem;top:2.25rem;left:46.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5tUrTCEe9c4S2WXgLeiLcwqJcEcJszZ { width:1.5625rem;height:1.5625rem;top:2.25rem;left:46.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu4WAT3wyaK02tWwcAFwgicfzFH12UMS { width:3rem;height:2.625rem;top:13.8125rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCgo7TgMHikGmLccr2GHB8ny9LVtx1AU { display:block; }#fCgo7TgMHikGmLccr2GHB8ny9LVtx1AU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMnUTnlaeHSfzsRJvCsmmGRSkcbButz3 { width:13.4375rem;height:3.125rem;top:1.5rem;left:17.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLmNnDTci7HSw7VkFMqZnrDWZeR3bZT3 { display:block; }
 }@media only screen and (max-width: 763px) { #zZTnhooaeJlkIhs72oIEGPLNUfpU5Jdy { display:block; }#zZTnhooaeJlkIhs72oIEGPLNUfpU5Jdy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWLbkSakV3dsd3fBZCoMJavsIQZJyHzB { width:47.75rem;height:2.875rem;top:0.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8PnXDLX3qdhTGAbGFwBn5kiBEHoDUpN { display:block; }#z8PnXDLX3qdhTGAbGFwBn5kiBEHoDUpN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6I37NdoqSgA7bNuy3fpXr3JTIWKX4xA { width:8.8125rem;height:8.8125rem;top:0rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU1y4SLdNTkE1wC11LKL5AVsdIOEv0bI { width:2.625rem;height:2.625rem;top:0.4375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3vDJVLQ6I7KbOWsmXvpSdSHL9zaq1lL { width:3.5625rem;height:3.5625rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T093GysoGw4Cw42DUyuGZGiBnhdciG9V { width:2.625rem;height:1.9375rem;top:0.8125rem;left:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu8qAgMNGaM7cTXoLU83XUhy9ZLk8Ty5 { width:47.75rem;height:0.0625rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRXe3ylzibxQ8A4l8iJMlM6h0RxX0mUD { width:2.625rem;height:2.625rem;top:0.4375rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTk5XthfiT0ncSJdxT7TWVBm5S9hGC15 { width:3.5625rem;height:3.5625rem;top:0rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N62HOwJfHsvayAZh4O0smEJaEEXmfLrL { width:2.625rem;height:1.9375rem;top:0.8125rem;left:18.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #byLUMLEUIC7r3Kaftsrc9tkWrfGbnHLi { width:8.8125rem;height:8.8125rem;top:0rem;left:19.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwThTkK7FKybXLzUe7daThgZcTPs6BnS { width:8.8125rem;height:8.8125rem;top:0rem;left:35.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX7QvpMJ3OT7B6zBq8faNhTiKhS0cOum { width:3.5625rem;height:3.5625rem;top:0rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbzrL0I9ayfeInzKabOEuUVIPRJJzWqd { width:2.625rem;height:2.625rem;top:0.4375rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #naQLGvdSwFCnWEKKc8lAO4hEm34ZmyKo { width:2.625rem;height:1.9375rem;top:0.8125rem;left:34.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtCXbWPbO0v5uvAelB81FqQILFbli2aT { width:4.3125rem;height:4.3125rem;top:2.25rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtzXlU7IRXuaPV82Dd74uGdEfeVOoldd { width:4.6875rem;height:4.4375rem;top:2.1875rem;left:21.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkS1yRtyJy1eTFRKnmztfeAKXc3dSs3k { width:5.0625rem;height:5.0625rem;top:1.875rem;left:37.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgOpyDDfeLJVe32yVUqNZoXCtFEtU4pE { width:23.3125rem;height:3.875rem;top:9.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdXVRCNcJHV5fe0A9yJBVNwcmGE2Udy0 { width:22.1875rem;height:7.25rem;top:16.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7U9zrCdoRkGyxpEuwW6i70UGS6EhC6n { width:22.1875rem;height:7.25rem;top:16.75rem;left:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvx7xbMGTQL6f8wCQAm3aQwKo5hTRMFx { width:22.1875rem;height:5.8125rem;top:10.125rem;left:9.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq9VqAOmzrDTJE4vW4h6RuKtgb1QAzaN { width:22.1875rem;height:7.25rem;top:16.8125rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNtehckp4BCXPkdKsgQg7hIm6xFrQbrp { width:22.1875rem;height:3.875rem;top:10.125rem;left:25.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9IMOgaysncZR89OmeZwErTSt0MgQg6P { width:13.4375rem;height:3.125rem;top:25.875rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRf5BpP8XJnb8mMpBRtHieIlUCOGWTsm { display:block; }
 }@media only screen and (max-width: 763px) { #SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 { display:block; }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMl3s0baP4dMTMLS2TU46hVbFTE7Hg71 { width:39.0625rem;height:32.1875rem;top:0rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFbnUWhVZ1gEIZubIn16vxT15QSM5KbJ { width:35.3125rem;height:2.4375rem;top:2.6875rem;left:12.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBxJmkRWHphwqpzEbzTGKJtzgVRIASaz { width:28.25rem;height:1.9375rem;top:6.3125rem;left:19.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDzEEaOUn7bMF06MmGGbcPcpTEqPr8SH { width:30.375rem;height:5.625rem;top:8.375rem;left:17.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez5wZdW2CWXgyT71P9LOOpJ8rU1STJr9 { width:28.25rem;height:1.9375rem;top:14.625rem;left:19.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWUwg0oTVFQugw7wqaTnnvsDpyC0Iy8X { width:30.375rem;height:4.1875rem;top:16.5rem;left:17.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVfPu0fLDG8RVDdLVPQ0BEysyASPZxQt { width:30.375rem;height:5.625rem;top:24.4375rem;left:17.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIiMsOQDGK6ciym2VNIVzZs3sHWr9aV3 { width:28.25rem;height:1.9375rem;top:22.5rem;left:19.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC5CATtxtZ2kLx0ZdLIX4M3Zo9ifg8Cr { width:13.4375rem;height:3.125rem;top:30.8125rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUxRl6d6EZTdMvZbkC9R3tIpLtZ8GudE { display:block; }
 }@media only screen and (max-width: 763px) { #zoeiQxIQZsTlC2CUulTktWv2BrdckfqR { width:3.4375rem;height:3.4375rem;top:5.5625rem;left:23.65625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyyhJLPlJaioiCHKe2sw05azte57GPkS { width:3.4375rem;height:3.4375rem;top:13.0625rem;left:23.65625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts0QVm9CWReMT6KoAswIUT9n279eJzhL { width:3.4375rem;height:3.4375rem;top:21.625rem;left:23.65625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy71gPsZGfZf2yUfxREp0Rnbr9TFgoyE { display:block; }#wy71gPsZGfZf2yUfxREp0Rnbr9TFgoyE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHL3dOoylLWvXXIVC4OQqH4AT9q34TEM { width:47.75rem;height:2.875rem;top:2.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr7ey0G9inL5EMmkTrvh38qcuodrH4L4 { display:block; }#xr7ey0G9inL5EMmkTrvh38qcuodrH4L4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huFPZfA9xxRJeTvJK311MvKQCO5EDTBX { width:23.6875rem;height:13.625rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdhDls5J77qAUgv0HReaH8tD4EZdvJ5n { width:8.125rem;height:2rem;top:40.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSnsTTa96iMcVTV3NBXEF4Ht2BwZpNzv { display:block; }
 }@media only screen and (max-width: 763px) { #ATOWlIvUunTQOiQOZFkhRhrRic8m6ENZ { width:22.9375rem;height:12.75rem;top:26.875rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSTgAy6Sb5mnC6uIeuyAKaV4QPrUGTN4 { width:23.0625rem;height:4.375rem;top:22.5625rem;left:8.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpgq0xzSZ3ege1y1qSAQzQLWLXLaLfFc { width:23.4375rem;height:4.625rem;top:15.9375rem;left:8.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO0hrVGTxt90z6bXnXGqhfnmoqvSyZVC { width:23.6875rem;height:13.625rem;top:0.75rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDTdQLug2zs5M6ewFQTlWHcT8OIvhCAS { width:7.75rem;height:2.0625rem;top:40.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkv59w2smCyiH5PSMv3UOe2UAkDK1UPv { display:block; }
 }@media only screen and (max-width: 763px) { #o46EoR2aU0nBfFb1MeccuZCcwVlfwZpq { width:23rem;height:10.9375rem;top:26.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdJlkrQXOpHS1OWhgNmrzKTq59D2vy9U { width:23.0625rem;height:4.375rem;top:22.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXG0ttvVZNtMtH6rBqNoozH7n13LBas9 { width:23.4375rem;height:4.5rem;top:15.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAKVtaT9HeOx2qqe7XQ1zxRwKQkrdgzR { width:8.125rem;height:2.1875rem;top:40.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRyrDv6fPrvJ1hzmm6ItMzLv3ed6Ga0u { display:block; }
 }@media only screen and (max-width: 763px) { #KvpE9LrIgsrsXP7lihXM1nuvJWOsENQz { width:23rem;height:9.5625rem;top:26.875rem;left:24.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7zKUH7n2TCkLFTdvU9HaJfotuZDwtsd { width:23.0625rem;height:4.375rem;top:22.5625rem;left:24.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELJse0TtkyBxHple5C8D33WZocqxoa4m { width:23.6875rem;height:13.6875rem;top:0.6875rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifKxAChL20abwoRH4uoZg6WTkyTzBUlP { width:23.4375rem;height:4.625rem;top:15.9375rem;left:24.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld46X2xQCQE2FX369c4ok0LuTq9hgdav { width:8.0625rem;height:2rem;top:40.625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mng8H3ZFslxc3H2mnrXzIhIKMggAEAgx { display:block; }
 }@media only screen and (max-width: 763px) { #AIwcOq0nxWFXHipAOvLtPdIIcPfbvk6v { width:8.0625rem;height:2rem;top:40.5625rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdLihhWnOecqBkZdOtZUrrr2q9C9JuTW { display:block; }
 }@media only screen and (max-width: 763px) { #CqEDadNqLMuf5mZRZhnbKfczIspwngeZ { width:7.9375rem;height:2.0625rem;top:40.625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zva7rUwUfCcQoTdkXrSIzytVXluU2kXf { display:block; }
 }@media only screen and (max-width: 763px) { #VSRA1pJLMKttaCsw9QawiTJbUP0ISTEv { display:block; }#VSRA1pJLMKttaCsw9QawiTJbUP0ISTEv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Td1DvzE2o9OqNzQ2rfrUb1OAcABneA2s { width:23.125rem;height:1.25rem;top:10rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7UgaAu9GrXfmptS60tPQv6fAxkFbA8T { width:20.125rem;height:0;top:11.4375rem;left:1.74951171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #heGpeHuA75hT5seRD9q0g0cl9XQbaZ9q { width:21.25rem;height:1.25rem;top:7.75rem;left:1.7490234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE4m8ZVqymboEAgTX6CH2MP4TFv6JdBU { width:22.6875rem;height:1.25rem;top:5.5625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWqT3CGTfiZUEb4TQACdBdu29ZZSDb72 { width:0.9375rem;height:0.9375rem;top:7.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTwcXLEzkUt2KD4VSGw1veSwG2iNkEtI { width:0.9375rem;height:0.9375rem;top:10.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8tRi9dQCbKWvevyCSpasOueBwC3Qub6 { width:0.9375rem;height:0.9375rem;top:5.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVkDgJ8eKFTplGDc08ofrFvHSxf2VhSw { width:22.6875rem;height:1.25rem;top:3.4375rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpuTw3OIJ3TlrVDtLGLieg5TQHsvbGid { width:0.9375rem;height:0.9375rem;top:3.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNKno3vOq4AoGyBeMWhurqemiKbCAHCQ { width:23.75rem;height:1.4375rem;top:0.9375rem;left:0.0615234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mtlr7wTdKg4PbUqE8Ehg5wqcaqFu5ur3 { width:20.875rem;height:1.25rem;top:5.5625rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4MgPz0qXNJ3IS4EtXhtr9UZ3cNHMS1K { width:24.875rem;height:1.25rem;top:3.4375rem;left:22.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNVt7duZFIh7lF40Ts79VQ1UHShSQAu6 { width:14.1875rem;height:1.4375rem;top:1rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ33s1phX1qZ2r0bmLitfTFHZt7Z69Fd { width:0.9375rem;height:0.9375rem;top:5.625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr6waden7osoLRKUeVoXdHIJdy9xTwrf { width:0.9375rem;height:0.9375rem;top:3.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmqmAJSDqcTc2T1gJa0oobyiiQsAgSlk { width:0.9375rem;height:0.9375rem;top:7.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3bUtv5wUQxs0LmlbcPSk5G4ayu6NXde { width:13.4375rem;height:3.125rem;top:13.3125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEkxtiBDNEb91atmOfVFpEcJ3SWrASLb { display:block; }
 }@media only screen and (max-width: 763px) { #H4nGTVvRRvynG9LLT83SNQyNDhwRkLi0 { width:31.9375rem;height:1.25rem;top:7.75rem;left:15.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yID5EczvWHQeyheJDaX0VRDFf3srqoPQ { display:block; }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VisqbOuVhs6ncAsaXmiKbMsWkh6568W1 { width:16.6875rem;height:1.9375rem;top:20.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTC2mDlpPuL7TTJrKLnKk4bQ1UxUvsPE { width:10.625rem;height:;top:23.4375rem;left:0rem;font-size:0.875rem;display:block; }#nTC2mDlpPuL7TTJrKLnKk4bQ1UxUvsPE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Y5A5H0zo/check.png); }
 }@media only screen and (max-width: 763px) { #oFMTsKkQtXvq5lua1e854gkTDOp2g9Xb { width:13.4375rem;height:3.125rem;top:31.0625rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7Eh0TKOTU493yVeJycFcwUJ40Bd9zts { display:block; }
 }@media only screen and (max-width: 763px) { #k8zTrfQdt6wAgTebqKFb143tp1FPmPXI { width:47.75rem;height:2.8125rem;top:3.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPs1c3F7GmoECgnWpBKX3OdNtrXxehPp { display:block; }#sPs1c3F7GmoECgnWpBKX3OdNtrXxehPp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1pcTOUHfJITrTRdbzv6R59k3ld8AhXO { width:47.75rem;height:2.875rem;top:1.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxcvgknVvJzVGyUkHgk42y7IhHCoL54Q { width:47.75rem;height:1.9375rem;top:6rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKDP56QXaPAyILRMPEWewo2TaSBu82H5 { width:17.5rem;height:3.125rem;top:9.4375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTM4fJrfNmPufMDlzm9TzIfqklO0Vy0F { display:block; }
 }@media only screen and (max-width: 763px) { #gIU2JptGdSbBdmMTfTKThA7LwgU7ivxs { width:38.6875rem;height:13.0625rem;top:13.3125rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlONrkZIJ1iNR83T9tSPfQD9KM0Ot201 { display:block; }#OlONrkZIJ1iNR83T9tSPfQD9KM0Ot201 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKiWm7snQymbkk1RsoTD18n3mPNbl95v { width:23.1875rem;height:6.25rem;top:0.625rem;left:12.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLcsn1TD5JXmvqBKfBwgTWVseRyH6Tow { width:20.6875rem;height:1.25rem;top:7.5625rem;left:13.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;z-index:auto;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMb9IB07KXJuWRNkWUGSA704z5RulWlq { width:16.125rem;height:5.5rem;top:0rem;left:2.701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMeGQ2EhlferSDBknZT8XXzqayTdm3wo { width:8.9375rem;height:2.1875rem;top:1.375rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tGxsFPJ62qXZgTmBTdTBhB4CPViAJsXI { display:block; }
 }@media only screen and (max-width: 763px) { #skR3TLeowy3PNbho3h8tl3UWcQV8takD { width:6.125rem;height:2.1875rem;top:1.375rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iz0QhxtScmgstgGRRprFrtntCHnte0RV { display:block; }
 }@media only screen and (max-width: 763px) { #udg9PizfLSuiAUTTW6N8NVOu8fNgTn4W { width:8.9375rem;height:2.1875rem;top:1.375rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #G0hcBETIpHopdDUXT4gr3bKQ9aWX6m5Z { display:block; }
 }@media only screen and (max-width: 763px) { #L9HuzlJh9Zdps3JM2tVRNqxoaDowrT6N { width:7.8125rem;height:2.4375rem;top:8.0625rem;left:6.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnvDSRBuoDRQwabbl9Ni7eWbzH8AGAAd { display:block; }
 }@media only screen and (max-width: 763px) { #Pqog8G1wkLONJkF5DEooQXOh9yGRuM2x { width:0.625rem;height:0.625rem;top:0rem;left:-0.71875rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #e5gh3Lqo8BsFB13d7MfcudST59XtvsPk { display:block; }
 }@media only screen and (max-width: 763px) { #TQVqRXBTvZR7Z8eTO3iuaubUlpVHzTE4 { width:8.9375rem;height:2.1875rem;top:1.375rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zACycWphdxQi0w8iG3OgiH5lkkBdXHQy { display:block; }
 }@media only screen and (max-width: 763px) { #pr1aNQeTixlK53LOCOClsQh2CiW0l814 { display:block; }#pr1aNQeTixlK53LOCOClsQh2CiW0l814 > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kuaTyuGwFarXgtXrpilKoxFX2VxmDIz7 { top:0.875rem;left:12rem;width:7.4375rem;height:2.1875rem;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;font-weight:400;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRUd0qiytmMbblsr9HXaebKROQ3F3bSA { display:block; }
 }@media only screen and (max-width: 763px) { #eo05CRQADGJxlLsfcBbmva7EdadzdreP { top:0.84375rem;left:6.6875rem;width:4.75rem;height:2.25rem;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;font-weight:400;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmZWwA52BsCT5XfNhNdU5dIzzRFUwXxn { display:block; }
 }@media only screen and (max-width: 763px) { #zTEnoJ9fKvt8ItTdANwrUpU3ZBTWx5WN { top:0.84375rem;left:0.96875rem;width:5.1875rem;height:2.25rem;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;font-weight:400;font-style:normal;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlqceFh3cLIS23KQJli9Bxmh9Xtq7DDV { display:block; }
 }@media only screen and (max-width: 763px) { #BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi { background-color:rgba(50,50,50,0.62);background-image:url("https://images.assets-landingi.com/5eJYqmbX/Ra_Ikane_River_Cruise.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi.adaptive-delivery-prevent-bg, #BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi.lazyload, #BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi.lazyloading { background-image: none; }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .row .container { background-color: transparent; background-image: none; }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .row .container > .video-iframe-container { display: none; }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .row > .video-iframe-container { display: none; }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .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); }#BXrb3I7mSHoogFokCVmyxoLgKe1TFHXi > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtNMdcTl6HzqTc7cHeAmy8ZdqelOVsDF { width:13.25rem;height:1.625rem;top:11.7041015625rem;left:4.5634765625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x2xgJyP5vUWqFpPGhr6VvGp8oKu513NL { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oCJtntxbJwsrekuCNwsGgEEA0DUqrnim { width:20rem;height:6rem;top:45.1728515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Xq5tDXZygvIWgerz1PVaBZpPuL5duPR0 { width:9.25rem;height:3.125rem;top:52.9091796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzTypaxymtpLZXW0Zi3INzTds0ZzJVXN { display:block; }
 }@media only screen and (max-width: 763px) { #cK118EaMa9C65SJXxSeEuxhOrbdJBDD8 { width:9.2480625rem;height:3.125rem;top:52.9091796875rem;left:10.75146484375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrxRehSEPIl1PqZAgep28bvl0DesUPtZ { display:block; }
 }@media only screen and (max-width: 763px) { #vQBM3NB0bAzIG4ydG7aEweILUehOoW87 { width:3.25rem;height:3.25rem;top:10.8916015625rem;left:0.7509765625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLSlByif8b1scWD8Ly5c5tx3o2VuhxHe { width:14.5rem;height:3.3125rem;top:10.8603515625rem;left:3.9384765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQdZCHn1GbkxzizRuhOPtpGVNoAD2a8W { width:3.3125rem;height:3.3125rem;top:10.8603515625rem;left:0.6572265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URScc82EzRoyDxD2OmOuGo9qfwhwIRXs { width:14.5rem;height:3.375rem;top:15.2041015625rem;left:3.9384765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVxR9oMIedOSHqOynaSanxEve22zWdKf { width:15.5625rem;height:3.25rem;top:15.3916015625rem;left:4.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oEDUAza17yidsIdGAQLsUTmbnk4TbGo0 { width:3.375rem;height:3.375rem;top:15.2041015625rem;left:0.6884765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3dz4vdVHcmrU2zqk4KFnHGkn6dHgzry { width:3.125rem;height:3.125rem;top:15.3291015625rem;left:0.8134765625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0magufHEGqq2lnSc1cMT189ECHyWbLP { width:20rem;height:10.2368125rem;top:20.943359375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UmpQrMEcU5KeRx9vOwDq2LhzB4vEmo1P { display:block; }#UmpQrMEcU5KeRx9vOwDq2LhzB4vEmo1P > .row .container { width:20rem;height:70.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMqFXCzFGZ11tOU2eAGmqTe3tgwmhvEI { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hgXhvLsZtGRqPlQ10lNfVHB2l9STFXRv { width:20rem;height:40.5rem;top:9.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #th3sgFVBZSDirerofsQe2buRtzH62rVV { width:19.8125rem;height:14.9375rem;top:51.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ04ZIiLR7HJudKHWt7PQvwOqqaHvWn7 { width:18.75rem;height:1.29980625rem;top:52.43701171875rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P2qV7zngzJW9PISEJT65Wg2TfyGh1NEe { width:15.875rem;height:1.29980625rem;top:54.3740234375rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vsmmo2tyUTcO95nBLt7yJ1ZbZTBt0bTZ { width:12.125rem;height:1.29980625rem;top:56.375rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UKNDgnuMtrOZRoSidbWHbyRluQQ6x9En { width:14.9375rem;height:2.5996125rem;top:62.4375rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wBXzuyU7ssvy3Dr9h8Tn2fEvZs3s1A52 { width:6.9375rem;height:1.29980625rem;top:60.4375rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gkCyyDtE4fB8VPyNRXMU9gd3xrFT3ZoM { width:17.4375rem;height:1.29980625rem;top:58.63134765625rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zmksP3tGoqq0ezE7DWFhzgubAsEcrGd5 { width:11.875rem;height:3.499025rem;top:66.75rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnZlZx6sXMNoKPfGEXDdTGqQLbpXndxV { display:block; }
 }@media only screen and (max-width: 763px) { #Qlp4K0iVLTqowr0IvTiL1OF9W1UJlTsI { width:3.3125rem;height:3.3125rem;top:47.75rem;left:1.25rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAdcvt47CbTdvJAQaaQlT4TMmSJWe8wI { width:3.3125rem;height:3.3125rem;top:47.75rem;left:8.25rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRP893AHocn4NzohTa4TRTPHGh23IoOG { width:3.3125rem;height:3.3125rem;top:47.75rem;left:15.00048828125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp5w5Mvwm0RzkAfxuLdnONXmVoGygz8y { display:block; }#yp5w5Mvwm0RzkAfxuLdnONXmVoGygz8y > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncSicp702eRmG2JID5kKliSNTMxVvVfa { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QLnq37eTXo9mVSDlulVi29lotCn9oEpN { display:block; }#QLnq37eTXo9mVSDlulVi29lotCn9oEpN > .row .container { width:20rem;height:58.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETuC2STDDZnGxA0exFFnsWD7RTSZ22gl { width:17.5rem;height:13.125rem;top:43.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOZgmErehKMLATqDSDzvgPdJSvdKNNTp { width:19.9375rem;height:13.25rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #de5WL3kD2P8aZopg8UFPFg5WwIEEwJJe { width:17.4375rem;height:12.4375rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwQH1eebSPGdnQyLD189VT2wtuo30CBr { width:19.6875rem;height:13.125rem;top:1.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpzwmIZH2uH5yIrZDb9pabn0E9PSWkrJ { display:block; }#tpzwmIZH2uH5yIrZDb9pabn0E9PSWkrJ > .row .container { width:20rem;height:58.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8TVy80DQPvfrZh5HJg1O8QGP8IrsJgd { width:17.6875rem;height:13.25rem;top:44.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUXVTaadtBhTfepekcUO670IoFr1WE1i { width:17.6875rem;height:13.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruqrfaR9M2vMQv6hHMLVTWGcNK9ctUd3 { width:18.375rem;height:13.125rem;top:30.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHQS3auSc4n81FB07JegtfRmaHK0gtTI { width:17.4375rem;height:13.0625rem;top:15.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skWZqgfTDrqbefgEuIiruCf149F7uXRU { display:block; }#skWZqgfTDrqbefgEuIiruCf149F7uXRU > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXBKlb9rHkcXkrRbVF6F6E5e9mciKha3 { width:19.875rem;height:13.25rem;top:44.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNHTbQSuyVbRRkhHsTxPDyk6ZgfN0VuI { width:20rem;height:13.25rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI0ly2g4tktDIm5EKdvlksazT9IQyPs5 { width:18.625rem;height:13.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyG2tTesdOtTJSIMe68aiSIaxM7gp33g { width:20rem;height:13.3125rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv { background-color:rgba(40,46,104,0.37);background-image:none;display:block; }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .row .container { background-color: transparent; background-image: none; }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .row .container > .video-iframe-container { display: none; }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .row > .video-iframe-container { display: none; }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .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); }#FHSKLBJlEnMtHWaLpmMphTMQad5gCEPv > .row .container { width:20rem;height:37.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2hxmXgToktJwwtH5zTf769cvU81TJNb { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zxTVy25QwT2tKMTWz4PDg8AfyydQh2In { width:20rem;height:19.875rem;top:17.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozTgBeyKp17d0amfsM5TakUUHzVJyvy4 { width:18.75rem;height:13.4706875rem;top:22.12646484375rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qoqg0Kkn3DlFcXS7xwCDrRM79IywJpQE { width:20rem;height:1.94970625rem;top:18.501953125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CAsaLyGWhF0tGhBlGPucUVq0FEKRG1hs { width:1.5625rem;height:1.5625rem;top:18.689453125rem;left:18.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yplwq5uFEmM9PAPRoa736wwUd8kayerh { width:1.5625rem;height:1.5625rem;top:18.689453125rem;left:18.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqDp4gW8SqsKFxwg8vPx90qXo57xhpkB { width:1.5625rem;height:1.5625rem;top:18.689453125rem;left:18.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN1a82CRe6z1AFxJixnoby7CrBpT7QOA { width:1.5625rem;height:1.5625rem;top:18.689453125rem;left:18.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXHnPEEaFTk5i7paFbDiuayVdo93tOAX { width:1.5625rem;height:1.5625rem;top:18.689453125rem;left:18.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHvfUZigZzsZ4aNiIXulD4vBgoASC66X { width:1.25rem;height:1.0625rem;top:34.4716796875rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIT9toFszAFQBUTXAWBbCLMtZD3DBcsM { width:0.125rem;height:0.125rem;top:4.9375rem;left:9.9375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #LHvlkdxNMIN6hcNiz8c2PEbGukak9bEg { width:16.6875rem;height:11.125rem;top:5.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r { background-color:rgba(40,46,104,0.32);background-image:none;display:block; }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .row .container { background-color: transparent; background-image: none; }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .row .container > .video-iframe-container { display: none; }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .row > .video-iframe-container { display: none; }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .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); }#yRf6aoXWdmmVTaAqTRHJesGTiISliZ0r > .row .container { width:20rem;height:34.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uz0QAyX4IPcOOvNgiSTP9QAtzqFEDECT { width:1.4375rem;height:1.25rem;top:15.2705078125rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF7N4MaRhFW18U05TBxdH7SZnNx5skzL { width:20rem;height:16.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE7rOI3cJUsHuV555binWQQT2b9Dh37B { width:18.75rem;height:11.0215rem;top:4.8740234375rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mswA8807LcotZU46nGal8rZJ3SMw51lN { width:20rem;height:1.94970625rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z0pTQATooDn0MZNhHdWFsMncwCZdWGdM { width:1.5625rem;height:1.5625rem;top:1.498046875rem;left:18.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqAos8fkr6x6Ua73noNzTXtZULE5ZX1T { width:1.5625rem;height:1.5625rem;top:1.498046875rem;left:18.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pod0CoNGMRPS3fdLfqqGhGDme8pDdTzT { width:1.5625rem;height:1.5625rem;top:1.498046875rem;left:18.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrJJuboiDWT7vNd0R7NGT3V3qTe6GPqC { width:1.5625rem;height:1.5625rem;top:1.498046875rem;left:18.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f77cpN4KRTHiJXkT8HsFwQ385IIZX7vf { width:1.5625rem;height:1.5625rem;top:1.498046875rem;left:18.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEg9AZiy40E43M97XgFql0wZvac7eUKR { width:20rem;height:14.6875rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEeK70I1vwpvD96i2kpvTpo3HqTfhlD4 { width:20rem;height:1.94970625rem;top:19.4052734375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qr65o4TUBaXqTByckLQr7nrafAT558AF { width:19.3125rem;height:8.57225rem;top:22.59228515625rem;left:0.34375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTptMChzsOoGlqsl2t1I55ZrTduGef1X { width:1.5625rem;height:1.5625rem;top:19.5927734375rem;left:18.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtdNqVACUGni8qyIEzuPAe4CuXBKKxH8 { width:1.5625rem;height:1.5625rem;top:19.5927734375rem;left:18.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWWb20qZiIxaCg1wc5ogopCT7l2kRESt { width:1.5625rem;height:1.5625rem;top:19.5927734375rem;left:18.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxCbat3B630cPqTzsW5SCHf31rgIXf9t { width:1.5625rem;height:1.5625rem;top:19.5927734375rem;left:18.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5tUrTCEe9c4S2WXgLeiLcwqJcEcJszZ { width:1.5625rem;height:1.5625rem;top:19.5927734375rem;left:18.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu4WAT3wyaK02tWwcAFwgicfzFH12UMS { width:1.5rem;height:1.3125rem;top:31.1015625rem;left:17.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCgo7TgMHikGmLccr2GHB8ny9LVtx1AU { display:block; }#fCgo7TgMHikGmLccr2GHB8ny9LVtx1AU > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMnUTnlaeHSfzsRJvCsmmGRSkcbButz3 { width:11.875rem;height:3.5rem;top:1.25rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLmNnDTci7HSw7VkFMqZnrDWZeR3bZT3 { display:block; }
 }@media only screen and (max-width: 763px) { #zZTnhooaeJlkIhs72oIEGPLNUfpU5Jdy { display:block; }#zZTnhooaeJlkIhs72oIEGPLNUfpU5Jdy > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWLbkSakV3dsd3fBZCoMJavsIQZJyHzB { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z8PnXDLX3qdhTGAbGFwBn5kiBEHoDUpN { display:block; }#z8PnXDLX3qdhTGAbGFwBn5kiBEHoDUpN > .row .container { width:20rem;height:75.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6I37NdoqSgA7bNuy3fpXr3JTIWKX4xA { width:8.8125rem;height:8.8125rem;top:1.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU1y4SLdNTkE1wC11LKL5AVsdIOEv0bI { width:2.625rem;height:2.625rem;top:1.6875rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3vDJVLQ6I7KbOWsmXvpSdSHL9zaq1lL { width:3.5625rem;height:3.5625rem;top:1.25rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T093GysoGw4Cw42DUyuGZGiBnhdciG9V { width:2.625rem;height:1.94970625rem;top:2.0625rem;left:4.40625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pu8qAgMNGaM7cTXoLU83XUhy9ZLk8Ty5 { width:20rem;height:0.0625rem;top:6.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eRXe3ylzibxQ8A4l8iJMlM6h0RxX0mUD { width:2.625rem;height:2.625rem;top:24.32278125rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTk5XthfiT0ncSJdxT7TWVBm5S9hGC15 { width:3.5625rem;height:3.5625rem;top:23.88528125rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N62HOwJfHsvayAZh4O0smEJaEEXmfLrL { width:2.625rem;height:1.94970625rem;top:24.69778125rem;left:4.34375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #byLUMLEUIC7r3Kaftsrc9tkWrfGbnHLi { width:8.8125rem;height:8.8125rem;top:23.88528125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwThTkK7FKybXLzUe7daThgZcTPs6BnS { width:8.8125rem;height:8.8125rem;top:49.48389375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX7QvpMJ3OT7B6zBq8faNhTiKhS0cOum { width:3.5625rem;height:3.5625rem;top:49.48389375rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbzrL0I9ayfeInzKabOEuUVIPRJJzWqd { width:2.625rem;height:2.625rem;top:49.92139375rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #naQLGvdSwFCnWEKKc8lAO4hEm34ZmyKo { width:2.625rem;height:1.94970625rem;top:50.29639375rem;left:4.46875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rtCXbWPbO0v5uvAelB81FqQILFbli2aT { width:4.3125rem;height:4.3125rem;top:3.5rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtzXlU7IRXuaPV82Dd74uGdEfeVOoldd { width:4.6875rem;height:4.4375rem;top:26.07278125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkS1yRtyJy1eTFRKnmztfeAKXc3dSs3k { width:4.375rem;height:4.375rem;top:51.35889375rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgOpyDDfeLJVe32yVUqNZoXCtFEtU4pE { width:20rem;height:3.574225rem;top:11.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hdXVRCNcJHV5fe0A9yJBVNwcmGE2Udy0 { width:20rem;height:6.499rem;top:16.13671875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a7U9zrCdoRkGyxpEuwW6i70UGS6EhC6n { width:20rem;height:6.499025rem;top:38.73486328125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hvx7xbMGTQL6f8wCQAm3aQwKo5hTRMFx { width:20rem;height:1.7871125rem;top:34.51025390625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sq9VqAOmzrDTJE4vW4h6RuKtgb1QAzaN { width:20rem;height:5.19921875rem;top:64.3706125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BNtehckp4BCXPkdKsgQg7hIm6xFrQbrp { width:20rem;height:3.57421875rem;top:59.54639375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J9IMOgaysncZR89OmeZwErTSt0MgQg6P { width:11.875rem;height:3.5rem;top:71.23388671875rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRf5BpP8XJnb8mMpBRtHieIlUCOGWTsm { display:block; }
 }@media only screen and (max-width: 763px) { #SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/hfQCKsX0/Stanley_Livingstone_Boutique_Hotel_4_Safari_Activities_64_285x190.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8.adaptive-delivery-prevent-bg, #SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8.lazyload, #SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8.lazyloading { background-image: none; }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .row .container { background-color: transparent; background-image: none; }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .row .container > .video-iframe-container { display: none; }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .row > .video-iframe-container { display: none; }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .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); }#SxyXAb3iRtKsMKIlxA8DqLfaDSTgbdI8 > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yMl3s0baP4dMTMLS2TU46hVbFTE7Hg71 { width:20rem;height:47.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFbnUWhVZ1gEIZubIn16vxT15QSM5KbJ { width:18.75rem;height:3.8994125rem;top:1.8125rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XBxJmkRWHphwqpzEbzTGKJtzgVRIASaz { width:15.25rem;height:3.25rem;top:6.3046875rem;left:4.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tDzEEaOUn7bMF06MmGGbcPcpTEqPr8SH { width:18.75rem;height:9.1875rem;top:10.4609375rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ez5wZdW2CWXgyT71P9LOOpJ8rU1STJr9 { width:15.4375rem;height:1.625rem;top:21.0615234375rem;left:4.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rWUwg0oTVFQugw7wqaTnnvsDpyC0Iy8X { width:18.75rem;height:6.5625rem;top:24rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TVfPu0fLDG8RVDdLVPQ0BEysyASPZxQt { width:18.75rem;height:9.1875rem;top:34.3125rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GIiMsOQDGK6ciym2VNIVzZs3sHWr9aV3 { width:14.125rem;height:1.625rem;top:31.9375rem;left:5.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RC5CATtxtZ2kLx0ZdLIX4M3Zo9ifg8Cr { width:11.875rem;height:3.499025rem;top:44.4375rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUxRl6d6EZTdMvZbkC9R3tIpLtZ8GudE { display:block; }
 }@media only screen and (max-width: 763px) { #zoeiQxIQZsTlC2CUulTktWv2BrdckfqR { width:2.3125rem;height:2.3125rem;top:6.7734375rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyyhJLPlJaioiCHKe2sw05azte57GPkS { width:2.25rem;height:2.25rem;top:20.7490234375rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts0QVm9CWReMT6KoAswIUT9n279eJzhL { width:2.625rem;height:2.625rem;top:31.4375rem;left:2.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy71gPsZGfZf2yUfxREp0Rnbr9TFgoyE { display:block; }#wy71gPsZGfZf2yUfxREp0Rnbr9TFgoyE > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHL3dOoylLWvXXIVC4OQqH4AT9q34TEM { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xr7ey0G9inL5EMmkTrvh38qcuodrH4L4 { display:block; }#xr7ey0G9inL5EMmkTrvh38qcuodrH4L4 > .row .container { width:20rem;height:116.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #huFPZfA9xxRJeTvJK311MvKQCO5EDTBX { width:20rem;height:12.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdhDls5J77qAUgv0HReaH8tD4EZdvJ5n { width:8.6885rem;height:2.0625rem;top:76.84033203125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSnsTTa96iMcVTV3NBXEF4Ht2BwZpNzv { display:block; }
 }@media only screen and (max-width: 763px) { #ATOWlIvUunTQOiQOZFkhRhrRic8m6ENZ { width:19.9980625rem;height:10.5rem;top:65.40283203125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bSTgAy6Sb5mnC6uIeuyAKaV4QPrUGTN4 { width:20rem;height:4.38720625rem;top:61.89111328125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mpgq0xzSZ3ege1y1qSAQzQLWLXLaLfFc { width:20rem;height:6.82425rem;top:54.44189453125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qO0hrVGTxt90z6bXnXGqhfnmoqvSyZVC { width:20rem;height:12.5rem;top:41.19189453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDTdQLug2zs5M6ewFQTlWHcT8OIvhCAS { width:8.6885rem;height:2.0625rem;top:37.50439453125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkv59w2smCyiH5PSMv3UOe2UAkDK1UPv { display:block; }
 }@media only screen and (max-width: 763px) { #o46EoR2aU0nBfFb1MeccuZCcwVlfwZpq { width:19.9980625rem;height:10.5rem;top:21.367675rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VdJlkrQXOpHS1OWhgNmrzKTq59D2vy9U { width:19.9980625rem;height:4.3872rem;top:33.117675rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qXG0ttvVZNtMtH6rBqNoozH7n13LBas9 { width:19.9980625rem;height:5.1181625rem;top:15rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GAKVtaT9HeOx2qqe7XQ1zxRwKQkrdgzR { width:8.8125rem;height:2.1875rem;top:113.5322265625rem;left:1.06298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRyrDv6fPrvJ1hzmm6ItMzLv3ed6Ga0u { display:block; }
 }@media only screen and (max-width: 763px) { #KvpE9LrIgsrsXP7lihXM1nuvJWOsENQz { width:19.9980625rem;height:9rem;top:103.7822265625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V7zKUH7n2TCkLFTdvU9HaJfotuZDwtsd { width:19.9980625rem;height:4.38720625rem;top:99.3955078125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ELJse0TtkyBxHple5C8D33WZocqxoa4m { width:20rem;height:12.5rem;top:79.90283203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifKxAChL20abwoRH4uoZg6WTkyTzBUlP { width:20rem;height:5.1181625rem;top:93.15283203125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ld46X2xQCQE2FX369c4ok0LuTq9hgdav { width:8.0625rem;height:2rem;top:37.53564453125rem;left:10.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mng8H3ZFslxc3H2mnrXzIhIKMggAEAgx { display:block; }
 }@media only screen and (max-width: 763px) { #AIwcOq0nxWFXHipAOvLtPdIIcPfbvk6v { width:8.0625rem;height:2rem;top:76.87158203125rem;left:10.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdLihhWnOecqBkZdOtZUrrr2q9C9JuTW { display:block; }
 }@media only screen and (max-width: 763px) { #CqEDadNqLMuf5mZRZhnbKfczIspwngeZ { width:7.9375rem;height:2.0625rem;top:113.5947265625rem;left:10.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zva7rUwUfCcQoTdkXrSIzytVXluU2kXf { display:block; }
 }@media only screen and (max-width: 763px) { #VSRA1pJLMKttaCsw9QawiTJbUP0ISTEv { display:block; }#VSRA1pJLMKttaCsw9QawiTJbUP0ISTEv > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Td1DvzE2o9OqNzQ2rfrUb1OAcABneA2s { width:18.4985625rem;height:1.29980625rem;top:22.96094375rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m7UgaAu9GrXfmptS60tPQv6fAxkFbA8T { width:20rem;height:0;top:25.51075rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #heGpeHuA75hT5seRD9q0g0cl9XQbaZ9q { width:18.125rem;height:2.5996125rem;top:16.92383125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZE4m8ZVqymboEAgTX6CH2MP4TFv6JdBU { width:17.875rem;height:1.29980625rem;top:12.186525rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xWqT3CGTfiZUEb4TQACdBdu29ZZSDb72 { width:0.9375rem;height:0.9375rem;top:14.73633125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTwcXLEzkUt2KD4VSGw1veSwG2iNkEtI { width:0.9375rem;height:0.9375rem;top:20.77344375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8tRi9dQCbKWvevyCSpasOueBwC3Qub6 { width:0.9375rem;height:0.9375rem;top:9.999025rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVkDgJ8eKFTplGDc08ofrFvHSxf2VhSw { width:18.125rem;height:2.5996125rem;top:6.1494125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EpuTw3OIJ3TlrVDtLGLieg5TQHsvbGid { width:0.9375rem;height:0.9375rem;top:3.9619125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNKno3vOq4AoGyBeMWhurqemiKbCAHCQ { width:20rem;height:1.4624rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mtlr7wTdKg4PbUqE8Ehg5wqcaqFu5ur3 { width:17.0625rem;height:1.29980625rem;top:37.697275rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V4MgPz0qXNJ3IS4EtXhtr9UZ3cNHMS1K { width:17.5625rem;height:2.5996125rem;top:31.6601625rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SNVt7duZFIh7lF40Ts79VQ1UHShSQAu6 { width:14.1855625rem;height:1.4624rem;top:26.76075rem;left:2.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xJ33s1phX1qZ2r0bmLitfTFHZt7Z69Fd { width:0.9375rem;height:0.9375rem;top:35.509775rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr6waden7osoLRKUeVoXdHIJdy9xTwrf { width:0.9375rem;height:0.9375rem;top:29.4726625rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmqmAJSDqcTc2T1gJa0oobyiiQsAgSlk { width:0.9375rem;height:0.9375rem;top:40.24708125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3bUtv5wUQxs0LmlbcPSk5G4ayu6NXde { width:11.875rem;height:3.499025rem;top:46.28419375rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEkxtiBDNEb91atmOfVFpEcJ3SWrASLb { display:block; }
 }@media only screen and (max-width: 763px) { #H4nGTVvRRvynG9LLT83SNQyNDhwRkLi0 { width:18.375rem;height:2.5996125rem;top:42.43458125rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yID5EczvWHQeyheJDaX0VRDFf3srqoPQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/5eJYqmbX/Ra_Ikane_River_Cruise.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ.adaptive-delivery-prevent-bg, #yID5EczvWHQeyheJDaX0VRDFf3srqoPQ.lazyload, #yID5EczvWHQeyheJDaX0VRDFf3srqoPQ.lazyloading { background-image: none; }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .row .container { background-color: transparent; background-image: none; }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .row .container > .video-iframe-container { display: none; }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .row > .video-iframe-container { display: none; }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .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); }#yID5EczvWHQeyheJDaX0VRDFf3srqoPQ > .row .container { width:20rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VisqbOuVhs6ncAsaXmiKbMsWkh6568W1 { width:17.875rem;height:2.03125rem;top:14.78955078125rem;left:1.0625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nTC2mDlpPuL7TTJrKLnKk4bQ1UxUvsPE { width:9.875rem;height:6.9863125rem;top:18.25634765625rem;left:5.0625rem;font-size:0.875rem;display:block; }#nTC2mDlpPuL7TTJrKLnKk4bQ1UxUvsPE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Y5A5H0zo/check.png); }
 }@media only screen and (max-width: 763px) { #oFMTsKkQtXvq5lua1e854gkTDOp2g9Xb { width:13.4375rem;height:3.125rem;top:45.5625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7Eh0TKOTU493yVeJycFcwUJ40Bd9zts { display:block; }
 }@media only screen and (max-width: 763px) { #k8zTrfQdt6wAgTebqKFb143tp1FPmPXI { width:20rem;height:10.3984375rem;top:2rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sPs1c3F7GmoECgnWpBKX3OdNtrXxehPp { display:block; }#sPs1c3F7GmoECgnWpBKX3OdNtrXxehPp > .row .container { width:20rem;height:28.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1pcTOUHfJITrTRdbzv6R59k3ld8AhXO { width:20rem;height:4.875rem;top:12.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JxcvgknVvJzVGyUkHgk42y7IhHCoL54Q { width:20rem;height:2.76171875rem;top:19.41015625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JKDP56QXaPAyILRMPEWewo2TaSBu82H5 { width:13.8125rem;height:2.8125rem;top:24rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTM4fJrfNmPufMDlzm9TzIfqklO0Vy0F { display:block; }
 }@media only screen and (max-width: 763px) { #gIU2JptGdSbBdmMTfTKThA7LwgU7ivxs { width:20rem;height:6.875rem;top:0.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlONrkZIJ1iNR83T9tSPfQD9KM0Ot201 { display:block; }#OlONrkZIJ1iNR83T9tSPfQD9KM0Ot201 > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKiWm7snQymbkk1RsoTD18n3mPNbl95v { width:12.5rem;height:6.99950625rem;top:1.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mLcsn1TD5JXmvqBKfBwgTWVseRyH6Tow { width:18.125rem;height:1.5rem;top:9.499rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }