.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:url("https://images.assets-landingi.com/uc/906d0179-ac07-4c25-b25f-13cae87e2830/bgtopmin.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#n0O3DNFJJubMQ4WEiw4Kisaktezu2Tzv { 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:2.5rem;width:12.25rem;top:1.8749998807907rem;left:0rem;overflow:hidden;display:block; }
#sgW9itrTgMCiB73Jx67rgaqPOA96inB5 { background-color:#b75f34;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.5625rem;left:62.5rem;display:block; }
#OAxv4m53S8Fvv2GtNOJmiNKwwJ1TuIFv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PFTiJgvgNxE1uuJGNkOPJbbqQJfkkRoo { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#b75f34;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.5625rem;left:24.411396026611rem;display:block; }
#m2uLStWB3CrpoM822d1wdq643fdmIeHf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#berllkeTIKNyevEPxx8v2d1pbfkrC0i9 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#b75f34;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1244375rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.5625rem;left:30.917079925537rem;display:block; }
#iLb2JcNr063foi0PoWnKatCMgcyoECou { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vkiTzDtcRT1tCEiJwAZaJKhE59FAfpFM { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#b75f34;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.5625rem;left:39.234729766846rem;display:block; }
#e6iOBSXoCBz2Uh2hXeUV34KHQVrs2sdD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mDLVo6i1f5G0FiyRhmFLoCsm4w6tneDa { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#b75f34;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.49964375rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.5625rem;left:50.427909851074rem;display:block; }
#P4QWVwlGSIwuVZn0DseGfSSmKP0fnx5z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SD0WW1s5XNFWN0ukQEAMm7aMwFmSuDJ3 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#b75f34;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.18696875rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.5625rem;left:55.119850158691rem;display:block; }
#JgumyqT7pI59c7EQziiXmw20LFL3swgM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yeWoQ5B0Kn2pNTTX6syZCg6GcSuf7ag0 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#yeWoQ5B0Kn2pNTTX6syZCg6GcSuf7ag0 > .row .container { background-color: transparent; background-image: none; }#yeWoQ5B0Kn2pNTTX6syZCg6GcSuf7ag0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeWoQ5B0Kn2pNTTX6syZCg6GcSuf7ag0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeWoQ5B0Kn2pNTTX6syZCg6GcSuf7ag0 > .row .container > .video-iframe-container { display: none; }#yeWoQ5B0Kn2pNTTX6syZCg6GcSuf7ag0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yeWoQ5B0Kn2pNTTX6syZCg6GcSuf7ag0 > .row > .video-iframe-container { display: none; }#yeWoQ5B0Kn2pNTTX6syZCg6GcSuf7ag0 > .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); }#yeWoQ5B0Kn2pNTTX6syZCg6GcSuf7ag0 > .row .container { border-width: 0; border-radius: 0; }#yeWoQ5B0Kn2pNTTX6syZCg6GcSuf7ag0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yeWoQ5B0Kn2pNTTX6syZCg6GcSuf7ag0 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#Ag7wSfbofxSbnlWvvcHNapC8A9AJzyMJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#Ag7wSfbofxSbnlWvvcHNapC8A9AJzyMJ > .row .container { background-color: transparent; background-image: none; }#Ag7wSfbofxSbnlWvvcHNapC8A9AJzyMJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ag7wSfbofxSbnlWvvcHNapC8A9AJzyMJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ag7wSfbofxSbnlWvvcHNapC8A9AJzyMJ > .row .container > .video-iframe-container { display: none; }#Ag7wSfbofxSbnlWvvcHNapC8A9AJzyMJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ag7wSfbofxSbnlWvvcHNapC8A9AJzyMJ > .row > .video-iframe-container { display: none; }#Ag7wSfbofxSbnlWvvcHNapC8A9AJzyMJ > .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); }#Ag7wSfbofxSbnlWvvcHNapC8A9AJzyMJ > .row .container { border-width: 0; border-radius: 0; }#Ag7wSfbofxSbnlWvvcHNapC8A9AJzyMJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ag7wSfbofxSbnlWvvcHNapC8A9AJzyMJ > .row .container { font-size:0.875rem;font-family:arial;height:98.125rem;width:75rem;position:relative;display:block; }#l7DE5DHdoISk1KD7X9S5bzuUSMmzwTlk { color:#161039;display:block;width:69.375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:6.25rem;left:2.8125rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a4UopaJ51LULlRVnBOXwFf22PmSv7kg6 { color:#000000;display:block;width:50.4995rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.507568359375rem;left:12.249755859375rem;height:6.5625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kWavC1RXynWN0T6lzR9TkdaQMCTTu7cw { position:absolute;display:block;z-index:14999;background-color:#eac887;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:53.9375rem;width:75rem;top:44.1865234375rem;left:0rem;display:block; }
#EwpDd7qUfHcz1cfo136GI8mBAZlW1JAO { 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:2.125rem;width:2.5rem;top:62.614135742188rem;left:3.0625rem;overflow:hidden;display:block; }
#ODRcZh2VtQt69uSQlyt7kMZx9dCBfBvQ { color:#000000;display:block;width:65.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:62.6875rem;left:6.1869659423828rem;height:2rem;display:block; }
#LTxF4225oqBTB96JTPF0i397XppFPWJ6 { 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:2.125rem;width:2.5rem;top:66.562316894531rem;left:3.125rem;overflow:hidden;display:block; }
#FRwREzKxiaCv2w3LGgsTNlRXrMOZnxT2 { color:#000000;display:block;width:65.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:66.499816894531rem;left:6.1869659423828rem;height:4rem;display:block; }
#v147N8sTew1GOzTuo18TfG3rsHGv7enG { 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:2.125rem;width:2.5rem;top:72.437141418456rem;left:3.125rem;overflow:hidden;display:block; }
#SMg09ieC8TmlQZNEzlUtlKIrFxLOAeJ3 { color:#000000;display:block;width:65.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:72.374641418456rem;left:6.1869659423828rem;height:4rem;display:block; }
#kI8TbrbzlWiEelaTCCpmvbJgfALaOPhl { position:absolute;display:block;z-index:15009;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.125rem;width:2.5rem;top:83.499641418456rem;left:3.125rem;overflow:hidden;display:block; }
#FQhE9hBDn7Hs7V8li8k43G79eVsnH5Od { color:#000000;display:block;width:65.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:83.437141418456rem;left:6.1869659423828rem;height:4rem;display:block; }
#ufkB1Us06lmiULScO1TbetSG2kngKSHh { 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:2.125rem;width:2.5rem;top:78.062316894531rem;left:3.125rem;overflow:hidden;display:block; }
#lt6AqGZQWK9Ea40dmGm5BEASDfF2ci6Z { color:#000000;display:block;width:65.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:77.874816894531rem;left:6.1869659423828rem;height:4rem;display:block; }
#xJkHQ9W8JiZl0aRStzOCASNoVzOWZmTD { position:absolute;display:block;z-index:15000;background-color:#eac887;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.875rem;width:72.8125rem;top:49.5927734375rem;left:0.96875rem;display:block; }
#tCw7vHZIkXMXOSDq4aTDn6QB7MTu3Fox { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.937125rem;width:6.4373125rem;top:89.606706619262rem;left:65.80699157715rem;overflow:hidden;display:block; }
#llbLRDo2vVU8aw2p9zczQNuwllXlpN6s { color:#000000;display:block;width:50.4990234375rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.4130859375rem;left:13.7490234375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IDIqOEMukOIKcPzCkkk0LUcLoczXCicW { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.5625rem;width:56.25rem;top:28.125rem;left:9.375rem;display:block; }
#mXMEOeXhpkNchn1RD7f4VsAoXGVCpBot { 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; }#mXMEOeXhpkNchn1RD7f4VsAoXGVCpBot > .row .container { background-color: transparent; background-image: none; }#mXMEOeXhpkNchn1RD7f4VsAoXGVCpBot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXMEOeXhpkNchn1RD7f4VsAoXGVCpBot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXMEOeXhpkNchn1RD7f4VsAoXGVCpBot > .row .container > .video-iframe-container { display: none; }#mXMEOeXhpkNchn1RD7f4VsAoXGVCpBot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXMEOeXhpkNchn1RD7f4VsAoXGVCpBot > .row > .video-iframe-container { display: none; }#mXMEOeXhpkNchn1RD7f4VsAoXGVCpBot > .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); }#mXMEOeXhpkNchn1RD7f4VsAoXGVCpBot > .row .container { border-width: 0; border-radius: 0; }#mXMEOeXhpkNchn1RD7f4VsAoXGVCpBot > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mXMEOeXhpkNchn1RD7f4VsAoXGVCpBot > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;position:relative;display:block; }#hKJLSZDeEXtr4pZpRTvZAvVtSL6W5kXG { color:#000000;display:block;width:63.4375rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.048828125rem;left:5.78125rem;height:30.625rem;display:block; }
#zgUSeIWPiggfFoVX3gvkX2QLsT8N8hHM { 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; }#zgUSeIWPiggfFoVX3gvkX2QLsT8N8hHM > .row .container { background-color: transparent; background-image: none; }#zgUSeIWPiggfFoVX3gvkX2QLsT8N8hHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgUSeIWPiggfFoVX3gvkX2QLsT8N8hHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgUSeIWPiggfFoVX3gvkX2QLsT8N8hHM > .row .container > .video-iframe-container { display: none; }#zgUSeIWPiggfFoVX3gvkX2QLsT8N8hHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgUSeIWPiggfFoVX3gvkX2QLsT8N8hHM > .row > .video-iframe-container { display: none; }#zgUSeIWPiggfFoVX3gvkX2QLsT8N8hHM > .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); }#zgUSeIWPiggfFoVX3gvkX2QLsT8N8hHM > .row .container { border-width: 0; border-radius: 0; }#zgUSeIWPiggfFoVX3gvkX2QLsT8N8hHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zgUSeIWPiggfFoVX3gvkX2QLsT8N8hHM > .row .container { font-size:0.875rem;font-family:arial;height:66.5rem;width:75rem;position:relative;display:block; }#sGuWBBZfZcCs8XJTCg33fT3So1Udfs2Q { 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.9375rem;width:12.25rem;top:6.25rem;left:2.5rem;overflow:hidden;display:block; }
#V0IsaSeiUezOXOyTcUNdXikpIEhb2SE3 { position:absolute;display:block;z-index:15001;background-color:#597267;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:50.125rem;width:75rem;top:12.122691631317rem;left:0rem;display:block; }
#g77kQe6qQ7hN1O2pXHu6gHfbg4nUM8N1 { color:#ffffff;display:block;width:63.4375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.437500953674rem;left:5.78125rem;height:7.3125rem;display:block; }
#P592vCB3eFnMexi4dklVd9i1Ns7zbTHU { color:#ffffff;display:block;width:59.9375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:30.0625rem;left:8.9375rem;height:5.8125rem;display:block; }
#LWG60qXgPTLGsmuO3GeO8QJttxJ14BaH { color:#ffffff;display:block;width:59.9375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:37.6875rem;left:8.9375rem;height:3.875rem;display:block; }
#DuuIEb59bZlZDGN7RP4iNKNw80XarF0S { color:#ffffff;display:block;width:59.9375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:42.999816894531rem;left:8.9373207092288rem;height:1.9375rem;display:block; }
#aBwm1i8KSqrFy0aPd2zLKJ77oDhgU6AT { color:#ffffff;display:block;width:59.9375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:46.999282836914rem;left:8.9373207092288rem;height:3.875rem;display:block; }
#MVem3dZ6wTIaThnMHM2sr6COwelVlTDE { color:#ffffff;display:block;width:59.9375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:52.311790466309rem;left:8.9364337921144rem;height:3.875rem;display:block; }
#eXLuQeOyqJNglLtnATXWXRiDbaRrfI4h { position:absolute;display:block;z-index:15009;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:9.6875rem;width:40.625rem;top:56.151808738709rem;left:18.434833526611rem;overflow:hidden;display:block; }
#kH8qp5WSVvBS8JduU35lu8VJry1Tcf94 { 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:2.0625rem;width:1.6875rem;top:30.0625rem;left:5.8125rem;overflow:hidden;display:block; }
#IzHywEUTqRLJrS4w1gzFMPoPuDw01AQO { 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:2.062325rem;width:1.6867875rem;top:37.687321186066rem;left:5.78125rem;overflow:hidden;display:block; }
#l5ElTxedi1k8WMX4NhwyHvahT0HO0OTS { 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:2.062325rem;width:1.6859rem;top:42.94388961792rem;left:5.78125rem;overflow:hidden;display:block; }
#BloEBbvrQ81a7GV05uGg6grr0k8veaNW { 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:2.062325rem;width:1.6850125rem;top:46.99928855896rem;left:5.78125rem;overflow:hidden;display:block; }
#A7nCoonliBz2ENaG5luv8InMMFqM2v2y { position:absolute;display:block;z-index:15008;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.062325rem;width:1.684125rem;top:52.310899734497rem;left:5.78125rem;overflow:hidden;display:block; }
#eo3cmu68RQAWXS7QG0dnlrA0aIL7PStf { position:relative;display:block; }#eo3cmu68RQAWXS7QG0dnlrA0aIL7PStf { background-color: transparent; background-image: none; }#eo3cmu68RQAWXS7QG0dnlrA0aIL7PStf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eo3cmu68RQAWXS7QG0dnlrA0aIL7PStf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eo3cmu68RQAWXS7QG0dnlrA0aIL7PStf > .row .container > .video-iframe-container { display: none; }#eo3cmu68RQAWXS7QG0dnlrA0aIL7PStf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eo3cmu68RQAWXS7QG0dnlrA0aIL7PStf > .row > .video-iframe-container { display: none; }#eo3cmu68RQAWXS7QG0dnlrA0aIL7PStf > .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); }#eo3cmu68RQAWXS7QG0dnlrA0aIL7PStf { border-width: 0; border-radius: 0; }#eo3cmu68RQAWXS7QG0dnlrA0aIL7PStf > .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; }#eo3cmu68RQAWXS7QG0dnlrA0aIL7PStf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.125rem;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; }#ZnHTEBB9frmpTHXKbBTEfaqN8eztTJ1G { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:4.375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vDDqNpbLyNyJF5Pr7sRbSpQk8ompkozC { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:34.875rem;top:13.1865234375rem;left:20.0625rem;overflow:hidden;display:block; }
#tnLlpT4BcG7ewpWe8xpR4yUipkudNURq { 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; }#tnLlpT4BcG7ewpWe8xpR4yUipkudNURq > .row .container { background-color: transparent; background-image: none; }#tnLlpT4BcG7ewpWe8xpR4yUipkudNURq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnLlpT4BcG7ewpWe8xpR4yUipkudNURq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnLlpT4BcG7ewpWe8xpR4yUipkudNURq > .row .container > .video-iframe-container { display: none; }#tnLlpT4BcG7ewpWe8xpR4yUipkudNURq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnLlpT4BcG7ewpWe8xpR4yUipkudNURq > .row > .video-iframe-container { display: none; }#tnLlpT4BcG7ewpWe8xpR4yUipkudNURq > .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); }#tnLlpT4BcG7ewpWe8xpR4yUipkudNURq > .row .container { border-width: 0; border-radius: 0; }#tnLlpT4BcG7ewpWe8xpR4yUipkudNURq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tnLlpT4BcG7ewpWe8xpR4yUipkudNURq > .row .container { font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;position:relative;display:block; }#zRHvzN7v5ndD6Tt6nGpMuzWKCUVbKpK4 { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G8P9mX7hb1O2bhwDWroCm1ayMhPeXvwu { color:#000000;display:block;width:71.18625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.434326171875rem;left:1.905517578125rem;height:3.875rem;text-align:center;text-align-last:center;display:block; }
#O9EQunD8JK8w1ERGe1gL1ic3IQHSyD3d { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:25.211294174194rem;left:0rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yWPUWKQXaWDTwZSPKL5RHEwnnqdn3v16 { color:#000000;display:block;width:47.125rem;position:absolute;font-family:syne;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:31.5rem;left:15.375rem;height:1.9375rem;display:block; }
#GBVqIsZtbmLxIfJ7MgWT8cNvJtZs3286 { color:#000000;display:block;width:47.125rem;position:absolute;font-family:syne;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:35.4375rem;left:15.375rem;height:1.9375rem;display:block; }
#uQ5Lv99NKUdMWQSy2vJwiFKfklsAwafW { color:#000000;display:block;width:47.124625rem;position:absolute;font-family:syne;font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:43.25rem;left:15.375rem;height:1.9375rem;display:block; }
#WLTdPry1VLuxXBDlMNFTaHSn3hpZfzrW { color:#000000;display:block;width:47.125rem;position:absolute;font-family:syne;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:39.3125rem;left:15.375rem;height:1.9375rem;display:block; }
#UdEOWE5hM0XL5CkBhlJawD4a6euBqizG { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;top:31.4375rem;left:12.5625rem;overflow:hidden;display:block; }
#BvI5zV6onpVQPm8pM97h3ENnn0H4yn4Q { position:absolute;display:block;z-index:15015;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.062325rem;width:2.062325rem;top:35.375rem;left:12.5625rem;overflow:hidden;display:block; }
#zbF6lkJQkhTFkBFqTOkngildPgVi4T4i { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.062325rem;width:2.062325rem;top:39.25rem;left:12.5625rem;overflow:hidden;display:block; }
#tH3r4nUPSgL7wxQT5LTqVGSOzTiZDwMC { position:absolute;display:block;z-index:15017;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.062325rem;width:2.062325rem;top:43.1875rem;left:12.5625rem;overflow:hidden;display:block; }
#FkaZ2UQAxHqL8XhSU1F4u7NUfm5vsAMd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/87b7dd86-72df-4524-8977-74a6d7b6d4cd/bgsectionmin.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#FkaZ2UQAxHqL8XhSU1F4u7NUfm5vsAMd.adaptive-delivery-prevent-bg, #FkaZ2UQAxHqL8XhSU1F4u7NUfm5vsAMd.lazyload, #FkaZ2UQAxHqL8XhSU1F4u7NUfm5vsAMd.lazyloading { background-image: none; }#FkaZ2UQAxHqL8XhSU1F4u7NUfm5vsAMd > .row .container { background-color: transparent; background-image: none; }#FkaZ2UQAxHqL8XhSU1F4u7NUfm5vsAMd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkaZ2UQAxHqL8XhSU1F4u7NUfm5vsAMd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkaZ2UQAxHqL8XhSU1F4u7NUfm5vsAMd > .row .container > .video-iframe-container { display: none; }#FkaZ2UQAxHqL8XhSU1F4u7NUfm5vsAMd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkaZ2UQAxHqL8XhSU1F4u7NUfm5vsAMd > .row > .video-iframe-container { display: none; }#FkaZ2UQAxHqL8XhSU1F4u7NUfm5vsAMd > .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); }#FkaZ2UQAxHqL8XhSU1F4u7NUfm5vsAMd > .row .container { border-width: 0; border-radius: 0; }#FkaZ2UQAxHqL8XhSU1F4u7NUfm5vsAMd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FkaZ2UQAxHqL8XhSU1F4u7NUfm5vsAMd > .row .container { font-size:0.875rem;font-family:arial;height:136.6875rem;width:75rem;position:relative;display:block; }#hrEnZPBWTLbwd8pp06x1cA5s1QaP6gIi { position:absolute;display:block;z-index:14998;background-color:#eac887;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:136.6875rem;width:75rem;top:0rem;left:0rem;display:block; }
#aqc9idgiXx1yKxAf795JZOGzTc0wMxLJ { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lUlsNKo1MUkrPUynlaI4GfQvoPkMe97v { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.999641418457rem;left:0rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m9q3ALKmbBDam4pCeS8KzH5AmvAkkWUo { 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:2.12463125rem;width:1.749875rem;top:18.309936523438rem;left:4.873046875rem;overflow:hidden;display:block; }
#HxlVzxBfiQTFz979T4X1sm9nkrC9ehqS { color:#000000;display:block;width:62.24975rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:18.309936523438rem;left:7.87109375rem;height:5.25rem;display:block; }
#OVKObopUxzfx6QNDgeFnA0h1sZWnEDR9 { 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:2.12463125rem;width:1.749875rem;top:25.621948242188rem;left:4.874267578125rem;overflow:hidden;display:block; }
#SHKAQCyW5iLrptURrFQI8qz06vu89krv { color:#000000;display:block;width:62.24975rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:25.621948242188rem;left:7.8729248046875rem;height:10.5rem;display:block; }
#mOOaQfxyF2dlItbD1sGnfcKsKVcZTJOf { color:#000000;display:block;width:65rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:39.682167053222rem;left:4.8748226165771rem;height:1.9375rem;display:block; }
#CCCh3MqiK7nmnRLZTh4TRkoqLcROcnuc { color:#000000;display:block;width:65rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:42.14453125rem;left:5rem;height:3.875rem;display:block; }
#Ngu3rLGtHJbPk80WFKWdGHLUBVzxk87J { position:absolute;display:block;z-index:15009;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:6.9375rem;width:6.4375rem;top:55.609014511108rem;left:34.46732711792rem;overflow:hidden;display:block; }
#OvgqFpb79mQH8gpHQPhZfKHHXUdbZQit { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:65.669384002687rem;left:0rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gPhi6RPH8SkdGlRyqimWw9kOEDyuwbab { 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:1.25rem;width:3.375rem;top:74.061609745025rem;left:4.0625rem;overflow:hidden;display:block; }
#QBR1bkezlRXB5L1IIHfQKvkAkZyKvsMK { color:#000000;display:block;width:62.25rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:73.124109745025rem;left:7.8728675842288rem;height:10.5rem;display:block; }
#geAxhIwKpxsZUZ4VCM5fMgXPhaTUy2M6 { 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:1.25rem;width:3.375rem;top:86.373400211331rem;left:3.9985790252686rem;overflow:hidden;display:block; }
#vnmS42Fah1N12vlhHNZySFT6mUIA2Gc2 { color:#000000;display:block;width:62.25rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:85.435900211331rem;left:7.8125rem;height:7.875rem;display:block; }
#kW4WfZGOUuNdBGx50GTnIPT1frdTPLKb { position:absolute;display:block;z-index:15009;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:1.25rem;width:3.375rem;top:96.060900211331rem;left:4.0625rem;overflow:hidden;display:block; }
#COLX6dxqiB4fQ1FIUliZ11xUhtGvWCdo { color:#000000;display:block;width:62.25rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:95.123400211331rem;left:7.8737564086912rem;height:5.25rem;display:block; }
#NnvrpxLA0xg0I5cKtpsteoK80TmQvwza { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:3.375rem;top:103.12410974502rem;left:4.1237564086914rem;overflow:hidden;display:block; }
#HtPQJagtLNDuItsW2OozpTZRfw0IhWMf { color:#000000;display:block;width:62.25rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:102.18660974502rem;left:7.9359016418456rem;height:5.25rem;display:block; }
#tioBwnh0n4p2c6C5T8MUb1o9ulVhem8q { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:3.375rem;top:110.12340021133rem;left:4.1237564086914rem;overflow:hidden;display:block; }
#rS0lF1kZSSbsi1E1VRiwCFpQJlk5QRxs { color:#000000;display:block;width:54.375rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:109.18590021133rem;left:7.9359016418456rem;height:5.25rem;display:block; }
#ODEw51oTTHS3UlTsU6zf7xK0RQKznDtp { color:#000000;display:block;width:62.25rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:124.43714380264rem;left:7.9359016418456rem;height:5.25rem;display:block; }
#AcZvnLiuhuGlDXnbT4CbvFES1FZi7xqn { color:#000000;display:block;width:62.25rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:116.81107568741rem;left:7.9359016418456rem;height:5.25rem;display:block; }
#NB6GmAewRU2a0RDOsSlV2lg80lycHS3D { position:absolute;display:block;z-index:15017;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:1.25rem;width:3.375rem;top:125.37464380264rem;left:4.1237564086914rem;overflow:hidden;display:block; }
#tT6EHka3fvCUQC7lP5OyLBUqqdgVAXEK { position:absolute;display:block;z-index:15015;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:1.25rem;width:3.375rem;top:117.74857568741rem;left:4.1237564086914rem;overflow:hidden;display:block; }
#UNxOQqkmoxqhnMA14qMeiLFRbkGVLyva { position:absolute;display:block;z-index:14999;background-color:#eac887;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:133.875rem;width:72.625rem;top:1.2890625rem;left:1.1008510589599rem;display:block; }
#CkLLXn81uXvLs1X50NrcIltPTs9euK9X { 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; }#CkLLXn81uXvLs1X50NrcIltPTs9euK9X > .row .container { background-color: transparent; background-image: none; }#CkLLXn81uXvLs1X50NrcIltPTs9euK9X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkLLXn81uXvLs1X50NrcIltPTs9euK9X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkLLXn81uXvLs1X50NrcIltPTs9euK9X > .row .container > .video-iframe-container { display: none; }#CkLLXn81uXvLs1X50NrcIltPTs9euK9X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkLLXn81uXvLs1X50NrcIltPTs9euK9X > .row > .video-iframe-container { display: none; }#CkLLXn81uXvLs1X50NrcIltPTs9euK9X > .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); }#CkLLXn81uXvLs1X50NrcIltPTs9euK9X > .row .container { border-width: 0; border-radius: 0; }#CkLLXn81uXvLs1X50NrcIltPTs9euK9X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CkLLXn81uXvLs1X50NrcIltPTs9euK9X > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:75rem;position:relative;display:block; }#Hzn8dQKNri8IoDNvd3Pv0TFGZ2oEO34U { 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:6.9375rem;width:8.625rem;top:6.25rem;left:33.186256408691rem;overflow:hidden;display:block; }
#x89qxfNbcxBGQ6I6NVdnQXaPgV8I5vUk { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.436256408691rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o63EBTWHFMuOfgGwPA5Ea1oFS58K1eJ9 { 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; }#o63EBTWHFMuOfgGwPA5Ea1oFS58K1eJ9 > .row .container { background-color: transparent; background-image: none; }#o63EBTWHFMuOfgGwPA5Ea1oFS58K1eJ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o63EBTWHFMuOfgGwPA5Ea1oFS58K1eJ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o63EBTWHFMuOfgGwPA5Ea1oFS58K1eJ9 > .row .container > .video-iframe-container { display: none; }#o63EBTWHFMuOfgGwPA5Ea1oFS58K1eJ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o63EBTWHFMuOfgGwPA5Ea1oFS58K1eJ9 > .row > .video-iframe-container { display: none; }#o63EBTWHFMuOfgGwPA5Ea1oFS58K1eJ9 > .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); }#o63EBTWHFMuOfgGwPA5Ea1oFS58K1eJ9 > .row .container { border-width: 0; border-radius: 0; }#o63EBTWHFMuOfgGwPA5Ea1oFS58K1eJ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o63EBTWHFMuOfgGwPA5Ea1oFS58K1eJ9 > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#bCVzUlxbRFPvaKQ1OTw6zDtwwLS8PG19 { position:absolute;display:block;z-index:15000;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 #597267;border-left:0.0625rem solid #597267;border-right:0.0625rem solid #597267;border-bottom:0.0625rem solid #597267;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:65.9375rem;top:0rem;left:4.5625rem;display:block; }
#hqzZD3BSFBZfkCxbAsmiqB9uletxBzqu { color:#000000;display:block;width:63.4375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:1.25rem;left:5.8125rem;height:4.125rem;display:block; }
#Uan2h7UwvmDUT3tKEMOHTRcPufE0l9Ge { color:#000000;display:block;width:63.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8rem;left:4.5625rem;height:18.375rem;overflow:hidden;display:block; }#Uan2h7UwvmDUT3tKEMOHTRcPufE0l9Ge li:not(:first-child){ padding-top:1.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#Uan2h7UwvmDUT3tKEMOHTRcPufE0l9Ge li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
#UxVU8Imc7vlbzLbwiCn2xlRN8FCQI14s { 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; }#UxVU8Imc7vlbzLbwiCn2xlRN8FCQI14s > .row .container { background-color: transparent; background-image: none; }#UxVU8Imc7vlbzLbwiCn2xlRN8FCQI14s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxVU8Imc7vlbzLbwiCn2xlRN8FCQI14s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxVU8Imc7vlbzLbwiCn2xlRN8FCQI14s > .row .container > .video-iframe-container { display: none; }#UxVU8Imc7vlbzLbwiCn2xlRN8FCQI14s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UxVU8Imc7vlbzLbwiCn2xlRN8FCQI14s > .row > .video-iframe-container { display: none; }#UxVU8Imc7vlbzLbwiCn2xlRN8FCQI14s > .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); }#UxVU8Imc7vlbzLbwiCn2xlRN8FCQI14s > .row .container { border-width: 0; border-radius: 0; }#UxVU8Imc7vlbzLbwiCn2xlRN8FCQI14s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UxVU8Imc7vlbzLbwiCn2xlRN8FCQI14s > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:75rem;position:relative;display:block; }#TiVBVLa1Dv0fbrz0pCBllDrnqa9L7fpp { position:absolute;display:block;z-index:15000;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 #597267;border-left:0.0625rem solid #597267;border-right:0.0625rem solid #597267;border-bottom:0.0625rem solid #597267;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:65.9375rem;top:3.125rem;left:4.5625rem;display:block; }
#wDx3VDNkp6kFEO8Er4Gy3IrvAygiR4gi { color:#000000;display:block;width:63.4375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:4.375rem;left:5.8125rem;height:4.125rem;display:block; }
#i6TgZDIpBTun4HoE8woNcTmCsPTMHUPd { color:#000000;display:block;width:63.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.0625rem;left:4.5625rem;height:10rem;overflow:hidden;display:block; }#i6TgZDIpBTun4HoE8woNcTmCsPTMHUPd li:not(:first-child){ padding-top:1.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#i6TgZDIpBTun4HoE8woNcTmCsPTMHUPd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
#TZfbdNfURtEtbTasJVFfVKvVKE7eVVIb { 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; }#TZfbdNfURtEtbTasJVFfVKvVKE7eVVIb > .row .container { background-color: transparent; background-image: none; }#TZfbdNfURtEtbTasJVFfVKvVKE7eVVIb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZfbdNfURtEtbTasJVFfVKvVKE7eVVIb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZfbdNfURtEtbTasJVFfVKvVKE7eVVIb > .row .container > .video-iframe-container { display: none; }#TZfbdNfURtEtbTasJVFfVKvVKE7eVVIb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZfbdNfURtEtbTasJVFfVKvVKE7eVVIb > .row > .video-iframe-container { display: none; }#TZfbdNfURtEtbTasJVFfVKvVKE7eVVIb > .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); }#TZfbdNfURtEtbTasJVFfVKvVKE7eVVIb > .row .container { border-width: 0; border-radius: 0; }#TZfbdNfURtEtbTasJVFfVKvVKE7eVVIb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZfbdNfURtEtbTasJVFfVKvVKE7eVVIb > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#J5CbyQz8wnntLigXpJ3uK7X9AiVlIGN4 { position:absolute;display:block;z-index:15000;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 #597267;border-left:0.0625rem solid #597267;border-right:0.0625rem solid #597267;border-bottom:0.0625rem solid #597267;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:65.9375rem;top:3.125rem;left:4.5625rem;display:block; }
#OtlhRSUVUVpbCFFDDikvUGmNoU5kWK6X { color:#000000;display:block;width:63.4375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:4.375rem;left:5.8125rem;height:2.0625rem;display:block; }
#w7ynAoGM6tvIDSKNDHiPNbgAReVzW6ez { color:#000000;display:block;width:63.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.1875rem;left:4.5625rem;height:25.25rem;overflow:hidden;display:block; }#w7ynAoGM6tvIDSKNDHiPNbgAReVzW6ez li:not(:first-child){ padding-top:1.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#w7ynAoGM6tvIDSKNDHiPNbgAReVzW6ez li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
#k2Kor816eZiZusxtac9ZrCAfWgHBSZ93 { 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; }#k2Kor816eZiZusxtac9ZrCAfWgHBSZ93 > .row .container { background-color: transparent; background-image: none; }#k2Kor816eZiZusxtac9ZrCAfWgHBSZ93::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2Kor816eZiZusxtac9ZrCAfWgHBSZ93 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2Kor816eZiZusxtac9ZrCAfWgHBSZ93 > .row .container > .video-iframe-container { display: none; }#k2Kor816eZiZusxtac9ZrCAfWgHBSZ93 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k2Kor816eZiZusxtac9ZrCAfWgHBSZ93 > .row > .video-iframe-container { display: none; }#k2Kor816eZiZusxtac9ZrCAfWgHBSZ93 > .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); }#k2Kor816eZiZusxtac9ZrCAfWgHBSZ93 > .row .container { border-width: 0; border-radius: 0; }#k2Kor816eZiZusxtac9ZrCAfWgHBSZ93 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k2Kor816eZiZusxtac9ZrCAfWgHBSZ93 > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:block; }#MTTxsetb285nX9qrwtSyCTaTKb4XhQxN { position:absolute;display:block;z-index:15000;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 #597267;border-left:0.0625rem solid #597267;border-right:0.0625rem solid #597267;border-bottom:0.0625rem solid #597267;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:65.9375rem;top:3.125rem;left:4.5625rem;display:block; }
#R6AtJHdfHl9WulESqq8Pg9t86Ps9drPE { color:#000000;display:block;width:63.4375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:4.375rem;left:5.8125rem;height:2.0625rem;display:block; }
#rDhCARsoB96Qm9QZ5Qum2WEOrmFxI7xr { color:#000000;display:block;width:63.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.1875rem;left:4.5625rem;height:20.125rem;overflow:hidden;display:block; }#rDhCARsoB96Qm9QZ5Qum2WEOrmFxI7xr li:not(:first-child){ padding-top:1.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#rDhCARsoB96Qm9QZ5Qum2WEOrmFxI7xr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
#FpwOx3wyIphxLnHJV5uUxyt2rgx2ilv7 { 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; }#FpwOx3wyIphxLnHJV5uUxyt2rgx2ilv7 > .row .container { background-color: transparent; background-image: none; }#FpwOx3wyIphxLnHJV5uUxyt2rgx2ilv7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpwOx3wyIphxLnHJV5uUxyt2rgx2ilv7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpwOx3wyIphxLnHJV5uUxyt2rgx2ilv7 > .row .container > .video-iframe-container { display: none; }#FpwOx3wyIphxLnHJV5uUxyt2rgx2ilv7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FpwOx3wyIphxLnHJV5uUxyt2rgx2ilv7 > .row > .video-iframe-container { display: none; }#FpwOx3wyIphxLnHJV5uUxyt2rgx2ilv7 > .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); }#FpwOx3wyIphxLnHJV5uUxyt2rgx2ilv7 > .row .container { border-width: 0; border-radius: 0; }#FpwOx3wyIphxLnHJV5uUxyt2rgx2ilv7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FpwOx3wyIphxLnHJV5uUxyt2rgx2ilv7 > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#NHpeMeNBvcceIrw8DhsZecanV3OfJWrr { position:absolute;display:block;z-index:15000;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 #597267;border-left:0.0625rem solid #597267;border-right:0.0625rem solid #597267;border-bottom:0.0625rem solid #597267;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:65.9375rem;top:3.125rem;left:4.5625rem;display:block; }
#kguSv43iAHeaxqNDtHX6m50LZKttObMz { color:#000000;display:block;width:63.4375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:4.375rem;left:5.8125rem;height:4.125rem;display:block; }
#Vne2Drl8lyt05pl3Ur95qFLPVqecy0pe { color:#000000;display:block;width:63.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.0625rem;left:4.5625rem;height:30.25rem;overflow:hidden;display:block; }#Vne2Drl8lyt05pl3Ur95qFLPVqecy0pe li:not(:first-child){ padding-top:1.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#Vne2Drl8lyt05pl3Ur95qFLPVqecy0pe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
#iIqZl0IHK9RC4zHoVo3dJm16zdSEtl6O { 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; }#iIqZl0IHK9RC4zHoVo3dJm16zdSEtl6O > .row .container { background-color: transparent; background-image: none; }#iIqZl0IHK9RC4zHoVo3dJm16zdSEtl6O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIqZl0IHK9RC4zHoVo3dJm16zdSEtl6O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIqZl0IHK9RC4zHoVo3dJm16zdSEtl6O > .row .container > .video-iframe-container { display: none; }#iIqZl0IHK9RC4zHoVo3dJm16zdSEtl6O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIqZl0IHK9RC4zHoVo3dJm16zdSEtl6O > .row > .video-iframe-container { display: none; }#iIqZl0IHK9RC4zHoVo3dJm16zdSEtl6O > .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); }#iIqZl0IHK9RC4zHoVo3dJm16zdSEtl6O > .row .container { border-width: 0; border-radius: 0; }#iIqZl0IHK9RC4zHoVo3dJm16zdSEtl6O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iIqZl0IHK9RC4zHoVo3dJm16zdSEtl6O > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#TwEPS9lko2xUDP9bRZsdlCIWVTH9mtC6 { position:absolute;display:block;z-index:15000;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 #597267;border-left:0.0625rem solid #597267;border-right:0.0625rem solid #597267;border-bottom:0.0625rem solid #597267;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:65.9375rem;top:3.1873125rem;left:4.5625rem;display:block; }
#EdeNngnq3MQD6IJSNKDuTRAz0lBJcgg3 { color:#000000;display:block;width:63.4375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:4.4373125rem;left:5.8125rem;height:2.0625rem;display:block; }
#W0zSTxWnUaPZGp4Ovc0ZtHH3lPlPbHVn { color:#000000;display:block;width:63.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.2498125rem;left:4.5625rem;height:;overflow:hidden;display:block; }#W0zSTxWnUaPZGp4Ovc0ZtHH3lPlPbHVn li:not(:first-child){ padding-top:1.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#W0zSTxWnUaPZGp4Ovc0ZtHH3lPlPbHVn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
#F3SZyg1lLtMod1BG3CuPvV9Ww0ni0dZX { 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; }#F3SZyg1lLtMod1BG3CuPvV9Ww0ni0dZX > .row .container { background-color: transparent; background-image: none; }#F3SZyg1lLtMod1BG3CuPvV9Ww0ni0dZX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3SZyg1lLtMod1BG3CuPvV9Ww0ni0dZX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3SZyg1lLtMod1BG3CuPvV9Ww0ni0dZX > .row .container > .video-iframe-container { display: none; }#F3SZyg1lLtMod1BG3CuPvV9Ww0ni0dZX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F3SZyg1lLtMod1BG3CuPvV9Ww0ni0dZX > .row > .video-iframe-container { display: none; }#F3SZyg1lLtMod1BG3CuPvV9Ww0ni0dZX > .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); }#F3SZyg1lLtMod1BG3CuPvV9Ww0ni0dZX > .row .container { border-width: 0; border-radius: 0; }#F3SZyg1lLtMod1BG3CuPvV9Ww0ni0dZX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F3SZyg1lLtMod1BG3CuPvV9Ww0ni0dZX > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;position:relative;display:block; }#nRwFKRWOBqx9fH6BK78AlzsJZeeTJHvE { position:absolute;display:block;z-index:15000;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 #597267;border-left:0.0625rem solid #597267;border-right:0.0625rem solid #597267;border-bottom:0.0625rem solid #597267;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:65.9375rem;top:4.9369375rem;left:4.5625rem;display:block; }
#QpOw5IGnu4epsoQkOedgm4zQ7u5NfOkL { color:#000000;display:block;width:63.4375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:6.1869375rem;left:5.8125rem;height:2.0625rem;display:block; }
#ubXwwbwhbR3mLlMuONr5egIW7rDpzDu7 { color:#000000;display:block;width:63.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.9994375rem;left:4.5625rem;height:13.375rem;overflow:hidden;display:block; }#ubXwwbwhbR3mLlMuONr5egIW7rDpzDu7 li:not(:first-child){ padding-top:1.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#ubXwwbwhbR3mLlMuONr5egIW7rDpzDu7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
#wsPdZT3d3azwtk3ARibK7C2wNsq1gEsF { 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; }#wsPdZT3d3azwtk3ARibK7C2wNsq1gEsF > .row .container { background-color: transparent; background-image: none; }#wsPdZT3d3azwtk3ARibK7C2wNsq1gEsF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsPdZT3d3azwtk3ARibK7C2wNsq1gEsF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsPdZT3d3azwtk3ARibK7C2wNsq1gEsF > .row .container > .video-iframe-container { display: none; }#wsPdZT3d3azwtk3ARibK7C2wNsq1gEsF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsPdZT3d3azwtk3ARibK7C2wNsq1gEsF > .row > .video-iframe-container { display: none; }#wsPdZT3d3azwtk3ARibK7C2wNsq1gEsF > .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); }#wsPdZT3d3azwtk3ARibK7C2wNsq1gEsF > .row .container { border-width: 0; border-radius: 0; }#wsPdZT3d3azwtk3ARibK7C2wNsq1gEsF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wsPdZT3d3azwtk3ARibK7C2wNsq1gEsF > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;position:relative;display:block; }#Hx2C66qTPkLJKx592CSMwMNRaoTtqQLG { position:absolute;display:block;z-index:15000;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 #597267;border-left:0.0625rem solid #597267;border-right:0.0625rem solid #597267;border-bottom:0.0625rem solid #597267;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:65.9375rem;top:3.1869375rem;left:4.5625rem;display:block; }
#iipc5Px1UHI2Sy8BCOqCcT1mZestxpqd { color:#000000;display:block;width:63.4375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:4.4369375rem;left:5.8125rem;height:2.0625rem;display:block; }
#p1ZnPvGKcGEzIqr5cJIXXl1KUUmXJnNr { color:#000000;display:block;width:63.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.2494375rem;left:4.5625rem;height:15.125rem;overflow:hidden;display:block; }#p1ZnPvGKcGEzIqr5cJIXXl1KUUmXJnNr li:not(:first-child){ padding-top:1.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#p1ZnPvGKcGEzIqr5cJIXXl1KUUmXJnNr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
#D7OXcq12Ah20Tvg3zFq22N085VXTUuNM { 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; }#D7OXcq12Ah20Tvg3zFq22N085VXTUuNM > .row .container { background-color: transparent; background-image: none; }#D7OXcq12Ah20Tvg3zFq22N085VXTUuNM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7OXcq12Ah20Tvg3zFq22N085VXTUuNM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7OXcq12Ah20Tvg3zFq22N085VXTUuNM > .row .container > .video-iframe-container { display: none; }#D7OXcq12Ah20Tvg3zFq22N085VXTUuNM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7OXcq12Ah20Tvg3zFq22N085VXTUuNM > .row > .video-iframe-container { display: none; }#D7OXcq12Ah20Tvg3zFq22N085VXTUuNM > .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); }#D7OXcq12Ah20Tvg3zFq22N085VXTUuNM > .row .container { border-width: 0; border-radius: 0; }#D7OXcq12Ah20Tvg3zFq22N085VXTUuNM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D7OXcq12Ah20Tvg3zFq22N085VXTUuNM > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;position:relative;display:block; }#Is7t7s9SfeufDp47Je9ZJq1ST73RtJBK { position:absolute;display:block;z-index:15000;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 #597267;border-left:0.0625rem solid #597267;border-right:0.0625rem solid #597267;border-bottom:0.0625rem solid #597267;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:65.9375rem;top:3.1868125rem;left:4.5625rem;display:block; }
#TnXfZfNhte8TPXrQ8tuSVOZSNv8ST2I1 { color:#000000;display:block;width:63.4375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:4.4368125rem;left:5.8125rem;height:2.0625rem;display:block; }
#SR0ezA9Ns06hOtXhkPg0JVE4hMhGeJ2s { color:#000000;display:block;width:63.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.2493125rem;left:4.5625rem;height:21.875rem;overflow:hidden;display:block; }#SR0ezA9Ns06hOtXhkPg0JVE4hMhGeJ2s li:not(:first-child){ padding-top:1.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#SR0ezA9Ns06hOtXhkPg0JVE4hMhGeJ2s li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
#QoKubRRaymMOTTUq8xoSHGZBVw6t9ofk { 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; }#QoKubRRaymMOTTUq8xoSHGZBVw6t9ofk > .row .container { background-color: transparent; background-image: none; }#QoKubRRaymMOTTUq8xoSHGZBVw6t9ofk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoKubRRaymMOTTUq8xoSHGZBVw6t9ofk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoKubRRaymMOTTUq8xoSHGZBVw6t9ofk > .row .container > .video-iframe-container { display: none; }#QoKubRRaymMOTTUq8xoSHGZBVw6t9ofk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoKubRRaymMOTTUq8xoSHGZBVw6t9ofk > .row > .video-iframe-container { display: none; }#QoKubRRaymMOTTUq8xoSHGZBVw6t9ofk > .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); }#QoKubRRaymMOTTUq8xoSHGZBVw6t9ofk > .row .container { border-width: 0; border-radius: 0; }#QoKubRRaymMOTTUq8xoSHGZBVw6t9ofk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QoKubRRaymMOTTUq8xoSHGZBVw6t9ofk > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;position:relative;display:block; }#BMUiOM3nACTX0xTKivLTEbgw9emSM6gh { position:absolute;display:block;z-index:15000;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 #597267;border-left:0.0625rem solid #597267;border-right:0.0625rem solid #597267;border-bottom:0.0625rem solid #597267;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:65.9375rem;top:3.1869375rem;left:4.5625rem;display:block; }
#IE3H1ac5J6exqzvI1DTLOVzdNSRzlizC { color:#000000;display:block;width:63.4375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:4.4369375rem;left:5.8125rem;height:2.0625rem;display:block; }
#I8kPegD0ahKwUHC6zpdzhvuqqNMo9PPL { color:#000000;display:block;width:63.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.2494375rem;left:4.5625rem;height:15.125rem;overflow:hidden;display:block; }#I8kPegD0ahKwUHC6zpdzhvuqqNMo9PPL li:not(:first-child){ padding-top:1.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#I8kPegD0ahKwUHC6zpdzhvuqqNMo9PPL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
#n1pmi7atOmwMKLSoTLNNNBHS50FILhBh { 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; }#n1pmi7atOmwMKLSoTLNNNBHS50FILhBh > .row .container { background-color: transparent; background-image: none; }#n1pmi7atOmwMKLSoTLNNNBHS50FILhBh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1pmi7atOmwMKLSoTLNNNBHS50FILhBh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1pmi7atOmwMKLSoTLNNNBHS50FILhBh > .row .container > .video-iframe-container { display: none; }#n1pmi7atOmwMKLSoTLNNNBHS50FILhBh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1pmi7atOmwMKLSoTLNNNBHS50FILhBh > .row > .video-iframe-container { display: none; }#n1pmi7atOmwMKLSoTLNNNBHS50FILhBh > .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); }#n1pmi7atOmwMKLSoTLNNNBHS50FILhBh > .row .container { border-width: 0; border-radius: 0; }#n1pmi7atOmwMKLSoTLNNNBHS50FILhBh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n1pmi7atOmwMKLSoTLNNNBHS50FILhBh > .row .container { font-size:0.875rem;font-family:arial;height:93.625rem;width:75rem;position:relative;display:block; }#yX9GTN3WMv7KqnJI0r5TLG0n8p4uTFg9 { 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.875rem;width:12.1875rem;top:6.25rem;left:60.3125rem;overflow:hidden;display:block; }
#P5f2yKD8ZBoec6Tq7sd3o0WkBtOf9H41 { position:absolute;display:block;z-index:14998;background-color:#597267;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:81.5625rem;width:75rem;top:12.061434268951rem;left:0rem;display:block; }
#OlFGtC2eTb3Q4Gp2z26mxBRvwkC5kXfU { position:absolute;display:block;z-index:14999;background-color:#597267;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:72.5rem;top:27.924347877502rem;left:1.25rem;display:block; }
#UryStTW6oJR31kyyqyoybofQZxBNXIpa { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:18.375rem;left:0rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DragUTT72RyRm4A9opqH0kM7P8ey4tvU { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.875rem;left:0rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RxsETZPxtAVd8QhLTnulbUbG53453wJR { position:absolute;display:block;z-index:15008;background-color:#b75f34;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:6.25rem;width:35.5rem;top:27.985972166061rem;left:1.375rem;display:block; }
#XbZx1muoP7N0X9mNPf9ENHuIJuqbWkRV { color:#ffffff;display:block;width:33.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:29.942114591599rem;left:2.5rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#q1mGoL1ANCJ96oSPiKtkyTg4KMoDzGER { color:#ffffff;display:block;width:33.1875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:29.886362791061rem;left:38.685188293457rem;height:2rem;display:block; }
#KGb8go8aZcc99U0R5PVmTK7xmTRQXGCp { position:absolute;display:block;z-index:15012;background-color:#b75f34;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:6.25rem;width:35.5rem;top:36.875rem;left:1.3742885589599rem;display:block; }
#yItVyaVELl1qJpTF3e4XAIg5vcnqGF7T { position:absolute;display:block;z-index:15003;background-color:#597267;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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.25rem;width:72.5rem;top:36.8125rem;left:1.25rem;display:block; }
#z0mbllBftf4ai1MKw3Sqp58v15PXTleg { color:#ffffff;display:block;width:33.1875rem;position:absolute;font-family:syne;font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:38.75rem;left:38.6875rem;height:6rem;display:block; }
#O0n8CQBnpu8WeFKHSpvuultER6a1GhLi { color:#ffffff;display:block;width:33.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:38.8125rem;left:2.5rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#P2nXaDmacibnfnuzcogTM0btTsVznem0 { color:#ffffff;display:block;width:33.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:52.6875rem;left:2.4375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#P8LMKvoQ5Q90hHLTfvSkdzlVx7LQmSbK { position:absolute;display:block;z-index:15016;background-color:#b75f34;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:6.25rem;width:35.5rem;top:50.749267578125rem;left:1.3121433258057rem;display:block; }
#oXBdgTKSi6Hiu6nETC6qbvzMUrnCBRsP { color:#ffffff;display:block;width:33.1875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:52.625rem;left:38.625rem;height:18rem;display:block; }
#VVFQet2yGlNfqcUNmuKB6AyqPTiZtwgS { position:absolute;display:block;z-index:15007;background-color:#597267;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:72.5625rem;top:50.6875rem;left:1.1875rem;display:block; }
#ySdVLow2wRFFW1tQVMHMfTp2MsfL7nHi { color:#ffffff;display:block;width:33.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:75.625rem;left:2.5rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#muxWo0GuIAMxxOp9U3pRFBTkx0dq1iqB { position:absolute;display:block;z-index:15020;background-color:#b75f34;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:6.25rem;width:35.5rem;top:73.6875rem;left:1.375rem;display:block; }
#XhN3Gw4QEGn83TuT7SVyGwgaqHSuiKIb { color:#ffffff;display:block;width:33.1875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:75.5625rem;left:38.6875rem;height:2rem;display:block; }
#QvVCONlldMmUHEXW6XKBTKrqRt1VPQCM { position:absolute;display:block;z-index:15011;background-color:#597267;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:72.5625rem;top:73.625rem;left:1.25rem;display:block; }
#hbUbUbsTxysXqUgMMTM18uVcprblZudi { color:#ffffff;display:block;width:65rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:84.3115234375rem;left:5rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#OhiZm24NeRuZB0a3T0Dhtfei4wmUfMlW { 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; }#OhiZm24NeRuZB0a3T0Dhtfei4wmUfMlW > .row .container { background-color: transparent; background-image: none; }#OhiZm24NeRuZB0a3T0Dhtfei4wmUfMlW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhiZm24NeRuZB0a3T0Dhtfei4wmUfMlW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhiZm24NeRuZB0a3T0Dhtfei4wmUfMlW > .row .container > .video-iframe-container { display: none; }#OhiZm24NeRuZB0a3T0Dhtfei4wmUfMlW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhiZm24NeRuZB0a3T0Dhtfei4wmUfMlW > .row > .video-iframe-container { display: none; }#OhiZm24NeRuZB0a3T0Dhtfei4wmUfMlW > .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); }#OhiZm24NeRuZB0a3T0Dhtfei4wmUfMlW > .row .container { border-width: 0; border-radius: 0; }#OhiZm24NeRuZB0a3T0Dhtfei4wmUfMlW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OhiZm24NeRuZB0a3T0Dhtfei4wmUfMlW > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:block; }#hZaFaMg7ap3GUeWiheCJcBELgPexCKSx { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11rem;left:0rem;height:2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XP4sbuitvCsloSchXXgAPVmI1PD5cQqg { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pp9Nfbd7amWQzqPumBaVpBEc9G5DiEkg { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:5.4375rem;top:20rem;left:0rem;overflow:hidden;display:block; }
#GdNZJCS4ToNohlKcfH34DSawfZpvuWdT { color:#000000;display:block;width:68.125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.4375rem;left:6.875rem;height:4rem;font-style:normal;display:block; }
#lFRuDTTO2z0h9ftEd3EboW5Tpwn4uM4h { position:absolute;display:block;z-index:15009;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.625rem;width:5.625rem;top:28.75rem;left:0rem;overflow:hidden;display:block; }
#qT67yeruqOEyxtP1EBmTRbvFTJkE8zEc { color:#000000;display:block;width:68.125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:29.9375rem;left:6.875rem;height:2rem;font-style:normal;display:block; }
#wBMxDG6tcvTFWRc2VUlWuLkpWOiHH2xE { color:#000000;display:block;width:68.125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:46.6875rem;left:6.875rem;height:;font-style:normal;display:block; }
#kMzFaIrrJ20dmnopdIi84UTs5NgiGyt8 { color:#000000;display:block;width:68.125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:37.9375rem;left:6.875rem;height:4rem;font-style:normal;display:block; }
#Pq99VEN1XRDy9TsLEH4zgMGg5iAUOATC { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:37.5rem;left:0rem;overflow:hidden;display:block; }
#rzowXuJ5N72guXA0dUeRmiXKKCDTnbKn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/87b7dd86-72df-4524-8977-74a6d7b6d4cd/bgsectionmin.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; }#rzowXuJ5N72guXA0dUeRmiXKKCDTnbKn.adaptive-delivery-prevent-bg, #rzowXuJ5N72guXA0dUeRmiXKKCDTnbKn.lazyload, #rzowXuJ5N72guXA0dUeRmiXKKCDTnbKn.lazyloading { background-image: none; }#rzowXuJ5N72guXA0dUeRmiXKKCDTnbKn > .row .container { background-color: transparent; background-image: none; }#rzowXuJ5N72guXA0dUeRmiXKKCDTnbKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzowXuJ5N72guXA0dUeRmiXKKCDTnbKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzowXuJ5N72guXA0dUeRmiXKKCDTnbKn > .row .container > .video-iframe-container { display: none; }#rzowXuJ5N72guXA0dUeRmiXKKCDTnbKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzowXuJ5N72guXA0dUeRmiXKKCDTnbKn > .row > .video-iframe-container { display: none; }#rzowXuJ5N72guXA0dUeRmiXKKCDTnbKn > .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); }#rzowXuJ5N72guXA0dUeRmiXKKCDTnbKn > .row .container { border-width: 0; border-radius: 0; }#rzowXuJ5N72guXA0dUeRmiXKKCDTnbKn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rzowXuJ5N72guXA0dUeRmiXKKCDTnbKn > .row .container { font-size:0.875rem;font-family:arial;height:95.5625rem;width:75rem;position:relative;display:block; }#fBfhAaTSJhyWL0OA0aC3TBzAG7RsAXeU { position:absolute;display:block;z-index:14998;background-color:#eac887;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:94.4375rem;width:75rem;top:0.999755859375rem;left:0rem;display:block; }
#CrT1TAMBFX21tXVufgmGPO5EmXSv7h59 { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.374267578125rem;left:0rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XaB95cE6lxoyoIShG16PmN4J8nB0sh7B { color:#000000;display:block;width:65rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.548095703125rem;left:5rem;height:7.75rem;display:block; }
#GTVAqoCtxaOTgR5wk41Wn6VqMLRz0qvW { color:#000000;display:block;width:67.1875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:61.38671875rem;left:5rem;height:7.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uffUN9akcBPTwTuMVoNUT6sKUnXdtT1n { color:#000000;display:block;width:65.436875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:25.3564453125rem;left:4.7802734375rem;height:3.875rem;display:block; }
#JEDuGplfnl6aQTmUZw5RJsTx7qO6XhVW { color:#000000;display:block;width:65rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:31.4375rem;left:4.875rem;height:23.25rem;display:block; }
#O09h6S78lJc3W8cNsC6h8WzKcwDhznNE { position:absolute;display:block;z-index:15009;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:18.1860625rem;width:15.5609375rem;top:73.007202148438rem;left:29.71923828125rem;overflow:hidden;display:block; }
#ccrPEgzyrREcW8CLxFqepUzhoKlDPdP6 { position:absolute;display:block;z-index:14999;background-color:#eac887;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:92.936875rem;width:72.8125rem;top:1.6314697265625rem;left:0.9765625rem;display:block; }
#pP8t5E4Da2Ff3EuXaGx90sG1JHnWRGdg { 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; }#pP8t5E4Da2Ff3EuXaGx90sG1JHnWRGdg > .row .container { background-color: transparent; background-image: none; }#pP8t5E4Da2Ff3EuXaGx90sG1JHnWRGdg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pP8t5E4Da2Ff3EuXaGx90sG1JHnWRGdg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pP8t5E4Da2Ff3EuXaGx90sG1JHnWRGdg > .row .container > .video-iframe-container { display: none; }#pP8t5E4Da2Ff3EuXaGx90sG1JHnWRGdg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pP8t5E4Da2Ff3EuXaGx90sG1JHnWRGdg > .row > .video-iframe-container { display: none; }#pP8t5E4Da2Ff3EuXaGx90sG1JHnWRGdg > .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); }#pP8t5E4Da2Ff3EuXaGx90sG1JHnWRGdg > .row .container { border-width: 0; border-radius: 0; }#pP8t5E4Da2Ff3EuXaGx90sG1JHnWRGdg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pP8t5E4Da2Ff3EuXaGx90sG1JHnWRGdg > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:block; }#quWIWLaEk5s6q7C2U8qSC73bHwmqDp3m { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:11.8115234375rem;left:0rem;height:8.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CrKO8zLEGMwoEKx4LgmUCQhWDT0xNKC9 { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.8741455078125rem;left:0rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#queqDBnuOmSz5lgnFFe5VeH6b6oSNo7J { position:relative;display:block; }#queqDBnuOmSz5lgnFFe5VeH6b6oSNo7J { background-color: transparent; background-image: none; }#queqDBnuOmSz5lgnFFe5VeH6b6oSNo7J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#queqDBnuOmSz5lgnFFe5VeH6b6oSNo7J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#queqDBnuOmSz5lgnFFe5VeH6b6oSNo7J > .row .container > .video-iframe-container { display: none; }#queqDBnuOmSz5lgnFFe5VeH6b6oSNo7J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#queqDBnuOmSz5lgnFFe5VeH6b6oSNo7J > .row > .video-iframe-container { display: none; }#queqDBnuOmSz5lgnFFe5VeH6b6oSNo7J > .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); }#queqDBnuOmSz5lgnFFe5VeH6b6oSNo7J { border-width: 0; border-radius: 0; }#queqDBnuOmSz5lgnFFe5VeH6b6oSNo7J > .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; }#queqDBnuOmSz5lgnFFe5VeH6b6oSNo7J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:46.6875rem;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; }#ym9SLuc7nGDEbNkKfBBJd5D7tcAKELPN { color:#000000;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:2.5rem;height:1.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A00s6vOZc4rNMuhOGvNdedd1CfkGTLyn { position:absolute;display:block;z-index:14999;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 #597267;border-left:0.0625rem solid #597267;border-right:0.0625rem solid #597267;border-bottom:0.0625rem solid #597267;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.5625rem;width:36.1875rem;top:0rem;left:0rem;display:block; }
#ZxWplsmkxv6rUg2x9zrAsFW1eeDnXM4X { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:3.75rem;top:1.474609375rem;left:30.04349899292rem;overflow:hidden;display:block; }
#J8v9p4zBTQCouw6A8txACqtqQ7fGPVe6 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.4740772247314rem;left:2.5rem;height:;overflow:hidden;display:block; }#J8v9p4zBTQCouw6A8txACqtqQ7fGPVe6 li:not(:first-child){ padding-top:1.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#J8v9p4zBTQCouw6A8txACqtqQ7fGPVe6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
#EmITdQFisFfLqHKqifRFthqcDZ3o42dp { color:#000000;display:block;width:5.8125rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:35.539949242026rem;left:2.5rem;height:2.1875rem;display:block; }
#d0NK07lqTeDMTPqTpUsg2MrZs1E61DWJ { color:#b75f34;display:block;width:12.75rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:35.227449242026rem;left:8.3114337921144rem;height:2.625rem;font-style:normal;display:block; }
#DoiR3WFHv0PFn2orxc5EsMBS9XqHnQ58 { background-color:#b75f34;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:montserrat;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:4.375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:39.789949178696rem;left:2.5rem;display:block; }
#yGZryKtIF9munRREbntRb8TGID4gVSa4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NX3RNntCiiIK77JffmLot0FAG4dQoTE1 { position:absolute;display:block;z-index:15008;background-color:#fbf4e7;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:46.5625rem;width:36.1869375rem;top:0rem;left:38.75rem;display:block; }
#h87iZzxMHROa3TuZmimGbPfqDihtMeie { background-color:#b75f34;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:montserrat;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:4.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:39.8125rem;left:41.25rem;display:block; }
#iiCM67COkkVKxMi0ESpfm3alv01NXFfN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U0vnUTu7iDQL2EuDsoEnsyo3r10DmbQR { color:#000000;display:block;width:31.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:18.375rem;left:41.25rem;height:13.375rem;overflow:hidden;display:block; }#U0vnUTu7iDQL2EuDsoEnsyo3r10DmbQR li:not(:first-child){ padding-top:1.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#U0vnUTu7iDQL2EuDsoEnsyo3r10DmbQR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
#dtM6Tn3yIguTDwnmXohopTheq060KXF7 { color:#b75f34;display:block;width:12.7494375rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:35.249633789062rem;left:47.062377929688rem;height:2.625rem;font-style:normal;display:block; }
#f31Nm1MwTzTBn3iw7BEcZ43ko32Di8Tb { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.625rem;top:1.5rem;left:68.75rem;overflow:hidden;display:block; }
#eeDwS79yHC5rg9Jmg7HMbEvpNSzZBHzZ { color:#000000;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5rem;left:41.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iZA2QBRkaf9xLTdTfBDu6WuDd5pLac8Z { color:#000000;display:block;width:5.812325rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:35.5625rem;left:41.25rem;height:2.1875rem;display:block; }
#LS3GKdEBwK9ugTyp75hG6J7awooyF0Qr { color:#000000;display:block;width:26.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:4.849081993103rem;left:41.249111175537rem;height:2.75rem;display:block; }
#MWQbGDTQFpvrI81LtH2HVeQhBiEVTTaL { color:#597267;display:block;width:31rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:9.2109376192094rem;left:41.249111175537rem;height:2.875rem;font-style:normal;display:block; }
#JX1sifMmltzylvRTtVwufg6ySmw7Tf0v { 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:2.3125rem;top:13.760120511055rem;left:40.749111175537rem;overflow:hidden;display:block; }
#JuhuMQMuCWDa2QIn5zOkOoRQmIA6h278 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:14.171342015266rem;left:43.655006408691rem;height:1.9375rem;display:block; }
#zGMnELuQDJugtay5enSeaTITxwHezMfr { position:relative;display:block; }#zGMnELuQDJugtay5enSeaTITxwHezMfr { background-color: transparent; background-image: none; }#zGMnELuQDJugtay5enSeaTITxwHezMfr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGMnELuQDJugtay5enSeaTITxwHezMfr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGMnELuQDJugtay5enSeaTITxwHezMfr > .row .container > .video-iframe-container { display: none; }#zGMnELuQDJugtay5enSeaTITxwHezMfr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zGMnELuQDJugtay5enSeaTITxwHezMfr > .row > .video-iframe-container { display: none; }#zGMnELuQDJugtay5enSeaTITxwHezMfr > .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); }#zGMnELuQDJugtay5enSeaTITxwHezMfr { border-width: 0; border-radius: 0; }#zGMnELuQDJugtay5enSeaTITxwHezMfr > .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; }#zGMnELuQDJugtay5enSeaTITxwHezMfr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.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; }#dPtpFkWNVwNIATFraKkTw2oh7prBbgvG { color:#000000;display:block;width:52.937rem;position:absolute;font-family:syne;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.7052001953125rem;left:11.0302734375rem;height:1.9375rem;text-align:center;text-align-last:center;display:block; }
#bRETEEbT6f3dW7XQF0DKESMrmzkoE58L .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#bRETEEbT6f3dW7XQF0DKESMrmzkoE58L .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2d3d;background-image:none;box-shadow: 0.0625rem 0.25rem 2.1875rem rgba(0,0,0,0.2) ;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }
#bRETEEbT6f3dW7XQF0DKESMrmzkoE58L .widget-text.counter-label { background-color:;background-image:none;color:#2a2d3d;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#bRETEEbT6f3dW7XQF0DKESMrmzkoE58L { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.4375rem;left:28.5537109375rem;z-index:15001; }
#bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #KECObUP3CgXliuc7Q8fzIHuzRuS996oM { display:flex;position:relative;top:0rem;left:0rem; }
#bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #JcptR2Z1BTaG4WTKZD1VTQtuqbepy3qa { width:auto; }
#bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #X40KkcT536fM2b8qFMusiaxBaP0qdZ5I {  }
#bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #XXvKN7IWfsOfiU9ulFbzPTVhEXAVhA8p { display:flex;position:relative;top:0rem;left:0rem; }
#bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #IWOgsMvGkJxZQTXFaTmfO1R1NHqLVclw {  }
#bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #AmWKZZMSbwtTkzxfOT8xEp5cy1CWlv11 {  }
#bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #OprVu1nCd1ALzXFFGLOmmxm2sWNdBcVR { display:flex;position:relative;top:0rem;left:0rem; }
#bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #fs61aTCP9vAlAqLLrT59fQhbMJTBKZQS {  }
#bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #tkLiZI8nLSmvcaMrrmKlUNNft6qz9Tf6 {  }
#bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #X3dH7GiwIMGOxR2xove1DThMUM36FOTM { display:flex;position:relative;top:0rem;left:0rem; }
#bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #vOTIZrWRB4mTekIMw3o4oD4Tpqw6HXrC {  }
#bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #MzWFd28i0QiinoJkyQrMOwKeDuyTKK8N {  }
#qWlK3aslHCmo2DOWvtITMecmpsvP3rDk { position:relative;display:block; }#qWlK3aslHCmo2DOWvtITMecmpsvP3rDk { background-color: transparent; background-image: none; }#qWlK3aslHCmo2DOWvtITMecmpsvP3rDk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWlK3aslHCmo2DOWvtITMecmpsvP3rDk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWlK3aslHCmo2DOWvtITMecmpsvP3rDk > .row .container > .video-iframe-container { display: none; }#qWlK3aslHCmo2DOWvtITMecmpsvP3rDk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWlK3aslHCmo2DOWvtITMecmpsvP3rDk > .row > .video-iframe-container { display: none; }#qWlK3aslHCmo2DOWvtITMecmpsvP3rDk > .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); }#qWlK3aslHCmo2DOWvtITMecmpsvP3rDk { border-width: 0; border-radius: 0; }#qWlK3aslHCmo2DOWvtITMecmpsvP3rDk > .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; }#qWlK3aslHCmo2DOWvtITMecmpsvP3rDk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#597267;background-image:none;font-size:0.875rem;font-family:arial;height:55.6875rem;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; }#LoCP7PyrB6XJwWWzsOiAsx7UF7WldTIn { 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:10.5625rem;width:10.5625rem;top:6.25rem;left:32.217681884766rem;overflow:hidden;display:block; }
#JTkCCnQFbGyOyZxDWet3qnx7eN9eQf7N { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.93519115448rem;left:0rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ewOHlONJCUeWm5frnwKKaZidQtsTiS4U { color:#ffffff;display:block;width:67.875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:26.285400390625rem;left:3.56201171875rem;height:12.1875rem;display:block; }
#ftPZTIZmxZmRVN79vnTqGKQfB3WlrE2G { background-color:#b75f34;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:4.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:46.109008789062rem;left:28.125rem;display:block; }
#QzRcqdoIOqTevCeoXiQoXIt3ylZe39Wb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IeygggKpD1tUp6AvK3WcwFBWXQs9vAwE { 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; }#IeygggKpD1tUp6AvK3WcwFBWXQs9vAwE > .row .container { background-color: transparent; background-image: none; }#IeygggKpD1tUp6AvK3WcwFBWXQs9vAwE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IeygggKpD1tUp6AvK3WcwFBWXQs9vAwE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IeygggKpD1tUp6AvK3WcwFBWXQs9vAwE > .row .container > .video-iframe-container { display: none; }#IeygggKpD1tUp6AvK3WcwFBWXQs9vAwE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IeygggKpD1tUp6AvK3WcwFBWXQs9vAwE > .row > .video-iframe-container { display: none; }#IeygggKpD1tUp6AvK3WcwFBWXQs9vAwE > .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); }#IeygggKpD1tUp6AvK3WcwFBWXQs9vAwE > .row .container { border-width: 0; border-radius: 0; }#IeygggKpD1tUp6AvK3WcwFBWXQs9vAwE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IeygggKpD1tUp6AvK3WcwFBWXQs9vAwE > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#lwbwoVGNSR7NruO2LsZIPGCiaJwhlFQ2 { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:2.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dvupUMfvcyeoHWaLvC1CelTLahtBhEdP { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:3.125rem;top:13.848543167114rem;left:0rem;overflow:hidden;display:block; }
#V65hzPUfcqXWiO65E9CaToOTi0Ih0tTd { color:#000000;display:block;width:70.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.724786758423rem;left:4.375rem;height:2rem;display:block; }
#ZmWybRqvL4vRL44CPK4pGJHGDdUPX7VL { 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:2.6875rem;width:3.125rem;top:18.5625rem;left:0rem;overflow:hidden;display:block; }
#ShUD2MKOCrzb0ypv43Hn5S0hAmKaTqTJ { color:#000000;display:block;width:70.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.4375rem;left:4.375rem;height:2rem;display:block; }
#Cp63ZavLUqLl9FbcfA6cKJxbciP1bDJ4 { 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:2.6875rem;width:3.125rem;top:23.25rem;left:0rem;overflow:hidden;display:block; }
#hcMifucTfxgcyQXvglUf49mAkHKainwE { color:#000000;display:block;width:70.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:23.125rem;left:4.375rem;height:2rem;display:block; }
#CiVTRdxmU0HJJllVBauX3Ja9zPUtEJys { 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:2.6875rem;width:3.125rem;top:27.9375rem;left:0rem;overflow:hidden;display:block; }
#tq0WUXCIlnsJQrV4xD1JKN3AIAcGo60F { color:#000000;display:block;width:70.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:27.8125rem;left:4.375rem;height:2rem;display:block; }
#OsWmMOF0t2GTHbREw4yC4vDpdxb4Lbcy { position:absolute;display:block;z-index:15009;background-color:#aaaaaa;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:0.0625rem;width:75rem;top:36.625554561615rem;left:0rem;display:block; }
#ESJLA4dalZmzK9UivecXOT6JTwACtvvC { 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; }#ESJLA4dalZmzK9UivecXOT6JTwACtvvC > .row .container { background-color: transparent; background-image: none; }#ESJLA4dalZmzK9UivecXOT6JTwACtvvC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESJLA4dalZmzK9UivecXOT6JTwACtvvC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESJLA4dalZmzK9UivecXOT6JTwACtvvC > .row .container > .video-iframe-container { display: none; }#ESJLA4dalZmzK9UivecXOT6JTwACtvvC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESJLA4dalZmzK9UivecXOT6JTwACtvvC > .row > .video-iframe-container { display: none; }#ESJLA4dalZmzK9UivecXOT6JTwACtvvC > .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); }#ESJLA4dalZmzK9UivecXOT6JTwACtvvC > .row .container { border-width: 0; border-radius: 0; }#ESJLA4dalZmzK9UivecXOT6JTwACtvvC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ESJLA4dalZmzK9UivecXOT6JTwACtvvC > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#Q3Ih40pvoWUSFsSZapw6CzA6NehTiLGZ { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:8.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X9S7yzBwz7nAEXbPP1khpTodKhfSNzwT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.875rem;top:11.66015625rem;left:0rem;overflow:hidden;display:block; }
#kTWOGqoAVQq1kgdbkmQEwguUxtz5pvNJ { color:#000000;display:block;width:70.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.536804199219rem;left:4.375rem;height:2rem;display:block; }
#yz1lFkgxSSTfqPCn95SW5NbnGwXLO434 { 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:2.625rem;width:2.875rem;top:16.374328613281rem;left:0rem;overflow:hidden;display:block; }
#ZxP1gnbGSlkT0X1zi76q2XuMEGyNZpwD { color:#000000;display:block;width:70.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.25rem;left:4.375rem;height:2rem;display:block; }
#U3DAlVmIliKDqkcK2DTitPhwsQMXOui5 { 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:2.625rem;width:2.875rem;top:21.060913085938rem;left:0rem;overflow:hidden;display:block; }
#ZnlTlBkeKwoRCTUkmtZp6ORCRSrfDKiK { color:#000000;display:block;width:70.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.9765625rem;left:4.375rem;height:4rem;display:block; }
#TCFSu4Zuii3GTHxHP8GVlN84hTT4A78c { 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; }#TCFSu4Zuii3GTHxHP8GVlN84hTT4A78c > .row .container { background-color: transparent; background-image: none; }#TCFSu4Zuii3GTHxHP8GVlN84hTT4A78c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCFSu4Zuii3GTHxHP8GVlN84hTT4A78c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCFSu4Zuii3GTHxHP8GVlN84hTT4A78c > .row .container > .video-iframe-container { display: none; }#TCFSu4Zuii3GTHxHP8GVlN84hTT4A78c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCFSu4Zuii3GTHxHP8GVlN84hTT4A78c > .row > .video-iframe-container { display: none; }#TCFSu4Zuii3GTHxHP8GVlN84hTT4A78c > .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); }#TCFSu4Zuii3GTHxHP8GVlN84hTT4A78c > .row .container { border-width: 0; border-radius: 0; }#TCFSu4Zuii3GTHxHP8GVlN84hTT4A78c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TCFSu4Zuii3GTHxHP8GVlN84hTT4A78c > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:75rem;position:relative;display:block; }#BbOVxM6UqTEaXCzC8MenCyv8cJyDRvE3 { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.5079898834231rem;left:0rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P8yRBTRgGuZtGSOnA45TsBCCf4pfXNeT { 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; }#P8yRBTRgGuZtGSOnA45TsBCCf4pfXNeT > .row .container { background-color: transparent; background-image: none; }#P8yRBTRgGuZtGSOnA45TsBCCf4pfXNeT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8yRBTRgGuZtGSOnA45TsBCCf4pfXNeT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8yRBTRgGuZtGSOnA45TsBCCf4pfXNeT > .row .container > .video-iframe-container { display: none; }#P8yRBTRgGuZtGSOnA45TsBCCf4pfXNeT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8yRBTRgGuZtGSOnA45TsBCCf4pfXNeT > .row > .video-iframe-container { display: none; }#P8yRBTRgGuZtGSOnA45TsBCCf4pfXNeT > .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); }#P8yRBTRgGuZtGSOnA45TsBCCf4pfXNeT > .row .container { border-width: 0; border-radius: 0; }#P8yRBTRgGuZtGSOnA45TsBCCf4pfXNeT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P8yRBTRgGuZtGSOnA45TsBCCf4pfXNeT > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#icTNnQUGrdsNDQ1cmdixSTaeoGqSyvzB { position:absolute;display:block;z-index:15000;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 #597267;border-left:0.0625rem solid #597267;border-right:0.0625rem solid #597267;border-bottom:0.0625rem solid #597267;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:74.875rem;top:0rem;left:0.010652542114258rem;display:block; }
#lhIZTX65BqBTazSMghQ2METfu12Gnggb { color:#b75f34;display:block;width:69.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.25rem;height:2rem;font-style:normal;display:block; }
#intBHpkQSR4ScpGVcd2LPnduAFnS7ZIt { 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:2.1875rem;width:2.1875rem;top:2.0872249603271rem;left:71.5625rem;overflow:hidden;display:block; }
#kfabbKAXb3UyzxZ4I0ntrIlzMGFQbwPR { position:relative;display:block; }#kfabbKAXb3UyzxZ4I0ntrIlzMGFQbwPR { background-color: transparent; background-image: none; }#kfabbKAXb3UyzxZ4I0ntrIlzMGFQbwPR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kfabbKAXb3UyzxZ4I0ntrIlzMGFQbwPR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kfabbKAXb3UyzxZ4I0ntrIlzMGFQbwPR > .row .container > .video-iframe-container { display: none; }#kfabbKAXb3UyzxZ4I0ntrIlzMGFQbwPR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kfabbKAXb3UyzxZ4I0ntrIlzMGFQbwPR > .row > .video-iframe-container { display: none; }#kfabbKAXb3UyzxZ4I0ntrIlzMGFQbwPR > .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); }#kfabbKAXb3UyzxZ4I0ntrIlzMGFQbwPR { border-width: 0; border-radius: 0; }#kfabbKAXb3UyzxZ4I0ntrIlzMGFQbwPR > .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; }#kfabbKAXb3UyzxZ4I0ntrIlzMGFQbwPR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.9375rem;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; }#P0GeLWa3TKUCRUwZdqlHTD6KlVU6VFcl { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:7.75rem;display:block; }
#nnA2rf7z6GOAglKL45Gc28JdrHgpWhTo { position:relative;display:block; }#nnA2rf7z6GOAglKL45Gc28JdrHgpWhTo { background-color: transparent; background-image: none; }#nnA2rf7z6GOAglKL45Gc28JdrHgpWhTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnA2rf7z6GOAglKL45Gc28JdrHgpWhTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnA2rf7z6GOAglKL45Gc28JdrHgpWhTo > .row .container > .video-iframe-container { display: none; }#nnA2rf7z6GOAglKL45Gc28JdrHgpWhTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnA2rf7z6GOAglKL45Gc28JdrHgpWhTo > .row > .video-iframe-container { display: none; }#nnA2rf7z6GOAglKL45Gc28JdrHgpWhTo > .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); }#nnA2rf7z6GOAglKL45Gc28JdrHgpWhTo { border-width: 0; border-radius: 0; }#nnA2rf7z6GOAglKL45Gc28JdrHgpWhTo > .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; }#nnA2rf7z6GOAglKL45Gc28JdrHgpWhTo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.625rem;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; }#bmw0IMXKDnaRSQcvNKKo7UJadarLzLAa { 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; }#bmw0IMXKDnaRSQcvNKKo7UJadarLzLAa > .row .container { background-color: transparent; background-image: none; }#bmw0IMXKDnaRSQcvNKKo7UJadarLzLAa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmw0IMXKDnaRSQcvNKKo7UJadarLzLAa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmw0IMXKDnaRSQcvNKKo7UJadarLzLAa > .row .container > .video-iframe-container { display: none; }#bmw0IMXKDnaRSQcvNKKo7UJadarLzLAa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmw0IMXKDnaRSQcvNKKo7UJadarLzLAa > .row > .video-iframe-container { display: none; }#bmw0IMXKDnaRSQcvNKKo7UJadarLzLAa > .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); }#bmw0IMXKDnaRSQcvNKKo7UJadarLzLAa > .row .container { border-width: 0; border-radius: 0; }#bmw0IMXKDnaRSQcvNKKo7UJadarLzLAa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bmw0IMXKDnaRSQcvNKKo7UJadarLzLAa > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#dN2qpmsXCUXeohk8MHmBw9dwKTJzRf4x { position:absolute;display:block;z-index:15000;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 #597267;border-left:0.0625rem solid #597267;border-right:0.0625rem solid #597267;border-bottom:0.0625rem solid #597267;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:74.875rem;top:0rem;left:0.010652542114258rem;display:none; }
#FSSdMqdTnO1PWJiWM33ezkkmZ9TG19eo { 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:2.1875rem;width:2.1875rem;top:2.0872249603271rem;left:71.5625rem;overflow:hidden;display:block; }
#XdXibUVq7u93Ht6S5yZ4eDvzvuhEaeCr { position:absolute;display:block;z-index:15001;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 #597267;border-left:0.0625rem solid #597267;border-right:0.0625rem solid #597267;border-bottom:0.0625rem solid #597267;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:74.875rem;top:0rem;left:0rem;display:block; }
#k59e662q388Gy3U3q970gViA36y0aha4 { color:#b75f34;display:block;width:69.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:1.375rem;height:2rem;font-style:normal;display:block; }
#NmJW7s01I7PA5wRrVw4nT7FtQsbFMJAu { position:relative;display:block; }#NmJW7s01I7PA5wRrVw4nT7FtQsbFMJAu { background-color: transparent; background-image: none; }#NmJW7s01I7PA5wRrVw4nT7FtQsbFMJAu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmJW7s01I7PA5wRrVw4nT7FtQsbFMJAu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmJW7s01I7PA5wRrVw4nT7FtQsbFMJAu > .row .container > .video-iframe-container { display: none; }#NmJW7s01I7PA5wRrVw4nT7FtQsbFMJAu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmJW7s01I7PA5wRrVw4nT7FtQsbFMJAu > .row > .video-iframe-container { display: none; }#NmJW7s01I7PA5wRrVw4nT7FtQsbFMJAu > .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); }#NmJW7s01I7PA5wRrVw4nT7FtQsbFMJAu { border-width: 0; border-radius: 0; }#NmJW7s01I7PA5wRrVw4nT7FtQsbFMJAu > .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; }#NmJW7s01I7PA5wRrVw4nT7FtQsbFMJAu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33rem;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; }#Wfo8dlhgWA4PWvD2v3EPrd5g41f5cAQN { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:1.9375rem;display:block; }
#rkHKmOPLzul2SkXswOoQftwsRyaOyix4 { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.501708984375rem;left:0rem;height:11.125rem;overflow:hidden;display:block; }#rkHKmOPLzul2SkXswOoQftwsRyaOyix4 li:not(:first-child){ padding-top:1.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#rkHKmOPLzul2SkXswOoQftwsRyaOyix4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
#SwewEtC0Tw7Q38s5XV1ti77cE81Qaa4C { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.0625rem;left:0rem;height:1.9375rem;display:block; }
#i4bv5kgIlxCA7yWgkLxnH8ByiT5MDlBM { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.62451171875rem;left:0rem;height:;overflow:hidden;display:block; }#i4bv5kgIlxCA7yWgkLxnH8ByiT5MDlBM li:not(:first-child){ padding-top:1.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#i4bv5kgIlxCA7yWgkLxnH8ByiT5MDlBM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4d6c2406-0099-4c9b-9ff2-fde6d1a907ec/ogniskosmall.png); }
#gaoDaTztwkXAhu1ETEJadpF9m3MdMuXa { position:relative;display:block; }#gaoDaTztwkXAhu1ETEJadpF9m3MdMuXa { background-color: transparent; background-image: none; }#gaoDaTztwkXAhu1ETEJadpF9m3MdMuXa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaoDaTztwkXAhu1ETEJadpF9m3MdMuXa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaoDaTztwkXAhu1ETEJadpF9m3MdMuXa > .row .container > .video-iframe-container { display: none; }#gaoDaTztwkXAhu1ETEJadpF9m3MdMuXa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaoDaTztwkXAhu1ETEJadpF9m3MdMuXa > .row > .video-iframe-container { display: none; }#gaoDaTztwkXAhu1ETEJadpF9m3MdMuXa > .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); }#gaoDaTztwkXAhu1ETEJadpF9m3MdMuXa { border-width: 0; border-radius: 0; }#gaoDaTztwkXAhu1ETEJadpF9m3MdMuXa > .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; }#gaoDaTztwkXAhu1ETEJadpF9m3MdMuXa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.625rem;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; }#mT4EOxkFnKGoBpMn2fEuCzE8cXcz8phX { 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; }#mT4EOxkFnKGoBpMn2fEuCzE8cXcz8phX > .row .container { background-color: transparent; background-image: none; }#mT4EOxkFnKGoBpMn2fEuCzE8cXcz8phX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT4EOxkFnKGoBpMn2fEuCzE8cXcz8phX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT4EOxkFnKGoBpMn2fEuCzE8cXcz8phX > .row .container > .video-iframe-container { display: none; }#mT4EOxkFnKGoBpMn2fEuCzE8cXcz8phX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mT4EOxkFnKGoBpMn2fEuCzE8cXcz8phX > .row > .video-iframe-container { display: none; }#mT4EOxkFnKGoBpMn2fEuCzE8cXcz8phX > .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); }#mT4EOxkFnKGoBpMn2fEuCzE8cXcz8phX > .row .container { border-width: 0; border-radius: 0; }#mT4EOxkFnKGoBpMn2fEuCzE8cXcz8phX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mT4EOxkFnKGoBpMn2fEuCzE8cXcz8phX > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#THKnFABHt2ttGASwdW6ac9yqhQQZ5tsu { position:absolute;display:block;z-index:15000;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 #597267;border-left:0.0625rem solid #597267;border-right:0.0625rem solid #597267;border-bottom:0.0625rem solid #597267;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:74.875rem;top:0rem;left:0.010652542114258rem;display:block; }
#oq14ZR3t3eEXlWc09c44ETFH6ntuXsT8 { color:#b75f34;display:block;width:69.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.25rem;height:2rem;font-style:normal;display:block; }
#TlJDpUTJEGNJrrcaqkrGCJZ3FKH6HFum { 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:2.1875rem;width:2.1875rem;top:2.0872249603271rem;left:71.5625rem;overflow:hidden;display:block; }
#HhSeIzlnkzGs2keTfb4W3IoiTZc7JThH { position:relative;display:block; }#HhSeIzlnkzGs2keTfb4W3IoiTZc7JThH { background-color: transparent; background-image: none; }#HhSeIzlnkzGs2keTfb4W3IoiTZc7JThH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhSeIzlnkzGs2keTfb4W3IoiTZc7JThH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhSeIzlnkzGs2keTfb4W3IoiTZc7JThH > .row .container > .video-iframe-container { display: none; }#HhSeIzlnkzGs2keTfb4W3IoiTZc7JThH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhSeIzlnkzGs2keTfb4W3IoiTZc7JThH > .row > .video-iframe-container { display: none; }#HhSeIzlnkzGs2keTfb4W3IoiTZc7JThH > .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); }#HhSeIzlnkzGs2keTfb4W3IoiTZc7JThH { border-width: 0; border-radius: 0; }#HhSeIzlnkzGs2keTfb4W3IoiTZc7JThH > .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; }#HhSeIzlnkzGs2keTfb4W3IoiTZc7JThH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.75rem;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; }#iH4VglB3X7DsX7A3n3kV90Wt82Ky44Qv { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:1.9375rem;display:block; }
#Btc8N6vmXtTdvWtpzzIt2sbwrtZrLqKx { position:relative;display:block; }#Btc8N6vmXtTdvWtpzzIt2sbwrtZrLqKx { background-color: transparent; background-image: none; }#Btc8N6vmXtTdvWtpzzIt2sbwrtZrLqKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Btc8N6vmXtTdvWtpzzIt2sbwrtZrLqKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Btc8N6vmXtTdvWtpzzIt2sbwrtZrLqKx > .row .container > .video-iframe-container { display: none; }#Btc8N6vmXtTdvWtpzzIt2sbwrtZrLqKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Btc8N6vmXtTdvWtpzzIt2sbwrtZrLqKx > .row > .video-iframe-container { display: none; }#Btc8N6vmXtTdvWtpzzIt2sbwrtZrLqKx > .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); }#Btc8N6vmXtTdvWtpzzIt2sbwrtZrLqKx { border-width: 0; border-radius: 0; }#Btc8N6vmXtTdvWtpzzIt2sbwrtZrLqKx > .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; }#Btc8N6vmXtTdvWtpzzIt2sbwrtZrLqKx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.625rem;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; }#EiBDSbsTKJaLIo6zsqHFDudF5xLvFUuT { 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; }#EiBDSbsTKJaLIo6zsqHFDudF5xLvFUuT > .row .container { background-color: transparent; background-image: none; }#EiBDSbsTKJaLIo6zsqHFDudF5xLvFUuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiBDSbsTKJaLIo6zsqHFDudF5xLvFUuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiBDSbsTKJaLIo6zsqHFDudF5xLvFUuT > .row .container > .video-iframe-container { display: none; }#EiBDSbsTKJaLIo6zsqHFDudF5xLvFUuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiBDSbsTKJaLIo6zsqHFDudF5xLvFUuT > .row > .video-iframe-container { display: none; }#EiBDSbsTKJaLIo6zsqHFDudF5xLvFUuT > .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); }#EiBDSbsTKJaLIo6zsqHFDudF5xLvFUuT > .row .container { border-width: 0; border-radius: 0; }#EiBDSbsTKJaLIo6zsqHFDudF5xLvFUuT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EiBDSbsTKJaLIo6zsqHFDudF5xLvFUuT > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#AtTBFaFQ4fLBn6WD44I99p3lRGyFTUHz { position:absolute;display:block;z-index:15000;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 #597267;border-left:0.0625rem solid #597267;border-right:0.0625rem solid #597267;border-bottom:0.0625rem solid #597267;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:74.875rem;top:0rem;left:0.010652542114258rem;display:block; }
#hu5ixVuVnUfLSKRH7Fh3hawe9x8JSFbb { color:#b75f34;display:block;width:69.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.25rem;height:2rem;font-style:normal;display:block; }
#S1pOeCDxAeTzOetXaSAO9TNezbEKitA8 { 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:2.1875rem;width:2.1875rem;top:2.0872249603271rem;left:71.5625rem;overflow:hidden;display:block; }
#T1nTcmezOiJiF2zgnhn1LfgQ9TBoGTXx { position:relative;display:block; }#T1nTcmezOiJiF2zgnhn1LfgQ9TBoGTXx { background-color: transparent; background-image: none; }#T1nTcmezOiJiF2zgnhn1LfgQ9TBoGTXx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1nTcmezOiJiF2zgnhn1LfgQ9TBoGTXx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1nTcmezOiJiF2zgnhn1LfgQ9TBoGTXx > .row .container > .video-iframe-container { display: none; }#T1nTcmezOiJiF2zgnhn1LfgQ9TBoGTXx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1nTcmezOiJiF2zgnhn1LfgQ9TBoGTXx > .row > .video-iframe-container { display: none; }#T1nTcmezOiJiF2zgnhn1LfgQ9TBoGTXx > .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); }#T1nTcmezOiJiF2zgnhn1LfgQ9TBoGTXx { border-width: 0; border-radius: 0; }#T1nTcmezOiJiF2zgnhn1LfgQ9TBoGTXx > .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; }#T1nTcmezOiJiF2zgnhn1LfgQ9TBoGTXx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.5rem;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; }#oDulWTzz5XpSOQUS1vH0VIUKTw6C3sTC { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:11.625rem;display:block; }
#KmZ0ioAQCcl4rFmyxoCQQMko3ILdKm7t { position:relative;display:block; }#KmZ0ioAQCcl4rFmyxoCQQMko3ILdKm7t { background-color: transparent; background-image: none; }#KmZ0ioAQCcl4rFmyxoCQQMko3ILdKm7t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmZ0ioAQCcl4rFmyxoCQQMko3ILdKm7t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmZ0ioAQCcl4rFmyxoCQQMko3ILdKm7t > .row .container > .video-iframe-container { display: none; }#KmZ0ioAQCcl4rFmyxoCQQMko3ILdKm7t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmZ0ioAQCcl4rFmyxoCQQMko3ILdKm7t > .row > .video-iframe-container { display: none; }#KmZ0ioAQCcl4rFmyxoCQQMko3ILdKm7t > .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); }#KmZ0ioAQCcl4rFmyxoCQQMko3ILdKm7t { border-width: 0; border-radius: 0; }#KmZ0ioAQCcl4rFmyxoCQQMko3ILdKm7t > .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; }#KmZ0ioAQCcl4rFmyxoCQQMko3ILdKm7t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.625rem;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; }#br9EWwKXPz0J2Xi1ZorTbJ4zZEm9VQ8C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#br9EWwKXPz0J2Xi1ZorTbJ4zZEm9VQ8C > .row .container { border-width: 0; border-radius: 0; }#br9EWwKXPz0J2Xi1ZorTbJ4zZEm9VQ8C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#br9EWwKXPz0J2Xi1ZorTbJ4zZEm9VQ8C > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:none; }#GFEi0fu70KfFbIvrwtFSGn0xqeS3Weln { position:absolute;display:block;z-index:15000;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 #597267;border-left:0.0625rem solid #597267;border-right:0.0625rem solid #597267;border-bottom:0.0625rem solid #597267;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:74.875rem;top:0rem;left:0.010652542114258rem;display:none; }
#zy8BtI2JwvnxgvIQ43ZXoRqybHrAm1vx { color:#b75f34;display:block;width:69.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.25rem;height:2rem;font-style:normal;display:block; }
#tPc9btLngasO3utCi0cGMXLaz0Kt0e8h { 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:2.1875rem;width:2.1875rem;top:2.0872249603271rem;left:71.5625rem;overflow:hidden;display:block; }
#OXOMkAJEs7Ro82tkNcfIHu543MruUzmy { position:relative;display:none; }#OXOMkAJEs7Ro82tkNcfIHu543MruUzmy { border-width: 0; border-radius: 0; }#OXOMkAJEs7Ro82tkNcfIHu543MruUzmy > .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; }#OXOMkAJEs7Ro82tkNcfIHu543MruUzmy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.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:none; }#HuzI1ERwKcpPzmUoypObydTbvCbHNZX1 { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:0;display:none; }
#kp6Lhzuu05MKiPovlB5ga90WPLunsaX9 { position:relative;display:block; }#kp6Lhzuu05MKiPovlB5ga90WPLunsaX9 { background-color: transparent; background-image: none; }#kp6Lhzuu05MKiPovlB5ga90WPLunsaX9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kp6Lhzuu05MKiPovlB5ga90WPLunsaX9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kp6Lhzuu05MKiPovlB5ga90WPLunsaX9 > .row .container > .video-iframe-container { display: none; }#kp6Lhzuu05MKiPovlB5ga90WPLunsaX9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kp6Lhzuu05MKiPovlB5ga90WPLunsaX9 > .row > .video-iframe-container { display: none; }#kp6Lhzuu05MKiPovlB5ga90WPLunsaX9 > .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); }#kp6Lhzuu05MKiPovlB5ga90WPLunsaX9 { border-width: 0; border-radius: 0; }#kp6Lhzuu05MKiPovlB5ga90WPLunsaX9 > .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; }#kp6Lhzuu05MKiPovlB5ga90WPLunsaX9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.625rem;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; }#niL8BESQARuTU881SENcpJA6uLgGzwKX { 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; }#niL8BESQARuTU881SENcpJA6uLgGzwKX > .row .container { background-color: transparent; background-image: none; }#niL8BESQARuTU881SENcpJA6uLgGzwKX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#niL8BESQARuTU881SENcpJA6uLgGzwKX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#niL8BESQARuTU881SENcpJA6uLgGzwKX > .row .container > .video-iframe-container { display: none; }#niL8BESQARuTU881SENcpJA6uLgGzwKX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#niL8BESQARuTU881SENcpJA6uLgGzwKX > .row > .video-iframe-container { display: none; }#niL8BESQARuTU881SENcpJA6uLgGzwKX > .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); }#niL8BESQARuTU881SENcpJA6uLgGzwKX > .row .container { border-width: 0; border-radius: 0; }#niL8BESQARuTU881SENcpJA6uLgGzwKX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#niL8BESQARuTU881SENcpJA6uLgGzwKX > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#kmTt9tMyhcXVLzMUgm5yzNbpzNbsPyU7 { position:absolute;display:block;z-index:15000;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 #597267;border-left:0.0625rem solid #597267;border-right:0.0625rem solid #597267;border-bottom:0.0625rem solid #597267;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:74.875rem;top:0rem;left:0.010652542114258rem;display:block; }
#chhshh2R7lKNuHsoTTkuQ4ASBz9RMEkc { color:#b75f34;display:block;width:69.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.25rem;height:2rem;font-style:normal;display:block; }
#LMp2aqkLTSQA8IHUWqTfrJ7w5Kt3uFmX { 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:2.1875rem;width:2.1875rem;top:2.0872249603271rem;left:71.5625rem;overflow:hidden;display:block; }
#VU0pcDaWQi6X30SD5q7sg2tpt0hOXVpM { position:relative;display:block; }#VU0pcDaWQi6X30SD5q7sg2tpt0hOXVpM { background-color: transparent; background-image: none; }#VU0pcDaWQi6X30SD5q7sg2tpt0hOXVpM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VU0pcDaWQi6X30SD5q7sg2tpt0hOXVpM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VU0pcDaWQi6X30SD5q7sg2tpt0hOXVpM > .row .container > .video-iframe-container { display: none; }#VU0pcDaWQi6X30SD5q7sg2tpt0hOXVpM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VU0pcDaWQi6X30SD5q7sg2tpt0hOXVpM > .row > .video-iframe-container { display: none; }#VU0pcDaWQi6X30SD5q7sg2tpt0hOXVpM > .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); }#VU0pcDaWQi6X30SD5q7sg2tpt0hOXVpM { border-width: 0; border-radius: 0; }#VU0pcDaWQi6X30SD5q7sg2tpt0hOXVpM > .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; }#VU0pcDaWQi6X30SD5q7sg2tpt0hOXVpM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.6875rem;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; }#o6NE5LzuZCpgpnecqhBFK4xVF8NUSFKH { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:3.875rem;display:block; }
#GDOI649emZTrDa7up4b3IhIJnRsZaiKM { position:relative;display:block; }#GDOI649emZTrDa7up4b3IhIJnRsZaiKM { background-color: transparent; background-image: none; }#GDOI649emZTrDa7up4b3IhIJnRsZaiKM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDOI649emZTrDa7up4b3IhIJnRsZaiKM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDOI649emZTrDa7up4b3IhIJnRsZaiKM > .row .container > .video-iframe-container { display: none; }#GDOI649emZTrDa7up4b3IhIJnRsZaiKM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDOI649emZTrDa7up4b3IhIJnRsZaiKM > .row > .video-iframe-container { display: none; }#GDOI649emZTrDa7up4b3IhIJnRsZaiKM > .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); }#GDOI649emZTrDa7up4b3IhIJnRsZaiKM { border-width: 0; border-radius: 0; }#GDOI649emZTrDa7up4b3IhIJnRsZaiKM > .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; }#GDOI649emZTrDa7up4b3IhIJnRsZaiKM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.625rem;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; }#tUyuZolZ1UkiVyEsXu5rHZL6VkDhJSTn { 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; }#tUyuZolZ1UkiVyEsXu5rHZL6VkDhJSTn > .row .container { background-color: transparent; background-image: none; }#tUyuZolZ1UkiVyEsXu5rHZL6VkDhJSTn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUyuZolZ1UkiVyEsXu5rHZL6VkDhJSTn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUyuZolZ1UkiVyEsXu5rHZL6VkDhJSTn > .row .container > .video-iframe-container { display: none; }#tUyuZolZ1UkiVyEsXu5rHZL6VkDhJSTn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUyuZolZ1UkiVyEsXu5rHZL6VkDhJSTn > .row > .video-iframe-container { display: none; }#tUyuZolZ1UkiVyEsXu5rHZL6VkDhJSTn > .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); }#tUyuZolZ1UkiVyEsXu5rHZL6VkDhJSTn > .row .container { border-width: 0; border-radius: 0; }#tUyuZolZ1UkiVyEsXu5rHZL6VkDhJSTn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tUyuZolZ1UkiVyEsXu5rHZL6VkDhJSTn > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#EZVwIpR30q3OoTqL84bDJfWDdEig2QUO { position:absolute;display:block;z-index:15000;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 #597267;border-left:0.0625rem solid #597267;border-right:0.0625rem solid #597267;border-bottom:0.0625rem solid #597267;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:74.875rem;top:0rem;left:0.010652542114258rem;display:block; }
#kMP4680SOBaAa3bEvbPf6Ht0UF9dvU76 { color:#b75f34;display:block;width:69.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3369140625rem;left:1.375rem;height:2rem;font-style:normal;display:block; }
#d4hyTT9Qh8kW1a4y2gJxTcwK66ObKHWf { 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:2.1875rem;width:2.1875rem;top:2.0872249603271rem;left:71.5625rem;overflow:hidden;display:block; }
#NpXdzD7Afu4OnPMwHr8iCe1wWEFw172r { position:relative;display:block; }#NpXdzD7Afu4OnPMwHr8iCe1wWEFw172r { background-color: transparent; background-image: none; }#NpXdzD7Afu4OnPMwHr8iCe1wWEFw172r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NpXdzD7Afu4OnPMwHr8iCe1wWEFw172r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NpXdzD7Afu4OnPMwHr8iCe1wWEFw172r > .row .container > .video-iframe-container { display: none; }#NpXdzD7Afu4OnPMwHr8iCe1wWEFw172r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NpXdzD7Afu4OnPMwHr8iCe1wWEFw172r > .row > .video-iframe-container { display: none; }#NpXdzD7Afu4OnPMwHr8iCe1wWEFw172r > .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); }#NpXdzD7Afu4OnPMwHr8iCe1wWEFw172r { border-width: 0; border-radius: 0; }#NpXdzD7Afu4OnPMwHr8iCe1wWEFw172r > .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; }#NpXdzD7Afu4OnPMwHr8iCe1wWEFw172r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.25rem;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; }#Wrc9E7NKZf3k9i1R3JZBAF8mQCFGbxpC { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:19.375rem;display:block; }
#JVVCxfJboprT7uocWE3kI44XOLXAOiaD { position:relative;display:block; }#JVVCxfJboprT7uocWE3kI44XOLXAOiaD { background-color: transparent; background-image: none; }#JVVCxfJboprT7uocWE3kI44XOLXAOiaD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVVCxfJboprT7uocWE3kI44XOLXAOiaD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVVCxfJboprT7uocWE3kI44XOLXAOiaD > .row .container > .video-iframe-container { display: none; }#JVVCxfJboprT7uocWE3kI44XOLXAOiaD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVVCxfJboprT7uocWE3kI44XOLXAOiaD > .row > .video-iframe-container { display: none; }#JVVCxfJboprT7uocWE3kI44XOLXAOiaD > .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); }#JVVCxfJboprT7uocWE3kI44XOLXAOiaD { border-width: 0; border-radius: 0; }#JVVCxfJboprT7uocWE3kI44XOLXAOiaD > .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; }#JVVCxfJboprT7uocWE3kI44XOLXAOiaD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.625rem;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; }#iXQVyUa5MRuu4T9pCh6mTTzMNQ2RNRIA { 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; }#iXQVyUa5MRuu4T9pCh6mTTzMNQ2RNRIA > .row .container { background-color: transparent; background-image: none; }#iXQVyUa5MRuu4T9pCh6mTTzMNQ2RNRIA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXQVyUa5MRuu4T9pCh6mTTzMNQ2RNRIA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXQVyUa5MRuu4T9pCh6mTTzMNQ2RNRIA > .row .container > .video-iframe-container { display: none; }#iXQVyUa5MRuu4T9pCh6mTTzMNQ2RNRIA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXQVyUa5MRuu4T9pCh6mTTzMNQ2RNRIA > .row > .video-iframe-container { display: none; }#iXQVyUa5MRuu4T9pCh6mTTzMNQ2RNRIA > .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); }#iXQVyUa5MRuu4T9pCh6mTTzMNQ2RNRIA > .row .container { border-width: 0; border-radius: 0; }#iXQVyUa5MRuu4T9pCh6mTTzMNQ2RNRIA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iXQVyUa5MRuu4T9pCh6mTTzMNQ2RNRIA > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#vaBbdbJb0RnxoVmko7opadup7fCn0fCo { position:absolute;display:block;z-index:15000;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 #597267;border-left:0.0625rem solid #597267;border-right:0.0625rem solid #597267;border-bottom:0.0625rem solid #597267;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:74.875rem;top:0rem;left:0.010652542114258rem;display:block; }
#yHvdcEOFqBF3Ki8r8rMqvT34Sds0GMRa { color:#b75f34;display:block;width:69.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.25rem;height:2rem;font-style:normal;display:block; }
#vTSRTiM9iTOTWUlz1V0XDwJfGAvmCdS1 { 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:2.1875rem;width:2.1875rem;top:2.0872249603271rem;left:71.5625rem;overflow:hidden;display:block; }
#t2cOONn2F4bckqn3IF9gKsgF8DLve39k { position:relative;display:block; }#t2cOONn2F4bckqn3IF9gKsgF8DLve39k { background-color: transparent; background-image: none; }#t2cOONn2F4bckqn3IF9gKsgF8DLve39k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2cOONn2F4bckqn3IF9gKsgF8DLve39k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2cOONn2F4bckqn3IF9gKsgF8DLve39k > .row .container > .video-iframe-container { display: none; }#t2cOONn2F4bckqn3IF9gKsgF8DLve39k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2cOONn2F4bckqn3IF9gKsgF8DLve39k > .row > .video-iframe-container { display: none; }#t2cOONn2F4bckqn3IF9gKsgF8DLve39k > .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); }#t2cOONn2F4bckqn3IF9gKsgF8DLve39k { border-width: 0; border-radius: 0; }#t2cOONn2F4bckqn3IF9gKsgF8DLve39k > .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; }#t2cOONn2F4bckqn3IF9gKsgF8DLve39k > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.5625rem;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; }#ze4eB7sE622vzH3uE5vh8vkb4VyotRtL { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:7.75rem;display:block; }
#Ecy8TqU0cZ6Gdlh1qRc01vCo09AMfkvn { position:relative;display:block; }#Ecy8TqU0cZ6Gdlh1qRc01vCo09AMfkvn { background-color: transparent; background-image: none; }#Ecy8TqU0cZ6Gdlh1qRc01vCo09AMfkvn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ecy8TqU0cZ6Gdlh1qRc01vCo09AMfkvn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ecy8TqU0cZ6Gdlh1qRc01vCo09AMfkvn > .row .container > .video-iframe-container { display: none; }#Ecy8TqU0cZ6Gdlh1qRc01vCo09AMfkvn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ecy8TqU0cZ6Gdlh1qRc01vCo09AMfkvn > .row > .video-iframe-container { display: none; }#Ecy8TqU0cZ6Gdlh1qRc01vCo09AMfkvn > .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); }#Ecy8TqU0cZ6Gdlh1qRc01vCo09AMfkvn { border-width: 0; border-radius: 0; }#Ecy8TqU0cZ6Gdlh1qRc01vCo09AMfkvn > .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; }#Ecy8TqU0cZ6Gdlh1qRc01vCo09AMfkvn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.625rem;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; }#fw3yZXvERh4wbiO8sUpbl8cRDgVPSzyb { 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; }#fw3yZXvERh4wbiO8sUpbl8cRDgVPSzyb > .row .container { background-color: transparent; background-image: none; }#fw3yZXvERh4wbiO8sUpbl8cRDgVPSzyb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fw3yZXvERh4wbiO8sUpbl8cRDgVPSzyb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fw3yZXvERh4wbiO8sUpbl8cRDgVPSzyb > .row .container > .video-iframe-container { display: none; }#fw3yZXvERh4wbiO8sUpbl8cRDgVPSzyb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fw3yZXvERh4wbiO8sUpbl8cRDgVPSzyb > .row > .video-iframe-container { display: none; }#fw3yZXvERh4wbiO8sUpbl8cRDgVPSzyb > .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); }#fw3yZXvERh4wbiO8sUpbl8cRDgVPSzyb > .row .container { border-width: 0; border-radius: 0; }#fw3yZXvERh4wbiO8sUpbl8cRDgVPSzyb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fw3yZXvERh4wbiO8sUpbl8cRDgVPSzyb > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#zOHEFaSTpTzBEb6fuPfMGyPlm37Re3rB { position:absolute;display:block;z-index:15000;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 #597267;border-left:0.0625rem solid #597267;border-right:0.0625rem solid #597267;border-bottom:0.0625rem solid #597267;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:74.875rem;top:0rem;left:0.010652542114258rem;display:block; }
#LCA8kBroB5aLwSb84yTDGTGsZBoDpeZM { color:#b75f34;display:block;width:69.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.25rem;height:2rem;font-style:normal;display:block; }
#XlUtlRPMaix1Re695xQIQcbxw9qUAkLP { 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:2.1875rem;width:2.1875rem;top:2.0872249603271rem;left:71.5625rem;overflow:hidden;display:block; }
#NLImksZuvkbWGVPw0bqUB8RVVUEXBcmR { position:relative;display:block; }#NLImksZuvkbWGVPw0bqUB8RVVUEXBcmR { background-color: transparent; background-image: none; }#NLImksZuvkbWGVPw0bqUB8RVVUEXBcmR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLImksZuvkbWGVPw0bqUB8RVVUEXBcmR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLImksZuvkbWGVPw0bqUB8RVVUEXBcmR > .row .container > .video-iframe-container { display: none; }#NLImksZuvkbWGVPw0bqUB8RVVUEXBcmR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLImksZuvkbWGVPw0bqUB8RVVUEXBcmR > .row > .video-iframe-container { display: none; }#NLImksZuvkbWGVPw0bqUB8RVVUEXBcmR > .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); }#NLImksZuvkbWGVPw0bqUB8RVVUEXBcmR { border-width: 0; border-radius: 0; }#NLImksZuvkbWGVPw0bqUB8RVVUEXBcmR > .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; }#NLImksZuvkbWGVPw0bqUB8RVVUEXBcmR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.5625rem;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; }#m6i29cJT3xF6Kf9ZUBvQrShRWz2OTOTS { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:7.75rem;display:block; }
#WKsIcNqopHSd2TBt0gvddrZ7Q6WFPAu5 { position:relative;display:block; }#WKsIcNqopHSd2TBt0gvddrZ7Q6WFPAu5 { background-color: transparent; background-image: none; }#WKsIcNqopHSd2TBt0gvddrZ7Q6WFPAu5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKsIcNqopHSd2TBt0gvddrZ7Q6WFPAu5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKsIcNqopHSd2TBt0gvddrZ7Q6WFPAu5 > .row .container > .video-iframe-container { display: none; }#WKsIcNqopHSd2TBt0gvddrZ7Q6WFPAu5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WKsIcNqopHSd2TBt0gvddrZ7Q6WFPAu5 > .row > .video-iframe-container { display: none; }#WKsIcNqopHSd2TBt0gvddrZ7Q6WFPAu5 > .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); }#WKsIcNqopHSd2TBt0gvddrZ7Q6WFPAu5 { border-width: 0; border-radius: 0; }#WKsIcNqopHSd2TBt0gvddrZ7Q6WFPAu5 > .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; }#WKsIcNqopHSd2TBt0gvddrZ7Q6WFPAu5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.625rem;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; }#NaweU3PgSBfhPVS93PQdbS3stRbdEiOa { 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; }#NaweU3PgSBfhPVS93PQdbS3stRbdEiOa > .row .container { background-color: transparent; background-image: none; }#NaweU3PgSBfhPVS93PQdbS3stRbdEiOa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaweU3PgSBfhPVS93PQdbS3stRbdEiOa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaweU3PgSBfhPVS93PQdbS3stRbdEiOa > .row .container > .video-iframe-container { display: none; }#NaweU3PgSBfhPVS93PQdbS3stRbdEiOa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaweU3PgSBfhPVS93PQdbS3stRbdEiOa > .row > .video-iframe-container { display: none; }#NaweU3PgSBfhPVS93PQdbS3stRbdEiOa > .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); }#NaweU3PgSBfhPVS93PQdbS3stRbdEiOa > .row .container { border-width: 0; border-radius: 0; }#NaweU3PgSBfhPVS93PQdbS3stRbdEiOa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaweU3PgSBfhPVS93PQdbS3stRbdEiOa > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#MPhz20O2gcwqtGQMcxk8mxb7iSEc0nPS { position:absolute;display:block;z-index:15000;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 #597267;border-left:0.0625rem solid #597267;border-right:0.0625rem solid #597267;border-bottom:0.0625rem solid #597267;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:74.875rem;top:0rem;left:0.010652542114258rem;display:block; }
#dXzamyJ5oZS40KIFqnQv0urkzZ93ORNt { color:#b75f34;display:block;width:69.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.25rem;height:2rem;font-style:normal;display:block; }
#wOvzfn61BXdUTQW6P5pOSZboJyTuAQ86 { 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:2.1875rem;width:2.1875rem;top:2.0872249603271rem;left:71.5625rem;overflow:hidden;display:block; }
#Vz2rWdEJmVeH1umwpVoox1Hoiwt3aABA { position:relative;display:block; }#Vz2rWdEJmVeH1umwpVoox1Hoiwt3aABA { background-color: transparent; background-image: none; }#Vz2rWdEJmVeH1umwpVoox1Hoiwt3aABA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vz2rWdEJmVeH1umwpVoox1Hoiwt3aABA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vz2rWdEJmVeH1umwpVoox1Hoiwt3aABA > .row .container > .video-iframe-container { display: none; }#Vz2rWdEJmVeH1umwpVoox1Hoiwt3aABA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vz2rWdEJmVeH1umwpVoox1Hoiwt3aABA > .row > .video-iframe-container { display: none; }#Vz2rWdEJmVeH1umwpVoox1Hoiwt3aABA > .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); }#Vz2rWdEJmVeH1umwpVoox1Hoiwt3aABA { border-width: 0; border-radius: 0; }#Vz2rWdEJmVeH1umwpVoox1Hoiwt3aABA > .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; }#Vz2rWdEJmVeH1umwpVoox1Hoiwt3aABA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.6875rem;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; }#CkFphyyTcT7I0mPCBsDDCPxD0TenVZV9 { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:3.875rem;display:block; }
#MMPca2teQXctlkyftRprJ6tUd1oITFhK { position:relative;display:block; }#MMPca2teQXctlkyftRprJ6tUd1oITFhK { background-color: transparent; background-image: none; }#MMPca2teQXctlkyftRprJ6tUd1oITFhK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMPca2teQXctlkyftRprJ6tUd1oITFhK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMPca2teQXctlkyftRprJ6tUd1oITFhK > .row .container > .video-iframe-container { display: none; }#MMPca2teQXctlkyftRprJ6tUd1oITFhK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMPca2teQXctlkyftRprJ6tUd1oITFhK > .row > .video-iframe-container { display: none; }#MMPca2teQXctlkyftRprJ6tUd1oITFhK > .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); }#MMPca2teQXctlkyftRprJ6tUd1oITFhK { border-width: 0; border-radius: 0; }#MMPca2teQXctlkyftRprJ6tUd1oITFhK > .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; }#MMPca2teQXctlkyftRprJ6tUd1oITFhK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.625rem;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; }#gV7oSG5MkfuR4tsX9qBi2GZh8ibqzeeX { 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; }#gV7oSG5MkfuR4tsX9qBi2GZh8ibqzeeX > .row .container { background-color: transparent; background-image: none; }#gV7oSG5MkfuR4tsX9qBi2GZh8ibqzeeX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gV7oSG5MkfuR4tsX9qBi2GZh8ibqzeeX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gV7oSG5MkfuR4tsX9qBi2GZh8ibqzeeX > .row .container > .video-iframe-container { display: none; }#gV7oSG5MkfuR4tsX9qBi2GZh8ibqzeeX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gV7oSG5MkfuR4tsX9qBi2GZh8ibqzeeX > .row > .video-iframe-container { display: none; }#gV7oSG5MkfuR4tsX9qBi2GZh8ibqzeeX > .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); }#gV7oSG5MkfuR4tsX9qBi2GZh8ibqzeeX > .row .container { border-width: 0; border-radius: 0; }#gV7oSG5MkfuR4tsX9qBi2GZh8ibqzeeX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gV7oSG5MkfuR4tsX9qBi2GZh8ibqzeeX > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#UQTOiccEIX2Zd7Cpoe2zFI8T0S9rgKM4 { position:absolute;display:block;z-index:15000;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 #597267;border-left:0.0625rem solid #597267;border-right:0.0625rem solid #597267;border-bottom:0.0625rem solid #597267;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:74.875rem;top:0rem;left:0.010652542114258rem;display:block; }
#PppK6Z1xksIpQX5OFyyeWkzxvGP9F6Om { color:#b75f34;display:block;width:69.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.25rem;height:2rem;font-style:normal;display:block; }
#z4XB479cxgLfy6ywfiQNmG02gcTlxM1V { 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:2.1875rem;width:2.1875rem;top:2.0872249603271rem;left:71.5625rem;overflow:hidden;display:block; }
#TmTWJS6fKUNDGyUdUxWqWFXiVhDdrJvG { position:relative;display:block; }#TmTWJS6fKUNDGyUdUxWqWFXiVhDdrJvG { background-color: transparent; background-image: none; }#TmTWJS6fKUNDGyUdUxWqWFXiVhDdrJvG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmTWJS6fKUNDGyUdUxWqWFXiVhDdrJvG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmTWJS6fKUNDGyUdUxWqWFXiVhDdrJvG > .row .container > .video-iframe-container { display: none; }#TmTWJS6fKUNDGyUdUxWqWFXiVhDdrJvG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmTWJS6fKUNDGyUdUxWqWFXiVhDdrJvG > .row > .video-iframe-container { display: none; }#TmTWJS6fKUNDGyUdUxWqWFXiVhDdrJvG > .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); }#TmTWJS6fKUNDGyUdUxWqWFXiVhDdrJvG { border-width: 0; border-radius: 0; }#TmTWJS6fKUNDGyUdUxWqWFXiVhDdrJvG > .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; }#TmTWJS6fKUNDGyUdUxWqWFXiVhDdrJvG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.75rem;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; }#AKK6CeQI4dLvCehMqSLeXrpurslx5oi7 { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:1.9375rem;display:block; }
#CiPP1s5egJUEyhX4v0KT0Smanrm5cuRD { position:relative;display:block; }#CiPP1s5egJUEyhX4v0KT0Smanrm5cuRD { background-color: transparent; background-image: none; }#CiPP1s5egJUEyhX4v0KT0Smanrm5cuRD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiPP1s5egJUEyhX4v0KT0Smanrm5cuRD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiPP1s5egJUEyhX4v0KT0Smanrm5cuRD > .row .container > .video-iframe-container { display: none; }#CiPP1s5egJUEyhX4v0KT0Smanrm5cuRD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiPP1s5egJUEyhX4v0KT0Smanrm5cuRD > .row > .video-iframe-container { display: none; }#CiPP1s5egJUEyhX4v0KT0Smanrm5cuRD > .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); }#CiPP1s5egJUEyhX4v0KT0Smanrm5cuRD { border-width: 0; border-radius: 0; }#CiPP1s5egJUEyhX4v0KT0Smanrm5cuRD > .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; }#CiPP1s5egJUEyhX4v0KT0Smanrm5cuRD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.625rem;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; }#lW3D0vhUf36T0TiulXB5hTyBmagfcKG3 { 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; }#lW3D0vhUf36T0TiulXB5hTyBmagfcKG3 > .row .container { background-color: transparent; background-image: none; }#lW3D0vhUf36T0TiulXB5hTyBmagfcKG3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lW3D0vhUf36T0TiulXB5hTyBmagfcKG3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lW3D0vhUf36T0TiulXB5hTyBmagfcKG3 > .row .container > .video-iframe-container { display: none; }#lW3D0vhUf36T0TiulXB5hTyBmagfcKG3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lW3D0vhUf36T0TiulXB5hTyBmagfcKG3 > .row > .video-iframe-container { display: none; }#lW3D0vhUf36T0TiulXB5hTyBmagfcKG3 > .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); }#lW3D0vhUf36T0TiulXB5hTyBmagfcKG3 > .row .container { border-width: 0; border-radius: 0; }#lW3D0vhUf36T0TiulXB5hTyBmagfcKG3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lW3D0vhUf36T0TiulXB5hTyBmagfcKG3 > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#qqq9LEdr3Ig8uGEetmi1qDcLzfozF6FT { position:absolute;display:block;z-index:15000;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 #597267;border-left:0.0625rem solid #597267;border-right:0.0625rem solid #597267;border-bottom:0.0625rem solid #597267;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:74.875rem;top:0rem;left:0.010652542114258rem;display:block; }
#TLmbJqZdoTZiwAn9rpzx9lLsEnRxJkiB { color:#b75f34;display:block;width:69.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.25rem;height:2rem;font-style:normal;display:block; }
#E78H19oeMi20TTGTayS4NC82gClDRuD2 { 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:2.1875rem;width:2.1875rem;top:2.0872249603271rem;left:71.5625rem;overflow:hidden;display:block; }
#Ard6QsweT9Ttc4vbQATvn146qnrIwzF6 { position:relative;display:block; }#Ard6QsweT9Ttc4vbQATvn146qnrIwzF6 { background-color: transparent; background-image: none; }#Ard6QsweT9Ttc4vbQATvn146qnrIwzF6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ard6QsweT9Ttc4vbQATvn146qnrIwzF6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ard6QsweT9Ttc4vbQATvn146qnrIwzF6 > .row .container > .video-iframe-container { display: none; }#Ard6QsweT9Ttc4vbQATvn146qnrIwzF6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ard6QsweT9Ttc4vbQATvn146qnrIwzF6 > .row > .video-iframe-container { display: none; }#Ard6QsweT9Ttc4vbQATvn146qnrIwzF6 > .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); }#Ard6QsweT9Ttc4vbQATvn146qnrIwzF6 { border-width: 0; border-radius: 0; }#Ard6QsweT9Ttc4vbQATvn146qnrIwzF6 > .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; }#Ard6QsweT9Ttc4vbQATvn146qnrIwzF6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.8125rem;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; }#Kz0TKm6DRAHL7QgstCxgqXP0BDHT6G85 { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:3.875rem;display:block; }
#wlQxbMh7LiPJiIuMikrgwNyOE6pRTtnz { position:relative;display:block; }#wlQxbMh7LiPJiIuMikrgwNyOE6pRTtnz { background-color: transparent; background-image: none; }#wlQxbMh7LiPJiIuMikrgwNyOE6pRTtnz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlQxbMh7LiPJiIuMikrgwNyOE6pRTtnz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlQxbMh7LiPJiIuMikrgwNyOE6pRTtnz > .row .container > .video-iframe-container { display: none; }#wlQxbMh7LiPJiIuMikrgwNyOE6pRTtnz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlQxbMh7LiPJiIuMikrgwNyOE6pRTtnz > .row > .video-iframe-container { display: none; }#wlQxbMh7LiPJiIuMikrgwNyOE6pRTtnz > .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); }#wlQxbMh7LiPJiIuMikrgwNyOE6pRTtnz { border-width: 0; border-radius: 0; }#wlQxbMh7LiPJiIuMikrgwNyOE6pRTtnz > .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; }#wlQxbMh7LiPJiIuMikrgwNyOE6pRTtnz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.625rem;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; }#GOapV3zARZy4gIts7g4UJ0icXGNI60qN { 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; }#GOapV3zARZy4gIts7g4UJ0icXGNI60qN > .row .container { background-color: transparent; background-image: none; }#GOapV3zARZy4gIts7g4UJ0icXGNI60qN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOapV3zARZy4gIts7g4UJ0icXGNI60qN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOapV3zARZy4gIts7g4UJ0icXGNI60qN > .row .container > .video-iframe-container { display: none; }#GOapV3zARZy4gIts7g4UJ0icXGNI60qN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOapV3zARZy4gIts7g4UJ0icXGNI60qN > .row > .video-iframe-container { display: none; }#GOapV3zARZy4gIts7g4UJ0icXGNI60qN > .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); }#GOapV3zARZy4gIts7g4UJ0icXGNI60qN > .row .container { border-width: 0; border-radius: 0; }#GOapV3zARZy4gIts7g4UJ0icXGNI60qN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GOapV3zARZy4gIts7g4UJ0icXGNI60qN > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#wy9U0LJoZtlG8mddJmLTIHUSQSsGEXPe { position:absolute;display:block;z-index:15000;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 #597267;border-left:0.0625rem solid #597267;border-right:0.0625rem solid #597267;border-bottom:0.0625rem solid #597267;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:74.875rem;top:0rem;left:0.010652542114258rem;display:block; }
#v2USO6TppuHRrsdT2AU6XRiItK1XFWdE { color:#b75f34;display:block;width:69.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.25rem;height:2rem;font-style:normal;display:block; }
#PRksFaIbITbdGzG39RoM5I3RHTTsqoDw { 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:2.1875rem;width:2.1875rem;top:2.0872249603271rem;left:71.5625rem;overflow:hidden;display:block; }
#GpLoOSDx2TtNx7mMiqvlkTlbqShsxMep { position:relative;display:block; }#GpLoOSDx2TtNx7mMiqvlkTlbqShsxMep { background-color: transparent; background-image: none; }#GpLoOSDx2TtNx7mMiqvlkTlbqShsxMep::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpLoOSDx2TtNx7mMiqvlkTlbqShsxMep > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpLoOSDx2TtNx7mMiqvlkTlbqShsxMep > .row .container > .video-iframe-container { display: none; }#GpLoOSDx2TtNx7mMiqvlkTlbqShsxMep > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpLoOSDx2TtNx7mMiqvlkTlbqShsxMep > .row > .video-iframe-container { display: none; }#GpLoOSDx2TtNx7mMiqvlkTlbqShsxMep > .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); }#GpLoOSDx2TtNx7mMiqvlkTlbqShsxMep { border-width: 0; border-radius: 0; }#GpLoOSDx2TtNx7mMiqvlkTlbqShsxMep > .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; }#GpLoOSDx2TtNx7mMiqvlkTlbqShsxMep > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.8125rem;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; }#tuGbbiBCf6vd8c9M7Tx1c3CBHMUciFNA { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:5.8125rem;display:block; }
#UJzGfxXCJHSH7n3nBPGIfktMZrWVCSQ7 { position:relative;display:block; }#UJzGfxXCJHSH7n3nBPGIfktMZrWVCSQ7 { background-color: transparent; background-image: none; }#UJzGfxXCJHSH7n3nBPGIfktMZrWVCSQ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJzGfxXCJHSH7n3nBPGIfktMZrWVCSQ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJzGfxXCJHSH7n3nBPGIfktMZrWVCSQ7 > .row .container > .video-iframe-container { display: none; }#UJzGfxXCJHSH7n3nBPGIfktMZrWVCSQ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJzGfxXCJHSH7n3nBPGIfktMZrWVCSQ7 > .row > .video-iframe-container { display: none; }#UJzGfxXCJHSH7n3nBPGIfktMZrWVCSQ7 > .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); }#UJzGfxXCJHSH7n3nBPGIfktMZrWVCSQ7 { border-width: 0; border-radius: 0; }#UJzGfxXCJHSH7n3nBPGIfktMZrWVCSQ7 > .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; }#UJzGfxXCJHSH7n3nBPGIfktMZrWVCSQ7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width: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; }#XxdJmuWwLDI1zwamne8XJ7tiDhrWS8tq { position:relative;display:block; }#XxdJmuWwLDI1zwamne8XJ7tiDhrWS8tq { background-color: transparent; background-image: none; }#XxdJmuWwLDI1zwamne8XJ7tiDhrWS8tq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxdJmuWwLDI1zwamne8XJ7tiDhrWS8tq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxdJmuWwLDI1zwamne8XJ7tiDhrWS8tq > .row .container > .video-iframe-container { display: none; }#XxdJmuWwLDI1zwamne8XJ7tiDhrWS8tq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxdJmuWwLDI1zwamne8XJ7tiDhrWS8tq > .row > .video-iframe-container { display: none; }#XxdJmuWwLDI1zwamne8XJ7tiDhrWS8tq > .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); }#XxdJmuWwLDI1zwamne8XJ7tiDhrWS8tq { border-width: 0; border-radius: 0; }#XxdJmuWwLDI1zwamne8XJ7tiDhrWS8tq > .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; }#XxdJmuWwLDI1zwamne8XJ7tiDhrWS8tq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eac887;background-image:none;font-size:0.875rem;font-family:arial;height:61.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; }#hW5ZmhpTX3hi5TUSMJpOW3ZKCHicmweK { color:#000000;display:block;width:68.75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.2496337890625rem;left:3.125rem;height:3.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#winCP49Tvilvt2zSVeGArzZNdUpCMloa { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:11.554187774658rem;left:38.562675476074rem;height:41.25rem;display:block; }
#Ieg34fs5whm3igNUx94UT4A36A98UiTd { 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:42.0625rem;width:31.875rem;top:11.526034355164rem;left:4.8100128173828rem;overflow:hidden;display:block; }
#BM7L4owOVTM54QDg81EW2TurS9udSgJT { position:absolute;display:block;z-index:14999;background-color:#eac887;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:58.5625rem;width:72.8125rem;top:1.25rem;left:1.0102977752686rem;display:block; }
#s3LQqy47Kis7Mptc6EvuqWMqSH8pFx65 { 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; }#s3LQqy47Kis7Mptc6EvuqWMqSH8pFx65 > .row .container { background-color: transparent; background-image: none; }#s3LQqy47Kis7Mptc6EvuqWMqSH8pFx65::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3LQqy47Kis7Mptc6EvuqWMqSH8pFx65 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3LQqy47Kis7Mptc6EvuqWMqSH8pFx65 > .row .container > .video-iframe-container { display: none; }#s3LQqy47Kis7Mptc6EvuqWMqSH8pFx65 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3LQqy47Kis7Mptc6EvuqWMqSH8pFx65 > .row > .video-iframe-container { display: none; }#s3LQqy47Kis7Mptc6EvuqWMqSH8pFx65 > .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); }#s3LQqy47Kis7Mptc6EvuqWMqSH8pFx65 > .row .container { border-width: 0; border-radius: 0; }#s3LQqy47Kis7Mptc6EvuqWMqSH8pFx65 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s3LQqy47Kis7Mptc6EvuqWMqSH8pFx65 > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:75rem;position:relative;display:block; }#dQidxGGnCpDJUwXIUFa4rnhUTxLuOZxD { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#E5MaTWwZrNigyF2gq2hnkrmHOC04ezdE { position:absolute;display:block;z-index:15009;background-color:#aaaaaa;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:0.0625rem;width:75rem;top:21.62553024292rem;left:0rem;display:block; }
#sfGNlmBiQagn81Trt5ySCekpCa31JoIg { color:#000000;display:block;width:39.8748125rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:10.251776218414rem;left:17.562145233154rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#m7Z1Cbu00EtmA012MBfpNnWBZhTsF5VD { color:#597267;display:block;width:39.8739375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:13.174715518951rem;left:16.999290466309rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#UDEqittbbeDzL2Da8IEffa1ShB38EqSs { 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; }#UDEqittbbeDzL2Da8IEffa1ShB38EqSs > .row .container { background-color: transparent; background-image: none; }#UDEqittbbeDzL2Da8IEffa1ShB38EqSs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDEqittbbeDzL2Da8IEffa1ShB38EqSs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDEqittbbeDzL2Da8IEffa1ShB38EqSs > .row .container > .video-iframe-container { display: none; }#UDEqittbbeDzL2Da8IEffa1ShB38EqSs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDEqittbbeDzL2Da8IEffa1ShB38EqSs > .row > .video-iframe-container { display: none; }#UDEqittbbeDzL2Da8IEffa1ShB38EqSs > .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); }#UDEqittbbeDzL2Da8IEffa1ShB38EqSs > .row .container { border-width: 0; border-radius: 0; }#UDEqittbbeDzL2Da8IEffa1ShB38EqSs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UDEqittbbeDzL2Da8IEffa1ShB38EqSs > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#I9nxE4RHrFmgMU9DwlUZpasguO0A9glZ { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FKkBOpQnEK3tMCEzJdpO22gybuyKOLNV { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.937145233154rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#z5sWr6rFypwOpWGCmZm9g0JxpSPrzOTQ { position:relative;display:block; }#z5sWr6rFypwOpWGCmZm9g0JxpSPrzOTQ { background-color: transparent; background-image: none; }#z5sWr6rFypwOpWGCmZm9g0JxpSPrzOTQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5sWr6rFypwOpWGCmZm9g0JxpSPrzOTQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5sWr6rFypwOpWGCmZm9g0JxpSPrzOTQ > .row .container > .video-iframe-container { display: none; }#z5sWr6rFypwOpWGCmZm9g0JxpSPrzOTQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5sWr6rFypwOpWGCmZm9g0JxpSPrzOTQ > .row > .video-iframe-container { display: none; }#z5sWr6rFypwOpWGCmZm9g0JxpSPrzOTQ > .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); }#z5sWr6rFypwOpWGCmZm9g0JxpSPrzOTQ { border-width: 0; border-radius: 0; }#z5sWr6rFypwOpWGCmZm9g0JxpSPrzOTQ > .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; }#z5sWr6rFypwOpWGCmZm9g0JxpSPrzOTQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.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; }#ztRA25Tv1282tUVwen7M06FnB3g2blNs { color:#000000;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.875rem;left:2.5rem;height:1.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RMucyOgn3pcef0QfdVnd19pItKe0gqUA { 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:4rem;width:3.75rem;top:1.875rem;left:30.0625rem;overflow:hidden;display:block; }
#ywT18muSSrDITDVuKXLtkFpsUz1H4LzK { color:#000000;display:block;width:5.8125rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.8125rem;left:2.5rem;height:2.1875rem;display:block; }
#rT5FmM0mPTVi3cIhHyGyqXurTMI2VBPM { color:#000000;display:block;width:5.812325rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.6875rem;left:8.3125rem;height:2.1875rem;display:block; }
#wdkdwFg13vS5xtM59oBJ3upLrmwKviIQ { color:#b75f34;display:block;width:12.7494375rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.3125rem;left:14.125rem;height:2.625rem;font-style:normal;display:block; }
#dQ45oeEVLUlViJnLpEGwvGVGPFNgCJoX { background-color:#b75f34;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:11.4375rem;left:2.5rem;display:block; }
#lrsxR0Gwm3kHF2oVv5GPhTaXudgxcFg8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yUokHtvtUtGgmewpOlTCepVbRqMWLDkB { position:absolute;display:block;z-index:15005;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 #597267;border-left:0.0625rem solid #597267;border-right:0.0625rem solid #597267;border-bottom:0.0625rem solid #597267;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:36.3125rem;top:0rem;left:0rem;display:block; }
#LvmwQ6iOe1ndIU2TCTLk9GWNbM9mRwnb { position:absolute;display:block;z-index:15012;background-color:#fbf4e7;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:18.25rem;width:36.3125rem;top:0rem;left:38.625rem;display:block; }
#I4X7hx1eD9ZApJ2uR28L74tp73c33dQT { background-color:#b75f34;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:montserrat;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:4.375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:11.4375rem;left:41.125rem;display:block; }
#uOKCzR2Vl7AfXAO5saJJRxDlLGgICqgD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xuTgBEWByuaiZhy6c8XXXzNOtCQbwOVU { color:#b75f34;display:block;width:12.7494375rem;position:absolute;font-family:lato;font-size:2.0625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:6.312255859375rem;left:52.187133789062rem;height:2.625rem;font-style:normal;display:block; }
#LBicH1nDwU25PSiyal4k6hlGKUdFeGKM { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.625rem;top:1.875rem;left:68.6875rem;overflow:hidden;display:block; }
#Wks4ntv9gpg9dG7p4Zy8aHqkkNXiVi1x { color:#000000;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.875rem;left:41.125rem;height:1.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J0OscCoDJ2WSzWbqyg9vDGX3hNSnHtAx { color:#000000;display:block;width:5.812325rem;position:absolute;font-family:syne;font-size:1.6875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:6.6875rem;left:46.9375rem;height:2.1875rem;display:block; }
#eiwmxckeeE7S7oOXJBCsRd5kXAe4T7DQ { color:#000000;display:block;width:5.8125rem;position:absolute;font-family:syne;font-size:1.6875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:6.8125rem;left:41.125rem;height:2.1875rem;display:block; }
#zSxb1DRU9zGbIs95RG1DcwnGe7s0vJTq { position:relative;display:block; }#zSxb1DRU9zGbIs95RG1DcwnGe7s0vJTq { background-color: transparent; background-image: none; }#zSxb1DRU9zGbIs95RG1DcwnGe7s0vJTq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSxb1DRU9zGbIs95RG1DcwnGe7s0vJTq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSxb1DRU9zGbIs95RG1DcwnGe7s0vJTq > .row .container > .video-iframe-container { display: none; }#zSxb1DRU9zGbIs95RG1DcwnGe7s0vJTq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSxb1DRU9zGbIs95RG1DcwnGe7s0vJTq > .row > .video-iframe-container { display: none; }#zSxb1DRU9zGbIs95RG1DcwnGe7s0vJTq > .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); }#zSxb1DRU9zGbIs95RG1DcwnGe7s0vJTq { border-width: 0; border-radius: 0; }#zSxb1DRU9zGbIs95RG1DcwnGe7s0vJTq > .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; }#zSxb1DRU9zGbIs95RG1DcwnGe7s0vJTq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:46.9375rem;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; }#qwKtts1HA0BbcuT3lLzselaZ6QxRRgVk { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:8.812255859375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hwDZccPUBKz85ggg4kVukKez3T0Pf3wf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:37.875rem;top:17.625rem;left:18.5625rem;overflow:hidden;display:block; }
#sq1Aw7lNDN8iQTKVVp8ztkk6E5xeBTah { color:#000000;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:35.211791992188rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n473DlQ93qnzecBWkik9WTDdE8k8MZvx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#n473DlQ93qnzecBWkik9WTDdE8k8MZvx > .row .container { background-color: transparent; background-image: none; }#n473DlQ93qnzecBWkik9WTDdE8k8MZvx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n473DlQ93qnzecBWkik9WTDdE8k8MZvx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n473DlQ93qnzecBWkik9WTDdE8k8MZvx > .row .container > .video-iframe-container { display: none; }#n473DlQ93qnzecBWkik9WTDdE8k8MZvx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n473DlQ93qnzecBWkik9WTDdE8k8MZvx > .row > .video-iframe-container { display: none; }#n473DlQ93qnzecBWkik9WTDdE8k8MZvx > .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); }#n473DlQ93qnzecBWkik9WTDdE8k8MZvx > .row .container { border-width: 0; border-radius: 0; }#n473DlQ93qnzecBWkik9WTDdE8k8MZvx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n473DlQ93qnzecBWkik9WTDdE8k8MZvx > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#taiuSZ63akZ3XXOGnK56NTHpVMwuF1dS { color:#ffffff;display:block;width:42.4369375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:1.1875rem;font-style:normal;display:block; }
#JR1mRP96dtbaCEpD3N3Q1JBDyBN0tTln { color:#ffffff;display:block;width:22rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.625rem;left:52.876419067382rem;height:1.1875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n0O3DNFJJubMQ4WEiw4Kisaktezu2Tzv { width:12.25rem;height:2.5rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgW9itrTgMCiB73Jx67rgaqPOA96inB5 { width:12.5rem;height:3.125rem;top:1.5625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAxv4m53S8Fvv2GtNOJmiNKwwJ1TuIFv { display:block; }
 }@media only screen and (max-width: 763px) { #PFTiJgvgNxE1uuJGNkOPJbbqQJfkkRoo { width:5.3125rem;height:3.125rem;top:1.5625rem;left:10.786396026611rem;display:none; }
 }@media only screen and (max-width: 763px) { #m2uLStWB3CrpoM822d1wdq643fdmIeHf { display:block; }
 }@media only screen and (max-width: 763px) { #berllkeTIKNyevEPxx8v2d1pbfkrC0i9 { width:7.0625rem;height:3.125rem;top:1.5625rem;left:17.292079925537rem;display:none; }
 }@media only screen and (max-width: 763px) { #iLb2JcNr063foi0PoWnKatCMgcyoECou { display:block; }
 }@media only screen and (max-width: 763px) { #vkiTzDtcRT1tCEiJwAZaJKhE59FAfpFM { width:10rem;height:3.125rem;top:1.5625rem;left:25.609729766846rem;display:none; }
 }@media only screen and (max-width: 763px) { #e6iOBSXoCBz2Uh2hXeUV34KHQVrs2sdD { display:block; }
 }@media only screen and (max-width: 763px) { #mDLVo6i1f5G0FiyRhmFLoCsm4w6tneDa { width:3.4375rem;height:3.125rem;top:1.5625rem;left:36.802909851074rem;display:none; }
 }@media only screen and (max-width: 763px) { #P4QWVwlGSIwuVZn0DseGfSSmKP0fnx5z { display:block; }
 }@media only screen and (max-width: 763px) { #SD0WW1s5XNFWN0ukQEAMm7aMwFmSuDJ3 { width:6.125rem;height:3.125rem;top:1.5625rem;left:41.494850158691rem;display:none; }
 }@media only screen and (max-width: 763px) { #JgumyqT7pI59c7EQziiXmw20LFL3swgM { display:block; }
 }@media only screen and (max-width: 763px) { #yeWoQ5B0Kn2pNTTX6syZCg6GcSuf7ag0 { display:block; }#yeWoQ5B0Kn2pNTTX6syZCg6GcSuf7ag0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ag7wSfbofxSbnlWvvcHNapC8A9AJzyMJ { display:block; }#Ag7wSfbofxSbnlWvvcHNapC8A9AJzyMJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l7DE5DHdoISk1KD7X9S5bzuUSMmzwTlk { width:47.75rem;height:;top:6.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4UopaJ51LULlRVnBOXwFf22PmSv7kg6 { width:47.75rem;height:;top:16.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWavC1RXynWN0T6lzR9TkdaQMCTTu7cw { width:47.75rem;height:53.9375rem;top:44.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwpDd7qUfHcz1cfo136GI8mBAZlW1JAO { width:2.5rem;height:2.125rem;top:62.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODRcZh2VtQt69uSQlyt7kMZx9dCBfBvQ { width:47.75rem;height:2rem;top:62.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTxF4225oqBTB96JTPF0i397XppFPWJ6 { width:2.5rem;height:2.12446875rem;top:66.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRwREzKxiaCv2w3LGgsTNlRXrMOZnxT2 { width:47.75rem;height:4.0625rem;top:66.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v147N8sTew1GOzTuo18TfG3rsHGv7enG { width:2.5rem;height:2.12446875rem;top:72.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMg09ieC8TmlQZNEzlUtlKIrFxLOAeJ3 { width:47.75rem;height:4rem;top:72.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI8TbrbzlWiEelaTCCpmvbJgfALaOPhl { width:2.5rem;height:2.12446875rem;top:83.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQhE9hBDn7Hs7V8li8k43G79eVsnH5Od { width:47.75rem;height:4.0625rem;top:83.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufkB1Us06lmiULScO1TbetSG2kngKSHh { width:2.5rem;height:2.12446875rem;top:78rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt6AqGZQWK9Ea40dmGm5BEASDfF2ci6Z { width:47.75rem;height:4.0625rem;top:77.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJkHQ9W8JiZl0aRStzOCASNoVzOWZmTD { width:47.5rem;height:43.875rem;top:49.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCw7vHZIkXMXOSDq4aTDn6QB7MTu3Fox { width:6.375rem;height:6.8699743681856rem;top:89.5625rem;left:41.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #llbLRDo2vVU8aw2p9zczQNuwllXlpN6s { width:47.75rem;height:;top:15.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDIqOEMukOIKcPzCkkk0LUcLoczXCicW { width:47.75rem;height:26.793055555556rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXMEOeXhpkNchn1RD7f4VsAoXGVCpBot { display:block; }#mXMEOeXhpkNchn1RD7f4VsAoXGVCpBot > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hKJLSZDeEXtr4pZpRTvZAvVtSL6W5kXG { width:47.75rem;height:30.6875rem;top:5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgUSeIWPiggfFoVX3gvkX2QLsT8N8hHM { display:block; }#zgUSeIWPiggfFoVX3gvkX2QLsT8N8hHM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGuWBBZfZcCs8XJTCg33fT3So1Udfs2Q { width:12.25rem;height:5.9375rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0IsaSeiUezOXOyTcUNdXikpIEhb2SE3 { width:47.75rem;height:50.125rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g77kQe6qQ7hN1O2pXHu6gHfbg4nUM8N1 { width:47.75rem;height:7.3125rem;top:18.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P592vCB3eFnMexi4dklVd9i1Ns7zbTHU { width:47.75rem;height:5.875rem;top:30.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWG60qXgPTLGsmuO3GeO8QJttxJ14BaH { width:47.75rem;height:3.875rem;top:37.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuuIEb59bZlZDGN7RP4iNKNw80XarF0S { width:47.75rem;height:1.9375rem;top:42.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBwm1i8KSqrFy0aPd2zLKJ77oDhgU6AT { width:47.75rem;height:3.875rem;top:46.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVem3dZ6wTIaThnMHM2sr6COwelVlTDE { width:47.75rem;height:3.875rem;top:52.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXLuQeOyqJNglLtnATXWXRiDbaRrfI4h { width:40.625rem;height:9.6875rem;top:56.125rem;left:4.8098335266113rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH8qp5WSVvBS8JduU35lu8VJry1Tcf94 { width:1.6875rem;height:2.0625rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzHywEUTqRLJrS4w1gzFMPoPuDw01AQO { width:1.625rem;height:1.9867814558739rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5ElTxedi1k8WMX4NhwyHvahT0HO0OTS { width:1.625rem;height:1.9878273474109rem;top:42.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BloEBbvrQ81a7GV05uGg6grr0k8veaNW { width:1.625rem;height:1.9888743406948rem;top:46.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7nCoonliBz2ENaG5luv8InMMFqM2v2y { width:1.625rem;height:1.9899224374675rem;top:52.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo3cmu68RQAWXS7QG0dnlrA0aIL7PStf { display:block; }#eo3cmu68RQAWXS7QG0dnlrA0aIL7PStf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnHTEBB9frmpTHXKbBTEfaqN8eztTJ1G { width:47.75rem;height:;top:4.375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDDqNpbLyNyJF5Pr7sRbSpQk8ompkozC { width:34.875rem;height:5.3125rem;top:13.125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnLlpT4BcG7ewpWe8xpR4yUipkudNURq { display:block; }#tnLlpT4BcG7ewpWe8xpR4yUipkudNURq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRHvzN7v5ndD6Tt6nGpMuzWKCUVbKpK4 { width:47.75rem;height:;top:6.25rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8P9mX7hb1O2bhwDWroCm1ayMhPeXvwu { width:47.75rem;height:3.875rem;top:16.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9EQunD8JK8w1ERGe1gL1ic3IQHSyD3d { width:47.75rem;height:2.5rem;top:25.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWPUWKQXaWDTwZSPKL5RHEwnnqdn3v16 { width:47.0625rem;height:1.9375rem;top:31.5rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBVqIsZtbmLxIfJ7MgWT8cNvJtZs3286 { width:47.0625rem;height:1.9375rem;top:35.4375rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ5Lv99NKUdMWQSy2vJwiFKfklsAwafW { width:47.0625rem;height:1.9375rem;top:43.25rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLTdPry1VLuxXBDlMNFTaHSn3hpZfzrW { width:47.0625rem;height:1.9375rem;top:39.3125rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdEOWE5hM0XL5CkBhlJawD4a6euBqizG { width:2rem;height:2rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvI5zV6onpVQPm8pM97h3ENnn0H4yn4Q { width:2rem;height:2rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbF6lkJQkhTFkBFqTOkngildPgVi4T4i { width:2rem;height:2rem;top:39.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH3r4nUPSgL7wxQT5LTqVGSOzTiZDwMC { width:2rem;height:2rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkaZ2UQAxHqL8XhSU1F4u7NUfm5vsAMd { display:block; }#FkaZ2UQAxHqL8XhSU1F4u7NUfm5vsAMd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hrEnZPBWTLbwd8pp06x1cA5s1QaP6gIi { width:47.75rem;height:136.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqc9idgiXx1yKxAf795JZOGzTc0wMxLJ { width:47.75rem;height:3.1875rem;top:7.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUlsNKo1MUkrPUynlaI4GfQvoPkMe97v { width:47.75rem;height:2.4375rem;top:10.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9q3ALKmbBDam4pCeS8KzH5AmvAkkWUo { width:1.6875rem;height:2.0488979123509rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxlVzxBfiQTFz979T4X1sm9nkrC9ehqS { width:47.75rem;height:5.25rem;top:18.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVKObopUxzfx6QNDgeFnA0h1sZWnEDR9 { width:1.6875rem;height:2.0488979123509rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHKAQCyW5iLrptURrFQI8qz06vu89krv { width:47.75rem;height:10.5rem;top:25.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOOaQfxyF2dlItbD1sGnfcKsKVcZTJOf { width:47.75rem;height:1.9375rem;top:39.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCCh3MqiK7nmnRLZTh4TRkoqLcROcnuc { width:47.75rem;height:3.875rem;top:42.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngu3rLGtHJbPk80WFKWdGHLUBVzxk87J { width:6.4375rem;height:6.9373270580694rem;top:55.5625rem;left:20.84232711792rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvgqFpb79mQH8gpHQPhZfKHHXUdbZQit { width:47.75rem;height:3.1875rem;top:65.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPhi6RPH8SkdGlRyqimWw9kOEDyuwbab { width:3.375rem;height:1.2501967902355rem;top:74rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBR1bkezlRXB5L1IIHfQKvkAkZyKvsMK { width:47.75rem;height:10.4375rem;top:73.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #geAxhIwKpxsZUZ4VCM5fMgXPhaTUy2M6 { width:3.3125rem;height:1.2270449978238rem;top:86.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnmS42Fah1N12vlhHNZySFT6mUIA2Gc2 { width:47.75rem;height:7.875rem;top:85.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW4WfZGOUuNdBGx50GTnIPT1frdTPLKb { width:3.3125rem;height:1.2270449978238rem;top:96rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #COLX6dxqiB4fQ1FIUliZ11xUhtGvWCdo { width:47.75rem;height:5.1875rem;top:95.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnvrpxLA0xg0I5cKtpsteoK80TmQvwza { width:3.3125rem;height:1.2270449978238rem;top:103.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtPQJagtLNDuItsW2OozpTZRfw0IhWMf { width:47.75rem;height:5.1875rem;top:102.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tioBwnh0n4p2c6C5T8MUb1o9ulVhem8q { width:3.3125rem;height:1.2270449978238rem;top:110.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS0lF1kZSSbsi1E1VRiwCFpQJlk5QRxs { width:47.75rem;height:5.1875rem;top:109.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODEw51oTTHS3UlTsU6zf7xK0RQKznDtp { width:47.75rem;height:5.1875rem;top:124.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcZvnLiuhuGlDXnbT4CbvFES1FZi7xqn { width:47.75rem;height:5.1875rem;top:116.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB6GmAewRU2a0RDOsSlV2lg80lycHS3D { width:3.3125rem;height:1.2270449978238rem;top:125.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT6EHka3fvCUQC7lP5OyLBUqqdgVAXEK { width:3.3125rem;height:1.2270449978238rem;top:117.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNxOQqkmoxqhnMA14qMeiLFRbkGVLyva { width:47.5rem;height:133.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkLLXn81uXvLs1X50NrcIltPTs9euK9X { display:block; }#CkLLXn81uXvLs1X50NrcIltPTs9euK9X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hzn8dQKNri8IoDNvd3Pv0TFGZ2oEO34U { width:8.625rem;height:6.9375rem;top:6.25rem;left:19.561256408691rem;display:block; }
 }@media only screen and (max-width: 763px) { #x89qxfNbcxBGQ6I6NVdnQXaPgV8I5vUk { width:47.75rem;height:3.1875rem;top:14.375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o63EBTWHFMuOfgGwPA5Ea1oFS58K1eJ9 { display:block; }#o63EBTWHFMuOfgGwPA5Ea1oFS58K1eJ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCVzUlxbRFPvaKQ1OTw6zDtwwLS8PG19 { width:47.625rem;height:6rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqzZD3BSFBZfkCxbAsmiqB9uletxBzqu { width:47.75rem;height:4.1875rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uan2h7UwvmDUT3tKEMOHTRcPufE0l9Ge { width:47.75rem;height:18.3125rem;top:8rem;left:0rem;font-size:1.125rem;display:block; }#Uan2h7UwvmDUT3tKEMOHTRcPufE0l9Ge li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
 }@media only screen and (max-width: 763px) { #UxVU8Imc7vlbzLbwiCn2xlRN8FCQI14s { display:block; }#UxVU8Imc7vlbzLbwiCn2xlRN8FCQI14s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiVBVLa1Dv0fbrz0pCBllDrnqa9L7fpp { width:47.625rem;height:6.0625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDx3VDNkp6kFEO8Er4Gy3IrvAygiR4gi { width:47.75rem;height:4.1875rem;top:4.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6TgZDIpBTun4HoE8woNcTmCsPTMHUPd { width:47.75rem;height:9.9375rem;top:11.0625rem;left:0rem;font-size:1.125rem;display:block; }#i6TgZDIpBTun4HoE8woNcTmCsPTMHUPd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
 }@media only screen and (max-width: 763px) { #TZfbdNfURtEtbTasJVFfVKvVKE7eVVIb { display:block; }#TZfbdNfURtEtbTasJVFfVKvVKE7eVVIb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5CbyQz8wnntLigXpJ3uK7X9AiVlIGN4 { width:47.625rem;height:4.0625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtlhRSUVUVpbCFFDDikvUGmNoU5kWK6X { width:47.75rem;height:2.0625rem;top:4.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7ynAoGM6tvIDSKNDHiPNbgAReVzW6ez { width:47.75rem;height:25.1875rem;top:9.1875rem;left:0rem;font-size:1.125rem;display:block; }#w7ynAoGM6tvIDSKNDHiPNbgAReVzW6ez li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
 }@media only screen and (max-width: 763px) { #k2Kor816eZiZusxtac9ZrCAfWgHBSZ93 { display:block; }#k2Kor816eZiZusxtac9ZrCAfWgHBSZ93 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTTxsetb285nX9qrwtSyCTaTKb4XhQxN { width:47.625rem;height:4.0625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6AtJHdfHl9WulESqq8Pg9t86Ps9drPE { width:47.75rem;height:2.0625rem;top:4.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDhCARsoB96Qm9QZ5Qum2WEOrmFxI7xr { width:47.75rem;height:20.0625rem;top:9.1875rem;left:0rem;font-size:1.125rem;display:block; }#rDhCARsoB96Qm9QZ5Qum2WEOrmFxI7xr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
 }@media only screen and (max-width: 763px) { #FpwOx3wyIphxLnHJV5uUxyt2rgx2ilv7 { display:block; }#FpwOx3wyIphxLnHJV5uUxyt2rgx2ilv7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHpeMeNBvcceIrw8DhsZecanV3OfJWrr { width:47.625rem;height:6.0625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kguSv43iAHeaxqNDtHX6m50LZKttObMz { width:47.75rem;height:4.1875rem;top:4.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vne2Drl8lyt05pl3Ur95qFLPVqecy0pe { width:47.75rem;height:30.1875rem;top:11.0625rem;left:0rem;font-size:1.125rem;display:block; }#Vne2Drl8lyt05pl3Ur95qFLPVqecy0pe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
 }@media only screen and (max-width: 763px) { #iIqZl0IHK9RC4zHoVo3dJm16zdSEtl6O { display:block; }#iIqZl0IHK9RC4zHoVo3dJm16zdSEtl6O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwEPS9lko2xUDP9bRZsdlCIWVTH9mtC6 { width:47.625rem;height:4.0625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdeNngnq3MQD6IJSNKDuTRAz0lBJcgg3 { width:47.75rem;height:2.0625rem;top:4.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0zSTxWnUaPZGp4Ovc0ZtHH3lPlPbHVn { width:47.75rem;height:;top:9.1875rem;left:0rem;font-size:1.125rem;display:block; }#W0zSTxWnUaPZGp4Ovc0ZtHH3lPlPbHVn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
 }@media only screen and (max-width: 763px) { #F3SZyg1lLtMod1BG3CuPvV9Ww0ni0dZX { display:block; }#F3SZyg1lLtMod1BG3CuPvV9Ww0ni0dZX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRwFKRWOBqx9fH6BK78AlzsJZeeTJHvE { width:47.625rem;height:4.0625rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpOw5IGnu4epsoQkOedgm4zQ7u5NfOkL { width:47.75rem;height:2.0625rem;top:6.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubXwwbwhbR3mLlMuONr5egIW7rDpzDu7 { width:47.75rem;height:13.3125rem;top:10.9375rem;left:0rem;font-size:1.125rem;display:block; }#ubXwwbwhbR3mLlMuONr5egIW7rDpzDu7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
 }@media only screen and (max-width: 763px) { #wsPdZT3d3azwtk3ARibK7C2wNsq1gEsF { display:block; }#wsPdZT3d3azwtk3ARibK7C2wNsq1gEsF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hx2C66qTPkLJKx592CSMwMNRaoTtqQLG { width:47.625rem;height:4.0625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iipc5Px1UHI2Sy8BCOqCcT1mZestxpqd { width:47.75rem;height:2.0625rem;top:4.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1ZnPvGKcGEzIqr5cJIXXl1KUUmXJnNr { width:47.75rem;height:15.0625rem;top:9.1875rem;left:0rem;font-size:1.125rem;display:block; }#p1ZnPvGKcGEzIqr5cJIXXl1KUUmXJnNr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
 }@media only screen and (max-width: 763px) { #D7OXcq12Ah20Tvg3zFq22N085VXTUuNM { display:block; }#D7OXcq12Ah20Tvg3zFq22N085VXTUuNM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Is7t7s9SfeufDp47Je9ZJq1ST73RtJBK { width:47.625rem;height:4.0625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnXfZfNhte8TPXrQ8tuSVOZSNv8ST2I1 { width:47.75rem;height:2.0625rem;top:4.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR0ezA9Ns06hOtXhkPg0JVE4hMhGeJ2s { width:47.75rem;height:21.8125rem;top:9.1875rem;left:0rem;font-size:1.125rem;display:block; }#SR0ezA9Ns06hOtXhkPg0JVE4hMhGeJ2s li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
 }@media only screen and (max-width: 763px) { #QoKubRRaymMOTTUq8xoSHGZBVw6t9ofk { display:block; }#QoKubRRaymMOTTUq8xoSHGZBVw6t9ofk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BMUiOM3nACTX0xTKivLTEbgw9emSM6gh { width:47.625rem;height:4.0625rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE3H1ac5J6exqzvI1DTLOVzdNSRzlizC { width:47.75rem;height:2.0625rem;top:4.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8kPegD0ahKwUHC6zpdzhvuqqNMo9PPL { width:47.75rem;height:15.0625rem;top:9.1875rem;left:0rem;font-size:1.125rem;display:block; }#I8kPegD0ahKwUHC6zpdzhvuqqNMo9PPL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
 }@media only screen and (max-width: 763px) { #n1pmi7atOmwMKLSoTLNNNBHS50FILhBh { display:block; }#n1pmi7atOmwMKLSoTLNNNBHS50FILhBh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yX9GTN3WMv7KqnJI0r5TLG0n8p4uTFg9 { width:12.1875rem;height:5.875rem;top:6.25rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5f2yKD8ZBoec6Tq7sd3o0WkBtOf9H41 { width:47.75rem;height:81.5625rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlFGtC2eTb3Q4Gp2z26mxBRvwkC5kXfU { width:47.75rem;height:6.25rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UryStTW6oJR31kyyqyoybofQZxBNXIpa { width:47.75rem;height:3.1875rem;top:18.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DragUTT72RyRm4A9opqH0kM7P8ey4tvU { width:47.75rem;height:2.4375rem;top:21.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxsETZPxtAVd8QhLTnulbUbG53453wJR { width:35.5rem;height:6.25rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbZx1muoP7N0X9mNPf9ENHuIJuqbWkRV { width:33.0625rem;height:;top:29.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1mGoL1ANCJ96oSPiKtkyTg4KMoDzGER { width:33.125rem;height:2rem;top:29.875rem;left:14.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGb8go8aZcc99U0R5PVmTK7xmTRQXGCp { width:35.5rem;height:6.25rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yItVyaVELl1qJpTF3e4XAIg5vcnqGF7T { width:47.625rem;height:11.25rem;top:36.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0mbllBftf4ai1MKw3Sqp58v15PXTleg { width:33.125rem;height:6.0625rem;top:38.75rem;left:14.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0n8CQBnpu8WeFKHSpvuultER6a1GhLi { width:33.0625rem;height:;top:38.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2nXaDmacibnfnuzcogTM0btTsVznem0 { width:33.0625rem;height:;top:52.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8LMKvoQ5Q90hHLTfvSkdzlVx7LQmSbK { width:35.5rem;height:6.25rem;top:50.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXBdgTKSi6Hiu6nETC6qbvzMUrnCBRsP { width:33.1875rem;height:18rem;top:52.625rem;left:14.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVFQet2yGlNfqcUNmuKB6AyqPTiZtwgS { width:47.625rem;height:20.9375rem;top:50.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySdVLow2wRFFW1tQVMHMfTp2MsfL7nHi { width:33.0625rem;height:;top:75.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #muxWo0GuIAMxxOp9U3pRFBTkx0dq1iqB { width:35.5rem;height:6.25rem;top:73.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhN3Gw4QEGn83TuT7SVyGwgaqHSuiKIb { width:33.125rem;height:2rem;top:75.5rem;left:14.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvVCONlldMmUHEXW6XKBTKrqRt1VPQCM { width:47.625rem;height:6.25rem;top:73.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbUbUbsTxysXqUgMMTM18uVcprblZudi { width:47.75rem;height:4.8125rem;top:84.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhiZm24NeRuZB0a3T0Dhtfei4wmUfMlW { display:block; }#OhiZm24NeRuZB0a3T0Dhtfei4wmUfMlW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZaFaMg7ap3GUeWiheCJcBELgPexCKSx { width:47.75rem;height:2rem;top:11rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP4sbuitvCsloSchXXgAPVmI1PD5cQqg { width:47.75rem;height:;top:7.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp9Nfbd7amWQzqPumBaVpBEc9G5DiEkg { width:5.375rem;height:5.375rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdNZJCS4ToNohlKcfH34DSawfZpvuWdT { width:47.75rem;height:4.0625rem;top:20.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFRuDTTO2z0h9ftEd3EboW5Tpwn4uM4h { width:5.625rem;height:5.625rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT67yeruqOEyxtP1EBmTRbvFTJkE8zEc { width:47.75rem;height:2rem;top:29.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBMxDG6tcvTFWRc2VUlWuLkpWOiHH2xE { width:47.75rem;height:;top:46.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMzFaIrrJ20dmnopdIi84UTs5NgiGyt8 { width:47.75rem;height:4.0625rem;top:37.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq99VEN1XRDy9TsLEH4zgMGg5iAUOATC { width:5.625rem;height:5.625rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzowXuJ5N72guXA0dUeRmiXKKCDTnbKn { display:block; }#rzowXuJ5N72guXA0dUeRmiXKKCDTnbKn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fBfhAaTSJhyWL0OA0aC3TBzAG7RsAXeU { width:47.75rem;height:94.4375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrT1TAMBFX21tXVufgmGPO5EmXSv7h59 { width:47.75rem;height:3.1875rem;top:7.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaB95cE6lxoyoIShG16PmN4J8nB0sh7B { width:47.75rem;height:7.75rem;top:15.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTVAqoCtxaOTgR5wk41Wn6VqMLRz0qvW { width:47.75rem;height:7.25rem;top:61.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uffUN9akcBPTwTuMVoNUT6sKUnXdtT1n { width:47.75rem;height:3.875rem;top:25.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEDuGplfnl6aQTmUZw5RJsTx7qO6XhVW { width:47.75rem;height:23.25rem;top:31.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O09h6S78lJc3W8cNsC6h8WzKcwDhznNE { width:15.5rem;height:18.114844863942rem;top:73rem;left:16.09423828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccrPEgzyrREcW8CLxFqepUzhoKlDPdP6 { width:47.5rem;height:92.875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP8t5E4Da2Ff3EuXaGx90sG1JHnWRGdg { display:block; }#pP8t5E4Da2Ff3EuXaGx90sG1JHnWRGdg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #quWIWLaEk5s6q7C2U8qSC73bHwmqDp3m { width:47.75rem;height:8.25rem;top:11.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrKO8zLEGMwoEKx4LgmUCQhWDT0xNKC9 { width:47.75rem;height:3.1875rem;top:7.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #queqDBnuOmSz5lgnFFe5VeH6b6oSNo7J { display:block; }#queqDBnuOmSz5lgnFFe5VeH6b6oSNo7J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ym9SLuc7nGDEbNkKfBBJd5D7tcAKELPN { width:31.25rem;height:1.9375rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A00s6vOZc4rNMuhOGvNdedd1CfkGTLyn { width:36.1875rem;height:46.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxWplsmkxv6rUg2x9zrAsFW1eeDnXM4X { width:3.75rem;height:4rem;top:1.4375rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8v9p4zBTQCouw6A8txACqtqQ7fGPVe6 { width:31.25rem;height:;top:5.4375rem;left:0rem;font-size:1.25rem;display:block; }#J8v9p4zBTQCouw6A8txACqtqQ7fGPVe6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
 }@media only screen and (max-width: 763px) { #EmITdQFisFfLqHKqifRFthqcDZ3o42dp { width:5.75rem;height:2.1875rem;top:35.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0NK07lqTeDMTPqTpUsg2MrZs1E61DWJ { width:12.75rem;height:2.625rem;top:35.1875rem;left:1.498046875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoiR3WFHv0PFn2orxc5EsMBS9XqHnQ58 { width:31.25rem;height:4.375rem;top:39.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGZryKtIF9munRREbntRb8TGID4gVSa4 { display:block; }
 }@media only screen and (max-width: 763px) { #NX3RNntCiiIK77JffmLot0FAG4dQoTE1 { width:36.125rem;height:46.5625rem;top:0rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h87iZzxMHROa3TuZmimGbPfqDihtMeie { width:31.25rem;height:4.375rem;top:39.8125rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiCM67COkkVKxMi0ESpfm3alv01NXFfN { display:block; }
 }@media only screen and (max-width: 763px) { #U0vnUTu7iDQL2EuDsoEnsyo3r10DmbQR { width:31.25rem;height:;top:18.3125rem;left:16.5rem;font-size:1.25rem;display:block; }#U0vnUTu7iDQL2EuDsoEnsyo3r10DmbQR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
 }@media only screen and (max-width: 763px) { #dtM6Tn3yIguTDwnmXohopTheq060KXF7 { width:12.6875rem;height:2.625rem;top:35.1875rem;left:26.6240234375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f31Nm1MwTzTBn3iw7BEcZ43ko32Di8Tb { width:3.625rem;height:3.9375rem;top:1.5rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeDwS79yHC5rg9Jmg7HMbEvpNSzZBHzZ { width:31.25rem;height:;top:2.5rem;left:16.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZA2QBRkaf9xLTdTfBDu6WuDd5pLac8Z { width:5.75rem;height:2.1875rem;top:35.5rem;left:23.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS3GKdEBwK9ugTyp75hG6J7awooyF0Qr { width:26.375rem;height:2.75rem;top:4.8125rem;left:21.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWQbGDTQFpvrI81LtH2HVeQhBiEVTTaL { width:30.9375rem;height:2.875rem;top:9.1875rem;left:16.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX1sifMmltzylvRTtVwufg6ySmw7Tf0v { width:2.3125rem;height:2.625rem;top:13.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuhuMQMuCWDa2QIn5zOkOoRQmIA6h278 { width:31.25rem;height:1.9375rem;top:14.125rem;left:16.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGMnELuQDJugtay5enSeaTITxwHezMfr { display:block; }#zGMnELuQDJugtay5enSeaTITxwHezMfr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPtpFkWNVwNIATFraKkTw2oh7prBbgvG { width:47.75rem;height:1.9375rem;top:4.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRETEEbT6f3dW7XQF0DKESMrmzkoE58L .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bRETEEbT6f3dW7XQF0DKESMrmzkoE58L .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#bRETEEbT6f3dW7XQF0DKESMrmzkoE58L .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#bRETEEbT6f3dW7XQF0DKESMrmzkoE58L { width:18rem;height:5.0625rem;display:flex;top:3.5rem;left:13.6875rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #KECObUP3CgXliuc7Q8fzIHuzRuS996oM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #JcptR2Z1BTaG4WTKZD1VTQtuqbepy3qa {  }
 }@media only screen and (max-width: 763px) { #bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #X40KkcT536fM2b8qFMusiaxBaP0qdZ5I {  }
 }@media only screen and (max-width: 763px) { #bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #XXvKN7IWfsOfiU9ulFbzPTVhEXAVhA8p { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #IWOgsMvGkJxZQTXFaTmfO1R1NHqLVclw {  }
 }@media only screen and (max-width: 763px) { #bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #AmWKZZMSbwtTkzxfOT8xEp5cy1CWlv11 {  }
 }@media only screen and (max-width: 763px) { #bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #OprVu1nCd1ALzXFFGLOmmxm2sWNdBcVR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #fs61aTCP9vAlAqLLrT59fQhbMJTBKZQS {  }
 }@media only screen and (max-width: 763px) { #bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #tkLiZI8nLSmvcaMrrmKlUNNft6qz9Tf6 {  }
 }@media only screen and (max-width: 763px) { #bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #X3dH7GiwIMGOxR2xove1DThMUM36FOTM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #vOTIZrWRB4mTekIMw3o4oD4Tpqw6HXrC {  }
 }@media only screen and (max-width: 763px) { #bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #MzWFd28i0QiinoJkyQrMOwKeDuyTKK8N {  }
 }@media only screen and (max-width: 763px) { #qWlK3aslHCmo2DOWvtITMecmpsvP3rDk { display:block; }#qWlK3aslHCmo2DOWvtITMecmpsvP3rDk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LoCP7PyrB6XJwWWzsOiAsx7UF7WldTIn { width:10.5625rem;height:10.5625rem;top:6.25rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTkCCnQFbGyOyZxDWet3qnx7eN9eQf7N { width:47.75rem;height:3.1875rem;top:19.875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewOHlONJCUeWm5frnwKKaZidQtsTiS4U { width:47.75rem;height:12.1875rem;top:26.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftPZTIZmxZmRVN79vnTqGKQfB3WlrE2G { width:18.75rem;height:4.375rem;top:46.0625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzRcqdoIOqTevCeoXiQoXIt3ylZe39Wb { display:block; }
 }@media only screen and (max-width: 763px) { #IeygggKpD1tUp6AvK3WcwFBWXQs9vAwE { display:block; }#IeygggKpD1tUp6AvK3WcwFBWXQs9vAwE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwbwoVGNSR7NruO2LsZIPGCiaJwhlFQ2 { width:47.75rem;height:5.8125rem;top:6.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvupUMfvcyeoHWaLvC1CelTLahtBhEdP { width:3.125rem;height:2.6875rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V65hzPUfcqXWiO65E9CaToOTi0Ih0tTd { width:47.75rem;height:2rem;top:13.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmWybRqvL4vRL44CPK4pGJHGDdUPX7VL { width:3.125rem;height:2.687325rem;top:18.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShUD2MKOCrzb0ypv43Hn5S0hAmKaTqTJ { width:47.75rem;height:2rem;top:18.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp63ZavLUqLl9FbcfA6cKJxbciP1bDJ4 { width:3.125rem;height:2.687325rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcMifucTfxgcyQXvglUf49mAkHKainwE { width:47.75rem;height:2rem;top:23.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiVTRdxmU0HJJllVBauX3Ja9zPUtEJys { width:3.125rem;height:2.687325rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq0WUXCIlnsJQrV4xD1JKN3AIAcGo60F { width:47.75rem;height:2rem;top:27.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsWmMOF0t2GTHbREw4yC4vDpdxb4Lbcy { width:47.75rem;height:0.0625rem;top:36.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESJLA4dalZmzK9UivecXOT6JTwACtvvC { display:block; }#ESJLA4dalZmzK9UivecXOT6JTwACtvvC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3Ih40pvoWUSFsSZapw6CzA6NehTiLGZ { width:47.75rem;height:;top:3.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9S7yzBwz7nAEXbPP1khpTodKhfSNzwT { width:2.875rem;height:2.6246127237506rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTWOGqoAVQq1kgdbkmQEwguUxtz5pvNJ { width:47.75rem;height:2rem;top:11.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz1lFkgxSSTfqPCn95SW5NbnGwXLO434 { width:2.875rem;height:2.6246127237506rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxP1gnbGSlkT0X1zi76q2XuMEGyNZpwD { width:47.75rem;height:2rem;top:16.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3DAlVmIliKDqkcK2DTitPhwsQMXOui5 { width:2.875rem;height:2.6246127237506rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnlTlBkeKwoRCTUkmtZp6ORCRSrfDKiK { width:47.75rem;height:4.0625rem;top:20.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCFSu4Zuii3GTHxHP8GVlN84hTT4A78c { display:block; }#TCFSu4Zuii3GTHxHP8GVlN84hTT4A78c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbOVxM6UqTEaXCzC8MenCyv8cJyDRvE3 { width:47.75rem;height:3.1875rem;top:7.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8yRBTRgGuZtGSOnA45TsBCCf4pfXNeT { display:block; }#P8yRBTRgGuZtGSOnA45TsBCCf4pfXNeT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #icTNnQUGrdsNDQ1cmdixSTaeoGqSyvzB { width:47.625rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhIZTX65BqBTazSMghQ2METfu12Gnggb { width:47.75rem;height:2rem;top:2.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #intBHpkQSR4ScpGVcd2LPnduAFnS7ZIt { width:2.1875rem;height:2.1875rem;top:2.0625rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfabbKAXb3UyzxZ4I0ntrIlzMGFQbwPR { display:block; }#kfabbKAXb3UyzxZ4I0ntrIlzMGFQbwPR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0GeLWa3TKUCRUwZdqlHTD6KlVU6VFcl { width:47.75rem;height:7.75rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnA2rf7z6GOAglKL45Gc28JdrHgpWhTo { display:block; }#nnA2rf7z6GOAglKL45Gc28JdrHgpWhTo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmw0IMXKDnaRSQcvNKKo7UJadarLzLAa { display:block; }#bmw0IMXKDnaRSQcvNKKo7UJadarLzLAa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dN2qpmsXCUXeohk8MHmBw9dwKTJzRf4x { width:47.625rem;height:6.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FSSdMqdTnO1PWJiWM33ezkkmZ9TG19eo { width:2.1875rem;height:2.1875rem;top:2.0625rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdXibUVq7u93Ht6S5yZ4eDvzvuhEaeCr { width:47.625rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k59e662q388Gy3U3q970gViA36y0aha4 { width:47.75rem;height:2rem;top:2.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmJW7s01I7PA5wRrVw4nT7FtQsbFMJAu { display:block; }#NmJW7s01I7PA5wRrVw4nT7FtQsbFMJAu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wfo8dlhgWA4PWvD2v3EPrd5g41f5cAQN { width:47.75rem;height:1.9375rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkHKmOPLzul2SkXswOoQftwsRyaOyix4 { width:47.75rem;height:;top:5.5rem;left:0rem;font-size:1.125rem;display:block; }#rkHKmOPLzul2SkXswOoQftwsRyaOyix4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
 }@media only screen and (max-width: 763px) { #SwewEtC0Tw7Q38s5XV1ti77cE81Qaa4C { width:47.75rem;height:1.9375rem;top:19.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4bv5kgIlxCA7yWgkLxnH8ByiT5MDlBM { width:47.75rem;height:;top:22.5625rem;left:0rem;font-size:1.125rem;display:block; }#i4bv5kgIlxCA7yWgkLxnH8ByiT5MDlBM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4d6c2406-0099-4c9b-9ff2-fde6d1a907ec/ogniskosmall.png); }
 }@media only screen and (max-width: 763px) { #gaoDaTztwkXAhu1ETEJadpF9m3MdMuXa { display:block; }#gaoDaTztwkXAhu1ETEJadpF9m3MdMuXa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mT4EOxkFnKGoBpMn2fEuCzE8cXcz8phX { display:block; }#mT4EOxkFnKGoBpMn2fEuCzE8cXcz8phX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THKnFABHt2ttGASwdW6ac9yqhQQZ5tsu { width:47.625rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq14ZR3t3eEXlWc09c44ETFH6ntuXsT8 { width:47.75rem;height:2rem;top:2.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlJDpUTJEGNJrrcaqkrGCJZ3FKH6HFum { width:2.1875rem;height:2.1875rem;top:2.0625rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhSeIzlnkzGs2keTfb4W3IoiTZc7JThH { display:block; }#HhSeIzlnkzGs2keTfb4W3IoiTZc7JThH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iH4VglB3X7DsX7A3n3kV90Wt82Ky44Qv { width:47.75rem;height:1.9375rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btc8N6vmXtTdvWtpzzIt2sbwrtZrLqKx { display:block; }#Btc8N6vmXtTdvWtpzzIt2sbwrtZrLqKx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EiBDSbsTKJaLIo6zsqHFDudF5xLvFUuT { display:block; }#EiBDSbsTKJaLIo6zsqHFDudF5xLvFUuT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtTBFaFQ4fLBn6WD44I99p3lRGyFTUHz { width:47.625rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu5ixVuVnUfLSKRH7Fh3hawe9x8JSFbb { width:47.75rem;height:2rem;top:2.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1pOeCDxAeTzOetXaSAO9TNezbEKitA8 { width:2.1875rem;height:2.1875rem;top:2.0625rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1nTcmezOiJiF2zgnhn1LfgQ9TBoGTXx { display:block; }#T1nTcmezOiJiF2zgnhn1LfgQ9TBoGTXx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDulWTzz5XpSOQUS1vH0VIUKTw6C3sTC { width:47.75rem;height:11.6875rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmZ0ioAQCcl4rFmyxoCQQMko3ILdKm7t { display:block; }#KmZ0ioAQCcl4rFmyxoCQQMko3ILdKm7t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #br9EWwKXPz0J2Xi1ZorTbJ4zZEm9VQ8C { display:none; }#br9EWwKXPz0J2Xi1ZorTbJ4zZEm9VQ8C > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GFEi0fu70KfFbIvrwtFSGn0xqeS3Weln { width:47.625rem;height:6.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zy8BtI2JwvnxgvIQ43ZXoRqybHrAm1vx { width:47.75rem;height:2rem;top:2.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPc9btLngasO3utCi0cGMXLaz0Kt0e8h { width:2.1875rem;height:2.1875rem;top:2.0625rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXOMkAJEs7Ro82tkNcfIHu543MruUzmy { display:none; }#OXOMkAJEs7Ro82tkNcfIHu543MruUzmy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HuzI1ERwKcpPzmUoypObydTbvCbHNZX1 { width:47.75rem;height:19.5rem;top:1.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kp6Lhzuu05MKiPovlB5ga90WPLunsaX9 { display:block; }#kp6Lhzuu05MKiPovlB5ga90WPLunsaX9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niL8BESQARuTU881SENcpJA6uLgGzwKX { display:block; }#niL8BESQARuTU881SENcpJA6uLgGzwKX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmTt9tMyhcXVLzMUgm5yzNbpzNbsPyU7 { width:47.625rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #chhshh2R7lKNuHsoTTkuQ4ASBz9RMEkc { width:47.75rem;height:2rem;top:2.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMp2aqkLTSQA8IHUWqTfrJ7w5Kt3uFmX { width:2.1875rem;height:2.1875rem;top:2.0625rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU0pcDaWQi6X30SD5q7sg2tpt0hOXVpM { display:block; }#VU0pcDaWQi6X30SD5q7sg2tpt0hOXVpM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6NE5LzuZCpgpnecqhBFK4xVF8NUSFKH { width:47.75rem;height:3.875rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDOI649emZTrDa7up4b3IhIJnRsZaiKM { display:block; }#GDOI649emZTrDa7up4b3IhIJnRsZaiKM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUyuZolZ1UkiVyEsXu5rHZL6VkDhJSTn { display:block; }#tUyuZolZ1UkiVyEsXu5rHZL6VkDhJSTn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZVwIpR30q3OoTqL84bDJfWDdEig2QUO { width:47.625rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMP4680SOBaAa3bEvbPf6Ht0UF9dvU76 { width:47.75rem;height:2rem;top:2.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4hyTT9Qh8kW1a4y2gJxTcwK66ObKHWf { width:2.1875rem;height:2.1875rem;top:2.0625rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpXdzD7Afu4OnPMwHr8iCe1wWEFw172r { display:block; }#NpXdzD7Afu4OnPMwHr8iCe1wWEFw172r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wrc9E7NKZf3k9i1R3JZBAF8mQCFGbxpC { width:47.75rem;height:21.4375rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVVCxfJboprT7uocWE3kI44XOLXAOiaD { display:block; }#JVVCxfJboprT7uocWE3kI44XOLXAOiaD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXQVyUa5MRuu4T9pCh6mTTzMNQ2RNRIA { display:block; }#iXQVyUa5MRuu4T9pCh6mTTzMNQ2RNRIA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vaBbdbJb0RnxoVmko7opadup7fCn0fCo { width:47.625rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHvdcEOFqBF3Ki8r8rMqvT34Sds0GMRa { width:47.75rem;height:2rem;top:2.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTSRTiM9iTOTWUlz1V0XDwJfGAvmCdS1 { width:2.1875rem;height:2.1875rem;top:2.0625rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2cOONn2F4bckqn3IF9gKsgF8DLve39k { display:block; }#t2cOONn2F4bckqn3IF9gKsgF8DLve39k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ze4eB7sE622vzH3uE5vh8vkb4VyotRtL { width:47.75rem;height:7.75rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ecy8TqU0cZ6Gdlh1qRc01vCo09AMfkvn { display:block; }#Ecy8TqU0cZ6Gdlh1qRc01vCo09AMfkvn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fw3yZXvERh4wbiO8sUpbl8cRDgVPSzyb { display:block; }#fw3yZXvERh4wbiO8sUpbl8cRDgVPSzyb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zOHEFaSTpTzBEb6fuPfMGyPlm37Re3rB { width:47.625rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCA8kBroB5aLwSb84yTDGTGsZBoDpeZM { width:47.75rem;height:2rem;top:2.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlUtlRPMaix1Re695xQIQcbxw9qUAkLP { width:2.1875rem;height:2.1875rem;top:2.0625rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLImksZuvkbWGVPw0bqUB8RVVUEXBcmR { display:block; }#NLImksZuvkbWGVPw0bqUB8RVVUEXBcmR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6i29cJT3xF6Kf9ZUBvQrShRWz2OTOTS { width:47.75rem;height:7.75rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKsIcNqopHSd2TBt0gvddrZ7Q6WFPAu5 { display:block; }#WKsIcNqopHSd2TBt0gvddrZ7Q6WFPAu5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NaweU3PgSBfhPVS93PQdbS3stRbdEiOa { display:block; }#NaweU3PgSBfhPVS93PQdbS3stRbdEiOa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPhz20O2gcwqtGQMcxk8mxb7iSEc0nPS { width:47.625rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXzamyJ5oZS40KIFqnQv0urkzZ93ORNt { width:47.75rem;height:2rem;top:2.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOvzfn61BXdUTQW6P5pOSZboJyTuAQ86 { width:2.1875rem;height:2.1875rem;top:2.0625rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz2rWdEJmVeH1umwpVoox1Hoiwt3aABA { display:block; }#Vz2rWdEJmVeH1umwpVoox1Hoiwt3aABA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CkFphyyTcT7I0mPCBsDDCPxD0TenVZV9 { width:47.75rem;height:3.875rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMPca2teQXctlkyftRprJ6tUd1oITFhK { display:block; }#MMPca2teQXctlkyftRprJ6tUd1oITFhK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gV7oSG5MkfuR4tsX9qBi2GZh8ibqzeeX { display:block; }#gV7oSG5MkfuR4tsX9qBi2GZh8ibqzeeX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQTOiccEIX2Zd7Cpoe2zFI8T0S9rgKM4 { width:47.625rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PppK6Z1xksIpQX5OFyyeWkzxvGP9F6Om { width:47.75rem;height:2rem;top:2.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4XB479cxgLfy6ywfiQNmG02gcTlxM1V { width:2.1875rem;height:2.1875rem;top:2.0625rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmTWJS6fKUNDGyUdUxWqWFXiVhDdrJvG { display:block; }#TmTWJS6fKUNDGyUdUxWqWFXiVhDdrJvG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AKK6CeQI4dLvCehMqSLeXrpurslx5oi7 { width:47.75rem;height:1.9375rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiPP1s5egJUEyhX4v0KT0Smanrm5cuRD { display:block; }#CiPP1s5egJUEyhX4v0KT0Smanrm5cuRD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lW3D0vhUf36T0TiulXB5hTyBmagfcKG3 { display:block; }#lW3D0vhUf36T0TiulXB5hTyBmagfcKG3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqq9LEdr3Ig8uGEetmi1qDcLzfozF6FT { width:47.625rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLmbJqZdoTZiwAn9rpzx9lLsEnRxJkiB { width:47.75rem;height:2rem;top:2.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E78H19oeMi20TTGTayS4NC82gClDRuD2 { width:2.1875rem;height:2.1875rem;top:2.0625rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ard6QsweT9Ttc4vbQATvn146qnrIwzF6 { display:block; }#Ard6QsweT9Ttc4vbQATvn146qnrIwzF6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kz0TKm6DRAHL7QgstCxgqXP0BDHT6G85 { width:47.75rem;height:3.875rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlQxbMh7LiPJiIuMikrgwNyOE6pRTtnz { display:block; }#wlQxbMh7LiPJiIuMikrgwNyOE6pRTtnz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOapV3zARZy4gIts7g4UJ0icXGNI60qN { display:block; }#GOapV3zARZy4gIts7g4UJ0icXGNI60qN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wy9U0LJoZtlG8mddJmLTIHUSQSsGEXPe { width:47.625rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2USO6TppuHRrsdT2AU6XRiItK1XFWdE { width:47.75rem;height:2rem;top:2.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRksFaIbITbdGzG39RoM5I3RHTTsqoDw { width:2.1875rem;height:2.1875rem;top:2.0625rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpLoOSDx2TtNx7mMiqvlkTlbqShsxMep { display:block; }#GpLoOSDx2TtNx7mMiqvlkTlbqShsxMep > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tuGbbiBCf6vd8c9M7Tx1c3CBHMUciFNA { width:47.75rem;height:5.8125rem;top:1.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJzGfxXCJHSH7n3nBPGIfktMZrWVCSQ7 { display:block; }#UJzGfxXCJHSH7n3nBPGIfktMZrWVCSQ7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxdJmuWwLDI1zwamne8XJ7tiDhrWS8tq { display:block; }#XxdJmuWwLDI1zwamne8XJ7tiDhrWS8tq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hW5ZmhpTX3hi5TUSMJpOW3ZKCHicmweK { width:47.75rem;height:3.1875rem;top:5.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #winCP49Tvilvt2zSVeGArzZNdUpCMloa { width:32.6875rem;height:41.25rem;top:11.5rem;left:15.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ieg34fs5whm3igNUx94UT4A36A98UiTd { width:31.875rem;height:42.0625rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM7L4owOVTM54QDg81EW2TurS9udSgJT { width:47.5rem;height:58.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3LQqy47Kis7Mptc6EvuqWMqSH8pFx65 { display:block; }#s3LQqy47Kis7Mptc6EvuqWMqSH8pFx65 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQidxGGnCpDJUwXIUFa4rnhUTxLuOZxD { width:47.75rem;height:3.1875rem;top:6.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5MaTWwZrNigyF2gq2hnkrmHOC04ezdE { width:47.75rem;height:0.0625rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfGNlmBiQagn81Trt5ySCekpCa31JoIg { width:39.8125rem;height:2.875rem;top:10.25rem;left:3.9371452331543rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7Z1Cbu00EtmA012MBfpNnWBZhTsF5VD { width:39.8125rem;height:2.875rem;top:13.125rem;left:3.3742904663086rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDEqittbbeDzL2Da8IEffa1ShB38EqSs { display:block; }#UDEqittbbeDzL2Da8IEffa1ShB38EqSs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9nxE4RHrFmgMU9DwlUZpasguO0A9glZ { width:47.75rem;height:;top:6.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKkBOpQnEK3tMCEzJdpO22gybuyKOLNV { width:47.75rem;height:;top:15.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5sWr6rFypwOpWGCmZm9g0JxpSPrzOTQ { display:block; }#z5sWr6rFypwOpWGCmZm9g0JxpSPrzOTQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztRA25Tv1282tUVwen7M06FnB3g2blNs { width:31.25rem;height:1.9375rem;top:2.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMucyOgn3pcef0QfdVnd19pItKe0gqUA { width:3.75rem;height:3.99946875rem;top:1.875rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywT18muSSrDITDVuKXLtkFpsUz1H4LzK { width:5.75rem;height:2.1875rem;top:6.75rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT5FmM0mPTVi3cIhHyGyqXurTMI2VBPM { width:5.75rem;height:2.1875rem;top:6.6875rem;left:1.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdkdwFg13vS5xtM59oBJ3upLrmwKviIQ { width:12.6875rem;height:2.625rem;top:6.3125rem;left:7.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ45oeEVLUlViJnLpEGwvGVGPFNgCJoX { width:31.25rem;height:4.375rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrsxR0Gwm3kHF2oVv5GPhTaXudgxcFg8 { display:block; }
 }@media only screen and (max-width: 763px) { #yUokHtvtUtGgmewpOlTCepVbRqMWLDkB { width:36.3125rem;height:18.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvmwQ6iOe1ndIU2TCTLk9GWNbM9mRwnb { width:36.25rem;height:18.1875rem;top:0rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4X7hx1eD9ZApJ2uR28L74tp73c33dQT { width:31.25rem;height:4.375rem;top:11.4375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOKCzR2Vl7AfXAO5saJJRxDlLGgICqgD { display:block; }
 }@media only screen and (max-width: 763px) { #xuTgBEWByuaiZhy6c8XXXzNOtCQbwOVU { width:12.6875rem;height:2.625rem;top:6.25rem;left:31.7490234375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBicH1nDwU25PSiyal4k6hlGKUdFeGKM { width:3.625rem;height:3.9375rem;top:1.875rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wks4ntv9gpg9dG7p4Zy8aHqkkNXiVi1x { width:31.25rem;height:;top:2.875rem;left:16.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0OscCoDJ2WSzWbqyg9vDGX3hNSnHtAx { width:5.75rem;height:2.1875rem;top:6.6875rem;left:26.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiwmxckeeE7S7oOXJBCsRd5kXAe4T7DQ { width:5.75rem;height:2.1875rem;top:6.75rem;left:23.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSxb1DRU9zGbIs95RG1DcwnGe7s0vJTq { display:block; }#zSxb1DRU9zGbIs95RG1DcwnGe7s0vJTq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwKtts1HA0BbcuT3lLzselaZ6QxRRgVk { width:47.75rem;height:;top:8.75rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwDZccPUBKz85ggg4kVukKez3T0Pf3wf { width:37.875rem;height:11.6875rem;top:17.625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq1Aw7lNDN8iQTKVVp8ztkk6E5xeBTah { width:47.75rem;height:;top:35.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n473DlQ93qnzecBWkik9WTDdE8k8MZvx { display:block; }#n473DlQ93qnzecBWkik9WTDdE8k8MZvx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taiuSZ63akZ3XXOGnK56NTHpVMwuF1dS { width:42.375rem;height:1.1875rem;top:2.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR1mRP96dtbaCEpD3N3Q1JBDyBN0tTln { width:21.9375rem;height:1.1875rem;top:2.5625rem;left:25.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n0O3DNFJJubMQ4WEiw4Kisaktezu2Tzv { width:9.6875rem;height:1.9375rem;top:1.5323153138161rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgW9itrTgMCiB73Jx67rgaqPOA96inB5 { width:9.6875rem;height:2.3125rem;top:1.3125rem;left:10.311611711979rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAxv4m53S8Fvv2GtNOJmiNKwwJ1TuIFv { display:block; }
 }@media only screen and (max-width: 763px) { #PFTiJgvgNxE1uuJGNkOPJbbqQJfkkRoo { width:5.3125rem;height:3.125rem;top:5.0000765329551rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m2uLStWB3CrpoM822d1wdq643fdmIeHf { display:block; }
 }@media only screen and (max-width: 763px) { #berllkeTIKNyevEPxx8v2d1pbfkrC0i9 { width:7.0625rem;height:3.125rem;top:9.375076532955rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iLb2JcNr063foi0PoWnKatCMgcyoECou { display:block; }
 }@media only screen and (max-width: 763px) { #vkiTzDtcRT1tCEiJwAZaJKhE59FAfpFM { width:10rem;height:3.125rem;top:13.750076532955rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #e6iOBSXoCBz2Uh2hXeUV34KHQVrs2sdD { display:block; }
 }@media only screen and (max-width: 763px) { #mDLVo6i1f5G0FiyRhmFLoCsm4w6tneDa { width:3.4375rem;height:3.125rem;top:18.125076532955rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #P4QWVwlGSIwuVZn0DseGfSSmKP0fnx5z { display:block; }
 }@media only screen and (max-width: 763px) { #SD0WW1s5XNFWN0ukQEAMm7aMwFmSuDJ3 { width:6.125rem;height:3.125rem;top:22.500076532955rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JgumyqT7pI59c7EQziiXmw20LFL3swgM { display:block; }
 }@media only screen and (max-width: 763px) { #yeWoQ5B0Kn2pNTTX6syZCg6GcSuf7ag0 { display:block; }#yeWoQ5B0Kn2pNTTX6syZCg6GcSuf7ag0 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ag7wSfbofxSbnlWvvcHNapC8A9AJzyMJ { display:block; }#Ag7wSfbofxSbnlWvvcHNapC8A9AJzyMJ > .row .container { width:20rem;height:92.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l7DE5DHdoISk1KD7X9S5bzuUSMmzwTlk { width:20rem;height:7.5rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4UopaJ51LULlRVnBOXwFf22PmSv7kg6 { width:20rem;height:3.375rem;top:10.1982421875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kWavC1RXynWN0T6lzR9TkdaQMCTTu7cw { width:20rem;height:64.5625rem;top:27.76171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwpDd7qUfHcz1cfo136GI8mBAZlW1JAO { width:2.5rem;height:2.12446875rem;top:28.642578125rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODRcZh2VtQt69uSQlyt7kMZx9dCBfBvQ { width:17.5rem;height:4.875rem;top:31.39208984375rem;left:1.2500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTxF4225oqBTB96JTPF0i397XppFPWJ6 { width:2.5rem;height:2.12446875rem;top:37.515991210938rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRwREzKxiaCv2w3LGgsTNlRXrMOZnxT2 { width:17.5rem;height:9.75rem;top:40.265502929688rem;left:1.2500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v147N8sTew1GOzTuo18TfG3rsHGv7enG { width:2.5rem;height:2.12446875rem;top:51.262451171875rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMg09ieC8TmlQZNEzlUtlKIrFxLOAeJ3 { width:17.5rem;height:9.75rem;top:54.011962890625rem;left:1.2500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI8TbrbzlWiEelaTCCpmvbJgfALaOPhl { width:2.5rem;height:2.12446875rem;top:75.506103515625rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQhE9hBDn7Hs7V8li8k43G79eVsnH5Od { width:17.5rem;height:8.125rem;top:78.255493164062rem;left:1.2500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufkB1Us06lmiULScO1TbetSG2kngKSHh { width:2.5rem;height:2.12446875rem;top:65.009765625rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt6AqGZQWK9Ea40dmGm5BEASDfF2ci6Z { width:17.5rem;height:6.5rem;top:67.75927734375rem;left:1.2500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJkHQ9W8JiZl0aRStzOCASNoVzOWZmTD { width:19.75rem;height:57.3125rem;top:45.237044067382rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCw7vHZIkXMXOSDq4aTDn6QB7MTu3Fox { width:3.75rem;height:4rem;top:85.6455078125rem;left:15.680929720402rem;display:block; }
 }@media only screen and (max-width: 763px) { #llbLRDo2vVU8aw2p9zczQNuwllXlpN6s { width:20rem;height:10.0625rem;top:8.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDIqOEMukOIKcPzCkkk0LUcLoczXCicW { height:11.222222222222rem;width:20rem;top:19.607421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXMEOeXhpkNchn1RD7f4VsAoXGVCpBot { display:block; }#mXMEOeXhpkNchn1RD7f4VsAoXGVCpBot > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hKJLSZDeEXtr4pZpRTvZAvVtSL6W5kXG { width:20rem;height:39rem;top:2.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgUSeIWPiggfFoVX3gvkX2QLsT8N8hHM { display:block; }#zgUSeIWPiggfFoVX3gvkX2QLsT8N8hHM > .row .container { width:20rem;height:87.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGuWBBZfZcCs8XJTCg33fT3So1Udfs2Q { width:6.4375rem;height:3.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0IsaSeiUezOXOyTcUNdXikpIEhb2SE3 { width:20rem;height:82.0625rem;top:2.9359130859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g77kQe6qQ7hN1O2pXHu6gHfbg4nUM8N1 { width:17.5rem;height:17.4375rem;top:5.4991092681885rem;left:1.2500000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P592vCB3eFnMexi4dklVd9i1Ns7zbTHU { width:17.5rem;height:10.0625rem;top:30.701416015625rem;left:1.2500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWG60qXgPTLGsmuO3GeO8QJttxJ14BaH { width:17.5rem;height:7.1875rem;top:44.796695709229rem;left:1.2500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuuIEb59bZlZDGN7RP4iNKNw80XarF0S { width:17.5rem;height:4.3125rem;top:55.967681884766rem;left:1.2500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBwm1i8KSqrFy0aPd2zLKJ77oDhgU6AT { width:17.5rem;height:5.75rem;top:64.217859268187rem;left:1.2500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVem3dZ6wTIaThnMHM2sr6COwelVlTDE { width:17.5rem;height:7.1875rem;top:73.929328918456rem;left:1.2500000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eXLuQeOyqJNglLtnATXWXRiDbaRrfI4h { width:17.5rem;height:4.125rem;top:83.367362976075rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH8qp5WSVvBS8JduU35lu8VJry1Tcf94 { width:1.6875rem;height:2.0625rem;top:28.201347351074rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzHywEUTqRLJrS4w1gzFMPoPuDw01AQO { width:1.62464375rem;height:1.985975rem;top:42.18572807312rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5ElTxedi1k8WMX4NhwyHvahT0HO0OTS { width:1.62464375rem;height:1.98775rem;top:53.355808258057rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BloEBbvrQ81a7GV05uGg6grr0k8veaNW { width:1.62464375rem;height:1.9886375rem;top:61.604223251343rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7nCoonliBz2ENaG5luv8InMMFqM2v2y { width:1.62464375rem;height:1.989525rem;top:71.314817428588rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo3cmu68RQAWXS7QG0dnlrA0aIL7PStf { display:block; }#eo3cmu68RQAWXS7QG0dnlrA0aIL7PStf > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnHTEBB9frmpTHXKbBTEfaqN8eztTJ1G { width:20rem;height:6.75rem;top:2.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDDqNpbLyNyJF5Pr7sRbSpQk8ompkozC { width:18.75rem;height:2.8125rem;top:10.241468429566rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnLlpT4BcG7ewpWe8xpR4yUipkudNURq { display:block; }#tnLlpT4BcG7ewpWe8xpR4yUipkudNURq > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRHvzN7v5ndD6Tt6nGpMuzWKCUVbKpK4 { width:20rem;height:8.125rem;top:2.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8P9mX7hb1O2bhwDWroCm1ayMhPeXvwu { width:20rem;height:7.1875rem;top:11.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9EQunD8JK8w1ERGe1gL1ic3IQHSyD3d { width:20rem;height:4.3125rem;top:21.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWPUWKQXaWDTwZSPKL5RHEwnnqdn3v16 { width:20rem;height:2.875rem;top:29.37890625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GBVqIsZtbmLxIfJ7MgWT8cNvJtZs3286 { width:20rem;height:1.4375rem;top:36.192642211914rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uQ5Lv99NKUdMWQSy2vJwiFKfklsAwafW { width:20rem;height:2.875rem;top:48.317108154297rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WLTdPry1VLuxXBDlMNFTaHSn3hpZfzrW { width:18.3123125rem;height:2.875rem;top:41.503372192382rem;left:0.8425070643425rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UdEOWE5hM0XL5CkBhlJawD4a6euBqizG { width:2.0625rem;height:2.0625rem;top:26.746620178222rem;left:8.9683948159219rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvI5zV6onpVQPm8pM97h3ENnn0H4yn4Q { width:2rem;height:2rem;top:33.62516784668rem;left:8.9994674324988rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbF6lkJQkhTFkBFqTOkngildPgVi4T4i { width:2rem;height:2rem;top:38.935897827149rem;left:8.9994674324988rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH3r4nUPSgL7wxQT5LTqVGSOzTiZDwMC { width:2rem;height:2rem;top:45.749633789062rem;left:8.9994674324988rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkaZ2UQAxHqL8XhSU1F4u7NUfm5vsAMd { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/87b7dd86-72df-4524-8977-74a6d7b6d4cd/bgsectionmin.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#FkaZ2UQAxHqL8XhSU1F4u7NUfm5vsAMd.adaptive-delivery-prevent-bg, #FkaZ2UQAxHqL8XhSU1F4u7NUfm5vsAMd.lazyload, #FkaZ2UQAxHqL8XhSU1F4u7NUfm5vsAMd.lazyloading { background-image: none; }#FkaZ2UQAxHqL8XhSU1F4u7NUfm5vsAMd > .row .container { background-color: transparent; background-image: none; }#FkaZ2UQAxHqL8XhSU1F4u7NUfm5vsAMd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkaZ2UQAxHqL8XhSU1F4u7NUfm5vsAMd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkaZ2UQAxHqL8XhSU1F4u7NUfm5vsAMd > .row .container > .video-iframe-container { display: none; }#FkaZ2UQAxHqL8XhSU1F4u7NUfm5vsAMd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkaZ2UQAxHqL8XhSU1F4u7NUfm5vsAMd > .row > .video-iframe-container { display: none; }#FkaZ2UQAxHqL8XhSU1F4u7NUfm5vsAMd > .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); }#FkaZ2UQAxHqL8XhSU1F4u7NUfm5vsAMd > .row .container { width:20rem;height:148.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hrEnZPBWTLbwd8pp06x1cA5s1QaP6gIi { width:20rem;height:146.25rem;top:2.0615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqc9idgiXx1yKxAf795JZOGzTc0wMxLJ { width:20rem;height:3.5rem;top:3.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUlsNKo1MUkrPUynlaI4GfQvoPkMe97v { width:17.8125rem;height:4.875rem;top:7.3224449157712rem;left:1.0937499403954rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9q3ALKmbBDam4pCeS8KzH5AmvAkkWUo { width:1.6867875rem;height:2.04811875rem;top:13.184482574463rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxlVzxBfiQTFz979T4X1sm9nkrC9ehqS { width:17.5rem;height:7.8125rem;top:15.856712341309rem;left:1.2500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVKObopUxzfx6QNDgeFnA0h1sZWnEDR9 { width:1.6867875rem;height:2.04811875rem;top:24.625rem;left:1.2473366856575rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHKAQCyW5iLrptURrFQI8qz06vu89krv { width:17.5rem;height:10.9375rem;top:27.298118591309rem;left:1.2500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOOaQfxyF2dlItbD1sGnfcKsKVcZTJOf { width:17.5rem;height:1.4375rem;top:42.6875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCCh3MqiK7nmnRLZTh4TRkoqLcROcnuc { width:17.5rem;height:7.1875rem;top:49.8125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngu3rLGtHJbPk80WFKWdGHLUBVzxk87J { width:3.4375rem;height:3.75rem;top:59.452232122421rem;left:8.2812495827675rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvgqFpb79mQH8gpHQPhZfKHHXUdbZQit { width:20rem;height:3.25rem;top:64.452232122419rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPhi6RPH8SkdGlRyqimWw9kOEDyuwbab { width:3.37446875rem;height:1.25rem;top:68.950637578962rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBR1bkezlRXB5L1IIHfQKvkAkZyKvsMK { width:17.5rem;height:15.75rem;top:70.825637578962rem;left:1.2500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #geAxhIwKpxsZUZ4VCM5fMgXPhaTUy2M6 { width:3.312325rem;height:1.22691875rem;top:87.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnmS42Fah1N12vlhHNZySFT6mUIA2Gc2 { width:17.5rem;height:10.5rem;top:89.6875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW4WfZGOUuNdBGx50GTnIPT1frdTPLKb { width:3.312325rem;height:1.22691875rem;top:103.04509711266rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #COLX6dxqiB4fQ1FIUliZ11xUhtGvWCdo { width:17.5rem;height:7rem;top:104.89701056481rem;left:1.2500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnvrpxLA0xg0I5cKtpsteoK80TmQvwza { width:3.312325rem;height:1.22691875rem;top:113.20862555504rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtPQJagtLNDuItsW2OozpTZRfw0IhWMf { width:17.5rem;height:7rem;top:115.05965399742rem;left:1.2500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tioBwnh0n4p2c6C5T8MUb1o9ulVhem8q { width:3.312325rem;height:1.22691875rem;top:123.12055945396rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS0lF1kZSSbsi1E1VRiwCFpQJlk5QRxs { width:17.5rem;height:7rem;top:124.3466796875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODEw51oTTHS3UlTsU6zf7xK0RQKznDtp { width:17.5rem;height:5.25rem;top:141.826171875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcZvnLiuhuGlDXnbT4CbvFES1FZi7xqn { width:17.5rem;height:5.25rem;top:133.849609375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB6GmAewRU2a0RDOsSlV2lg80lycHS3D { width:3.3115234375rem;height:1.2265625rem;top:139.912109375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT6EHka3fvCUQC7lP5OyLBUqqdgVAXEK { width:3.3115234375rem;height:1.2265625rem;top:132.123046875rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNxOQqkmoxqhnMA14qMeiLFRbkGVLyva { width:19.75rem;height:131.4375rem;top:2.5rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CkLLXn81uXvLs1X50NrcIltPTs9euK9X { display:block; }#CkLLXn81uXvLs1X50NrcIltPTs9euK9X > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hzn8dQKNri8IoDNvd3Pv0TFGZ2oEO34U { width:6.1875rem;height:5rem;top:2.5rem;left:6.9060721993444rem;display:block; }
 }@media only screen and (max-width: 763px) { #x89qxfNbcxBGQ6I6NVdnQXaPgV8I5vUk { width:20rem;height:1.9375rem;top:8.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o63EBTWHFMuOfgGwPA5Ea1oFS58K1eJ9 { display:block; }#o63EBTWHFMuOfgGwPA5Ea1oFS58K1eJ9 > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCVzUlxbRFPvaKQ1OTw6zDtwwLS8PG19 { width:19.9375rem;height:10.5625rem;top:1.875rem;left:0.062144875526428rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqzZD3BSFBZfkCxbAsmiqB9uletxBzqu { width:17.5rem;height:8.75rem;top:3.1249809265137rem;left:1.2500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uan2h7UwvmDUT3tKEMOHTRcPufE0l9Ge { width:20rem;height:32.875rem;top:13.799732208252rem;left:0rem;font-size:1.125rem;display:block; }#Uan2h7UwvmDUT3tKEMOHTRcPufE0l9Ge li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
 }@media only screen and (max-width: 763px) { #UxVU8Imc7vlbzLbwiCn2xlRN8FCQI14s { display:block; }#UxVU8Imc7vlbzLbwiCn2xlRN8FCQI14s > .row .container { width:20rem;height:28.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TiVBVLa1Dv0fbrz0pCBllDrnqa9L7fpp { width:19.9375rem;height:9rem;top:1.875rem;left:0.062144875526428rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDx3VDNkp6kFEO8Er4Gy3IrvAygiR4gi { width:17.5rem;height:7rem;top:3.125rem;left:1.2500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6TgZDIpBTun4HoE8woNcTmCsPTMHUPd { width:20rem;height:16.4375rem;top:12.236328125rem;left:0rem;font-size:1.125rem;display:block; }#i6TgZDIpBTun4HoE8woNcTmCsPTMHUPd li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
 }@media only screen and (max-width: 763px) { #TZfbdNfURtEtbTasJVFfVKvVKE7eVVIb { display:block; }#TZfbdNfURtEtbTasJVFfVKvVKE7eVVIb > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5CbyQz8wnntLigXpJ3uK7X9AiVlIGN4 { width:19.9375rem;height:5.5rem;top:1.875rem;left:0.062144875526428rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtlhRSUVUVpbCFFDDikvUGmNoU5kWK6X { width:17.375rem;height:3.5rem;top:3.125rem;left:1.2500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7ynAoGM6tvIDSKNDHiPNbgAReVzW6ez { width:20rem;height:39.5625rem;top:8.7384605407712rem;left:0rem;font-size:1.125rem;display:block; }#w7ynAoGM6tvIDSKNDHiPNbgAReVzW6ez li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
 }@media only screen and (max-width: 763px) { #k2Kor816eZiZusxtac9ZrCAfWgHBSZ93 { display:block; }#k2Kor816eZiZusxtac9ZrCAfWgHBSZ93 > .row .container { width:20rem;height:38.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTTxsetb285nX9qrwtSyCTaTKb4XhQxN { width:19.9375rem;height:7.625rem;top:1.875rem;left:0.062144875526428rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6AtJHdfHl9WulESqq8Pg9t86Ps9drPE { width:17.5rem;height:5.25rem;top:3.125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDhCARsoB96Qm9QZ5Qum2WEOrmFxI7xr { width:20rem;height:27.4375rem;top:10.86292552948rem;left:0rem;font-size:1.125rem;display:block; }#rDhCARsoB96Qm9QZ5Qum2WEOrmFxI7xr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
 }@media only screen and (max-width: 763px) { #FpwOx3wyIphxLnHJV5uUxyt2rgx2ilv7 { display:block; }#FpwOx3wyIphxLnHJV5uUxyt2rgx2ilv7 > .row .container { width:20rem;height:65.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHpeMeNBvcceIrw8DhsZecanV3OfJWrr { width:19.9375rem;height:9.1875rem;top:1.875rem;left:0.062144875526428rem;display:block; }
 }@media only screen and (max-width: 763px) { #kguSv43iAHeaxqNDtHX6m50LZKttObMz { width:17.5rem;height:7rem;top:3.125rem;left:1.2500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vne2Drl8lyt05pl3Ur95qFLPVqecy0pe { width:20rem;height:51.375rem;top:12.425382614136rem;left:0rem;font-size:1.125rem;display:block; }#Vne2Drl8lyt05pl3Ur95qFLPVqecy0pe li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
 }@media only screen and (max-width: 763px) { #iIqZl0IHK9RC4zHoVo3dJm16zdSEtl6O { display:block; }#iIqZl0IHK9RC4zHoVo3dJm16zdSEtl6O > .row .container { width:20rem;height:68.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TwEPS9lko2xUDP9bRZsdlCIWVTH9mtC6 { width:19.9375rem;height:7.3125rem;top:1.875rem;left:0.062144875526428rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdeNngnq3MQD6IJSNKDuTRAz0lBJcgg3 { width:17.5rem;height:5.25rem;top:3.125rem;left:1.2500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0zSTxWnUaPZGp4Ovc0ZtHH3lPlPbHVn { width:20rem;height:57.75rem;top:10.55042552948rem;left:0rem;font-size:1.125rem;display:block; }#W0zSTxWnUaPZGp4Ovc0ZtHH3lPlPbHVn li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
 }@media only screen and (max-width: 763px) { #F3SZyg1lLtMod1BG3CuPvV9Ww0ni0dZX { display:block; }#F3SZyg1lLtMod1BG3CuPvV9Ww0ni0dZX > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRwFKRWOBqx9fH6BK78AlzsJZeeTJHvE { width:19.9375rem;height:7.3125rem;top:1.875rem;left:0.062144875526428rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpOw5IGnu4epsoQkOedgm4zQ7u5NfOkL { width:17.5rem;height:5.25rem;top:3.125rem;left:1.2500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubXwwbwhbR3mLlMuONr5egIW7rDpzDu7 { width:20rem;height:21.0625rem;top:10.550426483154rem;left:0rem;font-size:1.125rem;display:block; }#ubXwwbwhbR3mLlMuONr5egIW7rDpzDu7 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
 }@media only screen and (max-width: 763px) { #wsPdZT3d3azwtk3ARibK7C2wNsq1gEsF { display:block; }#wsPdZT3d3azwtk3ARibK7C2wNsq1gEsF > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hx2C66qTPkLJKx592CSMwMNRaoTtqQLG { width:19.9375rem;height:7.5rem;top:1.875rem;left:0.062144875526428rem;display:block; }
 }@media only screen and (max-width: 763px) { #iipc5Px1UHI2Sy8BCOqCcT1mZestxpqd { width:17.5rem;height:5.25rem;top:3.125rem;left:1.2500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1ZnPvGKcGEzIqr5cJIXXl1KUUmXJnNr { width:20rem;height:24.25rem;top:10.737748146057rem;left:0rem;font-size:1.125rem;display:block; }#p1ZnPvGKcGEzIqr5cJIXXl1KUUmXJnNr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
 }@media only screen and (max-width: 763px) { #D7OXcq12Ah20Tvg3zFq22N085VXTUuNM { display:block; }#D7OXcq12Ah20Tvg3zFq22N085VXTUuNM > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Is7t7s9SfeufDp47Je9ZJq1ST73RtJBK { width:19.9375rem;height:7.3125rem;top:1.875rem;left:0.062144875526428rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnXfZfNhte8TPXrQ8tuSVOZSNv8ST2I1 { width:17.5rem;height:5.25rem;top:3.125rem;left:1.2500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR0ezA9Ns06hOtXhkPg0JVE4hMhGeJ2s { width:20rem;height:33.5rem;top:9.92542552948rem;left:0rem;font-size:1.125rem;display:block; }#SR0ezA9Ns06hOtXhkPg0JVE4hMhGeJ2s li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
 }@media only screen and (max-width: 763px) { #QoKubRRaymMOTTUq8xoSHGZBVw6t9ofk { display:block; }#QoKubRRaymMOTTUq8xoSHGZBVw6t9ofk > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BMUiOM3nACTX0xTKivLTEbgw9emSM6gh { width:20rem;height:7.125rem;top:1.875rem;left:0.062144875526428rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE3H1ac5J6exqzvI1DTLOVzdNSRzlizC { width:17.5rem;height:5.25rem;top:3.125rem;left:1.2500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8kPegD0ahKwUHC6zpdzhvuqqNMo9PPL { width:20rem;height:30rem;top:9.7372326850894rem;left:0rem;font-size:1.125rem;display:block; }#I8kPegD0ahKwUHC6zpdzhvuqqNMo9PPL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
 }@media only screen and (max-width: 763px) { #n1pmi7atOmwMKLSoTLNNNBHS50FILhBh { display:block; }#n1pmi7atOmwMKLSoTLNNNBHS50FILhBh > .row .container { width:20rem;height:94.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yX9GTN3WMv7KqnJI0r5TLG0n8p4uTFg9 { width:6.4375rem;height:3.125rem;top:0rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5f2yKD8ZBoec6Tq7sd3o0WkBtOf9H41 { width:20rem;height:88.75rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlFGtC2eTb3Q4Gp2z26mxBRvwkC5kXfU { width:17.4375rem;height:5.5rem;top:21.059875488281rem;left:1.2491121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #UryStTW6oJR31kyyqyoybofQZxBNXIpa { width:18.5618125rem;height:3.875rem;top:5.625rem;left:0.71821731328963rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DragUTT72RyRm4A9opqH0kM7P8ey4tvU { width:18.5618125rem;height:4.875rem;top:10.150924682618rem;left:0.71821731328963rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxsETZPxtAVd8QhLTnulbUbG53453wJR { width:17.5rem;height:5.125rem;top:15.936462402344rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbZx1muoP7N0X9mNPf9ENHuIJuqbWkRV { width:16.25rem;height:1.25rem;top:17.848737716675rem;left:1.8741121888161rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q1mGoL1ANCJ96oSPiKtkyTg4KMoDzGER { width:16.25rem;height:1.1875rem;top:22.185546875rem;left:1.8741121888161rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGb8go8aZcc99U0R5PVmTK7xmTRQXGCp { width:17.5rem;height:6.375rem;top:27.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yItVyaVELl1qJpTF3e4XAIg5vcnqGF7T { width:17.4375rem;height:7.25rem;top:34.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0mbllBftf4ai1MKw3Sqp58v15PXTleg { width:16.25rem;height:4.75rem;top:35.5625rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0n8CQBnpu8WeFKHSpvuultER6a1GhLi { width:16.25rem;height:2.5rem;top:29.8125rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P2nXaDmacibnfnuzcogTM0btTsVznem0 { width:16.25rem;height:2.5rem;top:44.856178283691rem;left:1.8741121888161rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P8LMKvoQ5Q90hHLTfvSkdzlVx7LQmSbK { width:17.5rem;height:6.4375rem;top:42.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXBdgTKSi6Hiu6nETC6qbvzMUrnCBRsP { width:16.25rem;height:13.0625rem;top:50.625rem;left:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVFQet2yGlNfqcUNmuKB6AyqPTiZtwgS { width:17.4375rem;height:15.0625rem;top:49.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySdVLow2wRFFW1tQVMHMfTp2MsfL7nHi { width:16.25rem;height:1.25rem;top:68.46875rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #muxWo0GuIAMxxOp9U3pRFBTkx0dq1iqB { width:17.5rem;height:5.3125rem;top:66.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhN3Gw4QEGn83TuT7SVyGwgaqHSuiKIb { width:16.25rem;height:1.1875rem;top:73.03125rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvVCONlldMmUHEXW6XKBTKrqRt1VPQCM { width:17.4375rem;height:5.6875rem;top:71.75rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbUbUbsTxysXqUgMMTM18uVcprblZudi { width:17.5rem;height:7.1875rem;top:83.6337890625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhiZm24NeRuZB0a3T0Dhtfei4wmUfMlW { display:block; }#OhiZm24NeRuZB0a3T0Dhtfei4wmUfMlW > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZaFaMg7ap3GUeWiheCJcBELgPexCKSx { width:20rem;height:4.875rem;top:4.287109375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP4sbuitvCsloSchXXgAPVmI1PD5cQqg { width:20rem;height:1.75rem;top:2.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp9Nfbd7amWQzqPumBaVpBEc9G5DiEkg { width:3.75rem;height:3.75rem;top:10.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdNZJCS4ToNohlKcfH34DSawfZpvuWdT { width:20rem;height:4.5rem;top:14.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lFRuDTTO2z0h9ftEd3EboW5Tpwn4uM4h { width:3.75rem;height:3.75rem;top:20.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT67yeruqOEyxtP1EBmTRbvFTJkE8zEc { width:20rem;height:2.25rem;top:25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wBMxDG6tcvTFWRc2VUlWuLkpWOiHH2xE { width:20rem;height:0;top:43.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kMzFaIrrJ20dmnopdIi84UTs5NgiGyt8 { width:20rem;height:4.5rem;top:32.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pq99VEN1XRDy9TsLEH4zgMGg5iAUOATC { width:3.75rem;height:3.75rem;top:28.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzowXuJ5N72guXA0dUeRmiXKKCDTnbKn { display:block; }#rzowXuJ5N72guXA0dUeRmiXKKCDTnbKn > .row .container { width:20rem;height:125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fBfhAaTSJhyWL0OA0aC3TBzAG7RsAXeU { width:20rem;height:125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrT1TAMBFX21tXVufgmGPO5EmXSv7h59 { width:20rem;height:1.9375rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaB95cE6lxoyoIShG16PmN4J8nB0sh7B { width:17.5rem;height:16.25rem;top:5.6995735168457rem;left:1.2500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTVAqoCtxaOTgR5wk41Wn6VqMLRz0qvW { width:17.5rem;height:15.75rem;top:88.679797172544rem;left:1.2500000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uffUN9akcBPTwTuMVoNUT6sKUnXdtT1n { width:17.5rem;height:11.375rem;top:23.194324493408rem;left:1.2500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEDuGplfnl6aQTmUZw5RJsTx7qO6XhVW { width:17.5rem;height:48.75rem;top:35.815884351731rem;left:1.2500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O09h6S78lJc3W8cNsC6h8WzKcwDhznNE { width:15.5601875rem;height:18.185375rem;top:105.57548046112rem;left:2.2185724377632rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccrPEgzyrREcW8CLxFqepUzhoKlDPdP6 { width:19.75rem;height:90.5rem;top:2.5rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pP8t5E4Da2Ff3EuXaGx90sG1JHnWRGdg { display:block; }#pP8t5E4Da2Ff3EuXaGx90sG1JHnWRGdg > .row .container { width:20rem;height:23.7001953125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #quWIWLaEk5s6q7C2U8qSC73bHwmqDp3m { width:20rem;height:19.25rem;top:4.4504613876342rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrKO8zLEGMwoEKx4LgmUCQhWDT0xNKC9 { width:20rem;height:1.9375rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #queqDBnuOmSz5lgnFFe5VeH6b6oSNo7J { display:block; }#queqDBnuOmSz5lgnFFe5VeH6b6oSNo7J > .row .container { width:20rem;height:100.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ym9SLuc7nGDEbNkKfBBJd5D7tcAKELPN { width:17.5rem;height:1.9375rem;top:3.75rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A00s6vOZc4rNMuhOGvNdedd1CfkGTLyn { width:20rem;height:47.625rem;top:1.875rem;left:0.061257064342499rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxWplsmkxv6rUg2x9zrAsFW1eeDnXM4X { width:2.875rem;height:3.125rem;top:0.3125rem;left:15.874466478824rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8v9p4zBTQCouw6A8txACqtqQ7fGPVe6 { width:17.5rem;height:19.625rem;top:6.3716430664062rem;left:1.2500000596046rem;font-size:1.25rem;display:block; }#J8v9p4zBTQCouw6A8txACqtqQ7fGPVe6 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#J8v9p4zBTQCouw6A8txACqtqQ7fGPVe6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
 }@media only screen and (max-width: 763px) { #EmITdQFisFfLqHKqifRFthqcDZ3o42dp { width:5.812325rem;height:2.4375rem;top:36.237213134766rem;left:7.0933948159219rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0NK07lqTeDMTPqTpUsg2MrZs1E61DWJ { width:9.375rem;height:2.5625rem;top:38.538360595703rem;left:10.624111711979rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DoiR3WFHv0PFn2orxc5EsMBS9XqHnQ58 { width:17.5rem;height:4.375rem;top:43.607971191406rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGZryKtIF9munRREbntRb8TGID4gVSa4 { display:block; }
 }@media only screen and (max-width: 763px) { #NX3RNntCiiIK77JffmLot0FAG4dQoTE1 { width:19.875rem;height:47.3125rem;top:52.9248046875rem;left:0.060546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h87iZzxMHROa3TuZmimGbPfqDihtMeie { width:17.5rem;height:4.375rem;top:94.857788085938rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiCM67COkkVKxMi0ESpfm3alv01NXFfN { display:block; }
 }@media only screen and (max-width: 763px) { #U0vnUTu7iDQL2EuDsoEnsyo3r10DmbQR { width:17.5rem;height:17.5rem;top:69.2975769043rem;left:1.2500000596046rem;font-size:1.25rem;display:block; }#U0vnUTu7iDQL2EuDsoEnsyo3r10DmbQR li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#U0vnUTu7iDQL2EuDsoEnsyo3r10DmbQR li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
 }@media only screen and (max-width: 763px) { #dtM6Tn3yIguTDwnmXohopTheq060KXF7 { width:9.375rem;height:2.5625rem;top:89.874816894531rem;left:10.624999582768rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f31Nm1MwTzTBn3iw7BEcZ43ko32Di8Tb { width:2.875rem;height:3.125rem;top:51.297943115234rem;left:15.874466478824rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeDwS79yHC5rg9Jmg7HMbEvpNSzZBHzZ { width:17.5rem;height:3.875rem;top:54.801147460938rem;left:0.99964481592181rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZA2QBRkaf9xLTdTfBDu6WuDd5pLac8Z { width:5.7484rem;height:2.4375rem;top:87.425415039062rem;left:7.1235790848731rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS3GKdEBwK9ugTyp75hG6J7awooyF0Qr { width:17.5rem;height:1.75rem;top:59.1953125rem;left:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWQbGDTQFpvrI81LtH2HVeQhBiEVTTaL { width:17.5rem;height:2.25rem;top:61.570495605469rem;left:1.2500000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX1sifMmltzylvRTtVwufg6ySmw7Tf0v { width:2.3117875rem;height:2.6242875rem;top:65.169555664062rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuhuMQMuCWDa2QIn5zOkOoRQmIA6h278 { width:14.8118125rem;height:3.25rem;top:64.918334960938rem;left:3.9941406846046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGMnELuQDJugtay5enSeaTITxwHezMfr { display:block; }#zGMnELuQDJugtay5enSeaTITxwHezMfr > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPtpFkWNVwNIATFraKkTw2oh7prBbgvG { width:20rem;height:1.4375rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRETEEbT6f3dW7XQF0DKESMrmzkoE58L .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bRETEEbT6f3dW7XQF0DKESMrmzkoE58L .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#bRETEEbT6f3dW7XQF0DKESMrmzkoE58L .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#bRETEEbT6f3dW7XQF0DKESMrmzkoE58L { width:18rem;height:5.0625rem;display:flex;top:2.09375rem;left:0.9375rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #KECObUP3CgXliuc7Q8fzIHuzRuS996oM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #JcptR2Z1BTaG4WTKZD1VTQtuqbepy3qa {  }
 }@media only screen and (max-width: 763px) { #bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #X40KkcT536fM2b8qFMusiaxBaP0qdZ5I {  }
 }@media only screen and (max-width: 763px) { #bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #XXvKN7IWfsOfiU9ulFbzPTVhEXAVhA8p { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #IWOgsMvGkJxZQTXFaTmfO1R1NHqLVclw {  }
 }@media only screen and (max-width: 763px) { #bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #AmWKZZMSbwtTkzxfOT8xEp5cy1CWlv11 {  }
 }@media only screen and (max-width: 763px) { #bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #OprVu1nCd1ALzXFFGLOmmxm2sWNdBcVR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #fs61aTCP9vAlAqLLrT59fQhbMJTBKZQS {  }
 }@media only screen and (max-width: 763px) { #bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #tkLiZI8nLSmvcaMrrmKlUNNft6qz9Tf6 {  }
 }@media only screen and (max-width: 763px) { #bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #X3dH7GiwIMGOxR2xove1DThMUM36FOTM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #vOTIZrWRB4mTekIMw3o4oD4Tpqw6HXrC {  }
 }@media only screen and (max-width: 763px) { #bRETEEbT6f3dW7XQF0DKESMrmzkoE58L #MzWFd28i0QiinoJkyQrMOwKeDuyTKK8N {  }
 }@media only screen and (max-width: 763px) { #qWlK3aslHCmo2DOWvtITMecmpsvP3rDk { display:block; }#qWlK3aslHCmo2DOWvtITMecmpsvP3rDk > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LoCP7PyrB6XJwWWzsOiAsx7UF7WldTIn { width:7.5rem;height:7.5rem;top:2.5rem;left:6.2491121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTkCCnQFbGyOyZxDWet3qnx7eN9eQf7N { width:20rem;height:3.875rem;top:11.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewOHlONJCUeWm5frnwKKaZidQtsTiS4U { width:17.5rem;height:17.875rem;top:16.400922775269rem;left:1.2500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftPZTIZmxZmRVN79vnTqGKQfB3WlrE2G { width:17.5rem;height:4.375rem;top:38.645263671875rem;left:1.2491121888161rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzRcqdoIOqTevCeoXiQoXIt3ylZe39Wb { display:block; }
 }@media only screen and (max-width: 763px) { #IeygggKpD1tUp6AvK3WcwFBWXQs9vAwE { display:block; }#IeygggKpD1tUp6AvK3WcwFBWXQs9vAwE > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lwbwoVGNSR7NruO2LsZIPGCiaJwhlFQ2 { width:20rem;height:5.8125rem;top:2.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dvupUMfvcyeoHWaLvC1CelTLahtBhEdP { width:2.375rem;height:2.0625rem;top:9.6759643554688rem;left:8.8121448159219rem;display:block; }
 }@media only screen and (max-width: 763px) { #V65hzPUfcqXWiO65E9CaToOTi0Ih0tTd { width:20rem;height:1.625rem;top:12.362426757812rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZmWybRqvL4vRL44CPK4pGJHGDdUPX7VL { width:2.375rem;height:2.0625rem;top:16.859008789062rem;left:8.8121448159219rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShUD2MKOCrzb0ypv43Hn5S0hAmKaTqTJ { width:20rem;height:3.25rem;top:19.546325683594rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cp63ZavLUqLl9FbcfA6cKJxbciP1bDJ4 { width:2.375rem;height:2.0625rem;top:24.042114257812rem;left:8.8121448159219rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcMifucTfxgcyQXvglUf49mAkHKainwE { width:20rem;height:3.25rem;top:26.728515625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CiVTRdxmU0HJJllVBauX3Ja9zPUtEJys { width:2.375rem;height:2.0625rem;top:31.226928710938rem;left:8.8121448159219rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq0WUXCIlnsJQrV4xD1JKN3AIAcGo60F { width:20rem;height:4.875rem;top:33.914245605469rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OsWmMOF0t2GTHbREw4yC4vDpdxb4Lbcy { width:20rem;height:0.0625rem;top:40.850158691406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESJLA4dalZmzK9UivecXOT6JTwACtvvC { display:block; }#ESJLA4dalZmzK9UivecXOT6JTwACtvvC > .row .container { width:20rem;height:32.2646484375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q3Ih40pvoWUSFsSZapw6CzA6NehTiLGZ { width:20rem;height:7.5rem;top:2.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X9S7yzBwz7nAEXbPP1khpTodKhfSNzwT { width:2.1875rem;height:2rem;top:7.4618248045444rem;left:8.5600143074988rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTWOGqoAVQq1kgdbkmQEwguUxtz5pvNJ { width:20rem;height:1.625rem;top:10.272549629211rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yz1lFkgxSSTfqPCn95SW5NbnGwXLO434 { width:2.1875rem;height:2rem;top:13.145419120789rem;left:8.5600143074988rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxP1gnbGSlkT0X1zi76q2XuMEGyNZpwD { width:20rem;height:3.25rem;top:16.393820762634rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U3DAlVmIliKDqkcK2DTitPhwsQMXOui5 { width:2.1875rem;height:2rem;top:20.891346931458rem;left:8.5600143074988rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnlTlBkeKwoRCTUkmtZp6ORCRSrfDKiK { width:20rem;height:8.125rem;top:24.139737039804rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TCFSu4Zuii3GTHxHP8GVlN84hTT4A78c { display:block; }#TCFSu4Zuii3GTHxHP8GVlN84hTT4A78c > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbOVxM6UqTEaXCzC8MenCyv8cJyDRvE3 { width:20rem;height:1.9375rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8yRBTRgGuZtGSOnA45TsBCCf4pfXNeT { display:block; }#P8yRBTRgGuZtGSOnA45TsBCCf4pfXNeT > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #icTNnQUGrdsNDQ1cmdixSTaeoGqSyvzB { width:19.9375rem;height:4.625rem;top:1.25rem;left:0.062144875526428rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhIZTX65BqBTazSMghQ2METfu12Gnggb { width:16.25rem;height:1.25rem;top:2.9688529968262rem;left:1.1248224377632rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #intBHpkQSR4ScpGVcd2LPnduAFnS7ZIt { width:2.1875rem;height:2.1875rem;top:2.5247192382812rem;left:16.562498629093rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfabbKAXb3UyzxZ4I0ntrIlzMGFQbwPR { display:block; }#kfabbKAXb3UyzxZ4I0ntrIlzMGFQbwPR > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0GeLWa3TKUCRUwZdqlHTD6KlVU6VFcl { width:20rem;height:10.0625rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnA2rf7z6GOAglKL45Gc28JdrHgpWhTo { display:block; }#nnA2rf7z6GOAglKL45Gc28JdrHgpWhTo > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmw0IMXKDnaRSQcvNKKo7UJadarLzLAa { display:block; }#bmw0IMXKDnaRSQcvNKKo7UJadarLzLAa > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dN2qpmsXCUXeohk8MHmBw9dwKTJzRf4x { width:19.875rem;height:4.9375rem;top:0rem;left:0.062144875526428rem;display:none; }
 }@media only screen and (max-width: 763px) { #FSSdMqdTnO1PWJiWM33ezkkmZ9TG19eo { width:2.1875rem;height:2.1875rem;top:1.4311084747314rem;left:16.561611711979rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdXibUVq7u93Ht6S5yZ4eDvzvuhEaeCr { width:19.875rem;height:6.25rem;top:4.9755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k59e662q388Gy3U3q970gViA36y0aha4 { width:15.1873125rem;height:2.5rem;top:1.2260837554932rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmJW7s01I7PA5wRrVw4nT7FtQsbFMJAu { display:block; }#NmJW7s01I7PA5wRrVw4nT7FtQsbFMJAu > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wfo8dlhgWA4PWvD2v3EPrd5g41f5cAQN { width:20rem;height:4.3125rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkHKmOPLzul2SkXswOoQftwsRyaOyix4 { width:20rem;height:21.6875rem;top:4.4974975585938rem;left:0rem;font-size:1.125rem;display:block; }#rkHKmOPLzul2SkXswOoQftwsRyaOyix4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/96f7449a-95b4-4321-a780-5caa53d25355/arrow.png); }
 }@media only screen and (max-width: 763px) { #SwewEtC0Tw7Q38s5XV1ti77cE81Qaa4C { width:20rem;height:2.875rem;top:27.338439941406rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4bv5kgIlxCA7yWgkLxnH8ByiT5MDlBM { width:20rem;height:18.8125rem;top:31.210083007812rem;left:0rem;font-size:1.125rem;display:block; }#i4bv5kgIlxCA7yWgkLxnH8ByiT5MDlBM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/4d6c2406-0099-4c9b-9ff2-fde6d1a907ec/ogniskosmall.png); }
 }@media only screen and (max-width: 763px) { #gaoDaTztwkXAhu1ETEJadpF9m3MdMuXa { display:block; }#gaoDaTztwkXAhu1ETEJadpF9m3MdMuXa > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mT4EOxkFnKGoBpMn2fEuCzE8cXcz8phX { display:block; }#mT4EOxkFnKGoBpMn2fEuCzE8cXcz8phX > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THKnFABHt2ttGASwdW6ac9yqhQQZ5tsu { width:19.9375rem;height:5.0625rem;top:0rem;left:0.061257064342499rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq14ZR3t3eEXlWc09c44ETFH6ntuXsT8 { width:16.25rem;height:1.25rem;top:1.9362564086914rem;left:1.1248224377632rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlJDpUTJEGNJrrcaqkrGCJZ3FKH6HFum { width:2.1875rem;height:2.1875rem;top:1.455078125rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhSeIzlnkzGs2keTfb4W3IoiTZc7JThH { display:block; }#HhSeIzlnkzGs2keTfb4W3IoiTZc7JThH > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iH4VglB3X7DsX7A3n3kV90Wt82Ky44Qv { width:20rem;height:1.4375rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btc8N6vmXtTdvWtpzzIt2sbwrtZrLqKx { display:block; }#Btc8N6vmXtTdvWtpzzIt2sbwrtZrLqKx > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EiBDSbsTKJaLIo6zsqHFDudF5xLvFUuT { display:block; }#EiBDSbsTKJaLIo6zsqHFDudF5xLvFUuT > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtTBFaFQ4fLBn6WD44I99p3lRGyFTUHz { width:19.875rem;height:4.9375rem;top:0rem;left:0.062144875526428rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu5ixVuVnUfLSKRH7Fh3hawe9x8JSFbb { width:17.5rem;height:2.5rem;top:1.2260074615479rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1pOeCDxAeTzOetXaSAO9TNezbEKitA8 { width:2.1875rem;height:2.1875rem;top:1.4311084747314rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1nTcmezOiJiF2zgnhn1LfgQ9TBoGTXx { display:block; }#T1nTcmezOiJiF2zgnhn1LfgQ9TBoGTXx > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oDulWTzz5XpSOQUS1vH0VIUKTw6C3sTC { width:20rem;height:17.25rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmZ0ioAQCcl4rFmyxoCQQMko3ILdKm7t { display:block; }#KmZ0ioAQCcl4rFmyxoCQQMko3ILdKm7t > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #br9EWwKXPz0J2Xi1ZorTbJ4zZEm9VQ8C { display:none; }#br9EWwKXPz0J2Xi1ZorTbJ4zZEm9VQ8C > .row .container { width:20rem;height:5.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GFEi0fu70KfFbIvrwtFSGn0xqeS3Weln { width:19.875rem;height:4.9375rem;top:0rem;left:0.062144875526428rem;display:none; }
 }@media only screen and (max-width: 763px) { #zy8BtI2JwvnxgvIQ43ZXoRqybHrAm1vx { width:15.9375rem;height:2.5rem;top:1.226016998291rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPc9btLngasO3utCi0cGMXLaz0Kt0e8h { width:2.1875rem;height:2.1875rem;top:1.4311084747314rem;left:16.561611711979rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXOMkAJEs7Ro82tkNcfIHu543MruUzmy { display:none; }#OXOMkAJEs7Ro82tkNcfIHu543MruUzmy > .row .container { width:20rem;height:31.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HuzI1ERwKcpPzmUoypObydTbvCbHNZX1 { width:20rem;height:30.1875rem;top:1.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kp6Lhzuu05MKiPovlB5ga90WPLunsaX9 { display:block; }#kp6Lhzuu05MKiPovlB5ga90WPLunsaX9 > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #niL8BESQARuTU881SENcpJA6uLgGzwKX { display:block; }#niL8BESQARuTU881SENcpJA6uLgGzwKX > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmTt9tMyhcXVLzMUgm5yzNbpzNbsPyU7 { width:19.9375rem;height:7.375rem;top:0rem;left:0.061257064342499rem;display:block; }
 }@media only screen and (max-width: 763px) { #chhshh2R7lKNuHsoTTkuQ4ASBz9RMEkc { width:16.25rem;height:3.75rem;top:1.8004589080811rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMp2aqkLTSQA8IHUWqTfrJ7w5Kt3uFmX { width:2.1875rem;height:2.1875rem;top:2.4618225097656rem;left:16.499466478824rem;display:block; }
 }@media only screen and (max-width: 763px) { #VU0pcDaWQi6X30SD5q7sg2tpt0hOXVpM { display:block; }#VU0pcDaWQi6X30SD5q7sg2tpt0hOXVpM > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6NE5LzuZCpgpnecqhBFK4xVF8NUSFKH { width:20rem;height:5.75rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDOI649emZTrDa7up4b3IhIJnRsZaiKM { display:block; }#GDOI649emZTrDa7up4b3IhIJnRsZaiKM > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUyuZolZ1UkiVyEsXu5rHZL6VkDhJSTn { display:block; }#tUyuZolZ1UkiVyEsXu5rHZL6VkDhJSTn > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZVwIpR30q3OoTqL84bDJfWDdEig2QUO { width:19.9369375rem;height:8.6248125rem;top:0rem;left:-0.024857938289643rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMP4680SOBaAa3bEvbPf6Ht0UF9dvU76 { width:15.062125rem;height:5rem;top:1.8306121826172rem;left:0.99964481592181rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4hyTT9Qh8kW1a4y2gJxTcwK66ObKHWf { width:2.1875rem;height:2.1875rem;top:3.3363037109375rem;left:16.561611711979rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpXdzD7Afu4OnPMwHr8iCe1wWEFw172r { display:block; }#NpXdzD7Afu4OnPMwHr8iCe1wWEFw172r > .row .container { width:20rem;height:30.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wrc9E7NKZf3k9i1R3JZBAF8mQCFGbxpC { width:20rem;height:28.75rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVVCxfJboprT7uocWE3kI44XOLXAOiaD { display:block; }#JVVCxfJboprT7uocWE3kI44XOLXAOiaD > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXQVyUa5MRuu4T9pCh6mTTzMNQ2RNRIA { display:block; }#iXQVyUa5MRuu4T9pCh6mTTzMNQ2RNRIA > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vaBbdbJb0RnxoVmko7opadup7fCn0fCo { width:19.875rem;height:4.9375rem;top:0rem;left:0.062144875526428rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHvdcEOFqBF3Ki8r8rMqvT34Sds0GMRa { width:15.4998125rem;height:2.5rem;top:1.2260971069336rem;left:1.1186079382896rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTSRTiM9iTOTWUlz1V0XDwJfGAvmCdS1 { width:2.1875rem;height:2.1875rem;top:1.4311103820801rem;left:16.617542803287rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2cOONn2F4bckqn3IF9gKsgF8DLve39k { display:block; }#t2cOONn2F4bckqn3IF9gKsgF8DLve39k > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ze4eB7sE622vzH3uE5vh8vkb4VyotRtL { width:20rem;height:15.8125rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ecy8TqU0cZ6Gdlh1qRc01vCo09AMfkvn { display:block; }#Ecy8TqU0cZ6Gdlh1qRc01vCo09AMfkvn > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fw3yZXvERh4wbiO8sUpbl8cRDgVPSzyb { display:block; }#fw3yZXvERh4wbiO8sUpbl8cRDgVPSzyb > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zOHEFaSTpTzBEb6fuPfMGyPlm37Re3rB { width:19.9375rem;height:4.9375rem;top:0rem;left:0.062144875526428rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCA8kBroB5aLwSb84yTDGTGsZBoDpeZM { width:15.0625rem;height:2.5rem;top:1.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlUtlRPMaix1Re695xQIQcbxw9qUAkLP { width:2.1875rem;height:2.1875rem;top:1.462158203125rem;left:16.562498629093rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLImksZuvkbWGVPw0bqUB8RVVUEXBcmR { display:block; }#NLImksZuvkbWGVPw0bqUB8RVVUEXBcmR > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6i29cJT3xF6Kf9ZUBvQrShRWz2OTOTS { width:20rem;height:12.9375rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKsIcNqopHSd2TBt0gvddrZ7Q6WFPAu5 { display:block; }#WKsIcNqopHSd2TBt0gvddrZ7Q6WFPAu5 > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NaweU3PgSBfhPVS93PQdbS3stRbdEiOa { display:block; }#NaweU3PgSBfhPVS93PQdbS3stRbdEiOa > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPhz20O2gcwqtGQMcxk8mxb7iSEc0nPS { width:19.9375rem;height:4.9375rem;top:0rem;left:0.062144875526428rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXzamyJ5oZS40KIFqnQv0urkzZ93ORNt { width:16.25rem;height:2.5rem;top:1.2251415252686rem;left:1.3121448159218rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOvzfn61BXdUTQW6P5pOSZboJyTuAQ86 { width:2.1875rem;height:2.1875rem;top:1.4302196502686rem;left:16.373402178287rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vz2rWdEJmVeH1umwpVoox1Hoiwt3aABA { display:block; }#Vz2rWdEJmVeH1umwpVoox1Hoiwt3aABA > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CkFphyyTcT7I0mPCBsDDCPxD0TenVZV9 { width:20rem;height:7.1875rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMPca2teQXctlkyftRprJ6tUd1oITFhK { display:block; }#MMPca2teQXctlkyftRprJ6tUd1oITFhK > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gV7oSG5MkfuR4tsX9qBi2GZh8ibqzeeX { display:block; }#gV7oSG5MkfuR4tsX9qBi2GZh8ibqzeeX > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQTOiccEIX2Zd7Cpoe2zFI8T0S9rgKM4 { width:19.875rem;height:4.9375rem;top:0rem;left:0.062144875526428rem;display:block; }
 }@media only screen and (max-width: 763px) { #PppK6Z1xksIpQX5OFyyeWkzxvGP9F6Om { width:15.1243125rem;height:2.5rem;top:1.2251396179199rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4XB479cxgLfy6ywfiQNmG02gcTlxM1V { width:2.1875rem;height:2.1875rem;top:1.4302177429199rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmTWJS6fKUNDGyUdUxWqWFXiVhDdrJvG { display:block; }#TmTWJS6fKUNDGyUdUxWqWFXiVhDdrJvG > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AKK6CeQI4dLvCehMqSLeXrpurslx5oi7 { width:20rem;height:4.3125rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiPP1s5egJUEyhX4v0KT0Smanrm5cuRD { display:block; }#CiPP1s5egJUEyhX4v0KT0Smanrm5cuRD > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lW3D0vhUf36T0TiulXB5hTyBmagfcKG3 { display:block; }#lW3D0vhUf36T0TiulXB5hTyBmagfcKG3 > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqq9LEdr3Ig8uGEetmi1qDcLzfozF6FT { width:19.9375rem;height:4.9375rem;top:0rem;left:0.062144875526428rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLmbJqZdoTZiwAn9rpzx9lLsEnRxJkiB { width:16.25rem;height:1.25rem;top:1.9362583160401rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E78H19oeMi20TTGTayS4NC82gClDRuD2 { width:2.1875rem;height:2.1875rem;top:1.4613037109375rem;left:16.562498629093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ard6QsweT9Ttc4vbQATvn146qnrIwzF6 { display:block; }#Ard6QsweT9Ttc4vbQATvn146qnrIwzF6 > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kz0TKm6DRAHL7QgstCxgqXP0BDHT6G85 { width:20rem;height:7.1875rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlQxbMh7LiPJiIuMikrgwNyOE6pRTtnz { display:block; }#wlQxbMh7LiPJiIuMikrgwNyOE6pRTtnz > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOapV3zARZy4gIts7g4UJ0icXGNI60qN { display:block; }#GOapV3zARZy4gIts7g4UJ0icXGNI60qN > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wy9U0LJoZtlG8mddJmLTIHUSQSsGEXPe { width:19.9375rem;height:4.9375rem;top:0rem;left:0.062144875526428rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2USO6TppuHRrsdT2AU6XRiItK1XFWdE { width:16.25rem;height:1.25rem;top:1.9362583160401rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRksFaIbITbdGzG39RoM5I3RHTTsqoDw { width:2.1875rem;height:2.1875rem;top:1.4613037109375rem;left:16.562498629093rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpLoOSDx2TtNx7mMiqvlkTlbqShsxMep { display:block; }#GpLoOSDx2TtNx7mMiqvlkTlbqShsxMep > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tuGbbiBCf6vd8c9M7Tx1c3CBHMUciFNA { width:20rem;height:12.9375rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJzGfxXCJHSH7n3nBPGIfktMZrWVCSQ7 { display:block; }#UJzGfxXCJHSH7n3nBPGIfktMZrWVCSQ7 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XxdJmuWwLDI1zwamne8XJ7tiDhrWS8tq { display:block; }#XxdJmuWwLDI1zwamne8XJ7tiDhrWS8tq > .row .container { width:20rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hW5ZmhpTX3hi5TUSMJpOW3ZKCHicmweK { width:20rem;height:3.875rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #winCP49Tvilvt2zSVeGArzZNdUpCMloa { width:17.5rem;height:40.625rem;top:31.959294915199rem;left:1.2500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ieg34fs5whm3igNUx94UT4A36A98UiTd { width:17.5rem;height:23.0619375rem;top:7.650013923645rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM7L4owOVTM54QDg81EW2TurS9udSgJT { width:19.75rem;height:58.5625rem;top:1.25rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3LQqy47Kis7Mptc6EvuqWMqSH8pFx65 { display:block; }#s3LQqy47Kis7Mptc6EvuqWMqSH8pFx65 > .row .container { width:20rem;height:10.7421875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQidxGGnCpDJUwXIUFa4rnhUTxLuOZxD { width:20rem;height:1.9375rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5MaTWwZrNigyF2gq2hnkrmHOC04ezdE { width:20rem;height:0.0625rem;top:10.680236816406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfGNlmBiQagn81Trt5ySCekpCa31JoIg { width:20rem;height:1.625rem;top:4.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7Z1Cbu00EtmA012MBfpNnWBZhTsF5VD { width:20rem;height:1.625rem;top:6.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDEqittbbeDzL2Da8IEffa1ShB38EqSs { display:block; }#UDEqittbbeDzL2Da8IEffa1ShB38EqSs > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9nxE4RHrFmgMU9DwlUZpasguO0A9glZ { width:20rem;height:17.4375rem;top:2.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKkBOpQnEK3tMCEzJdpO22gybuyKOLNV { width:20rem;height:4.875rem;top:20.976928710938rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5sWr6rFypwOpWGCmZm9g0JxpSPrzOTQ { display:block; }#z5sWr6rFypwOpWGCmZm9g0JxpSPrzOTQ > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztRA25Tv1282tUVwen7M06FnB3g2blNs { width:17.5rem;height:1.9375rem;top:4.375rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RMucyOgn3pcef0QfdVnd19pItKe0gqUA { width:2.8125rem;height:3.125rem;top:1.25rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywT18muSSrDITDVuKXLtkFpsUz1H4LzK { width:5.7484rem;height:2.4375rem;top:6.994873046875rem;left:7.1253548264506rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT5FmM0mPTVi3cIhHyGyqXurTMI2VBPM { width:9.375rem;height:2.4375rem;top:9.054443359375rem;left:0rem;font-size:1.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #wdkdwFg13vS5xtM59oBJ3upLrmwKviIQ { width:9.375rem;height:2.5625rem;top:8.9710693359375rem;left:10.624111711979rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ45oeEVLUlViJnLpEGwvGVGPFNgCJoX { width:17.5rem;height:4.375rem;top:12.74068069458rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrsxR0Gwm3kHF2oVv5GPhTaXudgxcFg8 { display:block; }
 }@media only screen and (max-width: 763px) { #yUokHtvtUtGgmewpOlTCepVbRqMWLDkB { width:19.875rem;height:15.9375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvmwQ6iOe1ndIU2TCTLk9GWNbM9mRwnb { width:20rem;height:15.9375rem;top:21.862426757812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4X7hx1eD9ZApJ2uR28L74tp73c33dQT { width:17.5rem;height:4.375rem;top:32.110961914062rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOKCzR2Vl7AfXAO5saJJRxDlLGgICqgD { display:block; }
 }@media only screen and (max-width: 763px) { #xuTgBEWByuaiZhy6c8XXXzNOtCQbwOVU { width:9.375rem;height:2.5625rem;top:28.887451171875rem;left:10.624111711979rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBicH1nDwU25PSiyal4k6hlGKUdFeGKM { width:2.875rem;height:3.125rem;top:20.238647460938rem;left:16.499466478824rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wks4ntv9gpg9dG7p4Zy8aHqkkNXiVi1x { width:20rem;height:1.9375rem;top:24.361450195312rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J0OscCoDJ2WSzWbqyg9vDGX3hNSnHtAx { width:9.375rem;height:2.4375rem;top:28.96728515625rem;left:0rem;font-size:1.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #eiwmxckeeE7S7oOXJBCsRd5kXAe4T7DQ { width:5.7484rem;height:2.4375rem;top:27.068359375rem;left:7.1226916909219rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSxb1DRU9zGbIs95RG1DcwnGe7s0vJTq { display:block; }#zSxb1DRU9zGbIs95RG1DcwnGe7s0vJTq > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwKtts1HA0BbcuT3lLzselaZ6QxRRgVk { width:20rem;height:2.875rem;top:2.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwDZccPUBKz85ggg4kVukKez3T0Pf3wf { width:20rem;height:6.125rem;top:8.158203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sq1Aw7lNDN8iQTKVVp8ztkk6E5xeBTah { width:20rem;height:5.75rem;top:17.008167266846rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n473DlQ93qnzecBWkik9WTDdE8k8MZvx { display:block; }#n473DlQ93qnzecBWkik9WTDdE8k8MZvx > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taiuSZ63akZ3XXOGnK56NTHpVMwuF1dS { width:20rem;height:1.875rem;top:4.0997886657715rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JR1mRP96dtbaCEpD3N3Q1JBDyBN0tTln { width:20rem;height:0.9375rem;top:1.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }