.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUxr3Aa5mm56I6ePURWHXr9MqfCq427H { position:relative;display:none; }#SUxr3Aa5mm56I6ePURWHXr9MqfCq427H { border-width: 0; border-radius: 0; }#SUxr3Aa5mm56I6ePURWHXr9MqfCq427H > .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; }#SUxr3Aa5mm56I6ePURWHXr9MqfCq427H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width: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; }#mlN7TDBhDHWAtWPGRoc8inp2rrmnC8yW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#O8B2iFM5D6aGlvPRbcqTbE47chS298St { 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:5rem;width:4.625rem;top:1.5rem;left:0rem;overflow:hidden;display:none; }
#QvLOgsqa7OWVO3TaQy6GLOwUlOmix1nE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:7.5625rem;left:9.875rem;display:none; }
#EhVcDTkSAseQuLqkwDCA5kgpOzrIFmfr { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:9.1875rem;left:3.75rem;display:none; }
#Pqzw1SOE94nT0ATbTGE6euvXx9oTp67k { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:12.625rem;left:3.75rem;display:none; }
#KTOebD8omoGBSMu63Jczyk9LNK9sZDJm { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:16.0625rem;left:3.75rem;display:none; }
#VLT9bIPQeazmNTQ27bZTRIsZbTyve1Cm { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:22.9375rem;left:3.75rem;display:none; }
#TnihTMPlsQVwpXrv307vfw1Jf3gKulZT { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#fO0l79no8HQ4d1CA6uyHluAI4CaNF0l3 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:19.3125rem;left:12.5625rem;display:none; }
#L7EExi9VXPTWWoZ4LGGzzZyDVIG7nD5d { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:24.9375rem;left:3.75rem;display:none; }
#NRGUwk226cQNNFcmsEJqX9vBgUwwKTwk { background-color:#b80b49;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:#f5f5f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:33.5rem;left:0rem;display:none; }
#HKS8eVNVI2PDkniG4DbXb9mx5hmQILvR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S7yQvBJZ3BiDgBd9HIO0Ok6mbXgnJmri { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#S7yQvBJZ3BiDgBd9HIO0Ok6mbXgnJmri > .row .container { background-color: transparent; background-image: none; }#S7yQvBJZ3BiDgBd9HIO0Ok6mbXgnJmri::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7yQvBJZ3BiDgBd9HIO0Ok6mbXgnJmri > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7yQvBJZ3BiDgBd9HIO0Ok6mbXgnJmri > .row .container > .video-iframe-container { display: none; }#S7yQvBJZ3BiDgBd9HIO0Ok6mbXgnJmri > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7yQvBJZ3BiDgBd9HIO0Ok6mbXgnJmri > .row > .video-iframe-container { display: none; }#S7yQvBJZ3BiDgBd9HIO0Ok6mbXgnJmri > .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); }#S7yQvBJZ3BiDgBd9HIO0Ok6mbXgnJmri > .row .container { border-width: 0; border-radius: 0; }#S7yQvBJZ3BiDgBd9HIO0Ok6mbXgnJmri > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S7yQvBJZ3BiDgBd9HIO0Ok6mbXgnJmri > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#xELeKpXwrKLyI3HJA08JaXe87C2hHAuO { 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:5rem;width:4.625rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#DIFBBSKTxhRLiF9DCZ84a4SBvNSOfLWT { color:#1e1e1e;display:block;width:6.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.28125rem;left:68.6875rem;height:1.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#y0WXa3Kz05iK1OxPXoDg1pJEqm2lv065 { color:#1e1e1e;display:block;width:6.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.28125rem;left:38.1875rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w0Rq0VivGKpnrzRa2VxM5nhZR6qTFkWp { color:#1e1e1e;display:block;width:8.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.28125rem;left:29.3125rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ak3dDGDMe6V45zCFciZXuT4ITIqqUiIn { color:#1e1e1e;display:block;width:8.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.28125rem;left:20.625rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xC6L4kLi8xDlpw81XyqiFhMuFRwH2iuG { color:#1e1e1e;display:block;width:9.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.28125rem;left:10.5625rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aQQXFwmwiOhQqTBqwDCqWNBx8CdwIeNl { color:#1e1e1e;display:block;width:14.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:3.28125rem;left:53.3125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#n1XADGhC7m4tUqHbPwsl34a6JP0ztPll { color:#1e1e1e;display:block;width:7.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.28125rem;left:44.875rem;height:1.4375rem;text-align:center;text-align-last:center;display:block; }
#e3ibKZkh9IH4eF9igeLRMD2xrOnva3ex { color:#1e1e1e;display:block;width:15.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:3.28125rem;left:52.8125rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PessV7QshdytmgPIVOyhfTZ3BhEoxwvO { position:relative;display:none; }#PessV7QshdytmgPIVOyhfTZ3BhEoxwvO { border-width: 0; border-radius: 0; }#PessV7QshdytmgPIVOyhfTZ3BhEoxwvO > .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; }#PessV7QshdytmgPIVOyhfTZ3BhEoxwvO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width: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; }#ByOCbvGnP4n3P8Pa8k0y6RtI0xKzpW4w { position:relative;display:block; }#ByOCbvGnP4n3P8Pa8k0y6RtI0xKzpW4w { background-color: transparent; background-image: none; }#ByOCbvGnP4n3P8Pa8k0y6RtI0xKzpW4w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByOCbvGnP4n3P8Pa8k0y6RtI0xKzpW4w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByOCbvGnP4n3P8Pa8k0y6RtI0xKzpW4w > .row .container > .video-iframe-container { display: none; }#ByOCbvGnP4n3P8Pa8k0y6RtI0xKzpW4w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByOCbvGnP4n3P8Pa8k0y6RtI0xKzpW4w > .row > .video-iframe-container { display: none; }#ByOCbvGnP4n3P8Pa8k0y6RtI0xKzpW4w > .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); }#ByOCbvGnP4n3P8Pa8k0y6RtI0xKzpW4w { border-width: 0; border-radius: 0; }#ByOCbvGnP4n3P8Pa8k0y6RtI0xKzpW4w > .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; }#ByOCbvGnP4n3P8Pa8k0y6RtI0xKzpW4w > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:8rem;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; }#WB3f50MGu3RsnSsWBSdRc5v9TbDg8Jzm { 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:21.25rem;top:0rem;left:5.28125rem;overflow:hidden;display:none; }
#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:;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; }#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:42rem;width:75rem;overflow:visible;position:relative;display:block; }#v9v0woXEp5k3l2NlVEc1dQKplbNFRmLR { color:#1e1e1e;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:1.125rem;font-style:normal;display:block; }
#CwovyxNoOSLGhWFnf9faE59aKhQuMtVb { color:#1e1e1e;display:block;width:40.6875rem;position:absolute;font-family:ss4;font-size:4.75rem;font-weight:normal;z-index:15002;line-height:.95;letter-spacing:0;top:5.9375rem;left:0rem;height:13.5rem;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; }
#L5AUvXieLpsGzzHsBnV30A1HlxJ2Akyt { color:#1e1e1e;display:block;width:38rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:22.3125rem;left:0rem;height:9.375rem;font-style:normal;display:block; }
#mWEWd7eZgRmSOVS5R4dWRRt1oTFrueqt { background-color:#b80b49;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:#f5f5f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:33.5rem;left:0rem;display:block; }
#OKWmJrHZ3E4GLVebzoXVL3GZnQwQ44vZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NQG5zRI39HpQ1rNUrP6kkWZJ9t2WabRN { 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 #1e1e1e;border-left:0.0625rem solid #1e1e1e;border-right:0.0625rem solid #1e1e1e;border-bottom:0.0625rem solid #1e1e1e;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:#1e1e1e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.5rem;left:12.0625rem;display:block; }
#dwAUTlZxD5ukLvox6qo8fQDWdKVJMVO6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VkCx7gTg15P35FbdJv7ODtWPOcJtKIWL { 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:18.3125rem;width:16.6875rem;top:4rem;left:40.46875rem;overflow:hidden;display:block; }
#eax3cbFtAfkMHISrLodmm7r6bwV8JtXB { 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:7.25rem;width:16.6875rem;top:1.1875rem;left:58.3125rem;overflow:hidden;display:block; }
#o8OQ146lhyMuBH0gI2TeVaJPaBPyTJ9M { 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:9.3125rem;width:16.6875rem;top:9.6875rem;left:58.3125rem;overflow:hidden;display:block; }
#TIm7902b0zZC7gl5eN67oNPKW7XSpeWB { position:absolute;display:block;z-index:15012;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:14.125rem;width:16.6875rem;top:20.25rem;left:58.3125rem;overflow:hidden;display:block; }
#gTyZ81I4h0lonicv3hnIvgdUfrieW8kA { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:16.6875rem;top:23.59375rem;left:40.46875rem;overflow:hidden;display:block; }
#BIOVLW0PaZKpLCEMk7EDHfKKnCDxOBl9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#FXWU1mI5M66Aq6aIKRkJbUosSoC3OOvt { 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:9.375rem;width:10.6875rem;display:none; }
#WJuh7mUwUocDkpFOVdQ5FnTtgcrJs6e1 { 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:5rem;width:10.6875rem;display:none; }
#o4MSscz32ALSlL49oNLv7WqTMmAZlHHT { 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.0625rem;width:10.6875rem;display:none; }
#ZdznGVVwn6E1EszZrgIy7btgEqiPV0XV { 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:9.4375rem;width:10.6875rem;display:none; }
#IhdbMbd7LPQ9IDSU4mAHt7bG1Xi7GNZE { color:#1e1e1e;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:33.625rem;left:22.125rem;height:0;font-style:normal;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;display:none; }
#Zwn9GcIl6NKKaaVIShF3BZfAMd7LE4Tt { background-color:#b80b49;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:#f5f5f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:33.5rem;left:0rem;display:none; }
#g2Udr2TLxXtgyMs5OKJU25pCG2vAaeXq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xTB8Duy8C2hbTtEpGT3zthNPDN2HuOpk { color:#1e1e1e;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15047;line-height:1.4;letter-spacing:0;top:34.0625rem;left:22.125rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qmTFThVODIz9lT5b32ALoXOCc1ATeyoM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f3;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; }#qmTFThVODIz9lT5b32ALoXOCc1ATeyoM > .row .container { background-color: transparent; background-image: none; }#qmTFThVODIz9lT5b32ALoXOCc1ATeyoM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmTFThVODIz9lT5b32ALoXOCc1ATeyoM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmTFThVODIz9lT5b32ALoXOCc1ATeyoM > .row .container > .video-iframe-container { display: none; }#qmTFThVODIz9lT5b32ALoXOCc1ATeyoM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmTFThVODIz9lT5b32ALoXOCc1ATeyoM > .row > .video-iframe-container { display: none; }#qmTFThVODIz9lT5b32ALoXOCc1ATeyoM > .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); }#qmTFThVODIz9lT5b32ALoXOCc1ATeyoM > .row .container { border-width: 0; border-radius: 0; }#qmTFThVODIz9lT5b32ALoXOCc1ATeyoM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qmTFThVODIz9lT5b32ALoXOCc1ATeyoM > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:block; }#PK1k1oOmvxLDNOk8p148gloGKF8O59BW { color:#1e1e1e;display:block;width:40.6875rem;position:absolute;font-family:ss4;font-size:2.625rem;font-weight:normal;z-index:15003;line-height:.95;letter-spacing:0;top:1.75rem;left:18.75rem;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; }
#TZbzQQ0VD4MGBSe1qTZPZMEk4MmengmH { color:#1e1e1e;display:block;width:54.25rem;position:absolute;font-family:ss4;font-size:2.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.75rem;left:10.34375rem;height:3.375rem;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; }
#UZN9OZsHL9b2wkU3ynm4apvnTKq2NX7U { color:#1e1e1e;display:block;width:36.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:7.9375rem;left:18.75rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K6tC2GEzRKR1rXxQmHrKTBoQgoUJT10G { color:#ec9726;display:block;width:12.5rem;position:absolute;font-family:ss4;font-size:7.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.125rem;left:3.125rem;height:9.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zhJtnwfcDzrGQxnG0lZxbsE5IMTQ7XiT { color:#1e1e1e;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:20.8125rem;left:0rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mhRCzGBAmMAZBmHV7MMlDqfwKlkRynya { position:absolute;display:block;z-index:15006;background-color:#ec9726;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:11.625rem;width:0.125rem;top:12.0625rem;left:18.6875rem;display:block; }
#AtdbPMOGSsWIa3O5rA4xPxRVvD8SsAIR { color:#ec9726;display:block;width:12.5rem;position:absolute;font-family:ss4;font-size:7.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.125rem;left:21.875rem;height:9.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bALXtCXPEvHEwqeRvrp7twuUpN7Ilkru { color:#1e1e1e;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:20.8125rem;left:18.75rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AZsLimuKMk1DSOrDVHWNr8rQpmWxQlpF { position:absolute;display:block;z-index:15007;background-color:#ec9726;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:11.625rem;width:0.125rem;top:12.125rem;left:37.4375rem;display:block; }
#oNHflDUa0Slxb0iAAhzLKyZyofMbgowa { position:absolute;display:block;z-index:15008;background-color:#ec9726;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:11.625rem;width:0.125rem;top:12.125rem;left:56.1875rem;display:block; }
#Tt8sUgIZOW1oHAmdWrmo9LdUhw442iRT { color:#ec9726;display:block;width:12.5rem;position:absolute;font-family:ss4;font-size:7.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.125rem;left:40.625rem;height:9.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dn4VIEGWn3OTO0hEkhmrT2b0RMTy4DZq { color:#1e1e1e;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:20.8125rem;left:37.5rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FQ126TEbkdMKpPkXU4UU5173fK3Hh05I { color:#ec9726;display:block;width:12.5rem;position:absolute;font-family:ss4;font-size:7.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.125rem;left:59.375rem;height:9.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ReFlp1LhLoeIPFQGyO1l0pAaMybghvq8 { color:#1e1e1e;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:20.8125rem;left:56.25rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RpeDEuUoOW3ZoFlslQsoIwHsrs48cAdw { color:#1e1e1e;display:block;width:18.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:26.5rem;left:0.21875rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JeF1sN29aK85eVN4ckZGXrL9xJdS1pfn { color:#1e1e1e;display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:26.5rem;left:43.75rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yeJF8xkvmS3VpWlM916KhKU1ffORqobd { color:#1e1e1e;display:block;width:32rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:26.5rem;left:21.46875rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SriT2humvsO55UOiOfsyGXX64WgrExNk { position:absolute;display:block;z-index:15006;background-color:#ec9726;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:11.625rem;width:0.125rem;top:12.0625rem;left:18.6875rem;display:none; }
#JppE4PPkBCDrUSchGpihBC3khO7iTKBx { position:absolute;display:block;z-index:15006;background-color:#ec9726;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:11.625rem;width:0.125rem;top:12.0625rem;left:18.6875rem;display:none; }
#bQBORbTMyiuvGiPOaROlSP93QKyew8Q0 { position:absolute;display:block;z-index:15006;background-color:#ec9726;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:11.625rem;width:0.125rem;top:12.0625rem;left:18.6875rem;display:none; }
#Uu3ETNG2I6xwNAz0tsL3v1lwGFP5qUv3 { color:#1e1e1e;display:block;width:14.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:26.5rem;left:58.3125rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MZNqM3Zt6bnLQO7TpTO9JBhIHM0J2Kx4 { color:#1e1e1e;display:block;width:27.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:28.0625rem;left:23.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pbFD1eavz4HZ8XBzmEaf2vyDe5Cuz08Q { color:#1e1e1e;display:block;width:25.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:25.875rem;left:24.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rDQ5FgNTp2c0TEyTZTs201TH3NHLAXWh { color:#1e1e1e;display:block;width:28.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:25.5625rem;left:23rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wt2dh2dBFIc2lucZHFNerqVVOVVyFBw0 { color:#1e1e1e;display:block;width:32rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:26.5rem;left:21.46875rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#K0ZJSv4VcgvaeSMHvHwFIVpR8DB45Z3E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f3;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; }#K0ZJSv4VcgvaeSMHvHwFIVpR8DB45Z3E > .row .container { background-color: transparent; background-image: none; }#K0ZJSv4VcgvaeSMHvHwFIVpR8DB45Z3E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0ZJSv4VcgvaeSMHvHwFIVpR8DB45Z3E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0ZJSv4VcgvaeSMHvHwFIVpR8DB45Z3E > .row .container > .video-iframe-container { display: none; }#K0ZJSv4VcgvaeSMHvHwFIVpR8DB45Z3E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0ZJSv4VcgvaeSMHvHwFIVpR8DB45Z3E > .row > .video-iframe-container { display: none; }#K0ZJSv4VcgvaeSMHvHwFIVpR8DB45Z3E > .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); }#K0ZJSv4VcgvaeSMHvHwFIVpR8DB45Z3E > .row .container { border-width: 0; border-radius: 0; }#K0ZJSv4VcgvaeSMHvHwFIVpR8DB45Z3E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K0ZJSv4VcgvaeSMHvHwFIVpR8DB45Z3E > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:75rem;position:relative;display:block; }#Oe3uhTbxlBRlhvoSA79P2fhoGfJaypga { 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; }#Oe3uhTbxlBRlhvoSA79P2fhoGfJaypga > .row .container { background-color: transparent; background-image: none; }#Oe3uhTbxlBRlhvoSA79P2fhoGfJaypga::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oe3uhTbxlBRlhvoSA79P2fhoGfJaypga > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oe3uhTbxlBRlhvoSA79P2fhoGfJaypga > .row .container > .video-iframe-container { display: none; }#Oe3uhTbxlBRlhvoSA79P2fhoGfJaypga > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oe3uhTbxlBRlhvoSA79P2fhoGfJaypga > .row > .video-iframe-container { display: none; }#Oe3uhTbxlBRlhvoSA79P2fhoGfJaypga > .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); }#Oe3uhTbxlBRlhvoSA79P2fhoGfJaypga > .row .container { border-width: 0; border-radius: 0; }#Oe3uhTbxlBRlhvoSA79P2fhoGfJaypga > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oe3uhTbxlBRlhvoSA79P2fhoGfJaypga > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;position:relative;display:block; }#fNUA3bv9aF5yHQ96hk2JlqU9Q4LQWv7d { 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:18.125rem;width:32.625rem;top:3.375rem;left:0rem;overflow:hidden;display:block; }
#BDS99wwZ7x1oyqJHNMIpZaHZMdLrASmI { color:#1e1e1e;display:block;width:37.1875rem;position:absolute;font-family:ss4;font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:3.8125rem;left:37.4375rem;height:5.75rem;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:left;text-align-last:left;display:block; }
#l6y3GzrqMfFuNbwNJAfSTrk1AmI58wwT { color:#000000;display:block;width:36.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.25rem;left:37.5625rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AwrIeZXwJzkwI6RaN3AK5Duq5c7GzJmB { color:#000000;display:block;width:36.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16.25rem;left:37.5625rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MNATdbUCrFPQOnP6yPvd0Tp6tqSI5dZK { 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; }#MNATdbUCrFPQOnP6yPvd0Tp6tqSI5dZK > .row .container { background-color: transparent; background-image: none; }#MNATdbUCrFPQOnP6yPvd0Tp6tqSI5dZK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNATdbUCrFPQOnP6yPvd0Tp6tqSI5dZK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNATdbUCrFPQOnP6yPvd0Tp6tqSI5dZK > .row .container > .video-iframe-container { display: none; }#MNATdbUCrFPQOnP6yPvd0Tp6tqSI5dZK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MNATdbUCrFPQOnP6yPvd0Tp6tqSI5dZK > .row > .video-iframe-container { display: none; }#MNATdbUCrFPQOnP6yPvd0Tp6tqSI5dZK > .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); }#MNATdbUCrFPQOnP6yPvd0Tp6tqSI5dZK > .row .container { border-width: 0; border-radius: 0; }#MNATdbUCrFPQOnP6yPvd0Tp6tqSI5dZK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MNATdbUCrFPQOnP6yPvd0Tp6tqSI5dZK > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#r0fu9681dTbmh5fG75lKOtS23dEFg4mo { 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; }#r0fu9681dTbmh5fG75lKOtS23dEFg4mo > .row .container { background-color: transparent; background-image: none; }#r0fu9681dTbmh5fG75lKOtS23dEFg4mo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0fu9681dTbmh5fG75lKOtS23dEFg4mo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0fu9681dTbmh5fG75lKOtS23dEFg4mo > .row .container > .video-iframe-container { display: none; }#r0fu9681dTbmh5fG75lKOtS23dEFg4mo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0fu9681dTbmh5fG75lKOtS23dEFg4mo > .row > .video-iframe-container { display: none; }#r0fu9681dTbmh5fG75lKOtS23dEFg4mo > .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); }#r0fu9681dTbmh5fG75lKOtS23dEFg4mo > .row .container { border-width: 0; border-radius: 0; }#r0fu9681dTbmh5fG75lKOtS23dEFg4mo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r0fu9681dTbmh5fG75lKOtS23dEFg4mo > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:75rem;position:relative;display:block; }#SOAZTa964T8aik46aIvVDpbhSDCooZ2z { color:#1e1e1e;display:block;width:54.25rem;position:absolute;font-family:ss4;font-size:2.625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:10.375rem;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; }
#pyGTOpmuvNMxUscIJuvraC6PlKc3vFAy { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #221a32;border-left:0.125rem solid #221a32;border-right:0.125rem solid #221a32;border-bottom:0.125rem solid #221a32;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.4375rem;width:23.75rem;top:9.4375rem;left:0rem;display:block; }
#dTCZnbPsv4QNGMfBTQzdaiQ2G6dgKCsz { position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #221a32;border-left:0.125rem solid #221a32;border-right:0.125rem solid #221a32;border-bottom:0.125rem solid #221a32;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.4375rem;width:23.75rem;top:9.4375rem;left:25.5rem;display:block; }
#n9GoTbpQd3qTLCPrKzcJlqM3PT6t5prE { position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #221a32;border-left:0.125rem solid #221a32;border-right:0.125rem solid #221a32;border-bottom:0.125rem solid #221a32;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.4375rem;width:23.75rem;top:9.4375rem;left:51rem;display:block; }
#etckAmszC0paLaX392RbNU0WyBTiRoLw { position:absolute;display:block;z-index:15008;background-color:#ec9726;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.125rem;width:21.25rem;top:14.1875rem;left:1.375rem;display:block; }
#h4ysTAs0OBn8RorBLdcLAc4nFtEhmTho { color:#000000;display:block;width:20.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:14998;line-height:1.3;letter-spacing:0;top:15.8125rem;left:1.375rem;height:10rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x3oL9AhQ1Vs324JuTnZD8JxDdxB7qXpS { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #221a32;border-left:0.125rem solid #221a32;border-right:0.125rem solid #221a32;border-bottom:0.125rem solid #221a32;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:23.75rem;top:5.9375rem;left:0rem;display:none; }
#FxarKiTmhHTyMASOTQvaeuIBW7KvVPgs { position:absolute;display:block;z-index:15008;background-color:#ec9726;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.125rem;width:21.25rem;top:19rem;left:1.375rem;display:none; }
#fUNoxRfnBDwwEnZGFlouxJDExLkDx6Sf { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:20.375rem;left:14.75rem;height:0.9375rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#vwkPq9gbPtVHA62KFc5do6xa0uTNAwJh { color:#000000;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:7.3125rem;left:1.375rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#VlTALpowkdHvCZxgSEisWTDOTF7qcViQ { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:20.375rem;left:1.375rem;height:0.9375rem;font-style:normal;display:none; }
#R4uT66EWZLSmJ5Iber2CsWnHHkIGmyQ8 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #221a32;border-left:0.125rem solid #221a32;border-right:0.125rem solid #221a32;border-bottom:0.125rem solid #221a32;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:23.75rem;top:5.9375rem;left:0rem;display:none; }
#uOPDm5pvQSXaHwBU8LXiVKKEHFkCxkWF { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:20.375rem;left:14.75rem;height:0.9375rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#JHspzEtSIOQFiiMODXTteHprtpyDGyCv { position:absolute;display:block;z-index:15008;background-color:#ec9726;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.125rem;width:21.25rem;top:19rem;left:1.375rem;display:none; }
#zyI8onKvV8W87Lfn1iL7V2xqQQufOnqL { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:20.375rem;left:1.375rem;height:0.9375rem;font-style:normal;display:none; }
#K3KmBGiwUq8yg0xeiPwzlDOmEte25ZsC { color:#000000;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:7.3125rem;left:1.375rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#rIvL6w5NSW0CSR0g8kmcuMEaTi3ZyzLr { color:#000000;display:block;width:20.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:14999;line-height:1.3;letter-spacing:0;top:11.4375rem;left:1.375rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E8oJBk4S8iFOyEC5pLZUCUEhWMPNIpDR { color:#000000;display:block;width:20.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:11.4375rem;left:26.75rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T15bGH7DT0gRWw4FLiBgRUkTM46DWTwU { position:absolute;display:block;z-index:15011;background-color:#ec9726;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.125rem;width:21.25rem;top:14.1875rem;left:26.75rem;display:block; }
#AT0TKbOmzQ5GRIzsGWpoFzPo0QEkFFxJ { color:#000000;display:block;width:20.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:15.8125rem;left:26.75rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#a86r8qCGGIC7HAouyHXT5NWOQsQ2Wdrf { color:#000000;display:block;width:20.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.4375rem;left:52.375rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S3aRlnoguGzaptVIRBMVrm67s8STga9F { position:absolute;display:block;z-index:15014;background-color:#ec9726;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.125rem;width:21.25rem;top:14.1875rem;left:52.375rem;display:block; }
#MMeTAalKGMr0k2xy2RFcp7buSbSimaCe { color:#000000;display:block;width:20.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.8125rem;left:52.375rem;height:8.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC { 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; }#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC > .row .container { background-color: transparent; background-image: none; }#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC > .row .container > .video-iframe-container { display: none; }#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC > .row > .video-iframe-container { display: none; }#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC > .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); }#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC > .row .container { border-width: 0; border-radius: 0; }#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#S7kw7QqIncRyrl6X4igG7ChBbhE9NPBI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6d1f10e4-16db-4a74-8947-51ac8625686b/mandalabg.svg");background-position:center right !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; }#S7kw7QqIncRyrl6X4igG7ChBbhE9NPBI.adaptive-delivery-prevent-bg, #S7kw7QqIncRyrl6X4igG7ChBbhE9NPBI.lazyload, #S7kw7QqIncRyrl6X4igG7ChBbhE9NPBI.lazyloading { background-image: none; }#S7kw7QqIncRyrl6X4igG7ChBbhE9NPBI > .row .container { background-color: transparent; background-image: none; }#S7kw7QqIncRyrl6X4igG7ChBbhE9NPBI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7kw7QqIncRyrl6X4igG7ChBbhE9NPBI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7kw7QqIncRyrl6X4igG7ChBbhE9NPBI > .row .container > .video-iframe-container { display: none; }#S7kw7QqIncRyrl6X4igG7ChBbhE9NPBI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7kw7QqIncRyrl6X4igG7ChBbhE9NPBI > .row > .video-iframe-container { display: none; }#S7kw7QqIncRyrl6X4igG7ChBbhE9NPBI > .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); }#S7kw7QqIncRyrl6X4igG7ChBbhE9NPBI > .row .container { border-width: 0; border-radius: 0; }#S7kw7QqIncRyrl6X4igG7ChBbhE9NPBI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S7kw7QqIncRyrl6X4igG7ChBbhE9NPBI > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#ZE3EFT2ootmTTFJK0hZvSyc9zJU0yyl8 { color:#1e1e1e;display:block;width:54.25rem;position:absolute;font-family:ss4;font-size:2.625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.375rem;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:left;text-align-last:left;display:block; }
#C7PHfVlBQVn7ROdh8Z5TZfNU0KJasclO { position:absolute;display:block;z-index:15007;background-color:#ec9726;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.125rem;width:62.6875rem;top:5.1875rem;left:6.15625rem;display:block; }
#ODoG9MgUqCDdRXZCQ04bzUrPPOzp1a1D { 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.75rem;width:1.375rem;top:8.4375rem;left:6.15625rem;overflow:hidden;display:block; }
#UbqSBKG4HcwACI53d4fCAEk9KLWQumge { 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:1.75rem;width:1.375rem;top:12.40625rem;left:6.15625rem;overflow:hidden;display:block; }
#wwMt7MUh9DVb8W2H0gWJu850rq8feUMe { position:absolute;display:block;z-index:15012;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.75rem;width:1.375rem;top:20.25rem;left:6.1875rem;overflow:hidden;display:block; }
#UGK4a7fxTUHotKlHLBD9AvsBiTiETm4Q { 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.75rem;width:1.375rem;top:16.3125rem;left:6.1875rem;overflow:hidden;display:block; }
#ozn79Lg1ISGT1V0zrOq7FoTGtAIFV96f { color:#1e1e1e;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:7.875rem;left:8.78125rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HyHl92pitpWqvIF9OKNS1GH06vnK7uaE { color:#1e1e1e;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:11.84375rem;left:8.78125rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ww2E234u4TDwCuT96Cv4ocqePLTE0zgF { color:#1e1e1e;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:15.75rem;left:8.78125rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#swv9VugCEyr5oZW1orrvzeyH6GuwswcQ { color:#1e1e1e;display:block;width:25.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:19.6875rem;left:8.78125rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I31yM1OxweInb095RxvHQ49wkQ8E4NaI { color:#1e1e1e;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:8.59375rem;left:40.875rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wuS12UBABNnJknlqPkZaRZ2oaSzVTNvp { 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.75rem;width:1.375rem;top:8.4375rem;left:38.25rem;overflow:hidden;display:block; }
#TE1PHy8AIc0KJOIwmJvscSa5KcJP6tmN { color:#1e1e1e;display:block;width:25.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:12.125rem;left:40.875rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HHr6QC8lfLhx112Q5BBOg3V9OULhgXIk { 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.75rem;width:1.375rem;top:12rem;left:38.25rem;overflow:hidden;display:block; }
#BgBpBHyN9ZDClrA2GZd8ASIuoF9tPume { color:#1e1e1e;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:15.6875rem;left:40.875rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ryvv4Ol3z2X7GJDTSc4fJWxFScem60Zs { 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.75rem;width:1.375rem;top:15.5625rem;left:38.25rem;overflow:hidden;display:block; }
#TKpm8JWKOc20bn45Bp9PB8DCoTV4aCPk { 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.75rem;width:1.375rem;top:18.9375rem;left:38.25rem;overflow:hidden;display:block; }
#kHyDwGAu5Anby2ix8M68qhayBoZfscUo { color:#1e1e1e;display:block;width:26.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:18.375rem;left:40.875rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qxcgdavPB1OSASHEpUwsXRw2G59DJT6W { 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.625rem;width:18.75rem;display:none; }
#hgmhMXH2TVvxk0UFfmiHKUtLZkusDH99 { 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; }#hgmhMXH2TVvxk0UFfmiHKUtLZkusDH99 > .row .container { background-color: transparent; background-image: none; }#hgmhMXH2TVvxk0UFfmiHKUtLZkusDH99::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgmhMXH2TVvxk0UFfmiHKUtLZkusDH99 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgmhMXH2TVvxk0UFfmiHKUtLZkusDH99 > .row .container > .video-iframe-container { display: none; }#hgmhMXH2TVvxk0UFfmiHKUtLZkusDH99 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgmhMXH2TVvxk0UFfmiHKUtLZkusDH99 > .row > .video-iframe-container { display: none; }#hgmhMXH2TVvxk0UFfmiHKUtLZkusDH99 > .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); }#hgmhMXH2TVvxk0UFfmiHKUtLZkusDH99 > .row .container { border-width: 0; border-radius: 0; }#hgmhMXH2TVvxk0UFfmiHKUtLZkusDH99 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hgmhMXH2TVvxk0UFfmiHKUtLZkusDH99 > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#CxPsmMADw1F3c1TTNBk9DKDsxXQUo2rU { 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; }#CxPsmMADw1F3c1TTNBk9DKDsxXQUo2rU > .row .container { background-color: transparent; background-image: none; }#CxPsmMADw1F3c1TTNBk9DKDsxXQUo2rU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxPsmMADw1F3c1TTNBk9DKDsxXQUo2rU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxPsmMADw1F3c1TTNBk9DKDsxXQUo2rU > .row .container > .video-iframe-container { display: none; }#CxPsmMADw1F3c1TTNBk9DKDsxXQUo2rU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxPsmMADw1F3c1TTNBk9DKDsxXQUo2rU > .row > .video-iframe-container { display: none; }#CxPsmMADw1F3c1TTNBk9DKDsxXQUo2rU > .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); }#CxPsmMADw1F3c1TTNBk9DKDsxXQUo2rU > .row .container { border-width: 0; border-radius: 0; }#CxPsmMADw1F3c1TTNBk9DKDsxXQUo2rU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CxPsmMADw1F3c1TTNBk9DKDsxXQUo2rU > .row .container { font-size:0.875rem;font-family:arial;height:114.0625rem;width:75rem;position:relative;display:block; }#TdDR9HEwVLC3OsU89dAkoFgIxDOaoKwx { 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:27.375rem;width:20rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#CXAwDLFyDIIWOheTOMpmPFfuylBbe3Zn { color:#1e1e1e;display:block;width:54.25rem;position:absolute;font-family:ss4;font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.75rem;left:15.25rem;height:3.375rem;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:left;text-align-last:left;display:block; }
#I7ipwP5lS77CE7hDm2guk2Tk5cTsD5FT { color:#1e1e1e;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:10.375rem;left:21.25rem;height:1.4375rem;font-style:normal;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;display:block; }
#gz6OESWobveNKZKlTrm2AralLlbaRT3D { color:#1e1e1e;display:block;width:38.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:12.71875rem;left:21.25rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WONXmNaFUzn3mv47WnNtqbIeRnack03K { position:absolute;display:block;z-index:15016;background-color:#3fb9b8;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.125rem;width:41.25rem;top:16.25rem;left:21.25rem;display:block; }
#BFix3dkh6VsNEG1t64mMa4hh5D3vkpGq { color:#1e1e1e;display:block;width:38.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:20.125rem;left:21.25rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lSGLdcgKNVVmVL5URdTrz4E87GewdI6l { color:#1e1e1e;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:17.75rem;left:21.25rem;height:1.4375rem;font-style:normal;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;display:block; }
#wIIbTaGBVZZv1asvDP7n1VwcyJplD12d { position:absolute;display:block;z-index:15017;background-color:#3fb9b8;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.125rem;width:41.25rem;top:23.625rem;left:21.25rem;display:block; }
#oPqhQu8izsxeshuLTTHJmkhbQOsfITl8 { color:#1e1e1e;display:block;width:42.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:36.375rem;left:21.25rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NK9TzLDdZSVCEp0ZvbCJAqacm4zEL7AX { position:absolute;display:block;z-index:15023;background-color:#3fb9b8;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.125rem;width:41.25rem;top:39.875rem;left:21.25rem;display:block; }
#dn8WfddoT3T1Tsph6tu5SbEX4TsLqNGD { color:#1e1e1e;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:34rem;left:21.25rem;height:1.4375rem;font-style:normal;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;display:block; }
#fHrABAZ3nE5OEZ8VH4Hn3Ar3HBEhTtqs { position:absolute;display:block;z-index:15022;background-color:#3fb9b8;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.125rem;width:41.25rem;top:32.5625rem;left:21.25rem;display:block; }
#r2zQ2o6VwzXxzqopTKVKUO175n8qpNk7 { color:#1e1e1e;display:block;width:39.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:27.625rem;left:21.25rem;height:4.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TQMZWlF8gc8lomPrymwvhA5r1N5u5T5e { color:#1e1e1e;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:25.25rem;left:21.25rem;height:1.4375rem;font-style:normal;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;display:block; }
#svZGuDVteuNFStSGaP0ssMm8IcOzb5Ud { color:#1e1e1e;display:block;width:42.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:65.9375rem;left:21.25rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I4zqqUqOmGUdnMo4sCZk3CSX8yc6MgRc { position:absolute;display:block;z-index:15035;background-color:#3fb9b8;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.125rem;width:41.25rem;top:69.4375rem;left:21.25rem;display:block; }
#al9ouFmblptJogJo15d31DpuCrsaZE8R { position:absolute;display:block;z-index:15034;background-color:#3fb9b8;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.125rem;width:41.25rem;top:62.125rem;left:21.25rem;display:block; }
#yV0Ryg6y1uE9tAuwv2cq5kqKpGbMCNxf { color:#1e1e1e;display:block;width:39.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:58.625rem;left:21.25rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OxX2dJpF2hrmFo9pCp6rQftzK84lKqqZ { color:#1e1e1e;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:63.5625rem;left:21.25rem;height:1.4375rem;font-style:normal;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;display:block; }
#XTAlFFTOJTod16Z17hdmGr9y3kvnOUNW { color:#1e1e1e;display:block;width:41.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:51.125rem;left:21.25rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tn3tvrN3xyT9GMH1W3lEuDLZPhnZrfNU { position:absolute;display:block;z-index:15029;background-color:#3fb9b8;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.125rem;width:41.25rem;top:54.625rem;left:21.25rem;display:block; }
#zrU0s5ba223pWpZKBCfuTCxp0qPxw5D9 { color:#1e1e1e;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:56.25rem;left:21.25rem;height:1.4375rem;font-style:normal;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;display:block; }
#L9bMrGb0GQsfNLT43LfRdB2f8rznBPRe { color:#1e1e1e;display:block;width:38.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:43.75rem;left:21.25rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GRkA252VfWa7IZs0GkdtcgW8ydbbEzTe { position:absolute;display:block;z-index:15028;background-color:#3fb9b8;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.125rem;width:41.25rem;top:47.25rem;left:21.25rem;display:block; }
#TXaM831DOsTHhIIUuCX4mDIfIZpNgm8k { color:#1e1e1e;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:48.75rem;left:21.25rem;height:1.4375rem;font-style:normal;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;display:block; }
#z8xyy0ytARDDtV24EMT0wBeS7X6Cd0P3 { color:#1e1e1e;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:41.375rem;left:21.25rem;height:1.4375rem;font-style:normal;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;display:block; }
#kEzfJQzdP7dW03JquNd9Kd40HIxmTo7o { position:absolute;display:block;z-index:15037;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:15.6875rem;width:9.1875rem;top:39.3125rem;left:5.40625rem;overflow:hidden;display:block; }
#TNLwTh0LkTrTUx9trqG6LKR6zh5xp5pU { color:#1e1e1e;display:block;width:42.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:73.25rem;left:21.25rem;height:4.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iVR5QTQWxgPIt2iTbogqu8sh9bRmJSLR { color:#1e1e1e;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:70.875rem;left:21.25rem;height:1.4375rem;font-style:normal;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;display:block; }
#iGmMCDQxyMevZwRCFsBCH7KnLgOaoPRN { position:absolute;display:block;z-index:15028;background-color:#3fb9b8;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.125rem;width:41.25rem;top:78.1875rem;left:21.25rem;display:block; }
#rp74373wdTf7ebQyI9ZZhZcQXrNEigBT { color:#1e1e1e;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:79.625rem;left:21.25rem;height:1.4375rem;font-style:normal;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;display:block; }
#Ksv10HxvvbIuboWF5fkNsHgmmu9KiV7F { color:#1e1e1e;display:block;width:41.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:82rem;left:21.25rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vvvfM9DFtqnoHruZqBSimcxSnChQBHMh { position:absolute;display:block;z-index:15029;background-color:#3fb9b8;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.125rem;width:41.25rem;top:85.5rem;left:21.25rem;display:block; }
#gLhZry6X9NqbmQ6a53T8NWuMtB0OJ7QH { color:#1e1e1e;display:block;width:41.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:89.3125rem;left:21.25rem;height:4.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D1TQQy9suHGazcUyewtB8qzxkFfuTSIN { color:#1e1e1e;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:86.9375rem;left:21.25rem;height:1.4375rem;font-style:normal;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;display:block; }
#meC5XUqZ3N8uLoyr82LDMmRJHJUSbwiu { position:absolute;display:block;z-index:15031;background-color:#3fb9b8;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.125rem;width:41.25rem;top:94.25rem;left:21.25rem;display:block; }
#qEU6fOlNvrhzFnBsZ42pl3oV4KF2ybO5 { color:#1e1e1e;display:block;width:40.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:98.125rem;left:21.25rem;height:4.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qK9TrPoWknkkvW8Xy3Hah6VdsJpm01Td { color:#1e1e1e;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:95.75rem;left:21.25rem;height:1.4375rem;font-style:normal;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;display:block; }
#JPrqtzFevN7TBH7566zUFQfMkV2Ucfao { position:absolute;display:block;z-index:15034;background-color:#3fb9b8;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.125rem;width:41.25rem;top:103.0625rem;left:21.25rem;display:block; }
#D0PCv904v3FXmbiVbCg1ue7ev9N0nnJV { color:#1e1e1e;display:block;width:40.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:106.875rem;left:21.25rem;height:4.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xHgiQEQQ4ChI2StRcfA7DzJv8cflwduB { color:#1e1e1e;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:104.5rem;left:21.25rem;height:1.4375rem;font-style:normal;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;display:block; }
#hwy2FUoDgVP1QXTnz0lWC48Xu2zLL2HP { color:#000000;display:block;width:43.5625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:112.5625rem;left:21.25rem;height:0.9375rem;font-style:normal;display:block; }
#HX8QaQmZiFNoziU4AOM28FwWrdGmCVen { position:absolute;display:block;z-index:15035;background-color:#3fb9b8;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.125rem;width:41.25rem;top:113.9375rem;left:21.25rem;display:block; }
#U0Gvb3ecdo1fSbaTlasQXDTTtz0o4cXy { 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; }#U0Gvb3ecdo1fSbaTlasQXDTTtz0o4cXy > .row .container { background-color: transparent; background-image: none; }#U0Gvb3ecdo1fSbaTlasQXDTTtz0o4cXy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0Gvb3ecdo1fSbaTlasQXDTTtz0o4cXy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0Gvb3ecdo1fSbaTlasQXDTTtz0o4cXy > .row .container > .video-iframe-container { display: none; }#U0Gvb3ecdo1fSbaTlasQXDTTtz0o4cXy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U0Gvb3ecdo1fSbaTlasQXDTTtz0o4cXy > .row > .video-iframe-container { display: none; }#U0Gvb3ecdo1fSbaTlasQXDTTtz0o4cXy > .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); }#U0Gvb3ecdo1fSbaTlasQXDTTtz0o4cXy > .row .container { border-width: 0; border-radius: 0; }#U0Gvb3ecdo1fSbaTlasQXDTTtz0o4cXy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U0Gvb3ecdo1fSbaTlasQXDTTtz0o4cXy > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#TKFo3wKDPxlFPdezw5XzCgmURMhTTree { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#221a32;background-image:url("https://images.assets-landingi.com/uc/dc639a49-c80a-4fd2-9635-5190f2634ef4/yellowbg.svg");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; }#TKFo3wKDPxlFPdezw5XzCgmURMhTTree.adaptive-delivery-prevent-bg, #TKFo3wKDPxlFPdezw5XzCgmURMhTTree.lazyload, #TKFo3wKDPxlFPdezw5XzCgmURMhTTree.lazyloading { background-image: none; }#TKFo3wKDPxlFPdezw5XzCgmURMhTTree > .row .container { background-color: transparent; background-image: none; }#TKFo3wKDPxlFPdezw5XzCgmURMhTTree::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKFo3wKDPxlFPdezw5XzCgmURMhTTree > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKFo3wKDPxlFPdezw5XzCgmURMhTTree > .row .container > .video-iframe-container { display: none; }#TKFo3wKDPxlFPdezw5XzCgmURMhTTree > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKFo3wKDPxlFPdezw5XzCgmURMhTTree > .row > .video-iframe-container { display: none; }#TKFo3wKDPxlFPdezw5XzCgmURMhTTree > .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); }#TKFo3wKDPxlFPdezw5XzCgmURMhTTree > .row .container { border-width: 0; border-radius: 0; }#TKFo3wKDPxlFPdezw5XzCgmURMhTTree > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TKFo3wKDPxlFPdezw5XzCgmURMhTTree > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:75rem;position:relative;display:block; }#iL9xWTXuxBXR0fKR9dFWiWCgHwBobbmE { color:#3fb9b8;display:block;width:20.75rem;position:absolute;font-family:ss4;font-size:2.625rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:5.4375rem;left:5.25rem;height:5.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:right;text-align-last:right;display:block; }
#BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf .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; }
#BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#f5f5f3;padding-top:1.820625rem;padding-right:1.5925rem;padding-bottom:1.820625rem;padding-left:1.5925rem;display:block;align-items:center;width:9.56rem;min-width:9.56rem;height:9.78375rem;position:relative;font-family:ss4;font-size:7.28125rem;font-weight:700;line-height:156.54px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:1.138125rem;margin-right:0;margin-bottom:0;margin-left:0;display:none;width:12.74625rem;height:0;position:relative;font-family:"open sans";font-size:2.730625rem;font-weight:400;line-height:0;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.75rem;height:14.563125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:1.4375rem;left:25.6875rem;z-index:15008; }
#BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #SKQRtLmT5ZNmNpXVGFKoaC95ECvRNPxU { display:flex;position:relative;top:0rem;left:0rem; }
#BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #At3audwwbeEqDSRwaynD5qrFo64izTqr { width:auto; }
#BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #sfGJ73MQXbbFSLTTE0u5SpZmDW5KSB8W {  }
#BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #AWwQBItpZCllq37hNFbhIRoIv8mn6LQy { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #TT6dTyrdZx41vlEvgHrmaQgOkeU8cUFh {  }
#BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #t85h4LJv4BBN7v7J6fH3AW7ywqksmwmL {  }
#BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #WnIm9leD6w8oNPsoIitMtkLeTPQechQO { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #qHqJfu1sTuqrdLTAQNAdCITz98KpQodM {  }
#BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #TwxzEDIpNLaGSktEoTXdtPrcR9lSd32o {  }
#BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #BPBAhiQ8Zh9xV03Vv692KcsxkvBI6dvc { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #c5Q08BW6QQHa2PeTJa2Hvvtd4dFLGAIk {  }
#BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #m0i5PvpbxiSvPseB6n6KFr1W0918KQ9d {  }
#D1Ea2xnbCEiJrT1ZJprkpNfATzQn4IbE { color:#f5f5f3;display:block;width:12.5rem;position:absolute;font-family:ss4;font-size:7.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.5rem;left:39.5rem;height:9.375rem;font-style:normal;display:block; }
#tdu1x8q8LKmSbmrsJZo8ssQKlHQTrVOF { background-color:#3fb9b8;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:#1e1e1e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:6.5rem;left:53rem;display:block; }
#gx12FRkxHMBZmTHEox97vcdEHHTJPXPn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EcPByte0h0EO0MWnqrWCSiPrll0sLyCt { 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:9.3125rem;width:18.75rem;display:none; }
#EcTZ1ZEuusTZhAyvqvlaoCcBznnwphJ1 { 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:9.3125rem;width:18.75rem;display:none; }
#Tb2GaQtChXEZdZiCmofPcA0sDNaAS2hQ { background-color:#3fb9b8;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:#1e1e1e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:6.5rem;left:36.75rem;display:none; }
#amx0wr1uxQyczMP3e4if7tfArzkiT2kl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iVmiukLGJAPdmhCOqVarglfuy6yGX1Jr { 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; }#iVmiukLGJAPdmhCOqVarglfuy6yGX1Jr > .row .container { background-color: transparent; background-image: none; }#iVmiukLGJAPdmhCOqVarglfuy6yGX1Jr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVmiukLGJAPdmhCOqVarglfuy6yGX1Jr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVmiukLGJAPdmhCOqVarglfuy6yGX1Jr > .row .container > .video-iframe-container { display: none; }#iVmiukLGJAPdmhCOqVarglfuy6yGX1Jr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iVmiukLGJAPdmhCOqVarglfuy6yGX1Jr > .row > .video-iframe-container { display: none; }#iVmiukLGJAPdmhCOqVarglfuy6yGX1Jr > .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); }#iVmiukLGJAPdmhCOqVarglfuy6yGX1Jr > .row .container { border-width: 0; border-radius: 0; }#iVmiukLGJAPdmhCOqVarglfuy6yGX1Jr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iVmiukLGJAPdmhCOqVarglfuy6yGX1Jr > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#pce2iTM8GbQl8rRCx5G2hTasQcbbCiPi { 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; }#pce2iTM8GbQl8rRCx5G2hTasQcbbCiPi > .row .container { background-color: transparent; background-image: none; }#pce2iTM8GbQl8rRCx5G2hTasQcbbCiPi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pce2iTM8GbQl8rRCx5G2hTasQcbbCiPi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pce2iTM8GbQl8rRCx5G2hTasQcbbCiPi > .row .container > .video-iframe-container { display: none; }#pce2iTM8GbQl8rRCx5G2hTasQcbbCiPi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pce2iTM8GbQl8rRCx5G2hTasQcbbCiPi > .row > .video-iframe-container { display: none; }#pce2iTM8GbQl8rRCx5G2hTasQcbbCiPi > .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); }#pce2iTM8GbQl8rRCx5G2hTasQcbbCiPi > .row .container { border-width: 0; border-radius: 0; }#pce2iTM8GbQl8rRCx5G2hTasQcbbCiPi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pce2iTM8GbQl8rRCx5G2hTasQcbbCiPi > .row .container { font-size:0.875rem;font-family:arial;height:21.5625rem;width:75rem;position:relative;display:block; }#h6OdxxVhQJR5vkITzqgszv6aKPagn04t { color:#1e1e1e;display:block;width:54.25rem;position:absolute;font-family:ss4;font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.375rem;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:left;text-align-last:left;display:block; }
#gJOs7UoxGsImBzbitBOP5aOoTbJH4sf6 { position:absolute;display:block;z-index:15026;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.75rem;width:1.3125rem;top:9.875rem;left:6.1875rem;overflow:hidden;display:block; }
#KUeUizSml28gOOisHVMvimU4ZlOwPL1v { position:absolute;display:block;z-index:15027;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.75rem;width:1.3125rem;top:13.75rem;left:6.1875rem;overflow:hidden;display:block; }
#sbZebQx7E7sThaU3ovxXes7Nzpwsw43f { color:#1e1e1e;display:block;width:27.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:9.3125rem;left:8.8125rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dgTIgKsI2mJRu5xBaZSI19bzteiosDC7 { color:#1e1e1e;display:block;width:28.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:13.90625rem;left:8.8125rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CXkK6XT1T9ZsAZTebgupx5As8aX6hAT2 { color:#1e1e1e;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:6.03125rem;left:8.8125rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nfi7LcovPkA57yTgHbTNuksMbo6NGs0C { position:absolute;display:block;z-index:15025;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.75rem;width:1.3125rem;top:5.875rem;left:6.1875rem;overflow:hidden;display:block; }
#JLriSQnrqIpl4IM20vFgNLCW8QMCmJ42 { color:#1e1e1e;display:block;width:29.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:14rem;left:40.9375rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oKEcxdVxGCGSaq3gAz7TUrqIGQM0rB1b { color:#1e1e1e;display:block;width:25.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:5.3125rem;left:40.9375rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ymt4w9D6BPokF9ecvxdiJddc3b8sk5hf { position:absolute;display:block;z-index:15032;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.75rem;width:1.3125rem;top:9.9375rem;left:38.3125rem;overflow:hidden;display:block; }
#P56zn2MOqcsPhQqJV8HG6ysP84r0JIFT { position:absolute;display:block;z-index:15033;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.75rem;width:1.3125rem;top:13.8125rem;left:38.3125rem;overflow:hidden;display:block; }
#tzWDJX4OR1x4XRfBKwECysMGP4pQgF05 { color:#1e1e1e;display:block;width:29.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:10.03125rem;left:40.9375rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A5LxXt2HTKr9WfiAX2m2kQagBpC8zQTr { position:absolute;display:block;z-index:15031;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.75rem;width:1.3125rem;top:5.9375rem;left:38.3125rem;overflow:hidden;display:block; }
#EtB8vcOQdiRB4zQGtJXSuKeGv9oTF4Mp { background-color:#b80b49;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:#f5f5f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.4375rem;left:32.09375rem;display:block; }
#AQD1gk9fTos8TQeTMwoz6wZsghIQAB3B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zO4P9vvTqCBSlUVtyCrGumJo5KMGTW7D { background-color:#b80b49;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:#f5f5f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.4375rem;left:25rem;display:none; }
#ETmxXw1zB72ft0KPRIQMTVbkNIRkuIJc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e0V1qkTR1BHIE6C1ATIFGfkzuQin5AAQ { 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; }#e0V1qkTR1BHIE6C1ATIFGfkzuQin5AAQ > .row .container { background-color: transparent; background-image: none; }#e0V1qkTR1BHIE6C1ATIFGfkzuQin5AAQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0V1qkTR1BHIE6C1ATIFGfkzuQin5AAQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0V1qkTR1BHIE6C1ATIFGfkzuQin5AAQ > .row .container > .video-iframe-container { display: none; }#e0V1qkTR1BHIE6C1ATIFGfkzuQin5AAQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0V1qkTR1BHIE6C1ATIFGfkzuQin5AAQ > .row > .video-iframe-container { display: none; }#e0V1qkTR1BHIE6C1ATIFGfkzuQin5AAQ > .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); }#e0V1qkTR1BHIE6C1ATIFGfkzuQin5AAQ > .row .container { border-width: 0; border-radius: 0; }#e0V1qkTR1BHIE6C1ATIFGfkzuQin5AAQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e0V1qkTR1BHIE6C1ATIFGfkzuQin5AAQ > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#cRDRkuvlyAJVEeFOJAVeh1VNSFRo0TvK { 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; }#cRDRkuvlyAJVEeFOJAVeh1VNSFRo0TvK > .row .container { background-color: transparent; background-image: none; }#cRDRkuvlyAJVEeFOJAVeh1VNSFRo0TvK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRDRkuvlyAJVEeFOJAVeh1VNSFRo0TvK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRDRkuvlyAJVEeFOJAVeh1VNSFRo0TvK > .row .container > .video-iframe-container { display: none; }#cRDRkuvlyAJVEeFOJAVeh1VNSFRo0TvK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRDRkuvlyAJVEeFOJAVeh1VNSFRo0TvK > .row > .video-iframe-container { display: none; }#cRDRkuvlyAJVEeFOJAVeh1VNSFRo0TvK > .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); }#cRDRkuvlyAJVEeFOJAVeh1VNSFRo0TvK > .row .container { border-width: 0; border-radius: 0; }#cRDRkuvlyAJVEeFOJAVeh1VNSFRo0TvK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cRDRkuvlyAJVEeFOJAVeh1VNSFRo0TvK > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;position:relative;display:block; }#k28HVs5FrzDNQwaAqPi9UZ0T1eUuiTJC { color:#1e1e1e;display:block;width:54.25rem;position:absolute;font-family:ss4;font-size:2.625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:10.375rem;height:3.375rem;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; }
#hgON8V64H9NzKUTeGts7tMZq5VIJskBi { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #221a32;border-left:0.125rem solid #221a32;border-right:0.125rem solid #221a32;border-bottom:0.125rem solid #221a32;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35rem;width:23.75rem;top:5.9375rem;left:0rem;display:block; }
#M00w5CcmyO3qyIK3zGut2vtWnrpIsslF { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #221a32;border-left:0.125rem solid #221a32;border-right:0.125rem solid #221a32;border-bottom:0.125rem solid #221a32;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35rem;width:23.75rem;top:5.9375rem;left:25.5rem;display:block; }
#N5WkRPutp8Ief66ub6ektvPEvZw8iFTX { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #221a32;border-left:0.125rem solid #221a32;border-right:0.125rem solid #221a32;border-bottom:0.125rem solid #221a32;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35rem;width:23.75rem;top:5.9375rem;left:51rem;display:block; }
#NUirwmnh7Rx66iTM1B6sqNCk6x3qWmie { position:absolute;display:block;z-index:15008;background-color:#ec9726;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.125rem;width:21.25rem;top:37.375rem;left:1.375rem;display:block; }
#EKmyGCh4MbFlFqez9voKlGoCmxHS4yms { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:38.75rem;left:1.375rem;height:0.9375rem;font-style:normal;display:block; }
#JIycAfaEqOdaeFNf0FbS2Z76xERfxNIP { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:38.3125rem;left:14.75rem;height:1.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GsaPCOfXXIcC3gzlTVJxBa6Vi4XewVgP { color:#000000;display:block;width:20.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:14998;line-height:1.3;letter-spacing:0;top:7.3125rem;left:1.375rem;height:21.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SqNVQMfyJf3Paac6wBnQqduL64eqBz6z { color:#000000;display:block;width:20.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:7.3125rem;left:26.875rem;height:28.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hTugnfsKxml4pQwq1Ipw96omOTWrr8lC { position:absolute;display:block;z-index:15011;background-color:#ec9726;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.125rem;width:21.25rem;top:37.375rem;left:26.875rem;display:block; }
#kWBpSmLSG4JUAe8QZ8RcV8n55vlNJLUx { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:38.28125rem;left:40.375rem;height:1.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pHH3yqrdqzi6MMvCovBNPtw8yTQ7puSn { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:38.75rem;left:26.875rem;height:0.9375rem;font-style:normal;display:block; }
#l3NyZEu7neyPtcHGVNPggiDcFtCQxHAi { position:absolute;display:block;z-index:15014;background-color:#ec9726;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.125rem;width:21.25rem;top:37.375rem;left:52.375rem;display:block; }
#cRdtEPxZvJV5wnDP6h61NdLanrwyWEfW { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:38.3125rem;left:65.75rem;height:1.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ppnApOHKwhQ8evPEDxFpsT2AF7mIfLPD { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:38.75rem;left:52.375rem;height:0.9375rem;font-style:normal;display:block; }
#Rek6BHE0Su9irkC0kB4CfmuiJ8aITvPT { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:7.3125rem;left:52.375rem;height:18.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O9ZsWkv2RHTth74NXdTlpBBGIcRpKfNB { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #221a32;border-left:0.125rem solid #221a32;border-right:0.125rem solid #221a32;border-bottom:0.125rem solid #221a32;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:23.75rem;top:5.9375rem;left:0rem;display:none; }
#ALbmaZEmeLk9Bg57XmXm6S1vQcIVIPAn { position:absolute;display:block;z-index:15008;background-color:#ec9726;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.125rem;width:21.25rem;top:19rem;left:1.375rem;display:none; }
#fsBGwcwXEI34lKCpZMRJ7bFW0N2JimfP { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:20.375rem;left:14.75rem;height:0.9375rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#htRNGfyf8aVzVZLModCLzWHcmClHk5mx { color:#000000;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:7.3125rem;left:1.375rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#KcIEzB64eNF2CGT9O2pG2OUyoNp9LcIy { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:20.375rem;left:1.375rem;height:0.9375rem;font-style:normal;display:none; }
#oqQQTqH11kPvwsu2UbT3mhe7F2VXC1cE { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #221a32;border-left:0.125rem solid #221a32;border-right:0.125rem solid #221a32;border-bottom:0.125rem solid #221a32;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:23.75rem;top:5.9375rem;left:0rem;display:none; }
#BOVTIM3Dp28k9Du2Mbq5wfgi0s1awMXH { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:20.375rem;left:14.75rem;height:0.9375rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#Px02UcMONwgPWlxe3cRaTGoz0lL6y8kz { position:absolute;display:block;z-index:15008;background-color:#ec9726;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.125rem;width:21.25rem;top:19rem;left:1.375rem;display:none; }
#l3W6oMrMViPXNT5xnhTsO4D29Kd41yyA { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:20.375rem;left:1.375rem;height:0.9375rem;font-style:normal;display:none; }
#ENTb5lecfKKDFvCVDv6TW1o8OA7EAQTl { color:#000000;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:7.3125rem;left:1.375rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TH1DFpcbaxAcvSLhqqJJlnEIdzkITe1q { 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; }#TH1DFpcbaxAcvSLhqqJJlnEIdzkITe1q > .row .container { background-color: transparent; background-image: none; }#TH1DFpcbaxAcvSLhqqJJlnEIdzkITe1q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TH1DFpcbaxAcvSLhqqJJlnEIdzkITe1q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TH1DFpcbaxAcvSLhqqJJlnEIdzkITe1q > .row .container > .video-iframe-container { display: none; }#TH1DFpcbaxAcvSLhqqJJlnEIdzkITe1q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TH1DFpcbaxAcvSLhqqJJlnEIdzkITe1q > .row > .video-iframe-container { display: none; }#TH1DFpcbaxAcvSLhqqJJlnEIdzkITe1q > .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); }#TH1DFpcbaxAcvSLhqqJJlnEIdzkITe1q > .row .container { border-width: 0; border-radius: 0; }#TH1DFpcbaxAcvSLhqqJJlnEIdzkITe1q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TH1DFpcbaxAcvSLhqqJJlnEIdzkITe1q > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#pXrAKk32VswWVqGh540GNvkq0QhwZUHT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/37a11057-a2bb-41a1-9d8c-478069222d44/flowersmaller.svg");background-position:center right !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; }#pXrAKk32VswWVqGh540GNvkq0QhwZUHT.adaptive-delivery-prevent-bg, #pXrAKk32VswWVqGh540GNvkq0QhwZUHT.lazyload, #pXrAKk32VswWVqGh540GNvkq0QhwZUHT.lazyloading { background-image: none; }#pXrAKk32VswWVqGh540GNvkq0QhwZUHT > .row .container { background-color: transparent; background-image: none; }#pXrAKk32VswWVqGh540GNvkq0QhwZUHT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXrAKk32VswWVqGh540GNvkq0QhwZUHT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXrAKk32VswWVqGh540GNvkq0QhwZUHT > .row .container > .video-iframe-container { display: none; }#pXrAKk32VswWVqGh540GNvkq0QhwZUHT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXrAKk32VswWVqGh540GNvkq0QhwZUHT > .row > .video-iframe-container { display: none; }#pXrAKk32VswWVqGh540GNvkq0QhwZUHT > .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); }#pXrAKk32VswWVqGh540GNvkq0QhwZUHT > .row .container { border-width: 0; border-radius: 0; }#pXrAKk32VswWVqGh540GNvkq0QhwZUHT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pXrAKk32VswWVqGh540GNvkq0QhwZUHT > .row .container { font-size:0.875rem;font-family:arial;height:65.375rem;width:75rem;position:relative;display:block; }#BVDAKbHqxni14Qfq2NoofnwZIshISW49 { color:#1e1e1e;display:block;width:40.6875rem;position:absolute;font-family:ss4;font-size:4.75rem;font-weight:normal;z-index:15003;line-height:.95;letter-spacing:0;top:0rem;left:0rem;height:4.5rem;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; }
#WZLbsd5offBTctqCaqFW7ae79anyrd1v { 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:20.0625rem;width:20rem;top:7rem;left:6.1875rem;overflow:hidden;display:block; }
#CSorDVsqrqm8OxRoGLQdCPcPd8M6UqII { color:#1e1e1e;display:block;width:23.5rem;position:absolute;font-family:ss4;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.5rem;left:27.4375rem;height:3.375rem;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:left;text-align-last:left;display:block; }
#o8Dom3Lh4ieZ9gdQQDxgsAZnOqNTVqEX { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:7.5625rem;left:27.5rem;height:0.9375rem;font-style:normal;display:block; }
#ToKXRwl8VMOJIt20rTccLdEnylUoNvbJ { color:#1e1e1e;display:block;width:30.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:12.375rem;left:27.4375rem;height:20.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z6EOTpwtHqTMPven3PiuLl0u6SuHWVVK { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:36.8125rem;left:16.25rem;height:0.9375rem;font-style:normal;display:block; }
#TOod8DR3Anz1LuaXwWviVZWlfo5zG4yI { color:#1e1e1e;display:block;width:33rem;position:absolute;font-family:ss4;font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:37.75rem;left:16.125rem;height:3.375rem;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:left;text-align-last:left;display:block; }
#kBoALO75mWaMrOemyQxKAplta8drqk2I { color:#1e1e1e;display:block;width:30.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:41.6875rem;left:16.15625rem;height:18.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bvag18A9zLcfEBS2cKh5IPmbW6OcAKXz { position:absolute;display:block;z-index:15038;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:25.4375rem;width:20rem;top:34.875rem;left:48.1875rem;overflow:hidden;display:block; }
#WvXSF0DxlEFFOC6ZloQKdNJt99CT9a2z { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:13.6875rem;top:28rem;left:0rem;overflow:hidden;display:block; }
#P44X61EuLyoRqX36LPKw6wnZZ6KJLgER { 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:20.0625rem;width:20rem;display:none; }
#sPPdgXDx9DEn8pMWq7W65Jyuuyuz1Kte { color:#1e1e1e;display:block;width:33rem;position:absolute;font-family:ss4;font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:37.75rem;left:16.125rem;height:3.375rem;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:left;text-align-last:left;display:none; }
#gg4VXfcu7Qqmz706lCBXkialKlItrET7 { 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:41.9375rem;width:28.3125rem;display:none; }
#zHcKkw0kdpCXPTaftIUNDdvP5KKiyi2G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ec9726;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; }#zHcKkw0kdpCXPTaftIUNDdvP5KKiyi2G > .row .container { background-color: transparent; background-image: none; }#zHcKkw0kdpCXPTaftIUNDdvP5KKiyi2G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zHcKkw0kdpCXPTaftIUNDdvP5KKiyi2G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zHcKkw0kdpCXPTaftIUNDdvP5KKiyi2G > .row .container > .video-iframe-container { display: none; }#zHcKkw0kdpCXPTaftIUNDdvP5KKiyi2G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zHcKkw0kdpCXPTaftIUNDdvP5KKiyi2G > .row > .video-iframe-container { display: none; }#zHcKkw0kdpCXPTaftIUNDdvP5KKiyi2G > .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); }#zHcKkw0kdpCXPTaftIUNDdvP5KKiyi2G > .row .container { border-width: 0; border-radius: 0; }#zHcKkw0kdpCXPTaftIUNDdvP5KKiyi2G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zHcKkw0kdpCXPTaftIUNDdvP5KKiyi2G > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:block; }#hzGwQcQnFdT1ec2mK4PVERi0r5EAQJvW { 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:9.125rem;width:5.3125rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#F6AAPCHTAwuwa73ssIIvq4w77fHG0a82 { 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:9.125rem;width:5.3125rem;top:3.75rem;left:69.6875rem;overflow:hidden;display:block; }
#DPcNz2nRgPxutytfm6GZECM75QJIxfpo { color:#221a32;display:block;width:21.6875rem;position:absolute;font-family:ss4;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:4.375rem;left:1.5625rem;height:7.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#vT2aKBFgeg8FS78ShKb7MVoH66xUMs7r { color:#221a32;display:block;width:24.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:6.1875rem;left:26rem;height:8.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ll3rbOGTiq598aTeXSFZhkHQn7V0V1iy { background-color:#1e1e1e;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:#f5f5f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:6.75rem;left:52.625rem;display:block; }
#QHk0Bz58sEB13aUkInN1qd7TaQvoJIsD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kwikt04ABU7gTWTMM4MTEmkvdL6ifVlC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:9.125rem;display:none; }
#XKg8tJibJ54nF2wzdGcnIKzo80fuOMTV { color:#221a32;display:block;width:23.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:4rem;left:25.71875rem;height:8.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#nT57QE6PNRVOOXG3iPIrT9CKTFucTxiw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:9.125rem;display:none; }
#lLUBzP1rXVvSdUlvN8STztdv9L0g3TMn { position:absolute;display:block;z-index:15039;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:12.5rem;top:0rem;left:22.375rem;overflow:hidden;display:block; }
#VMwSzsTTCtLJ867TGWr0LTNok6NahHX7 { 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; }#VMwSzsTTCtLJ867TGWr0LTNok6NahHX7 > .row .container { background-color: transparent; background-image: none; }#VMwSzsTTCtLJ867TGWr0LTNok6NahHX7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMwSzsTTCtLJ867TGWr0LTNok6NahHX7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMwSzsTTCtLJ867TGWr0LTNok6NahHX7 > .row .container > .video-iframe-container { display: none; }#VMwSzsTTCtLJ867TGWr0LTNok6NahHX7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMwSzsTTCtLJ867TGWr0LTNok6NahHX7 > .row > .video-iframe-container { display: none; }#VMwSzsTTCtLJ867TGWr0LTNok6NahHX7 > .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); }#VMwSzsTTCtLJ867TGWr0LTNok6NahHX7 > .row .container { border-width: 0; border-radius: 0; }#VMwSzsTTCtLJ867TGWr0LTNok6NahHX7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VMwSzsTTCtLJ867TGWr0LTNok6NahHX7 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#fUXSQWnr8xP4SKJKQR2gS4aeF62kkpDz { position:relative;display:block; }#fUXSQWnr8xP4SKJKQR2gS4aeF62kkpDz { background-color: transparent; background-image: none; }#fUXSQWnr8xP4SKJKQR2gS4aeF62kkpDz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUXSQWnr8xP4SKJKQR2gS4aeF62kkpDz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUXSQWnr8xP4SKJKQR2gS4aeF62kkpDz > .row .container > .video-iframe-container { display: none; }#fUXSQWnr8xP4SKJKQR2gS4aeF62kkpDz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUXSQWnr8xP4SKJKQR2gS4aeF62kkpDz > .row > .video-iframe-container { display: none; }#fUXSQWnr8xP4SKJKQR2gS4aeF62kkpDz > .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); }#fUXSQWnr8xP4SKJKQR2gS4aeF62kkpDz { border-width: 0; border-radius: 0; }#fUXSQWnr8xP4SKJKQR2gS4aeF62kkpDz > .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; }#fUXSQWnr8xP4SKJKQR2gS4aeF62kkpDz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.875rem;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; }#VixG19I1hK4znwT7Qr0C8Bxdr9rprDZO { 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:19.25rem;width:40.8125rem;top:25.625rem;left:-4.3125rem;overflow:hidden;display:block; }
#Upp3FTTlaxIucbJviiVIXIfTemmfrtQO { color:#1e1e1e;display:block;width:31.1875rem;position:absolute;font-family:ss4;font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:0rem;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:left;text-align-last:left;display:block; }
#htkCMCTCmT5UJ71cIZTfQUe9GrATmmKf { color:#1e1e1e;display:block;width:32.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:5.75rem;font-style:normal;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;display:block; }
#nqX9aq1rl8K2ZT01bhWXl61TNgigLdcW { color:#1e1e1e;display:block;width:31.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:14.9375rem;left:0rem;height:7.1875rem;font-style:normal;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;display:block; }
#oE3WT7eKE7QeTNbLMlMvrgu40cZIMKJt { color:#1e1e1e;display:block;width:26.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:10.1875rem;left:46.75rem;height:20.4375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#oE3WT7eKE7QeTNbLMlMvrgu40cZIMKJt li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#oE3WT7eKE7QeTNbLMlMvrgu40cZIMKJt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7f59bd13-3a1d-4a3a-914d-693588959f7a/star_small.svg); }
#RoGuLJfFtz7AGwqhHoQq4VuhGeWzCSVp { background-color:#b80b49;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:#f5f5f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:33rem;left:46.75rem;display:block; }
#mCgaPsgtO6aC4lUwUszUKJKzoHXti8xS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nxMbkUwwqNywzRbEegJDvMkdQiv0hVom { position:absolute;display:block;z-index:15045;background-color:#3fb9b8;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.125rem;width:25rem;top:8.9375rem;left:46.75rem;display:block; }
#DE6upxKT4A0ClkbRyTDZGUON2n405ZlP { color:#1e1e1e;display:block;width:25rem;position:absolute;font-family:ss4;font-size:2.625rem;font-weight:normal;z-index:15041;line-height:1;letter-spacing:0;top:2.3125rem;left:46.75rem;height:5.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;display:block; }
#T24qtOnfbDbooxLRxiHU16wmEIOtmzPr { color:#1e1e1e;display:block;width:27.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15046;line-height:1.4;letter-spacing:0;top:33.0625rem;left:45.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JdgS3N7fIXt2Ub1owL8W2UqzL8dJppv1 { color:#1e1e1e;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15048;line-height:1.4;letter-spacing:0;top:33.5625rem;left:59.3125rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JabcxUqtlpgrJF9TWCMWtWmoTx3s157A { color:#1e1e1e;display:block;width:27.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15048;line-height:1.4;letter-spacing:0;top:33.3125rem;left:45.5rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FGUOD3yeabT93qopRaSrb8y3BIiZCkUe { color:#1e1e1e;display:block;width:27.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15048;line-height:1.4;letter-spacing:0;top:39.875rem;left:46rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nluUttKtmheTBsUfH5AJl5n0OTtM1ker { color:#1e1e1e;display:block;width:27.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15048;line-height:1.4;letter-spacing:0;top:33.1875rem;left:45.5rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WF66TILt7VT61AOfSF5HblJELBzvHr5x { position:absolute;display:block;z-index:15040;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.125rem solid #ec9726;border-left:0.125rem solid #ec9726;border-right:0.125rem solid #ec9726;border-bottom:0.125rem solid #ec9726;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.875rem;width:31.25rem;top:0rem;left:43.5rem;display:block; }
#ISAqIBBTtTwRZ3T4cyi2Ase4TG4in6TJ { color:#1e1e1e;display:block;width:27.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15049;line-height:1.4;letter-spacing:0;top:38.25rem;left:46rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MUML6X26EsBnpCy4omurKfugiJtMA5NZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f3;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; }#MUML6X26EsBnpCy4omurKfugiJtMA5NZ > .row .container { background-color: transparent; background-image: none; }#MUML6X26EsBnpCy4omurKfugiJtMA5NZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUML6X26EsBnpCy4omurKfugiJtMA5NZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUML6X26EsBnpCy4omurKfugiJtMA5NZ > .row .container > .video-iframe-container { display: none; }#MUML6X26EsBnpCy4omurKfugiJtMA5NZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUML6X26EsBnpCy4omurKfugiJtMA5NZ > .row > .video-iframe-container { display: none; }#MUML6X26EsBnpCy4omurKfugiJtMA5NZ > .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); }#MUML6X26EsBnpCy4omurKfugiJtMA5NZ > .row .container { border-width: 0; border-radius: 0; }#MUML6X26EsBnpCy4omurKfugiJtMA5NZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MUML6X26EsBnpCy4omurKfugiJtMA5NZ > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#XEPgX6TBdKxW1PaHC9C6RWaZbwF2rD5V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f3;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; }#XEPgX6TBdKxW1PaHC9C6RWaZbwF2rD5V > .row .container { background-color: transparent; background-image: none; }#XEPgX6TBdKxW1PaHC9C6RWaZbwF2rD5V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEPgX6TBdKxW1PaHC9C6RWaZbwF2rD5V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEPgX6TBdKxW1PaHC9C6RWaZbwF2rD5V > .row .container > .video-iframe-container { display: none; }#XEPgX6TBdKxW1PaHC9C6RWaZbwF2rD5V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEPgX6TBdKxW1PaHC9C6RWaZbwF2rD5V > .row > .video-iframe-container { display: none; }#XEPgX6TBdKxW1PaHC9C6RWaZbwF2rD5V > .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); }#XEPgX6TBdKxW1PaHC9C6RWaZbwF2rD5V > .row .container { border-width: 0; border-radius: 0; }#XEPgX6TBdKxW1PaHC9C6RWaZbwF2rD5V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XEPgX6TBdKxW1PaHC9C6RWaZbwF2rD5V > .row .container { font-size:0.875rem;font-family:arial;height:82.125rem;width:75rem;position:relative;display:block; }#eTOZ3KTgU8nxcnSFkWKOBwc9TLwbn02u { 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:27.375rem;width:18.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#BTTPcH97KZ3CLvhdF7qSt9yaryAoEmJg { color:#1e1e1e;display:block;width:54.25rem;position:absolute;font-family:ss4;font-size:2.625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.75rem;left:15.25rem;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:left;text-align-last:left;display:block; }
#gTXc52CTmalApcP20f0TZmhgL3F2zF20 { color:#1e1e1e;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:10.375rem;left:21.25rem;height:1.4375rem;font-style:normal;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;display:block; }
#pzDBRc59T0yFPKCqE8Gglueygceut1LI { color:#1e1e1e;display:block;width:41.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:12.71875rem;left:21.25rem;height:4.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bTy4H7u76QW7iUuE0X3qUIqBWHKNmrP7 { position:absolute;display:block;z-index:15016;background-color:#3fb9b8;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.125rem;width:41.25rem;top:36.875rem;left:21.25rem;display:block; }
#l3WTsqPh4rRcGtZgU1yAArGmPyg525FU { color:#1e1e1e;display:block;width:38.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:40.75rem;left:21.25rem;height:4.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D2HoSKEHJARnDcmREeyghN7kf85EODur { color:#1e1e1e;display:block;width:43.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:38.375rem;left:21.25rem;height:1.4375rem;font-style:normal;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;display:block; }
#bInZwJDTcLiHIWxQLBgpo0WlWSScmgA4 { position:absolute;display:block;z-index:15017;background-color:#3fb9b8;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.125rem;width:41.25rem;top:46rem;left:21.25rem;display:block; }
#VCUg0EzvGTWaQriUcNJyfHPpD0akaTwp { color:#1e1e1e;display:block;width:41.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:57.6875rem;left:21.25rem;height:4.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dCZyyez8sB9dNwWczymptZTl8Scv17gJ { color:#1e1e1e;display:block;width:34.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:55.3125rem;left:21.25rem;height:1.4375rem;font-style:normal;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;display:block; }
#uH6TMDb7mxP5Q5Lik3SwQTkugrGcmh91 { position:absolute;display:block;z-index:15022;background-color:#3fb9b8;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.125rem;width:41.25rem;top:53.875rem;left:21.25rem;display:block; }
#Esi8oEIvTKV1gpOHILTAhgfMsZsNXIr8 { color:#1e1e1e;display:block;width:41.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:50rem;left:21.25rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RtpWAauTBbLBuypAvGqlIK6dWch7pGyS { color:#1e1e1e;display:block;width:44.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:47.625rem;left:21.25rem;height:1.4375rem;font-style:normal;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;display:block; }
#oLRTGe3zaufhrPeWNN6bkid4tHnfGCk2 { position:absolute;display:block;z-index:15037;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:15.6875rem;width:9.1875rem;top:39.3125rem;left:5.40625rem;overflow:hidden;display:block; }
#Si5t2I80Xkurp3Undrr0ZoOQUphWxIEO { color:#1e1e1e;display:block;width:41.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:17.8125rem;left:21.25rem;height:5.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EUGfbJGy5w2nxb4r6Jb4VGtGtsA3Uf1M { color:#1e1e1e;display:block;width:41.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:24.4375rem;left:21.25rem;height:11.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#av8ogBOWFzL5zpmInvq2h3xWbWSaaEBb { color:#1e1e1e;display:block;width:42.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:62.75rem;left:21.25rem;height:7.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wadyNbC662v8G4TrCSJweMGtU37oSUXB { position:absolute;display:block;z-index:15025;background-color:#3fb9b8;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.125rem;width:41.25rem;top:70.8125rem;left:21.25rem;display:block; }
#Aaidu9hHLQlpXabZpCx4gXTUrTyCLmyI { color:#1e1e1e;display:block;width:34.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:72.25rem;left:21.25rem;height:;font-style:normal;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;display:block; }
#gUlpccNHzh1aqgrsSTtf7pkTVyyEbWwc { color:#1e1e1e;display:block;width:39.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:74.625rem;left:21.25rem;height:5.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WcZ2sJ1JRJKUXqvn5RM1Kt97zKnoSc75 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f3;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; }#WcZ2sJ1JRJKUXqvn5RM1Kt97zKnoSc75 > .row .container { background-color: transparent; background-image: none; }#WcZ2sJ1JRJKUXqvn5RM1Kt97zKnoSc75::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcZ2sJ1JRJKUXqvn5RM1Kt97zKnoSc75 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcZ2sJ1JRJKUXqvn5RM1Kt97zKnoSc75 > .row .container > .video-iframe-container { display: none; }#WcZ2sJ1JRJKUXqvn5RM1Kt97zKnoSc75 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WcZ2sJ1JRJKUXqvn5RM1Kt97zKnoSc75 > .row > .video-iframe-container { display: none; }#WcZ2sJ1JRJKUXqvn5RM1Kt97zKnoSc75 > .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); }#WcZ2sJ1JRJKUXqvn5RM1Kt97zKnoSc75 > .row .container { border-width: 0; border-radius: 0; }#WcZ2sJ1JRJKUXqvn5RM1Kt97zKnoSc75 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WcZ2sJ1JRJKUXqvn5RM1Kt97zKnoSc75 > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#FKTsTr4gt1rcwkXqqBoKFS3ruL575whV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#221a32;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; }#FKTsTr4gt1rcwkXqqBoKFS3ruL575whV > .row .container { background-color: transparent; background-image: none; }#FKTsTr4gt1rcwkXqqBoKFS3ruL575whV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKTsTr4gt1rcwkXqqBoKFS3ruL575whV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKTsTr4gt1rcwkXqqBoKFS3ruL575whV > .row .container > .video-iframe-container { display: none; }#FKTsTr4gt1rcwkXqqBoKFS3ruL575whV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKTsTr4gt1rcwkXqqBoKFS3ruL575whV > .row > .video-iframe-container { display: none; }#FKTsTr4gt1rcwkXqqBoKFS3ruL575whV > .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); }#FKTsTr4gt1rcwkXqqBoKFS3ruL575whV > .row .container { border-width: 0; border-radius: 0; }#FKTsTr4gt1rcwkXqqBoKFS3ruL575whV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FKTsTr4gt1rcwkXqqBoKFS3ruL575whV > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:75rem;position:relative;display:block; }#E9PbR1GLSD4ruh8mOTuDmaP4xuezbR3t { position:absolute;display:block;z-index:15008;background-color:#ec9726;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.125rem;width:67.5rem;top:16.125rem;left:3.75rem;display:block; }
#w0hOGTZ6hDG0WdZNTJuLDHFxxvQ16sz3 { color:#f5f5f3;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:18.6875rem;left:3.75rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cXoVf5F1AVDpZXqrtr87pTZ3ZDoHUU3r { color:#f5f5f3;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:22.8125rem;left:3.75rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KPrV14V82XuV9NNg5iRanyKNpWVKcnSJ { color:#f5f5f3;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:18.6875rem;left:25rem;height:4.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sA74bBwLhfNKFT41zab1t9IIRdhitnlr { color:#f5f5f3;display:block;width:24.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:18.6875rem;left:45.125rem;height:1.4375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#aU0RGNJe3XRLbvpUOwwh7zeeTuhHRxCy { color:#f5f5f3;display:block;width:24.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:21.4375rem;left:45.125rem;height:1.4375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#CKQD4MMu1WPQWEnecOTTilQ7l8qUeJDu { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:6.875rem;top:5rem;left:6.15625rem;overflow:hidden;display:block; }
#KFJ4h04vmM6zV0kuXeInMM0uVJncXCSe { color:#f5f5f3;display:block;width:21.6875rem;position:absolute;font-family:ss4;font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1;letter-spacing:0;top:3.75rem;left:19.6875rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VbvPSRJebTUbpVrxSimL5tehgfpboMET { color:#f5f5f3;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:8.875rem;left:24.3125rem;height:1.4375rem;font-style:normal;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;display:block; }
#aZsLIPOCKIWeaDZOqBxetbmpx9TTm0LN { position:absolute;display:block;z-index:15044;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.0625rem;width:3rem;top:9.6875rem;left:19.625rem;overflow:hidden;display:block; }
#CpO0Eo8TWFOoRta5pZ9EvI8Zyw1XSfPq { color:#f5f5f3;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:10.75rem;left:24.3125rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X42ZRzRz3u0KlNKovkuowOmMSXpsnF5K { position:absolute;display:block;z-index:15045;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.0625rem;width:3rem;top:9.625rem;left:40.8125rem;overflow:hidden;display:block; }
#JumZZU1mPiQ2vrylA7oBGx93Ap0UiLfQ { color:#f5f5f3;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:8.875rem;left:45.125rem;height:1.4375rem;font-style:normal;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;display:block; }
#eibr8xl31ZVlteND33INh18MB0n75QFd { color:#f5f5f3;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:10.75rem;left:45.125rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FNd1kgwgVM825oxBlAPU7mfaERv0xq9n { position:absolute;display:block;z-index:15046;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.5625rem;width:1.375rem;top:3.78125rem;left:41.6875rem;overflow:hidden;display:block; }
#wl2wmq1IAQULJA6NaD1hrT8zdI4EWHTF { color:#f5f5f3;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:4.5625rem;left:44.25rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iDHeKu081UvmKMxDV619tX14eSMTLxfN { position:absolute;display:block;z-index:15047;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.5625rem;width:2.375rem;top:3.78125rem;left:51.8125rem;overflow:hidden;display:block; }
#q5blxclpd3vgLHv9bG9SSUtTAbbPqU37 { color:#f5f5f3;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:4.5625rem;left:55.3125rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U30ivafHOmVu48sTS5rrGEerGUcswK8M { position:absolute;display:block;z-index:15048;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:2rem;width:2.9375rem;top:4.0625rem;left:62.9375rem;overflow:hidden;display:block; }
#vFVHHRPrxlmmnCFRcVQfn8NZehldHewz { color:#f5f5f3;display:block;width:6.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:4.5625rem;left:66.9375rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SUxr3Aa5mm56I6ePURWHXr9MqfCq427H { display:none; }#SUxr3Aa5mm56I6ePURWHXr9MqfCq427H > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mlN7TDBhDHWAtWPGRoc8inp2rrmnC8yW { display:none; }
 }@media only screen and (max-width: 763px) { #O8B2iFM5D6aGlvPRbcqTbE47chS298St { top:1.5rem;left:0rem;width:4.625rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QvLOgsqa7OWVO3TaQy6GLOwUlOmix1nE { top:7.5625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EhVcDTkSAseQuLqkwDCA5kgpOzrIFmfr { top:9.1875rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pqzw1SOE94nT0ATbTGE6euvXx9oTp67k { top:12.625rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTOebD8omoGBSMu63Jczyk9LNK9sZDJm { top:16.0625rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VLT9bIPQeazmNTQ27bZTRIsZbTyve1Cm { top:22.9375rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnihTMPlsQVwpXrv307vfw1Jf3gKulZT { display:none; }
 }@media only screen and (max-width: 763px) { #fO0l79no8HQ4d1CA6uyHluAI4CaNF0l3 { top:19.3125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L7EExi9VXPTWWoZ4LGGzzZyDVIG7nD5d { top:24.9375rem;left:0rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NRGUwk226cQNNFcmsEJqX9vBgUwwKTwk { width:25rem;height:3.125rem;top:33.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HKS8eVNVI2PDkniG4DbXb9mx5hmQILvR { display:block; }
 }@media only screen and (max-width: 763px) { #S7yQvBJZ3BiDgBd9HIO0Ok6mbXgnJmri { display:block; }#S7yQvBJZ3BiDgBd9HIO0Ok6mbXgnJmri > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xELeKpXwrKLyI3HJA08JaXe87C2hHAuO { top:1.5rem;left:0rem;width:4.625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIFBBSKTxhRLiF9DCZ84a4SBvNSOfLWT { top:3.25rem;left:40.6875rem;width:6.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0WXa3Kz05iK1OxPXoDg1pJEqm2lv065 { top:3.25rem;left:24.5625rem;width:6.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0Rq0VivGKpnrzRa2VxM5nhZR6qTFkWp { top:3.25rem;left:15.6875rem;width:8.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak3dDGDMe6V45zCFciZXuT4ITIqqUiIn { top:3.25rem;left:7rem;width:8.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC6L4kLi8xDlpw81XyqiFhMuFRwH2iuG { top:3.25rem;left:0rem;width:9.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQQXFwmwiOhQqTBqwDCqWNBx8CdwIeNl { top:3.25rem;left:33rem;width:14.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1XADGhC7m4tUqHbPwsl34a6JP0ztPll { top:3.25rem;left:31.25rem;width:7.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3ibKZkh9IH4eF9igeLRMD2xrOnva3ex { top:3.25rem;left:32.25rem;width:15.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PessV7QshdytmgPIVOyhfTZ3BhEoxwvO { display:none; }#PessV7QshdytmgPIVOyhfTZ3BhEoxwvO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ByOCbvGnP4n3P8Pa8k0y6RtI0xKzpW4w { display:block; }#ByOCbvGnP4n3P8Pa8k0y6RtI0xKzpW4w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WB3f50MGu3RsnSsWBSdRc5v9TbDg8Jzm { top:0rem;left:0rem;width:21.25rem;height:10.5625rem;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) { #v9v0woXEp5k3l2NlVEc1dQKplbNFRmLR { top:4.5rem;left:0rem;width:24.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwovyxNoOSLGhWFnf9faE59aKhQuMtVb { top:5.9375rem;left:0rem;width:40.6875rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5AUvXieLpsGzzHsBnV30A1HlxJ2Akyt { top:22.3125rem;left:0rem;width:38rem;height:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWEWd7eZgRmSOVS5R4dWRRt1oTFrueqt { width:10.8125rem;height:3.125rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKWmJrHZ3E4GLVebzoXVL3GZnQwQ44vZ { display:block; }
 }@media only screen and (max-width: 763px) { #NQG5zRI39HpQ1rNUrP6kkWZJ9t2WabRN { width:8.375rem;height:3.125rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwAUTlZxD5ukLvox6qo8fQDWdKVJMVO6 { display:block; }
 }@media only screen and (max-width: 763px) { #VkCx7gTg15P35FbdJv7ODtWPOcJtKIWL { top:4rem;left:26.84375rem;width:16.6875rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eax3cbFtAfkMHISrLodmm7r6bwV8JtXB { top:1.1875rem;left:31.0625rem;width:16.6875rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8OQ146lhyMuBH0gI2TeVaJPaBPyTJ9M { top:9.6875rem;left:31.0625rem;width:16.6875rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIm7902b0zZC7gl5eN67oNPKW7XSpeWB { top:20.25rem;left:31.0625rem;width:16.6875rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTyZ81I4h0lonicv3hnIvgdUfrieW8kA { top:23.5625rem;left:26.84375rem;width:16.6875rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIOVLW0PaZKpLCEMk7EDHfKKnCDxOBl9 { display:none; }
 }@media only screen and (max-width: 763px) { #FXWU1mI5M66Aq6aIKRkJbUosSoC3OOvt { width:10.6875rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJuh7mUwUocDkpFOVdQ5FnTtgcrJs6e1 { width:10.6875rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #o4MSscz32ALSlL49oNLv7WqTMmAZlHHT { width:10.6875rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZdznGVVwn6E1EszZrgIy7btgEqiPV0XV { width:10.6875rem;height:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IhdbMbd7LPQ9IDSU4mAHt7bG1Xi7GNZE { top:33.625rem;left:8.5rem;width:24.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zwn9GcIl6NKKaaVIShF3BZfAMd7LE4Tt { width:25rem;height:3.125rem;top:33.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g2Udr2TLxXtgyMs5OKJU25pCG2vAaeXq { display:block; }
 }@media only screen and (max-width: 763px) { #xTB8Duy8C2hbTtEpGT3zthNPDN2HuOpk { top:34.0625rem;left:8.5rem;width:13.75rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmTFThVODIz9lT5b32ALoXOCc1ATeyoM { display:block; }#qmTFThVODIz9lT5b32ALoXOCc1ATeyoM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PK1k1oOmvxLDNOk8p148gloGKF8O59BW { top:1.75rem;left:0rem;width:40.6875rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZbzQQ0VD4MGBSe1qTZPZMEk4MmengmH { top:3.75rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZN9OZsHL9b2wkU3ynm4apvnTKq2NX7U { top:7.9375rem;left:0rem;width:36.5rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6tC2GEzRKR1rXxQmHrKTBoQgoUJT10G { top:12.125rem;left:0rem;width:12.5rem;height:9.5625rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhJtnwfcDzrGQxnG0lZxbsE5IMTQ7XiT { top:20.8125rem;left:0rem;width:18.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhRCzGBAmMAZBmHV7MMlDqfwKlkRynya { top:12.0625rem;left:11.8125rem;width:0.125rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtdbPMOGSsWIa3O5rA4xPxRVvD8SsAIR { top:12.125rem;left:11.375rem;width:12.5rem;height:9.5625rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #bALXtCXPEvHEwqeRvrp7twuUpN7Ilkru { top:20.8125rem;left:5.125rem;width:18.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZsLimuKMk1DSOrDVHWNr8rQpmWxQlpF { top:12.125rem;left:23.75rem;width:0.125rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNHflDUa0Slxb0iAAhzLKyZyofMbgowa { top:12.125rem;left:35.6875rem;width:0.125rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt8sUgIZOW1oHAmdWrmo9LdUhw442iRT { top:12.125rem;left:23.3125rem;width:12.5rem;height:9.5625rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #dn4VIEGWn3OTO0hEkhmrT2b0RMTy4DZq { top:20.8125rem;left:17.0625rem;width:18.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ126TEbkdMKpPkXU4UU5173fK3Hh05I { top:12.125rem;left:35.25rem;width:12.5rem;height:9.5625rem;font-size:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReFlp1LhLoeIPFQGyO1l0pAaMybghvq8 { top:20.8125rem;left:29rem;width:18.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpeDEuUoOW3ZoFlslQsoIwHsrs48cAdw { top:26.5rem;left:0rem;width:18.3125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeF1sN29aK85eVN4ckZGXrL9xJdS1pfn { top:26.5rem;left:10.8125rem;width:25rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeJF8xkvmS3VpWlM916KhKU1ffORqobd { top:26.5rem;left:0rem;width:32rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SriT2humvsO55UOiOfsyGXX64WgrExNk { top:12.0625rem;left:11.8125rem;width:0.125rem;height:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JppE4PPkBCDrUSchGpihBC3khO7iTKBx { top:12.0625rem;left:11.8125rem;width:0.125rem;height:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bQBORbTMyiuvGiPOaROlSP93QKyew8Q0 { top:12.0625rem;left:11.8125rem;width:0.125rem;height:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uu3ETNG2I6xwNAz0tsL3v1lwGFP5qUv3 { top:26.5rem;left:33.125rem;width:14.625rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZNqM3Zt6bnLQO7TpTO9JBhIHM0J2Kx4 { top:28.0625rem;left:0rem;width:27.875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbFD1eavz4HZ8XBzmEaf2vyDe5Cuz08Q { top:25.875rem;left:0rem;width:25.1875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDQ5FgNTp2c0TEyTZTs201TH3NHLAXWh { top:53.375rem;left:0rem;width:18.75rem;height:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wt2dh2dBFIc2lucZHFNerqVVOVVyFBw0 { top:54rem;left:0rem;width:17.9375rem;height:6.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #K0ZJSv4VcgvaeSMHvHwFIVpR8DB45Z3E { display:block; }#K0ZJSv4VcgvaeSMHvHwFIVpR8DB45Z3E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oe3uhTbxlBRlhvoSA79P2fhoGfJaypga { display:block; }#Oe3uhTbxlBRlhvoSA79P2fhoGfJaypga > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNUA3bv9aF5yHQ96hk2JlqU9Q4LQWv7d { top:3.375rem;left:0rem;width:32.625rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDS99wwZ7x1oyqJHNMIpZaHZMdLrASmI { top:3.8125rem;left:10.5625rem;width:37.1875rem;height:5.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6y3GzrqMfFuNbwNJAfSTrk1AmI58wwT { top:11.25rem;left:10.8125rem;width:36.9375rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwrIeZXwJzkwI6RaN3AK5Duq5c7GzJmB { top:16.25rem;left:10.8125rem;width:36.9375rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNATdbUCrFPQOnP6yPvd0Tp6tqSI5dZK { display:block; }#MNATdbUCrFPQOnP6yPvd0Tp6tqSI5dZK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0fu9681dTbmh5fG75lKOtS23dEFg4mo { display:block; }#r0fu9681dTbmh5fG75lKOtS23dEFg4mo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SOAZTa964T8aik46aIvVDpbhSDCooZ2z { top:0rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyGTOpmuvNMxUscIJuvraC6PlKc3vFAy { top:9.4375rem;left:0rem;width:23.75rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTCZnbPsv4QNGMfBTQzdaiQ2G6dgKCsz { top:9.4375rem;left:7.75rem;width:23.75rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9GoTbpQd3qTLCPrKzcJlqM3PT6t5prE { top:9.4375rem;left:23.625rem;width:23.75rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etckAmszC0paLaX392RbNU0WyBTiRoLw { top:14.1875rem;left:0rem;width:21.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4ysTAs0OBn8RorBLdcLAc4nFtEhmTho { top:15.8125rem;left:0rem;width:20.75rem;height:10rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3oL9AhQ1Vs324JuTnZD8JxDdxB7qXpS { top:5.9375rem;left:0rem;width:23.75rem;height:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FxarKiTmhHTyMASOTQvaeuIBW7KvVPgs { top:19rem;left:0rem;width:21.25rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fUNoxRfnBDwwEnZGFlouxJDExLkDx6Sf { top:80.9375rem;left:6.3125rem;width:7.9375rem;height:1.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vwkPq9gbPtVHA62KFc5do6xa0uTNAwJh { top:38.875rem;left:0rem;width:17.5rem;height:32.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VlTALpowkdHvCZxgSEisWTDOTF7qcViQ { top:80.9375rem;left:0rem;width:7.9375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4uT66EWZLSmJ5Iber2CsWnHHkIGmyQ8 { top:5.9375rem;left:0rem;width:23.75rem;height:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uOPDm5pvQSXaHwBU8LXiVKKEHFkCxkWF { top:94.375rem;left:6.3125rem;width:7.9375rem;height:1.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JHspzEtSIOQFiiMODXTteHprtpyDGyCv { top:19rem;left:0rem;width:21.25rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zyI8onKvV8W87Lfn1iL7V2xqQQufOnqL { top:94.375rem;left:0rem;width:7.9375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #K3KmBGiwUq8yg0xeiPwzlDOmEte25ZsC { top:81.75rem;left:0rem;width:17.5rem;height:22.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rIvL6w5NSW0CSR0g8kmcuMEaTi3ZyzLr { top:11.4375rem;left:0rem;width:20.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8oJBk4S8iFOyEC5pLZUCUEhWMPNIpDR { top:11.4375rem;left:11rem;width:20.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T15bGH7DT0gRWw4FLiBgRUkTM46DWTwU { top:14.1875rem;left:10.5rem;width:21.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT0TKbOmzQ5GRIzsGWpoFzPo0QEkFFxJ { top:15.8125rem;left:11rem;width:20.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a86r8qCGGIC7HAouyHXT5NWOQsQ2Wdrf { top:11.4375rem;left:26.875rem;width:20.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3aRlnoguGzaptVIRBMVrm67s8STga9F { top:14.1875rem;left:26.375rem;width:21.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMeTAalKGMr0k2xy2RFcp7buSbSimaCe { top:15.8125rem;left:26.875rem;width:20.75rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1WwMseZs5Mpb7d8b9vGENwI16WMLABC { display:block; }#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7kw7QqIncRyrl6X4igG7ChBbhE9NPBI { display:block; }#S7kw7QqIncRyrl6X4igG7ChBbhE9NPBI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZE3EFT2ootmTTFJK0hZvSyc9zJU0yyl8 { top:0rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7PHfVlBQVn7ROdh8Z5TZfNU0KJasclO { top:5.1875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODoG9MgUqCDdRXZCQ04bzUrPPOzp1a1D { top:8.4375rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbqSBKG4HcwACI53d4fCAEk9KLWQumge { top:12.375rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwMt7MUh9DVb8W2H0gWJu850rq8feUMe { top:20.25rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGK4a7fxTUHotKlHLBD9AvsBiTiETm4Q { top:16.3125rem;left:0rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozn79Lg1ISGT1V0zrOq7FoTGtAIFV96f { top:7.875rem;left:0rem;width:24.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyHl92pitpWqvIF9OKNS1GH06vnK7uaE { top:11.8125rem;left:0rem;width:24.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww2E234u4TDwCuT96Cv4ocqePLTE0zgF { top:15.75rem;left:0rem;width:24.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #swv9VugCEyr5oZW1orrvzeyH6GuwswcQ { top:19.6875rem;left:0rem;width:25.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I31yM1OxweInb095RxvHQ49wkQ8E4NaI { top:8.5625rem;left:23.25rem;width:24.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuS12UBABNnJknlqPkZaRZ2oaSzVTNvp { top:8.4375rem;left:24.625rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE1PHy8AIc0KJOIwmJvscSa5KcJP6tmN { top:12.125rem;left:22.25rem;width:25.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHr6QC8lfLhx112Q5BBOg3V9OULhgXIk { top:12rem;left:24.625rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgBpBHyN9ZDClrA2GZd8ASIuoF9tPume { top:15.6875rem;left:23.25rem;width:24.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryvv4Ol3z2X7GJDTSc4fJWxFScem60Zs { top:15.5625rem;left:24.625rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKpm8JWKOc20bn45Bp9PB8DCoTV4aCPk { top:18.9375rem;left:24.625rem;width:1.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHyDwGAu5Anby2ix8M68qhayBoZfscUo { top:18.375rem;left:20.875rem;width:26.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxcgdavPB1OSASHEpUwsXRw2G59DJT6W { width:18.75rem;height:6.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hgmhMXH2TVvxk0UFfmiHKUtLZkusDH99 { display:block; }#hgmhMXH2TVvxk0UFfmiHKUtLZkusDH99 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxPsmMADw1F3c1TTNBk9DKDsxXQUo2rU { display:block; }#CxPsmMADw1F3c1TTNBk9DKDsxXQUo2rU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdDR9HEwVLC3OsU89dAkoFgIxDOaoKwx { top:0rem;left:0rem;width:20rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXAwDLFyDIIWOheTOMpmPFfuylBbe3Zn { top:3.75rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7ipwP5lS77CE7hDm2guk2Tk5cTsD5FT { top:10.375rem;left:7.625rem;width:24.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz6OESWobveNKZKlTrm2AralLlbaRT3D { top:12.6875rem;left:7.625rem;width:38.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WONXmNaFUzn3mv47WnNtqbIeRnack03K { top:16.25rem;left:6.5rem;width:41.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFix3dkh6VsNEG1t64mMa4hh5D3vkpGq { top:20.125rem;left:7.625rem;width:38.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSGLdcgKNVVmVL5URdTrz4E87GewdI6l { top:17.75rem;left:7.625rem;width:24.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIIbTaGBVZZv1asvDP7n1VwcyJplD12d { top:23.625rem;left:6.5rem;width:41.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPqhQu8izsxeshuLTTHJmkhbQOsfITl8 { top:36.375rem;left:4.875rem;width:42.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK9TzLDdZSVCEp0ZvbCJAqacm4zEL7AX { top:39.875rem;left:6.5rem;width:41.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dn8WfddoT3T1Tsph6tu5SbEX4TsLqNGD { top:34rem;left:7.625rem;width:24.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHrABAZ3nE5OEZ8VH4Hn3Ar3HBEhTtqs { top:32.5625rem;left:6.5rem;width:41.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2zQ2o6VwzXxzqopTKVKUO175n8qpNk7 { top:27.625rem;left:7.625rem;width:39.75rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQMZWlF8gc8lomPrymwvhA5r1N5u5T5e { top:25.25rem;left:7.625rem;width:24.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #svZGuDVteuNFStSGaP0ssMm8IcOzb5Ud { top:65.9375rem;left:4.875rem;width:42.875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4zqqUqOmGUdnMo4sCZk3CSX8yc6MgRc { top:69.4375rem;left:6.5rem;width:41.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #al9ouFmblptJogJo15d31DpuCrsaZE8R { top:62.125rem;left:6.5rem;width:41.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV0Ryg6y1uE9tAuwv2cq5kqKpGbMCNxf { top:58.625rem;left:7.625rem;width:39.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxX2dJpF2hrmFo9pCp6rQftzK84lKqqZ { top:63.5625rem;left:7.625rem;width:24.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTAlFFTOJTod16Z17hdmGr9y3kvnOUNW { top:51.125rem;left:6.3125rem;width:41.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn3tvrN3xyT9GMH1W3lEuDLZPhnZrfNU { top:54.625rem;left:6.5rem;width:41.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrU0s5ba223pWpZKBCfuTCxp0qPxw5D9 { top:56.25rem;left:7.625rem;width:24.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9bMrGb0GQsfNLT43LfRdB2f8rznBPRe { top:43.75rem;left:7.625rem;width:38.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRkA252VfWa7IZs0GkdtcgW8ydbbEzTe { top:47.25rem;left:6.5rem;width:41.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXaM831DOsTHhIIUuCX4mDIfIZpNgm8k { top:48.75rem;left:7.625rem;width:24.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8xyy0ytARDDtV24EMT0wBeS7X6Cd0P3 { top:41.375rem;left:7.625rem;width:24.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEzfJQzdP7dW03JquNd9Kd40HIxmTo7o { top:39.3125rem;left:0rem;width:9.1875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNLwTh0LkTrTUx9trqG6LKR6zh5xp5pU { top:73.25rem;left:5.625rem;width:42.125rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVR5QTQWxgPIt2iTbogqu8sh9bRmJSLR { top:70.875rem;left:7.625rem;width:24.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGmMCDQxyMevZwRCFsBCH7KnLgOaoPRN { top:78.1875rem;left:6.5rem;width:41.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp74373wdTf7ebQyI9ZZhZcQXrNEigBT { top:79.625rem;left:7.625rem;width:24.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ksv10HxvvbIuboWF5fkNsHgmmu9KiV7F { top:82rem;left:6rem;width:41.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvvfM9DFtqnoHruZqBSimcxSnChQBHMh { top:85.5rem;left:6.5rem;width:41.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLhZry6X9NqbmQ6a53T8NWuMtB0OJ7QH { top:89.3125rem;left:6.25rem;width:41.5rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1TQQy9suHGazcUyewtB8qzxkFfuTSIN { top:86.9375rem;left:7.625rem;width:24.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #meC5XUqZ3N8uLoyr82LDMmRJHJUSbwiu { top:94.25rem;left:6.5rem;width:41.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEU6fOlNvrhzFnBsZ42pl3oV4KF2ybO5 { top:98.125rem;left:7.3125rem;width:40.4375rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK9TrPoWknkkvW8Xy3Hah6VdsJpm01Td { top:95.75rem;left:7.625rem;width:24.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPrqtzFevN7TBH7566zUFQfMkV2Ucfao { top:103.0625rem;left:6.5rem;width:41.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0PCv904v3FXmbiVbCg1ue7ev9N0nnJV { top:106.875rem;left:7.3125rem;width:40.4375rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHgiQEQQ4ChI2StRcfA7DzJv8cflwduB { top:104.5rem;left:7.625rem;width:24.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwy2FUoDgVP1QXTnz0lWC48Xu2zLL2HP { top:112.5625rem;left:4.1875rem;width:43.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX8QaQmZiFNoziU4AOM28FwWrdGmCVen { top:113.9375rem;left:6.5rem;width:41.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0Gvb3ecdo1fSbaTlasQXDTTtz0o4cXy { display:block; }#U0Gvb3ecdo1fSbaTlasQXDTTtz0o4cXy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKFo3wKDPxlFPdezw5XzCgmURMhTTree { display:block; }#TKFo3wKDPxlFPdezw5XzCgmURMhTTree > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iL9xWTXuxBXR0fKR9dFWiWCgHwBobbmE { top:5.4375rem;left:0rem;width:20.75rem;height:5.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf .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; }
#BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf .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; }
#BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf { display:flex;width:4.5rem;height:5.0625rem;top:8.1875rem;left:25.6875rem; }
 }@media only screen and (max-width: 763px) { #BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #SKQRtLmT5ZNmNpXVGFKoaC95ECvRNPxU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #At3audwwbeEqDSRwaynD5qrFo64izTqr {  }
 }@media only screen and (max-width: 763px) { #BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #sfGJ73MQXbbFSLTTE0u5SpZmDW5KSB8W {  }
 }@media only screen and (max-width: 763px) { #BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #AWwQBItpZCllq37hNFbhIRoIv8mn6LQy { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #TT6dTyrdZx41vlEvgHrmaQgOkeU8cUFh {  }
 }@media only screen and (max-width: 763px) { #BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #t85h4LJv4BBN7v7J6fH3AW7ywqksmwmL {  }
 }@media only screen and (max-width: 763px) { #BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #WnIm9leD6w8oNPsoIitMtkLeTPQechQO { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #qHqJfu1sTuqrdLTAQNAdCITz98KpQodM {  }
 }@media only screen and (max-width: 763px) { #BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #TwxzEDIpNLaGSktEoTXdtPrcR9lSd32o {  }
 }@media only screen and (max-width: 763px) { #BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #BPBAhiQ8Zh9xV03Vv692KcsxkvBI6dvc { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #c5Q08BW6QQHa2PeTJa2Hvvtd4dFLGAIk {  }
 }@media only screen and (max-width: 763px) { #BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #m0i5PvpbxiSvPseB6n6KFr1W0918KQ9d {  }
 }@media only screen and (max-width: 763px) { #D1Ea2xnbCEiJrT1ZJprkpNfATzQn4IbE { top:3.5rem;left:25.875rem;width:12.5rem;height:9.375rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdu1x8q8LKmSbmrsJZo8ssQKlHQTrVOF { width:13.0625rem;height:3.125rem;top:6.5rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx12FRkxHMBZmTHEox97vcdEHHTJPXPn { display:block; }
 }@media only screen and (max-width: 763px) { #EcPByte0h0EO0MWnqrWCSiPrll0sLyCt { width:18.75rem;height:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EcTZ1ZEuusTZhAyvqvlaoCcBznnwphJ1 { width:18.75rem;height:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tb2GaQtChXEZdZiCmofPcA0sDNaAS2hQ { width:25rem;height:3.125rem;top:6.5rem;left:22.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #amx0wr1uxQyczMP3e4if7tfArzkiT2kl { display:block; }
 }@media only screen and (max-width: 763px) { #iVmiukLGJAPdmhCOqVarglfuy6yGX1Jr { display:block; }#iVmiukLGJAPdmhCOqVarglfuy6yGX1Jr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pce2iTM8GbQl8rRCx5G2hTasQcbbCiPi { display:block; }#pce2iTM8GbQl8rRCx5G2hTasQcbbCiPi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6OdxxVhQJR5vkITzqgszv6aKPagn04t { top:0rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJOs7UoxGsImBzbitBOP5aOoTbJH4sf6 { top:9.875rem;left:0rem;width:1.3125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUeUizSml28gOOisHVMvimU4ZlOwPL1v { top:13.75rem;left:0rem;width:1.3125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbZebQx7E7sThaU3ovxXes7Nzpwsw43f { top:9.3125rem;left:0rem;width:27.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgTIgKsI2mJRu5xBaZSI19bzteiosDC7 { top:13.875rem;left:0rem;width:28.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXkK6XT1T9ZsAZTebgupx5As8aX6hAT2 { top:6rem;left:0rem;width:27.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfi7LcovPkA57yTgHbTNuksMbo6NGs0C { top:5.875rem;left:0rem;width:1.3125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLriSQnrqIpl4IM20vFgNLCW8QMCmJ42 { top:14rem;left:18.625rem;width:29.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKEcxdVxGCGSaq3gAz7TUrqIGQM0rB1b { top:5.3125rem;left:22rem;width:25.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymt4w9D6BPokF9ecvxdiJddc3b8sk5hf { top:9.9375rem;left:24.6875rem;width:1.3125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P56zn2MOqcsPhQqJV8HG6ysP84r0JIFT { top:13.8125rem;left:24.6875rem;width:1.3125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzWDJX4OR1x4XRfBKwECysMGP4pQgF05 { top:10rem;left:18.4375rem;width:29.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5LxXt2HTKr9WfiAX2m2kQagBpC8zQTr { top:5.9375rem;left:24.6875rem;width:1.3125rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtB8vcOQdiRB4zQGtJXSuKeGv9oTF4Mp { width:10.8125rem;height:3.125rem;top:18.4375rem;left:18.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQD1gk9fTos8TQeTMwoz6wZsghIQAB3B { display:block; }
 }@media only screen and (max-width: 763px) { #zO4P9vvTqCBSlUVtyCrGumJo5KMGTW7D { width:25rem;height:3.125rem;top:18.4375rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETmxXw1zB72ft0KPRIQMTVbkNIRkuIJc { display:block; }
 }@media only screen and (max-width: 763px) { #e0V1qkTR1BHIE6C1ATIFGfkzuQin5AAQ { display:block; }#e0V1qkTR1BHIE6C1ATIFGfkzuQin5AAQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cRDRkuvlyAJVEeFOJAVeh1VNSFRo0TvK { display:block; }#cRDRkuvlyAJVEeFOJAVeh1VNSFRo0TvK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k28HVs5FrzDNQwaAqPi9UZ0T1eUuiTJC { top:0rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgON8V64H9NzKUTeGts7tMZq5VIJskBi { top:5.9375rem;left:0rem;width:23.75rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #M00w5CcmyO3qyIK3zGut2vtWnrpIsslF { top:5.9375rem;left:7.75rem;width:23.75rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5WkRPutp8Ief66ub6ektvPEvZw8iFTX { top:5.9375rem;left:23.625rem;width:23.75rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUirwmnh7Rx66iTM1B6sqNCk6x3qWmie { top:37.375rem;left:0rem;width:21.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKmyGCh4MbFlFqez9voKlGoCmxHS4yms { top:38.75rem;left:0rem;width:7.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIycAfaEqOdaeFNf0FbS2Z76xERfxNIP { top:38.3125rem;left:7.9375rem;width:7.9375rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsaPCOfXXIcC3gzlTVJxBa6Vi4XewVgP { top:7.3125rem;left:0rem;width:20.75rem;height:21.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqNVQMfyJf3Paac6wBnQqduL64eqBz6z { top:7.3125rem;left:10.9375rem;width:20.8125rem;height:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTugnfsKxml4pQwq1Ipw96omOTWrr8lC { top:37.375rem;left:10.5rem;width:21.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWBpSmLSG4JUAe8QZ8RcV8n55vlNJLUx { top:38.25rem;left:23.9375rem;width:7.8125rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHH3yqrdqzi6MMvCovBNPtw8yTQ7puSn { top:38.75rem;left:15.875rem;width:7.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3NyZEu7neyPtcHGVNPggiDcFtCQxHAi { top:37.375rem;left:26.375rem;width:21.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRdtEPxZvJV5wnDP6h61NdLanrwyWEfW { top:38.3125rem;left:39.6875rem;width:7.9375rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppnApOHKwhQ8evPEDxFpsT2AF7mIfLPD { top:38.75rem;left:31.75rem;width:7.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rek6BHE0Su9irkC0kB4CfmuiJ8aITvPT { top:7.3125rem;left:28.0625rem;width:19.5625rem;height:18.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9ZsWkv2RHTth74NXdTlpBBGIcRpKfNB { top:5.9375rem;left:0rem;width:23.75rem;height:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ALbmaZEmeLk9Bg57XmXm6S1vQcIVIPAn { top:19rem;left:0rem;width:21.25rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fsBGwcwXEI34lKCpZMRJ7bFW0N2JimfP { top:80.9375rem;left:6.3125rem;width:7.9375rem;height:1.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #htRNGfyf8aVzVZLModCLzWHcmClHk5mx { top:38.875rem;left:0rem;width:17.5rem;height:32.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KcIEzB64eNF2CGT9O2pG2OUyoNp9LcIy { top:80.9375rem;left:0rem;width:7.9375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #oqQQTqH11kPvwsu2UbT3mhe7F2VXC1cE { top:5.9375rem;left:0rem;width:23.75rem;height:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BOVTIM3Dp28k9Du2Mbq5wfgi0s1awMXH { top:94.375rem;left:6.3125rem;width:7.9375rem;height:1.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Px02UcMONwgPWlxe3cRaTGoz0lL6y8kz { top:19rem;left:0rem;width:21.25rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l3W6oMrMViPXNT5xnhTsO4D29Kd41yyA { top:94.375rem;left:0rem;width:7.9375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ENTb5lecfKKDFvCVDv6TW1o8OA7EAQTl { top:81.75rem;left:0rem;width:17.5rem;height:22.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TH1DFpcbaxAcvSLhqqJJlnEIdzkITe1q { display:block; }#TH1DFpcbaxAcvSLhqqJJlnEIdzkITe1q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXrAKk32VswWVqGh540GNvkq0QhwZUHT { display:block; }#pXrAKk32VswWVqGh540GNvkq0QhwZUHT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVDAKbHqxni14Qfq2NoofnwZIshISW49 { top:0rem;left:0rem;width:40.6875rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZLbsd5offBTctqCaqFW7ae79anyrd1v { top:7rem;left:0rem;width:20rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSorDVsqrqm8OxRoGLQdCPcPd8M6UqII { top:8.5rem;left:13.8125rem;width:23.5rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8Dom3Lh4ieZ9gdQQDxgsAZnOqNTVqEX { top:7.5625rem;left:13.875rem;width:7.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToKXRwl8VMOJIt20rTccLdEnylUoNvbJ { top:12.375rem;left:13.8125rem;width:30.625rem;height:20.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6EOTpwtHqTMPven3PiuLl0u6SuHWVVK { top:36.8125rem;left:2.625rem;width:19.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOod8DR3Anz1LuaXwWviVZWlfo5zG4yI { top:37.75rem;left:2.5rem;width:33rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBoALO75mWaMrOemyQxKAplta8drqk2I { top:41.6875rem;left:2.53125rem;width:30.3125rem;height:18.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvag18A9zLcfEBS2cKh5IPmbW6OcAKXz { top:34.875rem;left:27.75rem;width:20rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvXSF0DxlEFFOC6ZloQKdNJt99CT9a2z { top:28rem;left:0rem;width:13.6875rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P44X61EuLyoRqX36LPKw6wnZZ6KJLgER { width:20rem;height:20.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sPPdgXDx9DEn8pMWq7W65Jyuuyuz1Kte { top:87.6875rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gg4VXfcu7Qqmz706lCBXkialKlItrET7 { width:28.3125rem;height:41.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zHcKkw0kdpCXPTaftIUNDdvP5KKiyi2G { display:block; }#zHcKkw0kdpCXPTaftIUNDdvP5KKiyi2G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hzGwQcQnFdT1ec2mK4PVERi0r5EAQJvW { top:3.75rem;left:0rem;width:5.3125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6AAPCHTAwuwa73ssIIvq4w77fHG0a82 { top:3.75rem;left:42.4375rem;width:5.3125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPcNz2nRgPxutytfm6GZECM75QJIxfpo { top:4.375rem;left:0rem;width:21.6875rem;height:7.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT2aKBFgeg8FS78ShKb7MVoH66xUMs7r { top:6.1875rem;left:12.375rem;width:24.25rem;height:8.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll3rbOGTiq598aTeXSFZhkHQn7V0V1iy { width:13.0625rem;height:3.125rem;top:6.75rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHk0Bz58sEB13aUkInN1qd7TaQvoJIsD { display:block; }
 }@media only screen and (max-width: 763px) { #kwikt04ABU7gTWTMM4MTEmkvdL6ifVlC { width:9.125rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XKg8tJibJ54nF2wzdGcnIKzo80fuOMTV { top:13.75rem;left:0rem;width:20rem;height:10.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nT57QE6PNRVOOXG3iPIrT9CKTFucTxiw { width:9.125rem;height:5.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLUBzP1rXVvSdUlvN8STztdv9L0g3TMn { top:0rem;left:8.75rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMwSzsTTCtLJ867TGWr0LTNok6NahHX7 { display:block; }#VMwSzsTTCtLJ867TGWr0LTNok6NahHX7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fUXSQWnr8xP4SKJKQR2gS4aeF62kkpDz { display:block; }#fUXSQWnr8xP4SKJKQR2gS4aeF62kkpDz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VixG19I1hK4znwT7Qr0C8Bxdr9rprDZO { top:25.625rem;left:0rem;width:40.8125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upp3FTTlaxIucbJviiVIXIfTemmfrtQO { top:0rem;left:0rem;width:31.1875rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #htkCMCTCmT5UJ71cIZTfQUe9GrATmmKf { top:7.5rem;left:0rem;width:32.875rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqX9aq1rl8K2ZT01bhWXl61TNgigLdcW { top:14.9375rem;left:0rem;width:31.4375rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE3WT7eKE7QeTNbLMlMvrgu40cZIMKJt { top:10.1875rem;left:21.0625rem;width:26.6875rem;height:;font-size:1.125rem;display:block; }#oE3WT7eKE7QeTNbLMlMvrgu40cZIMKJt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7f59bd13-3a1d-4a3a-914d-693588959f7a/star_small.svg); }
 }@media only screen and (max-width: 763px) { #RoGuLJfFtz7AGwqhHoQq4VuhGeWzCSVp { width:10.8125rem;height:3.125rem;top:33rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCgaPsgtO6aC4lUwUszUKJKzoHXti8xS { display:block; }
 }@media only screen and (max-width: 763px) { #nxMbkUwwqNywzRbEegJDvMkdQiv0hVom { top:8.9375rem;left:22.75rem;width:25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE6upxKT4A0ClkbRyTDZGUON2n405ZlP { top:2.3125rem;left:22.75rem;width:25rem;height:5.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T24qtOnfbDbooxLRxiHU16wmEIOtmzPr { top:33.0625rem;left:20.25rem;width:27.5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdgS3N7fIXt2Ub1owL8W2UqzL8dJppv1 { top:33.5625rem;left:34rem;width:13.75rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JabcxUqtlpgrJF9TWCMWtWmoTx3s157A { top:33.3125rem;left:20.25rem;width:27.5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGUOD3yeabT93qopRaSrb8y3BIiZCkUe { top:39.875rem;left:20.25rem;width:27.5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nluUttKtmheTBsUfH5AJl5n0OTtM1ker { top:57rem;left:0rem;width:20rem;height:1.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WF66TILt7VT61AOfSF5HblJELBzvHr5x { top:0rem;left:16.25rem;width:31.25rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISAqIBBTtTwRZ3T4cyi2Ase4TG4in6TJ { top:38.25rem;left:20.25rem;width:27.5rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUML6X26EsBnpCy4omurKfugiJtMA5NZ { display:block; }#MUML6X26EsBnpCy4omurKfugiJtMA5NZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XEPgX6TBdKxW1PaHC9C6RWaZbwF2rD5V { display:block; }#XEPgX6TBdKxW1PaHC9C6RWaZbwF2rD5V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTOZ3KTgU8nxcnSFkWKOBwc9TLwbn02u { top:0rem;left:0rem;width:18.25rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTTPcH97KZ3CLvhdF7qSt9yaryAoEmJg { top:3.75rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTXc52CTmalApcP20f0TZmhgL3F2zF20 { top:10.375rem;left:7.625rem;width:24.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzDBRc59T0yFPKCqE8Gglueygceut1LI { top:12.6875rem;left:6.5625rem;width:41.1875rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTy4H7u76QW7iUuE0X3qUIqBWHKNmrP7 { top:36.875rem;left:6.5rem;width:41.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3WTsqPh4rRcGtZgU1yAArGmPyg525FU { top:40.75rem;left:7.625rem;width:38.125rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2HoSKEHJARnDcmREeyghN7kf85EODur { top:38.375rem;left:4.5rem;width:43.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bInZwJDTcLiHIWxQLBgpo0WlWSScmgA4 { top:46rem;left:6.5rem;width:41.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCUg0EzvGTWaQriUcNJyfHPpD0akaTwp { top:57.6875rem;left:6.625rem;width:41.125rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCZyyez8sB9dNwWczymptZTl8Scv17gJ { top:55.3125rem;left:7.625rem;width:34.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH6TMDb7mxP5Q5Lik3SwQTkugrGcmh91 { top:53.875rem;left:6.5rem;width:41.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Esi8oEIvTKV1gpOHILTAhgfMsZsNXIr8 { top:50rem;left:6.5625rem;width:41.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtpWAauTBbLBuypAvGqlIK6dWch7pGyS { top:47.625rem;left:2.875rem;width:44.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLRTGe3zaufhrPeWNN6bkid4tHnfGCk2 { top:39.3125rem;left:0rem;width:9.1875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si5t2I80Xkurp3Undrr0ZoOQUphWxIEO { top:17.8125rem;left:6.5625rem;width:41.1875rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUGfbJGy5w2nxb4r6Jb4VGtGtsA3Uf1M { top:24.4375rem;left:6.5625rem;width:41.1875rem;height:11.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #av8ogBOWFzL5zpmInvq2h3xWbWSaaEBb { top:62.75rem;left:4.875rem;width:42.875rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wadyNbC662v8G4TrCSJweMGtU37oSUXB { top:70.8125rem;left:6.5rem;width:41.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aaidu9hHLQlpXabZpCx4gXTUrTyCLmyI { top:72.25rem;left:7.625rem;width:34.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUlpccNHzh1aqgrsSTtf7pkTVyyEbWwc { top:74.625rem;left:6.625rem;width:39.9375rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcZ2sJ1JRJKUXqvn5RM1Kt97zKnoSc75 { display:block; }#WcZ2sJ1JRJKUXqvn5RM1Kt97zKnoSc75 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKTsTr4gt1rcwkXqqBoKFS3ruL575whV { display:block; }#FKTsTr4gt1rcwkXqqBoKFS3ruL575whV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9PbR1GLSD4ruh8mOTuDmaP4xuezbR3t { top:16.125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0hOGTZ6hDG0WdZNTJuLDHFxxvQ16sz3 { top:18.6875rem;left:0rem;width:19.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXoVf5F1AVDpZXqrtr87pTZ3ZDoHUU3r { top:22.8125rem;left:0rem;width:19.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPrV14V82XuV9NNg5iRanyKNpWVKcnSJ { top:18.6875rem;left:11.375rem;width:19.8125rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA74bBwLhfNKFT41zab1t9IIRdhitnlr { top:18.6875rem;left:22.875rem;width:24.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU0RGNJe3XRLbvpUOwwh7zeeTuhHRxCy { top:21.4375rem;left:22.875rem;width:24.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKQD4MMu1WPQWEnecOTTilQ7l8qUeJDu { top:5rem;left:0rem;width:6.875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFJ4h04vmM6zV0kuXeInMM0uVJncXCSe { top:3.75rem;left:6.0625rem;width:21.6875rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbvPSRJebTUbpVrxSimL5tehgfpboMET { top:8.875rem;left:10.6875rem;width:24.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZsLIPOCKIWeaDZOqBxetbmpx9TTm0LN { top:9.6875rem;left:6rem;width:3rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpO0Eo8TWFOoRta5pZ9EvI8Zyw1XSfPq { top:10.75rem;left:10.6875rem;width:19.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X42ZRzRz3u0KlNKovkuowOmMSXpsnF5K { top:9.625rem;left:27.1875rem;width:3rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JumZZU1mPiQ2vrylA7oBGx93Ap0UiLfQ { top:8.875rem;left:23.25rem;width:24.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eibr8xl31ZVlteND33INh18MB0n75QFd { top:10.75rem;left:27.9375rem;width:19.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNd1kgwgVM825oxBlAPU7mfaERv0xq9n { top:3.75rem;left:28.0625rem;width:1.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl2wmq1IAQULJA6NaD1hrT8zdI4EWHTF { top:4.5625rem;left:30.625rem;width:6.25rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDHeKu081UvmKMxDV619tX14eSMTLxfN { top:3.75rem;left:38.1875rem;width:2.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5blxclpd3vgLHv9bG9SSUtTAbbPqU37 { top:4.5625rem;left:41.5rem;width:6.25rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U30ivafHOmVu48sTS5rrGEerGUcswK8M { top:4.0625rem;left:44.8125rem;width:2.9375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFVHHRPrxlmmnCFRcVQfn8NZehldHewz { top:4.5625rem;left:41.5rem;width:6.25rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SUxr3Aa5mm56I6ePURWHXr9MqfCq427H { background-color:#ffffff;background-image:none;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;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#SUxr3Aa5mm56I6ePURWHXr9MqfCq427H > .row .container { background-color: transparent; background-image: none; }#SUxr3Aa5mm56I6ePURWHXr9MqfCq427H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUxr3Aa5mm56I6ePURWHXr9MqfCq427H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUxr3Aa5mm56I6ePURWHXr9MqfCq427H > .row .container > .video-iframe-container { display: none; }#SUxr3Aa5mm56I6ePURWHXr9MqfCq427H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SUxr3Aa5mm56I6ePURWHXr9MqfCq427H > .row > .video-iframe-container { display: none; }#SUxr3Aa5mm56I6ePURWHXr9MqfCq427H > .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); }#SUxr3Aa5mm56I6ePURWHXr9MqfCq427H > .row .container { border-width: 0; border-radius: 0; }#SUxr3Aa5mm56I6ePURWHXr9MqfCq427H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SUxr3Aa5mm56I6ePURWHXr9MqfCq427H > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlN7TDBhDHWAtWPGRoc8inp2rrmnC8yW { display:flex;top:1.09375rem;left:18.25rem;width:1.5625rem;height:1.5625rem;z-index:15001;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #O8B2iFM5D6aGlvPRbcqTbE47chS298St { width:2.1875rem;height:2.375rem;top:0.6875rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #QvLOgsqa7OWVO3TaQy6GLOwUlOmix1nE { top:5.75rem;left:3.75rem;width:12.5rem;height:1.4375rem;z-index:15002;font-family:montserrat;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;color:#f5f5f3;display:block; }
 }@media only screen and (max-width: 763px) { #EhVcDTkSAseQuLqkwDCA5kgpOzrIFmfr { top:9.0625rem;left:3.75rem;width:12.5rem;height:1.4375rem;z-index:15003;font-family:montserrat;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;color:#f5f5f3;display:block; }
 }@media only screen and (max-width: 763px) { #Pqzw1SOE94nT0ATbTGE6euvXx9oTp67k { top:12.40625rem;left:3.75rem;width:12.5rem;height:1.4375rem;z-index:15004;font-family:montserrat;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;color:#f5f5f3;display:block; }
 }@media only screen and (max-width: 763px) { #KTOebD8omoGBSMu63Jczyk9LNK9sZDJm { top:15.71875rem;left:3.75rem;width:12.5rem;height:1.4375rem;z-index:15005;font-family:montserrat;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;color:#f5f5f3;display:block; }
 }@media only screen and (max-width: 763px) { #VLT9bIPQeazmNTQ27bZTRIsZbTyve1Cm { top:25.125rem;left:3.75rem;width:12.5rem;height:1.4375rem;z-index:15006;font-family:montserrat;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;color:#f5f5f3;display:block; }
 }@media only screen and (max-width: 763px) { #TnihTMPlsQVwpXrv307vfw1Jf3gKulZT { top:3.75rem;left:0rem;width:20rem;height:24.375rem;z-index:14999;background-color:#1e1e1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fO0l79no8HQ4d1CA6uyHluAI4CaNF0l3 { top:19rem;left:0rem;width:20rem;height:1.4375rem;z-index:15007;text-align:center;text-align-last:center;font-family:montserrat;font-size:1.125rem;color:#f5f5f3;display:block; }
 }@media only screen and (max-width: 763px) { #L7EExi9VXPTWWoZ4LGGzzZyDVIG7nD5d { top:22.125rem;left:0.0625rem;width:19.875rem;height:1.4375rem;z-index:15008;font-family:montserrat;color:#f5f5f3;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NRGUwk226cQNNFcmsEJqX9vBgUwwKTwk { width:7.5rem;height:2.3125rem;top:0.71875rem;left:9.5rem;z-index:15001;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKS8eVNVI2PDkniG4DbXb9mx5hmQILvR { display:block; }
 }@media only screen and (max-width: 763px) { #S7yQvBJZ3BiDgBd9HIO0Ok6mbXgnJmri { position:relative;z-index:auto;display:none; }#S7yQvBJZ3BiDgBd9HIO0Ok6mbXgnJmri > .row .container { width:20rem;height:26.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xELeKpXwrKLyI3HJA08JaXe87C2hHAuO { width:4.625rem;height:5rem;top:1.25rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIFBBSKTxhRLiF9DCZ84a4SBvNSOfLWT { width:7.0625rem;height:1.4375rem;top:20.9375rem;left:6.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y0WXa3Kz05iK1OxPXoDg1pJEqm2lv065 { width:6.125rem;height:1.4375rem;top:15.5625rem;left:6.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w0Rq0VivGKpnrzRa2VxM5nhZR6qTFkWp { width:9.8125rem;height:1.4375rem;top:12.875rem;left:5.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ak3dDGDMe6V45zCFciZXuT4ITIqqUiIn { width:9.8125rem;height:1.4375rem;top:10.1875rem;left:5.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xC6L4kLi8xDlpw81XyqiFhMuFRwH2iuG { width:11.0625rem;height:1.4375rem;top:7.5rem;left:4.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aQQXFwmwiOhQqTBqwDCqWNBx8CdwIeNl { width:14.75rem;height:0;top:23.625rem;left:2.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n1XADGhC7m4tUqHbPwsl34a6JP0ztPll { width:7.1875rem;height:0;top:23.625rem;left:6.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3ibKZkh9IH4eF9igeLRMD2xrOnva3ex { width:15.5rem;height:auto;top:3.25rem;left:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PessV7QshdytmgPIVOyhfTZ3BhEoxwvO { display:block; }#PessV7QshdytmgPIVOyhfTZ3BhEoxwvO > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ByOCbvGnP4n3P8Pa8k0y6RtI0xKzpW4w { display:none; }#ByOCbvGnP4n3P8Pa8k0y6RtI0xKzpW4w > .row .container { width:20rem;height:15rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WB3f50MGu3RsnSsWBSdRc5v9TbDg8Jzm { width:20rem;height:9.9411764705881rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:52.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9v0woXEp5k3l2NlVEc1dQKplbNFRmLR { width:20rem;height:0.9375rem;top:16.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CwovyxNoOSLGhWFnf9faE59aKhQuMtVb { width:20rem;height:6.1875rem;top:17.9375rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L5AUvXieLpsGzzHsBnV30A1HlxJ2Akyt { width:19.0625rem;height:17.1875rem;top:25.5625rem;left:0.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mWEWd7eZgRmSOVS5R4dWRRt1oTFrueqt { width:20rem;height:3.125rem;top:44.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OKWmJrHZ3E4GLVebzoXVL3GZnQwQ44vZ { display:block; }
 }@media only screen and (max-width: 763px) { #NQG5zRI39HpQ1rNUrP6kkWZJ9t2WabRN { width:9.6875rem;height:3.125rem;top:44.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwAUTlZxD5ukLvox6qo8fQDWdKVJMVO6 { display:block; }
 }@media only screen and (max-width: 763px) { #VkCx7gTg15P35FbdJv7ODtWPOcJtKIWL { width:16.6875rem;height:18.3125rem;top:10.5rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eax3cbFtAfkMHISrLodmm7r6bwV8JtXB { width:16.6875rem;height:7.25rem;top:30.0625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #o8OQ146lhyMuBH0gI2TeVaJPaBPyTJ9M { width:16.6875rem;height:9.3125rem;top:38.5625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIm7902b0zZC7gl5eN67oNPKW7XSpeWB { width:16.6875rem;height:14.125rem;top:87.9375rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTyZ81I4h0lonicv3hnIvgdUfrieW8kA { width:16.6875rem;height:13.5rem;top:73.1875rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BIOVLW0PaZKpLCEMk7EDHfKKnCDxOBl9 { display:flex;top:1.125rem;left:18.1875rem;width:1.8125rem;height:1.8125rem;z-index:15000;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FXWU1mI5M66Aq6aIKRkJbUosSoC3OOvt { top:1.25rem;left:0rem;width:9.375rem;height:8.1875rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WJuh7mUwUocDkpFOVdQ5FnTtgcrJs6e1 { top:1.25rem;left:10.625rem;width:9.375rem;height:4.375rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #o4MSscz32ALSlL49oNLv7WqTMmAZlHHT { top:10.75rem;left:0rem;width:9.375rem;height:4.4375rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZdznGVVwn6E1EszZrgIy7btgEqiPV0XV { top:6.9375rem;left:10.625rem;width:9.375rem;height:8.25rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IhdbMbd7LPQ9IDSU4mAHt7bG1Xi7GNZE { width:20rem;height:0;top:49.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Zwn9GcIl6NKKaaVIShF3BZfAMd7LE4Tt { width:9.6875rem;height:3.125rem;top:44.8125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #g2Udr2TLxXtgyMs5OKJU25pCG2vAaeXq { display:block; }
 }@media only screen and (max-width: 763px) { #xTB8Duy8C2hbTtEpGT3zthNPDN2HuOpk { width:13.75rem;height:2rem;top:49.1875rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qmTFThVODIz9lT5b32ALoXOCc1ATeyoM { display:block; }#qmTFThVODIz9lT5b32ALoXOCc1ATeyoM > .row .container { width:20rem;height:61.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PK1k1oOmvxLDNOk8p148gloGKF8O59BW { width:20rem;height:0;top:45.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZbzQQ0VD4MGBSe1qTZPZMEk4MmengmH { width:20rem;height:3.5rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #UZN9OZsHL9b2wkU3ynm4apvnTKq2NX7U { width:20rem;height:3.125rem;top:5.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K6tC2GEzRKR1rXxQmHrKTBoQgoUJT10G { width:12.5rem;height:7.75rem;top:9rem;left:3.75rem;font-size:6rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zhJtnwfcDzrGQxnG0lZxbsE5IMTQ7XiT { width:18.75rem;height:1.5625rem;top:16.09375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mhRCzGBAmMAZBmHV7MMlDqfwKlkRynya { width:16.25rem;height:0.125rem;top:18.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtdbPMOGSsWIa3O5rA4xPxRVvD8SsAIR { width:12.5rem;height:7.75rem;top:18.125rem;left:3.75rem;font-size:6rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bALXtCXPEvHEwqeRvrp7twuUpN7Ilkru { width:18.75rem;height:1.5625rem;top:25.25rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AZsLimuKMk1DSOrDVHWNr8rQpmWxQlpF { width:0.125rem;height:11.625rem;top:39.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oNHflDUa0Slxb0iAAhzLKyZyofMbgowa { width:0.125rem;height:11.625rem;top:58.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tt8sUgIZOW1oHAmdWrmo9LdUhw442iRT { width:12.5rem;height:7.75rem;top:27.25rem;left:3.75rem;font-size:6rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dn4VIEGWn3OTO0hEkhmrT2b0RMTy4DZq { width:18.75rem;height:1.5625rem;top:34.3125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FQ126TEbkdMKpPkXU4UU5173fK3Hh05I { width:12.5rem;height:7.75rem;top:36.3125rem;left:3.75rem;font-size:6rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ReFlp1LhLoeIPFQGyO1l0pAaMybghvq8 { width:18.75rem;height:1.5625rem;top:43.4375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RpeDEuUoOW3ZoFlslQsoIwHsrs48cAdw { width:18.75rem;height:1.5625rem;top:47.6875rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JeF1sN29aK85eVN4ckZGXrL9xJdS1pfn { width:18.75rem;height:1.5625rem;top:49.6875rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yeJF8xkvmS3VpWlM916KhKU1ffORqobd { width:17.875rem;height:0;top:53.4375rem;left:1.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #SriT2humvsO55UOiOfsyGXX64WgrExNk { width:16.25rem;height:0.125rem;top:27.25rem;left:1.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #JppE4PPkBCDrUSchGpihBC3khO7iTKBx { width:16.25rem;height:0.125rem;top:36.3125rem;left:1.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #bQBORbTMyiuvGiPOaROlSP93QKyew8Q0 { width:16.25rem;height:0.125rem;top:45.4375rem;left:1.875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Uu3ETNG2I6xwNAz0tsL3v1lwGFP5qUv3 { width:14.625rem;height:1.5625rem;top:50.5625rem;left:2.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MZNqM3Zt6bnLQO7TpTO9JBhIHM0J2Kx4 { width:15.1875rem;height:3.125rem;top:56.5625rem;left:2.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pbFD1eavz4HZ8XBzmEaf2vyDe5Cuz08Q { width:14.3125rem;height:3.125rem;top:53.125rem;left:2.84375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rDQ5FgNTp2c0TEyTZTs201TH3NHLAXWh { width:18.75rem;height:0;top:53.375rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #wt2dh2dBFIc2lucZHFNerqVVOVVyFBw0 { width:17.9375rem;height:6.25rem;top:54.1875rem;left:1.03125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #K0ZJSv4VcgvaeSMHvHwFIVpR8DB45Z3E { display:block; }#K0ZJSv4VcgvaeSMHvHwFIVpR8DB45Z3E > .row .container { width:20rem;height:2.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oe3uhTbxlBRlhvoSA79P2fhoGfJaypga { display:block; }#Oe3uhTbxlBRlhvoSA79P2fhoGfJaypga > .row .container { width:20rem;height:38.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNUA3bv9aF5yHQ96hk2JlqU9Q4LQWv7d { width:20rem;height:11.111111111111rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDS99wwZ7x1oyqJHNMIpZaHZMdLrASmI { width:17.4375rem;height:5.25rem;top:1.25rem;left:1.28125rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #l6y3GzrqMfFuNbwNJAfSTrk1AmI58wwT { width:19.5625rem;height:7.5rem;top:20.7353515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwrIeZXwJzkwI6RaN3AK5Duq5c7GzJmB { width:19.6875rem;height:7.5rem;top:29.4853515625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNATdbUCrFPQOnP6yPvd0Tp6tqSI5dZK { display:block; }#MNATdbUCrFPQOnP6yPvd0Tp6tqSI5dZK > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0fu9681dTbmh5fG75lKOtS23dEFg4mo { display:block; }#r0fu9681dTbmh5fG75lKOtS23dEFg4mo > .row .container { width:20rem;height:62.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SOAZTa964T8aik46aIvVDpbhSDCooZ2z { width:19.5rem;height:7rem;top:0rem;left:0.25rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #pyGTOpmuvNMxUscIJuvraC6PlKc3vFAy { width:19.75rem;height:17.8125rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTCZnbPsv4QNGMfBTQzdaiQ2G6dgKCsz { width:19.75rem;height:16.5rem;top:23.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n9GoTbpQd3qTLCPrKzcJlqM3PT6t5prE { width:19.75rem;height:16.5rem;top:41.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #etckAmszC0paLaX392RbNU0WyBTiRoLw { width:17.5rem;height:0.125rem;top:14.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4ysTAs0OBn8RorBLdcLAc4nFtEhmTho { width:17.0625rem;height:10rem;top:15.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3oL9AhQ1Vs324JuTnZD8JxDdxB7qXpS { width:19.75rem;height:13.75rem;top:28.25rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #FxarKiTmhHTyMASOTQvaeuIBW7KvVPgs { width:17.5rem;height:0.125rem;top:31.875rem;left:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #fUNoxRfnBDwwEnZGFlouxJDExLkDx6Sf { width:7.9375rem;height:0;top:76.4375rem;left:10.875rem;font-size:0.75rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #vwkPq9gbPtVHA62KFc5do6xa0uTNAwJh { width:17rem;height:0;top:38.875rem;left:1.25rem;font-size:1rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #VlTALpowkdHvCZxgSEisWTDOTF7qcViQ { width:7.9375rem;height:0;top:76.90625rem;left:1.25rem;font-size:0.75rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #R4uT66EWZLSmJ5Iber2CsWnHHkIGmyQ8 { width:19.75rem;height:18.125rem;top:43.375rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #uOPDm5pvQSXaHwBU8LXiVKKEHFkCxkWF { width:7.9375rem;height:0;top:106.625rem;left:10.875rem;font-size:0.75rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #JHspzEtSIOQFiiMODXTteHprtpyDGyCv { width:17.5rem;height:0.125rem;top:48.625rem;left:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #zyI8onKvV8W87Lfn1iL7V2xqQQufOnqL { width:7.9375rem;height:0;top:107.125rem;left:1.25rem;font-size:0.75rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #K3KmBGiwUq8yg0xeiPwzlDOmEte25ZsC { width:16.875rem;height:0;top:81.75rem;left:1.25rem;font-size:1rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #rIvL6w5NSW0CSR0g8kmcuMEaTi3ZyzLr { width:18.0625rem;height:4.3125rem;top:10.3125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8oJBk4S8iFOyEC5pLZUCUEhWMPNIpDR { width:18.4375rem;height:1.4375rem;top:29.5rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T15bGH7DT0gRWw4FLiBgRUkTM46DWTwU { width:20rem;height:0.125rem;top:114.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AT0TKbOmzQ5GRIzsGWpoFzPo0QEkFFxJ { width:18.75rem;height:7.5rem;top:33.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a86r8qCGGIC7HAouyHXT5NWOQsQ2Wdrf { width:14.625rem;height:2.875rem;top:44.625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3aRlnoguGzaptVIRBMVrm67s8STga9F { width:20rem;height:0.125rem;top:125.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MMeTAalKGMr0k2xy2RFcp7buSbSimaCe { width:17.4375rem;height:10rem;top:50rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1WwMseZs5Mpb7d8b9vGENwI16WMLABC { display:block; }#B1WwMseZs5Mpb7d8b9vGENwI16WMLABC > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7kw7QqIncRyrl6X4igG7ChBbhE9NPBI { background-color:#ffffff;background-image:none;display:block; }#S7kw7QqIncRyrl6X4igG7ChBbhE9NPBI > .row .container { background-color: transparent; background-image: none; }#S7kw7QqIncRyrl6X4igG7ChBbhE9NPBI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7kw7QqIncRyrl6X4igG7ChBbhE9NPBI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7kw7QqIncRyrl6X4igG7ChBbhE9NPBI > .row .container > .video-iframe-container { display: none; }#S7kw7QqIncRyrl6X4igG7ChBbhE9NPBI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7kw7QqIncRyrl6X4igG7ChBbhE9NPBI > .row > .video-iframe-container { display: none; }#S7kw7QqIncRyrl6X4igG7ChBbhE9NPBI > .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); }#S7kw7QqIncRyrl6X4igG7ChBbhE9NPBI > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZE3EFT2ootmTTFJK0hZvSyc9zJU0yyl8 { width:18.875rem;height:3.5rem;top:0rem;left:0.5625rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #C7PHfVlBQVn7ROdh8Z5TZfNU0KJasclO { width:20rem;height:0.125rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODoG9MgUqCDdRXZCQ04bzUrPPOzp1a1D { width:1.375rem;height:1.75rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbqSBKG4HcwACI53d4fCAEk9KLWQumge { width:1.375rem;height:1.75rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwMt7MUh9DVb8W2H0gWJu850rq8feUMe { width:1.375rem;height:1.75rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGK4a7fxTUHotKlHLBD9AvsBiTiETm4Q { width:1.375rem;height:1.75rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozn79Lg1ISGT1V0zrOq7FoTGtAIFV96f { width:17.5625rem;height:4.3125rem;top:5.96875rem;left:2.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HyHl92pitpWqvIF9OKNS1GH06vnK7uaE { width:17.5625rem;height:2.875rem;top:11.6875rem;left:2.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ww2E234u4TDwCuT96Cv4ocqePLTE0zgF { width:17.5625rem;height:2.875rem;top:15.9375rem;left:2.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #swv9VugCEyr5oZW1orrvzeyH6GuwswcQ { width:17.5625rem;height:4.3125rem;top:20.25rem;left:2.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I31yM1OxweInb095RxvHQ49wkQ8E4NaI { width:17.5625rem;height:2.875rem;top:25.75rem;left:2.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wuS12UBABNnJknlqPkZaRZ2oaSzVTNvp { width:1.375rem;height:1.75rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE1PHy8AIc0KJOIwmJvscSa5KcJP6tmN { width:17.5625rem;height:2.875rem;top:30rem;left:2.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HHr6QC8lfLhx112Q5BBOg3V9OULhgXIk { width:1.375rem;height:1.75rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgBpBHyN9ZDClrA2GZd8ASIuoF9tPume { width:17.5625rem;height:2.875rem;top:34.25rem;left:2.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ryvv4Ol3z2X7GJDTSc4fJWxFScem60Zs { width:1.375rem;height:1.75rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKpm8JWKOc20bn45Bp9PB8DCoTV4aCPk { width:1.375rem;height:1.75rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHyDwGAu5Anby2ix8M68qhayBoZfscUo { width:16.8125rem;height:4.3125rem;top:38.625rem;left:2.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qxcgdavPB1OSASHEpUwsXRw2G59DJT6W { top:44.8125rem;left:0rem;width:20rem;height:7.0625rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hgmhMXH2TVvxk0UFfmiHKUtLZkusDH99 { display:block; }#hgmhMXH2TVvxk0UFfmiHKUtLZkusDH99 > .row .container { width:20rem;height:1.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxPsmMADw1F3c1TTNBk9DKDsxXQUo2rU { display:block; }#CxPsmMADw1F3c1TTNBk9DKDsxXQUo2rU > .row .container { width:20rem;height:165.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdDR9HEwVLC3OsU89dAkoFgIxDOaoKwx { width:20rem;height:27.375rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CXAwDLFyDIIWOheTOMpmPFfuylBbe3Zn { width:20rem;height:2.25rem;top:0rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I7ipwP5lS77CE7hDm2guk2Tk5cTsD5FT { width:20rem;height:1.4375rem;top:4.5rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gz6OESWobveNKZKlTrm2AralLlbaRT3D { width:18.3125rem;height:4.3125rem;top:7.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WONXmNaFUzn3mv47WnNtqbIeRnack03K { width:20rem;height:0.125rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFix3dkh6VsNEG1t64mMa4hh5D3vkpGq { width:20rem;height:5.75rem;top:17.5625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lSGLdcgKNVVmVL5URdTrz4E87GewdI6l { width:20rem;height:1.4375rem;top:14.875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wIIbTaGBVZZv1asvDP7n1VwcyJplD12d { width:20rem;height:0.125rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPqhQu8izsxeshuLTTHJmkhbQOsfITl8 { width:18.8125rem;height:7.1875rem;top:41.4375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NK9TzLDdZSVCEp0ZvbCJAqacm4zEL7AX { width:20rem;height:0.125rem;top:49.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dn8WfddoT3T1Tsph6tu5SbEX4TsLqNGD { width:20rem;height:1.4375rem;top:38.75rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fHrABAZ3nE5OEZ8VH4Hn3Ar3HBEhTtqs { width:20rem;height:0.125rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2zQ2o6VwzXxzqopTKVKUO175n8qpNk7 { width:18.6875rem;height:8.625rem;top:28.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TQMZWlF8gc8lomPrymwvhA5r1N5u5T5e { width:20rem;height:1.4375rem;top:25.5625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #svZGuDVteuNFStSGaP0ssMm8IcOzb5Ud { width:20rem;height:7.1875rem;top:89rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I4zqqUqOmGUdnMo4sCZk3CSX8yc6MgRc { width:20rem;height:0.125rem;top:97.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #al9ouFmblptJogJo15d31DpuCrsaZE8R { width:20rem;height:0.125rem;top:84.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV0Ryg6y1uE9tAuwv2cq5kqKpGbMCNxf { width:19.1875rem;height:7.1875rem;top:77.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OxX2dJpF2hrmFo9pCp6rQftzK84lKqqZ { width:20rem;height:1.4375rem;top:86.3125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XTAlFFTOJTod16Z17hdmGr9y3kvnOUNW { width:19.625rem;height:7.1875rem;top:65.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tn3tvrN3xyT9GMH1W3lEuDLZPhnZrfNU { width:20rem;height:0.125rem;top:72.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrU0s5ba223pWpZKBCfuTCxp0qPxw5D9 { width:20rem;height:1.4375rem;top:74.5625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L9bMrGb0GQsfNLT43LfRdB2f8rznBPRe { width:18.125rem;height:7.1875rem;top:53.3125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GRkA252VfWa7IZs0GkdtcgW8ydbbEzTe { width:20rem;height:0.125rem;top:61rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXaM831DOsTHhIIUuCX4mDIfIZpNgm8k { width:20rem;height:1.4375rem;top:62.5rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z8xyy0ytARDDtV24EMT0wBeS7X6Cd0P3 { width:20rem;height:1.4375rem;top:50.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kEzfJQzdP7dW03JquNd9Kd40HIxmTo7o { width:9.1875rem;height:15.6875rem;top:74.625rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNLwTh0LkTrTUx9trqG6LKR6zh5xp5pU { width:19.1875rem;height:8.625rem;top:101.5625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iVR5QTQWxgPIt2iTbogqu8sh9bRmJSLR { width:20rem;height:1.4375rem;top:98.875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iGmMCDQxyMevZwRCFsBCH7KnLgOaoPRN { width:20rem;height:0.125rem;top:110.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp74373wdTf7ebQyI9ZZhZcQXrNEigBT { width:20rem;height:1.4375rem;top:112.0625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ksv10HxvvbIuboWF5fkNsHgmmu9KiV7F { width:19.5rem;height:7.1875rem;top:114.75rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vvvfM9DFtqnoHruZqBSimcxSnChQBHMh { width:20rem;height:0.125rem;top:122.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLhZry6X9NqbmQ6a53T8NWuMtB0OJ7QH { width:19.375rem;height:8.625rem;top:126.5rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D1TQQy9suHGazcUyewtB8qzxkFfuTSIN { width:20rem;height:1.4375rem;top:123.8125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #meC5XUqZ3N8uLoyr82LDMmRJHJUSbwiu { width:20rem;height:0.125rem;top:135.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEU6fOlNvrhzFnBsZ42pl3oV4KF2ybO5 { width:19.3125rem;height:7.1875rem;top:139.75rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qK9TrPoWknkkvW8Xy3Hah6VdsJpm01Td { width:20rem;height:1.4375rem;top:137.0625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JPrqtzFevN7TBH7566zUFQfMkV2Ucfao { width:20rem;height:0.125rem;top:148.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0PCv904v3FXmbiVbCg1ue7ev9N0nnJV { width:17.9375rem;height:8.625rem;top:152.9375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xHgiQEQQ4ChI2StRcfA7DzJv8cflwduB { width:20rem;height:1.4375rem;top:150.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hwy2FUoDgVP1QXTnz0lWC48Xu2zLL2HP { width:20rem;height:1.875rem;top:162.8125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HX8QaQmZiFNoziU4AOM28FwWrdGmCVen { width:20rem;height:0.125rem;top:165.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0Gvb3ecdo1fSbaTlasQXDTTtz0o4cXy { display:block; }#U0Gvb3ecdo1fSbaTlasQXDTTtz0o4cXy > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKFo3wKDPxlFPdezw5XzCgmURMhTTree { background-color:#221a32;background-image:none;display:block; }#TKFo3wKDPxlFPdezw5XzCgmURMhTTree > .row .container { background-color: transparent; background-image: none; }#TKFo3wKDPxlFPdezw5XzCgmURMhTTree::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKFo3wKDPxlFPdezw5XzCgmURMhTTree > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKFo3wKDPxlFPdezw5XzCgmURMhTTree > .row .container > .video-iframe-container { display: none; }#TKFo3wKDPxlFPdezw5XzCgmURMhTTree > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKFo3wKDPxlFPdezw5XzCgmURMhTTree > .row > .video-iframe-container { display: none; }#TKFo3wKDPxlFPdezw5XzCgmURMhTTree > .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); }#TKFo3wKDPxlFPdezw5XzCgmURMhTTree > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iL9xWTXuxBXR0fKR9dFWiWCgHwBobbmE { width:18.0625rem;height:3.5rem;top:11.4375rem;left:0.96875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf .widget-text.counter-number { padding-top:1.389375rem;padding-right:1.209375rem;padding-bottom:1.389375rem;padding-left:1.209375rem;width:7.255rem;min-width:7.255rem;height:7.46625rem;font-size:5.55625rem;line-height:119.46px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.86875rem;margin-right:0;margin-bottom:0;margin-left:0;width:9.67375rem;height:2.95125rem;font-size:2.08375rem;line-height:47.22px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf { display:flex;width:10.6875rem;height:14.065rem;top:14.8125rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #SKQRtLmT5ZNmNpXVGFKoaC95ECvRNPxU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #At3audwwbeEqDSRwaynD5qrFo64izTqr {  }
 }@media only screen and (max-width: 763px) { #BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #sfGJ73MQXbbFSLTTE0u5SpZmDW5KSB8W {  }
 }@media only screen and (max-width: 763px) { #BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #AWwQBItpZCllq37hNFbhIRoIv8mn6LQy { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #TT6dTyrdZx41vlEvgHrmaQgOkeU8cUFh {  }
 }@media only screen and (max-width: 763px) { #BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #t85h4LJv4BBN7v7J6fH3AW7ywqksmwmL {  }
 }@media only screen and (max-width: 763px) { #BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #WnIm9leD6w8oNPsoIitMtkLeTPQechQO { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #qHqJfu1sTuqrdLTAQNAdCITz98KpQodM {  }
 }@media only screen and (max-width: 763px) { #BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #TwxzEDIpNLaGSktEoTXdtPrcR9lSd32o {  }
 }@media only screen and (max-width: 763px) { #BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #BPBAhiQ8Zh9xV03Vv692KcsxkvBI6dvc { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #c5Q08BW6QQHa2PeTJa2Hvvtd4dFLGAIk {  }
 }@media only screen and (max-width: 763px) { #BWi1W6blW9RfdwsM7q5KMVazqMw0Klzf #m0i5PvpbxiSvPseB6n6KFr1W0918KQ9d {  }
 }@media only screen and (max-width: 763px) { #D1Ea2xnbCEiJrT1ZJprkpNfATzQn4IbE { width:10.0625rem;height:7.3125rem;top:16.25rem;left:9.9375rem;font-size:5.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tdu1x8q8LKmSbmrsJZo8ssQKlHQTrVOF { width:13.0625rem;height:3.125rem;top:25rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx12FRkxHMBZmTHEox97vcdEHHTJPXPn { display:block; }
 }@media only screen and (max-width: 763px) { #EcPByte0h0EO0MWnqrWCSiPrll0sLyCt { top:0rem;left:0rem;width:20rem;height:9.875rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EcTZ1ZEuusTZhAyvqvlaoCcBznnwphJ1 { top:30.0625rem;left:0rem;width:20rem;height:9.875rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tb2GaQtChXEZdZiCmofPcA0sDNaAS2hQ { width:18.75rem;height:3.125rem;top:23.9375rem;left:0.625rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #amx0wr1uxQyczMP3e4if7tfArzkiT2kl { display:block; }
 }@media only screen and (max-width: 763px) { #iVmiukLGJAPdmhCOqVarglfuy6yGX1Jr { display:block; }#iVmiukLGJAPdmhCOqVarglfuy6yGX1Jr > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pce2iTM8GbQl8rRCx5G2hTasQcbbCiPi { display:block; }#pce2iTM8GbQl8rRCx5G2hTasQcbbCiPi > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6OdxxVhQJR5vkITzqgszv6aKPagn04t { width:20rem;height:2.25rem;top:0rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gJOs7UoxGsImBzbitBOP5aOoTbJH4sf6 { width:1.3125rem;height:1.75rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUeUizSml28gOOisHVMvimU4ZlOwPL1v { width:1.3125rem;height:1.75rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbZebQx7E7sThaU3ovxXes7Nzpwsw43f { width:17.0625rem;height:4.3125rem;top:8.125rem;left:2.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dgTIgKsI2mJRu5xBaZSI19bzteiosDC7 { width:16.5625rem;height:4.3125rem;top:13.8125rem;left:2.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CXkK6XT1T9ZsAZTebgupx5As8aX6hAT2 { width:17.5625rem;height:2.875rem;top:3.8125rem;left:2.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nfi7LcovPkA57yTgHbTNuksMbo6NGs0C { width:1.3125rem;height:1.75rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLriSQnrqIpl4IM20vFgNLCW8QMCmJ42 { width:17.25rem;height:2.875rem;top:28rem;left:2.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oKEcxdVxGCGSaq3gAz7TUrqIGQM0rB1b { width:15.875rem;height:2.875rem;top:19.375rem;left:2.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ymt4w9D6BPokF9ecvxdiJddc3b8sk5hf { width:1.3125rem;height:1.75rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P56zn2MOqcsPhQqJV8HG6ysP84r0JIFT { width:1.3125rem;height:1.75rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzWDJX4OR1x4XRfBKwECysMGP4pQgF05 { width:17.5625rem;height:2.875rem;top:23.6875rem;left:2.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A5LxXt2HTKr9WfiAX2m2kQagBpC8zQTr { width:1.3125rem;height:1.75rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtB8vcOQdiRB4zQGtJXSuKeGv9oTF4Mp { width:20rem;height:3.125rem;top:32.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AQD1gk9fTos8TQeTMwoz6wZsghIQAB3B { display:block; }
 }@media only screen and (max-width: 763px) { #zO4P9vvTqCBSlUVtyCrGumJo5KMGTW7D { width:18.75rem;height:3.125rem;top:32.5625rem;left:0.625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ETmxXw1zB72ft0KPRIQMTVbkNIRkuIJc { display:block; }
 }@media only screen and (max-width: 763px) { #e0V1qkTR1BHIE6C1ATIFGfkzuQin5AAQ { display:block; }#e0V1qkTR1BHIE6C1ATIFGfkzuQin5AAQ > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cRDRkuvlyAJVEeFOJAVeh1VNSFRo0TvK { display:block; }#cRDRkuvlyAJVEeFOJAVeh1VNSFRo0TvK > .row .container { width:20rem;height:110.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k28HVs5FrzDNQwaAqPi9UZ0T1eUuiTJC { width:20rem;height:2.25rem;top:0rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hgON8V64H9NzKUTeGts7tMZq5VIJskBi { width:19.75rem;height:32.75rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M00w5CcmyO3qyIK3zGut2vtWnrpIsslF { width:19.75rem;height:16.5rem;top:23.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N5WkRPutp8Ief66ub6ektvPEvZw8iFTX { width:19.75rem;height:16.5rem;top:41.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NUirwmnh7Rx66iTM1B6sqNCk6x3qWmie { width:17.5rem;height:0.125rem;top:32.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKmyGCh4MbFlFqez9voKlGoCmxHS4yms { width:7.9375rem;height:0.9375rem;top:34.03125rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIycAfaEqOdaeFNf0FbS2Z76xERfxNIP { width:7.9375rem;height:1.875rem;top:33.5625rem;left:10.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsaPCOfXXIcC3gzlTVJxBa6Vi4XewVgP { width:16.8125rem;height:26.25rem;top:4.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqNVQMfyJf3Paac6wBnQqduL64eqBz6z { width:20rem;height:0;top:24.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTugnfsKxml4pQwq1Ipw96omOTWrr8lC { width:20rem;height:0.125rem;top:36.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kWBpSmLSG4JUAe8QZ8RcV8n55vlNJLUx { width:7.9375rem;height:0;top:37.5rem;left:12.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pHH3yqrdqzi6MMvCovBNPtw8yTQ7puSn { width:7.9375rem;height:0;top:37.5rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #l3NyZEu7neyPtcHGVNPggiDcFtCQxHAi { width:20rem;height:0.125rem;top:54.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cRdtEPxZvJV5wnDP6h61NdLanrwyWEfW { width:7.9375rem;height:0;top:55.5rem;left:12.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ppnApOHKwhQ8evPEDxFpsT2AF7mIfLPD { width:7.9375rem;height:0;top:55.5rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rek6BHE0Su9irkC0kB4CfmuiJ8aITvPT { width:20rem;height:0;top:42.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9ZsWkv2RHTth74NXdTlpBBGIcRpKfNB { width:19.75rem;height:41.5rem;top:37.625rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ALbmaZEmeLk9Bg57XmXm6S1vQcIVIPAn { width:17.5rem;height:0.125rem;top:75.4375rem;left:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #fsBGwcwXEI34lKCpZMRJ7bFW0N2JimfP { width:7.9375rem;height:1.875rem;top:76.4375rem;left:10.875rem;font-size:0.75rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #htRNGfyf8aVzVZLModCLzWHcmClHk5mx { width:17rem;height:35rem;top:38.875rem;left:1.25rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #KcIEzB64eNF2CGT9O2pG2OUyoNp9LcIy { width:7.9375rem;height:0.9375rem;top:76.90625rem;left:1.25rem;font-size:0.75rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #oqQQTqH11kPvwsu2UbT3mhe7F2VXC1cE { width:19.75rem;height:28.8125rem;top:80.5rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #BOVTIM3Dp28k9Du2Mbq5wfgi0s1awMXH { width:7.9375rem;height:1.875rem;top:106.625rem;left:10.875rem;font-size:0.75rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Px02UcMONwgPWlxe3cRaTGoz0lL6y8kz { width:17.5rem;height:0.125rem;top:105.625rem;left:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #l3W6oMrMViPXNT5xnhTsO4D29Kd41yyA { width:7.9375rem;height:0.9375rem;top:107.125rem;left:1.25rem;font-size:0.75rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #ENTb5lecfKKDFvCVDv6TW1o8OA7EAQTl { width:16.875rem;height:22.5rem;top:81.75rem;left:1.25rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #TH1DFpcbaxAcvSLhqqJJlnEIdzkITe1q { display:block; }#TH1DFpcbaxAcvSLhqqJJlnEIdzkITe1q > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXrAKk32VswWVqGh540GNvkq0QhwZUHT { background-color:#ffffff;background-image:none;display:block; }#pXrAKk32VswWVqGh540GNvkq0QhwZUHT > .row .container { background-color: transparent; background-image: none; }#pXrAKk32VswWVqGh540GNvkq0QhwZUHT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXrAKk32VswWVqGh540GNvkq0QhwZUHT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXrAKk32VswWVqGh540GNvkq0QhwZUHT > .row .container > .video-iframe-container { display: none; }#pXrAKk32VswWVqGh540GNvkq0QhwZUHT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pXrAKk32VswWVqGh540GNvkq0QhwZUHT > .row > .video-iframe-container { display: none; }#pXrAKk32VswWVqGh540GNvkq0QhwZUHT > .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); }#pXrAKk32VswWVqGh540GNvkq0QhwZUHT > .row .container { width:20rem;height:128.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVDAKbHqxni14Qfq2NoofnwZIshISW49 { width:20rem;height:1.625rem;top:0rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WZLbsd5offBTctqCaqFW7ae79anyrd1v { width:17.5rem;height:17.5rem;top:3.0625rem;left:1.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CSorDVsqrqm8OxRoGLQdCPcPd8M6UqII { width:20rem;height:2.25rem;top:22.6875rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o8Dom3Lh4ieZ9gdQQDxgsAZnOqNTVqEX { width:10.3125rem;height:0.9375rem;top:21.8125rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ToKXRwl8VMOJIt20rTccLdEnylUoNvbJ { width:19.0625rem;height:34.5rem;top:25.8125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z6EOTpwtHqTMPven3PiuLl0u6SuHWVVK { width:19.1875rem;height:0.9375rem;top:84.375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TOod8DR3Anz1LuaXwWviVZWlfo5zG4yI { width:20rem;height:0;top:87.0625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kBoALO75mWaMrOemyQxKAplta8drqk2I { width:17.8125rem;height:34.5rem;top:90.875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bvag18A9zLcfEBS2cKh5IPmbW6OcAKXz { width:20rem;height:25.4375rem;top:114.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WvXSF0DxlEFFOC6ZloQKdNJt99CT9a2z { width:13.6875rem;height:13.6875rem;top:10.375rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P44X61EuLyoRqX36LPKw6wnZZ6KJLgER { top:65.5625rem;left:1.25rem;width:17.5rem;height:17.5rem;z-index:15040;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sPPdgXDx9DEn8pMWq7W65Jyuuyuz1Kte { width:20rem;height:4.5rem;top:85.3125rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #gg4VXfcu7Qqmz706lCBXkialKlItrET7 { top:61.0625rem;left:15rem;width:5rem;height:7.5625rem;z-index:15041;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zHcKkw0kdpCXPTaftIUNDdvP5KKiyi2G { display:block; }#zHcKkw0kdpCXPTaftIUNDdvP5KKiyi2G > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hzGwQcQnFdT1ec2mK4PVERi0r5EAQJvW { width:5.3125rem;height:9.125rem;top:6.75rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F6AAPCHTAwuwa73ssIIvq4w77fHG0a82 { width:5.3125rem;height:9.125rem;top:27.3125rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DPcNz2nRgPxutytfm6GZECM75QJIxfpo { width:19.125rem;height:3.5rem;top:7.75rem;left:0.4375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vT2aKBFgeg8FS78ShKb7MVoH66xUMs7r { width:20rem;height:0;top:12.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ll3rbOGTiq598aTeXSFZhkHQn7V0V1iy { width:18.75rem;height:3.125rem;top:32.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHk0Bz58sEB13aUkInN1qd7TaQvoJIsD { display:block; }
 }@media only screen and (max-width: 763px) { #kwikt04ABU7gTWTMM4MTEmkvdL6ifVlC { top:1.25rem;left:5.4375rem;width:8.875rem;height:5.3125rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XKg8tJibJ54nF2wzdGcnIKzo80fuOMTV { width:16.6875rem;height:11.5rem;top:18.6875rem;left:1.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #nT57QE6PNRVOOXG3iPIrT9CKTFucTxiw { top:37.25rem;left:5.5625rem;width:8.875rem;height:5.3125rem;z-index:15040;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lLUBzP1rXVvSdUlvN8STztdv9L0g3TMn { width:12.5rem;height:6.25rem;top:12.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMwSzsTTCtLJ867TGWr0LTNok6NahHX7 { display:block; }#VMwSzsTTCtLJ867TGWr0LTNok6NahHX7 > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fUXSQWnr8xP4SKJKQR2gS4aeF62kkpDz { display:block; }#fUXSQWnr8xP4SKJKQR2gS4aeF62kkpDz > .row .container { width:20rem;height:74.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VixG19I1hK4znwT7Qr0C8Bxdr9rprDZO { width:20rem;height:9.6044921875rem;top:64.7705078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upp3FTTlaxIucbJviiVIXIfTemmfrtQO { width:20rem;height:3.5rem;top:0rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #htkCMCTCmT5UJ71cIZTfQUe9GrATmmKf { width:18.625rem;height:10.0625rem;top:4.8544921875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nqX9aq1rl8K2ZT01bhWXl61TNgigLdcW { width:19.0625rem;height:0;top:15.8544921875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #oE3WT7eKE7QeTNbLMlMvrgu40cZIMKJt { width:17.125rem;height:23.3125rem;top:27.5625rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#oE3WT7eKE7QeTNbLMlMvrgu40cZIMKJt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7f59bd13-3a1d-4a3a-914d-693588959f7a/star_small.svg); }
 }@media only screen and (max-width: 763px) { #RoGuLJfFtz7AGwqhHoQq4VuhGeWzCSVp { width:10.8125rem;height:3.125rem;top:52.8125rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCgaPsgtO6aC4lUwUszUKJKzoHXti8xS { display:block; }
 }@media only screen and (max-width: 763px) { #nxMbkUwwqNywzRbEegJDvMkdQiv0hVom { width:17.5rem;height:0.125rem;top:26.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE6upxKT4A0ClkbRyTDZGUON2n405ZlP { width:20rem;height:3.5rem;top:21.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T24qtOnfbDbooxLRxiHU16wmEIOtmzPr { width:18.1875rem;height:2rem;top:52.4375rem;left:0.90625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JdgS3N7fIXt2Ub1owL8W2UqzL8dJppv1 { width:13.75rem;height:2rem;top:16.5rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JabcxUqtlpgrJF9TWCMWtWmoTx3s157A { width:13.5625rem;height:2rem;top:52.3125rem;left:3.21875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FGUOD3yeabT93qopRaSrb8y3BIiZCkUe { width:20rem;height:0;top:54.625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nluUttKtmheTBsUfH5AJl5n0OTtM1ker { width:20rem;height:1.75rem;top:60.1875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:14999;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WF66TILt7VT61AOfSF5HblJELBzvHr5x { width:19.75rem;height:43.875rem;top:19.4375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ISAqIBBTtTwRZ3T4cyi2Ase4TG4in6TJ { width:15.625rem;height:2rem;top:57.625rem;left:2.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MUML6X26EsBnpCy4omurKfugiJtMA5NZ { display:block; }#MUML6X26EsBnpCy4omurKfugiJtMA5NZ > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XEPgX6TBdKxW1PaHC9C6RWaZbwF2rD5V { display:block; }#XEPgX6TBdKxW1PaHC9C6RWaZbwF2rD5V > .row .container { width:20rem;height:142.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTOZ3KTgU8nxcnSFkWKOBwc9TLwbn02u { width:18.25rem;height:27.375rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTTPcH97KZ3CLvhdF7qSt9yaryAoEmJg { width:20rem;height:3.5rem;top:0rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #gTXc52CTmalApcP20f0TZmhgL3F2zF20 { width:20rem;height:1.4375rem;top:5.75rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pzDBRc59T0yFPKCqE8Gglueygceut1LI { width:17.75rem;height:10.0625rem;top:8.4375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bTy4H7u76QW7iUuE0X3qUIqBWHKNmrP7 { width:20rem;height:0.125rem;top:62.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3WTsqPh4rRcGtZgU1yAArGmPyg525FU { width:17.4375rem;height:8.625rem;top:68.5625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D2HoSKEHJARnDcmREeyghN7kf85EODur { width:19rem;height:4.3125rem;top:63.3125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bInZwJDTcLiHIWxQLBgpo0WlWSScmgA4 { width:20rem;height:0.125rem;top:77.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCUg0EzvGTWaQriUcNJyfHPpD0akaTwp { width:16.75rem;height:8.625rem;top:96rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dCZyyez8sB9dNwWczymptZTl8Scv17gJ { width:20rem;height:2.875rem;top:92.0625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uH6TMDb7mxP5Q5Lik3SwQTkugrGcmh91 { width:20rem;height:0.125rem;top:90.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Esi8oEIvTKV1gpOHILTAhgfMsZsNXIr8 { width:15.6875rem;height:5.75rem;top:84.3125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RtpWAauTBbLBuypAvGqlIK6dWch7pGyS { width:18.0625rem;height:4.3125rem;top:79.125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oLRTGe3zaufhrPeWNN6bkid4tHnfGCk2 { width:9.1875rem;height:15.6875rem;top:74.625rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Si5t2I80Xkurp3Undrr0ZoOQUphWxIEO { width:18.375rem;height:14.375rem;top:19.8125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EUGfbJGy5w2nxb4r6Jb4VGtGtsA3Uf1M { width:17.8125rem;height:25.875rem;top:35.5625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #av8ogBOWFzL5zpmInvq2h3xWbWSaaEBb { width:18.3125rem;height:17.25rem;top:105.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wadyNbC662v8G4TrCSJweMGtU37oSUXB { width:20rem;height:0.125rem;top:123.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aaidu9hHLQlpXabZpCx4gXTUrTyCLmyI { width:20rem;height:2.875rem;top:125.0625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gUlpccNHzh1aqgrsSTtf7pkTVyyEbWwc { width:18.0625rem;height:11.5rem;top:128.6875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WcZ2sJ1JRJKUXqvn5RM1Kt97zKnoSc75 { display:block; }#WcZ2sJ1JRJKUXqvn5RM1Kt97zKnoSc75 > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKTsTr4gt1rcwkXqqBoKFS3ruL575whV { display:block; }#FKTsTr4gt1rcwkXqqBoKFS3ruL575whV > .row .container { width:20rem;height:61.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9PbR1GLSD4ruh8mOTuDmaP4xuezbR3t { width:20rem;height:0.125rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0hOGTZ6hDG0WdZNTJuLDHFxxvQ16sz3 { width:19.8125rem;height:2.875rem;top:37.78125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cXoVf5F1AVDpZXqrtr87pTZ3ZDoHUU3r { width:19.8125rem;height:2.875rem;top:42.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KPrV14V82XuV9NNg5iRanyKNpWVKcnSJ { width:19.8125rem;height:4.3125rem;top:46.5625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sA74bBwLhfNKFT41zab1t9IIRdhitnlr { width:20rem;height:2.875rem;top:52.375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aU0RGNJe3XRLbvpUOwwh7zeeTuhHRxCy { width:20rem;height:2.875rem;top:56.6875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CKQD4MMu1WPQWEnecOTTilQ7l8qUeJDu { width:6.8125rem;height:7.375rem;top:1.0625rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFJ4h04vmM6zV0kuXeInMM0uVJncXCSe { width:20rem;height:1.75rem;top:10rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbvPSRJebTUbpVrxSimL5tehgfpboMET { width:14rem;height:1.4375rem;top:17.8125rem;left:6rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aZsLIPOCKIWeaDZOqBxetbmpx9TTm0LN { width:3rem;height:3.0625rem;top:18.75rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpO0Eo8TWFOoRta5pZ9EvI8Zyw1XSfPq { width:14rem;height:2.875rem;top:19.8125rem;left:6rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X42ZRzRz3u0KlNKovkuowOmMSXpsnF5K { width:3rem;height:3.0625rem;top:27rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JumZZU1mPiQ2vrylA7oBGx93Ap0UiLfQ { width:14rem;height:1.4375rem;top:24.625rem;left:6rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eibr8xl31ZVlteND33INh18MB0n75QFd { width:11.625rem;height:5.75rem;top:26.6875rem;left:6rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FNd1kgwgVM825oxBlAPU7mfaERv0xq9n { width:1rem;height:1.875rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl2wmq1IAQULJA6NaD1hrT8zdI4EWHTF { width:5.9375rem;height:0.9375rem;top:13.96875rem;left:0.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iDHeKu081UvmKMxDV619tX14eSMTLxfN { width:1.5625rem;height:1.75rem;top:13.5625rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5blxclpd3vgLHv9bG9SSUtTAbbPqU37 { width:5.3125rem;height:0.9375rem;top:13.96875rem;left:8.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U30ivafHOmVu48sTS5rrGEerGUcswK8M { width:1.8125rem;height:1.25rem;top:13.8125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFVHHRPrxlmmnCFRcVQfn8NZehldHewz { width:4.5625rem;height:0.9375rem;top:13.96875rem;left:15.4375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }