.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;
}
:root { --color-primary-0:233,232,232;--color-primary-1:181,179,179;--color-primary-2:106,102,102;--color-primary-3:53,51,51;--color-primary-4:16,15,15;--color-secondary-0:251,251,251;--color-secondary-1:243,243,243;--color-secondary-2:230,230,230;--color-secondary-3:115,115,115;--color-secondary-4:35,35,35;--color-tertiary-0:255,255,255;--color-tertiary-1:199,199,199;--color-tertiary-2:68,68,68;--color-tertiary-3:34,34,34;--color-tertiary-4:7,7,7;--headlines-font-family:"Chlara";--paragraphs-font-family:"Chlara"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);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:7.5625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#PWDsEUhr581H3tpQDLAaoWfodGgB7x2y { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:17.625rem;top:0.75rem;left:5.8125rem;overflow:hidden;display:block; }
#s8xvWPxQRuS2NM8KK0l2mDp3kGDT1CE4 { background-color:rgba(var(--color-tertiary-2),1);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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:"avenir pro";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.249125rem;height:2.99913125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.0625002384186rem;left:58.750001907349rem;display:block; }
#d9ZIXNFT5eiscWDgaR5L8eBbBq8kunMM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MvZyN2nQRavs4mdhJJbtfiZn88htwWQS { box-sizing:content-box;height:7.5rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:0rem;left:0rem;box-shadow: 0rem 0.4375rem 0.625rem rgba(var(--color-tertiary-4),0.1) ;display:block; }
#qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB { 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; }#qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB > .row .container { background-color: transparent; background-image: none; }#qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB > .row .container > .video-iframe-container { display: none; }#qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB > .row > .video-iframe-container { display: none; }#qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB > .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); }#qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB > .row .container { border-width: 0; border-radius: 0; }#qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB > .row .container { font-size:0.875rem;font-family:arial;height:58.125rem;width:75rem;position:relative;display:block; }#UW85HEZG69Qt4nrPpbK1a0WHAoTb5XrF { 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:54.0625rem;width:26.875rem;top:2.03125rem;left:5.3125rem;overflow:hidden;display:block; }
#C4LdWyN4yAXW3iT6Nrsv4pyHErFASdhf { box-sizing:content-box;height:48.5rem;width:32.125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:4.0625rem;left:37.5rem;display:block; }
#puFkBecISomxzfyhFr1IKHBTA2ELnA6i { position:absolute;display:block;z-index:15050;height:21.5rem;width:30rem;top:4.125rem;left:38.5625rem;display:block; }
#uHMonZbmItr0fz3Edym4PWzdEiSCKlah { position:relative;display:block; }#uHMonZbmItr0fz3Edym4PWzdEiSCKlah { background-color: transparent; background-image: none; }#uHMonZbmItr0fz3Edym4PWzdEiSCKlah::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHMonZbmItr0fz3Edym4PWzdEiSCKlah > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHMonZbmItr0fz3Edym4PWzdEiSCKlah > .row .container > .video-iframe-container { display: none; }#uHMonZbmItr0fz3Edym4PWzdEiSCKlah > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHMonZbmItr0fz3Edym4PWzdEiSCKlah > .row > .video-iframe-container { display: none; }#uHMonZbmItr0fz3Edym4PWzdEiSCKlah > .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); }#uHMonZbmItr0fz3Edym4PWzdEiSCKlah { border-width: 0; border-radius: 0; }#uHMonZbmItr0fz3Edym4PWzdEiSCKlah > .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; }#uHMonZbmItr0fz3Edym4PWzdEiSCKlah > .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:43.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uaE4w0PIe93FDZBxpgQ2Az5NRFAka5I1 { 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:33.6875rem;width:22.4375rem;top:5.125rem;left:6.3125rem;overflow:hidden;display:block; }
#vEvgHcacI1r7OqLnGGVqGHCTv6K6lbKZ { box-sizing:content-box;height:33.6875rem;width:39.5625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:5.1875rem;left:29.21875rem;display:block; }
#aQQmT9gT09XbIhZu7c7vspqzZnNmGnwH { color:#121212;display:block;width:31.875rem;position:absolute;font-family:"avenir pro";font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:16.875rem;left:33.0625rem;height:6.499rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nVv2LrUzO37J6TMKbsNdmmdbuV5HNBzK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:25.1875rem;left:34.5625rem; }
#S5Nv2zScIuftTAdc9o9agLhbApV3h72y { color:#121212;display:block;width:19.375rem;position:absolute;font-family:"avenir pro";font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:25.4375rem;left:36.875rem;height:11.6982375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HnCVibQlKF9ugy4HLXvqGGgX3feAwifg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:27.8125rem;left:34.5625rem; }
#FFWeAxTh8gHfzrn4ciKqWgRKy5iDTdHk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:30.375rem;left:34.5625rem; }
#b5JR3sUxptX53Wmbwa9k2TfB05HAr9TI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:32.9375rem;left:34.5625rem; }
#IAeFeuDUGlUMTM3MlzPN0Z41g58EUQAD { color:#121212;display:block;width:31.9375rem;position:absolute;font-family:"trajan pro";font-size:2.3125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:7rem;left:33.03125rem;height:5.54980625rem;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; }
#BUeX3teoBAqkVXitm2eGpI1TCzCNMwaC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:35.625rem;left:34.5625rem; }
#TLcGem72PWrBXSXSf0rV2WdxS927Iyrz { position:relative;display:block; }#TLcGem72PWrBXSXSf0rV2WdxS927Iyrz { background-color: transparent; background-image: none; }#TLcGem72PWrBXSXSf0rV2WdxS927Iyrz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLcGem72PWrBXSXSf0rV2WdxS927Iyrz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLcGem72PWrBXSXSf0rV2WdxS927Iyrz > .row .container > .video-iframe-container { display: none; }#TLcGem72PWrBXSXSf0rV2WdxS927Iyrz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLcGem72PWrBXSXSf0rV2WdxS927Iyrz > .row > .video-iframe-container { display: none; }#TLcGem72PWrBXSXSf0rV2WdxS927Iyrz > .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); }#TLcGem72PWrBXSXSf0rV2WdxS927Iyrz { border-width: 0; border-radius: 0; }#TLcGem72PWrBXSXSf0rV2WdxS927Iyrz > .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; }#TLcGem72PWrBXSXSf0rV2WdxS927Iyrz > .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:22.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pDAFGaaGEfk02A8wx4wyTFntzsE2k3TI { box-sizing:content-box;height:8.3744375rem;width:17.6243125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:7.25rem;left:6.25rem;display:block; }
#L2uP4gHSlz3snnb2KmcdDmNlwIaooHh0 { box-sizing:content-box;height:12.1875rem;width:48.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:5.1875rem;left:17.5625rem;display:block; }
#udB6HrTztEOvs2koO37Fc4Qx3u1TwOvE { color:#121212;display:block;width:14.4355625rem;position:absolute;font-family:"trajan pro";font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:9.5rem;left:7.84375rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QhdLwqPi2t08slARZyZ65QluRhpGNlh3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.999025rem;width:1.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:7.375rem;left:35.9375rem; }
#zzoD99uAnFW764KM7DPisEIwudaFHWa6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:"avenir pro";font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:9.75rem;left:30.875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EVp4OSWtDQS25JTfVdDOP1kN3t2TU6qZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:"avenir pro";font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:11.4375rem;left:30.875rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gTUW9gLlQhNFASuSg5sFOKG8qPTGwlXA { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:"avenir pro";font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:11.4248046875rem;left:44.40625rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ya6DoIptJKGa0cKUwQzZL5RGCpAUOvVT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:7.75rem;left:52.03125rem; }
#cXLKoG5xdQrNaPTTTxbygfAsHpqpbxec { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:"avenir pro";font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:9.75rem;left:46.625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .row .container { background-color: transparent; background-image: none; }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .row .container > .video-iframe-container { display: none; }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .row > .video-iframe-container { display: none; }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .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); }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .row .container { border-width: 0; border-radius: 0; }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#ZdJ5vfWlQNvgxIOAGtVSN5XUwJEvRhSS { 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.0625rem;width:12rem;top:0.1875rem;left:31.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWDsEUhr581H3tpQDLAaoWfodGgB7x2y { top:0.75rem;left:0rem;width:17.625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8xvWPxQRuS2NM8KK0l2mDp3kGDT1CE4 { width:9.1875rem;height:2.9375rem;top:2.0625rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9ZIXNFT5eiscWDgaR5L8eBbBq8kunMM { display:block; }
 }@media only screen and (max-width: 763px) { #MvZyN2nQRavs4mdhJJbtfiZn88htwWQS { top:0rem;left:0rem;width:47.75rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB { display:block; }#qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UW85HEZG69Qt4nrPpbK1a0WHAoTb5XrF { top:2rem;left:0rem;width:26.875rem;height:54.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4LdWyN4yAXW3iT6Nrsv4pyHErFASdhf { top:4.0625rem;left:15.625rem;width:32.125rem;height:48.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #puFkBecISomxzfyhFr1IKHBTA2ELnA6i { top:4.125rem;left:17.75rem;width:30rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHMonZbmItr0fz3Edym4PWzdEiSCKlah { display:block; }#uHMonZbmItr0fz3Edym4PWzdEiSCKlah > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaE4w0PIe93FDZBxpgQ2Az5NRFAka5I1 { top:5.125rem;left:0rem;width:22.4375rem;height:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEvgHcacI1r7OqLnGGVqGHCTv6K6lbKZ { top:5.1875rem;left:8.1875rem;width:39.5625rem;height:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQQmT9gT09XbIhZu7c7vspqzZnNmGnwH { width:31.875rem;height:6.4375rem;top:16.875rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVv2LrUzO37J6TMKbsNdmmdbuV5HNBzK { top:25.1875rem;left:20.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5Nv2zScIuftTAdc9o9agLhbApV3h72y { width:19.375rem;height:11.6875rem;top:25.4375rem;left:23.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnCVibQlKF9ugy4HLXvqGGgX3feAwifg { top:27.8125rem;left:20.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFWeAxTh8gHfzrn4ciKqWgRKy5iDTdHk { top:30.375rem;left:20.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5JR3sUxptX53Wmbwa9k2TfB05HAr9TI { top:32.9375rem;left:20.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAeFeuDUGlUMTM3MlzPN0Z41g58EUQAD { width:31.9375rem;height:8.3125rem;top:7rem;left:15.8125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUeX3teoBAqkVXitm2eGpI1TCzCNMwaC { top:35.625rem;left:20.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLcGem72PWrBXSXSf0rV2WdxS927Iyrz { display:block; }#TLcGem72PWrBXSXSf0rV2WdxS927Iyrz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDAFGaaGEfk02A8wx4wyTFntzsE2k3TI { top:7.25rem;left:0rem;width:17.5625rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2uP4gHSlz3snnb2KmcdDmNlwIaooHh0 { top:5.1875rem;left:0rem;width:47.75rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #udB6HrTztEOvs2koO37Fc4Qx3u1TwOvE { width:14.375rem;height:4.5rem;top:9.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhdLwqPi2t08slARZyZ65QluRhpGNlh3 { top:7.375rem;left:22.3125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzoD99uAnFW764KM7DPisEIwudaFHWa6 { width:12.125rem;height:1.25rem;top:9.75rem;left:17.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVp4OSWtDQS25JTfVdDOP1kN3t2TU6qZ { width:12.125rem;height:3.875rem;top:11.4375rem;left:17.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTUW9gLlQhNFASuSg5sFOKG8qPTGwlXA { width:16.5625rem;height:3.875rem;top:11.375rem;left:30.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya6DoIptJKGa0cKUwQzZL5RGCpAUOvVT { top:7.75rem;left:38.40625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXLKoG5xdQrNaPTTTxbygfAsHpqpbxec { width:12.125rem;height:1.25rem;top:9.75rem;left:33rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx { display:block; }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZdJ5vfWlQNvgxIOAGtVSN5XUwJEvRhSS { top:0.1875rem;left:17.875rem;width:12rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:8.5625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWDsEUhr581H3tpQDLAaoWfodGgB7x2y { width:10.8125rem;height:3.6875rem;top:0.375rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8xvWPxQRuS2NM8KK0l2mDp3kGDT1CE4 { width:7.5rem;height:2.5rem;top:4.625rem;left:10.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9ZIXNFT5eiscWDgaR5L8eBbBq8kunMM { display:block; }
 }@media only screen and (max-width: 763px) { #MvZyN2nQRavs4mdhJJbtfiZn88htwWQS { width:20rem;height:8.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB { display:block; }#qdEIWpVfVvqmMWwIrC8dwDtVfLmFcLvB > .row .container { width:20rem;height:77.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UW85HEZG69Qt4nrPpbK1a0WHAoTb5XrF { width:19.8125rem;height:39.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4LdWyN4yAXW3iT6Nrsv4pyHErFASdhf { width:20rem;height:42.5625rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #puFkBecISomxzfyhFr1IKHBTA2ELnA6i { width:20rem;height:21.437rem;top:36.375rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #uHMonZbmItr0fz3Edym4PWzdEiSCKlah { display:block; }#uHMonZbmItr0fz3Edym4PWzdEiSCKlah > .row .container { width:20rem;height:60.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaE4w0PIe93FDZBxpgQ2Az5NRFAka5I1 { width:19.5rem;height:29.3125rem;top:2.6875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #vEvgHcacI1r7OqLnGGVqGHCTv6K6lbKZ { width:20rem;height:35.0625rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQQmT9gT09XbIhZu7c7vspqzZnNmGnwH { width:17.6875rem;height:5.6860375rem;top:36.3115234375rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVv2LrUzO37J6TMKbsNdmmdbuV5HNBzK { display:flex;width:1.1875rem;height:1.1875rem;top:44.9990234375rem;left:2.8125rem;font-size:0.8125rem; }
 }@media only screen and (max-width: 763px) { #S5Nv2zScIuftTAdc9o9agLhbApV3h72y { width:12.75rem;height:11.3720375rem;top:45.0615234375rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnCVibQlKF9ugy4HLXvqGGgX3feAwifg { display:flex;width:1.1875rem;height:1.1875rem;top:47.1865234375rem;left:2.8125rem;font-size:0.8125rem; }
 }@media only screen and (max-width: 763px) { #FFWeAxTh8gHfzrn4ciKqWgRKy5iDTdHk { display:flex;width:1.1875rem;height:1.1875rem;top:49.4990234375rem;left:2.8125rem;font-size:0.8125rem; }
 }@media only screen and (max-width: 763px) { #b5JR3sUxptX53Wmbwa9k2TfB05HAr9TI { display:flex;width:1.1875rem;height:1.1875rem;top:52.6865234375rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #IAeFeuDUGlUMTM3MlzPN0Z41g58EUQAD { width:17.4365rem;height:7.7988125rem;top:25.875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BUeX3teoBAqkVXitm2eGpI1TCzCNMwaC { display:flex;width:1.1875rem;height:1.1875rem;top:55.3076171875rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #TLcGem72PWrBXSXSf0rV2WdxS927Iyrz { display:block; }#TLcGem72PWrBXSXSf0rV2WdxS927Iyrz > .row .container { width:20rem;height:30.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDAFGaaGEfk02A8wx4wyTFntzsE2k3TI { width:16.25rem;height:6.3125rem;top:2.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2uP4gHSlz3snnb2KmcdDmNlwIaooHh0 { width:20rem;height:19.6875rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udB6HrTztEOvs2koO37Fc4Qx3u1TwOvE { width:12.6248125rem;height:3.8994125rem;top:3.875rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QhdLwqPi2t08slARZyZ65QluRhpGNlh3 { display:flex;width:1.9375rem;height:1.9375rem;top:10.5625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #zzoD99uAnFW764KM7DPisEIwudaFHWa6 { width:10.8125rem;height:1.13720625rem;top:12.8125rem;left:4.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVp4OSWtDQS25JTfVdDOP1kN3t2TU6qZ { width:12.125rem;height:3.41161875rem;top:14.32421875rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTUW9gLlQhNFASuSg5sFOKG8qPTGwlXA { width:16.5625rem;height:3.41161875rem;top:22.859375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya6DoIptJKGa0cKUwQzZL5RGCpAUOvVT { display:flex;width:1.3125rem;height:1.3125rem;top:19.5625rem;left:9.34375rem; }
 }@media only screen and (max-width: 763px) { #cXLKoG5xdQrNaPTTTxbygfAsHpqpbxec { width:12.125rem;height:1.13720625rem;top:21.375rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx { display:block; }#dcJdlDfGmKed2LX3uCfhyrHhVOGJm7bx > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZdJ5vfWlQNvgxIOAGtVSN5XUwJEvRhSS { width:11.6875rem;height:4rem;top:0.46875rem;left:4.15625rem;display:block; }
 }