.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:224,231,224;--color-primary-1:163,184,163;--color-primary-2:102,136,102;--color-primary-3:61,82,61;--color-primary-4:0,56,0;--color-secondary-0:255,255,255;--color-secondary-1:245,245,245;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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-tertiary-0),1);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 { background-color:transparent;background-image: -webkit-linear-gradient(135deg, #006100, #008000);background-image: -moz-linear-gradient(135deg, #006100, #008000);background-image: -ms-linear-gradient(135deg, #006100, #008000);background-image: -o-linear-gradient(135deg, #006100, #008000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#006100', endColorstr='#008000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#006100', endColorstr='#008000' );";background-image: linear-gradient(135deg, #006100, #008000);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;overflow:visible;position:relative;display:block; }#HzVafWchTlOPZkfCRLbNVo3OKm6oIL1M { position:absolute;display:block;z-index:15000;height:4.5625rem;width:75rem;top:0rem;left:0rem;display:block; }
#liWshoPI7b3WxZzcxW9KaTAtFqGVK4Ev { position:relative;display:block; }#liWshoPI7b3WxZzcxW9KaTAtFqGVK4Ev { background-color: transparent; background-image: none; }#liWshoPI7b3WxZzcxW9KaTAtFqGVK4Ev::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liWshoPI7b3WxZzcxW9KaTAtFqGVK4Ev > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liWshoPI7b3WxZzcxW9KaTAtFqGVK4Ev > .row .container > .video-iframe-container { display: none; }#liWshoPI7b3WxZzcxW9KaTAtFqGVK4Ev > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liWshoPI7b3WxZzcxW9KaTAtFqGVK4Ev > .row > .video-iframe-container { display: none; }#liWshoPI7b3WxZzcxW9KaTAtFqGVK4Ev > .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); }#liWshoPI7b3WxZzcxW9KaTAtFqGVK4Ev { border-width: 0; border-radius: 0; }#liWshoPI7b3WxZzcxW9KaTAtFqGVK4Ev > .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; }#liWshoPI7b3WxZzcxW9KaTAtFqGVK4Ev > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Dq2haoxVPADVNOCL4VcevuO6hxtuiZ1L { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4365rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:2.1865234375rem;height:2.51855625rem;display:block; }
#gfo1TTANUxBNvTTf0P6w5pCCdLxEoCN1 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.9375rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:19.875rem;left:2.4375rem;height:8.44925rem;display:block; }
#TN5hKmQhRO1hJi8bKrunMTlcZi2ioVXR { 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:34.375rem;width:34.375rem;top:5.40625rem;left:38.6220703125rem;overflow:hidden;display:block; }
#chzWNNWE10xtx1SF98oMFR9xtPTRUHf7 { position:absolute;display:block;z-index:15003;height:5.625rem;width:29.25rem;top:32.4375rem;left:5.125rem;display:block; }
#B9Kbu1S1hA1e0474oT29zcmdlW21VeRO { color:rgba(var(--color-tertiary-4),1);display:block;width:34.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.5rem;left:2.375rem;height:8.125rem;display:block; }
#ZgTJqSC7hrxEvtZf0NmDVg7C5P7Gl7Ig { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4355625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3935546875rem;left:2.1865234375rem;height:2.51855625rem;display:block; }
#L40ybbFu8Hfg4vJaryrVsb6htlvumx6p { color:rgba(var(--color-tertiary-4),1);display:block;width:35.9375rem;position:absolute;font-family:arial;font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:29.375rem;left:1.25rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#CPnpSAoMAXEd2CDOMxkPcAMsG2pDMbSu { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top: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:34.1875rem;top:38.0625rem;left:2.125rem;overflow:hidden;display:block; }
#Oxdl4x2vah3Dv35vFObv8FBlmkqP30Qr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#Oxdl4x2vah3Dv35vFObv8FBlmkqP30Qr > .row .container { background-color: transparent; background-image: none; }#Oxdl4x2vah3Dv35vFObv8FBlmkqP30Qr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oxdl4x2vah3Dv35vFObv8FBlmkqP30Qr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oxdl4x2vah3Dv35vFObv8FBlmkqP30Qr > .row .container > .video-iframe-container { display: none; }#Oxdl4x2vah3Dv35vFObv8FBlmkqP30Qr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oxdl4x2vah3Dv35vFObv8FBlmkqP30Qr > .row > .video-iframe-container { display: none; }#Oxdl4x2vah3Dv35vFObv8FBlmkqP30Qr > .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); }#Oxdl4x2vah3Dv35vFObv8FBlmkqP30Qr > .row .container { border-width: 0; border-radius: 0; }#Oxdl4x2vah3Dv35vFObv8FBlmkqP30Qr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oxdl4x2vah3Dv35vFObv8FBlmkqP30Qr > .row .container { font-size:0.875rem;font-family:arial;height:57.625rem;width:75rem;position:relative;display:block; }#UmdH9fDn2zKUdK52TTy0nPB9m1LbCudA { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5rem;left:19.3125rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#wikDLTB3zkOrPql3sG1GqQ5To6HUArUZ { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.75rem;left:15.625rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#tXIMMoT7ta7y8g99trpimq4sLUKHftxo { position:absolute;display:block;z-index:15003;height:36.375rem;width:75rem;top:18.8125rem;left:0rem;display:block; }
#tmKGfvyLR4lTESmuP60zO1dS3Jiw9fKU { position:absolute;display:block;z-index:15004;height:5.5rem;width:22.5rem;top:46.875rem;left:26.25rem;display:block; }
#WdwmCNWybScTFgdg1Qnvqixf9p4uhZEH { color:rgba(var(--color-tertiary-0),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:19.3125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#U2kJMkoILTBKdbAVTQCITsTqHcoW0cbd { box-sizing:content-box;height:2.375rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-size:auto !important;top:2.75rem;left:31.25rem;border-top-right-radius:7rem;border-bottom-right-radius:7rem;border-bottom-left-radius:7rem;border-top-left-radius:7rem;display:block; }
#BaWXfknUwAcBcSQVWeGJmJWGXylue9Tq { 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; }#BaWXfknUwAcBcSQVWeGJmJWGXylue9Tq > .row .container { background-color: transparent; background-image: none; }#BaWXfknUwAcBcSQVWeGJmJWGXylue9Tq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaWXfknUwAcBcSQVWeGJmJWGXylue9Tq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaWXfknUwAcBcSQVWeGJmJWGXylue9Tq > .row .container > .video-iframe-container { display: none; }#BaWXfknUwAcBcSQVWeGJmJWGXylue9Tq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaWXfknUwAcBcSQVWeGJmJWGXylue9Tq > .row > .video-iframe-container { display: none; }#BaWXfknUwAcBcSQVWeGJmJWGXylue9Tq > .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); }#BaWXfknUwAcBcSQVWeGJmJWGXylue9Tq > .row .container { border-width: 0; border-radius: 0; }#BaWXfknUwAcBcSQVWeGJmJWGXylue9Tq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BaWXfknUwAcBcSQVWeGJmJWGXylue9Tq > .row .container { font-size:0.875rem;font-family:arial;height:92.5rem;width:75rem;position:relative;display:block; }#kff8M8XyALrEyySVzlTxJ0p92APrskGc { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5rem;left:19.3125rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#cQOpwnFt4M3uemoguwpZWMpGJpxVrDta { color:rgba(var(--color-tertiary-4),1);display:block;width:49.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.875rem;left:12.90625rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#b6KFNFHPW7NHbgggGR0dUzm4yOTwuy1Z { position:absolute;display:block;z-index:15003;height:36.375rem;width:75rem;top:17.625rem;left:0rem;display:block; }
#Odiz54TT9NZGhGmziS6FpQLCW3s3yZZ7 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:19.3125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#MFqw8MNHo8oOcawAHZGEzblnnm2P3FV9 { box-sizing:content-box;height:2.375rem;width:15.375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-size:auto !important;top:2.75rem;left:29.8125rem;border-top-right-radius:7rem;border-bottom-right-radius:7rem;border-bottom-left-radius:7rem;border-top-left-radius:7rem;display:block; }
#SNl6mdoIeu84O1IueEQwfIblo0T7yI05 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#SNl6mdoIeu84O1IueEQwfIblo0T7yI05 > .row .container { background-color: transparent; background-image: none; }#SNl6mdoIeu84O1IueEQwfIblo0T7yI05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNl6mdoIeu84O1IueEQwfIblo0T7yI05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNl6mdoIeu84O1IueEQwfIblo0T7yI05 > .row .container > .video-iframe-container { display: none; }#SNl6mdoIeu84O1IueEQwfIblo0T7yI05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNl6mdoIeu84O1IueEQwfIblo0T7yI05 > .row > .video-iframe-container { display: none; }#SNl6mdoIeu84O1IueEQwfIblo0T7yI05 > .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); }#SNl6mdoIeu84O1IueEQwfIblo0T7yI05 > .row .container { border-width: 0; border-radius: 0; }#SNl6mdoIeu84O1IueEQwfIblo0T7yI05 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SNl6mdoIeu84O1IueEQwfIblo0T7yI05 > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:75rem;position:relative;display:block; }#oOoCiMurkbLMGS5mM4A77BM32B0oEfd5 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875rem;left:2.375rem;height:3.65625rem;text-align:left;text-align-last:left;display:block; }
#vDeuxdfVxM3LtdwDlUzflBmppvg4rUTT { position:absolute;display:block;z-index:15004;height:6.75rem;width:29.8125rem;top:32.0625rem;left:7.25rem;display:block; }
#ILiVfkakgk32ezgJ4072WquXSkVAqDVk { color:rgba(var(--color-tertiary-0),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.8125rem;left:2.375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#PlIOuO3VXpFGUEX1LpaMpSAQCczUPDGd { box-sizing:content-box;height:2.375rem;width:5.6875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-size:auto !important;top:5.5rem;left:2.3125rem;border-top-right-radius:7rem;border-bottom-right-radius:7rem;border-bottom-left-radius:7rem;border-top-left-radius:7rem;display:block; }
#PJiEBZvkdZDnmKt7XuGAU1WeRPloFWfQ { color:rgba(var(--color-tertiary-4),1);display:block;width:40.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.125rem;left:2.375rem;height:2.2744125rem;text-align:left;text-align-last:left;display:block; }
#cw7hCrSbIEMmH8mR3NPScziApugxiCdQ { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28.1875rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#v5hrtPcLXHiQkFgIoLOGcJf9MtDeXaof { 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:27.1875rem;width:28.5rem;top:9.75rem;left:42.5625rem;overflow:hidden;display:block; }
#VMLfEG9T7kDcvV4gG4hmzMtfAcb0DcEB { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:16.6875rem;left:2.375rem;height:9.5rem;text-align:left;text-align-last:left;display:block; }
#GmalQpLWfqxkmSTN4AfmiLaCuovHgvCM { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:6.6875rem;top:31.28125rem;left:40.65625rem;overflow:hidden;display:block; }
#zyyibMmzfD3NSJthKrVeSaRyCSCklnGI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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:none; }#zyyibMmzfD3NSJthKrVeSaRyCSCklnGI > .row .container { border-width: 0; border-radius: 0; }#zyyibMmzfD3NSJthKrVeSaRyCSCklnGI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zyyibMmzfD3NSJthKrVeSaRyCSCklnGI > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:75rem;position:relative;display:none; }#LuR1rUM0vl1ynLubzQNxmIGHZqDniwSo { color:rgba(var(--color-tertiary-4),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.75rem;left:11.25rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#XaizoV0hWX7KqNidC2fSWRzTdywgUTdU { color:rgba(var(--color-tertiary-4),1);display:block;width:38.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.1875rem;left:18.46875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#DybvLH5VPMlXSOAOuokFiveZmCiH4kX2 { position:absolute;display:block;z-index:15003;height:25rem;width:75rem;top:16rem;left:0.0625rem;display:block; }
#KZRnb8PRE78dzs9VyW4ubnTIT3Ebgw31 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:19.3125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#pwSBolBoTG2yq8qVbuC0HST71otebOLI { box-sizing:content-box;height:2.375rem;width:11.8125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-size:auto !important;top:2.625rem;left:31.59375rem;border-top-right-radius:7rem;border-bottom-right-radius:7rem;border-bottom-left-radius:7rem;border-top-left-radius:7rem;display:block; }
#WdzDARGZSV0yQHCCCplMSyLP28ek96Jp { 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; }#WdzDARGZSV0yQHCCCplMSyLP28ek96Jp > .row .container { background-color: transparent; background-image: none; }#WdzDARGZSV0yQHCCCplMSyLP28ek96Jp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdzDARGZSV0yQHCCCplMSyLP28ek96Jp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdzDARGZSV0yQHCCCplMSyLP28ek96Jp > .row .container > .video-iframe-container { display: none; }#WdzDARGZSV0yQHCCCplMSyLP28ek96Jp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdzDARGZSV0yQHCCCplMSyLP28ek96Jp > .row > .video-iframe-container { display: none; }#WdzDARGZSV0yQHCCCplMSyLP28ek96Jp > .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); }#WdzDARGZSV0yQHCCCplMSyLP28ek96Jp > .row .container { border-width: 0; border-radius: 0; }#WdzDARGZSV0yQHCCCplMSyLP28ek96Jp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WdzDARGZSV0yQHCCCplMSyLP28ek96Jp > .row .container { font-size:0.875rem;font-family:arial;height:58rem;width:75rem;position:relative;display:block; }#UwxhhUF9kVqqXN3TUfTpXRCJy2Z2t9Qe { color:rgba(var(--color-tertiary-4),1);display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.625rem;left:17.40625rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#r2WLuRThM1DyS2QOCWE4kMKID7uEDDC6 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.875rem;left:17.40625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#pla14timMbTRi8Asmi4XXhlo8apPof2i { position:absolute;display:block;z-index:15003;height:36.375rem;width:50rem;top:17.1875rem;left:12.5rem;display:block; }
#RoM9cSEOCTCb31sOA8vbOpLf7dRIo4Dv { color:rgba(var(--color-tertiary-0),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:19.3125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#MU6zBbhgCQQGnwAqCUObHoKVMoQI6ELZ { box-sizing:content-box;height:2.375rem;width:8.25rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-size:auto !important;top:2.625rem;left:33.375rem;border-top-right-radius:7rem;border-bottom-right-radius:7rem;border-bottom-left-radius:7rem;border-top-left-radius:7rem;display:block; }
#XQ915AodBZ9eXnSgVI0rN4eyhsZ9iFqQ { position:absolute;display:block;z-index:15005;height:6.75rem;width:25.4375rem;top:49.9375rem;left:24.78125rem;display:block; }
#HIAEhWlZnp0tFptUEuDBMZLE5A8KLszU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#HIAEhWlZnp0tFptUEuDBMZLE5A8KLszU > .row .container { background-color: transparent; background-image: none; }#HIAEhWlZnp0tFptUEuDBMZLE5A8KLszU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIAEhWlZnp0tFptUEuDBMZLE5A8KLszU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIAEhWlZnp0tFptUEuDBMZLE5A8KLszU > .row .container > .video-iframe-container { display: none; }#HIAEhWlZnp0tFptUEuDBMZLE5A8KLszU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIAEhWlZnp0tFptUEuDBMZLE5A8KLszU > .row > .video-iframe-container { display: none; }#HIAEhWlZnp0tFptUEuDBMZLE5A8KLszU > .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); }#HIAEhWlZnp0tFptUEuDBMZLE5A8KLszU > .row .container { border-width: 0; border-radius: 0; }#HIAEhWlZnp0tFptUEuDBMZLE5A8KLszU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HIAEhWlZnp0tFptUEuDBMZLE5A8KLszU > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:block; }#B0TD5ED6xa1mZfbrQio2hSDZO9Hxl2Vb { color:rgba(var(--color-tertiary-4),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.75rem;left:11.25rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#oL08f1giqckaOWGJo4TNM3wpDTg4G9L6 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.1875rem;left:18.46875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#xqylUOOBC1aETdVDeF7bwxl5QGFmu2Cg { position:absolute;display:block;z-index:15003;height:20.6875rem;width:75rem;top:17.125rem;left:0rem;display:block; }
#Uhx6sADcNt45ITyiIPFXkyaoq6TqFce0 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:19.3125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#OlQCib8iGTqa3vTTCMAeM7JT5NGTO4CC { box-sizing:content-box;height:2.375rem;width:8.4375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-size:auto !important;top:2.625rem;left:33.28125rem;border-top-right-radius:7rem;border-bottom-right-radius:7rem;border-bottom-left-radius:7rem;border-top-left-radius:7rem;display:block; }
#T3G6MxgdGUCaPln8p8iDnAgmtASXkK4V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#T3G6MxgdGUCaPln8p8iDnAgmtASXkK4V > .row .container { background-color: transparent; background-image: none; }#T3G6MxgdGUCaPln8p8iDnAgmtASXkK4V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3G6MxgdGUCaPln8p8iDnAgmtASXkK4V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3G6MxgdGUCaPln8p8iDnAgmtASXkK4V > .row .container > .video-iframe-container { display: none; }#T3G6MxgdGUCaPln8p8iDnAgmtASXkK4V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3G6MxgdGUCaPln8p8iDnAgmtASXkK4V > .row > .video-iframe-container { display: none; }#T3G6MxgdGUCaPln8p8iDnAgmtASXkK4V > .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); }#T3G6MxgdGUCaPln8p8iDnAgmtASXkK4V > .row .container { border-width: 0; border-radius: 0; }#T3G6MxgdGUCaPln8p8iDnAgmtASXkK4V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T3G6MxgdGUCaPln8p8iDnAgmtASXkK4V > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:block; }#BiWOdEGiTABqWpMNLa4U0u3ZxPtRQVqU { position:absolute;display:block;z-index:15003;height:29.375rem;width:75rem;top:8.125rem;left:0rem;display:block; }
#lGQ1ckfXOxzPTcHBUTiaaxKUSTs4EZ0F { color:rgba(var(--color-tertiary-0),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:19.3125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#BkoAzr2CXfEMPw0XqAzbCc4ikLe3Gn3g { box-sizing:content-box;height:2.375rem;width:10.25rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-size:auto !important;top:2.625rem;left:32.1875rem;border-top-right-radius:7rem;border-bottom-right-radius:7rem;border-bottom-left-radius:7rem;border-top-left-radius:7rem;display:block; }
#hmJHzizdMzu67QLJJDfxVz9OrUrTPVLf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#hmJHzizdMzu67QLJJDfxVz9OrUrTPVLf > .row .container { background-color: transparent; background-image: none; }#hmJHzizdMzu67QLJJDfxVz9OrUrTPVLf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmJHzizdMzu67QLJJDfxVz9OrUrTPVLf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmJHzizdMzu67QLJJDfxVz9OrUrTPVLf > .row .container > .video-iframe-container { display: none; }#hmJHzizdMzu67QLJJDfxVz9OrUrTPVLf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hmJHzizdMzu67QLJJDfxVz9OrUrTPVLf > .row > .video-iframe-container { display: none; }#hmJHzizdMzu67QLJJDfxVz9OrUrTPVLf > .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); }#hmJHzizdMzu67QLJJDfxVz9OrUrTPVLf > .row .container { border-width: 0; border-radius: 0; }#hmJHzizdMzu67QLJJDfxVz9OrUrTPVLf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hmJHzizdMzu67QLJJDfxVz9OrUrTPVLf > .row .container { font-size:0.875rem;font-family:arial;height:81.25rem;width:75rem;position:relative;display:block; }#zeP2bZ8a3lOEsle7c8Es3PQD8ZDKFmi4 { color:rgba(var(--color-tertiary-4),1);display:block;width:60.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.0625rem;left:7.46875rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#TtwO0yUTTe4w2JLEPSperEnX22S2RXPN { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.25rem;left:11.96875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#lOc2dasEnntGfT492HotXAVodpnMoSkl { position:absolute;display:block;z-index:15003;height:36.375rem;width:75rem;top:19rem;left:-0.0625rem;display:block; }
#wNHWOF4m9zrdFbmSliwnFrvoUaiIvdH5 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:19.3125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#cCkvWdgVgJhi09I8TvGqIBhTIWFQeLBe { box-sizing:content-box;height:2.375rem;width:8.4375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-size:auto !important;top:2.625rem;left:33.28125rem;border-top-right-radius:7rem;border-bottom-right-radius:7rem;border-bottom-left-radius:7rem;border-top-left-radius:7rem;display:block; }
#T8yCin0El5KSKhJ0aXpbv9TFqJ76TXvq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#T8yCin0El5KSKhJ0aXpbv9TFqJ76TXvq > .row .container { background-color: transparent; background-image: none; }#T8yCin0El5KSKhJ0aXpbv9TFqJ76TXvq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8yCin0El5KSKhJ0aXpbv9TFqJ76TXvq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8yCin0El5KSKhJ0aXpbv9TFqJ76TXvq > .row .container > .video-iframe-container { display: none; }#T8yCin0El5KSKhJ0aXpbv9TFqJ76TXvq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8yCin0El5KSKhJ0aXpbv9TFqJ76TXvq > .row > .video-iframe-container { display: none; }#T8yCin0El5KSKhJ0aXpbv9TFqJ76TXvq > .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); }#T8yCin0El5KSKhJ0aXpbv9TFqJ76TXvq > .row .container { border-width: 0; border-radius: 0; }#T8yCin0El5KSKhJ0aXpbv9TFqJ76TXvq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T8yCin0El5KSKhJ0aXpbv9TFqJ76TXvq > .row .container { font-size:0.875rem;font-family:arial;height:53.5625rem;width:75rem;position:relative;display:block; }#U5kpplhLC9IQfkdKwriR4ABOkMzi5OkG { color:rgba(var(--color-tertiary-4),1);display:block;width:40.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.625rem;left:17.40625rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#HbHg7bNT6LOk7lZmZ1rhZ25RT4ZPxH4S { color:rgba(var(--color-tertiary-4),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:9.875rem;left:17.40625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#br4xUDXJAIHWCT9mqbu8knKaTXABSptO { position:absolute;display:block;z-index:15003;height:36.375rem;width:50rem;top:17.1875rem;left:12.5rem;display:block; }
#OoDrTiV8IkhKZ8bitivmNU6ETQ7GuoCk { color:rgba(var(--color-tertiary-0),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:19.3125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#EWhaNA5WOzhUJtchgOkqTbF4kS7wwzp3 { box-sizing:content-box;height:2.375rem;width:6.5rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#008000', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, #008000, rgba(var(--color-primary-4),1));background-size:auto !important;top:2.625rem;left:34.25rem;border-top-right-radius:7rem;border-bottom-right-radius:7rem;border-bottom-left-radius:7rem;border-top-left-radius:7rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HzVafWchTlOPZkfCRLbNVo3OKm6oIL1M { top:0rem;left:0rem;width:47.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #liWshoPI7b3WxZzcxW9KaTAtFqGVK4Ev { display:block; }#liWshoPI7b3WxZzcxW9KaTAtFqGVK4Ev > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dq2haoxVPADVNOCL4VcevuO6hxtuiZ1L { top:4rem;left:0rem;width:36.375rem;height:2.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfo1TTANUxBNvTTf0P6w5pCCdLxEoCN1 { top:19.875rem;left:0rem;width:35.9375rem;height:8.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN5hKmQhRO1hJi8bKrunMTlcZi2ioVXR { top:5.375rem;left:13.375rem;width:34.375rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #chzWNNWE10xtx1SF98oMFR9xtPTRUHf7 { top:32.4375rem;left:0rem;width:29.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9Kbu1S1hA1e0474oT29zcmdlW21VeRO { top:10.5rem;left:0rem;width:34.75rem;height:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgTJqSC7hrxEvtZf0NmDVg7C5P7Gl7Ig { top:7.375rem;left:0rem;width:36.375rem;height:2.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L40ybbFu8Hfg4vJaryrVsb6htlvumx6p { top:29.375rem;left:0rem;width:35.9375rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPnpSAoMAXEd2CDOMxkPcAMsG2pDMbSu { top:38.0625rem;left:0rem;width:34.1875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oxdl4x2vah3Dv35vFObv8FBlmkqP30Qr { display:block; }#Oxdl4x2vah3Dv35vFObv8FBlmkqP30Qr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmdH9fDn2zKUdK52TTy0nPB9m1LbCudA { top:5.5rem;left:5.6875rem;width:36.4375rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wikDLTB3zkOrPql3sG1GqQ5To6HUArUZ { top:9.75rem;left:2rem;width:43.75rem;height:6.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXIMMoT7ta7y8g99trpimq4sLUKHftxo { top:18.8125rem;left:0rem;width:47.75rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmKGfvyLR4lTESmuP60zO1dS3Jiw9fKU { top:46.875rem;left:12.625rem;width:22.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdwmCNWybScTFgdg1Qnvqixf9p4uhZEH { top:3rem;left:5.6875rem;width:36.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2kJMkoILTBKdbAVTQCITsTqHcoW0cbd { top:2.75rem;left:17.625rem;width:12.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaWXfknUwAcBcSQVWeGJmJWGXylue9Tq { display:block; }#BaWXfknUwAcBcSQVWeGJmJWGXylue9Tq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kff8M8XyALrEyySVzlTxJ0p92APrskGc { top:5.5rem;left:5.6875rem;width:36.4375rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQOpwnFt4M3uemoguwpZWMpGJpxVrDta { top:9.875rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6KFNFHPW7NHbgggGR0dUzm4yOTwuy1Z { top:17.625rem;left:0rem;width:47.75rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Odiz54TT9NZGhGmziS6FpQLCW3s3yZZ7 { top:3rem;left:5.6875rem;width:36.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFqw8MNHo8oOcawAHZGEzblnnm2P3FV9 { top:2.75rem;left:16.1875rem;width:15.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNl6mdoIeu84O1IueEQwfIblo0T7yI05 { display:block; }#SNl6mdoIeu84O1IueEQwfIblo0T7yI05 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOoCiMurkbLMGS5mM4A77BM32B0oEfd5 { top:8.6875rem;left:0rem;width:36.4375rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDeuxdfVxM3LtdwDlUzflBmppvg4rUTT { top:32.0625rem;left:0rem;width:29.8125rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILiVfkakgk32ezgJ4072WquXSkVAqDVk { top:5.8125rem;left:0rem;width:5.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlIOuO3VXpFGUEX1LpaMpSAQCczUPDGd { top:5.5rem;left:0rem;width:5.6875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJiEBZvkdZDnmKt7XuGAU1WeRPloFWfQ { top:13.125rem;left:0rem;width:40.9375rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw7hCrSbIEMmH8mR3NPScziApugxiCdQ { top:28.1875rem;left:0rem;width:43.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5hrtPcLXHiQkFgIoLOGcJf9MtDeXaof { top:9.75rem;left:19.25rem;width:28.5rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMLfEG9T7kDcvV4gG4hmzMtfAcb0DcEB { top:16.6875rem;left:0rem;width:31.5rem;height:9.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmalQpLWfqxkmSTN4AfmiLaCuovHgvCM { top:31.25rem;left:27.03125rem;width:6.6875rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyyibMmzfD3NSJthKrVeSaRyCSCklnGI { display:block; }#zyyibMmzfD3NSJthKrVeSaRyCSCklnGI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LuR1rUM0vl1ynLubzQNxmIGHZqDniwSo { top:5.75rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaizoV0hWX7KqNidC2fSWRzTdywgUTdU { top:10.1875rem;left:4.84375rem;width:38.0625rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DybvLH5VPMlXSOAOuokFiveZmCiH4kX2 { top:16rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZRnb8PRE78dzs9VyW4ubnTIT3Ebgw31 { top:3rem;left:5.6875rem;width:36.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwSBolBoTG2yq8qVbuC0HST71otebOLI { top:2.625rem;left:17.96875rem;width:11.8125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdzDARGZSV0yQHCCCplMSyLP28ek96Jp { display:block; }#WdzDARGZSV0yQHCCCplMSyLP28ek96Jp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwxhhUF9kVqqXN3TUfTpXRCJy2Z2t9Qe { top:5.625rem;left:3.78125rem;width:40.1875rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2WLuRThM1DyS2QOCWE4kMKID7uEDDC6 { top:9.875rem;left:3.78125rem;width:38.4375rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pla14timMbTRi8Asmi4XXhlo8apPof2i { top:17.1875rem;left:0rem;width:47.75rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoM9cSEOCTCb31sOA8vbOpLf7dRIo4Dv { top:3rem;left:5.6875rem;width:36.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU6zBbhgCQQGnwAqCUObHoKVMoQI6ELZ { top:2.625rem;left:19.75rem;width:8.25rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ915AodBZ9eXnSgVI0rN4eyhsZ9iFqQ { top:49.9375rem;left:11.15625rem;width:25.4375rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIAEhWlZnp0tFptUEuDBMZLE5A8KLszU { display:block; }#HIAEhWlZnp0tFptUEuDBMZLE5A8KLszU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0TD5ED6xa1mZfbrQio2hSDZO9Hxl2Vb { top:5.75rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL08f1giqckaOWGJo4TNM3wpDTg4G9L6 { top:10.1875rem;left:4.84375rem;width:38.0625rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqylUOOBC1aETdVDeF7bwxl5QGFmu2Cg { top:17.125rem;left:0rem;width:47.75rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhx6sADcNt45ITyiIPFXkyaoq6TqFce0 { top:3rem;left:5.6875rem;width:36.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlQCib8iGTqa3vTTCMAeM7JT5NGTO4CC { top:2.625rem;left:19.65625rem;width:8.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3G6MxgdGUCaPln8p8iDnAgmtASXkK4V { display:block; }#T3G6MxgdGUCaPln8p8iDnAgmtASXkK4V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BiWOdEGiTABqWpMNLa4U0u3ZxPtRQVqU { top:8.125rem;left:0rem;width:47.75rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGQ1ckfXOxzPTcHBUTiaaxKUSTs4EZ0F { top:3rem;left:5.6875rem;width:36.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkoAzr2CXfEMPw0XqAzbCc4ikLe3Gn3g { top:2.625rem;left:18.5625rem;width:10.25rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmJHzizdMzu67QLJJDfxVz9OrUrTPVLf { display:block; }#hmJHzizdMzu67QLJJDfxVz9OrUrTPVLf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zeP2bZ8a3lOEsle7c8Es3PQD8ZDKFmi4 { top:6.0625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtwO0yUTTe4w2JLEPSperEnX22S2RXPN { top:10.25rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOc2dasEnntGfT492HotXAVodpnMoSkl { top:19rem;left:0rem;width:47.75rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNHWOF4m9zrdFbmSliwnFrvoUaiIvdH5 { top:3rem;left:5.6875rem;width:36.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCkvWdgVgJhi09I8TvGqIBhTIWFQeLBe { top:2.625rem;left:19.65625rem;width:8.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8yCin0El5KSKhJ0aXpbv9TFqJ76TXvq { display:block; }#T8yCin0El5KSKhJ0aXpbv9TFqJ76TXvq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U5kpplhLC9IQfkdKwriR4ABOkMzi5OkG { top:5.625rem;left:3.78125rem;width:40.1875rem;height:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbHg7bNT6LOk7lZmZ1rhZ25RT4ZPxH4S { top:9.875rem;left:3.78125rem;width:38.4375rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #br4xUDXJAIHWCT9mqbu8knKaTXABSptO { top:17.1875rem;left:0rem;width:47.75rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoDrTiV8IkhKZ8bitivmNU6ETQ7GuoCk { top:3rem;left:5.6875rem;width:36.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWhaNA5WOzhUJtchgOkqTbF4kS7wwzp3 { top:2.625rem;left:20.625rem;width:6.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HzVafWchTlOPZkfCRLbNVo3OKm6oIL1M { width:20rem;height:4.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #liWshoPI7b3WxZzcxW9KaTAtFqGVK4Ev { display:block; }#liWshoPI7b3WxZzcxW9KaTAtFqGVK4Ev > .row .container { width:20rem;height:53.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dq2haoxVPADVNOCL4VcevuO6hxtuiZ1L { width:20rem;height:1.70605625rem;top:1.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfo1TTANUxBNvTTf0P6w5pCCdLxEoCN1 { width:20rem;height:8.125rem;top:10.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN5hKmQhRO1hJi8bKrunMTlcZi2ioVXR { width:20rem;height:20rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #chzWNNWE10xtx1SF98oMFR9xtPTRUHf7 { width:20rem;height:3.75rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9Kbu1S1hA1e0474oT29zcmdlW21VeRO { width:20rem;height:4.0625rem;top:5.484375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgTJqSC7hrxEvtZf0NmDVg7C5P7Gl7Ig { width:20rem;height:1.70605625rem;top:3.505859375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L40ybbFu8Hfg4vJaryrVsb6htlvumx6p { width:20rem;height:1.625rem;top:19.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPnpSAoMAXEd2CDOMxkPcAMsG2pDMbSu { width:15.1875rem;height:2.375rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oxdl4x2vah3Dv35vFObv8FBlmkqP30Qr { display:block; }#Oxdl4x2vah3Dv35vFObv8FBlmkqP30Qr > .row .container { width:20rem;height:108.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UmdH9fDn2zKUdK52TTy0nPB9m1LbCudA { width:20rem;height:2.2744125rem;top:5.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wikDLTB3zkOrPql3sG1GqQ5To6HUArUZ { width:20rem;height:9.75rem;top:8.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXIMMoT7ta7y8g99trpimq4sLUKHftxo { width:20rem;height:36.375rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmKGfvyLR4lTESmuP60zO1dS3Jiw9fKU { width:20rem;height:5.3125rem;top:101.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdwmCNWybScTFgdg1Qnvqixf9p4uhZEH { width:20rem;height:1.625rem;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2kJMkoILTBKdbAVTQCITsTqHcoW0cbd { width:12.5rem;height:2.375rem;top:2rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaWXfknUwAcBcSQVWeGJmJWGXylue9Tq { display:block; }#BaWXfknUwAcBcSQVWeGJmJWGXylue9Tq > .row .container { width:20rem;height:200rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kff8M8XyALrEyySVzlTxJ0p92APrskGc { width:20rem;height:2.2744125rem;top:5.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQOpwnFt4M3uemoguwpZWMpGJpxVrDta { width:20rem;height:9.75rem;top:8.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6KFNFHPW7NHbgggGR0dUzm4yOTwuy1Z { width:20rem;height:36.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Odiz54TT9NZGhGmziS6FpQLCW3s3yZZ7 { width:20rem;height:1.625rem;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFqw8MNHo8oOcawAHZGEzblnnm2P3FV9 { width:14.9375rem;height:2.375rem;top:2rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNl6mdoIeu84O1IueEQwfIblo0T7yI05 { display:block; }#SNl6mdoIeu84O1IueEQwfIblo0T7yI05 > .row .container { width:20rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOoCiMurkbLMGS5mM4A77BM32B0oEfd5 { width:20rem;height:2.2744125rem;top:5.5625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vDeuxdfVxM3LtdwDlUzflBmppvg4rUTT { width:20rem;height:6.25rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILiVfkakgk32ezgJ4072WquXSkVAqDVk { width:20rem;height:1.625rem;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlIOuO3VXpFGUEX1LpaMpSAQCczUPDGd { width:12.5rem;height:2.375rem;top:2rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJiEBZvkdZDnmKt7XuGAU1WeRPloFWfQ { width:20rem;height:3.25rem;top:7.8359375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cw7hCrSbIEMmH8mR3NPScziApugxiCdQ { width:20rem;height:1.625rem;top:26.13671875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5hrtPcLXHiQkFgIoLOGcJf9MtDeXaof { width:19.0625rem;height:18.125rem;top:35.125rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMLfEG9T7kDcvV4gG4hmzMtfAcb0DcEB { width:17.875rem;height:14.957rem;top:10.2734375rem;left:1.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GmalQpLWfqxkmSTN4AfmiLaCuovHgvCM { width:5.5rem;height:4.5rem;top:50.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyyibMmzfD3NSJthKrVeSaRyCSCklnGI { display:none; }#zyyibMmzfD3NSJthKrVeSaRyCSCklnGI > .row .container { width:20rem;height:102.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LuR1rUM0vl1ynLubzQNxmIGHZqDniwSo { width:20rem;height:4.548825rem;top:5.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaizoV0hWX7KqNidC2fSWRzTdywgUTdU { width:20rem;height:4.875rem;top:11.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DybvLH5VPMlXSOAOuokFiveZmCiH4kX2 { width:20rem;height:50rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZRnb8PRE78dzs9VyW4ubnTIT3Ebgw31 { width:20rem;height:1.625rem;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwSBolBoTG2yq8qVbuC0HST71otebOLI { width:12.5rem;height:2.375rem;top:2rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdzDARGZSV0yQHCCCplMSyLP28ek96Jp { display:block; }#WdzDARGZSV0yQHCCCplMSyLP28ek96Jp > .row .container { width:20rem;height:89.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwxhhUF9kVqqXN3TUfTpXRCJy2Z2t9Qe { width:15.6875rem;height:4.548825rem;top:5.5625rem;left:2.15625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2WLuRThM1DyS2QOCWE4kMKID7uEDDC6 { width:19rem;height:4.875rem;top:11.0625rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pla14timMbTRi8Asmi4XXhlo8apPof2i { width:20rem;height:62.5rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoM9cSEOCTCb31sOA8vbOpLf7dRIo4Dv { width:20rem;height:1.625rem;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU6zBbhgCQQGnwAqCUObHoKVMoQI6ELZ { width:12.5rem;height:2.375rem;top:2rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ915AodBZ9eXnSgVI0rN4eyhsZ9iFqQ { width:20rem;height:3.9375rem;top:82.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIAEhWlZnp0tFptUEuDBMZLE5A8KLszU { display:block; }#HIAEhWlZnp0tFptUEuDBMZLE5A8KLszU > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0TD5ED6xa1mZfbrQio2hSDZO9Hxl2Vb { width:20rem;height:2.2744125rem;top:5.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL08f1giqckaOWGJo4TNM3wpDTg4G9L6 { width:20rem;height:4.875rem;top:8.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqylUOOBC1aETdVDeF7bwxl5QGFmu2Cg { width:20rem;height:14.125rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhx6sADcNt45ITyiIPFXkyaoq6TqFce0 { width:20rem;height:1.625rem;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlQCib8iGTqa3vTTCMAeM7JT5NGTO4CC { width:12.5rem;height:2.375rem;top:2rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3G6MxgdGUCaPln8p8iDnAgmtASXkK4V { display:block; }#T3G6MxgdGUCaPln8p8iDnAgmtASXkK4V > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BiWOdEGiTABqWpMNLa4U0u3ZxPtRQVqU { width:20rem;height:36.375rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGQ1ckfXOxzPTcHBUTiaaxKUSTs4EZ0F { width:20rem;height:1.625rem;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkoAzr2CXfEMPw0XqAzbCc4ikLe3Gn3g { width:12.5rem;height:2.375rem;top:2rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmJHzizdMzu67QLJJDfxVz9OrUrTPVLf { display:block; }#hmJHzizdMzu67QLJJDfxVz9OrUrTPVLf > .row .container { width:20rem;height:143.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zeP2bZ8a3lOEsle7c8Es3PQD8ZDKFmi4 { width:20rem;height:4.548825rem;top:5.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtwO0yUTTe4w2JLEPSperEnX22S2RXPN { width:20rem;height:8.125rem;top:10.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOc2dasEnntGfT492HotXAVodpnMoSkl { width:20rem;height:36.375rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNHWOF4m9zrdFbmSliwnFrvoUaiIvdH5 { width:20rem;height:1.625rem;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCkvWdgVgJhi09I8TvGqIBhTIWFQeLBe { width:12.5rem;height:2.375rem;top:2rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8yCin0El5KSKhJ0aXpbv9TFqJ76TXvq { display:block; }#T8yCin0El5KSKhJ0aXpbv9TFqJ76TXvq > .row .container { width:20rem;height:53.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U5kpplhLC9IQfkdKwriR4ABOkMzi5OkG { width:20rem;height:2.2744125rem;top:5.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbHg7bNT6LOk7lZmZ1rhZ25RT4ZPxH4S { width:20rem;height:4.875rem;top:8.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #br4xUDXJAIHWCT9mqbu8knKaTXABSptO { width:20rem;height:36.375rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoDrTiV8IkhKZ8bitivmNU6ETQ7GuoCk { width:20rem;height:1.625rem;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWhaNA5WOzhUJtchgOkqTbF4kS7wwzp3 { width:12.5rem;height:2.375rem;top:2rem;left:3.75rem;display:block; }
 }