.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#NnV1Sk88g1UoUUR47WmUFlPB9T9WVSpy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#NnV1Sk88g1UoUUR47WmUFlPB9T9WVSpy > .row .container { background-color: transparent; background-image: none; }#NnV1Sk88g1UoUUR47WmUFlPB9T9WVSpy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnV1Sk88g1UoUUR47WmUFlPB9T9WVSpy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnV1Sk88g1UoUUR47WmUFlPB9T9WVSpy > .row .container > .video-iframe-container { display: none; }#NnV1Sk88g1UoUUR47WmUFlPB9T9WVSpy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnV1Sk88g1UoUUR47WmUFlPB9T9WVSpy > .row > .video-iframe-container { display: none; }#NnV1Sk88g1UoUUR47WmUFlPB9T9WVSpy > .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); }#NnV1Sk88g1UoUUR47WmUFlPB9T9WVSpy > .row .container { border-width: 0; border-radius: 0; }#NnV1Sk88g1UoUUR47WmUFlPB9T9WVSpy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NnV1Sk88g1UoUUR47WmUFlPB9T9WVSpy > .row .container { font-size:0.875rem;font-family:kalnia;height:9.625rem;width:75rem;position:relative;display:block; }#nQS850P2WqyfPM5oWUiz8J5pTuUtgb5x { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:25.75rem;top:2.25rem;left:2.03125rem;overflow:hidden;display:block; }
#WNvlb55VH8zT32kRQ7r09WobXSwUR56U { position:absolute;display:block;z-index:15072;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:36.0625rem;width:31.5625rem;top:2.375rem;left:41.6357421875rem;overflow:hidden;display:block; }
#Nagr90qm9lyFT6WW40vOLZ4mBrXr7Tia { background-color:#df1e33;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#Nagr90qm9lyFT6WW40vOLZ4mBrXr7Tia > .row .container { background-color: transparent; background-image: none; }#Nagr90qm9lyFT6WW40vOLZ4mBrXr7Tia::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nagr90qm9lyFT6WW40vOLZ4mBrXr7Tia > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nagr90qm9lyFT6WW40vOLZ4mBrXr7Tia > .row .container > .video-iframe-container { display: none; }#Nagr90qm9lyFT6WW40vOLZ4mBrXr7Tia > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nagr90qm9lyFT6WW40vOLZ4mBrXr7Tia > .row > .video-iframe-container { display: none; }#Nagr90qm9lyFT6WW40vOLZ4mBrXr7Tia > .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); }#Nagr90qm9lyFT6WW40vOLZ4mBrXr7Tia > .row .container { border-width: 0; border-radius: 0; }#Nagr90qm9lyFT6WW40vOLZ4mBrXr7Tia > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nagr90qm9lyFT6WW40vOLZ4mBrXr7Tia > .row .container { font-size:0.875rem;font-family:kalnia;height:43.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#rUD0EyCv9KozJ21LARUqo69KQi5W2LSq { color:#ededed;display:block;width:42.875rem;position:absolute;font-family:georgia;font-size:4.4375rem;font-weight:400;z-index:15063;line-height:1;letter-spacing:0;top:5rem;left:2.3125rem;height:;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; }
#x9Sf91RwSIlMP2oTix4rq8SNFlmqH5q1 { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:10.875rem;top:31.4375rem;left:2.3125rem;overflow:hidden;display:block; }
#g3FnLyD4Kt0TG5qTaONH2KXwfPUToZli { position:absolute;display:block;z-index:15065;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.1875rem;width:10.875rem;top:31.4375rem;left:26.125rem;overflow:hidden;display:block; }
#G3HZDzSI8reEfq72deQ7IDJfVNT38HNP { color:#ededed;display:block;width:41.4375rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:400;z-index:15064;line-height:1;letter-spacing:0;top:24.75rem;left:2.3125rem;height:1.875rem;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; }
#TMKTEblMA6HActhv6qNLaC1xgZvv0K5h { box-sizing:content-box;height:7.9375rem;width:7.9375rem;position:absolute;display:block;z-index:15067;background-color:#ffffff;background-image:none;top:31.4375rem;left:39.625rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#DtkBo82iohFbVBPfPmOF9X1FldSxT87e { box-sizing:content-box;height:7.125rem;width:0.125rem;position:absolute;display:block;z-index:15069;background-color:#ffffff;background-image:none;top:31.375rem;left:24.4375rem;display:block; }
#XCdxPyume9Z5GVMvaeD1dMgGe5Ku3e04 { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.0625rem;top:32.375rem;left:40.5625rem;overflow:hidden;display:block; }
#zEvrBEzTH79vnw3kEXUm9gLaICfIuIFi { box-sizing:content-box;height:7.9375rem;width:7.9375rem;position:absolute;display:block;z-index:15068;background-color:#ffffff;background-image:none;top:31.4375rem;left:14.75rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#z6JQDC1G2JhaK68FuQJugKhAUB7WvEPg { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.6875rem;top:32.5625rem;left:15.875rem;overflow:hidden;display:block; }
#CSwTlwhT97MWtT8vQCeMvARpFlsR3Xip { color:#ededed;display:block;width:50.375rem;position:absolute;font-family:georgia;font-size:2.4375rem;font-weight:400;z-index:15064;line-height:1;letter-spacing:0;top:17.0625rem;left:2.3125rem;height:2.4375rem;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; }
#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX { 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; }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .row .container { background-color: transparent; background-image: none; }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .row .container > .video-iframe-container { display: none; }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .row > .video-iframe-container { display: none; }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .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); }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .row .container { border-width: 0; border-radius: 0; }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .row .container { font-size:0.875rem;font-family:kalnia;height:27.625rem;width:75rem;position:relative;display:block; }#dq8UAS0cE8PQ7BwxZC90NdqOa75M0UVd { color:#3b3b47;display:block;width:34.25rem;position:absolute;font-family:georgia;font-size:4.4375rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:6rem;left:4rem;height:8.875rem;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; }
#AyAt5aR70kwLo2yWRkDcdE5CvWW7wDdT { color:#3b3b47;display:block;width:36.8125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:17.75rem;left:4rem;height:2.34375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BEGJWxfqVbBdT5spWFsp4ac3WotbLVOE { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25.875rem;width:17.3125rem;top:1.75rem;left:52.5625rem;overflow:hidden;display:block; }
#cogh9GXyNRMxGvPq5pklxArMu1T08M4F { box-sizing:content-box;height:21.8125rem;width:23.1875rem;position:absolute;display:block;z-index:14996;background-color:#df1e33;background-image:none;top:5.8125rem;left:49.625rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OExH1aRxA42Fp43xdgAIoI9NbWH0ImH6 { box-sizing:content-box;height:1rem;width:26.8125rem;position:absolute;display:block;z-index:15065;background-color:#df1e33;background-image:none;top:1.75rem;left:4rem;display:block; }
#V4aNL5MgLRsiZuRzKQmJP5IvXILTAgzK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f0e3;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; }#V4aNL5MgLRsiZuRzKQmJP5IvXILTAgzK > .row .container { background-color: transparent; background-image: none; }#V4aNL5MgLRsiZuRzKQmJP5IvXILTAgzK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4aNL5MgLRsiZuRzKQmJP5IvXILTAgzK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4aNL5MgLRsiZuRzKQmJP5IvXILTAgzK > .row .container > .video-iframe-container { display: none; }#V4aNL5MgLRsiZuRzKQmJP5IvXILTAgzK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4aNL5MgLRsiZuRzKQmJP5IvXILTAgzK > .row > .video-iframe-container { display: none; }#V4aNL5MgLRsiZuRzKQmJP5IvXILTAgzK > .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); }#V4aNL5MgLRsiZuRzKQmJP5IvXILTAgzK > .row .container { border-width: 0; border-radius: 0; }#V4aNL5MgLRsiZuRzKQmJP5IvXILTAgzK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V4aNL5MgLRsiZuRzKQmJP5IvXILTAgzK > .row .container { font-size:0.875rem;font-family:kalnia;height:28.9375rem;width:75rem;position:relative;display:block; }#RymvwHBWzJF8wrscVqDpOGPctxZmLoCb { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:4.1875rem;top:4.9375rem;left:8.9375rem;overflow:hidden;display:block; }
#Lm3TSzM6xxKRi5tZAVOG7IbIoqIWP3tw { box-sizing:content-box;height:21.75rem;width:21.875rem;position:absolute;display:block;z-index:14994;background-color:transparent;background-image:none;top:7.0625rem;left:1.875rem;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;border-top:0.0625rem solid #df1e33;border-left:0.0625rem solid #df1e33;border-right:0.0625rem solid #df1e33;border-bottom:0.0625rem solid #df1e33;display:block; }
#edeBTAz3xCt6Xt2bnqOxGodNKILhODoo { color:#3b3b47;display:block;width:31.75rem;position:absolute;font-family:georgia;font-size:4.4375rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:7.4375rem;left:32.375rem;height:;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; }
#fPXcBwoU5qcrt7H1Vka5L8n6BXdkXoWb { color:#3b3b47;display:block;width:28.625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:19.1875rem;left:32.375rem;height:;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; }
#PT50TZXGyfQ8U3BKT1KUT83QaWE1Ik3O { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5625rem;width:17.8125rem;top:2.375rem;left:4.0625rem;overflow:hidden;display:block; }
#messKnpd1TSBqaMEOiz8hz5CriaQ5qGv { box-sizing:content-box;height:1rem;width:20.8125rem;position:absolute;display:block;z-index:15065;background-color:#df1e33;background-image:none;top:2.375rem;left:32.375rem;display:block; }
#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen { z-index:;position:relative;display:block; }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen { background-color: transparent; background-image: none; }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen > .row .container > .video-iframe-container { display: none; }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen > .row > .video-iframe-container { display: none; }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen > .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); }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen { border-width: 0; border-radius: 0; }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen > .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:kalnia;height:29.125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#Z9hLy7qR1DWl8ntq5MMqfMbd6rsfoTWz { color:#3b3b47;display:block;width:35.6875rem;position:absolute;font-family:georgia;font-size:4.4375rem;font-weight:400;z-index:14997;line-height:1;letter-spacing:0;top:5.75rem;left:3.9375rem;height:;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; }
#UWQF75Q7k8AhNWMfqTz9BINbNAyITy2w { box-sizing:content-box;height:21.8125rem;width:23.1875rem;position:absolute;display:block;z-index:14995;background-color:#df1e33;background-image:none;top:7.3125rem;left:49.6875rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Qg1p1x8OBNSEvKF2Wap2yS4fXO9uitHZ { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.375rem;width:17.8125rem;top:2.75rem;left:52.375rem;overflow:hidden;display:block; }
#voIgnwucZCd8QDEsS5SX0ERteTbRB3VB { color:#3b3b47;display:block;width:25.5625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:18.6875rem;left:3.9375rem;height:;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; }
#QdNNXgZvAZGyWT9DeUsUTEdtsslHSsbT { box-sizing:content-box;height:1rem;width:35.5rem;position:absolute;display:block;z-index:15064;background-color:#df1e33;background-image:none;top:2.75rem;left:3.9375rem;display:block; }
#RUJmSeUzX9hEU96StpXGSqw1PM2cWhD8 { background-color:#f8f0e3;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; }#RUJmSeUzX9hEU96StpXGSqw1PM2cWhD8 > .row .container { background-color: transparent; background-image: none; }#RUJmSeUzX9hEU96StpXGSqw1PM2cWhD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUJmSeUzX9hEU96StpXGSqw1PM2cWhD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUJmSeUzX9hEU96StpXGSqw1PM2cWhD8 > .row .container > .video-iframe-container { display: none; }#RUJmSeUzX9hEU96StpXGSqw1PM2cWhD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUJmSeUzX9hEU96StpXGSqw1PM2cWhD8 > .row > .video-iframe-container { display: none; }#RUJmSeUzX9hEU96StpXGSqw1PM2cWhD8 > .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); }#RUJmSeUzX9hEU96StpXGSqw1PM2cWhD8 > .row .container { border-width: 0; border-radius: 0; }#RUJmSeUzX9hEU96StpXGSqw1PM2cWhD8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RUJmSeUzX9hEU96StpXGSqw1PM2cWhD8 > .row .container { font-size:0.875rem;font-family:kalnia;height:29.5rem;width:75rem;overflow:visible;position:relative;display:block; }#Ixqf7GdZwrb1pdyNPbmDwtoTm3xaT5TT { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.625rem;width:17.9375rem;top:2.875rem;left:4.03125rem;overflow:hidden;display:block; }
#OQswlehz9ALtdugPnqIOECcNsgXglmzl { color:#3b3b47;display:block;width:32.125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:21.375rem;left:31.75rem;height:4.6875rem;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; }
#b7qIo4sOkcxVzzd8y1ch447wZuuw274Q { color:#3b3b47;display:block;width:33.5rem;position:absolute;font-family:georgia;font-size:4.4375rem;font-weight:400;z-index:14999;line-height:1;letter-spacing:0;top:6.3125rem;left:31.0625rem;height:4.4375rem;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; }
#FNdqpTtOXgTT52QxumSdcDuyWJnmzNv3 { box-sizing:content-box;height:21.75rem;width:21.875rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;top:7.625rem;left:2rem;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;border-top:0.0625rem solid #df1e33;border-left:0.0625rem solid #df1e33;border-right:0.0625rem solid #df1e33;border-bottom:0.0625rem solid #df1e33;display:block; }
#I8wHIA0DoD0uegUM7i0cNbbvLZpo8Xdd { box-sizing:content-box;height:1rem;width:9.5625rem;position:absolute;display:block;z-index:15063;background-color:#df1e33;background-image:none;top:1.9375rem;left:31.0625rem;display:block; }
#B1R4TVs3UTkyb66iT3vQEPAZKcB2qXTB { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:30.25rem;top:13.15625rem;left:10.4375rem;overflow:hidden;display:block; }
#vDzitTlGan8HW9tMbH4vB31P0dRNq6Ju { 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; }#vDzitTlGan8HW9tMbH4vB31P0dRNq6Ju > .row .container { background-color: transparent; background-image: none; }#vDzitTlGan8HW9tMbH4vB31P0dRNq6Ju::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDzitTlGan8HW9tMbH4vB31P0dRNq6Ju > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDzitTlGan8HW9tMbH4vB31P0dRNq6Ju > .row .container > .video-iframe-container { display: none; }#vDzitTlGan8HW9tMbH4vB31P0dRNq6Ju > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDzitTlGan8HW9tMbH4vB31P0dRNq6Ju > .row > .video-iframe-container { display: none; }#vDzitTlGan8HW9tMbH4vB31P0dRNq6Ju > .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); }#vDzitTlGan8HW9tMbH4vB31P0dRNq6Ju > .row .container { border-width: 0; border-radius: 0; }#vDzitTlGan8HW9tMbH4vB31P0dRNq6Ju > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vDzitTlGan8HW9tMbH4vB31P0dRNq6Ju > .row .container { font-size:0.875rem;font-family:kalnia;height:29.5rem;width:75rem;overflow:visible;position:relative;display:block; }#JfvLnRXt3At6onc1qSiegmSnG4VTykFl { color:#3b3b47;display:block;width:31.25rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:17.140625rem;left:5.0625rem;height:;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; }
#uQmcTn5k5qAiKmJZtwImzg2MLudkeiJt { color:#3b3b47;display:block;width:35.75rem;position:absolute;font-family:georgia;font-size:4.4375rem;font-weight:400;z-index:14999;line-height:1;letter-spacing:0;top:6.8125rem;left:5.0625rem;height:4.4375rem;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; }
#LgQH0Q9Z4WLTn3WORotKQwnnSTyDqh5w { box-sizing:content-box;height:21.75rem;width:21.875rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;top:7.625rem;left:50.875rem;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;border-top:0.0625rem solid #df1e33;border-left:0.0625rem solid #df1e33;border-right:0.0625rem solid #df1e33;border-bottom:0.0625rem solid #df1e33;display:block; }
#kcEvFyScZIkw1CcGTUtR7bgTW7EBfq5A { box-sizing:content-box;height:1rem;width:5.25rem;position:absolute;display:block;z-index:15063;background-color:#df1e33;background-image:none;top:2.3125rem;left:5.0625rem;display:block; }
#mCMesLTRkuaR7AMTdhg2LQlJzV4HG63W { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.625rem;width:18.3125rem;top:2.875rem;left:52.71875rem;overflow:hidden;display:block; }
#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f0e3;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; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container { background-color: transparent; background-image: none; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container > .video-iframe-container { display: none; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row > .video-iframe-container { display: none; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .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); }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container { border-width: 0; border-radius: 0; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container { font-size:0.875rem;font-family:kalnia;height:30.625rem;width:75rem;position:relative;display:block; }#IF0PP7L5B0TmNPsFucmzokpctipCoeoN { color:#3b3b47;display:block;width:19.8125rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:19.375rem;left:32.375rem;height:4.6875rem;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; }
#x9ZQ0zz65k3OITb1GkmlSSfNhyToxFk7 { box-sizing:content-box;height:1rem;width:18.375rem;position:absolute;display:block;z-index:15062;background-color:#df1e33;background-image:none;top:2.4375rem;left:32.375rem;display:block; }
#TR6o5QtJ5FdSDn2zawA7c1sUDLNLD9dr { box-sizing:content-box;height:21.8125rem;width:23.1875rem;position:absolute;display:block;z-index:14996;background-color:#df1e33;background-image:none;top:8.8125rem;left:2.125rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#VyvdO7Z0JrxvQt7FK46f5DeWyAfghWGz { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.875rem;width:17.9375rem;top:4.75rem;left:4.75rem;overflow:hidden;display:block; }
#hAQmEOArO1yIgkKwRRGJKMrtSqTaoNad { color:#3b3b47;display:block;width:35.6875rem;position:absolute;font-family:georgia;font-size:4.4375rem;font-weight:400;z-index:15065;line-height:1;letter-spacing:0;top:6.1875rem;left:32.375rem;height:8.875rem;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; }
#XdgtDT6DZddqvLsuXIBTe2wFS3h1ZAV7 { 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; }#XdgtDT6DZddqvLsuXIBTe2wFS3h1ZAV7 > .row .container { background-color: transparent; background-image: none; }#XdgtDT6DZddqvLsuXIBTe2wFS3h1ZAV7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdgtDT6DZddqvLsuXIBTe2wFS3h1ZAV7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdgtDT6DZddqvLsuXIBTe2wFS3h1ZAV7 > .row .container > .video-iframe-container { display: none; }#XdgtDT6DZddqvLsuXIBTe2wFS3h1ZAV7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XdgtDT6DZddqvLsuXIBTe2wFS3h1ZAV7 > .row > .video-iframe-container { display: none; }#XdgtDT6DZddqvLsuXIBTe2wFS3h1ZAV7 > .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); }#XdgtDT6DZddqvLsuXIBTe2wFS3h1ZAV7 > .row .container { border-width: 0; border-radius: 0; }#XdgtDT6DZddqvLsuXIBTe2wFS3h1ZAV7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XdgtDT6DZddqvLsuXIBTe2wFS3h1ZAV7 > .row .container { font-size:0.875rem;font-family:kalnia;height:18.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#Iu63AGJx3KA1IGGP45nV9MUTM6oG5gl6 { position:absolute;display:block;z-index:15072;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.1875rem;width:10.875rem;top:6.8125rem;left:24.75rem;overflow:hidden;display:block; }
#Bcvn0wreVkIWUnEigP6ZCq3hJO6rxFTR { box-sizing:content-box;height:7.9375rem;width:7.9375rem;position:absolute;display:block;z-index:15076;background-color:#ffffff;background-image:none;top:6.8125rem;left:37.125rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#zDPwtI3DLKREtqEBqwWQMch3VZ395fqZ { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:5.6875rem;top:7.9375rem;left:38.25rem;overflow:hidden;display:block; }
#w0m6Z5dBHoVxcvrnzLubGuT2tLlQhbew { box-sizing:content-box;height:7.125rem;width:0.125rem;position:absolute;display:block;z-index:15077;background-color:#ffffff;background-image:none;top:6.75rem;left:46.875rem;display:block; }
#Xu1J1ENAdQ7PKfmnV1RJVFOcqNg9QV0h { position:absolute;display:block;z-index:15073;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.1875rem;width:10.875rem;top:6.8125rem;left:48.5625rem;overflow:hidden;display:block; }
#VJZFCHpuC2w1IxgT0dPsbysAn7zWhc47 { box-sizing:content-box;height:7.9375rem;width:7.9375rem;position:absolute;display:block;z-index:15075;background-color:#ffffff;background-image:none;top:6.8125rem;left:62.0625rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#pUTUG4QTfrJ8KHPxtvrBiU9Oypgr3ePT { color:#3b3b47;display:block;width:36.8125rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:400;z-index:15072;line-height:1;letter-spacing:0;top:2.125rem;left:3.75rem;height:1.875rem;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; }
#iiOuixh5Q4Jvi8lHvA71i66eVml6LFRg { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.0625rem;top:7.75rem;left:63rem;overflow:hidden;display:block; }
#sHmN9L8TICRM5gUD3Tq3iwUCOyqFDEsL { 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:25.5rem;width:43.5rem;top:12.75rem;left:0rem;overflow:hidden;display:block; }
#zztIqUGJKLT9Zgv0CwVugTtU7i2zFMD0 { background-color:#df1e33;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; }#zztIqUGJKLT9Zgv0CwVugTtU7i2zFMD0 > .row .container { background-color: transparent; background-image: none; }#zztIqUGJKLT9Zgv0CwVugTtU7i2zFMD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zztIqUGJKLT9Zgv0CwVugTtU7i2zFMD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zztIqUGJKLT9Zgv0CwVugTtU7i2zFMD0 > .row .container > .video-iframe-container { display: none; }#zztIqUGJKLT9Zgv0CwVugTtU7i2zFMD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zztIqUGJKLT9Zgv0CwVugTtU7i2zFMD0 > .row > .video-iframe-container { display: none; }#zztIqUGJKLT9Zgv0CwVugTtU7i2zFMD0 > .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); }#zztIqUGJKLT9Zgv0CwVugTtU7i2zFMD0 > .row .container { border-width: 0; border-radius: 0; }#zztIqUGJKLT9Zgv0CwVugTtU7i2zFMD0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zztIqUGJKLT9Zgv0CwVugTtU7i2zFMD0 > .row .container { font-size:0.875rem;font-family:kalnia;height:19.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#FZKimw2D0EquuHTWpOdeHynO6ttIpSq2 { color:#ffffff;display:block;width:25.125rem;position:absolute;font-family:georgia;font-size:4.4375rem;font-weight:400;z-index:15066;line-height:1;letter-spacing:0;top:5.375rem;left:39.75rem;height:4.4375rem;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; }
#quO4KMFXib1hUMhpTafPxGyn6e3GtTo6 { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:12.25rem;left:39.75rem;height:2.34375rem;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; }
#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT { 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; }#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT > .row .container { background-color: transparent; background-image: none; }#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT > .row .container > .video-iframe-container { display: none; }#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT > .row > .video-iframe-container { display: none; }#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT > .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); }#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT > .row .container { border-width: 0; border-radius: 0; }#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT > .row .container { font-size:0.875rem;font-family:kalnia;height:18.75rem;width:75rem;position:relative;display:block; }#rc5TzrmgSNWoXggry1iDibfP4xJuDMbo { color:#3b3b47;display:block;width:24.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:9.8125rem;left:41.9375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MpESkaE1vBwZFl09xXA6OIMv63GdrSC3 { box-sizing:content-box;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15008;background-color:#3b3b47;background-image:none;top:3.125rem;left:38.6875rem;display:block; }
#ugTTHurQQuEBEkvp8zEPcx1ULLC7UavC { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:8.3125rem;left:31.1875rem; }
#ugTTHurQQuEBEkvp8zEPcx1ULLC7UavC > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#KTFHaAOoPHwG9hzC3QFMZwZrkLQMy0Vu { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:8.375rem;left:28.0625rem; }
#KTFHaAOoPHwG9hzC3QFMZwZrkLQMy0Vu > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#cQlgC9ZOhHTKtFceIq2l4qe2iRyFaTSi { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:8.5rem;left:25rem; }
#cQlgC9ZOhHTKtFceIq2l4qe2iRyFaTSi > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#CACZXNnNhxLv4f0EUSOkx2RWEm2of1k1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:7.8125rem;top:6.25rem;left:9rem;overflow:hidden;display:block; }
#wBwRqqNT6KT9g1Q4DVUhE1aVwbxmoKBW { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:14.8125rem;top:4.25rem;left:41.9375rem;overflow:hidden;display:block; }
#NNZhvSu0oZVuge4qkP8nACrN8msWM8o2 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:8.3125rem;left:21.6875rem; }
#NNZhvSu0oZVuge4qkP8nACrN8msWM8o2 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#VCSE3yySWsdwDhPKQQCAhmEsQ6wzvrgV { color:#3b3b47;display:block;width:17.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:13rem;left:41.9375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NnV1Sk88g1UoUUR47WmUFlPB9T9WVSpy { display:block; }#NnV1Sk88g1UoUUR47WmUFlPB9T9WVSpy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQS850P2WqyfPM5oWUiz8J5pTuUtgb5x { width:25.75rem;height:5.125rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNvlb55VH8zT32kRQ7r09WobXSwUR56U { width:31.5625rem;height:36.0625rem;top:2.375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nagr90qm9lyFT6WW40vOLZ4mBrXr7Tia { display:block; }#Nagr90qm9lyFT6WW40vOLZ4mBrXr7Tia > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUD0EyCv9KozJ21LARUqo69KQi5W2LSq { top:5rem;left:0rem;width:42.875rem;height:;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9Sf91RwSIlMP2oTix4rq8SNFlmqH5q1 { width:10.875rem;height:3.1875rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3FnLyD4Kt0TG5qTaONH2KXwfPUToZli { width:10.875rem;height:3.1875rem;top:31.4375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3HZDzSI8reEfq72deQ7IDJfVNT38HNP { top:24.75rem;left:0rem;width:41.4375rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMKTEblMA6HActhv6qNLaC1xgZvv0K5h { width:7.9375rem;height:7.9375rem;top:31.4375rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtkBo82iohFbVBPfPmOF9X1FldSxT87e { width:0.125rem;height:7.125rem;top:31.375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCdxPyume9Z5GVMvaeD1dMgGe5Ku3e04 { width:6.0625rem;height:6.0625rem;top:32.375rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEvrBEzTH79vnw3kEXUm9gLaICfIuIFi { width:7.9375rem;height:7.9375rem;top:31.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6JQDC1G2JhaK68FuQJugKhAUB7WvEPg { width:5.6875rem;height:5.6875rem;top:32.5625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSwTlwhT97MWtT8vQCeMvARpFlsR3Xip { top:17.0625rem;left:0rem;width:47.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX { display:block; }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dq8UAS0cE8PQ7BwxZC90NdqOa75M0UVd { top:6rem;left:0rem;width:34.25rem;height:;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyAt5aR70kwLo2yWRkDcdE5CvWW7wDdT { top:17.75rem;left:0rem;width:36.8125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEGJWxfqVbBdT5spWFsp4ac3WotbLVOE { top:1.75rem;left:30.4375rem;width:17.3125rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cogh9GXyNRMxGvPq5pklxArMu1T08M4F { top:5.8125rem;left:24.5625rem;width:23.1875rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OExH1aRxA42Fp43xdgAIoI9NbWH0ImH6 { width:26.8125rem;height:1rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4aNL5MgLRsiZuRzKQmJP5IvXILTAgzK { display:block; }#V4aNL5MgLRsiZuRzKQmJP5IvXILTAgzK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RymvwHBWzJF8wrscVqDpOGPctxZmLoCb { width:4.1875rem;height:1.0625rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm3TSzM6xxKRi5tZAVOG7IbIoqIWP3tw { top:7.0625rem;left:0rem;width:21.875rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #edeBTAz3xCt6Xt2bnqOxGodNKILhODoo { top:7.4375rem;left:16rem;width:31.75rem;height:;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPXcBwoU5qcrt7H1Vka5L8n6BXdkXoWb { top:19.1875rem;left:18.75rem;width:28.625rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT50TZXGyfQ8U3BKT1KUT83QaWE1Ik3O { width:17.8125rem;height:26.5625rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #messKnpd1TSBqaMEOiz8hz5CriaQ5qGv { width:20.8125rem;height:1rem;top:2.375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen { display:block; }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9hLy7qR1DWl8ntq5MMqfMbd6rsfoTWz { top:5.75rem;left:0rem;width:35.6875rem;height:;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWQF75Q7k8AhNWMfqTz9BINbNAyITy2w { top:7.3125rem;left:24.5625rem;width:23.1875rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg1p1x8OBNSEvKF2Wap2yS4fXO9uitHZ { width:17.8125rem;height:26.375rem;top:2.75rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #voIgnwucZCd8QDEsS5SX0ERteTbRB3VB { top:18.6875rem;left:0rem;width:25.5625rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdNNXgZvAZGyWT9DeUsUTEdtsslHSsbT { width:35.5rem;height:1rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUJmSeUzX9hEU96StpXGSqw1PM2cWhD8 { display:block; }#RUJmSeUzX9hEU96StpXGSqw1PM2cWhD8 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ixqf7GdZwrb1pdyNPbmDwtoTm3xaT5TT { width:17.9375rem;height:26.625rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQswlehz9ALtdugPnqIOECcNsgXglmzl { top:21.375rem;left:15.625rem;width:32.125rem;height:4.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7qIo4sOkcxVzzd8y1ch447wZuuw274Q { top:6.3125rem;left:14.25rem;width:33.5rem;height:4.4375rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNdqpTtOXgTT52QxumSdcDuyWJnmzNv3 { top:7.625rem;left:0rem;width:21.875rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8wHIA0DoD0uegUM7i0cNbbvLZpo8Xdd { width:9.5625rem;height:1rem;top:1.9375rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1R4TVs3UTkyb66iT3vQEPAZKcB2qXTB { width:30.25rem;height:6.0625rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDzitTlGan8HW9tMbH4vB31P0dRNq6Ju { display:block; }#vDzitTlGan8HW9tMbH4vB31P0dRNq6Ju > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfvLnRXt3At6onc1qSiegmSnG4VTykFl { top:17.125rem;left:0rem;width:31.25rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQmcTn5k5qAiKmJZtwImzg2MLudkeiJt { top:6.8125rem;left:0rem;width:35.75rem;height:4.4375rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgQH0Q9Z4WLTn3WORotKQwnnSTyDqh5w { top:7.625rem;left:25.75rem;width:21.875rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcEvFyScZIkw1CcGTUtR7bgTW7EBfq5A { width:5.25rem;height:1rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCMesLTRkuaR7AMTdhg2LQlJzV4HG63W { width:18.3125rem;height:26.625rem;top:2.875rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz { display:block; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IF0PP7L5B0TmNPsFucmzokpctipCoeoN { top:19.375rem;left:18.75rem;width:19.8125rem;height:4.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9ZQ0zz65k3OITb1GkmlSSfNhyToxFk7 { width:18.375rem;height:1rem;top:2.4375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR6o5QtJ5FdSDn2zawA7c1sUDLNLD9dr { top:8.8125rem;left:0rem;width:23.1875rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyvdO7Z0JrxvQt7FK46f5DeWyAfghWGz { width:17.9375rem;height:25.875rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAQmEOArO1yIgkKwRRGJKMrtSqTaoNad { top:6.1875rem;left:12.0625rem;width:35.6875rem;height:8.875rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdgtDT6DZddqvLsuXIBTe2wFS3h1ZAV7 { display:block; }#XdgtDT6DZddqvLsuXIBTe2wFS3h1ZAV7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iu63AGJx3KA1IGGP45nV9MUTM6oG5gl6 { width:10.875rem;height:3.1875rem;top:6.8125rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bcvn0wreVkIWUnEigP6ZCq3hJO6rxFTR { width:7.9375rem;height:7.9375rem;top:6.8125rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDPwtI3DLKREtqEBqwWQMch3VZ395fqZ { width:5.6875rem;height:5.6875rem;top:7.9375rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0m6Z5dBHoVxcvrnzLubGuT2tLlQhbew { width:0.125rem;height:7.125rem;top:6.75rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu1J1ENAdQ7PKfmnV1RJVFOcqNg9QV0h { width:10.875rem;height:3.1875rem;top:6.8125rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJZFCHpuC2w1IxgT0dPsbysAn7zWhc47 { width:7.9375rem;height:7.9375rem;top:6.8125rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUTUG4QTfrJ8KHPxtvrBiU9Oypgr3ePT { top:2.125rem;left:0rem;width:36.8125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiOuixh5Q4Jvi8lHvA71i66eVml6LFRg { width:6.0625rem;height:6.0625rem;top:7.75rem;left:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHmN9L8TICRM5gUD3Tq3iwUCOyqFDEsL { width:43.5rem;height:25.5rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zztIqUGJKLT9Zgv0CwVugTtU7i2zFMD0 { display:block; }#zztIqUGJKLT9Zgv0CwVugTtU7i2zFMD0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZKimw2D0EquuHTWpOdeHynO6ttIpSq2 { top:5.375rem;left:22.625rem;width:25.125rem;height:4.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #quO4KMFXib1hUMhpTafPxGyn6e3GtTo6 { top:12.25rem;left:16.5rem;width:31.25rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT { display:block; }#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rc5TzrmgSNWoXggry1iDibfP4xJuDMbo { top:9.8125rem;left:23.6875rem;width:24.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpESkaE1vBwZFl09xXA6OIMv63GdrSC3 { top:3.125rem;left:25.0625rem;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugTTHurQQuEBEkvp8zEPcx1ULLC7UavC { top:8.3125rem;left:17.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#ugTTHurQQuEBEkvp8zEPcx1ULLC7UavC > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #KTFHaAOoPHwG9hzC3QFMZwZrkLQMy0Vu { top:8.375rem;left:14.4375rem;width:2rem;height:2rem;display:block; }
#KTFHaAOoPHwG9hzC3QFMZwZrkLQMy0Vu > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #cQlgC9ZOhHTKtFceIq2l4qe2iRyFaTSi { top:8.5rem;left:11.375rem;width:1.75rem;height:1.75rem;display:block; }
#cQlgC9ZOhHTKtFceIq2l4qe2iRyFaTSi > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #CACZXNnNhxLv4f0EUSOkx2RWEm2of1k1 { width:7.8125rem;height:6.25rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBwRqqNT6KT9g1Q4DVUhE1aVwbxmoKBW { width:14.8125rem;height:3.4375rem;top:4.25rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNZhvSu0oZVuge4qkP8nACrN8msWM8o2 { top:8.3125rem;left:8.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
#NNZhvSu0oZVuge4qkP8nACrN8msWM8o2 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #VCSE3yySWsdwDhPKQQCAhmEsQ6wzvrgV { top:13rem;left:28.3125rem;width:17.6875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NnV1Sk88g1UoUUR47WmUFlPB9T9WVSpy { position:relative;z-index:auto;display:block; }#NnV1Sk88g1UoUUR47WmUFlPB9T9WVSpy > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQS850P2WqyfPM5oWUiz8J5pTuUtgb5x { width:12.5625rem;height:2.3125rem;top:2.6875rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNvlb55VH8zT32kRQ7r09WobXSwUR56U { width:4.8125rem;height:5.5625rem;top:1.0625rem;left:14.267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nagr90qm9lyFT6WW40vOLZ4mBrXr7Tia { display:block; }#Nagr90qm9lyFT6WW40vOLZ4mBrXr7Tia > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUD0EyCv9KozJ21LARUqo69KQi5W2LSq { width:20rem;height:4rem;top:1.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x9Sf91RwSIlMP2oTix4rq8SNFlmqH5q1 { width:6.75rem;height:2rem;top:16.75rem;left:0.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #g3FnLyD4Kt0TG5qTaONH2KXwfPUToZli { width:6.875rem;height:2rem;top:16.75rem;left:11.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #G3HZDzSI8reEfq72deQ7IDJfVNT38HNP { width:15.8125rem;height:2.625rem;top:14.125rem;left:2.09375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TMKTEblMA6HActhv6qNLaC1xgZvv0K5h { width:7.9375rem;height:7.9375rem;top:19.4375rem;left:6.0625rem;background-color:#df1e33;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DtkBo82iohFbVBPfPmOF9X1FldSxT87e { width:19.875rem;height:0.0625rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCdxPyume9Z5GVMvaeD1dMgGe5Ku3e04 { width:5.875rem;height:5.875rem;top:20.4375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEvrBEzTH79vnw3kEXUm9gLaICfIuIFi { width:19.25rem;height:7.9375rem;top:19.375rem;left:0.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #z6JQDC1G2JhaK68FuQJugKhAUB7WvEPg { width:5.6875rem;height:5.6875rem;top:20.5rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSwTlwhT97MWtT8vQCeMvARpFlsR3Xip { width:15.375rem;height:2.625rem;top:7.1875rem;left:2.3125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX { display:block; }#EobbVk5MI8l7r3Zo9nusqVpEeUQf2gZX > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dq8UAS0cE8PQ7BwxZC90NdqOa75M0UVd { width:18.125rem;height:4rem;top:2.5625rem;left:0.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AyAt5aR70kwLo2yWRkDcdE5CvWW7wDdT { width:12.6875rem;height:2.625rem;top:8.28125rem;left:3.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BEGJWxfqVbBdT5spWFsp4ac3WotbLVOE { width:14.8125rem;height:21.875rem;top:12.5rem;left:2.59375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #cogh9GXyNRMxGvPq5pklxArMu1T08M4F { width:20rem;height:9.75rem;top:24.5625rem;left:0rem;z-index:14993;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #OExH1aRxA42Fp43xdgAIoI9NbWH0ImH6 { width:6.5625rem;height:0.4375rem;top:1.5rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4aNL5MgLRsiZuRzKQmJP5IvXILTAgzK { display:block; }#V4aNL5MgLRsiZuRzKQmJP5IvXILTAgzK > .row .container { width:20rem;height:35.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RymvwHBWzJF8wrscVqDpOGPctxZmLoCb { width:4.1875rem;height:1.0625rem;top:14.3125rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm3TSzM6xxKRi5tZAVOG7IbIoqIWP3tw { width:20rem;height:9.75rem;top:25.8125rem;left:0rem;z-index:14997;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #edeBTAz3xCt6Xt2bnqOxGodNKILhODoo { width:14.6875rem;height:4rem;top:3.4375rem;left:2.65625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fPXcBwoU5qcrt7H1Vka5L8n6BXdkXoWb { width:14.5rem;height:3rem;top:8.625rem;left:2.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PT50TZXGyfQ8U3BKT1KUT83QaWE1Ik3O { width:14.8125rem;height:22.125rem;top:13.625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #messKnpd1TSBqaMEOiz8hz5CriaQ5qGv { width:6.5625rem;height:0.4375rem;top:1.8125rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen { display:block; }#EPUxZVfFLFkFNq28kTlTKAJAnWxaFLen > .row .container { width:20rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9hLy7qR1DWl8ntq5MMqfMbd6rsfoTWz { width:17.5rem;height:4rem;top:3.375rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UWQF75Q7k8AhNWMfqTz9BINbNAyITy2w { width:20rem;height:9.75rem;top:25.875rem;left:0rem;z-index:14993;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Qg1p1x8OBNSEvKF2Wap2yS4fXO9uitHZ { width:14.8125rem;height:21.875rem;top:13.75rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #voIgnwucZCd8QDEsS5SX0ERteTbRB3VB { width:15.3125rem;height:3rem;top:9.125rem;left:2.34375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QdNNXgZvAZGyWT9DeUsUTEdtsslHSsbT { width:6.5625rem;height:0.4375rem;top:1.4375rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUJmSeUzX9hEU96StpXGSqw1PM2cWhD8 { display:block; }#RUJmSeUzX9hEU96StpXGSqw1PM2cWhD8 > .row .container { width:20rem;height:33.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ixqf7GdZwrb1pdyNPbmDwtoTm3xaT5TT { width:14.8125rem;height:21.9375rem;top:11.875rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQswlehz9ALtdugPnqIOECcNsgXglmzl { width:20rem;height:3rem;top:7.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b7qIo4sOkcxVzzd8y1ch447wZuuw274Q { width:20rem;height:2rem;top:3.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FNdqpTtOXgTT52QxumSdcDuyWJnmzNv3 { width:20rem;height:9.75rem;top:23.9375rem;left:0rem;z-index:14997;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #I8wHIA0DoD0uegUM7i0cNbbvLZpo8Xdd { width:6.5625rem;height:0.4375rem;top:1.5625rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1R4TVs3UTkyb66iT3vQEPAZKcB2qXTB { width:20rem;height:3.8125rem;top:17.625rem;left:0rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #vDzitTlGan8HW9tMbH4vB31P0dRNq6Ju { display:block; }#vDzitTlGan8HW9tMbH4vB31P0dRNq6Ju > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfvLnRXt3At6onc1qSiegmSnG4VTykFl { width:20rem;height:3rem;top:7.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uQmcTn5k5qAiKmJZtwImzg2MLudkeiJt { width:20rem;height:2rem;top:3.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LgQH0Q9Z4WLTn3WORotKQwnnSTyDqh5w { width:20rem;height:9.75rem;top:28.5rem;left:0rem;z-index:14997;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #kcEvFyScZIkw1CcGTUtR7bgTW7EBfq5A { width:6.5625rem;height:0.4375rem;top:1.5625rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCMesLTRkuaR7AMTdhg2LQlJzV4HG63W { width:18.3125rem;height:26.625rem;top:11.75rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz { display:block; }#yXvDdqAcOKZ8EOx6zOxKyyeI9HIwSkiz > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IF0PP7L5B0TmNPsFucmzokpctipCoeoN { width:12.8125rem;height:3rem;top:8.75rem;left:3.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x9ZQ0zz65k3OITb1GkmlSSfNhyToxFk7 { width:6.5625rem;height:0.4375rem;top:1.4375rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR6o5QtJ5FdSDn2zawA7c1sUDLNLD9dr { width:20rem;height:9.6875rem;top:29.25rem;left:0rem;z-index:14993;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #VyvdO7Z0JrxvQt7FK46f5DeWyAfghWGz { width:17.9375rem;height:25.875rem;top:13rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAQmEOArO1yIgkKwRRGJKMrtSqTaoNad { width:11.6875rem;height:4rem;top:3.625rem;left:4.15625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XdgtDT6DZddqvLsuXIBTe2wFS3h1ZAV7 { display:block; }#XdgtDT6DZddqvLsuXIBTe2wFS3h1ZAV7 > .row .container { width:20rem;height:31.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iu63AGJx3KA1IGGP45nV9MUTM6oG5gl6 { width:4.875rem;height:1.4375rem;top:9.4375rem;left:2.46875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Bcvn0wreVkIWUnEigP6ZCq3hJO6rxFTR { width:7.9375rem;height:3.75rem;top:12.53125rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDPwtI3DLKREtqEBqwWQMch3VZ395fqZ { width:5.6875rem;height:5.6875rem;top:11.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0m6Z5dBHoVxcvrnzLubGuT2tLlQhbew { width:0.125rem;height:7.125rem;top:22.7216796875rem;left:10.90625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Xu1J1ENAdQ7PKfmnV1RJVFOcqNg9QV0h { width:5rem;height:1.4375rem;top:9.4375rem;left:12.53125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VJZFCHpuC2w1IxgT0dPsbysAn7zWhc47 { width:7.9375rem;height:7.9375rem;top:22.7216796875rem;left:7rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #pUTUG4QTfrJ8KHPxtvrBiU9Oypgr3ePT { width:14.9375rem;height:5.625rem;top:1.8125rem;left:2.53125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iiOuixh5Q4Jvi8lHvA71i66eVml6LFRg { width:5.9375rem;height:5.9375rem;top:11.5625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHmN9L8TICRM5gUD3Tq3iwUCOyqFDEsL { width:20rem;height:11.722625rem;top:18.1865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zztIqUGJKLT9Zgv0CwVugTtU7i2zFMD0 { display:block; }#zztIqUGJKLT9Zgv0CwVugTtU7i2zFMD0 > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZKimw2D0EquuHTWpOdeHynO6ttIpSq2 { width:20rem;height:2.875rem;top:1.9375rem;left:0rem;font-size:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #quO4KMFXib1hUMhpTafPxGyn6e3GtTo6 { width:20rem;height:1.5rem;top:5.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT { display:block; }#dZQUEUcoguCSL3WbNQsqDLFWy9XcPvNT > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rc5TzrmgSNWoXggry1iDibfP4xJuDMbo { width:15.75rem;height:2.625rem;top:13.8125rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MpESkaE1vBwZFl09xXA6OIMv63GdrSC3 { width:12.5rem;height:0.0625rem;top:7.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugTTHurQQuEBEkvp8zEPcx1ULLC7UavC { display:flex;width:2.375rem;height:2.375rem;top:8.9375rem;left:8.8125rem;font-size:1.625rem; }
#ugTTHurQQuEBEkvp8zEPcx1ULLC7UavC > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #KTFHaAOoPHwG9hzC3QFMZwZrkLQMy0Vu { display:flex;width:2.375rem;height:2.375rem;top:8.9375rem;left:12.75rem;font-size:1.625rem; }
#KTFHaAOoPHwG9hzC3QFMZwZrkLQMy0Vu > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #cQlgC9ZOhHTKtFceIq2l4qe2iRyFaTSi { display:flex;width:2rem;height:2rem;top:9.125rem;left:5.25rem;font-size:1.375rem; }
#cQlgC9ZOhHTKtFceIq2l4qe2iRyFaTSi > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #CACZXNnNhxLv4f0EUSOkx2RWEm2of1k1 { width:4.3125rem;height:3.4375rem;top:1.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBwRqqNT6KT9g1Q4DVUhE1aVwbxmoKBW { width:8.875rem;height:2rem;top:2.09375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNZhvSu0oZVuge4qkP8nACrN8msWM8o2 { display:flex;width:2.1875rem;height:2.1875rem;top:9.03125rem;left:1.625rem;font-size:1.625rem; }
#NNZhvSu0oZVuge4qkP8nACrN8msWM8o2 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #VCSE3yySWsdwDhPKQQCAhmEsQ6wzvrgV { width:18.75rem;height:1.5rem;top:18.875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }