.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
 #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 *:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="text"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="email"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="tel"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 textarea:focus-visible { outline:0.125rem solid #000000;; } #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); }#ZhasXkA1vaGL80e8pXrxrJPhOG6NGodO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5cbe0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ZhasXkA1vaGL80e8pXrxrJPhOG6NGodO > .row .container { background-color: transparent; background-image: none; }#ZhasXkA1vaGL80e8pXrxrJPhOG6NGodO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhasXkA1vaGL80e8pXrxrJPhOG6NGodO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhasXkA1vaGL80e8pXrxrJPhOG6NGodO > .row .container > .video-iframe-container { display: none; }#ZhasXkA1vaGL80e8pXrxrJPhOG6NGodO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhasXkA1vaGL80e8pXrxrJPhOG6NGodO > .row > .video-iframe-container { display: none; }#ZhasXkA1vaGL80e8pXrxrJPhOG6NGodO > .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); }#ZhasXkA1vaGL80e8pXrxrJPhOG6NGodO > .row .container { border-width: 0; border-radius: 0; }#ZhasXkA1vaGL80e8pXrxrJPhOG6NGodO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZhasXkA1vaGL80e8pXrxrJPhOG6NGodO > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#NVsh6tI2bUWUZshuo8S3e4dQbrg1iL96 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#390d26;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:1.875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.5625rem;left:19.625rem;display:block; }
#yNNTEdUp0IACalTztQpimutkgvcCC5Iq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#akCw7J02dOmTzepEmUwkGn4NbmZwNigd { background-color:#ff435b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:2.1875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.375rem;left:43.4375rem;display:block; }
#DTJUz7ULsvVMSfvqB1nsw14iS3OWNxg6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vTRoPs8tPAExx7wI6DUsKFcb9cHwxMsx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ACbp8auVIloSimT5Cd5IlV8HMt7KrCFJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf3f0;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; }#ACbp8auVIloSimT5Cd5IlV8HMt7KrCFJ > .row .container { background-color: transparent; background-image: none; }#ACbp8auVIloSimT5Cd5IlV8HMt7KrCFJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACbp8auVIloSimT5Cd5IlV8HMt7KrCFJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACbp8auVIloSimT5Cd5IlV8HMt7KrCFJ > .row .container > .video-iframe-container { display: none; }#ACbp8auVIloSimT5Cd5IlV8HMt7KrCFJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACbp8auVIloSimT5Cd5IlV8HMt7KrCFJ > .row > .video-iframe-container { display: none; }#ACbp8auVIloSimT5Cd5IlV8HMt7KrCFJ > .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); }#ACbp8auVIloSimT5Cd5IlV8HMt7KrCFJ > .row .container { border-width: 0; border-radius: 0; }#ACbp8auVIloSimT5Cd5IlV8HMt7KrCFJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ACbp8auVIloSimT5Cd5IlV8HMt7KrCFJ > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#ha2UzcHLKKUmt25SbZT7xXtsA1lVJqSM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#390d26;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:2.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:16.4375rem;display:block; }
#g87f76L1ggwp1vSQO42qElOZJtSNzqUQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GEFodrIGiAcny5kwuCOFerZ4elunx9mH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#390d26;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:3.125rem;left:27.0625rem;display:block; }
#LHLlSi3nTlmoUxbyTckDFdraM8PMMCNJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tcbk8ftKvHfAC90K8oUeWvM8nh5SkJDA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#390d26;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.75rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.125rem;left:34.9375rem;display:block; }
#He54q8zZENzbDtZlWGX2HghJSvRxCZsr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OGocnrSHVvKpHERhVfHTLxTExUf3SUTE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#390d26;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.125rem;left:42.1875rem;display:block; }
#IiXW4a39DO5mG4swTzoJRcSHIKaHSrDG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E2dK5sZy4k6L21DFiiyTbuF1FWlRXb5O { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#390d26;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.6875rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.125rem;left:52.875rem;display:block; }
#cp7WKIVzdTVPwiIqGCnHmrB7JxmcoApL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#adZXG73kQnGC8RO6GUgLvTiOeANIlgd8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#390d26;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.6875rem;height:2.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.125rem;left:61.0625rem;display:none; }
#RBsTn482daW4c9iW7zMHW0Vq69fDBf1P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZHoq2FcxJvhKqn67wsPOD7WtJpg1v1uJ { background-color:transparent;background-image:none;border-top:0.0625rem solid #ff435b;border-left:0.0625rem solid #ff435b;border-right:0.0625rem solid #ff435b;border-bottom:0.0625rem solid #ff435b;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#ff435b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.3125rem;left:65.625rem;display:block; }
#ydbiSOrIaJoOfwUPfOHZ6TOfgFTPaurf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yw8HeMa1SkQ2ymvmgiBldVSR5241uIEA { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:8.125rem;top:2.40625rem;left:3.625rem;overflow:hidden;display:block; }
#BrpwiSr0a54mJz1e1Wh6QbUv1REovP6P { color:#000000;display:block;width:24.74975rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:2;letter-spacing:0;top:3.56201171875rem;left:25.123901367188rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#A7QP5pRQtTG9u6wn2CypTBOuPum2Wsmi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#nmlPIJRexxFOX5bnBJL2mFHPGehbCR77 { color:#390d26;display:block;width:11rem;position:absolute;font-family:"times new roman";font-size:5rem;font-weight:normal;z-index:15000;line-height:01;letter-spacing:0;top:4.5rem;left:3.8125rem;height:5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WTEHMeZzbtC8DMT14ynAKBkXkVr9qb2f { color:#390d26;display:block;width:38.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15001;line-height:2;letter-spacing:0;top:10.750000953674rem;left:3.8125004768372rem;height:5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xeBm5zlloMcqqII6k5rbTVWRT1KVyuPG { z-index:;position:relative;display:block; }#xeBm5zlloMcqqII6k5rbTVWRT1KVyuPG { background-color: transparent; background-image: none; }#xeBm5zlloMcqqII6k5rbTVWRT1KVyuPG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeBm5zlloMcqqII6k5rbTVWRT1KVyuPG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeBm5zlloMcqqII6k5rbTVWRT1KVyuPG > .row .container > .video-iframe-container { display: none; }#xeBm5zlloMcqqII6k5rbTVWRT1KVyuPG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xeBm5zlloMcqqII6k5rbTVWRT1KVyuPG > .row > .video-iframe-container { display: none; }#xeBm5zlloMcqqII6k5rbTVWRT1KVyuPG > .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); }#xeBm5zlloMcqqII6k5rbTVWRT1KVyuPG { border-width: 0; border-radius: 0; }#xeBm5zlloMcqqII6k5rbTVWRT1KVyuPG > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#OoowGuGb2qZIKKWlfVlTJCBEvAgNNTTX { box-sizing:content-box;height:16.125rem;width:62.25rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;top:18rem;left:12.625rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;border-top:0.0625rem solid #390d26;border-left:0.0625rem solid #390d26;border-right:0.0625rem solid #390d26;border-bottom:0.0625rem solid #390d26;display:block; }
#GZOc0cqPsNCSRrql6AprVsPFGhXLEnTL { color:#010304;display:block;width:45.0625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:12.125rem;left:23.9375rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RPhEWGm1qlCunWoWDUzikWmNsckXQTzd { color:#010304;display:block;width:23.25rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:25.0625rem;left:48.3125rem;height:4.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#RPhEWGm1qlCunWoWDUzikWmNsckXQTzd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RPhEWGm1qlCunWoWDUzikWmNsckXQTzd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0592dca18cd1bb7fd7d2fe8e630fb47c8ffe56ae.svg); }
#gGbPbmlyLDBnTAh4THkghM5gPgObbnEy { color:#010304;display:block;width:6.375rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:5.1875rem;left:25.9375rem;height:1.5rem;text-align:left;text-align-last:left;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; }
#lvAGwt6lSr5nt41BF51STNgoaRBtc8ZU { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:5.3125rem;left:23.9375rem; }
#r85tLo8q7nI1I0mt7DUEsh5SGoUd6Txh { color:#010304;display:block;width:23.125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:25.0625rem;left:23.9375rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XMvUC4u1JU6lJkk32lHb4hiJSJhXOG7R { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #390d26;border-left:0.0625rem solid #390d26;border-right:0.0625rem solid #390d26;border-bottom:0.0625rem solid #390d26;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:27.0625rem;width:20.3125rem;top:3.5625rem;left:1.3291015625rem;overflow:hidden;display:block; }
#JmyqpRyGIt1QLp4QfakGpm5D2RCsqqq8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#390d26;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"times new roman";font-size:2.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.6875rem;height:4.6875rem;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:6.625rem;left:23.9375rem;display:block; }
#gkrs6gHOPcM15MelH1nSKBaQQvVMmK2f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ohN1Owqteg0HNFwpAZ47F6BMMwKrqfTS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#ff435b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:1.875rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:20.75rem;left:23.9375rem;display:block; }
#wa83V8iZfZi4cxVdK4Fzb6F4mknhWMmp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WA7dowKmQgEgLt5hiM63tmZMxWidIfxL { position:relative;display:block; }#WA7dowKmQgEgLt5hiM63tmZMxWidIfxL { background-color: transparent; background-image: none; }#WA7dowKmQgEgLt5hiM63tmZMxWidIfxL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WA7dowKmQgEgLt5hiM63tmZMxWidIfxL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WA7dowKmQgEgLt5hiM63tmZMxWidIfxL > .row .container > .video-iframe-container { display: none; }#WA7dowKmQgEgLt5hiM63tmZMxWidIfxL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WA7dowKmQgEgLt5hiM63tmZMxWidIfxL > .row > .video-iframe-container { display: none; }#WA7dowKmQgEgLt5hiM63tmZMxWidIfxL > .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); }#WA7dowKmQgEgLt5hiM63tmZMxWidIfxL { border-width: 0; border-radius: 0; }#WA7dowKmQgEgLt5hiM63tmZMxWidIfxL > .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; }#WA7dowKmQgEgLt5hiM63tmZMxWidIfxL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wCyGQuIfPx4BMS3S3LQ0fE80mLhyJi3n { color:#390d26;display:block;width:33.875rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:01;letter-spacing:0;top:6.875rem;left:20.5625rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dE3acODJUTv1EhtvVBFvcIufhUR7cGXc { 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; }#dE3acODJUTv1EhtvVBFvcIufhUR7cGXc > .row .container { background-color: transparent; background-image: none; }#dE3acODJUTv1EhtvVBFvcIufhUR7cGXc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dE3acODJUTv1EhtvVBFvcIufhUR7cGXc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dE3acODJUTv1EhtvVBFvcIufhUR7cGXc > .row .container > .video-iframe-container { display: none; }#dE3acODJUTv1EhtvVBFvcIufhUR7cGXc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dE3acODJUTv1EhtvVBFvcIufhUR7cGXc > .row > .video-iframe-container { display: none; }#dE3acODJUTv1EhtvVBFvcIufhUR7cGXc > .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); }#dE3acODJUTv1EhtvVBFvcIufhUR7cGXc > .row .container { border-width: 0; border-radius: 0; }#dE3acODJUTv1EhtvVBFvcIufhUR7cGXc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dE3acODJUTv1EhtvVBFvcIufhUR7cGXc > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:75rem;position:relative;display:block; }#I1Rc9LBWtQtt9Ekd8PgwRoyTeLy3Tnwf { box-sizing:content-box;height:21.875rem;width:21.25rem;position:absolute;display:block;z-index:15017;background-color:#faf3f0;background-image:none;top:3.9375rem;left:1.25rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#rfqZ8EI6dv7LkK3moxAoKIcs49FUQ0Pn { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:5.1875rem;left:2.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#dJ83oBztztJMmAITEDa9DiOah2KQxXne { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:6.4375rem;left:3.75rem; }
#HZl1MpVEFv2cWt3mTv2zbuAUfFW4dxeT { color:#390d26;display:block;width:12.25rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:11.4375rem;left:2.5rem;height:2.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#w6ZPZqThWwF6d5TXitqWf4dZhmAbG6nV { color:#390d26;display:block;width:18rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:2;letter-spacing:0;top:14.5625rem;left:2.5rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cGSkwq3N45amD1MHDdLEeP3gIBchrzeW { background-color:#390d26;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.553571375rem;height:2.928571375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:20.151224136352rem;left:3.6875004768372rem;display:block; }
#yHDZzBShCdfy0biJsiluy8BTWVnKmAbF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bgmF0xV7XNHW1OA1dgiWZdtOgmvTRJWw { box-sizing:content-box;height:21.875rem;width:21.25rem;position:absolute;display:block;z-index:15016;background-color:#faf3f0;background-image:none;top:3.9375rem;left:52.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#OdCyPbwNDhM6g7IvNaw1tUe6xNImnwCv { color:#390d26;display:block;width:17.5rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:2;letter-spacing:0;top:14.5625rem;left:53.75rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#aFWTfcmTMBa9dl1Guw6WQ6QSgwJ8uXxL { color:#390d26;display:block;width:12.9375rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:11.4375rem;left:53.75rem;height:2.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bu0aDi9tQff91lTshsphETFxiOEo1pP8 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:5.1875rem;left:53.75rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#prxB1FzQnTmhcZyb025F8S7rALiOsntT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:6.4375rem;left:55rem; }
#CWC8rVTdnzninG3cINXmHgWxX7rWywXX { background-color:#390d26;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.553571375rem;height:2.928571375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:20.187496185302rem;left:54.687501430511rem;display:block; }
#fRB9TTevN1TqATphoJRTBlZ3RbLO6py7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lSAs1uLKMQMDnsceQhTOzooJ5SNMedOJ { box-sizing:content-box;height:21.875rem;width:21.25rem;position:absolute;display:block;z-index:15023;background-color:#faf3f0;background-image:none;top:3.9375rem;left:26.875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#aTgTy8k9sqXplOHGQUQJ31TX53iqxVe1 { box-sizing:content-box;height:5rem;width:5rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:5.1875rem;left:28.125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#DQoA6PMZJ0UTByTNhtmQUiuwybdDUpXa { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:6.4375rem;left:29.375rem; }
#SW1UmTz2iiOIrkJdWQplGTReXMI0T8XF { color:#390d26;display:block;width:15.0625rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:11.4375rem;left:28.125rem;height:2.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#C79ZHv5EyP1skagnwMK1cG5eO1LOugBb { color:#390d26;display:block;width:18.25rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:2;letter-spacing:0;top:14.5625rem;left:28.125rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#buRIB9aRaOR8bW6GmEqsN9eeU1CJ7vPl { background-color:#390d26;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.553571375rem;height:2.928571375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:20.222652435302rem;left:29.722100734711rem;display:block; }
#SbCqEM6hTEC7T9EZ70WmX5kHFoTRDUif { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VKnMgLSy9ntoieRrcL71G0zwaRSxvb4c { 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; }#VKnMgLSy9ntoieRrcL71G0zwaRSxvb4c > .row .container { background-color: transparent; background-image: none; }#VKnMgLSy9ntoieRrcL71G0zwaRSxvb4c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKnMgLSy9ntoieRrcL71G0zwaRSxvb4c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKnMgLSy9ntoieRrcL71G0zwaRSxvb4c > .row .container > .video-iframe-container { display: none; }#VKnMgLSy9ntoieRrcL71G0zwaRSxvb4c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKnMgLSy9ntoieRrcL71G0zwaRSxvb4c > .row > .video-iframe-container { display: none; }#VKnMgLSy9ntoieRrcL71G0zwaRSxvb4c > .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); }#VKnMgLSy9ntoieRrcL71G0zwaRSxvb4c > .row .container { border-width: 0; border-radius: 0; }#VKnMgLSy9ntoieRrcL71G0zwaRSxvb4c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VKnMgLSy9ntoieRrcL71G0zwaRSxvb4c > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:75rem;position:relative;display:block; }#olBQeRMo2crW9vTyhMtgMzA2m94VqhzD { color:#390d26;display:block;width:18.75rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:normal;z-index:15003;line-height:01;letter-spacing:0;top:6.75rem;left:3.125rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#b2ayE0xzm3ZZE7lRlfvs7B9Mbvqkk8Mn { color:#000000;display:block;width:32.9375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15003;line-height:2;letter-spacing:0;top:10.5rem;left:3.125rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yraRtkMZAsLr5TabwLESJ1Ckco51a271 { position:relative;display:block; }#yraRtkMZAsLr5TabwLESJ1Ckco51a271 { background-color: transparent; background-image: none; }#yraRtkMZAsLr5TabwLESJ1Ckco51a271::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yraRtkMZAsLr5TabwLESJ1Ckco51a271 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yraRtkMZAsLr5TabwLESJ1Ckco51a271 > .row .container > .video-iframe-container { display: none; }#yraRtkMZAsLr5TabwLESJ1Ckco51a271 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yraRtkMZAsLr5TabwLESJ1Ckco51a271 > .row > .video-iframe-container { display: none; }#yraRtkMZAsLr5TabwLESJ1Ckco51a271 > .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); }#yraRtkMZAsLr5TabwLESJ1Ckco51a271 { border-width: 0; border-radius: 0; }#yraRtkMZAsLr5TabwLESJ1Ckco51a271 > .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; }#yraRtkMZAsLr5TabwLESJ1Ckco51a271 > .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:32.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sNssQvKVeFNep95XdwtTaQSDF3d9GGP5 { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.0625rem;width:18.4375rem;top:2.875rem;left:3.125rem;overflow:hidden;display:block; }
#eItGCl0C8p9ncRRFg3M3Z10Hl9KbETUi { color:#000000;display:block;width:18.625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.4375rem;left:3.125rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BWRxJu9QfRTEvOmvKDRwuU9I9ltGbLJT { color:#000000;display:block;width:18.875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:19.875rem;left:3.125rem;height:7.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WywAH7K8PGwR3h2NMqXheU8w9lzQ117y { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#ff435b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:left;text-align-last:left;top:27.8125rem;left:3rem;display:block; }
#JrNAwLcPWzRlsFevenKEPT6iooJi87Rv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fKtyF3aCFVsADmV2RwDnktMJgfNKDZVT { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.0625rem;width:18.4375rem;top:2.875rem;left:28.0625rem;overflow:hidden;display:block; }
#q21oAhO41kwhPxykWJ7QNUIpxRilNdDw { color:#000000;display:block;width:18.625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.4375rem;left:28.0625rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E8zmwaHlHQIEbTFBn4OLZmLdSfiOnNIK { color:#000000;display:block;width:18.625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:19.875rem;left:28.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DEHbTXUQvbOzgahkIlEMo56d38xfmXVH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#ff435b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:1.875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:27.8125rem;left:27.9375rem;display:block; }
#ehbsFop4WZU0g8K7fMWCbcgTXiIqGegI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TZDa3s6oPbKbqrLVEVVlUvDz69q1inPt { position:absolute;display:block;z-index:15008;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.0625rem;width:18.4375rem;top:2.875rem;left:53.0625rem;overflow:hidden;display:block; }
#L4bWWOCnlhGaRxxT38K1i1GDwR8roLvb { color:#000000;display:block;width:18.625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.4375rem;left:53.0625rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TNzuszh82JQRZgQHN24nD3Du0N70TE7T { color:#000000;display:block;width:18.625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:19.875rem;left:53.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xDCNJW81ulWTxcif3RB2VVyqQcpzvkD1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#ff435b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:1.875rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:27.8125rem;left:52.9375rem;display:block; }
#fsP7wkhVs6EZmPtEBZPZ2yBzQ72mbn59 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FyrxE4NZwssypAt99oAllfVG3BxzQzTW { position:relative;display:block; }#FyrxE4NZwssypAt99oAllfVG3BxzQzTW { background-color: transparent; background-image: none; }#FyrxE4NZwssypAt99oAllfVG3BxzQzTW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyrxE4NZwssypAt99oAllfVG3BxzQzTW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyrxE4NZwssypAt99oAllfVG3BxzQzTW > .row .container > .video-iframe-container { display: none; }#FyrxE4NZwssypAt99oAllfVG3BxzQzTW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyrxE4NZwssypAt99oAllfVG3BxzQzTW > .row > .video-iframe-container { display: none; }#FyrxE4NZwssypAt99oAllfVG3BxzQzTW > .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); }#FyrxE4NZwssypAt99oAllfVG3BxzQzTW { border-width: 0; border-radius: 0; }#FyrxE4NZwssypAt99oAllfVG3BxzQzTW > .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; }#FyrxE4NZwssypAt99oAllfVG3BxzQzTW > .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:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ad60THBqIW6nAg5bG88Futoslvrd7dGa { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.0625rem;width:18.4375rem;top:2.875rem;left:3.125rem;overflow:hidden;display:block; }
#RJZhqTeTHJ1UEdSLNz4vAtA5GZSz0U1b { color:#000000;display:block;width:18.625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.4375rem;left:3.125rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wSPA7MPHJNnW21wtTuAR3svTAdDua91A { color:#000000;display:block;width:18.625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:19.875rem;left:3.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BgcGCLZAa23rhG7R7vSswZ2yeEBzElwd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#ff435b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:left;text-align-last:left;top:27.25rem;left:3.125rem;display:block; }
#oicR3UKKNTk7X89kW2xAmDGdJDQDdQvd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GZpllEy4ggl7yBX72Tnct9qmVn2wiuDA { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.0625rem;width:18.4375rem;top:2.875rem;left:28.0625rem;overflow:hidden;display:block; }
#g6npBQPLgEMPyBSF7gfZWylsdoebTF0O { color:#000000;display:block;width:18.625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.4375rem;left:28.0625rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#alQQQpTw1q5mFSNzcBtqiMbEiXw2qwA3 { color:#000000;display:block;width:18.625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:19.875rem;left:28.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F1D1arTnOwEmnSCnqkC08khI4i0G079P { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#ff435b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:1.875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:27.25rem;left:28.0625rem;display:block; }
#cFhA77a1tMtOhCCAKdh3yyPcea3MW8fs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VGMy6Xh7HwmzsEfytZIzgqdLE7J6kWKv { position:absolute;display:block;z-index:15008;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.0625rem;width:18.4375rem;top:2.875rem;left:53.0625rem;overflow:hidden;display:block; }
#aT7c5rb1mS3LPgkiduR2hNK8uL6BZMun { color:#000000;display:block;width:11.875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.4375rem;left:53.0625rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lhq6rQPy0uf9JlCrxyChAswANJT48kov { color:#000000;display:block;width:19.25rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:19.875rem;left:52.875rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FLRAJ7yQymmtTT8T1B4BfJiIJeUVHOIB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#ff435b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:1.875rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:27.25rem;left:53.0625rem;display:block; }
#TTo3uIrP46M3S0UmXSSuUbqEelIb0c2H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R9P3DJfU4WQhh8kcX3UQdeF4khH46V1c { 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; }#R9P3DJfU4WQhh8kcX3UQdeF4khH46V1c > .row .container { background-color: transparent; background-image: none; }#R9P3DJfU4WQhh8kcX3UQdeF4khH46V1c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9P3DJfU4WQhh8kcX3UQdeF4khH46V1c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9P3DJfU4WQhh8kcX3UQdeF4khH46V1c > .row .container > .video-iframe-container { display: none; }#R9P3DJfU4WQhh8kcX3UQdeF4khH46V1c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9P3DJfU4WQhh8kcX3UQdeF4khH46V1c > .row > .video-iframe-container { display: none; }#R9P3DJfU4WQhh8kcX3UQdeF4khH46V1c > .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); }#R9P3DJfU4WQhh8kcX3UQdeF4khH46V1c > .row .container { border-width: 0; border-radius: 0; }#R9P3DJfU4WQhh8kcX3UQdeF4khH46V1c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R9P3DJfU4WQhh8kcX3UQdeF4khH46V1c > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:75rem;position:relative;display:block; }#VOy0AHoILyMvWHx8rUupFRZwgh9UIJT0 { color:#390d26;display:block;width:23.625rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:normal;z-index:15003;line-height:01;letter-spacing:0;top:6.75rem;left:3.125rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#EyC1X0mTIUZocaNTwhDZ2pv3xiTRmzvV { color:#000000;display:block;width:44.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15003;line-height:2;letter-spacing:0;top:10.5rem;left:3.125rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KIiPacpepsZUiRk4IPai0bAZhwafxOTL { position:relative;display:block; }#KIiPacpepsZUiRk4IPai0bAZhwafxOTL { background-color: transparent; background-image: none; }#KIiPacpepsZUiRk4IPai0bAZhwafxOTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIiPacpepsZUiRk4IPai0bAZhwafxOTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIiPacpepsZUiRk4IPai0bAZhwafxOTL > .row .container > .video-iframe-container { display: none; }#KIiPacpepsZUiRk4IPai0bAZhwafxOTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIiPacpepsZUiRk4IPai0bAZhwafxOTL > .row > .video-iframe-container { display: none; }#KIiPacpepsZUiRk4IPai0bAZhwafxOTL > .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); }#KIiPacpepsZUiRk4IPai0bAZhwafxOTL { border-width: 0; border-radius: 0; }#KIiPacpepsZUiRk4IPai0bAZhwafxOTL > .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; }#KIiPacpepsZUiRk4IPai0bAZhwafxOTL > .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:39.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lFImIWFdn45ET6K1NFtsouobn7udsLbI { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:11.25rem;width:18.75rem;top:3.625rem;left:3rem;overflow:hidden;display:block; }
#is4cNui95JmqJJ1gTkMqnvSkoxw2iw7H { color:#000000;display:block;width:18.625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.1875rem;left:3rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r1U4p3JwKuZTdvMAaEefLOsPr1b9VhZT { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:2;letter-spacing:0;top:22.625rem;left:3rem;height:9.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NbBTMWnJuAIRqgBaoPi4T6m2gpn2qFSC { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ff435b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:1.875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:33.75rem;left:3rem;display:block; }
#t3yTRL188bwI4e1anGREIXES61FdU0cp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wXx5VQEcvg6AzTUWzczIWMT6OIn9ihGf { position:absolute;display:block;z-index:15008;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:11.25rem;width:18.75rem;top:3.625rem;left:28rem;overflow:hidden;display:block; }
#dZsriuJGdZiGyUg8JGOtJTJ0WbBTzxln { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:2;letter-spacing:0;top:22.625rem;left:28rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TeA97ZTpoZJNhh3myok73J5MTMe5QiHK { color:#000000;display:block;width:18.25rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.1875rem;left:28rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LZciJZRVSfizgHqkKEx1i9J0qmpQe1JH { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ff435b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9375rem;height:1.875rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:33.75rem;left:28rem;display:block; }
#y5vioe36lMaa823TCIx8BWh2zJu473pR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WKi9OsCPERHwk99l8r4ysw6UfQg2c4Mx { position:absolute;display:block;z-index:15012;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:11.25rem;width:18.75rem;top:3.625rem;left:53rem;overflow:hidden;display:block; }
#nv8vURIyHUuDinB28Uo5sW0VwgzTtkC3 { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:2;letter-spacing:0;top:22.625rem;left:53rem;height:9.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IXeCAvi5CZ0dhOZ3WfAI2gpniAfIFEui { color:#000000;display:block;width:19rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:16.1875rem;left:53rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XtLLXhQf2w4XCadrIKeV38b9XZQnFC1T { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ff435b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:1.875rem;text-decoration:none;z-index:15013;text-align:left;text-align-last:left;top:33.75rem;left:53rem;display:block; }
#fDOadbdvTnKOenCDdPEWmh84UUhn4yhZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sbfo3BQbRQLtu7EnT55FAPQ51ei3mBM3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf3f0;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; }#Sbfo3BQbRQLtu7EnT55FAPQ51ei3mBM3 > .row .container { background-color: transparent; background-image: none; }#Sbfo3BQbRQLtu7EnT55FAPQ51ei3mBM3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sbfo3BQbRQLtu7EnT55FAPQ51ei3mBM3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sbfo3BQbRQLtu7EnT55FAPQ51ei3mBM3 > .row .container > .video-iframe-container { display: none; }#Sbfo3BQbRQLtu7EnT55FAPQ51ei3mBM3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sbfo3BQbRQLtu7EnT55FAPQ51ei3mBM3 > .row > .video-iframe-container { display: none; }#Sbfo3BQbRQLtu7EnT55FAPQ51ei3mBM3 > .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); }#Sbfo3BQbRQLtu7EnT55FAPQ51ei3mBM3 > .row .container { border-width: 0; border-radius: 0; }#Sbfo3BQbRQLtu7EnT55FAPQ51ei3mBM3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sbfo3BQbRQLtu7EnT55FAPQ51ei3mBM3 > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;position:relative;display:block; }#BHophkTkfiDiXS6PvoVM43TsfZBm0EIx { color:#390d26;display:block;width:29.1875rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:01;letter-spacing:0;top:6.6875rem;left:2.9375rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UWRMfLeFEBp6PSRW33tLVbhznIdkcuVD { color:#000000;display:block;width:30.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15012;line-height:2;letter-spacing:0;top:6.6875rem;left:40.8125rem;height:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fZBm3w5qImZfCyfnWvtc6VXJKMVSNm9r { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ff435b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:1.875rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:23.0625rem;left:40.8125rem;display:block; }
#KP7WcDJeaLh71m5ZXKaViq1Ql3VtdBQW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FfXAp0dUlKui9Ug8PKwf2DPNTUsDI1Hf { 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; }#FfXAp0dUlKui9Ug8PKwf2DPNTUsDI1Hf > .row .container { background-color: transparent; background-image: none; }#FfXAp0dUlKui9Ug8PKwf2DPNTUsDI1Hf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfXAp0dUlKui9Ug8PKwf2DPNTUsDI1Hf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfXAp0dUlKui9Ug8PKwf2DPNTUsDI1Hf > .row .container > .video-iframe-container { display: none; }#FfXAp0dUlKui9Ug8PKwf2DPNTUsDI1Hf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FfXAp0dUlKui9Ug8PKwf2DPNTUsDI1Hf > .row > .video-iframe-container { display: none; }#FfXAp0dUlKui9Ug8PKwf2DPNTUsDI1Hf > .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); }#FfXAp0dUlKui9Ug8PKwf2DPNTUsDI1Hf > .row .container { border-width: 0; border-radius: 0; }#FfXAp0dUlKui9Ug8PKwf2DPNTUsDI1Hf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FfXAp0dUlKui9Ug8PKwf2DPNTUsDI1Hf > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:75rem;position:relative;display:block; }#gQouXoqJc12T1FIvfGgIRGpUNCvMhI7C { color:#390d26;display:block;width:19.625rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:normal;z-index:15003;line-height:01;letter-spacing:0;top:6.75rem;left:3.125rem;height:2.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#M8FNxrLmq6hZdWK0qxO4ha9ZTPGNpemS { color:#000000;display:block;width:29.625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15003;line-height:2;letter-spacing:0;top:10.5rem;left:3.125rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gHrnDtNMN45qEmzNxBeSpsTo1mJlTRhM { position:relative;display:block; }#gHrnDtNMN45qEmzNxBeSpsTo1mJlTRhM { background-color: transparent; background-image: none; }#gHrnDtNMN45qEmzNxBeSpsTo1mJlTRhM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHrnDtNMN45qEmzNxBeSpsTo1mJlTRhM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHrnDtNMN45qEmzNxBeSpsTo1mJlTRhM > .row .container > .video-iframe-container { display: none; }#gHrnDtNMN45qEmzNxBeSpsTo1mJlTRhM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHrnDtNMN45qEmzNxBeSpsTo1mJlTRhM > .row > .video-iframe-container { display: none; }#gHrnDtNMN45qEmzNxBeSpsTo1mJlTRhM > .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); }#gHrnDtNMN45qEmzNxBeSpsTo1mJlTRhM { border-width: 0; border-radius: 0; }#gHrnDtNMN45qEmzNxBeSpsTo1mJlTRhM > .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; }#gHrnDtNMN45qEmzNxBeSpsTo1mJlTRhM > .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:32.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ikrkDg2Fv5SXZhWfadKcLgztsGZ5K7U2 { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.0625rem;width:18.4375rem;top:2.875rem;left:3.125rem;overflow:hidden;display:block; }
#lhktNLQcxAd0vBEvWqraN07CIGkzDvHb { color:#000000;display:block;width:18.625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.4375rem;left:3.125rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zgXAkXukKXNTLP8NSuWWAd8mzwiCVHTg { color:#000000;display:block;width:18.625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:19.875rem;left:3.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AJQ0gQIWWADg2UKx5nfgAJOd7gvRv1Sd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#ff435b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:left;text-align-last:left;top:28.3125rem;left:3.125rem;display:block; }
#A6SChbivnqGVT0k91G9tTe7EWVr7G56c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J31fTL2T6xdpUL3iQfiGA7asPr84TcJb { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.0625rem;width:18.4375rem;top:2.875rem;left:28.0625rem;overflow:hidden;display:block; }
#NW4AK1cMShCZf97WofwJ7o7lVbZKol35 { color:#000000;display:block;width:19.25rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.4375rem;left:28.0625rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FVmTTMs5HnkCJ14QJ8RZF9S7OWBaOM4M { color:#000000;display:block;width:18.625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:19.875rem;left:28.0625rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KapxKf3Sk3tMVrvtORlqrPUrrJwJIJz7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#ff435b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:1.875rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:28.3125rem;left:28.0625rem;display:block; }
#OFNVXsFGiidTcXFTX3MfAB4DeVkUUg6s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h9EDSyeQn2UcbNixP3Ntm7q5wSRLvDUZ { position:absolute;display:block;z-index:15008;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:11.0625rem;width:18.4375rem;top:2.875rem;left:53.0625rem;overflow:hidden;display:block; }
#SCA8pdXeudG9w2vlAQ8eWk4mXWaANxTQ { color:#000000;display:block;width:18.625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.4375rem;left:53.0625rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gFzFk84cc4vEutDh8gbg5xFQndvGFwig { color:#000000;display:block;width:18.625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:19.875rem;left:53.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iFVlTQQ9sWHApJcn8aOBAoxTrnMXGirn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#ff435b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.4375rem;height:1.875rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:28.3125rem;left:53.0625rem;display:block; }
#DeP5OT83ZS4JrLC6Dn2DDRgOhPQeTPPD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JmxccGUoLNrVRnNXvS2w8KcSTsqPSprT { position:relative;display:block; }#JmxccGUoLNrVRnNXvS2w8KcSTsqPSprT { background-color: transparent; background-image: none; }#JmxccGUoLNrVRnNXvS2w8KcSTsqPSprT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JmxccGUoLNrVRnNXvS2w8KcSTsqPSprT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JmxccGUoLNrVRnNXvS2w8KcSTsqPSprT > .row .container > .video-iframe-container { display: none; }#JmxccGUoLNrVRnNXvS2w8KcSTsqPSprT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JmxccGUoLNrVRnNXvS2w8KcSTsqPSprT > .row > .video-iframe-container { display: none; }#JmxccGUoLNrVRnNXvS2w8KcSTsqPSprT > .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); }#JmxccGUoLNrVRnNXvS2w8KcSTsqPSprT { border-width: 0; border-radius: 0; }#JmxccGUoLNrVRnNXvS2w8KcSTsqPSprT > .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; }#JmxccGUoLNrVRnNXvS2w8KcSTsqPSprT > .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:39.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wVhmhJFM6TTaPCi7NqUDfNZETVPBWbyb { color:#390d26;display:block;width:18.8125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:6.5625rem;left:28.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pgTWWTcUFnaVrBZFmNvsdmQuRKpPSh6D { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:2;letter-spacing:0;top:10.43701171875rem;left:28.092651367188rem;height:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OEdwe8XsUsAcxXAooFlBnFtMP9aI3K7I { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ff435b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.937375rem;height:1.875rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:28.125rem;left:28.125rem;display:block; }
#DcsLXP604q8ktB6ednUTObtqfVQdeTwq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nwBn1F3dWPpuFyO7U5weVyuK0xKyhaAy { color:#b9b9b9;display:block;width:11.25rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:35.1875rem;left:33rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aDPi1iWyqBZy6swN8AaaPp9ZOTzPG0x5 { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6c7cf25c-1525-4024-b2cb-f56c9fb70735/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.75rem;width:3.75rem;top:32.8125rem;left:28.125rem;display:block; }#aDPi1iWyqBZy6swN8AaaPp9ZOTzPG0x5.adaptive-delivery-prevent-bg, #aDPi1iWyqBZy6swN8AaaPp9ZOTzPG0x5.lazyload, #aDPi1iWyqBZy6swN8AaaPp9ZOTzPG0x5.lazyloading { background-image: none; }
#SbdrDxhZwAmlSeIwtLARfFHs2WzKuoSo { color:#606060;display:block;width:11.25rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:33.5rem;left:33rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bcGIkCZxHxwOfkEmwKAD2Ox3KxpcRuUk { color:#390d26;display:block;width:18.8125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:6.5625rem;left:53.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FpPG6ym98irJ5iaVVsesuQQKDqrh8E95 { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15019;line-height:2;letter-spacing:0;top:10.43701171875rem;left:53.092651367188rem;height:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JMhRclVU3QqhWlldMwXEPNK32ECqyN8Q { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ff435b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:1.875rem;text-decoration:none;z-index:15017;text-align:left;text-align-last:left;top:28.125rem;left:53.125rem;display:block; }
#VyuoeufOylVeELVZf5o3WW1IsXs4KBPx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XMSWs7qpQPOaMvRkCtcDHASpNG9DdqZI { color:#b9b9b9;display:block;width:13rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:35.187377929688rem;left:57.999877929688rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R2e8B24Nvl4OCGHLVx0uR96heH8FyyvN { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f0805784-3420-4d65-acf3-0c1e20be08b7/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.75rem;width:3.75rem;top:32.8125rem;left:53.125rem;display:block; }#R2e8B24Nvl4OCGHLVx0uR96heH8FyyvN.adaptive-delivery-prevent-bg, #R2e8B24Nvl4OCGHLVx0uR96heH8FyyvN.lazyload, #R2e8B24Nvl4OCGHLVx0uR96heH8FyyvN.lazyloading { background-image: none; }
#yRugXCSCO3Q6dESsDtWkduNJ2lkQMJ7u { color:#606060;display:block;width:11.25rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:33.5rem;left:58rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zI1GpQHy9NZqweTxfrbPNTU9quOsxu4T { color:#390d26;display:block;width:21.3125rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:normal;z-index:15003;line-height:01;letter-spacing:0;top:6.5625rem;left:2.25rem;height:8.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#D3cBgP73ksLLuqcTloaEMWQlMPDELbyf { color:#390d26;display:block;width:18.75rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:17.25rem;left:2.25rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z5tPUvoIQbBmOAA0ZOhXdfk39lntsGE5 { background-color:#ff435b;background-image:none;border-top:0.0625rem solid #ff435b;border-left:0.0625rem solid #ff435b;border-right:0.0625rem solid #ff435b;border-bottom:0.0625rem solid #ff435b;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17rem;height:2.6875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24.81201171875rem;left:2.249755859375rem;display:block; }
#VBpsLtqTJpAKHB6hlOd1bXLZ9bkr0Pkw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R5ikBGQWBrSWnMzcm4BlWAQWCLQbpFU7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#390d26;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; }#R5ikBGQWBrSWnMzcm4BlWAQWCLQbpFU7 > .row .container { background-color: transparent; background-image: none; }#R5ikBGQWBrSWnMzcm4BlWAQWCLQbpFU7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5ikBGQWBrSWnMzcm4BlWAQWCLQbpFU7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5ikBGQWBrSWnMzcm4BlWAQWCLQbpFU7 > .row .container > .video-iframe-container { display: none; }#R5ikBGQWBrSWnMzcm4BlWAQWCLQbpFU7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5ikBGQWBrSWnMzcm4BlWAQWCLQbpFU7 > .row > .video-iframe-container { display: none; }#R5ikBGQWBrSWnMzcm4BlWAQWCLQbpFU7 > .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); }#R5ikBGQWBrSWnMzcm4BlWAQWCLQbpFU7 > .row .container { border-width: 0; border-radius: 0; }#R5ikBGQWBrSWnMzcm4BlWAQWCLQbpFU7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R5ikBGQWBrSWnMzcm4BlWAQWCLQbpFU7 > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#dd4kKDvbf4T7mdf9d9qWo0kQTUF9JSTQ { color:#ffffff;display:block;width:46.125rem;position:absolute;font-family:"times new roman";font-size:2.8125rem;font-weight:normal;z-index:15003;line-height:01;letter-spacing:0;top:6.1875rem;left:14.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#k8lSuKCsxN0M1PuS0SO29qBtBSTibWrm { color:#ffffff;display:block;width:42.3125rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:2;letter-spacing:0;top:14.062255859375rem;left:14.437255859375rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xdn8aMkIycFcw7TfyRckbfn3TZGNdS3H { background-color:#ff435b;background-image:none;border-top:0.0625rem solid #ff435b;border-left:0.0625rem solid #ff435b;border-right:0.0625rem solid #ff435b;border-bottom:0.0625rem solid #ff435b;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:2.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:20.2490234375rem;left:14.4365234375rem;display:block; }
#g1doctFxhCGMKbJBJ8hoH0sMDDi03ghm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h6Fpp6II0OAobeTdlMsWP4ozal1qoVIP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#390d26;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; }#h6Fpp6II0OAobeTdlMsWP4ozal1qoVIP > .row .container { background-color: transparent; background-image: none; }#h6Fpp6II0OAobeTdlMsWP4ozal1qoVIP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6Fpp6II0OAobeTdlMsWP4ozal1qoVIP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6Fpp6II0OAobeTdlMsWP4ozal1qoVIP > .row .container > .video-iframe-container { display: none; }#h6Fpp6II0OAobeTdlMsWP4ozal1qoVIP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6Fpp6II0OAobeTdlMsWP4ozal1qoVIP > .row > .video-iframe-container { display: none; }#h6Fpp6II0OAobeTdlMsWP4ozal1qoVIP > .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); }#h6Fpp6II0OAobeTdlMsWP4ozal1qoVIP > .row .container { border-width: 0; border-radius: 0; }#h6Fpp6II0OAobeTdlMsWP4ozal1qoVIP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h6Fpp6II0OAobeTdlMsWP4ozal1qoVIP > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:75rem;position:relative;display:block; }#IKsz7oheJgMAUQTkg5XSyk41Hu3EoFMO { 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:4.625rem;width:9.375rem;top:4.5624904632568rem;left:4.625rem;overflow:hidden;display:block; }
#rAOpTWyXCqnl9m54JXL01rgXENCgWo6r { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:15045;line-height:1.5;letter-spacing:0;top:4.5625rem;left:21rem;height:1.40625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q0zynvl7xhx1cyzUshRvLhlEpzMWUz5P { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.4375rem;height:1.25rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:7.1246337890625rem;left:20.999755859375rem;display:block; }
#V02ZKD6TlQ5ga0XKKexdTbS503f2u3wz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FmGz1z65MyMizORMCqi8ZeZNIJvF4uQE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.1875rem;height:1.25rem;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:8.75rem;left:20.999755859375rem;display:block; }
#aLZ9lumqcUXgBl01icPKMQOPfsLoMEDG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aCQKg1n5ruQkF0OOMtzRRPni9eFltMOB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.9375rem;height:1.25rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:11.99951171875rem;left:20.999755859375rem;display:block; }
#WeiFN7oV5hdmBZqmn4SKlT7RMCzkVHLN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bu1lnpArbE9Lv5lMnT5T9FPLMBA1uVcl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.75rem;height:1.25rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:10.374755859375rem;left:20.999755859375rem;display:block; }
#uJUysqq0rTVbJnvF2w1yC8Wpmm2oGWRQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LytbhDdhpBS56l6lRp5zSv7eovQueFGq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.75rem;height:1.25rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:7.1246337890625rem;left:39.749755859375rem;display:block; }
#MoU7Gzh72EJv64qaGp3k9MGrTTNuDGvy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DguIZ239VUJtNrG9pHS7SbMnl3rgwKxD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.25rem;height:1.25rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:8.75rem;left:39.749755859375rem;display:block; }
#SKBaXWRMITTWMs4JceAcwR3WyP0HWOL7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cPcnqE6xZzAFJiLZLxZktJ370yrpxo5k { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:1.25rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:11.99951171875rem;left:39.749755859375rem;display:block; }
#bxyDk0erO12CHm9oRVaRTQQR2Oof9aRv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T7TL7FFDniUTEuNCtTbGG3po0ZDkV2Kd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.375rem;height:1.25rem;text-decoration:none;z-index:15013;text-align:left;text-align-last:left;top:10.374755859375rem;left:39.749755859375rem;display:block; }
#LQWNNSRGooy1un3RgsPTZ3QFlvKW7oTA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HXgMTByk3HT6sunWN8btC2k34DzbRUbk { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:15055;line-height:1.5;letter-spacing:0;top:4.5625rem;left:58.625rem;height:1.40625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G8SLfmnPvPgVO3oX6gEKaSbcu72C2nPq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:1.25rem;text-decoration:none;z-index:15016;text-align:left;text-align-last:left;top:7.1246337890625rem;left:58.624877929688rem;display:block; }
#CrRPhILqQq43AMTVOWa2Eap4qWiC3adn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w74Lwlxu4gCJ2L5JFr69kSI3katBpZNB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.9375rem;height:1.25rem;text-decoration:none;z-index:15017;text-align:left;text-align-last:left;top:8.75rem;left:58.624877929688rem;display:block; }
#vrpSVQEAFsrIZ5cAygtHHKFMxPCPZLyd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#klHQ4iRWtQLalta57uGcnS7KwKJlUTlA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.4375rem;height:1.25rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:11.99951171875rem;left:58.624877929688rem;display:block; }
#qRV9bdbTKQpHSTa3XMA2WGriGVRG08uJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qiupvADiy4Gq9sp25IUJsaxUbWbz9fZU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5rem;height:1.25rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:10.374755859375rem;left:58.624877929688rem;display:block; }
#E7FiofkMWa2Xrv5c6KCJaM6Ny8MpXza1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TToeTZNAWSoXw5kxNwS5LX2FZaLKLTL7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#390d26;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; }#TToeTZNAWSoXw5kxNwS5LX2FZaLKLTL7 > .row .container { background-color: transparent; background-image: none; }#TToeTZNAWSoXw5kxNwS5LX2FZaLKLTL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TToeTZNAWSoXw5kxNwS5LX2FZaLKLTL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TToeTZNAWSoXw5kxNwS5LX2FZaLKLTL7 > .row .container > .video-iframe-container { display: none; }#TToeTZNAWSoXw5kxNwS5LX2FZaLKLTL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TToeTZNAWSoXw5kxNwS5LX2FZaLKLTL7 > .row > .video-iframe-container { display: none; }#TToeTZNAWSoXw5kxNwS5LX2FZaLKLTL7 > .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); }#TToeTZNAWSoXw5kxNwS5LX2FZaLKLTL7 > .row .container { border-width: 0; border-radius: 0; }#TToeTZNAWSoXw5kxNwS5LX2FZaLKLTL7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TToeTZNAWSoXw5kxNwS5LX2FZaLKLTL7 > .row .container { font-size:0.875rem;font-family:arial;height:18.0625rem;width:75rem;position:relative;display:block; }#sSyqcZl3Tm1FGyoUE8OfgpIxe4DGeFN5 { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15036;line-height:2;letter-spacing:0;top:5.5rem;left:4.6875rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Bdx0Kq8Ud5CphP1rmmEKKgaHe3ZuypAl { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15037;line-height:2;letter-spacing:0;top:11.5rem;left:4.4375rem;height:2.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#X6V7i6yl9ckcstmn980AT0bJIaRifMb6 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:6.8125rem;left:56.1875rem; }
#X6V7i6yl9ckcstmn980AT0bJIaRifMb6 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#bkoZEeeryeFsA0kcA9zSgzf7RX52gNkh { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:6.8125rem;left:58.875rem; }
#bkoZEeeryeFsA0kcA9zSgzf7RX52gNkh > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#fx36g5etq9RbNtHtf4qASGCbIw2H69sV { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:6.8125rem;left:61.8125rem; }
#fx36g5etq9RbNtHtf4qASGCbIw2H69sV > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#ra94WsWgW9TfPguz2xgWRxhoxBze0Gwq { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:6.75rem;left:64.5625rem; }
#ra94WsWgW9TfPguz2xgWRxhoxBze0Gwq > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#gZi6OTTRUIpxFJ5NmRMoC0TRI8gJ7Uiq { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:11.5rem;left:56.1875rem;display:block; }
#DGSr2wRMAMCUzTmT2tGTPFHxbIS8qMPw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cbVXyZ33z4LxnDLvafbcTFXiCS3vgEbX { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:700;z-index:15051;line-height:1.5;letter-spacing:0;top:3.87451171875rem;left:56.187133789062rem;height:1.40625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tVCCcFImwxVdqQS09AKukTOtS0g5HDuM { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15037;line-height:2;letter-spacing:0;top:5.5rem;left:25rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LvaBTmJVrAa8UzzKk83KPh0B3a8m56ff { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:normal;z-index:15037;line-height:2;letter-spacing:0;top:5.5rem;left:33.875rem;height:5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZhasXkA1vaGL80e8pXrxrJPhOG6NGodO { display:block; }#ZhasXkA1vaGL80e8pXrxrJPhOG6NGodO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVsh6tI2bUWUZshuo8S3e4dQbrg1iL96 { width:22.8125rem;height:1.875rem;top:1.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNNTEdUp0IACalTztQpimutkgvcCC5Iq { display:block; }
 }@media only screen and (max-width: 763px) { #akCw7J02dOmTzepEmUwkGn4NbmZwNigd { width:12rem;height:2.1875rem;top:1.375rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTJUz7ULsvVMSfvqB1nsw14iS3OWNxg6 { display:block; }
 }@media only screen and (max-width: 763px) { #vTRoPs8tPAExx7wI6DUsKFcb9cHwxMsx { display:none; }
 }@media only screen and (max-width: 763px) { #ACbp8auVIloSimT5Cd5IlV8HMt7KrCFJ { display:block; }#ACbp8auVIloSimT5Cd5IlV8HMt7KrCFJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ha2UzcHLKKUmt25SbZT7xXtsA1lVJqSM { width:8.9375rem;height:2.5rem;top:3.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g87f76L1ggwp1vSQO42qElOZJtSNzqUQ { display:block; }
 }@media only screen and (max-width: 763px) { #GEFodrIGiAcny5kwuCOFerZ4elunx9mH { width:5.625rem;height:2.5rem;top:3.125rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHLlSi3nTlmoUxbyTckDFdraM8PMMCNJ { display:block; }
 }@media only screen and (max-width: 763px) { #Tcbk8ftKvHfAC90K8oUeWvM8nh5SkJDA { width:4.75rem;height:2.5rem;top:3.125rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #He54q8zZENzbDtZlWGX2HghJSvRxCZsr { display:block; }
 }@media only screen and (max-width: 763px) { #OGocnrSHVvKpHERhVfHTLxTExUf3SUTE { width:8.375rem;height:2.5rem;top:3.125rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiXW4a39DO5mG4swTzoJRcSHIKaHSrDG { display:block; }
 }@media only screen and (max-width: 763px) { #E2dK5sZy4k6L21DFiiyTbuF1FWlRXb5O { width:3.6875rem;height:2.5rem;top:3.125rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp7WKIVzdTVPwiIqGCnHmrB7JxmcoApL { display:block; }
 }@media only screen and (max-width: 763px) { #adZXG73kQnGC8RO6GUgLvTiOeANIlgd8 { width:3.6875rem;height:2.5rem;top:3.125rem;left:44.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBsTn482daW4c9iW7zMHW0Vq69fDBf1P { display:block; }
 }@media only screen and (max-width: 763px) { #ZHoq2FcxJvhKqn67wsPOD7WtJpg1v1uJ { width:9.25rem;height:2.0625rem;top:3.3125rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydbiSOrIaJoOfwUPfOHZ6TOfgFTPaurf { display:block; }
 }@media only screen and (max-width: 763px) { #yw8HeMa1SkQ2ymvmgiBldVSR5241uIEA { top:2.375rem;left:0rem;width:8.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrpwiSr0a54mJz1e1Wh6QbUv1REovP6P { top:23rem;left:0rem;width:20rem;height:;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7QP5pRQtTG9u6wn2CypTBOuPum2Wsmi { display:none; }
 }@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) { #nmlPIJRexxFOX5bnBJL2mFHPGehbCR77 { top:4.5rem;left:0rem;width:11rem;height:5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTEHMeZzbtC8DMT14ynAKBkXkVr9qb2f { top:10.75rem;left:0rem;width:38.5rem;height:5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeBm5zlloMcqqII6k5rbTVWRT1KVyuPG { display:block; }#xeBm5zlloMcqqII6k5rbTVWRT1KVyuPG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OoowGuGb2qZIKKWlfVlTJCBEvAgNNTTX { top:18rem;left:0rem;width:47.625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZOc0cqPsNCSRrql6AprVsPFGhXLEnTL { top:12.125rem;left:2.6875rem;width:45.0625rem;height:4.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPhEWGm1qlCunWoWDUzikWmNsckXQTzd { top:25.0625rem;left:24.5rem;width:23.25rem;height:4.8125rem;font-size:0.75rem;display:block; }#RPhEWGm1qlCunWoWDUzikWmNsckXQTzd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0592dca18cd1bb7fd7d2fe8e630fb47c8ffe56ae.svg); }
 }@media only screen and (max-width: 763px) { #gGbPbmlyLDBnTAh4THkghM5gPgObbnEy { top:5.1875rem;left:12.3125rem;width:6.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvAGwt6lSr5nt41BF51STNgoaRBtc8ZU { top:5.3125rem;left:10.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r85tLo8q7nI1I0mt7DUEsh5SGoUd6Txh { top:25.0625rem;left:10.3125rem;width:23.125rem;height:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMvUC4u1JU6lJkk32lHb4hiJSJhXOG7R { top:3.5625rem;left:0rem;width:20.3125rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmyqpRyGIt1QLp4QfakGpm5D2RCsqqq8 { width:37.6875rem;height:4.6875rem;top:6.625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkrs6gHOPcM15MelH1nSKBaQQvVMmK2f { display:block; }
 }@media only screen and (max-width: 763px) { #ohN1Owqteg0HNFwpAZ47F6BMMwKrqfTS { width:7.4375rem;height:1.875rem;top:20.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa83V8iZfZi4cxVdK4Fzb6F4mknhWMmp { display:block; }
 }@media only screen and (max-width: 763px) { #WA7dowKmQgEgLt5hiM63tmZMxWidIfxL { display:block; }#WA7dowKmQgEgLt5hiM63tmZMxWidIfxL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCyGQuIfPx4BMS3S3LQ0fE80mLhyJi3n { top:6.875rem;left:6.9375rem;width:33.875rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE3acODJUTv1EhtvVBFvcIufhUR7cGXc { display:block; }#dE3acODJUTv1EhtvVBFvcIufhUR7cGXc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1Rc9LBWtQtt9Ekd8PgwRoyTeLy3Tnwf { top:3.9375rem;left:0rem;width:21.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfqZ8EI6dv7LkK3moxAoKIcs49FUQ0Pn { top:5.1875rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJ83oBztztJMmAITEDa9DiOah2KQxXne { top:6.4375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZl1MpVEFv2cWt3mTv2zbuAUfFW4dxeT { top:11.4375rem;left:0rem;width:12.25rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6ZPZqThWwF6d5TXitqWf4dZhmAbG6nV { top:14.5625rem;left:0rem;width:18rem;height:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGSkwq3N45amD1MHDdLEeP3gIBchrzeW { width:15.5rem;height:2.875rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHDZzBShCdfy0biJsiluy8BTWVnKmAbF { display:block; }
 }@media only screen and (max-width: 763px) { #bgmF0xV7XNHW1OA1dgiWZdtOgmvTRJWw { top:3.9375rem;left:25.125rem;width:21.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdCyPbwNDhM6g7IvNaw1tUe6xNImnwCv { top:14.5625rem;left:30.125rem;width:17.5rem;height:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFWTfcmTMBa9dl1Guw6WQ6QSgwJ8uXxL { top:11.4375rem;left:31.75rem;width:12.9375rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu0aDi9tQff91lTshsphETFxiOEo1pP8 { top:5.1875rem;left:31.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #prxB1FzQnTmhcZyb025F8S7rALiOsntT { top:6.4375rem;left:32.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWC8rVTdnzninG3cINXmHgWxX7rWywXX { width:15.5rem;height:2.875rem;top:20.125rem;left:31.875001430511rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRB9TTevN1TqATphoJRTBlZ3RbLO6py7 { display:block; }
 }@media only screen and (max-width: 763px) { #lSAs1uLKMQMDnsceQhTOzooJ5SNMedOJ { top:3.9375rem;left:10.5rem;width:21.25rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTgTy8k9sqXplOHGQUQJ31TX53iqxVe1 { top:5.1875rem;left:15.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQoA6PMZJ0UTByTNhtmQUiuwybdDUpXa { top:6.4375rem;left:15.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SW1UmTz2iiOIrkJdWQplGTReXMI0T8XF { top:11.4375rem;left:13.75rem;width:15.0625rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C79ZHv5EyP1skagnwMK1cG5eO1LOugBb { top:14.5625rem;left:13.5rem;width:18.25rem;height:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #buRIB9aRaOR8bW6GmEqsN9eeU1CJ7vPl { width:15.5rem;height:2.875rem;top:20.1875rem;left:16.034600734711rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbCqEM6hTEC7T9EZ70WmX5kHFoTRDUif { display:block; }
 }@media only screen and (max-width: 763px) { #VKnMgLSy9ntoieRrcL71G0zwaRSxvb4c { display:block; }#VKnMgLSy9ntoieRrcL71G0zwaRSxvb4c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olBQeRMo2crW9vTyhMtgMzA2m94VqhzD { top:6.75rem;left:0rem;width:18.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2ayE0xzm3ZZE7lRlfvs7B9Mbvqkk8Mn { top:10.5rem;left:0rem;width:32.9375rem;height:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yraRtkMZAsLr5TabwLESJ1Ckco51a271 { display:block; }#yraRtkMZAsLr5TabwLESJ1Ckco51a271 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNssQvKVeFNep95XdwtTaQSDF3d9GGP5 { top:2.875rem;left:0rem;width:18.4375rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eItGCl0C8p9ncRRFg3M3Z10Hl9KbETUi { top:15.4375rem;left:0rem;width:18.625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWRxJu9QfRTEvOmvKDRwuU9I9ltGbLJT { top:19.875rem;left:0rem;width:18.875rem;height:7.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WywAH7K8PGwR3h2NMqXheU8w9lzQ117y { width:7.4375rem;height:1.875rem;top:27.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrNAwLcPWzRlsFevenKEPT6iooJi87Rv { display:block; }
 }@media only screen and (max-width: 763px) { #fKtyF3aCFVsADmV2RwDnktMJgfNKDZVT { top:2.875rem;left:12.875rem;width:18.4375rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q21oAhO41kwhPxykWJ7QNUIpxRilNdDw { top:15.4375rem;left:13.125rem;width:18.625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8zmwaHlHQIEbTFBn4OLZmLdSfiOnNIK { top:19.875rem;left:13.125rem;width:18.625rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEHbTXUQvbOzgahkIlEMo56d38xfmXVH { width:7.4375rem;height:1.875rem;top:27.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehbsFop4WZU0g8K7fMWCbcgTXiIqGegI { display:block; }
 }@media only screen and (max-width: 763px) { #TZDa3s6oPbKbqrLVEVVlUvDz69q1inPt { top:2.875rem;left:28.75rem;width:18.4375rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4bWWOCnlhGaRxxT38K1i1GDwR8roLvb { top:15.4375rem;left:29rem;width:18.625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNzuszh82JQRZgQHN24nD3Du0N70TE7T { top:19.875rem;left:29rem;width:18.625rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDCNJW81ulWTxcif3RB2VVyqQcpzvkD1 { width:7.4375rem;height:1.875rem;top:27.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsP7wkhVs6EZmPtEBZPZ2yBzQ72mbn59 { display:block; }
 }@media only screen and (max-width: 763px) { #FyrxE4NZwssypAt99oAllfVG3BxzQzTW { display:block; }#FyrxE4NZwssypAt99oAllfVG3BxzQzTW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ad60THBqIW6nAg5bG88Futoslvrd7dGa { top:2.875rem;left:0rem;width:18.4375rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJZhqTeTHJ1UEdSLNz4vAtA5GZSz0U1b { top:15.4375rem;left:0rem;width:18.625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSPA7MPHJNnW21wtTuAR3svTAdDua91A { top:19.875rem;left:0rem;width:18.625rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgcGCLZAa23rhG7R7vSswZ2yeEBzElwd { width:7.4375rem;height:1.875rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oicR3UKKNTk7X89kW2xAmDGdJDQDdQvd { display:block; }
 }@media only screen and (max-width: 763px) { #GZpllEy4ggl7yBX72Tnct9qmVn2wiuDA { top:2.875rem;left:12.875rem;width:18.4375rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6npBQPLgEMPyBSF7gfZWylsdoebTF0O { top:15.4375rem;left:13.125rem;width:18.625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #alQQQpTw1q5mFSNzcBtqiMbEiXw2qwA3 { top:19.875rem;left:13.125rem;width:18.625rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1D1arTnOwEmnSCnqkC08khI4i0G079P { width:7.4375rem;height:1.875rem;top:27.25rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFhA77a1tMtOhCCAKdh3yyPcea3MW8fs { display:block; }
 }@media only screen and (max-width: 763px) { #VGMy6Xh7HwmzsEfytZIzgqdLE7J6kWKv { top:2.875rem;left:28.75rem;width:18.4375rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT7c5rb1mS3LPgkiduR2hNK8uL6BZMun { top:15.4375rem;left:29rem;width:11.875rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhq6rQPy0uf9JlCrxyChAswANJT48kov { top:19.875rem;left:28.375rem;width:19.25rem;height:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLRAJ7yQymmtTT8T1B4BfJiIJeUVHOIB { width:7.4375rem;height:1.875rem;top:27.25rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTo3uIrP46M3S0UmXSSuUbqEelIb0c2H { display:block; }
 }@media only screen and (max-width: 763px) { #R9P3DJfU4WQhh8kcX3UQdeF4khH46V1c { display:block; }#R9P3DJfU4WQhh8kcX3UQdeF4khH46V1c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VOy0AHoILyMvWHx8rUupFRZwgh9UIJT0 { top:6.75rem;left:0rem;width:23.625rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyC1X0mTIUZocaNTwhDZ2pv3xiTRmzvV { top:10.5rem;left:0rem;width:44.1875rem;height:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIiPacpepsZUiRk4IPai0bAZhwafxOTL { display:block; }#KIiPacpepsZUiRk4IPai0bAZhwafxOTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFImIWFdn45ET6K1NFtsouobn7udsLbI { top:3.625rem;left:0rem;width:18.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #is4cNui95JmqJJ1gTkMqnvSkoxw2iw7H { top:16.1875rem;left:0rem;width:18.625rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1U4p3JwKuZTdvMAaEefLOsPr1b9VhZT { top:22.625rem;left:0rem;width:17.9375rem;height:9.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbBTMWnJuAIRqgBaoPi4T6m2gpn2qFSC { width:6.1875rem;height:1.875rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3yTRL188bwI4e1anGREIXES61FdU0cp { display:block; }
 }@media only screen and (max-width: 763px) { #wXx5VQEcvg6AzTUWzczIWMT6OIn9ihGf { top:3.625rem;left:12.875rem;width:18.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZsriuJGdZiGyUg8JGOtJTJ0WbBTzxln { top:22.625rem;left:13.8125rem;width:17.9375rem;height:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeA97ZTpoZJNhh3myok73J5MTMe5QiHK { top:16.1875rem;left:13.5rem;width:18.25rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZciJZRVSfizgHqkKEx1i9J0qmpQe1JH { width:6.9375rem;height:1.875rem;top:33.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5vioe36lMaa823TCIx8BWh2zJu473pR { display:block; }
 }@media only screen and (max-width: 763px) { #WKi9OsCPERHwk99l8r4ysw6UfQg2c4Mx { top:3.625rem;left:28.75rem;width:18.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv8vURIyHUuDinB28Uo5sW0VwgzTtkC3 { top:22.625rem;left:29.6875rem;width:17.9375rem;height:9.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXeCAvi5CZ0dhOZ3WfAI2gpniAfIFEui { top:16.1875rem;left:28.625rem;width:19rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtLLXhQf2w4XCadrIKeV38b9XZQnFC1T { width:6.1875rem;height:1.875rem;top:33.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDOadbdvTnKOenCDdPEWmh84UUhn4yhZ { display:block; }
 }@media only screen and (max-width: 763px) { #Sbfo3BQbRQLtu7EnT55FAPQ51ei3mBM3 { display:block; }#Sbfo3BQbRQLtu7EnT55FAPQ51ei3mBM3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHophkTkfiDiXS6PvoVM43TsfZBm0EIx { top:6.6875rem;left:0rem;width:29.1875rem;height:5.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWRMfLeFEBp6PSRW33tLVbhznIdkcuVD { top:6.6875rem;left:17.0625rem;width:30.6875rem;height:15rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZBm3w5qImZfCyfnWvtc6VXJKMVSNm9r { width:11.4375rem;height:1.875rem;top:23.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KP7WcDJeaLh71m5ZXKaViq1Ql3VtdBQW { display:block; }
 }@media only screen and (max-width: 763px) { #FfXAp0dUlKui9Ug8PKwf2DPNTUsDI1Hf { display:block; }#FfXAp0dUlKui9Ug8PKwf2DPNTUsDI1Hf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQouXoqJc12T1FIvfGgIRGpUNCvMhI7C { top:6.75rem;left:0rem;width:19.625rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8FNxrLmq6hZdWK0qxO4ha9ZTPGNpemS { top:10.5rem;left:0rem;width:29.625rem;height:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHrnDtNMN45qEmzNxBeSpsTo1mJlTRhM { display:block; }#gHrnDtNMN45qEmzNxBeSpsTo1mJlTRhM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikrkDg2Fv5SXZhWfadKcLgztsGZ5K7U2 { top:2.875rem;left:0rem;width:18.4375rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhktNLQcxAd0vBEvWqraN07CIGkzDvHb { top:15.4375rem;left:0rem;width:18.625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgXAkXukKXNTLP8NSuWWAd8mzwiCVHTg { top:19.875rem;left:0rem;width:18.625rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJQ0gQIWWADg2UKx5nfgAJOd7gvRv1Sd { width:7.4375rem;height:1.875rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6SChbivnqGVT0k91G9tTe7EWVr7G56c { display:block; }
 }@media only screen and (max-width: 763px) { #J31fTL2T6xdpUL3iQfiGA7asPr84TcJb { top:2.875rem;left:12.875rem;width:18.4375rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW4AK1cMShCZf97WofwJ7o7lVbZKol35 { top:15.4375rem;left:13.125rem;width:19.25rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVmTTMs5HnkCJ14QJ8RZF9S7OWBaOM4M { top:19.875rem;left:13.125rem;width:18.625rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KapxKf3Sk3tMVrvtORlqrPUrrJwJIJz7 { width:7.4375rem;height:1.875rem;top:28.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFNVXsFGiidTcXFTX3MfAB4DeVkUUg6s { display:block; }
 }@media only screen and (max-width: 763px) { #h9EDSyeQn2UcbNixP3Ntm7q5wSRLvDUZ { top:2.875rem;left:28.75rem;width:18.4375rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCA8pdXeudG9w2vlAQ8eWk4mXWaANxTQ { top:15.4375rem;left:29rem;width:18.625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFzFk84cc4vEutDh8gbg5xFQndvGFwig { top:19.875rem;left:29rem;width:18.625rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFVlTQQ9sWHApJcn8aOBAoxTrnMXGirn { width:7.4375rem;height:1.875rem;top:28.3125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeP5OT83ZS4JrLC6Dn2DDRgOhPQeTPPD { display:block; }
 }@media only screen and (max-width: 763px) { #JmxccGUoLNrVRnNXvS2w8KcSTsqPSprT { display:block; }#JmxccGUoLNrVRnNXvS2w8KcSTsqPSprT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVhmhJFM6TTaPCi7NqUDfNZETVPBWbyb { top:6.5625rem;left:12.9375rem;width:18.8125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgTWWTcUFnaVrBZFmNvsdmQuRKpPSh6D { top:10.375rem;left:12.9375rem;width:18.8125rem;height:16.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEdwe8XsUsAcxXAooFlBnFtMP9aI3K7I { width:8.875rem;height:1.875rem;top:28.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcsLXP604q8ktB6ednUTObtqfVQdeTwq { display:block; }
 }@media only screen and (max-width: 763px) { #nwBn1F3dWPpuFyO7U5weVyuK0xKyhaAy { width:11.25rem;height:0.75rem;top:35.1875rem;left:19.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDPi1iWyqBZy6swN8AaaPp9ZOTzPG0x5 { width:3.75rem;height:3.75rem;top:32.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbdrDxhZwAmlSeIwtLARfFHs2WzKuoSo { width:11.25rem;height:1.1875rem;top:33.5rem;left:19.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcGIkCZxHxwOfkEmwKAD2Ox3KxpcRuUk { top:6.5625rem;left:28.8125rem;width:18.8125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpPG6ym98irJ5iaVVsesuQQKDqrh8E95 { top:10.375rem;left:28.8125rem;width:18.8125rem;height:16.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMhRclVU3QqhWlldMwXEPNK32ECqyN8Q { width:8.25rem;height:1.875rem;top:28.125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyuoeufOylVeELVZf5o3WW1IsXs4KBPx { display:block; }
 }@media only screen and (max-width: 763px) { #XMSWs7qpQPOaMvRkCtcDHASpNG9DdqZI { width:13rem;height:1.625rem;top:35.125rem;left:34.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2e8B24Nvl4OCGHLVx0uR96heH8FyyvN { width:3.75rem;height:3.75rem;top:32.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRugXCSCO3Q6dESsDtWkduNJ2lkQMJ7u { width:11.25rem;height:1.1875rem;top:33.4375rem;left:35.187377929688rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI1GpQHy9NZqweTxfrbPNTU9quOsxu4T { top:6.5625rem;left:0rem;width:21.3125rem;height:8.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3cBgP73ksLLuqcTloaEMWQlMPDELbyf { top:17.25rem;left:0rem;width:18.75rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5tPUvoIQbBmOAA0ZOhXdfk39lntsGE5 { width:17rem;height:2.6875rem;top:24.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBpsLtqTJpAKHB6hlOd1bXLZ9bkr0Pkw { display:block; }
 }@media only screen and (max-width: 763px) { #R5ikBGQWBrSWnMzcm4BlWAQWCLQbpFU7 { display:block; }#R5ikBGQWBrSWnMzcm4BlWAQWCLQbpFU7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dd4kKDvbf4T7mdf9d9qWo0kQTUF9JSTQ { top:6.125rem;left:0.812255859375rem;width:46.0625rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8lSuKCsxN0M1PuS0SO29qBtBSTibWrm { top:14rem;left:0.812255859375rem;width:42.25rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdn8aMkIycFcw7TfyRckbfn3TZGNdS3H { width:18.25rem;height:2.6875rem;top:20.1875rem;left:0.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1doctFxhCGMKbJBJ8hoH0sMDDi03ghm { display:block; }
 }@media only screen and (max-width: 763px) { #h6Fpp6II0OAobeTdlMsWP4ozal1qoVIP { display:block; }#h6Fpp6II0OAobeTdlMsWP4ozal1qoVIP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKsz7oheJgMAUQTkg5XSyk41Hu3EoFMO { top:4.5rem;left:1.21875rem;width:9.375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAOpTWyXCqnl9m54JXL01rgXENCgWo6r { top:4.5625rem;left:11.9375rem;width:6.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0zynvl7xhx1cyzUshRvLhlEpzMWUz5P { width:4.4375rem;height:1.25rem;top:7.0625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V02ZKD6TlQ5ga0XKKexdTbS503f2u3wz { display:block; }
 }@media only screen and (max-width: 763px) { #FmGz1z65MyMizORMCqi8ZeZNIJvF4uQE { width:3.1875rem;height:1.25rem;top:8.75rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLZ9lumqcUXgBl01icPKMQOPfsLoMEDG { display:block; }
 }@media only screen and (max-width: 763px) { #aCQKg1n5ruQkF0OOMtzRRPni9eFltMOB { width:2.9375rem;height:1.25rem;top:11.9375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeiFN7oV5hdmBZqmn4SKlT7RMCzkVHLN { display:block; }
 }@media only screen and (max-width: 763px) { #Bu1lnpArbE9Lv5lMnT5T9FPLMBA1uVcl { width:2.75rem;height:1.25rem;top:10.3125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJUysqq0rTVbJnvF2w1yC8Wpmm2oGWRQ { display:block; }
 }@media only screen and (max-width: 763px) { #LytbhDdhpBS56l6lRp5zSv7eovQueFGq { width:1.75rem;height:1.25rem;top:7.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoU7Gzh72EJv64qaGp3k9MGrTTNuDGvy { display:block; }
 }@media only screen and (max-width: 763px) { #DguIZ239VUJtNrG9pHS7SbMnl3rgwKxD { width:4.25rem;height:1.25rem;top:8.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKBaXWRMITTWMs4JceAcwR3WyP0HWOL7 { display:block; }
 }@media only screen and (max-width: 763px) { #cPcnqE6xZzAFJiLZLxZktJ370yrpxo5k { width:5.625rem;height:1.25rem;top:11.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxyDk0erO12CHm9oRVaRTQQR2Oof9aRv { display:block; }
 }@media only screen and (max-width: 763px) { #T7TL7FFDniUTEuNCtTbGG3po0ZDkV2Kd { width:3.375rem;height:1.25rem;top:10.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQWNNSRGooy1un3RgsPTZ3QFlvKW7oTA { display:block; }
 }@media only screen and (max-width: 763px) { #HXgMTByk3HT6sunWN8btC2k34DzbRUbk { top:4.5rem;left:35.8125rem;width:10.125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8SLfmnPvPgVO3oX6gEKaSbcu72C2nPq { width:6rem;height:1.25rem;top:7.0625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrRPhILqQq43AMTVOWa2Eap4qWiC3adn { display:block; }
 }@media only screen and (max-width: 763px) { #w74Lwlxu4gCJ2L5JFr69kSI3katBpZNB { width:4.9375rem;height:1.25rem;top:8.75rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrpSVQEAFsrIZ5cAygtHHKFMxPCPZLyd { display:block; }
 }@media only screen and (max-width: 763px) { #klHQ4iRWtQLalta57uGcnS7KwKJlUTlA { width:2.4375rem;height:1.25rem;top:11.9375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRV9bdbTKQpHSTa3XMA2WGriGVRG08uJ { display:block; }
 }@media only screen and (max-width: 763px) { #qiupvADiy4Gq9sp25IUJsaxUbWbz9fZU { width:4.5rem;height:1.25rem;top:10.3125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7FiofkMWa2Xrv5c6KCJaM6Ny8MpXza1 { display:block; }
 }@media only screen and (max-width: 763px) { #TToeTZNAWSoXw5kxNwS5LX2FZaLKLTL7 { display:block; }#TToeTZNAWSoXw5kxNwS5LX2FZaLKLTL7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sSyqcZl3Tm1FGyoUE8OfgpIxe4DGeFN5 { top:5.5rem;left:0rem;width:17.875rem;height:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdx0Kq8Ud5CphP1rmmEKKgaHe3ZuypAl { top:11.5rem;left:0rem;width:18.4375rem;height:2.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6V7i6yl9ckcstmn980AT0bJIaRifMb6 { top:6.8125rem;left:42.5625rem;width:1.875rem;height:1.875rem;display:block; }
#X6V7i6yl9ckcstmn980AT0bJIaRifMb6 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #bkoZEeeryeFsA0kcA9zSgzf7RX52gNkh { top:6.8125rem;left:45.25rem;width:1.875rem;height:1.875rem;display:block; }
#bkoZEeeryeFsA0kcA9zSgzf7RX52gNkh > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #fx36g5etq9RbNtHtf4qASGCbIw2H69sV { top:6.8125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#fx36g5etq9RbNtHtf4qASGCbIw2H69sV > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ra94WsWgW9TfPguz2xgWRxhoxBze0Gwq { top:6.75rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
#ra94WsWgW9TfPguz2xgWRxhoxBze0Gwq > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #gZi6OTTRUIpxFJ5NmRMoC0TRI8gJ7Uiq { width:12.5rem;height:2.75rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGSr2wRMAMCUzTmT2tGTPFHxbIS8qMPw { display:block; }
 }@media only screen and (max-width: 763px) { #cbVXyZ33z4LxnDLvafbcTFXiCS3vgEbX { top:3.8125rem;left:37.625rem;width:7.375rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVCCcFImwxVdqQS09AKukTOtS0g5HDuM { top:5.5rem;left:11.375rem;width:8.0625rem;height:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvaBTmJVrAa8UzzKk83KPh0B3a8m56ff { top:5.5rem;left:20.25rem;width:15.875rem;height:5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZhasXkA1vaGL80e8pXrxrJPhOG6NGodO { position:relative;z-index:auto;display:block; }#ZhasXkA1vaGL80e8pXrxrJPhOG6NGodO > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVsh6tI2bUWUZshuo8S3e4dQbrg1iL96 { width:18.8125rem;height:2rem;top:1.625rem;left:0.59375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNNTEdUp0IACalTztQpimutkgvcCC5Iq { display:block; }
 }@media only screen and (max-width: 763px) { #akCw7J02dOmTzepEmUwkGn4NbmZwNigd { width:13rem;height:2.1875rem;top:4.1875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTJUz7ULsvVMSfvqB1nsw14iS3OWNxg6 { display:block; }
 }@media only screen and (max-width: 763px) { #vTRoPs8tPAExx7wI6DUsKFcb9cHwxMsx { display:flex;top:4.5rem;left:2.375rem;width:1.5625rem;height:1.5625rem;z-index:15008;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ACbp8auVIloSimT5Cd5IlV8HMt7KrCFJ { display:block; }#ACbp8auVIloSimT5Cd5IlV8HMt7KrCFJ > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ha2UzcHLKKUmt25SbZT7xXtsA1lVJqSM { width:7.5625rem;height:2.1875rem;top:7.875rem;left:1.5625rem;font-size:0.75rem;border-top:0.0625rem solid #390d26;border-left:0.0625rem solid #390d26;border-right:0.0625rem solid #390d26;border-bottom:0.0625rem solid #390d26;display:block; }
 }@media only screen and (max-width: 763px) { #g87f76L1ggwp1vSQO42qElOZJtSNzqUQ { display:block; }
 }@media only screen and (max-width: 763px) { #GEFodrIGiAcny5kwuCOFerZ4elunx9mH { width:5.25rem;height:2.1875rem;top:7.875rem;left:9.8125rem;font-size:0.75rem;border-top:0.0625rem solid #390d26;border-left:0.0625rem solid #390d26;border-right:0.0625rem solid #390d26;border-bottom:0.0625rem solid #390d26;display:block; }
 }@media only screen and (max-width: 763px) { #LHLlSi3nTlmoUxbyTckDFdraM8PMMCNJ { display:block; }
 }@media only screen and (max-width: 763px) { #Tcbk8ftKvHfAC90K8oUeWvM8nh5SkJDA { width:5.25rem;height:2.1875rem;top:10.75rem;left:9.8125rem;font-size:0.75rem;border-top:0.0625rem solid #390d26;border-left:0.0625rem solid #390d26;border-right:0.0625rem solid #390d26;border-bottom:0.0625rem solid #390d26;display:block; }
 }@media only screen and (max-width: 763px) { #He54q8zZENzbDtZlWGX2HghJSvRxCZsr { display:block; }
 }@media only screen and (max-width: 763px) { #OGocnrSHVvKpHERhVfHTLxTExUf3SUTE { width:7.5625rem;height:2.1875rem;top:10.75rem;left:1.5625rem;font-size:0.75rem;border-top:0.0625rem solid #390d26;border-left:0.0625rem solid #390d26;border-right:0.0625rem solid #390d26;border-bottom:0.0625rem solid #390d26;display:block; }
 }@media only screen and (max-width: 763px) { #IiXW4a39DO5mG4swTzoJRcSHIKaHSrDG { display:block; }
 }@media only screen and (max-width: 763px) { #E2dK5sZy4k6L21DFiiyTbuF1FWlRXb5O { width:5.25rem;height:2.1875rem;top:14.375rem;left:9.8125rem;font-size:0.75rem;border-top:0.0625rem solid #390d26;border-left:0.0625rem solid #390d26;border-right:0.0625rem solid #390d26;border-bottom:0.0625rem solid #390d26;display:block; }
 }@media only screen and (max-width: 763px) { #cp7WKIVzdTVPwiIqGCnHmrB7JxmcoApL { display:block; }
 }@media only screen and (max-width: 763px) { #adZXG73kQnGC8RO6GUgLvTiOeANIlgd8 { width:3.6875rem;height:2.1875rem;top:20rem;left:8.125rem;font-size:0.75rem;border-top:0.0625rem solid #390d26;border-left:0.0625rem solid #390d26;border-right:0.0625rem solid #390d26;border-bottom:0.0625rem solid #390d26;display:none; }
 }@media only screen and (max-width: 763px) { #RBsTn482daW4c9iW7zMHW0Vq69fDBf1P { display:block; }
 }@media only screen and (max-width: 763px) { #ZHoq2FcxJvhKqn67wsPOD7WtJpg1v1uJ { width:8.1875rem;height:2.1875rem;top:2rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydbiSOrIaJoOfwUPfOHZ6TOfgFTPaurf { display:block; }
 }@media only screen and (max-width: 763px) { #yw8HeMa1SkQ2ymvmgiBldVSR5241uIEA { width:8.125rem;height:3.9375rem;top:2rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrpwiSr0a54mJz1e1Wh6QbUv1REovP6P { width:6.375rem;height:1.5rem;top:14.6875rem;left:1.5625rem;font-size:0.75rem;z-index:15003;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A7QP5pRQtTG9u6wn2CypTBOuPum2Wsmi { display:flex;top:14.6875rem;left:7.6875rem;width:1.5625rem;height:1.5625rem;z-index:15009;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmlPIJRexxFOX5bnBJL2mFHPGehbCR77 { width:11rem;height:2rem;top:1.5625rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTEHMeZzbtC8DMT14ynAKBkXkVr9qb2f { width:15.75rem;height:4.5rem;top:4.375rem;left:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeBm5zlloMcqqII6k5rbTVWRT1KVyuPG { display:block; }#xeBm5zlloMcqqII6k5rbTVWRT1KVyuPG > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OoowGuGb2qZIKKWlfVlTJCBEvAgNNTTX { width:18.6875rem;height:35.875rem;top:0.75rem;left:0.625rem;z-index:14986;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZOc0cqPsNCSRrql6AprVsPFGhXLEnTL { width:16.3125rem;height:6.75rem;top:18.6875rem;left:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPhEWGm1qlCunWoWDUzikWmNsckXQTzd { width:15.625rem;height:5.125rem;top:27rem;left:1.875rem;font-size:0.75rem;display:block; }#RPhEWGm1qlCunWoWDUzikWmNsckXQTzd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_0592dca18cd1bb7fd7d2fe8e630fb47c8ffe56ae.svg); }
 }@media only screen and (max-width: 763px) { #gGbPbmlyLDBnTAh4THkghM5gPgObbnEy { width:13.5rem;height:1.5rem;top:1.875rem;left:3.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lvAGwt6lSr5nt41BF51STNgoaRBtc8ZU { display:flex;width:1.25rem;height:1.25rem;top:2rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #r85tLo8q7nI1I0mt7DUEsh5SGoUd6Txh { width:8.125rem;height:9rem;top:7.5rem;left:10.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XMvUC4u1JU6lJkk32lHb4hiJSJhXOG7R { width:7.6875rem;height:10.25rem;top:6.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmyqpRyGIt1QLp4QfakGpm5D2RCsqqq8 { width:15.875rem;height:2.625rem;top:3.9375rem;left:1.875rem;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gkrs6gHOPcM15MelH1nSKBaQQvVMmK2f { display:block; }
 }@media only screen and (max-width: 763px) { #ohN1Owqteg0HNFwpAZ47F6BMMwKrqfTS { width:7.4375rem;height:1.875rem;top:33.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa83V8iZfZi4cxVdK4Fzb6F4mknhWMmp { display:block; }
 }@media only screen and (max-width: 763px) { #WA7dowKmQgEgLt5hiM63tmZMxWidIfxL { display:block; }#WA7dowKmQgEgLt5hiM63tmZMxWidIfxL > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCyGQuIfPx4BMS3S3LQ0fE80mLhyJi3n { width:15.375rem;height:4rem;top:0.9375rem;left:2.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE3acODJUTv1EhtvVBFvcIufhUR7cGXc { display:block; }#dE3acODJUTv1EhtvVBFvcIufhUR7cGXc > .row .container { width:20rem;height:57.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1Rc9LBWtQtt9Ekd8PgwRoyTeLy3Tnwf { width:20rem;height:17.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfqZ8EI6dv7LkK3moxAoKIcs49FUQ0Pn { width:5rem;height:5rem;top:2.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJ83oBztztJMmAITEDa9DiOah2KQxXne { display:flex;width:2.5rem;height:2.5rem;top:3.75rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #HZl1MpVEFv2cWt3mTv2zbuAUfFW4dxeT { width:13.375rem;height:1.40625rem;top:8.75rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6ZPZqThWwF6d5TXitqWf4dZhmAbG6nV { width:16.6875rem;height:3rem;top:11.0625rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGSkwq3N45amD1MHDdLEeP3gIBchrzeW { width:9.5rem;height:2.1875rem;top:14.984375rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHDZzBShCdfy0biJsiluy8BTWVnKmAbF { display:block; }
 }@media only screen and (max-width: 763px) { #bgmF0xV7XNHW1OA1dgiWZdtOgmvTRJWw { width:20rem;height:17.4375rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdCyPbwNDhM6g7IvNaw1tUe6xNImnwCv { width:15.9375rem;height:3rem;top:29.875rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFWTfcmTMBa9dl1Guw6WQ6QSgwJ8uXxL { width:14.25rem;height:1.40625rem;top:27.6875rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu0aDi9tQff91lTshsphETFxiOEo1pP8 { width:5rem;height:5rem;top:21.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #prxB1FzQnTmhcZyb025F8S7rALiOsntT { display:flex;width:2.5rem;height:2.5rem;top:22.6875rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #CWC8rVTdnzninG3cINXmHgWxX7rWywXX { width:9.0625rem;height:2.1875rem;top:33.5rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRB9TTevN1TqATphoJRTBlZ3RbLO6py7 { display:block; }
 }@media only screen and (max-width: 763px) { #lSAs1uLKMQMDnsceQhTOzooJ5SNMedOJ { width:20rem;height:16.8125rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTgTy8k9sqXplOHGQUQJ31TX53iqxVe1 { width:5rem;height:5rem;top:40.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQoA6PMZJ0UTByTNhtmQUiuwybdDUpXa { display:flex;width:2.5rem;height:2.5rem;top:41.625rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #SW1UmTz2iiOIrkJdWQplGTReXMI0T8XF { width:9.375rem;height:1.40625rem;top:46.625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C79ZHv5EyP1skagnwMK1cG5eO1LOugBb { width:16.125rem;height:3rem;top:48.5625rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #buRIB9aRaOR8bW6GmEqsN9eeU1CJ7vPl { width:9.0625rem;height:2.1875rem;top:52.125rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbCqEM6hTEC7T9EZ70WmX5kHFoTRDUif { display:block; }
 }@media only screen and (max-width: 763px) { #VKnMgLSy9ntoieRrcL71G0zwaRSxvb4c { display:block; }#VKnMgLSy9ntoieRrcL71G0zwaRSxvb4c > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olBQeRMo2crW9vTyhMtgMzA2m94VqhzD { width:16.3125rem;height:1.5625rem;top:1.8125rem;left:1.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2ayE0xzm3ZZE7lRlfvs7B9Mbvqkk8Mn { width:14.125rem;height:3rem;top:4.1875rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yraRtkMZAsLr5TabwLESJ1Ckco51a271 { display:block; }#yraRtkMZAsLr5TabwLESJ1Ckco51a271 > .row .container { width:20rem;height:74.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNssQvKVeFNep95XdwtTaQSDF3d9GGP5 { width:18.4375rem;height:11.0625rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eItGCl0C8p9ncRRFg3M3Z10Hl9KbETUi { width:17.8125rem;height:2.4375rem;top:13.875rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWRxJu9QfRTEvOmvKDRwuU9I9ltGbLJT { width:15.9375rem;height:4.5rem;top:16.9375rem;left:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WywAH7K8PGwR3h2NMqXheU8w9lzQ117y { width:7.8125rem;height:1.875rem;top:22.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrNAwLcPWzRlsFevenKEPT6iooJi87Rv { display:block; }
 }@media only screen and (max-width: 763px) { #fKtyF3aCFVsADmV2RwDnktMJgfNKDZVT { width:18.4375rem;height:11.0625rem;top:25.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q21oAhO41kwhPxykWJ7QNUIpxRilNdDw { width:14rem;height:2.4375rem;top:37.875rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8zmwaHlHQIEbTFBn4OLZmLdSfiOnNIK { width:17.6875rem;height:4.5rem;top:41.375rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEHbTXUQvbOzgahkIlEMo56d38xfmXVH { width:7.4375rem;height:1.875rem;top:46.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehbsFop4WZU0g8K7fMWCbcgTXiIqGegI { display:block; }
 }@media only screen and (max-width: 763px) { #TZDa3s6oPbKbqrLVEVVlUvDz69q1inPt { width:18.4375rem;height:11.0625rem;top:50.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4bWWOCnlhGaRxxT38K1i1GDwR8roLvb { width:15.5625rem;height:2.4375rem;top:62.75rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNzuszh82JQRZgQHN24nD3Du0N70TE7T { width:16.75rem;height:4.5rem;top:67.25rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDCNJW81ulWTxcif3RB2VVyqQcpzvkD1 { width:7.4375rem;height:1.875rem;top:72.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsP7wkhVs6EZmPtEBZPZ2yBzQ72mbn59 { display:block; }
 }@media only screen and (max-width: 763px) { #FyrxE4NZwssypAt99oAllfVG3BxzQzTW { display:block; }#FyrxE4NZwssypAt99oAllfVG3BxzQzTW > .row .container { width:20rem;height:72.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ad60THBqIW6nAg5bG88Futoslvrd7dGa { width:18.4375rem;height:11.0625rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJZhqTeTHJ1UEdSLNz4vAtA5GZSz0U1b { width:15.3125rem;height:2.4375rem;top:13.875rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSPA7MPHJNnW21wtTuAR3svTAdDua91A { width:16.6875rem;height:4.5rem;top:17.75rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgcGCLZAa23rhG7R7vSswZ2yeEBzElwd { width:7.8125rem;height:1.875rem;top:23.0625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oicR3UKKNTk7X89kW2xAmDGdJDQDdQvd { display:block; }
 }@media only screen and (max-width: 763px) { #GZpllEy4ggl7yBX72Tnct9qmVn2wiuDA { width:18.4375rem;height:11.0625rem;top:26.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6npBQPLgEMPyBSF7gfZWylsdoebTF0O { width:16.4375rem;height:2.4375rem;top:38.5rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #alQQQpTw1q5mFSNzcBtqiMbEiXw2qwA3 { width:17.1875rem;height:4.5rem;top:41.625rem;left:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1D1arTnOwEmnSCnqkC08khI4i0G079P { width:7.4375rem;height:1.875rem;top:47.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFhA77a1tMtOhCCAKdh3yyPcea3MW8fs { display:block; }
 }@media only screen and (max-width: 763px) { #VGMy6Xh7HwmzsEfytZIzgqdLE7J6kWKv { width:18.4375rem;height:11.0625rem;top:50rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT7c5rb1mS3LPgkiduR2hNK8uL6BZMun { width:8.75rem;height:1.21875rem;top:62.5625rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhq6rQPy0uf9JlCrxyChAswANJT48kov { width:16.4375rem;height:4.5rem;top:64.5625rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLRAJ7yQymmtTT8T1B4BfJiIJeUVHOIB { width:7.4375rem;height:1.875rem;top:69.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTo3uIrP46M3S0UmXSSuUbqEelIb0c2H { display:block; }
 }@media only screen and (max-width: 763px) { #R9P3DJfU4WQhh8kcX3UQdeF4khH46V1c { display:block; }#R9P3DJfU4WQhh8kcX3UQdeF4khH46V1c > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VOy0AHoILyMvWHx8rUupFRZwgh9UIJT0 { width:18.375rem;height:1.5625rem;top:3.1875rem;left:1.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyC1X0mTIUZocaNTwhDZ2pv3xiTRmzvV { width:16.3125rem;height:3rem;top:5.5rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIiPacpepsZUiRk4IPai0bAZhwafxOTL { display:block; }#KIiPacpepsZUiRk4IPai0bAZhwafxOTL > .row .container { width:20rem;height:82.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lFImIWFdn45ET6K1NFtsouobn7udsLbI { width:18.75rem;height:11.25rem;top:1.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #is4cNui95JmqJJ1gTkMqnvSkoxw2iw7H { width:17.1875rem;height:2.4375rem;top:14.25rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1U4p3JwKuZTdvMAaEefLOsPr1b9VhZT { width:17.9375rem;height:4.5rem;top:17.5625rem;left:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbBTMWnJuAIRqgBaoPi4T6m2gpn2qFSC { width:6.1875rem;height:1.875rem;top:22.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3yTRL188bwI4e1anGREIXES61FdU0cp { display:block; }
 }@media only screen and (max-width: 763px) { #wXx5VQEcvg6AzTUWzczIWMT6OIn9ihGf { width:18.75rem;height:11.25rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZsriuJGdZiGyUg8JGOtJTJ0WbBTzxln { width:17.9375rem;height:4.5rem;top:43.125rem;left:1.03125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeA97ZTpoZJNhh3myok73J5MTMe5QiHK { width:12.75rem;height:2.4375rem;top:39.625rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZciJZRVSfizgHqkKEx1i9J0qmpQe1JH { width:6.1875rem;height:1.875rem;top:49.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5vioe36lMaa823TCIx8BWh2zJu473pR { display:block; }
 }@media only screen and (max-width: 763px) { #WKi9OsCPERHwk99l8r4ysw6UfQg2c4Mx { width:18.75rem;height:11.25rem;top:53.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv8vURIyHUuDinB28Uo5sW0VwgzTtkC3 { width:16.625rem;height:6rem;top:69.3125rem;left:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXeCAvi5CZ0dhOZ3WfAI2gpniAfIFEui { width:16.25rem;height:2.4375rem;top:65.875rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtLLXhQf2w4XCadrIKeV38b9XZQnFC1T { width:6.1875rem;height:1.875rem;top:75.9375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDOadbdvTnKOenCDdPEWmh84UUhn4yhZ { display:block; }
 }@media only screen and (max-width: 763px) { #Sbfo3BQbRQLtu7EnT55FAPQ51ei3mBM3 { display:block; }#Sbfo3BQbRQLtu7EnT55FAPQ51ei3mBM3 > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHophkTkfiDiXS6PvoVM43TsfZBm0EIx { width:18.4375rem;height:3.298825rem;top:2.25rem;left:1.5625rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UWRMfLeFEBp6PSRW33tLVbhznIdkcuVD { width:17.875rem;height:9rem;top:7.5rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZBm3w5qImZfCyfnWvtc6VXJKMVSNm9r { width:11.1875rem;height:1.875rem;top:18.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KP7WcDJeaLh71m5ZXKaViq1Ql3VtdBQW { display:block; }
 }@media only screen and (max-width: 763px) { #FfXAp0dUlKui9Ug8PKwf2DPNTUsDI1Hf { display:block; }#FfXAp0dUlKui9Ug8PKwf2DPNTUsDI1Hf > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQouXoqJc12T1FIvfGgIRGpUNCvMhI7C { width:17.875rem;height:1.5625rem;top:2.1875rem;left:1.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8FNxrLmq6hZdWK0qxO4ha9ZTPGNpemS { width:12.5rem;height:3rem;top:4.6875rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHrnDtNMN45qEmzNxBeSpsTo1mJlTRhM { display:block; }#gHrnDtNMN45qEmzNxBeSpsTo1mJlTRhM > .row .container { width:20rem;height:77.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikrkDg2Fv5SXZhWfadKcLgztsGZ5K7U2 { width:18.4375rem;height:11.0625rem;top:1.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhktNLQcxAd0vBEvWqraN07CIGkzDvHb { width:14.6875rem;height:2.4375rem;top:14rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgXAkXukKXNTLP8NSuWWAd8mzwiCVHTg { width:17.9375rem;height:4.5rem;top:17.25rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJQ0gQIWWADg2UKx5nfgAJOd7gvRv1Sd { width:7.8125rem;height:1.875rem;top:22.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6SChbivnqGVT0k91G9tTe7EWVr7G56c { display:block; }
 }@media only screen and (max-width: 763px) { #J31fTL2T6xdpUL3iQfiGA7asPr84TcJb { width:18.4375rem;height:11.0625rem;top:26.375rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW4AK1cMShCZf97WofwJ7o7lVbZKol35 { width:14.5rem;height:2.4375rem;top:38.8125rem;left:1.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVmTTMs5HnkCJ14QJ8RZF9S7OWBaOM4M { width:17.1875rem;height:4.5rem;top:41.9375rem;left:1.28125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KapxKf3Sk3tMVrvtORlqrPUrrJwJIJz7 { width:5.9375rem;height:1.875rem;top:47.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFNVXsFGiidTcXFTX3MfAB4DeVkUUg6s { display:block; }
 }@media only screen and (max-width: 763px) { #h9EDSyeQn2UcbNixP3Ntm7q5wSRLvDUZ { width:18.4375rem;height:11.0625rem;top:50.0625rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCA8pdXeudG9w2vlAQ8eWk4mXWaANxTQ { width:16.25rem;height:2.4375rem;top:62.375rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFzFk84cc4vEutDh8gbg5xFQndvGFwig { width:16.9375rem;height:4.5rem;top:65.8125rem;left:1.21875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFVlTQQ9sWHApJcn8aOBAoxTrnMXGirn { width:7.4375rem;height:1.875rem;top:71.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeP5OT83ZS4JrLC6Dn2DDRgOhPQeTPPD { display:block; }
 }@media only screen and (max-width: 763px) { #JmxccGUoLNrVRnNXvS2w8KcSTsqPSprT { display:block; }#JmxccGUoLNrVRnNXvS2w8KcSTsqPSprT > .row .container { width:20rem;height:87.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVhmhJFM6TTaPCi7NqUDfNZETVPBWbyb { width:15.75rem;height:2.625rem;top:13.75rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgTWWTcUFnaVrBZFmNvsdmQuRKpPSh6D { width:16.9375rem;height:18.75rem;top:17.5rem;left:1.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEdwe8XsUsAcxXAooFlBnFtMP9aI3K7I { width:10.125rem;height:1.875rem;top:37.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcsLXP604q8ktB6ednUTObtqfVQdeTwq { display:block; }
 }@media only screen and (max-width: 763px) { #nwBn1F3dWPpuFyO7U5weVyuK0xKyhaAy { width:8.0625rem;height:0.8125rem;top:10.5625rem;left:6rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aDPi1iWyqBZy6swN8AaaPp9ZOTzPG0x5 { width:3.75rem;height:3.75rem;top:8.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbdrDxhZwAmlSeIwtLARfFHs2WzKuoSo { width:5.25rem;height:1.21875rem;top:9.375rem;left:6.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bcGIkCZxHxwOfkEmwKAD2Ox3KxpcRuUk { width:15.25rem;height:2.625rem;top:41rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpPG6ym98irJ5iaVVsesuQQKDqrh8E95 { width:17.3125rem;height:20.625rem;top:50.375rem;left:1.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMhRclVU3QqhWlldMwXEPNK32ECqyN8Q { width:10.125rem;height:1.875rem;top:72.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyuoeufOylVeELVZf5o3WW1IsXs4KBPx { display:block; }
 }@media only screen and (max-width: 763px) { #XMSWs7qpQPOaMvRkCtcDHASpNG9DdqZI { width:12.3125rem;height:1.625rem;top:46.625rem;left:6rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2e8B24Nvl4OCGHLVx0uR96heH8FyyvN { width:3.75rem;height:3.75rem;top:44.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRugXCSCO3Q6dESsDtWkduNJ2lkQMJ7u { width:11.25rem;height:1.21875rem;top:45rem;left:6rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI1GpQHy9NZqweTxfrbPNTU9quOsxu4T { width:15.9375rem;height:2.75rem;top:2.8125rem;left:1.21875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3cBgP73ksLLuqcTloaEMWQlMPDELbyf { width:17.4375rem;height:5.25rem;top:77rem;left:1.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5tPUvoIQbBmOAA0ZOhXdfk39lntsGE5 { width:11.375rem;height:2.1875rem;top:83.4375rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBpsLtqTJpAKHB6hlOd1bXLZ9bkr0Pkw { display:block; }
 }@media only screen and (max-width: 763px) { #R5ikBGQWBrSWnMzcm4BlWAQWCLQbpFU7 { display:block; }#R5ikBGQWBrSWnMzcm4BlWAQWCLQbpFU7 > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dd4kKDvbf4T7mdf9d9qWo0kQTUF9JSTQ { width:17rem;height:4.6875rem;top:2.625rem;left:1.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8lSuKCsxN0M1PuS0SO29qBtBSTibWrm { width:17.0625rem;height:9.375rem;top:12.0625rem;left:1.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdn8aMkIycFcw7TfyRckbfn3TZGNdS3H { width:11.0625rem;height:2.1875rem;top:8.375rem;left:1.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1doctFxhCGMKbJBJ8hoH0sMDDi03ghm { display:block; }
 }@media only screen and (max-width: 763px) { #h6Fpp6II0OAobeTdlMsWP4ozal1qoVIP { display:block; }#h6Fpp6II0OAobeTdlMsWP4ozal1qoVIP > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKsz7oheJgMAUQTkg5XSyk41Hu3EoFMO { width:5.1875rem;height:2.5625rem;top:1.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAOpTWyXCqnl9m54JXL01rgXENCgWo6r { width:10.1875rem;height:1.40625rem;top:5.75rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0zynvl7xhx1cyzUshRvLhlEpzMWUz5P { width:4.6875rem;height:1.25rem;top:8.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V02ZKD6TlQ5ga0XKKexdTbS503f2u3wz { display:block; }
 }@media only screen and (max-width: 763px) { #FmGz1z65MyMizORMCqi8ZeZNIJvF4uQE { width:3.5rem;height:1.25rem;top:10.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLZ9lumqcUXgBl01icPKMQOPfsLoMEDG { display:block; }
 }@media only screen and (max-width: 763px) { #aCQKg1n5ruQkF0OOMtzRRPni9eFltMOB { width:3.5rem;height:1.25rem;top:15.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeiFN7oV5hdmBZqmn4SKlT7RMCzkVHLN { display:block; }
 }@media only screen and (max-width: 763px) { #Bu1lnpArbE9Lv5lMnT5T9FPLMBA1uVcl { width:3.375rem;height:1.25rem;top:13.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJUysqq0rTVbJnvF2w1yC8Wpmm2oGWRQ { display:block; }
 }@media only screen and (max-width: 763px) { #LytbhDdhpBS56l6lRp5zSv7eovQueFGq { width:2.375rem;height:1.25rem;top:8.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoU7Gzh72EJv64qaGp3k9MGrTTNuDGvy { display:block; }
 }@media only screen and (max-width: 763px) { #DguIZ239VUJtNrG9pHS7SbMnl3rgwKxD { width:4.1875rem;height:1.25rem;top:10.75rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKBaXWRMITTWMs4JceAcwR3WyP0HWOL7 { display:block; }
 }@media only screen and (max-width: 763px) { #cPcnqE6xZzAFJiLZLxZktJ370yrpxo5k { width:5.6875rem;height:1.25rem;top:15.75rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxyDk0erO12CHm9oRVaRTQQR2Oof9aRv { display:block; }
 }@media only screen and (max-width: 763px) { #T7TL7FFDniUTEuNCtTbGG3po0ZDkV2Kd { width:3.625rem;height:1.25rem;top:13.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQWNNSRGooy1un3RgsPTZ3QFlvKW7oTA { display:block; }
 }@media only screen and (max-width: 763px) { #HXgMTByk3HT6sunWN8btC2k34DzbRUbk { width:10.1875rem;height:1.40625rem;top:18.625rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8SLfmnPvPgVO3oX6gEKaSbcu72C2nPq { width:6.25rem;height:1.25rem;top:21.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrRPhILqQq43AMTVOWa2Eap4qWiC3adn { display:block; }
 }@media only screen and (max-width: 763px) { #w74Lwlxu4gCJ2L5JFr69kSI3katBpZNB { width:4.9375rem;height:1.25rem;top:23.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrpSVQEAFsrIZ5cAygtHHKFMxPCPZLyd { display:block; }
 }@media only screen and (max-width: 763px) { #klHQ4iRWtQLalta57uGcnS7KwKJlUTlA { width:3.3125rem;height:1.25rem;top:23.75rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRV9bdbTKQpHSTa3XMA2WGriGVRG08uJ { display:block; }
 }@media only screen and (max-width: 763px) { #qiupvADiy4Gq9sp25IUJsaxUbWbz9fZU { width:4.75rem;height:1.25rem;top:21.25rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7FiofkMWa2Xrv5c6KCJaM6Ny8MpXza1 { display:block; }
 }@media only screen and (max-width: 763px) { #TToeTZNAWSoXw5kxNwS5LX2FZaLKLTL7 { display:block; }#TToeTZNAWSoXw5kxNwS5LX2FZaLKLTL7 > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sSyqcZl3Tm1FGyoUE8OfgpIxe4DGeFN5 { width:18.1875rem;height:3.75rem;top:5.125rem;left:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bdx0Kq8Ud5CphP1rmmEKKgaHe3ZuypAl { width:18.125rem;height:2.5rem;top:24.59375rem;left:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6V7i6yl9ckcstmn980AT0bJIaRifMb6 { display:flex;width:1.875rem;height:1.875rem;top:16.25rem;left:0.9375rem; }
#X6V7i6yl9ckcstmn980AT0bJIaRifMb6 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #bkoZEeeryeFsA0kcA9zSgzf7RX52gNkh { display:flex;width:1.875rem;height:1.875rem;top:16.25rem;left:3.6875rem; }
#bkoZEeeryeFsA0kcA9zSgzf7RX52gNkh > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #fx36g5etq9RbNtHtf4qASGCbIw2H69sV { display:flex;width:1.875rem;height:1.875rem;top:16.25rem;left:6.6875rem; }
#fx36g5etq9RbNtHtf4qASGCbIw2H69sV > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ra94WsWgW9TfPguz2xgWRxhoxBze0Gwq { display:flex;width:2.0625rem;height:2.0625rem;top:16.125rem;left:9.8125rem; }
#ra94WsWgW9TfPguz2xgWRxhoxBze0Gwq > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #gZi6OTTRUIpxFJ5NmRMoC0TRI8gJ7Uiq { width:8.25rem;height:2.1875rem;top:1.484375rem;left:11rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGSr2wRMAMCUzTmT2tGTPFHxbIS8qMPw { display:block; }
 }@media only screen and (max-width: 763px) { #cbVXyZ33z4LxnDLvafbcTFXiCS3vgEbX { width:6.6875rem;height:1.40625rem;top:1.875rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVCCcFImwxVdqQS09AKukTOtS0g5HDuM { width:8rem;height:3.75rem;top:19.78125rem;left:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvaBTmJVrAa8UzzKk83KPh0B3a8m56ff { width:16.9375rem;height:5rem;top:9.9375rem;left:0.9375rem;font-size:0.625rem;display:block; }
 }