.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;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); }#LDU2ZayLaTgwTL0Xmpo5I5OVM5ICLqg7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#435e76;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; }#LDU2ZayLaTgwTL0Xmpo5I5OVM5ICLqg7 > .row .container { background-color: transparent; background-image: none; }#LDU2ZayLaTgwTL0Xmpo5I5OVM5ICLqg7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDU2ZayLaTgwTL0Xmpo5I5OVM5ICLqg7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDU2ZayLaTgwTL0Xmpo5I5OVM5ICLqg7 > .row .container > .video-iframe-container { display: none; }#LDU2ZayLaTgwTL0Xmpo5I5OVM5ICLqg7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDU2ZayLaTgwTL0Xmpo5I5OVM5ICLqg7 > .row > .video-iframe-container { display: none; }#LDU2ZayLaTgwTL0Xmpo5I5OVM5ICLqg7 > .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); }#LDU2ZayLaTgwTL0Xmpo5I5OVM5ICLqg7 > .row .container { border-width: 0; border-radius: 0; }#LDU2ZayLaTgwTL0Xmpo5I5OVM5ICLqg7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LDU2ZayLaTgwTL0Xmpo5I5OVM5ICLqg7 > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:60rem;position:relative;display:block; }#fl1IuucOJKBWUe803qwJvFzZFB4gzFTR { 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:3.375rem;width:9.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#QWT19lSe5L9IbJWJDyv2ZGHz1s8gkFui { color:#ffffff;display:block;width:34.875rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:0.21875rem;left:25.125rem;height:3.5rem;text-align:right;text-align-last:right;display:block; }
#TBubdGQuAI3SicTKl56sWT9vqbBH0RnI { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:2.1875rem;left:23.6875rem; }
#COvIWE43cWpBZCDTS3bqTnlWWaTRbIOA { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:0.375rem;left:37.0625rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a815d788-c316-4475-8112-090153178499/2926d399d8114a4193ecbea8394c50a8.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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.39); }#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.39); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#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:77.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#sHQ9QhGNeOPNe1KHbmwutnsy9X3le35C { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:oswald;font-size:2.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.625rem;left:33.75rem;height:3.57470625rem;text-align:right;text-align-last:right;display:block; }
#XhLfa1xzDmft1mb7mR21QMtIgvsXMNDT { 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:15002;opacity:1;top:4.849609375rem;left:56.875rem; }
#JcCCD8GyIvg91i3OJva1I18ImTaK6hK2 { position:absolute;display:block;z-index:15003;height:37.75rem;width:27.5rem;top:16.375rem;left:31.8125rem;display:block; }
#z2g3lXTTay0K9xmNtCc0yITgSa3S1c3N { box-sizing:content-box;height:66.875rem;width:28.9375rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:9.25rem;left:31.0625rem;display:block; }
#BsvsgiRTyTDCUNgFklpoecmX7DbTMPgd { color:#b77250;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.375rem;left:31.8125rem;height:3.16845625rem;display:block; }
#TJSMhoJzS09Gs5thDUI9UP8TWE42pMCW { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.25rem;left:31.9375rem;height:2.5996125rem;display:block; }
#mkheXVbEKARsQ90EhtDgZIpvq6Go1alb { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.5rem;width:29.6875rem;top:24.21875rem;left:-0.025390625rem;display:block; }
#DexWfao22bsdXpVZOnT0ry5w9hzMPE3k { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:oswald;font-size:2.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.66796875rem;left:5.193359375rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#T4l1LlyaqMTl8Er7giLv1GMo88XZJW7x { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.4375rem;left:0.875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#m2TBoDgTthX5CwikeMD8Pq1R067J6l3e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b77250;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; }#m2TBoDgTthX5CwikeMD8Pq1R067J6l3e > .row .container { background-color: transparent; background-image: none; }#m2TBoDgTthX5CwikeMD8Pq1R067J6l3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2TBoDgTthX5CwikeMD8Pq1R067J6l3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2TBoDgTthX5CwikeMD8Pq1R067J6l3e > .row .container > .video-iframe-container { display: none; }#m2TBoDgTthX5CwikeMD8Pq1R067J6l3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2TBoDgTthX5CwikeMD8Pq1R067J6l3e > .row > .video-iframe-container { display: none; }#m2TBoDgTthX5CwikeMD8Pq1R067J6l3e > .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); }#m2TBoDgTthX5CwikeMD8Pq1R067J6l3e > .row .container { border-width: 0; border-radius: 0; }#m2TBoDgTthX5CwikeMD8Pq1R067J6l3e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m2TBoDgTthX5CwikeMD8Pq1R067J6l3e > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:60rem;position:relative;display:block; }#HzAAPrCNgmhufP05MvfNZ1Q1M3XvTvTc { 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.8125rem;width:9.8125rem;top:2.5625rem;left:1.25rem;overflow:hidden;display:block; }
#e24T7aeSU5tKH3E2Wb5kn8JSWzDrKw1G { 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.8125rem;width:9.8125rem;top:2.5625rem;left:13.25rem;overflow:hidden;display:block; }
#pS96N8HKqEnTokdqRGzVfs9VbZCsZxU4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:9.8125rem;top:2.5625rem;left:25.09375rem;overflow:hidden;display:block; }
#wyAFx17yoqabKk8nbd2mdkTLqdHISS8c { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:9.8125rem;top:2.5625rem;left:37.0625rem;overflow:hidden;display:block; }
#AcbWZVAka0b0iuq1469bSkBh7JtWeOUa { 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:9.8125rem;width:9.8125rem;top:2.5625rem;left:48.875rem;overflow:hidden;display:block; }
#o54OTzMMeeBkBmeBuBglXy2a9f7z1MnZ { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.0625rem;left:1rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#nmrmZcqkdNthTAX5tekgc9ZvoeLVzIzU { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.0625rem;left:13rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#ourOeATPizFLZPVyiIZwHJiyDcfH8dkn { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.0625rem;left:24.84375rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#KSRObftK75xp2Pb4d3fWkHpP3cbeU5Jl { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:13.0625rem;left:36.8125rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#sCMSZE9lS4TGTsMrJ8U2ksq9oyIa4KZf { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.0625rem;left:48.625rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#WUqCUoBK9UhF93cvozF4C5bIJVLxCF10 { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.15625rem;left:1rem;height:8.53125rem;text-align:center;text-align-last:center;display:block; }
#GMXoE3vhsKEymJgktkyzPKw2t4SfbQp7 { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.15625rem;left:13.875rem;height:8.53125rem;text-align:center;text-align-last:center;display:block; }
#WUJs9nD3kctIodgWgkUcZfhahHpUIQ7K { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:17.15625rem;left:24.84375rem;height:8.53125rem;text-align:center;text-align-last:center;display:block; }
#wVxW2UoAaQVanQ5pvDSo6Nqt8HRGqHkl { color:#ffffff;display:block;width:8.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.15625rem;left:37.5625rem;height:8.53125rem;text-align:center;text-align-last:center;display:block; }
#L9qv6qFRv0a7td6LQU03DrNWMwD4mgdX { color:#ffffff;display:block;width:8.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.15625rem;left:49.375rem;height:8.53125rem;text-align:center;text-align-last:center;display:block; }
#AgE6I640kQNCsVQOvPFERrx0b7253ATO { position:relative;display:block; }#AgE6I640kQNCsVQOvPFERrx0b7253ATO { background-color: transparent; background-image: none; }#AgE6I640kQNCsVQOvPFERrx0b7253ATO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgE6I640kQNCsVQOvPFERrx0b7253ATO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgE6I640kQNCsVQOvPFERrx0b7253ATO > .row .container > .video-iframe-container { display: none; }#AgE6I640kQNCsVQOvPFERrx0b7253ATO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgE6I640kQNCsVQOvPFERrx0b7253ATO > .row > .video-iframe-container { display: none; }#AgE6I640kQNCsVQOvPFERrx0b7253ATO > .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); }#AgE6I640kQNCsVQOvPFERrx0b7253ATO { border-width: 0; border-radius: 0; }#AgE6I640kQNCsVQOvPFERrx0b7253ATO > .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; }#AgE6I640kQNCsVQOvPFERrx0b7253ATO > .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:30.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lEcOCiyT4scoUuV37AC9wSMwsZ0IMZTQ { 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:17.5rem;width:26.375rem;top:6.28125rem;left:1.25rem;overflow:hidden;display:block; }
#bm4eXKIUDCmHM2e1xagLnlJDiTQp1MGB { color:#b77250;display:block;width:22.75rem;position:absolute;font-family:oswald;font-size:1.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6328125rem;left:34.03125rem;height:4.7119125rem;display:block; }
#CdyEN5tJW8TmKyPwwWAmhzhwrJNofI83 { color:#b77250;display:block;width:17.5rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.09375rem;left:34.03125rem;height:4.2246125rem;display:block; }
#R8TMglLdpyJxu1qJ2Ta5rSMX11XNWrn4 { color:#434340;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.5rem;left:38.125rem;height:2.923825rem;font-style:normal;display:block; }
#ebIItFncnWbV9woTFtaLfUbA8UmTISnx { color:#434340;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.875rem;left:38.125rem;height:1.4624rem;font-style:normal;display:block; }
#L8SiiDeGAiOB4Bt52VMu7a9CZ1z3akmp { color:#434340;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20.125rem;left:38.125rem;height:1.4624rem;font-style:normal;display:block; }
#EH06O7iXWosFhyBdwPN4rlQdOhdB45TL { color:#434340;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.4375rem;left:38.125rem;height:4.38574375rem;font-style:normal;display:block; }
#WqsEfnRgE5vOcTPm25lRu3iHeCUUeRwT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:12.5rem;left:35.1875rem; }
#TzUMpKtXfL1So2EUGsJlNbTqsynzJg2O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:16.5rem;left:35.1875rem; }
#vy7fTCy9FKAqZe810zrym4ihrntqoKpJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:19.8125rem;left:35.1875rem; }
#eFOyU9ovC6zDOWT3hFWokuq9eI4MhKQb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:23.4375rem;left:35.1875rem; }
#tyIPiWCNBni2ST5LBFZTk9fCG0hMN81R { position:relative;display:block; }#tyIPiWCNBni2ST5LBFZTk9fCG0hMN81R { background-color: transparent; background-image: none; }#tyIPiWCNBni2ST5LBFZTk9fCG0hMN81R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyIPiWCNBni2ST5LBFZTk9fCG0hMN81R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyIPiWCNBni2ST5LBFZTk9fCG0hMN81R > .row .container > .video-iframe-container { display: none; }#tyIPiWCNBni2ST5LBFZTk9fCG0hMN81R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tyIPiWCNBni2ST5LBFZTk9fCG0hMN81R > .row > .video-iframe-container { display: none; }#tyIPiWCNBni2ST5LBFZTk9fCG0hMN81R > .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); }#tyIPiWCNBni2ST5LBFZTk9fCG0hMN81R { border-width: 0; border-radius: 0; }#tyIPiWCNBni2ST5LBFZTk9fCG0hMN81R > .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; }#tyIPiWCNBni2ST5LBFZTk9fCG0hMN81R > .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:38.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KEUal9WR8TbfeTyxZ529zErTQmF6zP9S { 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:35.125rem;width:53rem;top:1.375rem;left:1.7001953125rem;overflow:hidden;display:block; }
#ZSQSORxS720l2Ngs9sgXtXP1er04P2z6 { 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; }#ZSQSORxS720l2Ngs9sgXtXP1er04P2z6 > .row .container { background-color: transparent; background-image: none; }#ZSQSORxS720l2Ngs9sgXtXP1er04P2z6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSQSORxS720l2Ngs9sgXtXP1er04P2z6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSQSORxS720l2Ngs9sgXtXP1er04P2z6 > .row .container > .video-iframe-container { display: none; }#ZSQSORxS720l2Ngs9sgXtXP1er04P2z6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSQSORxS720l2Ngs9sgXtXP1er04P2z6 > .row > .video-iframe-container { display: none; }#ZSQSORxS720l2Ngs9sgXtXP1er04P2z6 > .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); }#ZSQSORxS720l2Ngs9sgXtXP1er04P2z6 > .row .container { border-width: 0; border-radius: 0; }#ZSQSORxS720l2Ngs9sgXtXP1er04P2z6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZSQSORxS720l2Ngs9sgXtXP1er04P2z6 > .row .container { font-size:0.875rem;font-family:arial;height:83.5625rem;width:60rem;position:relative;display:block; }#COoHbGrM7ovfqalGNS5p0mN5T13V05p4 { color:#808080;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.4375rem;left:0.0625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#lf7m4uehzFzvUNd0T9eusZN3VnHoV5GF { position:absolute;display:block;z-index:15011;background-color:#ffc600;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:15.6875rem;left:28.75rem;display:block; }
#eU8zTdd7E6hst2PuHTvw659v7kuPpzQJ { color:rgba(128,128,128,0.15);display:block;width:60rem;position:absolute;font-family:bitter;font-size:7.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PRgwTRxmEiMOBoeIyHdXDVBITqq5iDgr { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:28.875rem;width:18.9375rem;top:19.8125rem;left:0rem;display:block; }
#t94pkMI4R75rSPJ0QLRRDlfhKgKLPuTV { color:#6b6a64;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:25.5rem;left:0.71875rem;height:17.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b5wcXWuQ0TdlaTFTf0WrqbsyrvDKp338 { color:#606060;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:44.0625rem;left:0.71875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F1R4aR9TO60izicvQGW6z9qv33O0PSSF { color:#606060;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:48.6875rem;left:21.25rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T6IKcLOt9xn4T3uEltiup6AtGpZEGGDV { color:#606060;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:42.4375rem;left:41.78125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mzuR7KUmdzcX52vDOqUgc8AAuT4ZkLTz { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:34.1875rem;width:18.9375rem;top:19.8125rem;left:20.53125rem;display:block; }
#RllQHXN5ip8TWHS3ZbiqB6nDxW8vWb7X { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:28.125rem;width:18.9375rem;top:19.8125rem;left:41.0625rem;display:block; }
#pHtQmXU9gfTqMbscZbowPu84qmxOGH31 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:22rem;left:4.8125rem; }
#BS7mFWqTHhIHVtSxlXyni6Pch90bSxMV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:22rem;left:6.625rem; }
#W1W5m02B1LcIMsFLflFBDyhkwNOu7QzV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:22rem;left:8.5rem; }
#PWmE6Jyh8wcxWfAUIdKQavct8lofuAE8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:22rem;left:10.375rem; }
#mxNgXcoyiTcyT7eEizmBZK6dVtVxE9Mm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:22rem;left:12.25rem; }
#V8yZveiU8wCubKsHFPUB97JR6lhnBZeT { color:#6b6a64;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15012;line-height:2;letter-spacing:0;top:24.5rem;left:21.25rem;height:22.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uKX6dcZPgnoHsFtne3cQpa9W99typTHP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:21.6875rem;left:25.125rem; }
#HTeJKERTTosIr3GirW373ot0cK8JQa1o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:21.6875rem;left:26.9375rem; }
#ZCeuJMkWssWi57L0pPPlnXM6962IbmMe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:21.6875rem;left:28.8125rem; }
#p7JnyVrFg1tGAXauuvkO9N1GDLZVzyTW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:21.6875rem;left:30.6875rem; }
#TTR6rLbMCC8q5LKSzMnWbRu4CTBellom { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:21.6875rem;left:32.5625rem; }
#EGBc5AisHtCIqvyT735OXxGU96S4J7ht { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:21.6875rem;left:45.625rem; }
#G3AePoO7N4WuycTT8pHwHm7aDA5RFANe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:21.6875rem;left:47.4375rem; }
#TOKGaa2ZK2T4IvinG5zZ5s6QgFy5GWyn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:21.6875rem;left:49.3125rem; }
#dsqTbeil9bip3wI8OkGxisZqub8WaDIq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:21.6875rem;left:51.1875rem; }
#xbxTqmBX28XWHIf4mctnSIkriibDCJSl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:21.6875rem;left:53.0625rem; }
#nRncMVedE5AOIN1BkopkGEH7DF9tZmdA { color:#6b6a64;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15013;line-height:2;letter-spacing:0;top:25.09375rem;left:41.78125rem;height:15.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nZxKc9xMZf3kchlfyOEwb3vEOrthK9xf { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:28.625rem;width:18.9375rem;top:50.3125rem;left:0rem;display:block; }
#K5RhymVVyRhGUoFQVavo85kf7UCPJDIy { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:23.375rem;width:18.9375rem;top:55.5625rem;left:20.53125rem;display:block; }
#XH47fsTLVmIrTKuqfxnGBitlCAM1r2wS { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:29.125rem;width:18.9375rem;top:50.0625rem;left:41.0625rem;display:block; }
#opNay0hQz8gRS1EKcvlO9f7x8zDtF1pN { color:#6b6a64;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15012;line-height:2;letter-spacing:0;top:55.375rem;left:0.71875rem;height:17.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gJars1Z1p7ZtVZAvNzuWa6hTlkpXiTX0 { color:#606060;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:74.25rem;left:0.71875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q2A5qn2THKJ74oRoZRlz9V3SVZ0LDomd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:57.0625rem;left:25.125rem; }
#ZMVtcZwqPDuSrrlCVytnfp5OUb5qaS33 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:57.0625rem;left:26.9375rem; }
#dDoF5Q6Zrt8XvzJg3ipmhVZccToJLi2O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:57.0625rem;left:28.8125rem; }
#WR6TQcZcl7QcRiKTMAGWRtu83z0Ppy5K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:57.0625rem;left:30.6875rem; }
#ekkL1wDV36Ufbtbbd3Cs8RTx5OxfIo9q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:57.0625rem;left:32.5625rem; }
#nfgOdv2816GI3eFld2TtDuDkITL4cO7V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:51.9375rem;left:45.875rem; }
#s8TUZMviZThVy5HMX3PgeC4kp1LhMOz7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:51.9375rem;left:47.6875rem; }
#Tkkr69HCkDCCvWz0F2PghL18ot77mTfZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:51.9375rem;left:49.5625rem; }
#ruMVCoXB0RMILGUMhMmeoyhoOcr2ZKFU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:51.9375rem;left:51.4375rem; }
#xTiAzyX2JWoV4Ls4CoIQqpDBc0eRFF2K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:51.9375rem;left:53.3125rem; }
#T4DWDOSheEfcXNIPXTnTGu5OCZ42gvvd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:52.1875rem;left:4.8125rem; }
#QDzQbJkKFazPzdktaqUokZKG22gNNXlD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:52.1875rem;left:6.625rem; }
#inVRZDL3IaxlcldoAcvbwETTVrugam1H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:52.1875rem;left:8.5rem; }
#avz97RbwWfx61tCQsEUSNuHL38lHGHfd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:52.1875rem;left:10.375rem; }
#ElMIDzSs08fQKbiobCd0qkdMO8TJrOJH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:52.1875rem;left:12.25rem; }
#KbZrZVvO5McrbIGTDE8VA284HuMuRuMo { color:#6b6a64;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15013;line-height:2;letter-spacing:0;top:55rem;left:41.78125rem;height:19.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J32ESGla2xlIcJvI2eIOzVKQJuGRo4iV { color:#606060;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:75.45703125rem;left:41.78125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I9TDUV3c416Vhc2ybzuRrpaO8zT1xxAH { color:#6b6a64;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15013;line-height:2;letter-spacing:0;top:60.58203125rem;left:21.25rem;height:10.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W4PAztN0V2UVvF7G6wqskInST91lwW6m { color:#606060;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:72.875rem;left:21.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ApisWEMvTKWlqyo4LnO9B0H1ShAW8fux { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeae2;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; }#ApisWEMvTKWlqyo4LnO9B0H1ShAW8fux > .row .container { background-color: transparent; background-image: none; }#ApisWEMvTKWlqyo4LnO9B0H1ShAW8fux::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApisWEMvTKWlqyo4LnO9B0H1ShAW8fux > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApisWEMvTKWlqyo4LnO9B0H1ShAW8fux > .row .container > .video-iframe-container { display: none; }#ApisWEMvTKWlqyo4LnO9B0H1ShAW8fux > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApisWEMvTKWlqyo4LnO9B0H1ShAW8fux > .row > .video-iframe-container { display: none; }#ApisWEMvTKWlqyo4LnO9B0H1ShAW8fux > .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); }#ApisWEMvTKWlqyo4LnO9B0H1ShAW8fux > .row .container { border-width: 0; border-radius: 0; }#ApisWEMvTKWlqyo4LnO9B0H1ShAW8fux > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ApisWEMvTKWlqyo4LnO9B0H1ShAW8fux > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:60rem;position:relative;display:block; }#GROnnnMlQbsumzNuuDzoaChs4PKhJtMR { color:#a35e3b;display:block;width:60rem;position:absolute;font-family:bitter;font-size:3.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HWZuoBLCcUEfrz645iQqevdCOqL3f7T1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeae2;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; }#HWZuoBLCcUEfrz645iQqevdCOqL3f7T1 > .row .container { background-color: transparent; background-image: none; }#HWZuoBLCcUEfrz645iQqevdCOqL3f7T1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWZuoBLCcUEfrz645iQqevdCOqL3f7T1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWZuoBLCcUEfrz645iQqevdCOqL3f7T1 > .row .container > .video-iframe-container { display: none; }#HWZuoBLCcUEfrz645iQqevdCOqL3f7T1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWZuoBLCcUEfrz645iQqevdCOqL3f7T1 > .row > .video-iframe-container { display: none; }#HWZuoBLCcUEfrz645iQqevdCOqL3f7T1 > .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); }#HWZuoBLCcUEfrz645iQqevdCOqL3f7T1 > .row .container { border-width: 0; border-radius: 0; }#HWZuoBLCcUEfrz645iQqevdCOqL3f7T1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HWZuoBLCcUEfrz645iQqevdCOqL3f7T1 > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:60rem;position:relative;display:block; }#OvT9OoJ2UwTwrPlROySGwCk8fTwR6EaA { color:#808080;display:block;width:24.4375rem;position:absolute;font-family:bitter;font-size:1.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.125rem;left:2.78125rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lIoSTrBf3pzoqHkn40IenF2WcWtEdeby { color:#808080;display:block;width:24.4375rem;position:absolute;font-family:bitter;font-size:1.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.125rem;left:32.78125rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QbRhQs5vrvDBdHgJ6ORqzc6LCckTCO4d { 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:19.6875rem;width:29.9375rem;top:5.9560546875rem;left:0rem;overflow:hidden;display:block; }
#QxJNyucPVT5FgQd1No8g4TtmnQ55T86I { 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:19.625rem;width:29.5rem;top:5.9873046875rem;left:30.5rem;overflow:hidden;display:block; }
#LZbldo226Q8Lwg6BzMcMSdB7Kmr2s7yN { color:#6b6a64;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:34.25rem;left:8.75rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pLMDZhaO12mTo5M9QSX3vK1Lbd5bkRw4 { color:#6b6a64;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:34.25rem;left:39rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#PeqF4kRGcxX46ppHIJXzrHXo0ZUX6ptF { z-index:15003;top:28.5625rem;left:4.21875rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #dfa88b, #b77250);background-image: -moz-linear-gradient(225deg, #dfa88b, #b77250);background-image: -ms-linear-gradient(225deg, #dfa88b, #b77250);background-image: -o-linear-gradient(225deg, #dfa88b, #b77250);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfa88b', endColorstr='#b77250' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfa88b', endColorstr='#b77250' );";background-image: linear-gradient(225deg, #dfa88b, #b77250);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RKFiZMqsK9TG6iCAPyveFZbdWOQmuWQm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WJdh4ynKXOnXEhIagl8ao3a8fCzvprRR { z-index:15004;top:28.5625rem;left:34.21875rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #dfa88b, #b77250);background-image: -moz-linear-gradient(225deg, #dfa88b, #b77250);background-image: -ms-linear-gradient(225deg, #dfa88b, #b77250);background-image: -o-linear-gradient(225deg, #dfa88b, #b77250);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfa88b', endColorstr='#b77250' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfa88b', endColorstr='#b77250' );";background-image: linear-gradient(225deg, #dfa88b, #b77250);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#a7JlC0SJCXzhaJpKQfB3IK3ssmEVEWoJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pUllhea387EEZGI55FKSSd2nVgJFPhea { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeae2;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; }#pUllhea387EEZGI55FKSSd2nVgJFPhea > .row .container { background-color: transparent; background-image: none; }#pUllhea387EEZGI55FKSSd2nVgJFPhea::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUllhea387EEZGI55FKSSd2nVgJFPhea > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUllhea387EEZGI55FKSSd2nVgJFPhea > .row .container > .video-iframe-container { display: none; }#pUllhea387EEZGI55FKSSd2nVgJFPhea > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pUllhea387EEZGI55FKSSd2nVgJFPhea > .row > .video-iframe-container { display: none; }#pUllhea387EEZGI55FKSSd2nVgJFPhea > .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); }#pUllhea387EEZGI55FKSSd2nVgJFPhea > .row .container { border-width: 0; border-radius: 0; }#pUllhea387EEZGI55FKSSd2nVgJFPhea > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pUllhea387EEZGI55FKSSd2nVgJFPhea > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:60rem;position:relative;display:block; }#Hv103dclWpBnEziOT1srHh4OpGvOiqIB { color:#808080;display:block;width:24.4375rem;position:absolute;font-family:bitter;font-size:1.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.5625rem;left:2.78125rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tdu6TzxyeWGtzTXul3C1IcIkM5rTi1MQ { color:#808080;display:block;width:24.4375rem;position:absolute;font-family:bitter;font-size:1.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.5625rem;left:32.78125rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lHr3a8kXAQtZeKiXZ1GAKPQ4BOwRGP7E { 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:23.125rem;width:29.3125rem;top:6.625rem;left:0.34375rem;overflow:hidden;display:block; }
#PzTvprDQ53L5gHH0CP2q4gI0L6xLChiB { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.125rem;width:29.5rem;top:6.625rem;left:30.25rem;overflow:hidden;display:block; }
#BBcfUOkFDFWF5QsK2gBqU2otAb9RO6Od { color:#6b6a64;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:40.4375rem;left:8.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#KIzT69wTiAA4w1ATL0RV9TCxK38Fu4Jy { color:#6b6a64;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:40.4375rem;left:38.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#OGs4vobosFrmVqn5ktOlLcD7q5rmTumM { z-index:15004;top:34rem;left:4.21875rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #dfa88b, #b77250);background-image: -moz-linear-gradient(225deg, #dfa88b, #b77250);background-image: -ms-linear-gradient(225deg, #dfa88b, #b77250);background-image: -o-linear-gradient(225deg, #dfa88b, #b77250);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfa88b', endColorstr='#b77250' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfa88b', endColorstr='#b77250' );";background-image: linear-gradient(225deg, #dfa88b, #b77250);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fcgFN6pEaU6hN3DD0EyyTsX5Tv3XzK4z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EZcZByznTPVWirpUiLpFDkDyfZTtyEqT { z-index:15005;top:34.0625rem;left:34.21875rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #dfa88b, #b77250);background-image: -moz-linear-gradient(225deg, #dfa88b, #b77250);background-image: -ms-linear-gradient(225deg, #dfa88b, #b77250);background-image: -o-linear-gradient(225deg, #dfa88b, #b77250);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfa88b', endColorstr='#b77250' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfa88b', endColorstr='#b77250' );";background-image: linear-gradient(225deg, #dfa88b, #b77250);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cFyqcC1Sa4N3bBJbB6EWykVeBBeFJFrh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x84qUmhIGp7uSX5p9C2RE2TeeA4JinJC { 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; }#x84qUmhIGp7uSX5p9C2RE2TeeA4JinJC > .row .container { background-color: transparent; background-image: none; }#x84qUmhIGp7uSX5p9C2RE2TeeA4JinJC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x84qUmhIGp7uSX5p9C2RE2TeeA4JinJC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x84qUmhIGp7uSX5p9C2RE2TeeA4JinJC > .row .container > .video-iframe-container { display: none; }#x84qUmhIGp7uSX5p9C2RE2TeeA4JinJC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x84qUmhIGp7uSX5p9C2RE2TeeA4JinJC > .row > .video-iframe-container { display: none; }#x84qUmhIGp7uSX5p9C2RE2TeeA4JinJC > .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); }#x84qUmhIGp7uSX5p9C2RE2TeeA4JinJC > .row .container { border-width: 0; border-radius: 0; }#x84qUmhIGp7uSX5p9C2RE2TeeA4JinJC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x84qUmhIGp7uSX5p9C2RE2TeeA4JinJC > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;position:relative;display:block; }#MvKrXUTxOf2X4im2OMq8RkXBO7SymqDP { color:#435e76;display:block;width:23rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.375rem;left:3.5rem;height:3.16845625rem;font-style:normal;display:block; }
#sgWo0chzdWFJMNF2UwlBf4dCy8iFzT2b { color:#435e76;display:block;width:15.625rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.98046875rem;left:3.5rem;height:9.09864375rem;display:block; }
#Lf9qdQ1AkIuHJvhggqn6UOoT6rKfbdoT { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:9.4375rem;left:3.5rem;display:block; }
#IRmSmesyEC0czwDcwWAKRQf5n4acVTWv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:28.625rem;top:2.7802734375rem;left:30rem;overflow:hidden;display:block; }
#UhS7AZ4bBJp3lrKfI8QPSJ7WTNMnPr1L { box-sizing:content-box;height:24.375rem;width:59.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:0rem;left:0rem;border-top:0.125rem solid #adc1d1;border-left:0.125rem solid #adc1d1;border-right:0.125rem solid #adc1d1;border-bottom:0.125rem solid #adc1d1;display:block; }
#gL94DCuuRi7xA2LAxVlziopea82hcFuV { position:relative;display:block; }#gL94DCuuRi7xA2LAxVlziopea82hcFuV { background-color: transparent; background-image: none; }#gL94DCuuRi7xA2LAxVlziopea82hcFuV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gL94DCuuRi7xA2LAxVlziopea82hcFuV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gL94DCuuRi7xA2LAxVlziopea82hcFuV > .row .container > .video-iframe-container { display: none; }#gL94DCuuRi7xA2LAxVlziopea82hcFuV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gL94DCuuRi7xA2LAxVlziopea82hcFuV > .row > .video-iframe-container { display: none; }#gL94DCuuRi7xA2LAxVlziopea82hcFuV > .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); }#gL94DCuuRi7xA2LAxVlziopea82hcFuV { border-width: 0; border-radius: 0; }#gL94DCuuRi7xA2LAxVlziopea82hcFuV > .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; }#gL94DCuuRi7xA2LAxVlziopea82hcFuV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:47.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TlR5lZ9PtQAiut74GRCqBTfFmEdD7pR6 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.875rem;left:0rem;overflow:hidden;display:block; }
#gexrywPDV0LMIETh9PVWZoF4nbsVr6rm { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.875rem;left:20.4375rem;overflow:hidden;display:block; }
#NhNHGnxkdf5tuMBEOc9zdSwn4mkacEI6 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.9375rem;left:41rem;overflow:hidden;display:block; }
#e7TXS8BQ2XrV9xI92uzksUbTs7bTz185 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:32.0625rem;left:0rem;overflow:hidden;display:block; }
#NlyCkRhquUHAeJMJoqyeITsPEbZvuPO8 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:32.0625rem;left:20.5rem;overflow:hidden;display:block; }
#V83SITOEhCkrlFoVW3DxSwR1DAWFo385 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:32.0625rem;left:41rem;overflow:hidden;display:block; }
#H5rE3hc40VeREVH6VWT0FmO2md8ZzAcl { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.875rem;left:0rem;overflow:hidden;display:block; }
#XSNAosCobGtxGryxVq7lcTMbxXZ3MdiX { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.875rem;left:20.5rem;overflow:hidden;display:block; }
#lVrawEfvx9ygaNatwWkPLWgbzHeFMkeb { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.875rem;left:41rem;overflow:hidden;display:block; }
#uLqf93Q4O2By826xq9rizpvxHueIrs2e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeae2;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; }#uLqf93Q4O2By826xq9rizpvxHueIrs2e > .row .container { background-color: transparent; background-image: none; }#uLqf93Q4O2By826xq9rizpvxHueIrs2e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLqf93Q4O2By826xq9rizpvxHueIrs2e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLqf93Q4O2By826xq9rizpvxHueIrs2e > .row .container > .video-iframe-container { display: none; }#uLqf93Q4O2By826xq9rizpvxHueIrs2e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLqf93Q4O2By826xq9rizpvxHueIrs2e > .row > .video-iframe-container { display: none; }#uLqf93Q4O2By826xq9rizpvxHueIrs2e > .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); }#uLqf93Q4O2By826xq9rizpvxHueIrs2e > .row .container { border-width: 0; border-radius: 0; }#uLqf93Q4O2By826xq9rizpvxHueIrs2e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uLqf93Q4O2By826xq9rizpvxHueIrs2e > .row .container { font-size:0.875rem;font-family:arial;height:58.625rem;width:60rem;position:relative;display:block; }#E6m29alVNH59oqpSlkHOp1Sw7ee8LdcC { color:#435e76;display:block;width:52.5rem;position:absolute;font-family:oswald;font-size:2.625rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:5.76171875rem;left:3.75rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y7AU2SHIDt135WohbAv86TTmHWmnDyLo { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.6875rem;width:41.4375rem;top:12.40625rem;left:0rem;overflow:hidden;display:block; }
#drnf71F1fix7QJvI8uTM1k5OHV0VIfgz { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:17.0625rem;top:12.40625rem;left:42.9375rem;overflow:hidden;display:block; }
#Ht20p3yHgDk5acoZvUuTWKCdyGNOT3AX { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:17.625rem;top:43.21875rem;left:42.375rem;overflow:hidden;display:block; }
#INarth6uUIGWL5hV1EhIrmo7ZcmN5PXi { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5625rem;width:20.375rem;top:40.59375rem;left:0rem;overflow:hidden;display:block; }
#x2Q2wc42GLsg4GcRiwEUIS64SFOEm9IG { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:19.8125rem;top:40.53125rem;left:21.6875rem;overflow:hidden;display:block; }
#ToxAvQW0Bdvu9EQ3iPsf4WLTKmuMH0qX { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:17.5rem;top:27.96875rem;left:42.5rem;overflow:hidden;display:block; }
#HrtbGgFHvPmgysDrmfwbXscaaiXrowwh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeae2;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; }#HrtbGgFHvPmgysDrmfwbXscaaiXrowwh > .row .container { background-color: transparent; background-image: none; }#HrtbGgFHvPmgysDrmfwbXscaaiXrowwh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrtbGgFHvPmgysDrmfwbXscaaiXrowwh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrtbGgFHvPmgysDrmfwbXscaaiXrowwh > .row .container > .video-iframe-container { display: none; }#HrtbGgFHvPmgysDrmfwbXscaaiXrowwh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrtbGgFHvPmgysDrmfwbXscaaiXrowwh > .row > .video-iframe-container { display: none; }#HrtbGgFHvPmgysDrmfwbXscaaiXrowwh > .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); }#HrtbGgFHvPmgysDrmfwbXscaaiXrowwh > .row .container { border-width: 0; border-radius: 0; }#HrtbGgFHvPmgysDrmfwbXscaaiXrowwh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HrtbGgFHvPmgysDrmfwbXscaaiXrowwh > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;position:relative;display:block; }#RXO4ARG0HCOQymL4rgV6Zip2EZlNmgA1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:2.9375rem;height:1.29980625rem;display:block; }
#mTvKSAEIILczlsATdtX8Dh4aNgrc6P4L { color:#000000;display:block;width:12.5rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.0625rem;left:2.9375rem;height:1.29980625rem;display:block; }
#ug7VDuRxbvIu9F4PhbwycDes7FToeGF9 { color:#000000;display:block;width:16.5rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.880859375rem;left:2.9375rem;height:1.29980625rem;display:block; }
#IiKMcAENu5l6agC4z7Ka825SIdrqCC0Z { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.125rem;left:2.9375rem;height:1.29980625rem;display:block; }
#a2cXncEF8GCL5ZNP0D0vAkfXPZdAxVE1 { box-sizing:content-box;height:0.1875rem;width:60rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:4rem;left:0.0625rem;display:block; }
#W588o5ArV3iOmdgrPLS0OzscHGUz0IJ9 { box-sizing:content-box;height:0.1875rem;width:60rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:7.0625rem;left:0rem;display:block; }
#TGVudtsGPpVuDWDqWude114wO8xfvEks { box-sizing:content-box;height:0.1875rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:10.0625rem;left:0rem;display:block; }
#pXE4QHkmL6VbGKa6A99mu6WonfwFz9wN { box-sizing:content-box;height:0.1875rem;width:60rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:13.25rem;left:0rem;display:block; }
#aihbIJhmQrgb4PxvmKQrkTU5QHNezE2O { z-index:15005;top:15.3125rem;left:23.71875rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #dfa88b, #b77250);background-image: -moz-linear-gradient(225deg, #dfa88b, #b77250);background-image: -ms-linear-gradient(225deg, #dfa88b, #b77250);background-image: -o-linear-gradient(225deg, #dfa88b, #b77250);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfa88b', endColorstr='#b77250' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfa88b', endColorstr='#b77250' );";background-image: linear-gradient(225deg, #dfa88b, #b77250);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yrHMd9oU4ExrD051a8fErao0n1uxqogD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TFyAlXH0a5cws4DdBgK7HVtABkBGquhp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:1.7119140625rem;left:0rem; }
#FwTgGCucR6fXy0o8OHwBs4hEUxzuxN1R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:4.7744140625rem;left:0rem; }
#V9BVGmeqyrq66ZyGnvzL8WkyCesDWJGy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:7.880859375rem;left:0rem; }
#RKhZCkCoQ9qBU9Ap2KBiQAPQfAArTvXT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:10.8369140625rem;left:0rem; }
#HM3P72dBnT2ovtXc1zq7XVLRrbO9s6ST { box-sizing:content-box;height:0.1875rem;width:60rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:20.875rem;left:0rem;display:block; }
#LDHGfuTtlzat6D9b36z4HHnqzMxwMPKJ { 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; }#LDHGfuTtlzat6D9b36z4HHnqzMxwMPKJ > .row .container { background-color: transparent; background-image: none; }#LDHGfuTtlzat6D9b36z4HHnqzMxwMPKJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDHGfuTtlzat6D9b36z4HHnqzMxwMPKJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDHGfuTtlzat6D9b36z4HHnqzMxwMPKJ > .row .container > .video-iframe-container { display: none; }#LDHGfuTtlzat6D9b36z4HHnqzMxwMPKJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDHGfuTtlzat6D9b36z4HHnqzMxwMPKJ > .row > .video-iframe-container { display: none; }#LDHGfuTtlzat6D9b36z4HHnqzMxwMPKJ > .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); }#LDHGfuTtlzat6D9b36z4HHnqzMxwMPKJ > .row .container { border-width: 0; border-radius: 0; }#LDHGfuTtlzat6D9b36z4HHnqzMxwMPKJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LDHGfuTtlzat6D9b36z4HHnqzMxwMPKJ > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;position:relative;display:block; }#EkCreFoGVuVJC51tiv6dpcRkTxUvsJKr { color:#435e76;display:block;width:23rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.375rem;left:3.5rem;height:3.16845625rem;font-style:normal;display:block; }
#CLdy5qxXFHOVhxuz95bRum6erFnDE85V { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:9.4375rem;left:3.5rem;display:block; }
#Np2xoZzy25yBlUhhegeytOXS41k8eaik { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:28.5rem;top:2.7802734375rem;left:30rem;overflow:hidden;display:block; }
#Lh5caqN8srGofO4zJtgwuapyF3WPIJbc { box-sizing:content-box;height:24.375rem;width:59.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:0rem;left:0rem;border-top:0.125rem solid #adc1d1;border-left:0.125rem solid #adc1d1;border-right:0.125rem solid #adc1d1;border-bottom:0.125rem solid #adc1d1;display:block; }
#Uqk8aRRC1qQEbvZTr8okWlMnWMJ0PuTz { color:#435e76;display:block;width:15.625rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:10.98046875rem;left:3.5rem;height:9.09864375rem;display:block; }
#UrB4AxowTGUkmMkc6o1CS3gJ1T42T6sm { position:relative;display:block; }#UrB4AxowTGUkmMkc6o1CS3gJ1T42T6sm { background-color: transparent; background-image: none; }#UrB4AxowTGUkmMkc6o1CS3gJ1T42T6sm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrB4AxowTGUkmMkc6o1CS3gJ1T42T6sm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrB4AxowTGUkmMkc6o1CS3gJ1T42T6sm > .row .container > .video-iframe-container { display: none; }#UrB4AxowTGUkmMkc6o1CS3gJ1T42T6sm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrB4AxowTGUkmMkc6o1CS3gJ1T42T6sm > .row > .video-iframe-container { display: none; }#UrB4AxowTGUkmMkc6o1CS3gJ1T42T6sm > .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); }#UrB4AxowTGUkmMkc6o1CS3gJ1T42T6sm { border-width: 0; border-radius: 0; }#UrB4AxowTGUkmMkc6o1CS3gJ1T42T6sm > .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; }#UrB4AxowTGUkmMkc6o1CS3gJ1T42T6sm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xerdF6yv0uNS1VfmlPFT24C7CFiJ3u4w { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.875rem;left:0rem;overflow:hidden;display:block; }
#qBCHveBe8JQdWeM6c9Jc4QNzDCvxGaiW { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.875rem;left:20.4375rem;overflow:hidden;display:block; }
#bS5D5wT7CBI0vCoqaV7AGeiWqZlNfn9I { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.9375rem;left:41rem;overflow:hidden;display:block; }
#V63dC8gDJEO6ZMt3r8s5szsariChppUv { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.375rem;width:19rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.875rem;left:0rem;overflow:hidden;display:block; }
#VivIsMDDevsBX6xHQObD3NSkOTDkFgZD { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.3125rem;width:19rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.875rem;left:20.4375rem;overflow:hidden;display:block; }
#hcQs0zzUzvamEvvD1fNRCB94yzrh48Vc { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.3125rem;width:18.5rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.875rem;left:40.875rem;overflow:hidden;display:block; }
#lnSf3ErsGRGxFTN0n4DTQIhwCTovs1yh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeae2;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; }#lnSf3ErsGRGxFTN0n4DTQIhwCTovs1yh > .row .container { background-color: transparent; background-image: none; }#lnSf3ErsGRGxFTN0n4DTQIhwCTovs1yh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnSf3ErsGRGxFTN0n4DTQIhwCTovs1yh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnSf3ErsGRGxFTN0n4DTQIhwCTovs1yh > .row .container > .video-iframe-container { display: none; }#lnSf3ErsGRGxFTN0n4DTQIhwCTovs1yh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnSf3ErsGRGxFTN0n4DTQIhwCTovs1yh > .row > .video-iframe-container { display: none; }#lnSf3ErsGRGxFTN0n4DTQIhwCTovs1yh > .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); }#lnSf3ErsGRGxFTN0n4DTQIhwCTovs1yh > .row .container { border-width: 0; border-radius: 0; }#lnSf3ErsGRGxFTN0n4DTQIhwCTovs1yh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lnSf3ErsGRGxFTN0n4DTQIhwCTovs1yh > .row .container { font-size:0.875rem;font-family:arial;height:57.5rem;width:60rem;position:relative;display:block; }#xz2m0O2bNOMotnuXknqXQqipIbx54BmD { color:#435e76;display:block;width:52.5rem;position:absolute;font-family:oswald;font-size:2.625rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:5.76171875rem;left:3.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;font-style:normal;display:block; }
#IVKPkTeeGTVbukFtIAJ8aFgow4wCmiJT { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.125rem;width:40.375rem;top:12.40625rem;left:0rem;overflow:hidden;display:block; }
#pq0JMXD3A1Gat4mpGVZvv9F0H1ggBJSE { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:18.0625rem;top:26.15625rem;left:41.9375rem;overflow:hidden;display:block; }
#tCb3QuZa9WVA9IPoTrxQ14lRWz9eCkvP { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:18.1875rem;top:12.40625rem;left:41.8125rem;overflow:hidden;display:block; }
#ZODU6Holdv75xz0nM3x0ZqhFQf6rkVhF { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:17.625rem;top:41.3125rem;left:0rem;overflow:hidden;display:block; }
#ItMOkZQI51ZeQB0DxdlP0VLVeZHk1Sq8 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:20.9375rem;top:41.125rem;left:39.0625rem;overflow:hidden;display:block; }
#onTuPKWMHyBLTBGHeVlaiUD52cZlGn85 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:18.625rem;top:41.03125rem;left:19.125rem;overflow:hidden;display:block; }
#rCe3T4D7KPRVUo9KgdsZLMuDQHTRltV6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeae2;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; }#rCe3T4D7KPRVUo9KgdsZLMuDQHTRltV6 > .row .container { background-color: transparent; background-image: none; }#rCe3T4D7KPRVUo9KgdsZLMuDQHTRltV6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCe3T4D7KPRVUo9KgdsZLMuDQHTRltV6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCe3T4D7KPRVUo9KgdsZLMuDQHTRltV6 > .row .container > .video-iframe-container { display: none; }#rCe3T4D7KPRVUo9KgdsZLMuDQHTRltV6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCe3T4D7KPRVUo9KgdsZLMuDQHTRltV6 > .row > .video-iframe-container { display: none; }#rCe3T4D7KPRVUo9KgdsZLMuDQHTRltV6 > .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); }#rCe3T4D7KPRVUo9KgdsZLMuDQHTRltV6 > .row .container { border-width: 0; border-radius: 0; }#rCe3T4D7KPRVUo9KgdsZLMuDQHTRltV6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rCe3T4D7KPRVUo9KgdsZLMuDQHTRltV6 > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;position:relative;display:block; }#Oiqn6ayCqX3pQ93We5p5SezNsgniBAA6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:2.9375rem;height:1.29980625rem;display:block; }
#WNP5i6eMLFrwe5qQso6p10ShZVy83KNn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.0625rem;left:2.9375rem;height:1.29980625rem;display:block; }
#VLgUtECXHW3mrEluAaRII0AptW92W0zV { color:#000000;display:block;width:16.5rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.880859375rem;left:2.9375rem;height:1.29980625rem;display:block; }
#UmWAKIzCXUdXUu8OEZTwLed78sekxkkT { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.125rem;left:2.9375rem;height:1.29980625rem;display:block; }
#BG65ZIVQIexOWTV9Cq2Dc04nfvJRUreg { box-sizing:content-box;height:0.1875rem;width:60rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:4rem;left:0.0625rem;display:block; }
#ko5DbEM2SWvTcSNV9mgIBImVTT8WdbtL { box-sizing:content-box;height:0.1875rem;width:60rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:7.0625rem;left:0rem;display:block; }
#H2OpyN0xI7Bhhsvl8uKe9QLrIvTnVtVT { box-sizing:content-box;height:0.1875rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:10.0625rem;left:0rem;display:block; }
#tKLiT4tJtxDP4uPxiTXTt0g9SVkRffyU { box-sizing:content-box;height:0.1875rem;width:60rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:13.25rem;left:0rem;display:block; }
#u59xtHJGOUOzsgVZLlBVdTKhWxTmlHTP { z-index:15005;top:15.3125rem;left:23.71875rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #dfa88b, #b77250);background-image: -moz-linear-gradient(225deg, #dfa88b, #b77250);background-image: -ms-linear-gradient(225deg, #dfa88b, #b77250);background-image: -o-linear-gradient(225deg, #dfa88b, #b77250);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfa88b', endColorstr='#b77250' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfa88b', endColorstr='#b77250' );";background-image: linear-gradient(225deg, #dfa88b, #b77250);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OA5NoTXWUXLbi7eaRw6F1OnyvaUERt7s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l8bp0obVBWgXFXZSgLNKFdZSVR5fBK8u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:1.7119140625rem;left:0rem; }
#vZelDh5aDAJ7OROsuKBqzKvHZTEyNSEo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:4.7744140625rem;left:0rem; }
#JLaWNQ8ORIN0960uiAZvA2ofMOd7S8Gu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:7.880859375rem;left:0rem; }
#F4da4JtVbD5Q9rZq5ypVZ3kHzhq6dlHN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:10.8369140625rem;left:0rem; }
#DxZWbdKcOWv8tXAHH46DfAowp2298Fbk { box-sizing:content-box;height:0.1875rem;width:60rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:20.875rem;left:0rem;display:block; }
#fS9XDRAbge95bLCkV6imN5EBAikLSNJ1 { 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; }#fS9XDRAbge95bLCkV6imN5EBAikLSNJ1 > .row .container { background-color: transparent; background-image: none; }#fS9XDRAbge95bLCkV6imN5EBAikLSNJ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS9XDRAbge95bLCkV6imN5EBAikLSNJ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS9XDRAbge95bLCkV6imN5EBAikLSNJ1 > .row .container > .video-iframe-container { display: none; }#fS9XDRAbge95bLCkV6imN5EBAikLSNJ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS9XDRAbge95bLCkV6imN5EBAikLSNJ1 > .row > .video-iframe-container { display: none; }#fS9XDRAbge95bLCkV6imN5EBAikLSNJ1 > .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); }#fS9XDRAbge95bLCkV6imN5EBAikLSNJ1 > .row .container { border-width: 0; border-radius: 0; }#fS9XDRAbge95bLCkV6imN5EBAikLSNJ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fS9XDRAbge95bLCkV6imN5EBAikLSNJ1 > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;position:relative;display:block; }#zl3dRRTNUMR1PpLiJZc2LeH9ogw4f1zv { color:#435e76;display:block;width:24.3125rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.375rem;left:3.5rem;height:3.16845625rem;font-style:normal;display:block; }
#CKU5tIZ8agBB5db4Tw2TITTlRFA6xWIv { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:9.4375rem;left:3.5rem;display:block; }
#bbLoEhTUySxTN3xsiSVgqfsWdhB8L1BP { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:28.5rem;top:2.7802734375rem;left:30rem;overflow:hidden;display:block; }
#hXign6aEgz4zzvsaeGRRA42IgkTzLafO { box-sizing:content-box;height:24.375rem;width:59.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:0rem;left:0rem;border-top:0.125rem solid #adc1d1;border-left:0.125rem solid #adc1d1;border-right:0.125rem solid #adc1d1;border-bottom:0.125rem solid #adc1d1;display:block; }
#FyLEhVyS7QWPOJpaWGqC3ks1LBV41D3v { color:#435e76;display:block;width:15.625rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:10.98046875rem;left:3.5rem;height:9.09864375rem;display:block; }
#L83pdBf8HWTdIPx7c5o6WTbFciGQzi9i { position:relative;display:block; }#L83pdBf8HWTdIPx7c5o6WTbFciGQzi9i { background-color: transparent; background-image: none; }#L83pdBf8HWTdIPx7c5o6WTbFciGQzi9i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L83pdBf8HWTdIPx7c5o6WTbFciGQzi9i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L83pdBf8HWTdIPx7c5o6WTbFciGQzi9i > .row .container > .video-iframe-container { display: none; }#L83pdBf8HWTdIPx7c5o6WTbFciGQzi9i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L83pdBf8HWTdIPx7c5o6WTbFciGQzi9i > .row > .video-iframe-container { display: none; }#L83pdBf8HWTdIPx7c5o6WTbFciGQzi9i > .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); }#L83pdBf8HWTdIPx7c5o6WTbFciGQzi9i { border-width: 0; border-radius: 0; }#L83pdBf8HWTdIPx7c5o6WTbFciGQzi9i > .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; }#L83pdBf8HWTdIPx7c5o6WTbFciGQzi9i > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:46.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#S8VJd6amDp1J6QSMv368OJaRwgXJo3I7 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.875rem;left:0rem;overflow:hidden;display:block; }
#rUO144K6PmhXCD21OLTsSg6pa5I6x7Nn { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.875rem;left:20.4375rem;overflow:hidden;display:block; }
#EZaXvM5yfDEVg9rHIehmUauKuvMcbkzA { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.4375rem;width:18.75rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.9375rem;left:41rem;overflow:hidden;display:block; }
#qSG7pe4dSvz5IOWdr4bnbOEflhyGgV2c { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.375rem;width:18.5625rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.875rem;left:0rem;overflow:hidden;display:block; }
#QtoMZOvbOeqQBHHUiU9nFa6M8f5OwSDN { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.3125rem;width:18.5rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.875rem;left:20.4375rem;overflow:hidden;display:block; }
#na8QxZRxtEBI4OMHIuSBJ6rGC44E9IQ3 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.3125rem;width:18.5rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.875rem;left:40.875rem;overflow:hidden;display:block; }
#XprEL7Oh40xUxAGcbsSQ8ggcFyQP7SPZ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.3125rem;width:18.5rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:31.5625rem;left:20.4375rem;overflow:hidden;display:block; }
#mDc0XbPKHRN6qQ8k4EOHSWObkT5HNflB { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.3125rem;width:18.5rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:31.5625rem;left:41rem;overflow:hidden;display:block; }
#MAuNdBiFpWUNRBMLh7Orq6I1Xg9eBJ0D { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.3125rem;width:18.5625rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:31.53125rem;left:0rem;overflow:hidden;display:block; }
#lI00zimwb6RiTA4LTvPXZXtIKgTukqRv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeae2;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; }#lI00zimwb6RiTA4LTvPXZXtIKgTukqRv > .row .container { background-color: transparent; background-image: none; }#lI00zimwb6RiTA4LTvPXZXtIKgTukqRv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lI00zimwb6RiTA4LTvPXZXtIKgTukqRv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lI00zimwb6RiTA4LTvPXZXtIKgTukqRv > .row .container > .video-iframe-container { display: none; }#lI00zimwb6RiTA4LTvPXZXtIKgTukqRv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lI00zimwb6RiTA4LTvPXZXtIKgTukqRv > .row > .video-iframe-container { display: none; }#lI00zimwb6RiTA4LTvPXZXtIKgTukqRv > .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); }#lI00zimwb6RiTA4LTvPXZXtIKgTukqRv > .row .container { border-width: 0; border-radius: 0; }#lI00zimwb6RiTA4LTvPXZXtIKgTukqRv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lI00zimwb6RiTA4LTvPXZXtIKgTukqRv > .row .container { font-size:0.875rem;font-family:arial;height:65.5625rem;width:60rem;position:relative;display:block; }#gsn0sF58UiHrNQC20aXCqAJcVQ7fAZNI { color:#435e76;display:block;width:52.5rem;position:absolute;font-family:oswald;font-size:2.625rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:5.76171875rem;left:3.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;font-style:normal;display:block; }
#ICFRQiqRD4gqCVf20VzXLLXJNOkaxnRB { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.375rem;width:36.5625rem;top:12.40625rem;left:0rem;overflow:hidden;display:block; }
#ESidk6RfsbKwIpeu0mOSiWnF02g6NHOy { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9375rem;width:29.625rem;top:37.75rem;left:30.375rem;overflow:hidden;display:block; }
#RMLLJLUI6VZHyOM7D8ipOVfMzI4N3tS7 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:29.4375rem;top:39.4375rem;left:0rem;overflow:hidden;display:block; }
#es73POTFuZupgd2250fIMVyrcbLOSleZ { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:22.375rem;top:14.96875rem;left:37.625rem;overflow:hidden;display:block; }
#uFREbQGDUGou99WXqiWlshH9sCbOm5f6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeae2;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; }#uFREbQGDUGou99WXqiWlshH9sCbOm5f6 > .row .container { background-color: transparent; background-image: none; }#uFREbQGDUGou99WXqiWlshH9sCbOm5f6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFREbQGDUGou99WXqiWlshH9sCbOm5f6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFREbQGDUGou99WXqiWlshH9sCbOm5f6 > .row .container > .video-iframe-container { display: none; }#uFREbQGDUGou99WXqiWlshH9sCbOm5f6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFREbQGDUGou99WXqiWlshH9sCbOm5f6 > .row > .video-iframe-container { display: none; }#uFREbQGDUGou99WXqiWlshH9sCbOm5f6 > .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); }#uFREbQGDUGou99WXqiWlshH9sCbOm5f6 > .row .container { border-width: 0; border-radius: 0; }#uFREbQGDUGou99WXqiWlshH9sCbOm5f6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uFREbQGDUGou99WXqiWlshH9sCbOm5f6 > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;position:relative;display:block; }#vXsmNgKTAc6UrIXbBLmAk2K85GqrMM4G { color:#000000;display:block;width:12.5rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:2.9375rem;height:1.29980625rem;display:block; }
#RhFNaFTDSlrT2b6TuqMweTnId5wA9ALL { color:#000000;display:block;width:12.5rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.0625rem;left:2.9375rem;height:1.29980625rem;display:block; }
#ZcIL08JQrGDTlBtk8Cc2V4mtlGu0mrtS { color:#000000;display:block;width:16.5rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.880859375rem;left:2.9375rem;height:1.29980625rem;display:block; }
#GCKm0vGltQ6MmqSnGWv3b6i1JLfTobLF { color:#000000;display:block;width:38rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.125rem;left:2.9375rem;height:1.29980625rem;display:block; }
#OorlAStywF3Gx0sEAssmBAXTaPuTXAVu { box-sizing:content-box;height:0.1875rem;width:60rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:4rem;left:0.0625rem;display:block; }
#TPH66Pc2xVISg84h68JWsVFxMG1yrKq0 { box-sizing:content-box;height:0.1875rem;width:60rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:7.0625rem;left:0rem;display:block; }
#uZhbEMnIlTh6rHEIkCeeCBypZ1gMbxWS { box-sizing:content-box;height:0.1875rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:10.0625rem;left:0rem;display:block; }
#cSqCa3CTHuaqUlkoepIalKTLeMv4CG2X { box-sizing:content-box;height:0.1875rem;width:60rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:13.25rem;left:0rem;display:block; }
#TyFF5VKERh09B3z1vu8GTZM7gicZpz1B { z-index:15005;top:15.3125rem;left:23.71875rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #dfa88b, #b77250);background-image: -moz-linear-gradient(225deg, #dfa88b, #b77250);background-image: -ms-linear-gradient(225deg, #dfa88b, #b77250);background-image: -o-linear-gradient(225deg, #dfa88b, #b77250);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfa88b', endColorstr='#b77250' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfa88b', endColorstr='#b77250' );";background-image: linear-gradient(225deg, #dfa88b, #b77250);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pKcFvwxEkQvhXTGcv42ndoVp9H9tsEXX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BUKUyIUzsXTNkKp073O0kvhI58iw4mDT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:1.7119140625rem;left:0rem; }
#ENx1SWzG7lqQEyDtXovSVAHvZrqVrnsH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:4.7744140625rem;left:0rem; }
#hriiZPcLp5nV0iV57AlSfpgwG3WHlavA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:7.880859375rem;left:0rem; }
#qGfwN1wimAbIOKxh0hh3qKTqcW1eJsXK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:10.8369140625rem;left:0rem; }
#CdFXbn66NPhyrZcXqQofcRUR6ybDK7eP { box-sizing:content-box;height:0.1875rem;width:60rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:20.875rem;left:0rem;display:block; }
#E2zm5mzxGb0FlIa3gyC7qTyG8sgFOQCC { 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; }#E2zm5mzxGb0FlIa3gyC7qTyG8sgFOQCC > .row .container { background-color: transparent; background-image: none; }#E2zm5mzxGb0FlIa3gyC7qTyG8sgFOQCC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2zm5mzxGb0FlIa3gyC7qTyG8sgFOQCC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2zm5mzxGb0FlIa3gyC7qTyG8sgFOQCC > .row .container > .video-iframe-container { display: none; }#E2zm5mzxGb0FlIa3gyC7qTyG8sgFOQCC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2zm5mzxGb0FlIa3gyC7qTyG8sgFOQCC > .row > .video-iframe-container { display: none; }#E2zm5mzxGb0FlIa3gyC7qTyG8sgFOQCC > .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); }#E2zm5mzxGb0FlIa3gyC7qTyG8sgFOQCC > .row .container { border-width: 0; border-radius: 0; }#E2zm5mzxGb0FlIa3gyC7qTyG8sgFOQCC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E2zm5mzxGb0FlIa3gyC7qTyG8sgFOQCC > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:60rem;position:relative;display:block; }#B0uHW7zmXvnzxexr3Tlx05k6eJTn9XBH { color:#435e76;display:block;width:24.3125rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.375rem;left:3.5rem;height:3.16845625rem;font-style:normal;display:block; }
#touSeL6sBbvNeWaMsvOZ2s31sKhi1Uft { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:9.4375rem;left:3.5rem;display:block; }
#BfAMrc2T4Tla2AqqVIGnJGmn3khW5fkp { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:28.5rem;top:2.7802734375rem;left:30rem;overflow:hidden;display:block; }
#DkpK1RVUwrWTDe8lHhKG8ei2DHgUd5UF { box-sizing:content-box;height:24.375rem;width:59.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:0rem;left:0rem;border-top:0.125rem solid #adc1d1;border-left:0.125rem solid #adc1d1;border-right:0.125rem solid #adc1d1;border-bottom:0.125rem solid #adc1d1;display:block; }
#KVBv9l81CcTU1gug5otX7fd2XI3fIh9g { color:#435e76;display:block;width:15.625rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:10.98046875rem;left:3.5rem;height:9.09864375rem;display:block; }
#QJ2DU4DnINdHhqsTGBxlykHlWWncfUG1 { position:relative;display:block; }#QJ2DU4DnINdHhqsTGBxlykHlWWncfUG1 { background-color: transparent; background-image: none; }#QJ2DU4DnINdHhqsTGBxlykHlWWncfUG1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJ2DU4DnINdHhqsTGBxlykHlWWncfUG1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJ2DU4DnINdHhqsTGBxlykHlWWncfUG1 > .row .container > .video-iframe-container { display: none; }#QJ2DU4DnINdHhqsTGBxlykHlWWncfUG1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJ2DU4DnINdHhqsTGBxlykHlWWncfUG1 > .row > .video-iframe-container { display: none; }#QJ2DU4DnINdHhqsTGBxlykHlWWncfUG1 > .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); }#QJ2DU4DnINdHhqsTGBxlykHlWWncfUG1 { border-width: 0; border-radius: 0; }#QJ2DU4DnINdHhqsTGBxlykHlWWncfUG1 > .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; }#QJ2DU4DnINdHhqsTGBxlykHlWWncfUG1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:46.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Rbe5oImQqPLqyeIRXUNzTUQs7KEJdXoV { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.875rem;left:0rem;overflow:hidden;display:block; }
#dEoBJxgJZaiIr6lmWIN4hcTb639wAk9l { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.875rem;left:20.4375rem;overflow:hidden;display:block; }
#tnXKHcHlSWCLkbpuzSM4FbkT4GANQy0A { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.4375rem;width:18.75rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.9375rem;left:41rem;overflow:hidden;display:block; }
#by45tmx9qPTn18IQBtr2SLHNvFzzNoSx { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.3125rem;width:18.5625rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.875rem;left:0rem;overflow:hidden;display:block; }
#ykxp03mtdJx8GmTR47zLG2Jv5QEvaCcZ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.3125rem;width:18.5rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.875rem;left:20.75rem;overflow:hidden;display:block; }
#bkr53AqOhidDMo46dy4wMBc6tRLX2nax { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.3125rem;width:18.5rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:16.875rem;left:41.125rem;overflow:hidden;display:block; }
#J0KaPS9o6s9HkAnPgUAHGV4TeQQik28H { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.3125rem;width:18.5625rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:31.4375rem;left:0rem;overflow:hidden;display:block; }
#cUB8tOFVBWeGR46KExqOGweXSrEA9Z90 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.3125rem;width:18.5rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:31.4375rem;left:20.4375rem;overflow:hidden;display:block; }
#VQDhRqSRT6cvInrhnVZrpl2rAPG7UCeC { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.3125rem;width:15.0625rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:31.4375rem;left:40.875rem;overflow:hidden;display:none; }
#LmTpvJqBUtx5RR4lF4yQtmT2aI1QD4Qo { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.3125rem;width:18.5rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:31.4375rem;left:41.125rem;overflow:hidden;display:block; }
#uQnpUPO24pK1mzZFqMraZ5p9i7SzDi4h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeae2;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; }#uQnpUPO24pK1mzZFqMraZ5p9i7SzDi4h > .row .container { background-color: transparent; background-image: none; }#uQnpUPO24pK1mzZFqMraZ5p9i7SzDi4h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQnpUPO24pK1mzZFqMraZ5p9i7SzDi4h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQnpUPO24pK1mzZFqMraZ5p9i7SzDi4h > .row .container > .video-iframe-container { display: none; }#uQnpUPO24pK1mzZFqMraZ5p9i7SzDi4h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQnpUPO24pK1mzZFqMraZ5p9i7SzDi4h > .row > .video-iframe-container { display: none; }#uQnpUPO24pK1mzZFqMraZ5p9i7SzDi4h > .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); }#uQnpUPO24pK1mzZFqMraZ5p9i7SzDi4h > .row .container { border-width: 0; border-radius: 0; }#uQnpUPO24pK1mzZFqMraZ5p9i7SzDi4h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uQnpUPO24pK1mzZFqMraZ5p9i7SzDi4h > .row .container { font-size:0.875rem;font-family:arial;height:84.375rem;width:60rem;position:relative;display:block; }#bJpHFtT51vfsLOpE6OLE2s6WXb7XnlS6 { color:#435e76;display:block;width:52.5rem;position:absolute;font-family:oswald;font-size:2.625rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:5.76171875rem;left:3.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;font-style:normal;display:block; }
#zQeqS2y1PvUNgAlUDBGoMcbxAuCZUoCT { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.6875rem;width:41.3125rem;top:12.40625rem;left:0rem;overflow:hidden;display:block; }
#SpVgAgtC0KytIzn5267cFOPOe0IkR3IJ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.8125rem;width:27.5rem;top:59.71875rem;left:2rem;overflow:hidden;display:block; }
#W6eiIsex82vuyq6f5ocAfmNNldNu3Trb { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:19.4375rem;top:41.84375rem;left:21.0625rem;overflow:hidden;display:block; }
#ySA6srzS3NFrtCBwudvarctQvxWCzN8S { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:17.625rem;top:45.28125rem;left:42.375rem;overflow:hidden;display:block; }
#TcsZkTgIlq7SOtfavOGcOXf9efnlURTq { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:17.25rem;top:28.84375rem;left:42.600235849057rem;overflow:hidden;display:block; }
#VUfsT6IxUunhAKnb1Cp5UHEQp0syQIW0 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:17.25rem;top:12.40625rem;left:42.601814516129rem;overflow:hidden;display:block; }
#dKKZDxlgoPTGHG0IMfTC1EaTsRD631Rg { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:19.5rem;top:43.09375rem;left:0rem;overflow:hidden;display:block; }
#p1tL4UvzBisOuLT5mZOUb3dsiimL8w94 { position:absolute;display:block;z-index:15023;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:21.125rem;width:26.5rem;top:61.65625rem;left:32.5625rem;overflow:hidden;display:block; }
#UEFtCJryfiT2cty3ekBuzDRLgnQZwokG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeae2;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; }#UEFtCJryfiT2cty3ekBuzDRLgnQZwokG > .row .container { background-color: transparent; background-image: none; }#UEFtCJryfiT2cty3ekBuzDRLgnQZwokG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEFtCJryfiT2cty3ekBuzDRLgnQZwokG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEFtCJryfiT2cty3ekBuzDRLgnQZwokG > .row .container > .video-iframe-container { display: none; }#UEFtCJryfiT2cty3ekBuzDRLgnQZwokG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEFtCJryfiT2cty3ekBuzDRLgnQZwokG > .row > .video-iframe-container { display: none; }#UEFtCJryfiT2cty3ekBuzDRLgnQZwokG > .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); }#UEFtCJryfiT2cty3ekBuzDRLgnQZwokG > .row .container { border-width: 0; border-radius: 0; }#UEFtCJryfiT2cty3ekBuzDRLgnQZwokG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UEFtCJryfiT2cty3ekBuzDRLgnQZwokG > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;position:relative;display:block; }#idH1WrCyDxBtBoVpl2W7bwuSBG77f21a { color:#000000;display:block;width:12.5rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:2.9375rem;height:1.29980625rem;display:block; }
#KkHbTivAfm7eBvycaxN1fzBONHvI4TZq { color:#000000;display:block;width:12.5rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.0625rem;left:2.9375rem;height:1.29980625rem;display:block; }
#Nds7gRiytIicKxlXMg89eNOSuChU8Myc { color:#000000;display:block;width:16.5rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.880859375rem;left:2.9375rem;height:1.29980625rem;display:block; }
#phMaEPGFLZVcRchOcUplLGla9J1cI2GM { color:#000000;display:block;width:38rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.125rem;left:2.9375rem;height:1.29980625rem;display:block; }
#ORvLpGzV3731Th1qplrJEwNAFtgNuFJM { box-sizing:content-box;height:0.1875rem;width:60rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:4rem;left:0.0625rem;display:block; }
#HLIsdxgKgbBKEtIEilqwZLEDddPN7JNx { box-sizing:content-box;height:0.1875rem;width:60rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:7.0625rem;left:0rem;display:block; }
#ndSMMTT8FPCf0hD9c4McaIcdZTyKDlMm { box-sizing:content-box;height:0.1875rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:10.0625rem;left:0rem;display:block; }
#OtdJ94KNBhUrUcUO3z52TzXsssNwqexg { box-sizing:content-box;height:0.1875rem;width:60rem;position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:13.25rem;left:0rem;display:block; }
#L8LTsBiua7BOK9ilVXw0wU7psImw2b55 { z-index:15005;top:15.3125rem;left:23.71875rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #dfa88b, #b77250);background-image: -moz-linear-gradient(225deg, #dfa88b, #b77250);background-image: -ms-linear-gradient(225deg, #dfa88b, #b77250);background-image: -o-linear-gradient(225deg, #dfa88b, #b77250);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfa88b', endColorstr='#b77250' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfa88b', endColorstr='#b77250' );";background-image: linear-gradient(225deg, #dfa88b, #b77250);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Kilgz6NOdC60wH1eqB390uIdUq2nvwvw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ix2BTdesVm1G3JKH4qfHRJk04q8scx5D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:1.7119140625rem;left:0rem; }
#xECSzI1AobHuTv1VuN9fuDgQkcAn8Hqq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:4.7744140625rem;left:0rem; }
#wQJuuRQzEOTeOyDwr6TO5O6xBtUrea4v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:7.880859375rem;left:0rem; }
#sTVMZ8QywCM9tyEF6xDIyBTf9BwsVQJG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:10.8369140625rem;left:0rem; }
#TTiclzpuU9GsfBeov1bbG3D3s0hLdsCo { box-sizing:content-box;height:0.1875rem;width:60rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:20.875rem;left:0rem;display:block; }
#fPJigHk7mTbpcJXUFBN47XiwHlez03sg { background-color:transparent;background-image:url("https://images.assets-landingi.com/zf3hI1DG/bg2.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#fPJigHk7mTbpcJXUFBN47XiwHlez03sg.adaptive-delivery-prevent-bg, #fPJigHk7mTbpcJXUFBN47XiwHlez03sg.lazyload, #fPJigHk7mTbpcJXUFBN47XiwHlez03sg.lazyloading { background-image: none; }#fPJigHk7mTbpcJXUFBN47XiwHlez03sg > .row .container { background-color: transparent; background-image: none; }#fPJigHk7mTbpcJXUFBN47XiwHlez03sg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.28); }#fPJigHk7mTbpcJXUFBN47XiwHlez03sg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPJigHk7mTbpcJXUFBN47XiwHlez03sg > .row .container > .video-iframe-container { display: none; }#fPJigHk7mTbpcJXUFBN47XiwHlez03sg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.28); }#fPJigHk7mTbpcJXUFBN47XiwHlez03sg > .row > .video-iframe-container { display: none; }#fPJigHk7mTbpcJXUFBN47XiwHlez03sg > .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); }#fPJigHk7mTbpcJXUFBN47XiwHlez03sg > .row .container { border-width: 0; border-radius: 0; }#fPJigHk7mTbpcJXUFBN47XiwHlez03sg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fPJigHk7mTbpcJXUFBN47XiwHlez03sg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fPJigHk7mTbpcJXUFBN47XiwHlez03sg > .row .container { width:60rem;height:57.8125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#xuxlmcQS3dVtB3zzVVE9fqVctO8TQkgp { color:#435e76;display:block;width:56.625rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:3.96875rem;left:0rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dON9Jf4chHFUXvzLv3TivQcA12ruGTPA { color:#b77250;display:block;width:48.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:9.28125rem;left:11.125rem;height:1.94970625rem;font-style:normal;display:block; }
#zhUlqFGW8tNrb9Lz7s10cWk1ylCS36Gn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:40.5rem;left:11.125rem;height:6.499rem;display:block; }
#zf0fMOJgarempNGSv8zgcNKSCCCmi6d2 { 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:18.875rem;width:14.25rem;top:15rem;left:11.125rem;overflow:hidden;display:block; }
#T5KtWpzlPPDBKAmbpfzHTFJzO0infXBu { color:#b77250;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:37.9375rem;left:11.125rem;height:1.625rem;font-style:normal;display:block; }
#fXRVXm95GPRB4ZOK38qLv4IhzRur1Dtc { color:#435e76;display:block;width:14.75rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:35.3125rem;left:11.125rem;height:2.69970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tn0XIqsMDPsg8OmrviX9f4SvuF06iTJH { z-index:15006;top:49.873046875rem;left:19.75rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #dfa88b, #b77250);background-image: -moz-linear-gradient(225deg, #dfa88b, #b77250);background-image: -ms-linear-gradient(225deg, #dfa88b, #b77250);background-image: -o-linear-gradient(225deg, #dfa88b, #b77250);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfa88b', endColorstr='#b77250' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfa88b', endColorstr='#b77250' );";background-image: linear-gradient(225deg, #dfa88b, #b77250);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nWl5cKfkeUE0VCfLwG4BH9S0sQrcIkLJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZKuVPrhVuFTM6DGpG3O3xRN34b6LyeJ1 { color:#b77250;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:37.9375rem;left:35.375rem;height:1.625rem;font-style:normal;display:block; }
#RnyrGEPNq8awZievf2rWNosTcuWBkpvn { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:bitter;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:40.5rem;left:35.375rem;height:6.499rem;display:block; }
#qX31Jbos4HWy0rqJMUdel7t5i4cqu5KL { color:#435e76;display:block;width:14.75rem;position:absolute;font-family:oswald;font-size:2.25rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:35.3125rem;left:35.375rem;height:2.69970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AIG4p5qT6b4CZPr8MRuDvav6I6CfCaBS { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:16.0625rem;top:15rem;left:35.375rem;overflow:hidden;display:block; }
#E1FNSOofK7uf0917nINz0MBtKTx2RQO0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#435e76;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; }#E1FNSOofK7uf0917nINz0MBtKTx2RQO0 > .row .container { background-color: transparent; background-image: none; }#E1FNSOofK7uf0917nINz0MBtKTx2RQO0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1FNSOofK7uf0917nINz0MBtKTx2RQO0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1FNSOofK7uf0917nINz0MBtKTx2RQO0 > .row .container > .video-iframe-container { display: none; }#E1FNSOofK7uf0917nINz0MBtKTx2RQO0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1FNSOofK7uf0917nINz0MBtKTx2RQO0 > .row > .video-iframe-container { display: none; }#E1FNSOofK7uf0917nINz0MBtKTx2RQO0 > .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); }#E1FNSOofK7uf0917nINz0MBtKTx2RQO0 > .row .container { border-width: 0; border-radius: 0; }#E1FNSOofK7uf0917nINz0MBtKTx2RQO0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E1FNSOofK7uf0917nINz0MBtKTx2RQO0 > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#LzxITr6iJaI6icR4wAzMIG70uAefTWLo { color:#adc1d1;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.09375rem;left:42.8125rem;height:2.2744125rem;text-align:right;text-align-last:right;display:block; }
#ZBhbV31Zn2eJErQHTCVi72gxq4BDBHDp { color:#edeae2;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.09375rem;left:0rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#Gu8ztzhli6d6vtsmF8lKhwyGZlEbUuop { 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:4.25rem;width:12.75rem;top:0.84375rem;left:23.625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LDU2ZayLaTgwTL0Xmpo5I5OVM5ICLqg7 { display:block; }#LDU2ZayLaTgwTL0Xmpo5I5OVM5ICLqg7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fl1IuucOJKBWUe803qwJvFzZFB4gzFTR { top:0rem;left:0rem;width:9.875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWT19lSe5L9IbJWJDyv2ZGHz1s8gkFui { top:0.1875rem;left:12.875rem;width:34.875rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBubdGQuAI3SicTKl56sWT9vqbBH0RnI { top:2.1875rem;left:17.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COvIWE43cWpBZCDTS3bqTnlWWaTRbIOA { top:0.375rem;left:30.9375rem;width:1.5625rem;height:1.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) { #sHQ9QhGNeOPNe1KHbmwutnsy9X3le35C { top:4.625rem;left:25.25rem;width:22.5rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhLfa1xzDmft1mb7mR21QMtIgvsXMNDT { top:4.8125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcCCD8GyIvg91i3OJva1I18ImTaK6hK2 { top:16.375rem;left:20.25rem;width:27.5rem;height:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2g3lXTTay0K9xmNtCc0yITgSa3S1c3N { top:9.25rem;left:18.8125rem;width:28.9375rem;height:66.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsvsgiRTyTDCUNgFklpoecmX7DbTMPgd { top:9.375rem;left:25.6875rem;width:12.5rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJSMhoJzS09Gs5thDUI9UP8TWE42pMCW { top:13.25rem;left:21.5625rem;width:26.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkheXVbEKARsQ90EhtDgZIpvq6Go1alb { top:24.1875rem;left:0rem;width:29.6875rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DexWfao22bsdXpVZOnT0ry5w9hzMPE3k { top:10.625rem;left:0rem;width:19.25rem;height:7.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4l1LlyaqMTl8Er7giLv1GMo88XZJW7x { top:19.4375rem;left:0rem;width:28.25rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2TBoDgTthX5CwikeMD8Pq1R067J6l3e { display:block; }#m2TBoDgTthX5CwikeMD8Pq1R067J6l3e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HzAAPrCNgmhufP05MvfNZ1Q1M3XvTvTc { top:2.5625rem;left:0rem;width:9.8125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e24T7aeSU5tKH3E2Wb5kn8JSWzDrKw1G { top:2.5625rem;left:7.125rem;width:9.8125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS96N8HKqEnTokdqRGzVfs9VbZCsZxU4 { top:2.5625rem;left:18.96875rem;width:9.8125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyAFx17yoqabKk8nbd2mdkTLqdHISS8c { top:2.5625rem;left:30.9375rem;width:9.8125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcbWZVAka0b0iuq1469bSkBh7JtWeOUa { top:2.5625rem;left:37.9375rem;width:9.8125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o54OTzMMeeBkBmeBuBglXy2a9f7z1MnZ { top:13.0625rem;left:0rem;width:10.3125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmrmZcqkdNthTAX5tekgc9ZvoeLVzIzU { top:13.0625rem;left:6.875rem;width:10.3125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ourOeATPizFLZPVyiIZwHJiyDcfH8dkn { top:13.0625rem;left:18.71875rem;width:10.3125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSRObftK75xp2Pb4d3fWkHpP3cbeU5Jl { top:13.0625rem;left:30.6875rem;width:10.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCMSZE9lS4TGTsMrJ8U2ksq9oyIa4KZf { top:13.0625rem;left:37.4375rem;width:10.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUqCUoBK9UhF93cvozF4C5bIJVLxCF10 { top:17.125rem;left:0rem;width:10.3125rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMXoE3vhsKEymJgktkyzPKw2t4SfbQp7 { top:17.125rem;left:7.75rem;width:8.5625rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUJs9nD3kctIodgWgkUcZfhahHpUIQ7K { top:17.125rem;left:18.71875rem;width:10.3125rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVxW2UoAaQVanQ5pvDSo6Nqt8HRGqHkl { top:17.125rem;left:31.4375rem;width:8.8125rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9qv6qFRv0a7td6LQU03DrNWMwD4mgdX { top:17.125rem;left:38.9375rem;width:8.8125rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgE6I640kQNCsVQOvPFERrx0b7253ATO { display:block; }#AgE6I640kQNCsVQOvPFERrx0b7253ATO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lEcOCiyT4scoUuV37AC9wSMwsZ0IMZTQ { top:6.25rem;left:0rem;width:26.375rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm4eXKIUDCmHM2e1xagLnlJDiTQp1MGB { top:1.625rem;left:25rem;width:22.75rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdyEN5tJW8TmKyPwwWAmhzhwrJNofI83 { top:7.0625rem;left:27.90625rem;width:17.5rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8TMglLdpyJxu1qJ2Ta5rSMX11XNWrn4 { top:12.5rem;left:30.25rem;width:17.5rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebIItFncnWbV9woTFtaLfUbA8UmTISnx { top:16.875rem;left:30.25rem;width:17.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8SiiDeGAiOB4Bt52VMu7a9CZ1z3akmp { top:20.125rem;left:30.25rem;width:17.5rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH06O7iXWosFhyBdwPN4rlQdOhdB45TL { top:23.4375rem;left:30.25rem;width:17.5rem;height:4.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqsEfnRgE5vOcTPm25lRu3iHeCUUeRwT { top:12.5rem;left:29.0625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzUMpKtXfL1So2EUGsJlNbTqsynzJg2O { top:16.5rem;left:29.0625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy7fTCy9FKAqZe810zrym4ihrntqoKpJ { top:19.8125rem;left:29.0625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFOyU9ovC6zDOWT3hFWokuq9eI4MhKQb { top:23.4375rem;left:29.0625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyIPiWCNBni2ST5LBFZTk9fCG0hMN81R { display:block; }#tyIPiWCNBni2ST5LBFZTk9fCG0hMN81R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEUal9WR8TbfeTyxZ529zErTQmF6zP9S { top:1.375rem;left:0rem;width:47.75rem;height:31.645636792453rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSQSORxS720l2Ngs9sgXtXP1er04P2z6 { display:block; }#ZSQSORxS720l2Ngs9sgXtXP1er04P2z6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #COoHbGrM7ovfqalGNS5p0mN5T13V05p4 { width:47.75rem;height:4.0625rem;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf7m4uehzFzvUNd0T9eusZN3VnHoV5GF { width:2.5rem;height:0.125rem;top:15.6875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU8zTdd7E6hst2PuHTvw659v7kuPpzQJ { width:47.75rem;height:9.75rem;top:0.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRgwTRxmEiMOBoeIyHdXDVBITqq5iDgr { width:18.9375rem;height:28.875rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t94pkMI4R75rSPJ0QLRRDlfhKgKLPuTV { width:17.5rem;height:17.5rem;top:25.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5wcXWuQ0TdlaTFTf0WrqbsyrvDKp338 { width:11.25rem;height:1.625rem;top:44.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1R4aR9TO60izicvQGW6z9qv33O0PSSF { width:11.25rem;height:3.25rem;top:48.6875rem;left:15.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6IKcLOt9xn4T3uEltiup6AtGpZEGGDV { width:12.375rem;height:1.625rem;top:42.4375rem;left:35.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzuR7KUmdzcX52vDOqUgc8AAuT4ZkLTz { width:18.9375rem;height:34.1875rem;top:19.8125rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RllQHXN5ip8TWHS3ZbiqB6nDxW8vWb7X { width:18.9375rem;height:28.125rem;top:19.8125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHtQmXU9gfTqMbscZbowPu84qmxOGH31 { top:22rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS7mFWqTHhIHVtSxlXyni6Pch90bSxMV { top:22rem;left:0.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1W5m02B1LcIMsFLflFBDyhkwNOu7QzV { top:22rem;left:2.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWmE6Jyh8wcxWfAUIdKQavct8lofuAE8 { top:22rem;left:4.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxNgXcoyiTcyT7eEizmBZK6dVtVxE9Mm { top:22rem;left:6.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8yZveiU8wCubKsHFPUB97JR6lhnBZeT { width:17.5rem;height:22.75rem;top:24.5rem;left:15.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKX6dcZPgnoHsFtne3cQpa9W99typTHP { top:21.6875rem;left:19rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTeJKERTTosIr3GirW373ot0cK8JQa1o { top:21.6875rem;left:20.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCeuJMkWssWi57L0pPPlnXM6962IbmMe { top:21.6875rem;left:22.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7JnyVrFg1tGAXauuvkO9N1GDLZVzyTW { top:21.6875rem;left:24.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTR6rLbMCC8q5LKSzMnWbRu4CTBellom { top:21.6875rem;left:26.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGBc5AisHtCIqvyT735OXxGU96S4J7ht { top:21.6875rem;left:39.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3AePoO7N4WuycTT8pHwHm7aDA5RFANe { top:21.6875rem;left:41.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOKGaa2ZK2T4IvinG5zZ5s6QgFy5GWyn { top:21.6875rem;left:43.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsqTbeil9bip3wI8OkGxisZqub8WaDIq { top:21.6875rem;left:45.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbxTqmBX28XWHIf4mctnSIkriibDCJSl { top:21.6875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRncMVedE5AOIN1BkopkGEH7DF9tZmdA { width:17.5rem;height:15.75rem;top:25.0625rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZxKc9xMZf3kchlfyOEwb3vEOrthK9xf { width:18.9375rem;height:28.625rem;top:50.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5RhymVVyRhGUoFQVavo85kf7UCPJDIy { width:18.9375rem;height:23.375rem;top:55.5625rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH47fsTLVmIrTKuqfxnGBitlCAM1r2wS { width:18.9375rem;height:29.125rem;top:50.0625rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #opNay0hQz8gRS1EKcvlO9f7x8zDtF1pN { width:17.5rem;height:17.5rem;top:55.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJars1Z1p7ZtVZAvNzuWa6hTlkpXiTX0 { width:11.25rem;height:1.625rem;top:74.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2A5qn2THKJ74oRoZRlz9V3SVZ0LDomd { top:57.0625rem;left:19rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMVtcZwqPDuSrrlCVytnfp5OUb5qaS33 { top:57.0625rem;left:20.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDoF5Q6Zrt8XvzJg3ipmhVZccToJLi2O { top:57.0625rem;left:22.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR6TQcZcl7QcRiKTMAGWRtu83z0Ppy5K { top:57.0625rem;left:24.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekkL1wDV36Ufbtbbd3Cs8RTx5OxfIo9q { top:57.0625rem;left:26.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfgOdv2816GI3eFld2TtDuDkITL4cO7V { top:51.9375rem;left:39.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8TUZMviZThVy5HMX3PgeC4kp1LhMOz7 { top:51.9375rem;left:41.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkkr69HCkDCCvWz0F2PghL18ot77mTfZ { top:51.9375rem;left:43.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruMVCoXB0RMILGUMhMmeoyhoOcr2ZKFU { top:51.9375rem;left:45.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTiAzyX2JWoV4Ls4CoIQqpDBc0eRFF2K { top:51.9375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4DWDOSheEfcXNIPXTnTGu5OCZ42gvvd { top:52.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDzQbJkKFazPzdktaqUokZKG22gNNXlD { top:52.1875rem;left:0.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inVRZDL3IaxlcldoAcvbwETTVrugam1H { top:52.1875rem;left:2.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #avz97RbwWfx61tCQsEUSNuHL38lHGHfd { top:52.1875rem;left:4.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElMIDzSs08fQKbiobCd0qkdMO8TJrOJH { top:52.1875rem;left:6.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbZrZVvO5McrbIGTDE8VA284HuMuRuMo { width:17.5rem;height:19.25rem;top:55rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J32ESGla2xlIcJvI2eIOzVKQJuGRo4iV { width:15.1875rem;height:1.625rem;top:75.4375rem;left:32.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9TDUV3c416Vhc2ybzuRrpaO8zT1xxAH { width:17.5rem;height:10.5rem;top:60.5625rem;left:15.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4PAztN0V2UVvF7G6wqskInST91lwW6m { width:11.25rem;height:1.625rem;top:72.875rem;left:15.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApisWEMvTKWlqyo4LnO9B0H1ShAW8fux { display:block; }#ApisWEMvTKWlqyo4LnO9B0H1ShAW8fux > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GROnnnMlQbsumzNuuDzoaChs4PKhJtMR { width:47.75rem;height:4.0625rem;top:1.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWZuoBLCcUEfrz645iQqevdCOqL3f7T1 { display:block; }#HWZuoBLCcUEfrz645iQqevdCOqL3f7T1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvT9OoJ2UwTwrPlROySGwCk8fTwR6EaA { width:24.4375rem;height:2.5rem;top:2.125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIoSTrBf3pzoqHkn40IenF2WcWtEdeby { width:24.4375rem;height:2.5rem;top:2.125rem;left:23.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbRhQs5vrvDBdHgJ6ORqzc6LCckTCO4d { top:5.9375rem;left:0rem;width:29.9375rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxJNyucPVT5FgQd1No8g4TtmnQ55T86I { top:5.9375rem;left:18.25rem;width:29.5rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZbldo226Q8Lwg6BzMcMSdB7Kmr2s7yN { top:34.25rem;left:5.6875rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLMDZhaO12mTo5M9QSX3vK1Lbd5bkRw4 { top:34.25rem;left:29.8125rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeqF4kRGcxX46ppHIJXzrHXo0ZUX6ptF { top:28.5625rem;left:1.15625rem;width:21.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKFiZMqsK9TG6iCAPyveFZbdWOQmuWQm { display:block; }
 }@media only screen and (max-width: 763px) { #WJdh4ynKXOnXEhIagl8ao3a8fCzvprRR { top:28.5625rem;left:25.03125rem;width:21.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7JlC0SJCXzhaJpKQfB3IK3ssmEVEWoJ { display:block; }
 }@media only screen and (max-width: 763px) { #pUllhea387EEZGI55FKSSd2nVgJFPhea { display:block; }#pUllhea387EEZGI55FKSSd2nVgJFPhea > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hv103dclWpBnEziOT1srHh4OpGvOiqIB { width:24.4375rem;height:2.5rem;top:2.5625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdu6TzxyeWGtzTXul3C1IcIkM5rTi1MQ { width:24.4375rem;height:2.5rem;top:2.5625rem;left:23.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHr3a8kXAQtZeKiXZ1GAKPQ4BOwRGP7E { top:6.625rem;left:0rem;width:29.3125rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzTvprDQ53L5gHH0CP2q4gI0L6xLChiB { top:6.625rem;left:18.25rem;width:29.5rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBcfUOkFDFWF5QsK2gBqU2otAb9RO6Od { top:40.4375rem;left:5.6875rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIzT69wTiAA4w1ATL0RV9TCxK38Fu4Jy { top:40.4375rem;left:29.5625rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGs4vobosFrmVqn5ktOlLcD7q5rmTumM { top:34rem;left:1.15625rem;width:21.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcgFN6pEaU6hN3DD0EyyTsX5Tv3XzK4z { display:block; }
 }@media only screen and (max-width: 763px) { #EZcZByznTPVWirpUiLpFDkDyfZTtyEqT { top:34.0625rem;left:25.03125rem;width:21.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFyqcC1Sa4N3bBJbB6EWykVeBBeFJFrh { display:block; }
 }@media only screen and (max-width: 763px) { #x84qUmhIGp7uSX5p9C2RE2TeeA4JinJC { display:block; }#x84qUmhIGp7uSX5p9C2RE2TeeA4JinJC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MvKrXUTxOf2X4im2OMq8RkXBO7SymqDP { top:5.375rem;left:0.4375rem;width:23rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgWo0chzdWFJMNF2UwlBf4dCy8iFzT2b { top:10.9375rem;left:0.4375rem;width:15.625rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf9qdQ1AkIuHJvhggqn6UOoT6rKfbdoT { top:9.4375rem;left:0.4375rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRmSmesyEC0czwDcwWAKRQf5n4acVTWv { top:2.75rem;left:19.125rem;width:28.625rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhS7AZ4bBJp3lrKfI8QPSJ7WTNMnPr1L { top:0rem;left:0rem;width:47.5rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL94DCuuRi7xA2LAxVlziopea82hcFuV { display:block; }#gL94DCuuRi7xA2LAxVlziopea82hcFuV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlR5lZ9PtQAiut74GRCqBTfFmEdD7pR6 { width:19rem;height:12.625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gexrywPDV0LMIETh9PVWZoF4nbsVr6rm { width:19rem;height:12.625rem;top:1.875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhNHGnxkdf5tuMBEOc9zdSwn4mkacEI6 { width:18.75rem;height:12.5rem;top:1.9375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7TXS8BQ2XrV9xI92uzksUbTs7bTz185 { width:19rem;height:12.625rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlyCkRhquUHAeJMJoqyeITsPEbZvuPO8 { width:19rem;height:12.625rem;top:32.0625rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V83SITOEhCkrlFoVW3DxSwR1DAWFo385 { width:19rem;height:12.625rem;top:32.0625rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5rE3hc40VeREVH6VWT0FmO2md8ZzAcl { width:19rem;height:12.625rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSNAosCobGtxGryxVq7lcTMbxXZ3MdiX { width:19rem;height:12.625rem;top:16.875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVrawEfvx9ygaNatwWkPLWgbzHeFMkeb { width:19rem;height:12.625rem;top:16.875rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLqf93Q4O2By826xq9rizpvxHueIrs2e { display:block; }#uLqf93Q4O2By826xq9rizpvxHueIrs2e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6m29alVNH59oqpSlkHOp1Sw7ee8LdcC { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7AU2SHIDt135WohbAv86TTmHWmnDyLo { width:41.4375rem;height:26.6875rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #drnf71F1fix7QJvI8uTM1k5OHV0VIfgz { width:17.0625rem;height:13rem;top:12.375rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht20p3yHgDk5acoZvUuTWKCdyGNOT3AX { width:17.625rem;height:14rem;top:43.1875rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #INarth6uUIGWL5hV1EhIrmo7ZcmN5PXi { width:20.375rem;height:16.5625rem;top:40.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2Q2wc42GLsg4GcRiwEUIS64SFOEm9IG { width:19.8125rem;height:16.6875rem;top:40.5rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToxAvQW0Bdvu9EQ3iPsf4WLTKmuMH0qX { width:17.5rem;height:12.6875rem;top:27.9375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrtbGgFHvPmgysDrmfwbXscaaiXrowwh { display:block; }#HrtbGgFHvPmgysDrmfwbXscaaiXrowwh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXO4ARG0HCOQymL4rgV6Zip2EZlNmgA1 { top:2rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTvKSAEIILczlsATdtX8Dh4aNgrc6P4L { top:5.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug7VDuRxbvIu9F4PhbwycDes7FToeGF9 { top:7.875rem;left:0rem;width:16.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiKMcAENu5l6agC4z7Ka825SIdrqCC0Z { top:11.125rem;left:0rem;width:25.1875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2cXncEF8GCL5ZNP0D0vAkfXPZdAxVE1 { top:4rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W588o5ArV3iOmdgrPLS0OzscHGUz0IJ9 { top:7.0625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGVudtsGPpVuDWDqWude114wO8xfvEks { top:10.0625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXE4QHkmL6VbGKa6A99mu6WonfwFz9wN { top:13.25rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aihbIJhmQrgb4PxvmKQrkTU5QHNezE2O { top:15.3125rem;left:17.59375rem;width:16.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrHMd9oU4ExrD051a8fErao0n1uxqogD { display:block; }
 }@media only screen and (max-width: 763px) { #TFyAlXH0a5cws4DdBgK7HVtABkBGquhp { top:1.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwTgGCucR6fXy0o8OHwBs4hEUxzuxN1R { top:4.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9BVGmeqyrq66ZyGnvzL8WkyCesDWJGy { top:7.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKhZCkCoQ9qBU9Ap2KBiQAPQfAArTvXT { top:10.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM3P72dBnT2ovtXc1zq7XVLRrbO9s6ST { top:20.875rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDHGfuTtlzat6D9b36z4HHnqzMxwMPKJ { display:block; }#LDHGfuTtlzat6D9b36z4HHnqzMxwMPKJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EkCreFoGVuVJC51tiv6dpcRkTxUvsJKr { top:5.375rem;left:0.4375rem;width:23rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLdy5qxXFHOVhxuz95bRum6erFnDE85V { top:9.4375rem;left:0.4375rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np2xoZzy25yBlUhhegeytOXS41k8eaik { top:2.75rem;left:19.25rem;width:28.5rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh5caqN8srGofO4zJtgwuapyF3WPIJbc { top:0rem;left:0rem;width:47.5rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqk8aRRC1qQEbvZTr8okWlMnWMJ0PuTz { top:10.9375rem;left:0.4375rem;width:15.625rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrB4AxowTGUkmMkc6o1CS3gJ1T42T6sm { display:block; }#UrB4AxowTGUkmMkc6o1CS3gJ1T42T6sm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xerdF6yv0uNS1VfmlPFT24C7CFiJ3u4w { width:19rem;height:12.625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBCHveBe8JQdWeM6c9Jc4QNzDCvxGaiW { width:19rem;height:12.625rem;top:1.875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS5D5wT7CBI0vCoqaV7AGeiWqZlNfn9I { width:18.75rem;height:12.5rem;top:1.9375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V63dC8gDJEO6ZMt3r8s5szsariChppUv { width:19rem;height:12.375rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VivIsMDDevsBX6xHQObD3NSkOTDkFgZD { width:19rem;height:12.3125rem;top:16.875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcQs0zzUzvamEvvD1fNRCB94yzrh48Vc { width:18.5rem;height:12.3125rem;top:16.875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnSf3ErsGRGxFTN0n4DTQIhwCTovs1yh { display:block; }#lnSf3ErsGRGxFTN0n4DTQIhwCTovs1yh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xz2m0O2bNOMotnuXknqXQqipIbx54BmD { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVKPkTeeGTVbukFtIAJ8aFgow4wCmiJT { width:40.375rem;height:26.125rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq0JMXD3A1Gat4mpGVZvv9F0H1ggBJSE { width:18.0625rem;height:12.4375rem;top:26.125rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCb3QuZa9WVA9IPoTrxQ14lRWz9eCkvP { width:18.1875rem;height:12.125rem;top:12.375rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZODU6Holdv75xz0nM3x0ZqhFQf6rkVhF { width:17.625rem;height:13.75rem;top:41.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItMOkZQI51ZeQB0DxdlP0VLVeZHk1Sq8 { width:20.9375rem;height:14.125rem;top:41.125rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onTuPKWMHyBLTBGHeVlaiUD52cZlGn85 { width:18.625rem;height:14.3125rem;top:41rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCe3T4D7KPRVUo9KgdsZLMuDQHTRltV6 { display:block; }#rCe3T4D7KPRVUo9KgdsZLMuDQHTRltV6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oiqn6ayCqX3pQ93We5p5SezNsgniBAA6 { top:2rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNP5i6eMLFrwe5qQso6p10ShZVy83KNn { top:5.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLgUtECXHW3mrEluAaRII0AptW92W0zV { top:7.875rem;left:0rem;width:16.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmWAKIzCXUdXUu8OEZTwLed78sekxkkT { top:11.125rem;left:0rem;width:25.1875rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG65ZIVQIexOWTV9Cq2Dc04nfvJRUreg { top:4rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko5DbEM2SWvTcSNV9mgIBImVTT8WdbtL { top:7.0625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2OpyN0xI7Bhhsvl8uKe9QLrIvTnVtVT { top:10.0625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKLiT4tJtxDP4uPxiTXTt0g9SVkRffyU { top:13.25rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u59xtHJGOUOzsgVZLlBVdTKhWxTmlHTP { top:15.3125rem;left:17.59375rem;width:16.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA5NoTXWUXLbi7eaRw6F1OnyvaUERt7s { display:block; }
 }@media only screen and (max-width: 763px) { #l8bp0obVBWgXFXZSgLNKFdZSVR5fBK8u { top:1.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZelDh5aDAJ7OROsuKBqzKvHZTEyNSEo { top:4.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLaWNQ8ORIN0960uiAZvA2ofMOd7S8Gu { top:7.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4da4JtVbD5Q9rZq5ypVZ3kHzhq6dlHN { top:10.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxZWbdKcOWv8tXAHH46DfAowp2298Fbk { top:20.875rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS9XDRAbge95bLCkV6imN5EBAikLSNJ1 { display:block; }#fS9XDRAbge95bLCkV6imN5EBAikLSNJ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zl3dRRTNUMR1PpLiJZc2LeH9ogw4f1zv { top:5.375rem;left:0.4375rem;width:24.3125rem;height:3.1875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKU5tIZ8agBB5db4Tw2TITTlRFA6xWIv { top:9.4375rem;left:0.4375rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbLoEhTUySxTN3xsiSVgqfsWdhB8L1BP { top:2.75rem;left:19.25rem;width:28.5rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXign6aEgz4zzvsaeGRRA42IgkTzLafO { top:0rem;left:0rem;width:47.5rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyLEhVyS7QWPOJpaWGqC3ks1LBV41D3v { top:10.9375rem;left:0.4375rem;width:15.625rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L83pdBf8HWTdIPx7c5o6WTbFciGQzi9i { display:block; }#L83pdBf8HWTdIPx7c5o6WTbFciGQzi9i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8VJd6amDp1J6QSMv368OJaRwgXJo3I7 { width:19rem;height:12.625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUO144K6PmhXCD21OLTsSg6pa5I6x7Nn { width:19rem;height:12.625rem;top:1.875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZaXvM5yfDEVg9rHIehmUauKuvMcbkzA { width:18.75rem;height:12.4375rem;top:1.9375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSG7pe4dSvz5IOWdr4bnbOEflhyGgV2c { width:18.5625rem;height:12.375rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtoMZOvbOeqQBHHUiU9nFa6M8f5OwSDN { width:18.5rem;height:12.3125rem;top:16.875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #na8QxZRxtEBI4OMHIuSBJ6rGC44E9IQ3 { width:18.5rem;height:12.3125rem;top:16.875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XprEL7Oh40xUxAGcbsSQ8ggcFyQP7SPZ { width:18.5rem;height:12.3125rem;top:31.5625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDc0XbPKHRN6qQ8k4EOHSWObkT5HNflB { width:18.5rem;height:12.3125rem;top:31.5625rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAuNdBiFpWUNRBMLh7Orq6I1Xg9eBJ0D { width:18.5625rem;height:12.3125rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI00zimwb6RiTA4LTvPXZXtIKgTukqRv { display:block; }#lI00zimwb6RiTA4LTvPXZXtIKgTukqRv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gsn0sF58UiHrNQC20aXCqAJcVQ7fAZNI { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICFRQiqRD4gqCVf20VzXLLXJNOkaxnRB { width:36.5625rem;height:23.375rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESidk6RfsbKwIpeu0mOSiWnF02g6NHOy { width:29.625rem;height:23.9375rem;top:37.75rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMLLJLUI6VZHyOM7D8ipOVfMzI4N3tS7 { width:29.4375rem;height:23.875rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #es73POTFuZupgd2250fIMVyrcbLOSleZ { width:22.375rem;height:18.25rem;top:14.9375rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFREbQGDUGou99WXqiWlshH9sCbOm5f6 { display:block; }#uFREbQGDUGou99WXqiWlshH9sCbOm5f6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXsmNgKTAc6UrIXbBLmAk2K85GqrMM4G { top:2rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhFNaFTDSlrT2b6TuqMweTnId5wA9ALL { top:5.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcIL08JQrGDTlBtk8Cc2V4mtlGu0mrtS { top:7.875rem;left:0rem;width:16.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCKm0vGltQ6MmqSnGWv3b6i1JLfTobLF { top:11.125rem;left:0rem;width:38rem;height:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OorlAStywF3Gx0sEAssmBAXTaPuTXAVu { top:4rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPH66Pc2xVISg84h68JWsVFxMG1yrKq0 { top:7.0625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZhbEMnIlTh6rHEIkCeeCBypZ1gMbxWS { top:10.0625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSqCa3CTHuaqUlkoepIalKTLeMv4CG2X { top:13.25rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyFF5VKERh09B3z1vu8GTZM7gicZpz1B { top:15.3125rem;left:17.59375rem;width:16.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKcFvwxEkQvhXTGcv42ndoVp9H9tsEXX { display:block; }
 }@media only screen and (max-width: 763px) { #BUKUyIUzsXTNkKp073O0kvhI58iw4mDT { top:1.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENx1SWzG7lqQEyDtXovSVAHvZrqVrnsH { top:4.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hriiZPcLp5nV0iV57AlSfpgwG3WHlavA { top:7.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGfwN1wimAbIOKxh0hh3qKTqcW1eJsXK { top:10.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdFXbn66NPhyrZcXqQofcRUR6ybDK7eP { top:20.875rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2zm5mzxGb0FlIa3gyC7qTyG8sgFOQCC { display:block; }#E2zm5mzxGb0FlIa3gyC7qTyG8sgFOQCC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0uHW7zmXvnzxexr3Tlx05k6eJTn9XBH { top:5.375rem;left:0rem;width:24.3125rem;height:3.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #touSeL6sBbvNeWaMsvOZ2s31sKhi1Uft { top:9.4375rem;left:0.4375rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfAMrc2T4Tla2AqqVIGnJGmn3khW5fkp { top:2.75rem;left:19.25rem;width:28.5rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkpK1RVUwrWTDe8lHhKG8ei2DHgUd5UF { top:0rem;left:0rem;width:47.5rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVBv9l81CcTU1gug5otX7fd2XI3fIh9g { top:10.9375rem;left:0.4375rem;width:15.625rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ2DU4DnINdHhqsTGBxlykHlWWncfUG1 { display:block; }#QJ2DU4DnINdHhqsTGBxlykHlWWncfUG1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rbe5oImQqPLqyeIRXUNzTUQs7KEJdXoV { width:19rem;height:12.625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEoBJxgJZaiIr6lmWIN4hcTb639wAk9l { width:19rem;height:12.625rem;top:1.875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnXKHcHlSWCLkbpuzSM4FbkT4GANQy0A { width:18.75rem;height:12.4375rem;top:1.9375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #by45tmx9qPTn18IQBtr2SLHNvFzzNoSx { width:18.5625rem;height:12.3125rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykxp03mtdJx8GmTR47zLG2Jv5QEvaCcZ { width:18.5rem;height:12.3125rem;top:16.875rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkr53AqOhidDMo46dy4wMBc6tRLX2nax { width:18.5rem;height:12.3125rem;top:16.875rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0KaPS9o6s9HkAnPgUAHGV4TeQQik28H { width:18.5625rem;height:12.3125rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUB8tOFVBWeGR46KExqOGweXSrEA9Z90 { width:18.5rem;height:12.3125rem;top:31.4375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQDhRqSRT6cvInrhnVZrpl2rAPG7UCeC { width:15.0625rem;height:12.3125rem;top:31.4375rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmTpvJqBUtx5RR4lF4yQtmT2aI1QD4Qo { width:18.5rem;height:12.3125rem;top:31.4375rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQnpUPO24pK1mzZFqMraZ5p9i7SzDi4h { display:block; }#uQnpUPO24pK1mzZFqMraZ5p9i7SzDi4h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJpHFtT51vfsLOpE6OLE2s6WXb7XnlS6 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQeqS2y1PvUNgAlUDBGoMcbxAuCZUoCT { width:41.3125rem;height:26.6875rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpVgAgtC0KytIzn5267cFOPOe0IkR3IJ { width:27.5rem;height:21.8125rem;top:59.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6eiIsex82vuyq6f5ocAfmNNldNu3Trb { width:19.4375rem;height:15.6875rem;top:41.8125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySA6srzS3NFrtCBwudvarctQvxWCzN8S { width:17.625rem;height:14.4375rem;top:45.25rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcsZkTgIlq7SOtfavOGcOXf9efnlURTq { width:17.25rem;height:14.25rem;top:28.8125rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUfsT6IxUunhAKnb1Cp5UHEQp0syQIW0 { width:17.25rem;height:14.375rem;top:12.375rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKKZDxlgoPTGHG0IMfTC1EaTsRD631Rg { width:19.5rem;height:15rem;top:43.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1tL4UvzBisOuLT5mZOUb3dsiimL8w94 { width:26.5rem;height:21.125rem;top:61.625rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEFtCJryfiT2cty3ekBuzDRLgnQZwokG { display:block; }#UEFtCJryfiT2cty3ekBuzDRLgnQZwokG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idH1WrCyDxBtBoVpl2W7bwuSBG77f21a { top:2rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkHbTivAfm7eBvycaxN1fzBONHvI4TZq { top:5.0625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nds7gRiytIicKxlXMg89eNOSuChU8Myc { top:7.875rem;left:0rem;width:16.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #phMaEPGFLZVcRchOcUplLGla9J1cI2GM { top:11.125rem;left:0rem;width:38rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORvLpGzV3731Th1qplrJEwNAFtgNuFJM { top:4rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLIsdxgKgbBKEtIEilqwZLEDddPN7JNx { top:7.0625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndSMMTT8FPCf0hD9c4McaIcdZTyKDlMm { top:10.0625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtdJ94KNBhUrUcUO3z52TzXsssNwqexg { top:13.25rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8LTsBiua7BOK9ilVXw0wU7psImw2b55 { top:15.3125rem;left:17.59375rem;width:16.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kilgz6NOdC60wH1eqB390uIdUq2nvwvw { display:block; }
 }@media only screen and (max-width: 763px) { #ix2BTdesVm1G3JKH4qfHRJk04q8scx5D { top:1.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xECSzI1AobHuTv1VuN9fuDgQkcAn8Hqq { top:4.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQJuuRQzEOTeOyDwr6TO5O6xBtUrea4v { top:7.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTVMZ8QywCM9tyEF6xDIyBTf9BwsVQJG { top:10.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTiclzpuU9GsfBeov1bbG3D3s0hLdsCo { top:20.875rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPJigHk7mTbpcJXUFBN47XiwHlez03sg { display:block; }#fPJigHk7mTbpcJXUFBN47XiwHlez03sg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuxlmcQS3dVtB3zzVVE9fqVctO8TQkgp { width:47.75rem;height:4.5rem;top:3.9375rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dON9Jf4chHFUXvzLv3TivQcA12ruGTPA { width:47.75rem;height:1.9375rem;top:9.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhUlqFGW8tNrb9Lz7s10cWk1ylCS36Gn { top:40.5rem;left:5rem;width:12.5rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf0fMOJgarempNGSv8zgcNKSCCCmi6d2 { top:15rem;left:5rem;width:14.25rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5KtWpzlPPDBKAmbpfzHTFJzO0infXBu { width:24.625rem;height:1.625rem;top:37.9375rem;left:5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXRVXm95GPRB4ZOK38qLv4IhzRur1Dtc { width:14.75rem;height:2.6875rem;top:35.3125rem;left:5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn0XIqsMDPsg8OmrviX9f4SvuF06iTJH { top:49.8125rem;left:13.625rem;width:21.5625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWl5cKfkeUE0VCfLwG4BH9S0sQrcIkLJ { display:block; }
 }@media only screen and (max-width: 763px) { #ZKuVPrhVuFTM6DGpG3O3xRN34b6LyeJ1 { width:24.625rem;height:1.625rem;top:37.9375rem;left:23.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnyrGEPNq8awZievf2rWNosTcuWBkpvn { top:40.5rem;left:29.25rem;width:14.5625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX31Jbos4HWy0rqJMUdel7t5i4cqu5KL { width:14.75rem;height:2.6875rem;top:35.3125rem;left:29.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIG4p5qT6b4CZPr8MRuDvav6I6CfCaBS { top:15rem;left:29.25rem;width:16.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1FNSOofK7uf0917nINz0MBtKTx2RQO0 { display:block; }#E1FNSOofK7uf0917nINz0MBtKTx2RQO0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LzxITr6iJaI6icR4wAzMIG70uAefTWLo { top:2.0625rem;left:30.5625rem;width:17.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBhbV31Zn2eJErQHTCVi72gxq4BDBHDp { top:2.0625rem;left:0rem;width:17.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu8ztzhli6d6vtsmF8lKhwyGZlEbUuop { width:12.75rem;height:4.25rem;top:0.8125rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LDU2ZayLaTgwTL0Xmpo5I5OVM5ICLqg7 { position:relative;z-index:auto;display:block; }#LDU2ZayLaTgwTL0Xmpo5I5OVM5ICLqg7 > .row .container { width:20rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fl1IuucOJKBWUe803qwJvFzZFB4gzFTR { width:9.875rem;height:3.375rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWT19lSe5L9IbJWJDyv2ZGHz1s8gkFui { width:20rem;height:7rem;top:8.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBubdGQuAI3SicTKl56sWT9vqbBH0RnI { display:flex;width:1.5625rem;height:1.5625rem;top:5.875rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #COvIWE43cWpBZCDTS3bqTnlWWaTRbIOA { width:1.5625rem;height:1.5625rem;top:16.9375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:117.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHQ9QhGNeOPNe1KHbmwutnsy9X3le35C { width:20rem;height:2.5996125rem;top:1.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XhLfa1xzDmft1mb7mR21QMtIgvsXMNDT { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:14.875rem; }
 }@media only screen and (max-width: 763px) { #JcCCD8GyIvg91i3OJva1I18ImTaK6hK2 { width:20rem;height:76.5rem;top:36.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2g3lXTTay0K9xmNtCc0yITgSa3S1c3N { width:19.9375rem;height:84.4375rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsvsgiRTyTDCUNgFklpoecmX7DbTMPgd { width:12.5rem;height:2.5996125rem;top:29rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJSMhoJzS09Gs5thDUI9UP8TWE42pMCW { width:18.75rem;height:3.41015625rem;top:32.3125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkheXVbEKARsQ90EhtDgZIpvq6Go1alb { height:11.11525rem;width:20rem;top:16.4228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DexWfao22bsdXpVZOnT0ry5w9hzMPE3k { width:19.25rem;height:5.19921875rem;top:5.5625rem;left:0.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4l1LlyaqMTl8Er7giLv1GMo88XZJW7x { width:20rem;height:4.142575rem;top:11.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2TBoDgTthX5CwikeMD8Pq1R067J6l3e { display:block; }#m2TBoDgTthX5CwikeMD8Pq1R067J6l3e > .row .container { width:20rem;height:107.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HzAAPrCNgmhufP05MvfNZ1Q1M3XvTvTc { width:9.8125rem;height:9.8125rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e24T7aeSU5tKH3E2Wb5kn8JSWzDrKw1G { width:9.8125rem;height:9.8125rem;top:23.3125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS96N8HKqEnTokdqRGzVfs9VbZCsZxU4 { width:9.8125rem;height:9.8125rem;top:45rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyAFx17yoqabKk8nbd2mdkTLqdHISS8c { width:9.8125rem;height:9.8125rem;top:67.7685546875rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcbWZVAka0b0iuq1469bSkBh7JtWeOUa { width:9.8125rem;height:9.8125rem;top:87.875rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o54OTzMMeeBkBmeBuBglXy2a9f7z1MnZ { width:10.3125rem;height:3.4121125rem;top:12rem;left:4.84375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmrmZcqkdNthTAX5tekgc9ZvoeLVzIzU { width:10.3125rem;height:3.4121125rem;top:34.537109375rem;left:4.84375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ourOeATPizFLZPVyiIZwHJiyDcfH8dkn { width:10.3125rem;height:3.4121125rem;top:55.88671875rem;left:4.84375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSRObftK75xp2Pb4d3fWkHpP3cbeU5Jl { width:10.3125rem;height:1.70605625rem;top:78.3125rem;left:4.84375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCMSZE9lS4TGTsMrJ8U2ksq9oyIa4KZf { width:10.3125rem;height:1.70605625rem;top:98.4375rem;left:4.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUqCUoBK9UhF93cvozF4C5bIJVLxCF10 { width:14.625rem;height:6.09375rem;top:16.3359375rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMXoE3vhsKEymJgktkyzPKw2t4SfbQp7 { width:13.875rem;height:4.875rem;top:38.8271484375rem;left:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUJs9nD3kctIodgWgkUcZfhahHpUIQ7K { width:14.0625rem;height:6.09375rem;top:60.2109375rem;left:2.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVxW2UoAaQVanQ5pvDSo6Nqt8HRGqHkl { width:13.3125rem;height:4.875rem;top:80.9296875rem;left:3.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9qv6qFRv0a7td6LQU03DrNWMwD4mgdX { width:13.6875rem;height:4.875rem;top:101.2734375rem;left:3.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgE6I640kQNCsVQOvPFERrx0b7253ATO { display:block; }#AgE6I640kQNCsVQOvPFERrx0b7253ATO > .row .container { width:20rem;height:41.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lEcOCiyT4scoUuV37AC9wSMwsZ0IMZTQ { width:20rem;height:13.270142180095rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm4eXKIUDCmHM2e1xagLnlJDiTQp1MGB { width:20rem;height:7.066375rem;top:15.7695rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdyEN5tJW8TmKyPwwWAmhzhwrJNofI83 { width:17.5rem;height:4.2246125rem;top:24.0849375rem;left:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8TMglLdpyJxu1qJ2Ta5rSMX11XNWrn4 { width:14.375rem;height:0.9746125rem;top:30.6953125rem;left:3.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebIItFncnWbV9woTFtaLfUbA8UmTISnx { width:12.3125rem;height:0.9746125rem;top:33.494140625rem;left:3.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8SiiDeGAiOB4Bt52VMu7a9CZ1z3akmp { width:8.9375rem;height:0.9746125rem;top:36.330078125rem;left:3.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH06O7iXWosFhyBdwPN4rlQdOhdB45TL { width:13.0625rem;height:1.94921875rem;top:38.6787109375rem;left:3.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqsEfnRgE5vOcTPm25lRu3iHeCUUeRwT { display:flex;width:1.875rem;height:1.875rem;top:30.24609375rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #TzUMpKtXfL1So2EUGsJlNbTqsynzJg2O { display:flex;width:1.875rem;height:1.875rem;top:33.0439453125rem;left:1.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #vy7fTCy9FKAqZe810zrym4ihrntqoKpJ { display:flex;width:1.875rem;height:1.875rem;top:35.8798828125rem;left:1.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #eFOyU9ovC6zDOWT3hFWokuq9eI4MhKQb { display:flex;width:1.875rem;height:1.875rem;top:38.7158203125rem;left:1.25rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #tyIPiWCNBni2ST5LBFZTk9fCG0hMN81R { display:block; }#tyIPiWCNBni2ST5LBFZTk9fCG0hMN81R > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEUal9WR8TbfeTyxZ529zErTQmF6zP9S { width:20rem;height:13.254716981132rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSQSORxS720l2Ngs9sgXtXP1er04P2z6 { display:block; }#ZSQSORxS720l2Ngs9sgXtXP1er04P2z6 > .row .container { width:20rem;height:137.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #COoHbGrM7ovfqalGNS5p0mN5T13V05p4 { width:20rem;height:4.875rem;top:6.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf7m4uehzFzvUNd0T9eusZN3VnHoV5GF { width:2.5rem;height:0.125rem;top:11.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU8zTdd7E6hst2PuHTvw659v7kuPpzQJ { width:20rem;height:4.0625rem;top:3.375rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRgwTRxmEiMOBoeIyHdXDVBITqq5iDgr { width:18.9375rem;height:26.3125rem;top:13.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t94pkMI4R75rSPJ0QLRRDlfhKgKLPuTV { width:17.5rem;height:17.5rem;top:18.5rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b5wcXWuQ0TdlaTFTf0WrqbsyrvDKp338 { width:13.8125rem;height:1.625rem;top:37.0625rem;left:5.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F1R4aR9TO60izicvQGW6z9qv33O0PSSF { width:15.375rem;height:1.4624rem;top:71.5625rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6IKcLOt9xn4T3uEltiup6AtGpZEGGDV { width:12.75rem;height:1.625rem;top:100.9375rem;left:3.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mzuR7KUmdzcX52vDOqUgc8AAuT4ZkLTz { width:18.9375rem;height:34.1875rem;top:41.1875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RllQHXN5ip8TWHS3ZbiqB6nDxW8vWb7X { width:18.9375rem;height:28.125rem;top:76.75rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHtQmXU9gfTqMbscZbowPu84qmxOGH31 { display:flex;width:1.875rem;height:1.875rem;top:15.4375rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #BS7mFWqTHhIHVtSxlXyni6Pch90bSxMV { display:flex;width:1.875rem;height:1.875rem;top:15.4375rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #W1W5m02B1LcIMsFLflFBDyhkwNOu7QzV { display:flex;width:1.875rem;height:1.875rem;top:15.4375rem;left:10.9375rem; }
 }@media only screen and (max-width: 763px) { #PWmE6Jyh8wcxWfAUIdKQavct8lofuAE8 { display:flex;width:1.875rem;height:1.875rem;top:15.4375rem;left:12.8125rem; }
 }@media only screen and (max-width: 763px) { #mxNgXcoyiTcyT7eEizmBZK6dVtVxE9Mm { display:flex;width:1.875rem;height:1.875rem;top:15.4375rem;left:5.375rem; }
 }@media only screen and (max-width: 763px) { #V8yZveiU8wCubKsHFPUB97JR6lhnBZeT { width:17.5rem;height:22.75rem;top:46.90625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKX6dcZPgnoHsFtne3cQpa9W99typTHP { display:flex;width:1.875rem;height:1.875rem;top:43.5rem;left:5.5rem; }
 }@media only screen and (max-width: 763px) { #HTeJKERTTosIr3GirW373ot0cK8JQa1o { display:flex;width:1.875rem;height:1.875rem;top:43.5rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #ZCeuJMkWssWi57L0pPPlnXM6962IbmMe { display:flex;width:1.875rem;height:1.875rem;top:43.5rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #p7JnyVrFg1tGAXauuvkO9N1GDLZVzyTW { display:flex;width:1.875rem;height:1.875rem;top:43.5rem;left:10.9375rem; }
 }@media only screen and (max-width: 763px) { #TTR6rLbMCC8q5LKSzMnWbRu4CTBellom { display:flex;width:1.875rem;height:1.875rem;top:43.5rem;left:12.8125rem; }
 }@media only screen and (max-width: 763px) { #EGBc5AisHtCIqvyT735OXxGU96S4J7ht { display:flex;width:1.875rem;height:1.875rem;top:79.3125rem;left:5.375rem; }
 }@media only screen and (max-width: 763px) { #G3AePoO7N4WuycTT8pHwHm7aDA5RFANe { display:flex;width:1.875rem;height:1.875rem;top:79.3125rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #TOKGaa2ZK2T4IvinG5zZ5s6QgFy5GWyn { display:flex;width:1.875rem;height:1.875rem;top:79.3125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #dsqTbeil9bip3wI8OkGxisZqub8WaDIq { display:flex;width:1.875rem;height:1.875rem;top:79.3125rem;left:10.9375rem; }
 }@media only screen and (max-width: 763px) { #xbxTqmBX28XWHIf4mctnSIkriibDCJSl { display:flex;width:1.875rem;height:1.875rem;top:79.3125rem;left:12.8125rem; }
 }@media only screen and (max-width: 763px) { #nRncMVedE5AOIN1BkopkGEH7DF9tZmdA { width:17.5rem;height:15.75rem;top:82.9375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZxKc9xMZf3kchlfyOEwb3vEOrthK9xf { width:18.9375rem;height:28.625rem;top:107.0625rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5RhymVVyRhGUoFQVavo85kf7UCPJDIy { width:18.9375rem;height:23.375rem;top:181.875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XH47fsTLVmIrTKuqfxnGBitlCAM1r2wS { width:18.9375rem;height:29.125rem;top:205.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #opNay0hQz8gRS1EKcvlO9f7x8zDtF1pN { width:17.5rem;height:17.5rem;top:113.4375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJars1Z1p7ZtVZAvNzuWa6hTlkpXiTX0 { width:8.4375rem;height:1.625rem;top:132.625rem;left:5.78125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2A5qn2THKJ74oRoZRlz9V3SVZ0LDomd { display:flex;width:1.875rem;height:1.875rem;top:183.375rem;left:5.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZMVtcZwqPDuSrrlCVytnfp5OUb5qaS33 { display:flex;width:1.875rem;height:1.875rem;top:183.375rem;left:6.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dDoF5Q6Zrt8XvzJg3ipmhVZccToJLi2O { display:flex;width:1.875rem;height:1.875rem;top:183.375rem;left:8.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WR6TQcZcl7QcRiKTMAGWRtu83z0Ppy5K { display:flex;width:1.875rem;height:1.875rem;top:183.375rem;left:10.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ekkL1wDV36Ufbtbbd3Cs8RTx5OxfIo9q { display:flex;width:1.875rem;height:1.875rem;top:183.375rem;left:12.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nfgOdv2816GI3eFld2TtDuDkITL4cO7V { display:flex;width:1.875rem;height:1.875rem;top:208.375rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s8TUZMviZThVy5HMX3PgeC4kp1LhMOz7 { display:flex;width:1.875rem;height:1.875rem;top:208.375rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tkkr69HCkDCCvWz0F2PghL18ot77mTfZ { display:flex;width:1.875rem;height:1.875rem;top:208.375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #ruMVCoXB0RMILGUMhMmeoyhoOcr2ZKFU { display:flex;width:1.875rem;height:1.875rem;top:208.375rem;left:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTiAzyX2JWoV4Ls4CoIQqpDBc0eRFF2K { display:flex;width:1.875rem;height:1.875rem;top:208.375rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4DWDOSheEfcXNIPXTnTGu5OCZ42gvvd { display:flex;width:1.875rem;height:1.875rem;top:109.5625rem;left:5.375rem; }
 }@media only screen and (max-width: 763px) { #QDzQbJkKFazPzdktaqUokZKG22gNNXlD { display:flex;width:1.875rem;height:1.875rem;top:109.5625rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #inVRZDL3IaxlcldoAcvbwETTVrugam1H { display:flex;width:1.875rem;height:1.875rem;top:109.5625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #avz97RbwWfx61tCQsEUSNuHL38lHGHfd { display:flex;width:1.875rem;height:1.875rem;top:109.5625rem;left:10.9375rem; }
 }@media only screen and (max-width: 763px) { #ElMIDzSs08fQKbiobCd0qkdMO8TJrOJH { display:flex;width:1.875rem;height:1.875rem;top:109.5625rem;left:12.8125rem; }
 }@media only screen and (max-width: 763px) { #KbZrZVvO5McrbIGTDE8VA284HuMuRuMo { width:17.5rem;height:0;top:211.4375rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J32ESGla2xlIcJvI2eIOzVKQJuGRo4iV { width:15.1875rem;height:0;top:231.89453125rem;left:1.21875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #I9TDUV3c416Vhc2ybzuRrpaO8zT1xxAH { width:17.5rem;height:0;top:186.89453125rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W4PAztN0V2UVvF7G6wqskInST91lwW6m { width:11.25rem;height:0;top:199.1875rem;left:1.21875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ApisWEMvTKWlqyo4LnO9B0H1ShAW8fux { display:block; }#ApisWEMvTKWlqyo4LnO9B0H1ShAW8fux > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GROnnnMlQbsumzNuuDzoaChs4PKhJtMR { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWZuoBLCcUEfrz645iQqevdCOqL3f7T1 { display:block; }#HWZuoBLCcUEfrz645iQqevdCOqL3f7T1 > .row .container { width:20rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvT9OoJ2UwTwrPlROySGwCk8fTwR6EaA { width:20rem;height:2.51855625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIoSTrBf3pzoqHkn40IenF2WcWtEdeby { width:20rem;height:2.51855625rem;top:28.92093125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbRhQs5vrvDBdHgJ6ORqzc6LCckTCO4d { width:20rem;height:13.152400835073rem;top:5.01855625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxJNyucPVT5FgQd1No8g4TtmnQ55T86I { width:20rem;height:13.305084745762rem;top:32.6894875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZbldo226Q8Lwg6BzMcMSdB7Kmr2s7yN { width:12.5rem;height:3.25rem;top:24.42093125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLMDZhaO12mTo5M9QSX3vK1Lbd5bkRw4 { width:12.5rem;height:3.25rem;top:52.244175rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeqF4kRGcxX46ppHIJXzrHXo0ZUX6ptF { top:19.42093125rem;left:0.5rem;width:19rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKFiZMqsK9TG6iCAPyveFZbdWOQmuWQm { display:block; }
 }@media only screen and (max-width: 763px) { #WJdh4ynKXOnXEhIagl8ao3a8fCzvprRR { top:47.244175rem;left:0.5rem;width:19rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7JlC0SJCXzhaJpKQfB3IK3ssmEVEWoJ { display:block; }
 }@media only screen and (max-width: 763px) { #pUllhea387EEZGI55FKSSd2nVgJFPhea { display:block; }#pUllhea387EEZGI55FKSSd2nVgJFPhea > .row .container { width:20rem;height:61.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hv103dclWpBnEziOT1srHh4OpGvOiqIB { width:20rem;height:2.51855625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdu6TzxyeWGtzTXul3C1IcIkM5rTi1MQ { width:20rem;height:2.51855625rem;top:31.54593125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHr3a8kXAQtZeKiXZ1GAKPQ4BOwRGP7E { width:20rem;height:15.778251599147rem;top:5.01855625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzTvprDQ53L5gHH0CP2q4gI0L6xLChiB { width:20rem;height:15.677966101695rem;top:35.3144875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBcfUOkFDFWF5QsK2gBqU2otAb9RO6Od { width:12.5rem;height:3.25rem;top:27.04593125rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIzT69wTiAA4w1ATL0RV9TCxK38Fu4Jy { width:12.5rem;height:3.25rem;top:57.2422375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGs4vobosFrmVqn5ktOlLcD7q5rmTumM { top:22.04593125rem;left:0.5rem;width:19rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcgFN6pEaU6hN3DD0EyyTsX5Tv3XzK4z { display:block; }
 }@media only screen and (max-width: 763px) { #EZcZByznTPVWirpUiLpFDkDyfZTtyEqT { top:52.2422375rem;left:0.5rem;width:19rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFyqcC1Sa4N3bBJbB6EWykVeBBeFJFrh { display:block; }
 }@media only screen and (max-width: 763px) { #x84qUmhIGp7uSX5p9C2RE2TeeA4JinJC { display:block; }#x84qUmhIGp7uSX5p9C2RE2TeeA4JinJC > .row .container { width:20rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MvKrXUTxOf2X4im2OMq8RkXBO7SymqDP { width:20rem;height:2.5996125rem;top:2.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sgWo0chzdWFJMNF2UwlBf4dCy8iFzT2b { width:15.625rem;height:9.09864375rem;top:9.0107421875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf9qdQ1AkIuHJvhggqn6UOoT6rKfbdoT { width:18.75rem;height:0.3125rem;top:6.78125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRmSmesyEC0czwDcwWAKRQf5n4acVTWv { width:20rem;height:13.2744375rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhS7AZ4bBJp3lrKfI8QPSJ7WTNMnPr1L { width:19.75rem;height:32.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL94DCuuRi7xA2LAxVlziopea82hcFuV { display:block; }#gL94DCuuRi7xA2LAxVlziopea82hcFuV > .row .container { width:20rem;height:41.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlR5lZ9PtQAiut74GRCqBTfFmEdD7pR6 { width:10.125rem;height:6.6875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gexrywPDV0LMIETh9PVWZoF4nbsVr6rm { width:9.4375rem;height:6.25rem;top:1.3125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhNHGnxkdf5tuMBEOc9zdSwn4mkacEI6 { width:9.4375rem;height:6.25rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7TXS8BQ2XrV9xI92uzksUbTs7bTz185 { width:10.375rem;height:6.8125rem;top:8rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlyCkRhquUHAeJMJoqyeITsPEbZvuPO8 { width:9.375rem;height:6.1875rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V83SITOEhCkrlFoVW3DxSwR1DAWFo385 { width:10.25rem;height:6.625rem;top:15.1875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5rE3hc40VeREVH6VWT0FmO2md8ZzAcl { width:17.375rem;height:11.4375rem;top:29.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSNAosCobGtxGryxVq7lcTMbxXZ3MdiX { width:9.4375rem;height:7rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVrawEfvx9ygaNatwWkPLWgbzHeFMkeb { width:10.125rem;height:6.625rem;top:22.1875rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLqf93Q4O2By826xq9rizpvxHueIrs2e { display:block; }#uLqf93Q4O2By826xq9rizpvxHueIrs2e > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6m29alVNH59oqpSlkHOp1Sw7ee8LdcC { width:20rem;height:2.79980625rem;top:1.07421875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7AU2SHIDt135WohbAv86TTmHWmnDyLo { width:20rem;height:12.875rem;top:4.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #drnf71F1fix7QJvI8uTM1k5OHV0VIfgz { width:9.875rem;height:7.5625rem;top:18.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht20p3yHgDk5acoZvUuTWKCdyGNOT3AX { width:9.4375rem;height:7.5rem;top:18.2490234375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #INarth6uUIGWL5hV1EhIrmo7ZcmN5PXi { width:9.875rem;height:8.0625rem;top:26.5615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2Q2wc42GLsg4GcRiwEUIS64SFOEm9IG { width:9.3125rem;height:7.8125rem;top:26.4990234375rem;left:10.548449612403rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToxAvQW0Bdvu9EQ3iPsf4WLTKmuMH0qX { width:17.5rem;height:12.6875rem;top:35.3115234375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrtbGgFHvPmgysDrmfwbXscaaiXrowwh { display:block; }#HrtbGgFHvPmgysDrmfwbXscaaiXrowwh > .row .container { width:20rem;height:23.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXO4ARG0HCOQymL4rgV6Zip2EZlNmgA1 { width:12.5rem;height:1.29980625rem;top:2.375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTvKSAEIILczlsATdtX8Dh4aNgrc6P4L { width:12.5rem;height:1.29980625rem;top:5.4375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug7VDuRxbvIu9F4PhbwycDes7FToeGF9 { width:16.5rem;height:1.29980625rem;top:9.2177734375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiKMcAENu5l6agC4z7Ka825SIdrqCC0Z { width:16.875rem;height:1.05615rem;top:13.240234375rem;left:2.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2cXncEF8GCL5ZNP0D0vAkfXPZdAxVE1 { width:20rem;height:0.1875rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W588o5ArV3iOmdgrPLS0OzscHGUz0IJ9 { width:20rem;height:0.1875rem;top:7.98730625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGVudtsGPpVuDWDqWude114wO8xfvEks { width:20rem;height:0.1875rem;top:11.930665625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXE4QHkmL6VbGKa6A99mu6WonfwFz9wN { width:20rem;height:0.1875rem;top:15.8300796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aihbIJhmQrgb4PxvmKQrkTU5QHNezE2O { top:17.2675796875rem;left:1.8125rem;width:16.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrHMd9oU4ExrD051a8fErao0n1uxqogD { display:block; }
 }@media only screen and (max-width: 763px) { #TFyAlXH0a5cws4DdBgK7HVtABkBGquhp { display:flex;width:1.875rem;height:1.875rem;top:2.0869140625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FwTgGCucR6fXy0o8OHwBs4hEUxzuxN1R { display:flex;width:1.875rem;height:1.875rem;top:5.26171875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V9BVGmeqyrq66ZyGnvzL8WkyCesDWJGy { display:flex;width:1.875rem;height:1.875rem;top:9.0556640625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RKhZCkCoQ9qBU9Ap2KBiQAPQfAArTvXT { display:flex;width:1.875rem;height:1.875rem;top:12.767578125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HM3P72dBnT2ovtXc1zq7XVLRrbO9s6ST { width:20rem;height:0.1875rem;top:22.2675796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDHGfuTtlzat6D9b36z4HHnqzMxwMPKJ { display:block; }#LDHGfuTtlzat6D9b36z4HHnqzMxwMPKJ > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EkCreFoGVuVJC51tiv6dpcRkTxUvsJKr { width:20rem;height:2.5996125rem;top:3.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CLdy5qxXFHOVhxuz95bRum6erFnDE85V { width:18.75rem;height:0.3125rem;top:7.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np2xoZzy25yBlUhhegeytOXS41k8eaik { width:20rem;height:13.333rem;top:18.79296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh5caqN8srGofO4zJtgwuapyF3WPIJbc { width:19.75rem;height:33.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqk8aRRC1qQEbvZTr8okWlMnWMJ0PuTz { width:15.625rem;height:9.09864375rem;top:9.48046875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrB4AxowTGUkmMkc6o1CS3gJ1T42T6sm { display:block; }#UrB4AxowTGUkmMkc6o1CS3gJ1T42T6sm > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xerdF6yv0uNS1VfmlPFT24C7CFiJ3u4w { width:10.1875rem;height:6.75rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBCHveBe8JQdWeM6c9Jc4QNzDCvxGaiW { width:10.25rem;height:6.625rem;top:8.9375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS5D5wT7CBI0vCoqaV7AGeiWqZlNfn9I { width:9.5625rem;height:6.875rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V63dC8gDJEO6ZMt3r8s5szsariChppUv { width:9.5625rem;height:6.0625rem;top:2.5rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VivIsMDDevsBX6xHQObD3NSkOTDkFgZD { width:9.9375rem;height:6.3125rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcQs0zzUzvamEvvD1fNRCB94yzrh48Vc { width:9.75rem;height:7.0625rem;top:15.875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnSf3ErsGRGxFTN0n4DTQIhwCTovs1yh { display:block; }#lnSf3ErsGRGxFTN0n4DTQIhwCTovs1yh > .row .container { width:20rem;height:45.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xz2m0O2bNOMotnuXknqXQqipIbx54BmD { width:20rem;height:2.79980625rem;top:0.82421875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVKPkTeeGTVbukFtIAJ8aFgow4wCmiJT { width:20rem;height:12.875rem;top:4.4990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq0JMXD3A1Gat4mpGVZvv9F0H1ggBJSE { width:9.4375rem;height:6.5rem;top:18.1865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCb3QuZa9WVA9IPoTrxQ14lRWz9eCkvP { width:9.75rem;height:6.5625rem;top:18.1552734375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZODU6Holdv75xz0nM3x0ZqhFQf6rkVhF { width:9.5rem;height:7.4375rem;top:25.4365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItMOkZQI51ZeQB0DxdlP0VLVeZHk1Sq8 { width:17.9375rem;height:12rem;top:33.6240234375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onTuPKWMHyBLTBGHeVlaiUD52cZlGn85 { width:9.5rem;height:7.25rem;top:25.5927734375rem;left:10.359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCe3T4D7KPRVUo9KgdsZLMuDQHTRltV6 { display:block; }#rCe3T4D7KPRVUo9KgdsZLMuDQHTRltV6 > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oiqn6ayCqX3pQ93We5p5SezNsgniBAA6 { width:12.5rem;height:1.29980625rem;top:1.8994140625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNP5i6eMLFrwe5qQso6p10ShZVy83KNn { width:12.5rem;height:1.29980625rem;top:5.4375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLgUtECXHW3mrEluAaRII0AptW92W0zV { width:16.5rem;height:1.29980625rem;top:9.0927734375rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmWAKIzCXUdXUu8OEZTwLed78sekxkkT { width:17rem;height:1.05615rem;top:13.587890625rem;left:2.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG65ZIVQIexOWTV9Cq2Dc04nfvJRUreg { width:20rem;height:0.1875rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko5DbEM2SWvTcSNV9mgIBImVTT8WdbtL { width:20rem;height:0.1875rem;top:7.98730625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2OpyN0xI7Bhhsvl8uKe9QLrIvTnVtVT { width:20rem;height:0.1875rem;top:11.930665625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKLiT4tJtxDP4uPxiTXTt0g9SVkRffyU { width:20rem;height:0.1875rem;top:16.842778125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u59xtHJGOUOzsgVZLlBVdTKhWxTmlHTP { top:18.280278125rem;left:1.8125rem;width:16.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA5NoTXWUXLbi7eaRw6F1OnyvaUERt7s { display:block; }
 }@media only screen and (max-width: 763px) { #l8bp0obVBWgXFXZSgLNKFdZSVR5fBK8u { display:flex;width:1.875rem;height:1.875rem;top:1.4619140625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vZelDh5aDAJ7OROsuKBqzKvHZTEyNSEo { display:flex;width:1.875rem;height:1.875rem;top:5.1494140625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JLaWNQ8ORIN0960uiAZvA2ofMOd7S8Gu { display:flex;width:1.875rem;height:1.875rem;top:8.805665625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F4da4JtVbD5Q9rZq5ypVZ3kHzhq6dlHN { display:flex;width:1.875rem;height:1.875rem;top:13.177734375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DxZWbdKcOWv8tXAHH46DfAowp2298Fbk { width:20rem;height:0.1875rem;top:23.280278125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS9XDRAbge95bLCkV6imN5EBAikLSNJ1 { display:block; }#fS9XDRAbge95bLCkV6imN5EBAikLSNJ1 > .row .container { width:20rem;height:43.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zl3dRRTNUMR1PpLiJZc2LeH9ogw4f1zv { width:20rem;height:2.5996125rem;top:6.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKU5tIZ8agBB5db4Tw2TITTlRFA6xWIv { width:18.75rem;height:0.3125rem;top:10.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbLoEhTUySxTN3xsiSVgqfsWdhB8L1BP { width:20rem;height:13.2890625rem;top:24.1552734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXign6aEgz4zzvsaeGRRA42IgkTzLafO { width:19.75rem;height:39.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyLEhVyS7QWPOJpaWGqC3ks1LBV41D3v { width:15.625rem;height:9.09864375rem;top:12.23046875rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L83pdBf8HWTdIPx7c5o6WTbFciGQzi9i { display:block; }#L83pdBf8HWTdIPx7c5o6WTbFciGQzi9i > .row .container { width:20rem;height:41.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S8VJd6amDp1J6QSMv368OJaRwgXJo3I7 { width:9.625rem;height:6.375rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUO144K6PmhXCD21OLTsSg6pa5I6x7Nn { width:10rem;height:6.5rem;top:5rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZaXvM5yfDEVg9rHIehmUauKuvMcbkzA { width:9.75rem;height:6.375rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSG7pe4dSvz5IOWdr4bnbOEflhyGgV2c { width:9.875rem;height:6.3125rem;top:11.78125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtoMZOvbOeqQBHHUiU9nFa6M8f5OwSDN { width:10.1875rem;height:6.75rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #na8QxZRxtEBI4OMHIuSBJ6rGC44E9IQ3 { width:10.0625rem;height:6.5rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XprEL7Oh40xUxAGcbsSQ8ggcFyQP7SPZ { width:9.6875rem;height:6.4375rem;top:25.25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDc0XbPKHRN6qQ8k4EOHSWObkT5HNflB { width:12.0625rem;height:7.9375rem;top:32.5rem;left:4.7119140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAuNdBiFpWUNRBMLh7Orq6I1Xg9eBJ0D { width:9.5625rem;height:6.3125rem;top:18.46875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI00zimwb6RiTA4LTvPXZXtIKgTukqRv { display:block; }#lI00zimwb6RiTA4LTvPXZXtIKgTukqRv > .row .container { width:20rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gsn0sF58UiHrNQC20aXCqAJcVQ7fAZNI { width:20rem;height:2.625rem;top:0.69921875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICFRQiqRD4gqCVf20VzXLLXJNOkaxnRB { width:20rem;height:12.875rem;top:3.9365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESidk6RfsbKwIpeu0mOSiWnF02g6NHOy { width:9.4375rem;height:7.5625rem;top:17.5927734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMLLJLUI6VZHyOM7D8ipOVfMzI4N3tS7 { width:9.4375rem;height:7.6875rem;top:17.5302734375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #es73POTFuZupgd2250fIMVyrcbLOSleZ { width:15.4375rem;height:12.5625rem;top:25.8740234375rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFREbQGDUGou99WXqiWlshH9sCbOm5f6 { display:block; }#uFREbQGDUGou99WXqiWlshH9sCbOm5f6 > .row .container { width:20rem;height:24.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXsmNgKTAc6UrIXbBLmAk2K85GqrMM4G { width:12.5rem;height:1.29980625rem;top:2.375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhFNaFTDSlrT2b6TuqMweTnId5wA9ALL { width:12.5rem;height:1.29980625rem;top:5.4375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcIL08JQrGDTlBtk8Cc2V4mtlGu0mrtS { width:16.5rem;height:1.29980625rem;top:9.1181640625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCKm0vGltQ6MmqSnGWv3b6i1JLfTobLF { width:14.375rem;height:2.111325rem;top:12.693359375rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OorlAStywF3Gx0sEAssmBAXTaPuTXAVu { width:20rem;height:0.1875rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPH66Pc2xVISg84h68JWsVFxMG1yrKq0 { width:20rem;height:0.1875rem;top:7.98730625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZhbEMnIlTh6rHEIkCeeCBypZ1gMbxWS { width:20rem;height:0.1875rem;top:11.930665625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSqCa3CTHuaqUlkoepIalKTLeMv4CG2X { width:20rem;height:0.1875rem;top:16.842778125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyFF5VKERh09B3z1vu8GTZM7gicZpz1B { top:18.280278125rem;left:1.8125rem;width:16.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKcFvwxEkQvhXTGcv42ndoVp9H9tsEXX { display:block; }
 }@media only screen and (max-width: 763px) { #BUKUyIUzsXTNkKp073O0kvhI58iw4mDT { display:flex;width:1.875rem;height:1.875rem;top:1.8623046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ENx1SWzG7lqQEyDtXovSVAHvZrqVrnsH { display:flex;width:1.875rem;height:1.875rem;top:5.1494140625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hriiZPcLp5nV0iV57AlSfpgwG3WHlavA { display:flex;width:1.875rem;height:1.875rem;top:8.805665625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qGfwN1wimAbIOKxh0hh3qKTqcW1eJsXK { display:flex;width:1.875rem;height:1.875rem;top:12.7050796875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CdFXbn66NPhyrZcXqQofcRUR6ybDK7eP { width:20rem;height:0.1875rem;top:23.280278125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2zm5mzxGb0FlIa3gyC7qTyG8sgFOQCC { display:block; }#E2zm5mzxGb0FlIa3gyC7qTyG8sgFOQCC > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0uHW7zmXvnzxexr3Tlx05k6eJTn9XBH { width:20rem;height:2.4375rem;top:5.4375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #touSeL6sBbvNeWaMsvOZ2s31sKhi1Uft { width:18.75rem;height:0.3125rem;top:9.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfAMrc2T4Tla2AqqVIGnJGmn3khW5fkp { width:20rem;height:13.2890625rem;top:22.4677734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkpK1RVUwrWTDe8lHhKG8ei2DHgUd5UF { width:19.75rem;height:35.6875rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVBv9l81CcTU1gug5otX7fd2XI3fIh9g { width:15.625rem;height:9.09864375rem;top:11.79296875rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ2DU4DnINdHhqsTGBxlykHlWWncfUG1 { display:block; }#QJ2DU4DnINdHhqsTGBxlykHlWWncfUG1 > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rbe5oImQqPLqyeIRXUNzTUQs7KEJdXoV { width:9.6875rem;height:6.3125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEoBJxgJZaiIr6lmWIN4hcTb639wAk9l { width:9.9375rem;height:6.5rem;top:1.59375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnXKHcHlSWCLkbpuzSM4FbkT4GANQy0A { width:9.4375rem;height:6.125rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #by45tmx9qPTn18IQBtr2SLHNvFzzNoSx { width:10.1875rem;height:6.6875rem;top:8.5rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykxp03mtdJx8GmTR47zLG2Jv5QEvaCcZ { width:9.875rem;height:6.5rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkr53AqOhidDMo46dy4wMBc6tRLX2nax { width:9.5625rem;height:6.3125rem;top:15.5rem;left:10.192341549296rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0KaPS9o6s9HkAnPgUAHGV4TeQQik28H { width:9.8125rem;height:6.4375rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUB8tOFVBWeGR46KExqOGweXSrEA9Z90 { width:9.875rem;height:7.5625rem;top:22rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQDhRqSRT6cvInrhnVZrpl2rAPG7UCeC { width:9.9375rem;height:8.0625rem;top:28.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LmTpvJqBUtx5RR4lF4yQtmT2aI1QD4Qo { width:18.5rem;height:12.3125rem;top:37.5625rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uQnpUPO24pK1mzZFqMraZ5p9i7SzDi4h { display:block; }#uQnpUPO24pK1mzZFqMraZ5p9i7SzDi4h > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJpHFtT51vfsLOpE6OLE2s6WXb7XnlS6 { width:20rem;height:5.5996125rem;top:4.19921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQeqS2y1PvUNgAlUDBGoMcbxAuCZUoCT { width:20rem;height:12.875rem;top:10.8740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpVgAgtC0KytIzn5267cFOPOe0IkR3IJ { width:9.5625rem;height:7.5rem;top:24.4990234375rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6eiIsex82vuyq6f5ocAfmNNldNu3Trb { width:9.375rem;height:7.5625rem;top:24.4990234375rem;left:10.487068965517rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySA6srzS3NFrtCBwudvarctQvxWCzN8S { width:9.5rem;height:7.8125rem;top:32.8740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcsZkTgIlq7SOtfavOGcOXf9efnlURTq { width:9.5rem;height:7.8125rem;top:41.4990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUfsT6IxUunhAKnb1Cp5UHEQp0syQIW0 { width:9.375rem;height:7.8125rem;top:32.8740234375rem;left:10.476503759399rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKKZDxlgoPTGHG0IMfTC1EaTsRD631Rg { width:9.625rem;height:7.375rem;top:41.7177734375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1tL4UvzBisOuLT5mZOUb3dsiimL8w94 { width:17.375rem;height:13.8125rem;top:49.8740234375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEFtCJryfiT2cty3ekBuzDRLgnQZwokG { display:block; }#UEFtCJryfiT2cty3ekBuzDRLgnQZwokG > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idH1WrCyDxBtBoVpl2W7bwuSBG77f21a { width:12.5rem;height:1.29980625rem;top:2.375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkHbTivAfm7eBvycaxN1fzBONHvI4TZq { width:12.5rem;height:1.29980625rem;top:5.4375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nds7gRiytIicKxlXMg89eNOSuChU8Myc { width:16.5rem;height:1.29980625rem;top:9.4423828125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #phMaEPGFLZVcRchOcUplLGla9J1cI2GM { width:14.6875rem;height:2.111325rem;top:13.3056640625rem;left:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORvLpGzV3731Th1qplrJEwNAFtgNuFJM { width:20rem;height:0.1875rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLIsdxgKgbBKEtIEilqwZLEDddPN7JNx { width:20rem;height:0.1875rem;top:7.98730625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndSMMTT8FPCf0hD9c4McaIcdZTyKDlMm { width:20rem;height:0.1875rem;top:11.930665625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtdJ94KNBhUrUcUO3z52TzXsssNwqexg { width:20rem;height:0.1875rem;top:16.842778125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8LTsBiua7BOK9ilVXw0wU7psImw2b55 { top:18.280278125rem;left:1.8125rem;width:16.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kilgz6NOdC60wH1eqB390uIdUq2nvwvw { display:block; }
 }@media only screen and (max-width: 763px) { #ix2BTdesVm1G3JKH4qfHRJk04q8scx5D { display:flex;width:1.875rem;height:1.875rem;top:2.0869140625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xECSzI1AobHuTv1VuN9fuDgQkcAn8Hqq { display:flex;width:1.875rem;height:1.875rem;top:5.6992203125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wQJuuRQzEOTeOyDwr6TO5O6xBtUrea4v { display:flex;width:1.875rem;height:1.875rem;top:9.1806640625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sTVMZ8QywCM9tyEF6xDIyBTf9BwsVQJG { display:flex;width:1.875rem;height:1.875rem;top:13.267578125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TTiclzpuU9GsfBeov1bbG3D3s0hLdsCo { width:20rem;height:0.1875rem;top:23.280278125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPJigHk7mTbpcJXUFBN47XiwHlez03sg { display:block; }#fPJigHk7mTbpcJXUFBN47XiwHlez03sg > .row .container { width:20rem;height:88.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuxlmcQS3dVtB3zzVVE9fqVctO8TQkgp { width:20rem;height:5.3994125rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dON9Jf4chHFUXvzLv3TivQcA12ruGTPA { width:20rem;height:2.923825rem;top:9.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhUlqFGW8tNrb9Lz7s10cWk1ylCS36Gn { width:12.5rem;height:6.499rem;top:40.625rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf0fMOJgarempNGSv8zgcNKSCCCmi6d2 { width:14.25rem;height:18.875rem;top:13.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5KtWpzlPPDBKAmbpfzHTFJzO0infXBu { width:20rem;height:1.625rem;top:34.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXRVXm95GPRB4ZOK38qLv4IhzRur1Dtc { width:14.75rem;height:2.3999rem;top:36.3125rem;left:2.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn0XIqsMDPsg8OmrviX9f4SvuF06iTJH { top:82.744140625rem;left:0.5rem;width:19rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWl5cKfkeUE0VCfLwG4BH9S0sQrcIkLJ { display:block; }
 }@media only screen and (max-width: 763px) { #ZKuVPrhVuFTM6DGpG3O3xRN34b6LyeJ1 { width:20rem;height:1.625rem;top:68rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnyrGEPNq8awZievf2rWNosTcuWBkpvn { width:14.5625rem;height:6.499rem;top:74.5rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX31Jbos4HWy0rqJMUdel7t5i4cqu5KL { width:14.75rem;height:2.3999rem;top:70.875rem;left:2.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIG4p5qT6b4CZPr8MRuDvav6I6CfCaBS { width:16.0625rem;height:18.75rem;top:48rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1FNSOofK7uf0917nINz0MBtKTx2RQO0 { display:block; }#E1FNSOofK7uf0917nINz0MBtKTx2RQO0 > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LzxITr6iJaI6icR4wAzMIG70uAefTWLo { width:11.3125rem;height:1.949225rem;top:4.6875rem;left:7.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBhbV31Zn2eJErQHTCVi72gxq4BDBHDp { width:8.0625rem;height:1.949225rem;top:1.625rem;left:11.0625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Gu8ztzhli6d6vtsmF8lKhwyGZlEbUuop { width:4.125rem;height:1.375rem;top:1.625rem;left:0.8125rem;display:block; }
 }