.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:255,255,238;--color-primary-1:255,255,198;--color-primary-2:255,255,140;--color-primary-3:128,128,70;--color-primary-4:38,38,21;--color-secondary-0:255,247,247;--color-secondary-1:255,229,230;--color-secondary-2:254,202,204;--color-secondary-3:127,101,102;--color-secondary-4:38,30,31;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@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:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi { 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;z-index:auto;display:block; }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .row .container { background-color: transparent; background-image: none; }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .row .container > .video-iframe-container { display: none; }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .row > .video-iframe-container { display: none; }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .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); }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .row .container { border-width: 0; border-radius: 0; }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#WdMy4trsGC6fuZpoDMKdG8FTszBrD08Q { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:11.75rem;top:0.25rem;left:4.375rem;overflow:hidden;display:block; }
#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { 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; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { border-width: 0; border-radius: 0; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#oudaSBeT0KRlISVtQOCQTnP055qopTb8 { color:rgba(var(--color-tertiary-2),1);display:block;width:52.1875rem;position:absolute;font-family:"sans pro outline bold";font-size:3.8125rem;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:6.25rem;left:3.3125rem;height:3.8125rem;text-align:left;text-align-last:left;display:block; }
#PypH0lMSVPEmGTS2DVUHqPK7OJ1kSh6r { color:rgba(var(--color-tertiary-2),1);display:block;width:59.6875rem;position:absolute;font-family:"sans pro bold";font-size:3.8125rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:10.625rem;left:3.3125rem;height:3.8125rem;text-align:left;text-align-last:left;display:block; }
#q1TAAeOGSef7i1n687DgCkzli0Cffgew { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#q1TAAeOGSef7i1n687DgCkzli0Cffgew > .row .container { background-color: transparent; background-image: none; }#q1TAAeOGSef7i1n687DgCkzli0Cffgew::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1TAAeOGSef7i1n687DgCkzli0Cffgew > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1TAAeOGSef7i1n687DgCkzli0Cffgew > .row .container > .video-iframe-container { display: none; }#q1TAAeOGSef7i1n687DgCkzli0Cffgew > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1TAAeOGSef7i1n687DgCkzli0Cffgew > .row > .video-iframe-container { display: none; }#q1TAAeOGSef7i1n687DgCkzli0Cffgew > .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); }#q1TAAeOGSef7i1n687DgCkzli0Cffgew > .row .container { border-width: 0; border-radius: 0; }#q1TAAeOGSef7i1n687DgCkzli0Cffgew > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q1TAAeOGSef7i1n687DgCkzli0Cffgew > .row .container { font-size:0.875rem;font-family:arial;height:82.6875rem;width:75rem;position:relative;display:block; }#gWEiLmIaZiiaIud0PgN242SNI91fsTak { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5.111328125rem;left:5.34375rem;height:5.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THFMMw8ppz7HkcHTZ9UpLSWHb8yzLIkm { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:31.25rem;left:5.34375rem;height:7.64941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SkTGDttR1hfZl1zLEUlPpHdSrxRiKdTy { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:5.111328125rem;left:30.34375rem;height:5.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MxT5cfvO3oVKouefGZSVhRb5tcpJN6qN { position:absolute;display:block;z-index:15001;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-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:17.3125rem;top:3.0625rem;left:3.71875rem;display:block; }
#RIuuP67v2IATinTn3arlcq9982enWbpL { color:rgba(var(--color-tertiary-2),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.1181640625rem;left:5.15625rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MowOu3MDJe2kZrr2KmBFknwKhtbIatZV { color:rgba(var(--color-tertiary-2),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.681640625rem;left:29.1875rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n0uwEU3AAlDwMlxE6tIaHIemLUF3ElXT { color:rgba(var(--color-tertiary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:37.6181640625rem;left:5.46875rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pqDads8fGIQw2mf4XBPiffchpqbHoCIr { background-color:rgba(var(--color-primary-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.6875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:18.6240234375rem;left:6.875rem;display:block; }
#rvB9IBFxF8KyxSBuyD22tGeLuvIBy0id { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZlSX2TZZTBZ3MN14xkb0u3khNDQ5wbFX { background-color:rgba(var(--color-primary-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.6875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.6240234375rem;left:31.90625rem;display:block; }
#T82SlEdgwi57HOxFWTkWmp2a9uQ34mhw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mBkAhv9nQ5OJhr6FXwq3HXNfVgWcA0ar { background-color:rgba(var(--color-primary-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.6875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:44.8125rem;left:6.75rem;display:block; }
#kOuEnEQxL7vOnhpPTwGgXQmXXkcdo5Cd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZUig60uLEBPrArT76rVipprKxXRwmEL5 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.1181640625rem;left:55.40625rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eqwiTsU4EwXTXIatEJDQ4R8QdnVntEUH { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:5.111328125rem;left:55.34375rem;height:5.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CTZnkqwiNQssE5PW9HXPk6GdbQCKXppF { background-color:rgba(var(--color-primary-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:18.6240234375rem;left:56.75rem;display:block; }
#yFzXBN7FZvpNEvoiXyy70CDzPZcN5oQs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ftHBe6DAWXN8twoKMKr2fVOlCdU2RG0I { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:59.1875rem;left:30.34375rem;height:5.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RS5TM92eP1rrXyBQ5bVVaO3dZVZoCG3v { color:rgba(var(--color-tertiary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:66.1630859375rem;left:30.59375rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bSrms54s8XKGNtPbq3FtMISXBf0igAcL { background-color:rgba(var(--color-primary-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.6875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:72.3125rem;left:31.75rem;display:block; }
#J4dG3xLGyJ3hoVZWqHhlHJb3nd6XNeqN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tf9V6aQfRTmfvs6khtX9rKiNsVxZAl8T { background-color:rgba(var(--color-primary-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.6875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:44.8125rem;left:31.75rem;display:block; }
#DI1XUo3TZTyr25SRc0KnpMebQl69tO1K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xilCwurcBvF1gUzzWy0o8ZdE2JECfJmJ { color:rgba(var(--color-tertiary-2),1);display:block;width:13.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:34.80078125rem;left:30.59375rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xz4Nrly6y8N2TffGBITlX9yi70TMKofQ { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:31.25rem;left:30.34375rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qRXoTeV3AqlC2AthR0kvX4TLyvGhRb8E { background-color:rgba(var(--color-primary-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:44.8125rem;left:56.75rem;display:block; }
#giq7OSb7EKBbAm7U7Pgo1zEOI7GT5Oy8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JHyp29TLGqCt5P2ZXrSm6RwstMRFVSUR { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3105625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:31.25rem;left:55.34375rem;height:7.64941875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hdJPS4tPGmfP6KMUSQRNx762Jr2TQQbg { color:rgba(var(--color-tertiary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:37.6181640625rem;left:55.46875rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zeO0rMTOob9eEHyrReMS4fl3UqUTybqy { position:absolute;display:block;z-index:15002;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-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:17.3125rem;top:3.0625rem;left:28.84375rem;display:block; }
#WfaK26BvtlanvfT9qVmuXJ4wBO32UbMF { position:absolute;display:block;z-index:15003;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-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:17.3125rem;top:3.0625rem;left:53.84375rem;display:block; }
#nzTBiilboMxEGNWtv7feWPTMobQqsKxn { position:absolute;display:block;z-index:15004;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-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:17.3125rem;top:29.3115234375rem;left:53.84375rem;display:block; }
#ky0RTkrRXbQKATTzkeSapftC1kPym87y { position:absolute;display:block;z-index:15000;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-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:17.3125rem;top:29.3115234375rem;left:3.84375rem;display:block; }
#epzZ1iOW1tTvHyOOC2GE3Rap3Tdr6k9r { position:absolute;display:block;z-index:15006;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-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:17.3125rem;top:29.3115234375rem;left:28.84375rem;display:block; }
#DeWTLpWkkw8l2KraFmusPuTTRoiqyoFZ { position:absolute;display:block;z-index:15007;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-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:17.3125rem;top:57.8935546875rem;left:28.84375rem;display:block; }
#RE8vLAmJsLJzQTAMocJB3mZGGTT6Pz1c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f3f6;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; }#RE8vLAmJsLJzQTAMocJB3mZGGTT6Pz1c > .row .container { background-color: transparent; background-image: none; }#RE8vLAmJsLJzQTAMocJB3mZGGTT6Pz1c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE8vLAmJsLJzQTAMocJB3mZGGTT6Pz1c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE8vLAmJsLJzQTAMocJB3mZGGTT6Pz1c > .row .container > .video-iframe-container { display: none; }#RE8vLAmJsLJzQTAMocJB3mZGGTT6Pz1c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE8vLAmJsLJzQTAMocJB3mZGGTT6Pz1c > .row > .video-iframe-container { display: none; }#RE8vLAmJsLJzQTAMocJB3mZGGTT6Pz1c > .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); }#RE8vLAmJsLJzQTAMocJB3mZGGTT6Pz1c > .row .container { border-width: 0; border-radius: 0; }#RE8vLAmJsLJzQTAMocJB3mZGGTT6Pz1c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RE8vLAmJsLJzQTAMocJB3mZGGTT6Pz1c > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:block; }#Eydv7wyuXGMfl2QdR1VF4Hh93VUFG33H { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:5.8125rem;top:12.5625rem;left:12rem;overflow:hidden;display:block; }
#MatxrEBoFtVnb3zy25AKSCoJgdsNIDbA { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:10.5rem;top:12.375rem;left:19.6875rem;overflow:hidden;display:block; }
#ieQfI3uMvilrWvly7pNnapkNDeH16460 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:6.6875rem;top:8.25rem;left:20.5625rem;overflow:hidden;display:block; }
#NGhR7UDT94wB31uQTG9lr9AEmeSJPLip { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:6.25rem;top:16.5625rem;left:19.6875rem;overflow:hidden;display:block; }
#d4J2JhX4ekGJkxBWG31hLxcndldmc2sa { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:11.0625rem;top:12.5rem;left:32.3125rem;overflow:hidden;display:block; }
#ISQe2ddrdBgd1k68MWnklowIK0c4V2b1 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.75rem;top:15.6875rem;left:14.0625rem;overflow:hidden;display:block; }
#MuqgG3MSOefHJEh9xvoMgUEZ1hKFrp0d { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:6.625rem;top:7.9375rem;left:29.75rem;overflow:hidden;display:block; }
#rRUR2XMpT32F8FxCW3gR8yoKSXVir7gf { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.4375rem;top:8.625rem;left:38.9375rem;overflow:hidden;display:block; }
#qv4innh15J9o0oLDZcZJDNzHlTZLv07G { 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:1.875rem;width:7.375rem;top:16.9375rem;left:28rem;overflow:hidden;display:block; }
#zPit20BLcklxU3t5FnJ8MFU9RQopFAor { 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:2.125rem;width:15.3125rem;top:16.4375rem;left:37.6875rem;overflow:hidden;display:block; }
#epTN9Ug0oswAvDI4Ts3T7lE8w9KommJe { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.75rem;top:12.375rem;left:44.8125rem;overflow:hidden;display:block; }
#nJDFmhkydWauODE7rshz6zVOdKwef0xS { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:6.8125rem;top:19.9375rem;left:28.5625rem;overflow:hidden;display:block; }
#cta4TM8XUDc3KpSLc3hTqDblXCvUV10L { 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:1.25rem;width:11rem;top:8.625rem;left:48.4375rem;overflow:hidden;display:block; }
#UyZCv2OAxlNrzA8rztZq5UX8ZkAoc108 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:11.5rem;top:10.75rem;left:51.5rem;overflow:hidden;display:block; }
#oubBy3VzETTDi9wP9k7ru4S9gB2CpaZA { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:6.6875rem;top:20.625rem;left:38.0625rem;overflow:hidden;display:block; }
#Gf0U1ogFON4wN8FDh6SSP8vpG5qa0fn5 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:11.9375rem;top:19rem;left:46.0625rem;overflow:hidden;display:block; }
#pGqlA1DZrqu9LCSmTtgHkavd3ZcDGgEW { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:5.6875rem;top:20.6875rem;left:19.8125rem;overflow:hidden;display:block; }
#RaStOoFRhLhUvN7wZM6slNkAsftFF7uL { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:6.375rem;top:16.9375rem;left:54.75rem;overflow:hidden;display:block; }
#Zxs0sDRchzFKftmn1x1XUufWV3TD5UDu { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:4.875rem;left:31.6875rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b2ZDi6mthaST2L0dZho4P48wqXaCIrv6 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.99960625rem;width:8.874625rem;top:7.2820303440094rem;left:10.468360900879rem;overflow:hidden;display:block; }
#Tmyc9hAoCziVagePAxow6blh2K26g6XZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .row .container { background-color: transparent; background-image: none; }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .row .container > .video-iframe-container { display: none; }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .row > .video-iframe-container { display: none; }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .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); }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .row .container { border-width: 0; border-radius: 0; }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .row .container { font-size:0.875rem;font-family:arial;height:34.5rem;width:75rem;position:relative;display:block; }#qxKetNEILpJkgEC3iPtwTbzKRQrTbnoS { color:rgba(var(--color-tertiary-2),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:1.950075rem;font-style:normal;display:block; }
#tzT3aMTbfU5vqrfkvaGfWVc9Pb7QHcOc { color:rgba(var(--color-tertiary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.0625rem;left:53.562501907349rem;height:1.950075rem;font-style:normal;display:block; }
#KXGPOEkUhz368dmxLuDGBwSrWQxnFeby { color:rgba(var(--color-tertiary-2),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.375rem;left:0rem;height:1.3rem;display:block; }
#E5THH06lnlbifX8l7UReM7nfar6eSvwG { color:rgba(var(--color-tertiary-2),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:12.7373046875rem;left:0rem;height:1.3rem;display:block; }
#xArMMKVOzged1BDDEkatXTgMTyCKz3gr { color:rgba(var(--color-tertiary-2),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.125rem;left:0rem;height:1.3rem;display:block; }
#dI0mMkTeBHg4TGNQ9N4P9vsGqomRXuCn { color:rgba(var(--color-tertiary-2),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:17.5625rem;left:0rem;height:1.3rem;display:block; }
#lDUyyifWsX0f1XcTJEQG8p9ZwWBbL08z { color:rgba(var(--color-tertiary-2),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.9375rem;left:0rem;height:1.3rem;display:block; }
#Bpg3gMG3oRBMdf5PwzyG4lFrBOmks0uz { color:rgba(var(--color-tertiary-2),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:25rem;left:0rem;height:1.3rem;display:block; }
#Zr9Sq33ZgdmkRve4TEK6moS7HM1QPu3O { color:rgba(var(--color-tertiary-2),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:22.5625rem;left:0rem;height:1.3rem;display:block; }
#eeFTxa4IKmaOlLc8ftzfHpm1knlaMJUa { color:rgba(var(--color-tertiary-2),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:27.375rem;left:0rem;height:1.3rem;display:block; }
#lQr121QBMk3nevU8Ht8O7McEF1D8EfG5 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:29.8125rem;left:0rem;height:1.3rem;display:block; }
#ZFcl2upfUazlViaE7HuSwLA4UsQwyAU2 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:10.375rem;left:53.5625rem;height:1.3rem;display:block; }
#IIGNIUrZsAV2hmTFPNsZuMmu5nx78Uta { color:rgba(var(--color-tertiary-2),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.75rem;left:53.5625rem;height:1.3rem;display:block; }
#vRTpgHVQk53FMnIWiRPLectHqMRGSSP3 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:15.125rem;left:53.5625rem;height:1.3rem;display:block; }
#dOzmacE8KNIIDvEOwny8FZq6MAdAiDsz { color:rgba(var(--color-tertiary-2),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:17.625rem;left:53.5625rem;height:1.3rem;display:block; }
#R20y8RZqywwCQpElOg34Iz3dlqkN1Sfb { color:rgba(var(--color-tertiary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.0625rem;left:32.25rem;height:1.950075rem;font-style:normal;display:block; }
#nyT4W3psiwEZhBTucyNRC6TJGgbJNheO { color:rgba(var(--color-tertiary-2),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.375rem;left:32.25rem;height:1.3rem;display:block; }
#OH0Vlgm27bWwJLp7NaMltLvFKzg2wy69 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:12.7373046875rem;left:32.25rem;height:1.3rem;display:block; }
#Ncq6zCcQRJgn1qPopZ7T2MbsqAqvi3Nx { color:rgba(var(--color-tertiary-2),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:15.125rem;left:32.25rem;height:1.3rem;display:block; }
#QchBWBF5GChhn2hhnfBPnTKLNe84LeAC { color:rgba(var(--color-tertiary-2),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:17.625rem;left:32.250001907349rem;height:1.3rem;display:block; }
#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .row .container { background-color: transparent; background-image: none; }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .row .container > .video-iframe-container { display: none; }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .row > .video-iframe-container { display: none; }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .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); }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .row .container { border-width: 0; border-radius: 0; }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:block; }#ki5x69OC7TIItSttvPTMbu7vicpOB0Hk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:1.125rem;left:30.375rem; }
#ki5x69OC7TIItSttvPTMbu7vicpOB0Hk > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#NTh2QTtMZGdecTi4bC5zgWPPpHoVSxCz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1.0625rem;left:34.625rem; }
#NTh2QTtMZGdecTi4bC5zgWPPpHoVSxCz > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#LGJR3QoFTmn7DTeseGqwagH61i5OSb0E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:1.125rem;left:38.5625rem; }
#LGJR3QoFTmn7DTeseGqwagH61i5OSb0E > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#qSFMNKOaBUhpQf5z4tAFMTPQZOdgXOq2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:0.9375rem;left:42.5625rem; }
#qSFMNKOaBUhpQf5z4tAFMTPQZOdgXOq2 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi { display:block; }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdMy4trsGC6fuZpoDMKdG8FTszBrD08Q { top:0.25rem;left:0rem;width:11.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oudaSBeT0KRlISVtQOCQTnP055qopTb8 { top:6.25rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PypH0lMSVPEmGTS2DVUHqPK7OJ1kSh6r { top:10.625rem;left:0rem;width:47.75rem;height:7.625rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1TAAeOGSef7i1n687DgCkzli0Cffgew { display:block; }#q1TAAeOGSef7i1n687DgCkzli0Cffgew > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gWEiLmIaZiiaIud0PgN242SNI91fsTak { top:5.0625rem;left:0.78125rem;width:14.25rem;height:5.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THFMMw8ppz7HkcHTZ9UpLSWHb8yzLIkm { top:31.25rem;left:0.78125rem;width:14.25rem;height:7.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkTGDttR1hfZl1zLEUlPpHdSrxRiKdTy { top:5.0625rem;left:16.65625rem;width:14.25rem;height:5.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxT5cfvO3oVKouefGZSVhRb5tcpJN6qN { top:3.0625rem;left:0rem;width:17.3125rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIuuP67v2IATinTn3arlcq9982enWbpL { top:11.0625rem;left:0.59375rem;width:14.6875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MowOu3MDJe2kZrr2KmBFknwKhtbIatZV { top:10.625rem;left:15.125rem;width:16.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0uwEU3AAlDwMlxE6tIaHIemLUF3ElXT { top:37.5625rem;left:0.90625rem;width:14.0625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqDads8fGIQw2mf4XBPiffchpqbHoCIr { width:11.5rem;height:2.6875rem;top:18.5625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvB9IBFxF8KyxSBuyD22tGeLuvIBy0id { display:block; }
 }@media only screen and (max-width: 763px) { #ZlSX2TZZTBZ3MN14xkb0u3khNDQ5wbFX { width:11.5rem;height:2.6875rem;top:18.5625rem;left:18.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T82SlEdgwi57HOxFWTkWmp2a9uQ34mhw { display:block; }
 }@media only screen and (max-width: 763px) { #mBkAhv9nQ5OJhr6FXwq3HXNfVgWcA0ar { width:11.5rem;height:2.6875rem;top:44.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOuEnEQxL7vOnhpPTwGgXQmXXkcdo5Cd { display:block; }
 }@media only screen and (max-width: 763px) { #ZUig60uLEBPrArT76rVipprKxXRwmEL5 { top:11.0625rem;left:32.59375rem;width:14.1875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqwiTsU4EwXTXIatEJDQ4R8QdnVntEUH { top:5.0625rem;left:32.53125rem;width:14.25rem;height:5.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTZnkqwiNQssE5PW9HXPk6GdbQCKXppF { width:11.5rem;height:2.6875rem;top:18.5625rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFzXBN7FZvpNEvoiXyy70CDzPZcN5oQs { display:block; }
 }@media only screen and (max-width: 763px) { #ftHBe6DAWXN8twoKMKr2fVOlCdU2RG0I { top:59.1875rem;left:16.65625rem;width:14.25rem;height:5.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS5TM92eP1rrXyBQ5bVVaO3dZVZoCG3v { top:66.125rem;left:16.90625rem;width:13.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSrms54s8XKGNtPbq3FtMISXBf0igAcL { width:11.5rem;height:2.6875rem;top:72.3125rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4dG3xLGyJ3hoVZWqHhlHJb3nd6XNeqN { display:block; }
 }@media only screen and (max-width: 763px) { #Tf9V6aQfRTmfvs6khtX9rKiNsVxZAl8T { width:11.5rem;height:2.6875rem;top:44.8125rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI1XUo3TZTyr25SRc0KnpMebQl69tO1K { display:block; }
 }@media only screen and (max-width: 763px) { #xilCwurcBvF1gUzzWy0o8ZdE2JECfJmJ { top:34.75rem;left:16.90625rem;width:13.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz4Nrly6y8N2TffGBITlX9yi70TMKofQ { top:31.25rem;left:16.65625rem;width:14.25rem;height:2.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRXoTeV3AqlC2AthR0kvX4TLyvGhRb8E { width:11.5rem;height:2.6875rem;top:44.8125rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #giq7OSb7EKBbAm7U7Pgo1zEOI7GT5Oy8 { display:block; }
 }@media only screen and (max-width: 763px) { #JHyp29TLGqCt5P2ZXrSm6RwstMRFVSUR { top:31.25rem;left:32.53125rem;width:14.25rem;height:7.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdJPS4tPGmfP6KMUSQRNx762Jr2TQQbg { top:37.5625rem;left:32.65625rem;width:14.0625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeO0rMTOob9eEHyrReMS4fl3UqUTybqy { top:3.0625rem;left:14.4375rem;width:17.3125rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfaK26BvtlanvfT9qVmuXJ4wBO32UbMF { top:3.0625rem;left:30.3125rem;width:17.3125rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzTBiilboMxEGNWtv7feWPTMobQqsKxn { top:29.25rem;left:30.3125rem;width:17.3125rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky0RTkrRXbQKATTzkeSapftC1kPym87y { top:29.25rem;left:0rem;width:17.3125rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #epzZ1iOW1tTvHyOOC2GE3Rap3Tdr6k9r { top:29.25rem;left:14.4375rem;width:17.3125rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeWTLpWkkw8l2KraFmusPuTTRoiqyoFZ { top:57.875rem;left:14.4375rem;width:17.3125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE8vLAmJsLJzQTAMocJB3mZGGTT6Pz1c { display:block; }#RE8vLAmJsLJzQTAMocJB3mZGGTT6Pz1c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eydv7wyuXGMfl2QdR1VF4Hh93VUFG33H { top:12.5625rem;left:0rem;width:5.8125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MatxrEBoFtVnb3zy25AKSCoJgdsNIDbA { top:12.375rem;left:6.0625rem;width:10.5rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieQfI3uMvilrWvly7pNnapkNDeH16460 { top:8.25rem;left:6.9375rem;width:6.6875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGhR7UDT94wB31uQTG9lr9AEmeSJPLip { top:16.5625rem;left:6.0625rem;width:6.25rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4J2JhX4ekGJkxBWG31hLxcndldmc2sa { top:12.5rem;left:18.6875rem;width:11.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISQe2ddrdBgd1k68MWnklowIK0c4V2b1 { top:15.6875rem;left:0.4375rem;width:3.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuqgG3MSOefHJEh9xvoMgUEZ1hKFrp0d { top:7.9375rem;left:16.125rem;width:6.625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRUR2XMpT32F8FxCW3gR8yoKSXVir7gf { top:8.625rem;left:25.3125rem;width:6.4375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv4innh15J9o0oLDZcZJDNzHlTZLv07G { top:16.9375rem;left:14.375rem;width:7.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPit20BLcklxU3t5FnJ8MFU9RQopFAor { top:16.4375rem;left:24.0625rem;width:15.3125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epTN9Ug0oswAvDI4Ts3T7lE8w9KommJe { top:12.375rem;left:31.1875rem;width:5.75rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJDFmhkydWauODE7rshz6zVOdKwef0xS { top:19.9375rem;left:14.9375rem;width:6.8125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cta4TM8XUDc3KpSLc3hTqDblXCvUV10L { top:8.625rem;left:34.8125rem;width:11rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyZCv2OAxlNrzA8rztZq5UX8ZkAoc108 { top:10.75rem;left:36.25rem;width:11.5rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oubBy3VzETTDi9wP9k7ru4S9gB2CpaZA { top:20.625rem;left:24.4375rem;width:6.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf0U1ogFON4wN8FDh6SSP8vpG5qa0fn5 { top:19rem;left:32.4375rem;width:11.9375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGqlA1DZrqu9LCSmTtgHkavd3ZcDGgEW { top:20.6875rem;left:6.1875rem;width:5.6875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaStOoFRhLhUvN7wZM6slNkAsftFF7uL { top:16.9375rem;left:41.125rem;width:6.375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxs0sDRchzFKftmn1x1XUufWV3TD5UDu { top:4.875rem;left:18.0625rem;width:12.5rem;height:1.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2ZDi6mthaST2L0dZho4P48wqXaCIrv6 { top:7.25rem;left:0rem;width:8.8125rem;height:3.9716078232179rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmyc9hAoCziVagePAxow6blh2K26g6XZ { display:block; }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxKetNEILpJkgEC3iPtwTbzKRQrTbnoS { top:5.0625rem;left:0rem;width:27.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzT3aMTbfU5vqrfkvaGfWVc9Pb7QHcOc { top:5.0625rem;left:31.875rem;width:15.875rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXGPOEkUhz368dmxLuDGBwSrWQxnFeby { top:10.375rem;left:0rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5THH06lnlbifX8l7UReM7nfar6eSvwG { top:12.6875rem;left:0rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xArMMKVOzged1BDDEkatXTgMTyCKz3gr { top:15.125rem;left:0rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI0mMkTeBHg4TGNQ9N4P9vsGqomRXuCn { top:17.5625rem;left:0rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDUyyifWsX0f1XcTJEQG8p9ZwWBbL08z { top:19.9375rem;left:0rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bpg3gMG3oRBMdf5PwzyG4lFrBOmks0uz { top:25rem;left:0rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr9Sq33ZgdmkRve4TEK6moS7HM1QPu3O { top:22.5625rem;left:0rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeFTxa4IKmaOlLc8ftzfHpm1knlaMJUa { top:27.375rem;left:0rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQr121QBMk3nevU8Ht8O7McEF1D8EfG5 { top:29.8125rem;left:0rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFcl2upfUazlViaE7HuSwLA4UsQwyAU2 { top:10.375rem;left:26.3125rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIGNIUrZsAV2hmTFPNsZuMmu5nx78Uta { top:12.75rem;left:26.3125rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRTpgHVQk53FMnIWiRPLectHqMRGSSP3 { top:15.125rem;left:26.3125rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOzmacE8KNIIDvEOwny8FZq6MAdAiDsz { top:17.625rem;left:26.3125rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R20y8RZqywwCQpElOg34Iz3dlqkN1Sfb { top:5.0625rem;left:18.625rem;width:15.875rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyT4W3psiwEZhBTucyNRC6TJGgbJNheO { top:10.375rem;left:18.625rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH0Vlgm27bWwJLp7NaMltLvFKzg2wy69 { top:12.6875rem;left:18.625rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ncq6zCcQRJgn1qPopZ7T2MbsqAqvi3Nx { top:15.125rem;left:18.625rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QchBWBF5GChhn2hhnfBPnTKLNe84LeAC { top:17.625rem;left:18.625001907349rem;width:21.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF { display:block; }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ki5x69OC7TIItSttvPTMbu7vicpOB0Hk { top:1.125rem;left:16.75rem;width:1.875rem;height:1.875rem;display:block; }
#ki5x69OC7TIItSttvPTMbu7vicpOB0Hk > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #NTh2QTtMZGdecTi4bC5zgWPPpHoVSxCz { top:1.0625rem;left:21rem;width:1.9375rem;height:1.9375rem;display:block; }
#NTh2QTtMZGdecTi4bC5zgWPPpHoVSxCz > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #LGJR3QoFTmn7DTeseGqwagH61i5OSb0E { top:1.125rem;left:24.9375rem;width:1.875rem;height:1.875rem;display:block; }
#LGJR3QoFTmn7DTeseGqwagH61i5OSb0E > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #qSFMNKOaBUhpQf5z4tAFMTPQZOdgXOq2 { top:0.9375rem;left:28.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
#qSFMNKOaBUhpQf5z4tAFMTPQZOdgXOq2 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi { position:relative;z-index:auto;display:block; }#baZfGBsZIz1yvIoczTWKFxJA25NqJ3Mi > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdMy4trsGC6fuZpoDMKdG8FTszBrD08Q { width:10.75rem;height:3.875rem;top:1.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oudaSBeT0KRlISVtQOCQTnP055qopTb8 { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PypH0lMSVPEmGTS2DVUHqPK7OJ1kSh6r { width:17.125rem;height:4.16666875rem;top:6.5rem;left:1.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q1TAAeOGSef7i1n687DgCkzli0Cffgew { display:block; }#q1TAAeOGSef7i1n687DgCkzli0Cffgew > .row .container { width:20rem;height:237.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gWEiLmIaZiiaIud0PgN242SNI91fsTak { width:14.3125rem;height:3.75rem;top:9.35546875rem;left:2.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THFMMw8ppz7HkcHTZ9UpLSWHb8yzLIkm { width:15.875rem;height:3.75rem;top:80.79296875rem;left:2.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkTGDttR1hfZl1zLEUlPpHdSrxRiKdTy { width:14.3125rem;height:1.875rem;top:56.98046875rem;left:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxT5cfvO3oVKouefGZSVhRb5tcpJN6qN { width:17.3125rem;height:22.5625rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIuuP67v2IATinTn3arlcq9982enWbpL { width:13.8125rem;height:6.497375rem;top:3.25rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MowOu3MDJe2kZrr2KmBFknwKhtbIatZV { width:13.75rem;height:5.19791875rem;top:50.873697280884rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0uwEU3AAlDwMlxE6tIaHIemLUF3ElXT { width:13.75rem;height:5.19791875rem;top:74.686197280881rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqDads8fGIQw2mf4XBPiffchpqbHoCIr { width:11.5rem;height:2.6875rem;top:19.436198234558rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvB9IBFxF8KyxSBuyD22tGeLuvIBy0id { display:block; }
 }@media only screen and (max-width: 763px) { #ZlSX2TZZTBZ3MN14xkb0u3khNDQ5wbFX { width:11.5rem;height:2.6875rem;top:67.061198234556rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T82SlEdgwi57HOxFWTkWmp2a9uQ34mhw { display:block; }
 }@media only screen and (max-width: 763px) { #mBkAhv9nQ5OJhr6FXwq3HXNfVgWcA0ar { width:11.5rem;height:2.6875rem;top:90.873698234556rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOuEnEQxL7vOnhpPTwGgXQmXXkcdo5Cd { display:block; }
 }@media only screen and (max-width: 763px) { #ZUig60uLEBPrArT76rVipprKxXRwmEL5 { width:14.1875rem;height:0;top:188.30436706543rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqwiTsU4EwXTXIatEJDQ4R8QdnVntEUH { width:14.25rem;height:0;top:182.29753112793rem;left:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTZnkqwiNQssE5PW9HXPk6GdbQCKXppF { width:11.5rem;height:2.6875rem;top:195.81022644043rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFzXBN7FZvpNEvoiXyy70CDzPZcN5oQs { display:block; }
 }@media only screen and (max-width: 763px) { #ftHBe6DAWXN8twoKMKr2fVOlCdU2RG0I { width:14.25rem;height:0;top:161.16764831543rem;left:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS5TM92eP1rrXyBQ5bVVaO3dZVZoCG3v { width:13.8125rem;height:0;top:168.14323425293rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSrms54s8XKGNtPbq3FtMISXBf0igAcL { width:11.5rem;height:2.6875rem;top:174.29264831543rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4dG3xLGyJ3hoVZWqHhlHJb3nd6XNeqN { display:block; }
 }@media only screen and (max-width: 763px) { #Tf9V6aQfRTmfvs6khtX9rKiNsVxZAl8T { width:11.5rem;height:2.6875rem;top:43.250000476837rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI1XUo3TZTyr25SRc0KnpMebQl69tO1K { display:block; }
 }@media only screen and (max-width: 763px) { #xilCwurcBvF1gUzzWy0o8ZdE2JECfJmJ { width:13.75rem;height:5.19791875rem;top:27.062500119209rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz4Nrly6y8N2TffGBITlX9yi70TMKofQ { width:14.25rem;height:1.875rem;top:33.187500476837rem;left:2.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRXoTeV3AqlC2AthR0kvX4TLyvGhRb8E { width:11.5rem;height:2.6875rem;top:217.43717956543rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #giq7OSb7EKBbAm7U7Pgo1zEOI7GT5Oy8 { display:block; }
 }@media only screen and (max-width: 763px) { #JHyp29TLGqCt5P2ZXrSm6RwstMRFVSUR { width:14.25rem;height:0;top:203.87467956543rem;left:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdJPS4tPGmfP6KMUSQRNx762Jr2TQQbg { width:14.0625rem;height:0;top:210.24284362793rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeO0rMTOob9eEHyrReMS4fl3UqUTybqy { width:17.3125rem;height:20.4375rem;top:116.49870300293rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfaK26BvtlanvfT9qVmuXJ4wBO32UbMF { width:17.3125rem;height:20.4375rem;top:180.24870300293rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzTBiilboMxEGNWtv7feWPTMobQqsKxn { width:17.3125rem;height:20.4375rem;top:201.93620300293rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky0RTkrRXbQKATTzkeSapftC1kPym87y { width:17.3125rem;height:20.4375rem;top:94.811203002931rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epzZ1iOW1tTvHyOOC2GE3Rap3Tdr6k9r { width:17.3125rem;height:20.4375rem;top:138.18620300293rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeWTLpWkkw8l2KraFmusPuTTRoiqyoFZ { width:17.3125rem;height:19.125rem;top:159.87370300293rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE8vLAmJsLJzQTAMocJB3mZGGTT6Pz1c { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RE8vLAmJsLJzQTAMocJB3mZGGTT6Pz1c > .row .container { background-color: transparent; background-image: none; }#RE8vLAmJsLJzQTAMocJB3mZGGTT6Pz1c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE8vLAmJsLJzQTAMocJB3mZGGTT6Pz1c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE8vLAmJsLJzQTAMocJB3mZGGTT6Pz1c > .row .container > .video-iframe-container { display: none; }#RE8vLAmJsLJzQTAMocJB3mZGGTT6Pz1c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RE8vLAmJsLJzQTAMocJB3mZGGTT6Pz1c > .row > .video-iframe-container { display: none; }#RE8vLAmJsLJzQTAMocJB3mZGGTT6Pz1c > .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); }#RE8vLAmJsLJzQTAMocJB3mZGGTT6Pz1c > .row .container { border-width: 0; border-radius: 0; }#RE8vLAmJsLJzQTAMocJB3mZGGTT6Pz1c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RE8vLAmJsLJzQTAMocJB3mZGGTT6Pz1c > .row .container { width:20rem;height:65.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eydv7wyuXGMfl2QdR1VF4Hh93VUFG33H { width:4.5625rem;height:1.125rem;top:9.8125rem;left:7.0950508117675rem;display:block; }
 }@media only screen and (max-width: 763px) { #MatxrEBoFtVnb3zy25AKSCoJgdsNIDbA { width:8.5rem;height:1.5rem;top:22.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieQfI3uMvilrWvly7pNnapkNDeH16460 { width:4.8125rem;height:1.4375rem;top:12.1875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGhR7UDT94wB31uQTG9lr9AEmeSJPLip { width:4.75rem;height:1.25rem;top:42.5rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4J2JhX4ekGJkxBWG31hLxcndldmc2sa { width:8.5625rem;height:1.1875rem;top:25.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISQe2ddrdBgd1k68MWnklowIK0c4V2b1 { width:2.5625rem;height:2.4375rem;top:30.75rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuqgG3MSOefHJEh9xvoMgUEZ1hKFrp0d { width:5.375rem;height:2.125rem;top:14.875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRUR2XMpT32F8FxCW3gR8yoKSXVir7gf { width:4.125rem;height:0.75rem;top:18.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv4innh15J9o0oLDZcZJDNzHlTZLv07G { width:5.125rem;height:1.25rem;top:45rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPit20BLcklxU3t5FnJ8MFU9RQopFAor { width:10.9375rem;height:1.375rem;top:47.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #epTN9Ug0oswAvDI4Ts3T7lE8w9KommJe { width:5.75rem;height:1.875rem;top:27.625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJDFmhkydWauODE7rshz6zVOdKwef0xS { width:6.8125rem;height:3.9375rem;top:52.8125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cta4TM8XUDc3KpSLc3hTqDblXCvUV10L { width:8.875rem;height:0.9375rem;top:20.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyZCv2OAxlNrzA8rztZq5UX8ZkAoc108 { width:8.8125rem;height:3.875rem;top:34.4375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oubBy3VzETTDi9wP9k7ru4S9gB2CpaZA { width:3.75rem;height:1.3125rem;top:58rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf0U1ogFON4wN8FDh6SSP8vpG5qa0fn5 { width:8.5625rem;height:3.6875rem;top:60.5625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGqlA1DZrqu9LCSmTtgHkavd3ZcDGgEW { width:3.5rem;height:1.4375rem;top:50.125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaStOoFRhLhUvN7wZM6slNkAsftFF7uL { width:4.8125rem;height:0.625rem;top:40.625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxs0sDRchzFKftmn1x1XUufWV3TD5UDu { width:12.5rem;height:2.03125rem;top:1.25rem;left:3.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #b2ZDi6mthaST2L0dZho4P48wqXaCIrv6 { width:8.8125rem;height:3.97005rem;top:4.53125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmyc9hAoCziVagePAxow6blh2K26g6XZ { display:none; }#Tmyc9hAoCziVagePAxow6blh2K26g6XZ > .row .container { width:20rem;height:52.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qxKetNEILpJkgEC3iPtwTbzKRQrTbnoS { width:20rem;height:1.4622375rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tzT3aMTbfU5vqrfkvaGfWVc9Pb7QHcOc { width:15.875rem;height:1.4622375rem;top:6.671875rem;left:2.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KXGPOEkUhz368dmxLuDGBwSrWQxnFeby { width:20rem;height:1.29948125rem;top:9.3828125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E5THH06lnlbifX8l7UReM7nfar6eSvwG { width:20rem;height:1.29948125rem;top:17.03125625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xArMMKVOzged1BDDEkatXTgMTyCKz3gr { width:20rem;height:1.29948125rem;top:24.6797rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dI0mMkTeBHg4TGNQ9N4P9vsGqomRXuCn { width:20rem;height:1.29948125rem;top:32.32814375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lDUyyifWsX0f1XcTJEQG8p9ZwWBbL08z { width:20rem;height:1.29948125rem;top:39.9765875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bpg3gMG3oRBMdf5PwzyG4lFrBOmks0uz { width:20rem;height:1.29948125rem;top:45.07555rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zr9Sq33ZgdmkRve4TEK6moS7HM1QPu3O { width:20rem;height:1.29948125rem;top:42.52606875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eeFTxa4IKmaOlLc8ftzfHpm1knlaMJUa { width:20rem;height:1.29948125rem;top:47.62503125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lQr121QBMk3nevU8Ht8O7McEF1D8EfG5 { width:20rem;height:1.29948125rem;top:50.1745125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZFcl2upfUazlViaE7HuSwLA4UsQwyAU2 { width:20rem;height:1.29948125rem;top:14.481775rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IIGNIUrZsAV2hmTFPNsZuMmu5nx78Uta { width:20rem;height:1.29948125rem;top:22.13021875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vRTpgHVQk53FMnIWiRPLectHqMRGSSP3 { width:20rem;height:1.29948125rem;top:29.7786625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dOzmacE8KNIIDvEOwny8FZq6MAdAiDsz { width:20rem;height:1.29948125rem;top:37.42710625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R20y8RZqywwCQpElOg34Iz3dlqkN1Sfb { width:15.875rem;height:1.4622375rem;top:3.9609375rem;left:2.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nyT4W3psiwEZhBTucyNRC6TJGgbJNheO { width:20rem;height:1.29948125rem;top:11.93229375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OH0Vlgm27bWwJLp7NaMltLvFKzg2wy69 { width:20rem;height:1.29948125rem;top:19.5807375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ncq6zCcQRJgn1qPopZ7T2MbsqAqvi3Nx { width:20rem;height:1.29948125rem;top:27.22918125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QchBWBF5GChhn2hhnfBPnTKLNe84LeAC { width:20rem;height:1.29948125rem;top:34.877625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF { display:block; }#pL5dgTU58b6DzI6XiiVNNpgnsAw5KDsF > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ki5x69OC7TIItSttvPTMbu7vicpOB0Hk { display:flex;width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem; }
#ki5x69OC7TIItSttvPTMbu7vicpOB0Hk > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #NTh2QTtMZGdecTi4bC5zgWPPpHoVSxCz { display:flex;width:1.9375rem;height:1.9375rem;top:4.375rem;left:9rem; }
#NTh2QTtMZGdecTi4bC5zgWPPpHoVSxCz > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #LGJR3QoFTmn7DTeseGqwagH61i5OSb0E { display:flex;width:1.875rem;height:1.875rem;top:7.5625rem;left:9.0625rem; }
#LGJR3QoFTmn7DTeseGqwagH61i5OSb0E > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #qSFMNKOaBUhpQf5z4tAFMTPQZOdgXOq2 { display:flex;width:2.0625rem;height:2.0625rem;top:10.6875rem;left:8.9375rem; }
#qSFMNKOaBUhpQf5z4tAFMTPQZOdgXOq2 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }