.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:226,237,219;--color-primary-1:177,192,165;--color-primary-2:112,166,76;--color-primary-3:76,144,31;--color-primary-4:55,77,27;--color-secondary-0:255,255,255;--color-secondary-1:245,245,245;--color-secondary-2:230,230,230;--color-secondary-3:227,227,227;--color-secondary-4:202,202,202;--color-tertiary-0:255,255,255;--color-tertiary-1:137,134,134;--color-tertiary-2:121,121,121;--color-tertiary-3:116,116,116;--color-tertiary-4:0,0,0;--headlines-font-family:"Sora";--paragraphs-font-family:"Sora"; }@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-secondary-1),1);background-image:none;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); }#Bk1y21NTsx68QHz5sT2XamXZlk9JTA1G { 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; }#Bk1y21NTsx68QHz5sT2XamXZlk9JTA1G > .row .container { background-color: transparent; background-image: none; }#Bk1y21NTsx68QHz5sT2XamXZlk9JTA1G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bk1y21NTsx68QHz5sT2XamXZlk9JTA1G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bk1y21NTsx68QHz5sT2XamXZlk9JTA1G > .row .container > .video-iframe-container { display: none; }#Bk1y21NTsx68QHz5sT2XamXZlk9JTA1G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bk1y21NTsx68QHz5sT2XamXZlk9JTA1G > .row > .video-iframe-container { display: none; }#Bk1y21NTsx68QHz5sT2XamXZlk9JTA1G > .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); }#Bk1y21NTsx68QHz5sT2XamXZlk9JTA1G > .row .container { border-width: 0; border-radius: 0; }#Bk1y21NTsx68QHz5sT2XamXZlk9JTA1G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bk1y21NTsx68QHz5sT2XamXZlk9JTA1G > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#LUVxwMICU3BB0B7toDS4p8npcVrLe5ai { position:absolute;display:block;z-index:15097;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:0.812175rem;width:13.811875rem;top:5.6244654655456rem;left:27.687174797058rem;overflow:hidden;display:block; }
#UtKuUSTvJxIF3CNiCFyvDMDCwNGSN3a9 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#797979;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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4929305rem;height:2.1180555rem;text-decoration:none;z-index:15098;text-align:center;text-align-last:center;top:2.2495660781861rem;left:60.373267173767rem;display:block; }
#nfefUlb8CwJCwrQDDQDO11aTMG8lnzfn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N78QPFcnDBdTeECpL5084UOiH7Xxs597 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15095;line-height:1.3;letter-spacing:0;top:1.687283039093rem;left:27.687392234802rem;height:1.0563125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V0trmeMSeBRwcCMZ7TIGlE55PQvogh1K { color:rgba(var(--color-tertiary-3),1);display:block;width:13.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:2.8125002384186rem;left:27.687392234802rem;height:1.5435125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aL6qzLzxooZFfDwuayFfplg8GHRW8oxs { color:#3e3e3e;display:block;width:16.1865rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:2.4061415195465rem;left:3.3116321563721rem;height:;text-align:left;text-align-last:left;display:block; }
#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc { background-color:rgba(0,0,0,0);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .row .container { background-color: transparent; background-image: none; }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .row .container > .video-iframe-container { display: none; }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .row > .video-iframe-container { display: none; }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .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); }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .row .container { border-width: 0; border-radius: 0; }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;overflow:visible;position:relative;display:block; }#n06lA8llGITbEnKEVfXwB4Z4gqpk2wJ4 { color:rgba(var(--color-tertiary-3),1);display:block;width:40.8121875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15094;line-height:1.3;letter-spacing:0;top:1.4373917579651rem;left:6.53103351593rem;height:0.97439375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fvuEBA2CPizQtlcZQafJGD1llx2Nuvta { position:absolute;display:block;z-index:15095;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:29rem;width:24.5625rem;top:4.9621315002441rem;left:3.0333118438721rem;overflow:hidden;display:block; }
#QnoXyLbl87b8n37J9X7SKF0npwwKPUDP { color:#3e3e3e;display:block;width:16.1870625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:4.2483730316162rem;left:33.717123985291rem;height:;text-align:left;text-align-last:left;display:block; }
#NyNu2pX13yTSylx0Ozdum5TldoCknHwd { color:rgba(var(--color-tertiary-2),1);display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15038;line-height:1.4;letter-spacing:0;top:8.2481555938719rem;left:33.905165672303rem;height:7.4354375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u0v7FEubeunmW5vLUzNsEh7mbHyQ71aN { background-color:#63c05e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),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.0625rem;font-weight:700;font-style:normal;line-height:1.9;overflow:hidden;position:absolute;width:31.9998125rem;height:3.937175rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24.123265266419rem;left:33.905165672303rem;display:block; }
#AeRMsgTOxwqw7UrSwhLLhJiycCkp61ue { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OHaeZnctnQANsflEUzXbTB7w6rqAx549 { background-color:transparent;background-image:none;border-top:0.125rem solid #63c05e;border-left:0.125rem solid #63c05e;border-right:0.125rem solid #63c05e;border-bottom:0.125rem solid #63c05e;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),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.0625rem;font-weight:700;font-style:normal;line-height:1.9;overflow:hidden;position:absolute;width:31.9998125rem;height:3.937175rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28.623589515686rem;left:33.905165672303rem;display:block; }
#TySDrekWZTsKTAppx19q6O2CHcU8txgR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eycsKL7D7K5zreHtc0QCuFdXdfzn9FId { color:rgba(var(--color-tertiary-2),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.4;letter-spacing:0;top:18.116862297058rem;left:34.249674797058rem;height:1.4870875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#deqLwhy4VZvIoZSSzRIweT93Pt75sSGw { color:rgba(var(--color-tertiary-2),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15040;line-height:1.4;letter-spacing:0;top:18.116320610046rem;left:42.061633110046rem;height:1.4870875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HKg7EX2SpxMo0JqBuSU4ovLlsy0NalEV { color:rgba(var(--color-tertiary-2),1);display:block;width:6.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15040;line-height:1.4;letter-spacing:0;top:20.902235984802rem;left:34.249674797058rem;height:1.4870875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OPQZJH247k8x4sRE13vSQEsEiWemsowG { box-sizing:content-box;height:0.0625rem;width:32.1875rem;position:absolute;display:block;z-index:15098;background-color:#dadada;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:20.220269203186rem;left:33.905165672303rem;display:block; }
#fIoHnx44LsT469VwkthNufU3BDssCOWp { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15041;line-height:1.4;letter-spacing:0;top:20.901694297791rem;left:42.061633110046rem;height:1.4870875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m09BdCApA5WH5scNzlqFRANvma6ycZH5 { position:absolute;display:block;z-index:15095;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:28.125rem;width:23.8125rem;top:4.8738069534302rem;left:4.4440593918975rem;overflow:hidden;display:none; }
#LvETLQtezsPNVRLwfSNRZbBcfvRTRJQF { position:absolute;display:block;z-index:15095;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:28.125rem;width:23.8125rem;top:4.8738069534302rem;left:4.4440593918975rem;overflow:hidden;display:none; }
#TwHxhrrr6aDHv1iy2ckPh4EylyPmyELM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#TwHxhrrr6aDHv1iy2ckPh4EylyPmyELM > .row .container { background-color: transparent; background-image: none; }#TwHxhrrr6aDHv1iy2ckPh4EylyPmyELM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwHxhrrr6aDHv1iy2ckPh4EylyPmyELM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwHxhrrr6aDHv1iy2ckPh4EylyPmyELM > .row .container > .video-iframe-container { display: none; }#TwHxhrrr6aDHv1iy2ckPh4EylyPmyELM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwHxhrrr6aDHv1iy2ckPh4EylyPmyELM > .row > .video-iframe-container { display: none; }#TwHxhrrr6aDHv1iy2ckPh4EylyPmyELM > .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); }#TwHxhrrr6aDHv1iy2ckPh4EylyPmyELM > .row .container { border-width: 0; border-radius: 0; }#TwHxhrrr6aDHv1iy2ckPh4EylyPmyELM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TwHxhrrr6aDHv1iy2ckPh4EylyPmyELM > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:75rem;position:relative;display:block; }#fXEmqndm6FDlBKp2pwvgIZE48xH1lUh9 { color:#3e3e3e;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5620662106667rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PxMaBEmnZ5GLnkpZ6vGXfi1QK8nCACzS { color:#666666;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:6.8747834099925rem;left:0rem;height:1.38075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gPSnDsfaW2IT8EP8tWZTQ0LwBWxAnyao { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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;height:12.5rem;width:14.3120625rem;top:25.186852931976rem;left:22.497832298279rem;display:block; }
#M4F56CHpSkbD9g0CIintPfgyptnf4v1x { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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;height:12.5rem;width:14.3120625rem;top:25.186852931976rem;left:7.49783039093rem;display:block; }
#qRTJytnT4lTgpThP593BTomUpxGZbdHk { color:#666666;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:31.536676287651rem;left:23.967448234558rem;height:4.87413125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iuBI8TR05TDF39g80dPIdT5QvvTNGTid { color:#666666;display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:31.286134719849rem;left:9.2799482345581rem;height:4.87413125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aGhTRTiZzRlZo1BDUxnD8VUOFtpTCNTD { color:#33b1ce;display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:27.124024391174rem;left:9.0923395156863rem;height:3.087025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VVvLkZpfnbxd7hPRF03mOhRqXLSBhqxu { color:#33b1ce;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:27.123480796814rem;left:23.964842796326rem;height:3.087025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gtUeVu9qdB8mOUJPI9tOvfClClXT65GV { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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;height:12.5rem;width:14.3125rem;top:11.937283409992rem;left:7.4999990463256rem;display:block; }
#QTUX92tyI8f2TFKkan8z71cWUG0IelmF { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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;height:12.5rem;width:14.3120625rem;top:11.937070369721rem;left:22.498373985291rem;display:block; }
#iSZlRbLfmynozJcVZaDaFP8HBnhly1uq { color:#666666;display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.937501192093rem;left:9.1246747970581rem;height:4.87413125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zqysyzAIsxNd8iVJAXlnePX7Vsfkh154 { color:#666666;display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:17.937500847736rem;left:24.062067985534rem;height:4.87413125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KG5oc0EOEFvIPQzhnX984B5DuKw8dVT5 { color:#33b1ce;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:13.872611999512rem;left:9.0907125473025rem;height:3.087025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HHB0DDT9JbHBzOqHnlPHwbLaTGmSdCsk { color:#33b1ce;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:13.873156070709rem;left:24.092341423034rem;height:3.087025rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GPXZyRJL4ww7WS3Oep10JgFpcQ8eJJNH { position:absolute;display:block;z-index:15020;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:34.5625rem;width:32.625rem;top:12.104278564453rem;left:38.525935173034rem;overflow:hidden;display:block; }
#g5haSaFVrJ2AioNeqqAhusyWWLaTdtFS { 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; }#g5haSaFVrJ2AioNeqqAhusyWWLaTdtFS > .row .container { background-color: transparent; background-image: none; }#g5haSaFVrJ2AioNeqqAhusyWWLaTdtFS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g5haSaFVrJ2AioNeqqAhusyWWLaTdtFS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g5haSaFVrJ2AioNeqqAhusyWWLaTdtFS > .row .container > .video-iframe-container { display: none; }#g5haSaFVrJ2AioNeqqAhusyWWLaTdtFS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g5haSaFVrJ2AioNeqqAhusyWWLaTdtFS > .row > .video-iframe-container { display: none; }#g5haSaFVrJ2AioNeqqAhusyWWLaTdtFS > .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); }#g5haSaFVrJ2AioNeqqAhusyWWLaTdtFS > .row .container { border-width: 0; border-radius: 0; }#g5haSaFVrJ2AioNeqqAhusyWWLaTdtFS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g5haSaFVrJ2AioNeqqAhusyWWLaTdtFS > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:block; }#ucuhMKR0TCepVXBEEuA3TlFC8KqRlCZE { color:#3e3e3e;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.4169921875rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BN3kszs4pqQBXTIMTnCSwNwp4hWTi8zC { color:#666666;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:6.6044921875rem;left:0rem;height:1.38075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S4qVHNTJ1Z0UZcr6MaW4XoUUUT7clioN { position:absolute;display:block;z-index:15003;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:11.5625rem;width:20.5625rem;top:12.726888656616rem;left:3.7162542343139rem;overflow:hidden;display:block; }
#Tl3q7GdattC1ZVicRTWdubSMKP5xPqmA { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:25.269640088081rem;left:4.6527776718139rem;height:4.38801875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QSD0GqTFg74zzaTmwmD5HTVDqsTfyQgK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:17.038843154908rem;left:12.65310382843rem; }
#F3r7XeAqg4uV6NMhukuAGyNxcXB1fPVw { background-color:#63c05e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),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.0625rem;font-weight:700;font-style:normal;line-height:1.9;overflow:hidden;position:absolute;width:31.9998125rem;height:3.937175rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.43620300293rem;left:20.558268547058rem;display:block; }
#nt8f4Fnw6bpB8EFf7F7FCoWo3n8IDUHC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ottmHvFycRJanfkzxQ1TglGTOgwWuh38 { 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; }#ottmHvFycRJanfkzxQ1TglGTOgwWuh38 > .row .container { background-color: transparent; background-image: none; }#ottmHvFycRJanfkzxQ1TglGTOgwWuh38::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ottmHvFycRJanfkzxQ1TglGTOgwWuh38 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ottmHvFycRJanfkzxQ1TglGTOgwWuh38 > .row .container > .video-iframe-container { display: none; }#ottmHvFycRJanfkzxQ1TglGTOgwWuh38 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ottmHvFycRJanfkzxQ1TglGTOgwWuh38 > .row > .video-iframe-container { display: none; }#ottmHvFycRJanfkzxQ1TglGTOgwWuh38 > .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); }#ottmHvFycRJanfkzxQ1TglGTOgwWuh38 > .row .container { border-width: 0; border-radius: 0; }#ottmHvFycRJanfkzxQ1TglGTOgwWuh38 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ottmHvFycRJanfkzxQ1TglGTOgwWuh38 > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#bRpecd3FLcUy5gmqBkC0tGJL3DNOHm8S { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b9b9b9;border-left:0.0625rem solid #b9b9b9;border-right:0.0625rem solid #b9b9b9;border-bottom:0.0625rem solid #b9b9b9;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:24.75rem;width:20.4375rem;top:2.1793613433838rem;left:2.4978294372559rem;display:block; }
#PSfbDXhzmwPuCJH6dmoHOiDUPd5UOaEn { color:#666666;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:8.1244583129881rem;left:4.7195100784302rem;height:15.29296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xJoPCpQ0pUTZqMdd3ioStagUWxKTfOsC { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.4724397659302rem;left:4.7195100784302rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PuNuPZVwsLEFz9QBUftuDZxlIR7iL3ar { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b9b9b9;border-left:0.0625rem solid #b9b9b9;border-right:0.0625rem solid #b9b9b9;border-bottom:0.0625rem solid #b9b9b9;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:38rem;width:48rem;top:2.1788196563721rem;left:25.187174797058rem;display:block; }
#b50pXSTtioAZN5IXslOE3Z4K8K3JyTES { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1871875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.5346136093139rem;left:27.186957359314rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lBcUruVuzezTfTfKWoE2W2fJXU2OzlEz { color:#666666;display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:7.537977695465rem;left:56.624350547791rem;height:8.997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FD7T6VVq6WgSHkK1HShKJtJaNcTJqzTZ { color:#666666;display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:8.1244578361512rem;left:27.186957359314rem;height:19.68590625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r29nGFpnxAH67TlglTLL7eDwc3yL3QGR { color:#666666;display:block;width:43.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:31.001520395279rem;left:27.284071922302rem;height:5.9982625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ov5R2QlDmWphN7CWTfTaaohAQM65dvTF { 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; }#ov5R2QlDmWphN7CWTfTaaohAQM65dvTF > .row .container { background-color: transparent; background-image: none; }#ov5R2QlDmWphN7CWTfTaaohAQM65dvTF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ov5R2QlDmWphN7CWTfTaaohAQM65dvTF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ov5R2QlDmWphN7CWTfTaaohAQM65dvTF > .row .container > .video-iframe-container { display: none; }#ov5R2QlDmWphN7CWTfTaaohAQM65dvTF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ov5R2QlDmWphN7CWTfTaaohAQM65dvTF > .row > .video-iframe-container { display: none; }#ov5R2QlDmWphN7CWTfTaaohAQM65dvTF > .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); }#ov5R2QlDmWphN7CWTfTaaohAQM65dvTF > .row .container { border-width: 0; border-radius: 0; }#ov5R2QlDmWphN7CWTfTaaohAQM65dvTF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ov5R2QlDmWphN7CWTfTaaohAQM65dvTF > .row .container { font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;position:relative;display:block; }#vB3eQLCUIP7ILKCQTLs0MGpsX7UB6b4a { color:#515151;display:block;width:65rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15092;line-height:1.2;letter-spacing:0;top:1.1328125rem;left:4.9994573593139rem;height:3.37456875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tFG8clBoyzvPTfSJrM00TvHVU8tUJByy { position:absolute;display:block;z-index:15093;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:10.9375rem;width:9.25rem;top:8.7493495941163rem;left:4.9994573593139rem;overflow:hidden;display:block; }
#cJveRvb0Isfam1TSm4uxi9vd5aA7Ssqt { position:absolute;display:block;z-index:15094;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:10.9375rem;width:9.25rem;top:8.7489166259762rem;left:18.624348640442rem;overflow:hidden;display:block; }
#FG8mZNTopacspaPz231iC9W0LAP71OKt { position:absolute;display:block;z-index:15095;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:11.0623125rem;width:11.0623125rem;top:8.7173395156863rem;left:31.968317985534rem;overflow:hidden;display:block; }
#SBUGrIcGvRenbRTcqOyIPLTN2T7uQys9 { position:absolute;display:block;z-index:15096;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:10.9375rem;width:9.25rem;top:8.7173404693606rem;left:45.967883110046rem;overflow:hidden;display:block; }
#iJs2MezbXFkfzMe0ZTuCch1qQ6PaT0Nr { position:absolute;display:block;z-index:15097;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:12.4370625rem;width:12.4370625rem;top:7.3463544845581rem;left:59.279517173767rem;overflow:hidden;display:block; }
#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE { 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; }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .row .container { background-color: transparent; background-image: none; }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .row .container > .video-iframe-container { display: none; }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .row > .video-iframe-container { display: none; }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .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); }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .row .container { border-width: 0; border-radius: 0; }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#lNpQAxOB8gdrSevpiIUaGEcoHqvku9An { color:rgba(var(--color-tertiary-2),1);display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:9.7498931884762rem;left:19.749892234802rem;height:1.13715rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VmLgleTsTAfZhRF8CCKn6bRhLcfxUAnz { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;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:0.0625rem;width:61.875rem;top:8.2497863769531rem;left:4.9999990463257rem;display:block; }
#Uy8NLF5k3bDwJ2yri9An8TuNcOeo34tp { color:rgba(var(--color-tertiary-3),1);display:block;width:13.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15097;line-height:1.3;letter-spacing:0;top:2.8125rem;left:29.75rem;height:1.0563125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W2aFn9VP36bTVLSGHaSMgru9GliMnt8X { color:rgba(var(--color-tertiary-3),1);display:block;width:13.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:3.9375rem;left:29.75rem;height:1.5435125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Bk1y21NTsx68QHz5sT2XamXZlk9JTA1G { display:block; }#Bk1y21NTsx68QHz5sT2XamXZlk9JTA1G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LUVxwMICU3BB0B7toDS4p8npcVrLe5ai { top:5.5625rem;left:14.062174797058rem;width:13.75rem;height:0.80853658536585rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtKuUSTvJxIF3CNiCFyvDMDCwNGSN3a9 { width:12.4375rem;height:2.0625rem;top:2.1875rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfefUlb8CwJCwrQDDQDO11aTMG8lnzfn { display:block; }
 }@media only screen and (max-width: 763px) { #N78QPFcnDBdTeECpL5084UOiH7Xxs597 { width:13.625rem;height:1rem;top:1.625rem;left:14.062392234803rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0trmeMSeBRwcCMZ7TIGlE55PQvogh1K { width:13.625rem;height:1.5rem;top:2.8125rem;left:14.062392234803rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL6qzLzxooZFfDwuayFfplg8GHRW8oxs { top:2.375rem;left:0rem;width:16.125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #feX4cGyB0ofCNThbkEvWEM9t1hezrZyc { display:block; }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n06lA8llGITbEnKEVfXwB4Z4gqpk2wJ4 { width:40.75rem;height:0.9375rem;top:1.375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvuEBA2CPizQtlcZQafJGD1llx2Nuvta { top:4.9375rem;left:0rem;width:24.5625rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnoXyLbl87b8n37J9X7SKF0npwwKPUDP { top:4.1875rem;left:20.091906547546rem;width:16.125rem;height:;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyNu2pX13yTSylx0Ozdum5TldoCknHwd { width:31.125rem;height:7.375rem;top:8.1875rem;left:16.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0v7FEubeunmW5vLUzNsEh7mbHyQ71aN { width:31.9375rem;height:3.875rem;top:24.0625rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeRMsgTOxwqw7UrSwhLLhJiycCkp61ue { display:block; }
 }@media only screen and (max-width: 763px) { #OHaeZnctnQANsflEUzXbTB7w6rqAx549 { width:31.9375rem;height:3.875rem;top:28.5625rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TySDrekWZTsKTAppx19q6O2CHcU8txgR { display:block; }
 }@media only screen and (max-width: 763px) { #eycsKL7D7K5zreHtc0QCuFdXdfzn9FId { width:7rem;height:1.5rem;top:18.0625rem;left:20.624674797058rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #deqLwhy4VZvIoZSSzRIweT93Pt75sSGw { width:9.0625rem;height:1.4375rem;top:18.0625rem;left:28.436633110046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKg7EX2SpxMo0JqBuSU4ovLlsy0NalEV { width:6.9375rem;height:1.4375rem;top:20.875rem;left:20.624674797058rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPQZJH247k8x4sRE13vSQEsEiWemsowG { top:20.1875rem;left:15.5625rem;width:32.1875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIoHnx44LsT469VwkthNufU3BDssCOWp { width:20.5rem;height:1.4375rem;top:20.875rem;left:27.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m09BdCApA5WH5scNzlqFRANvma6ycZH5 { top:4.8125rem;left:0rem;width:23.875rem;height:28.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LvETLQtezsPNVRLwfSNRZbBcfvRTRJQF { top:4.8125rem;left:0rem;width:23.875rem;height:28.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwHxhrrr6aDHv1iy2ckPh4EylyPmyELM { display:block; }#TwHxhrrr6aDHv1iy2ckPh4EylyPmyELM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXEmqndm6FDlBKp2pwvgIZE48xH1lUh9 { width:47.75rem;height:4.0625rem;top:2.5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxMaBEmnZ5GLnkpZ6vGXfi1QK8nCACzS { width:47.75rem;height:1.375rem;top:6.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPSnDsfaW2IT8EP8tWZTQ0LwBWxAnyao { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4F56CHpSkbD9g0CIintPfgyptnf4v1x { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRTJytnT4lTgpThP593BTomUpxGZbdHk { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuBI8TR05TDF39g80dPIdT5QvvTNGTid { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGhTRTiZzRlZo1BDUxnD8VUOFtpTCNTD { top:27.0625rem;left:0rem;width:11.4375rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVvLkZpfnbxd7hPRF03mOhRqXLSBhqxu { top:27.0625rem;left:10.339301109314rem;width:10.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtUeVu9qdB8mOUJPI9tOvfClClXT65GV { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTUX92tyI8f2TFKkan8z71cWUG0IelmF { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSZlRbLfmynozJcVZaDaFP8HBnhly1uq { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqysyzAIsxNd8iVJAXlnePX7Vsfkh154 { width:11.25rem;height:4.875rem;top:11.75rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG5oc0EOEFvIPQzhnX984B5DuKw8dVT5 { top:13.8125rem;left:0rem;width:11.375rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHB0DDT9JbHBzOqHnlPHwbLaTGmSdCsk { top:13.8125rem;left:10.467341423034rem;width:11.25rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPXZyRJL4ww7WS3Oep10JgFpcQ8eJJNH { top:12.0625rem;left:15.125rem;width:32.625rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5haSaFVrJ2AioNeqqAhusyWWLaTdtFS { display:block; }#g5haSaFVrJ2AioNeqqAhusyWWLaTdtFS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucuhMKR0TCepVXBEEuA3TlFC8KqRlCZE { width:47.75rem;height:4.0625rem;top:2.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN3kszs4pqQBXTIMTnCSwNwp4hWTi8zC { width:47.75rem;height:1.375rem;top:6.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4qVHNTJ1Z0UZcr6MaW4XoUUUT7clioN { top:12.6875rem;left:0rem;width:20.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl3q7GdattC1ZVicRTWdubSMKP5xPqmA { top:25.25rem;left:0rem;width:18.8125rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSD0GqTFg74zzaTmwmD5HTVDqsTfyQgK { top:17rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3r7XeAqg4uV6NMhukuAGyNxcXB1fPVw { width:31.9375rem;height:3.875rem;top:33.375rem;left:6.9332685470581rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt8f4Fnw6bpB8EFf7F7FCoWo3n8IDUHC { display:block; }
 }@media only screen and (max-width: 763px) { #ottmHvFycRJanfkzxQ1TglGTOgwWuh38 { display:block; }#ottmHvFycRJanfkzxQ1TglGTOgwWuh38 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRpecd3FLcUy5gmqBkC0tGJL3DNOHm8S { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSfbDXhzmwPuCJH6dmoHOiDUPd5UOaEn { width:16.625rem;height:15.25rem;top:8.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJoPCpQ0pUTZqMdd3ioStagUWxKTfOsC { top:4.4375rem;left:0rem;width:15.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuNuPZVwsLEFz9QBUftuDZxlIR7iL3ar { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b50pXSTtioAZN5IXslOE3Z4K8K3JyTES { top:4.5rem;left:13.561957359314rem;width:15.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBcUruVuzezTfTfKWoE2W2fJXU2OzlEz { width:13.6875rem;height:9rem;top:7.5rem;left:34.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD7T6VVq6WgSHkK1HShKJtJaNcTJqzTZ { width:43.25rem;height:19.625rem;top:8.0625rem;left:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r29nGFpnxAH67TlglTLL7eDwc3yL3QGR { width:43.8125rem;height:5.9375rem;top:31rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov5R2QlDmWphN7CWTfTaaohAQM65dvTF { display:block; }#ov5R2QlDmWphN7CWTfTaaohAQM65dvTF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vB3eQLCUIP7ILKCQTLs0MGpsX7UB6b4a { width:47.75rem;height:3.3125rem;top:1.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFG8clBoyzvPTfSJrM00TvHVU8tUJByy { top:8.6875rem;left:0rem;width:9.25rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJveRvb0Isfam1TSm4uxi9vd5aA7Ssqt { top:8.6875rem;left:4.9993486404419rem;width:9.25rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG8mZNTopacspaPz231iC9W0LAP71OKt { top:8.6875rem;left:18.343317985534rem;width:11rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBUGrIcGvRenbRTcqOyIPLTN2T7uQys9 { top:8.6875rem;left:32.342883110046rem;width:9.25rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJs2MezbXFkfzMe0ZTuCch1qQ6PaT0Nr { top:7.3125rem;left:35.375rem;width:12.375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfL09H2XZBrznlTXQwERnVaPk6tLOVyE { display:block; }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNpQAxOB8gdrSevpiIUaGEcoHqvku9An { top:9.6875rem;left:6.1248922348022rem;width:35.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmLgleTsTAfZhRF8CCKn6bRhLcfxUAnz { top:8.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy8NLF5k3bDwJ2yri9An8TuNcOeo34tp { width:13.625rem;height:1rem;top:2.8125rem;left:16.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2aFn9VP36bTVLSGHaSMgru9GliMnt8X { width:13.625rem;height:1.5rem;top:3.9375rem;left:16.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #Bk1y21NTsx68QHz5sT2XamXZlk9JTA1G { display:block; }#Bk1y21NTsx68QHz5sT2XamXZlk9JTA1G > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LUVxwMICU3BB0B7toDS4p8npcVrLe5ai { width:13.75rem;height:0.808375rem;top:5.3747825622559rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtKuUSTvJxIF3CNiCFyvDMDCwNGSN3a9 { width:12.4375rem;height:2.0625rem;top:1.1870660781861rem;left:3.7803821563721rem;display:none; }
 }@media only screen and (max-width: 763px) { #nfefUlb8CwJCwrQDDQDO11aTMG8lnzfn { display:block; }
 }@media only screen and (max-width: 763px) { #N78QPFcnDBdTeECpL5084UOiH7Xxs597 { width:13.6246875rem;height:1.0563125rem;top:2.4364128112793rem;left:3.1873917579651rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #V0trmeMSeBRwcCMZ7TIGlE55PQvogh1K { width:13.6246875rem;height:1.5435125rem;top:3.4368476867676rem;left:3.1873917579651rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aL6qzLzxooZFfDwuayFfplg8GHRW8oxs { width:16.1246875rem;height:1.62489375rem;top:11.245655499267rem;left:1.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #feX4cGyB0ofCNThbkEvWEM9t1hezrZyc { background-color:#f5f5f5;background-image:none;display:block; }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .row .container { background-color: transparent; background-image: none; }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .row .container > .video-iframe-container { display: none; }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .row > .video-iframe-container { display: none; }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .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); }#feX4cGyB0ofCNThbkEvWEM9t1hezrZyc > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n06lA8llGITbEnKEVfXwB4Z4gqpk2wJ4 { width:20rem;height:0.812175rem;top:0.89832878112794rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fvuEBA2CPizQtlcZQafJGD1llx2Nuvta { width:10.3125rem;height:12.1875rem;top:4.4731988906861rem;left:5.1242408752441rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QnoXyLbl87b8n37J9X7SKF0npwwKPUDP { width:18.6870625rem;height:2.843425rem;top:17.560657501221rem;left:0.375rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NyNu2pX13yTSylx0Ozdum5TldoCknHwd { width:19.1875rem;height:6.2988125rem;top:20.68142414093rem;left:0.37510859966278rem;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u0v7FEubeunmW5vLUzNsEh7mbHyQ71aN { width:19.875rem;height:3.75rem;top:35.948353767395rem;left:0rem;font-size:0.8125rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.24) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeRMsgTOxwqw7UrSwhLLhJiycCkp61ue { display:block; }
 }@media only screen and (max-width: 763px) { #OHaeZnctnQANsflEUzXbTB7w6rqAx549 { width:19.875rem;height:3.75rem;top:40.361870765686rem;left:0rem;font-size:0.8125rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.24) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TySDrekWZTsKTAppx19q6O2CHcU8txgR { display:block; }
 }@media only screen and (max-width: 763px) { #eycsKL7D7K5zreHtc0QCuFdXdfzn9FId { width:6.25rem;height:1.04980625rem;top:29.464520454407rem;left:0.21918404102326rem;font-size:0.875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #deqLwhy4VZvIoZSSzRIweT93Pt75sSGw { width:6.937375rem;height:1.04980625rem;top:29.463978767395rem;left:6.7187504768369rem;font-size:0.875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HKg7EX2SpxMo0JqBuSU4ovLlsy0NalEV { width:5.3125rem;height:1.04980625rem;top:32.249894142151rem;left:0.34396708011628rem;font-size:0.875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OPQZJH247k8x4sRE13vSQEsEiWemsowG { width:20rem;height:0.0625rem;top:31.567925453186rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIoHnx44LsT469VwkthNufU3BDssCOWp { width:12.9996875rem;height:2.0996125rem;top:32.24880695343rem;left:6.6243491172787rem;font-size:0.875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m09BdCApA5WH5scNzlqFRANvma6ycZH5 { width:7.5625rem;height:8.9375rem;top:6.2548832893369rem;left:11.283095359803rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LvETLQtezsPNVRLwfSNRZbBcfvRTRJQF { width:7.5625rem;height:8.9375rem;top:6.2548832893369rem;left:1.4995660781861rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TwHxhrrr6aDHv1iy2ckPh4EylyPmyELM { display:block; }#TwHxhrrr6aDHv1iy2ckPh4EylyPmyELM > .row .container { width:20rem;height:77rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXEmqndm6FDlBKp2pwvgIZE48xH1lUh9 { width:20rem;height:5.24956875rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PxMaBEmnZ5GLnkpZ6vGXfi1QK8nCACzS { width:20rem;height:2.43706875rem;top:6.9363059997556rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPSnDsfaW2IT8EP8tWZTQ0LwBWxAnyao { width:20rem;height:10.0625rem;top:43.874678611756rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4F56CHpSkbD9g0CIintPfgyptnf4v1x { width:20rem;height:10.0625rem;top:32.561415672303rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRTJytnT4lTgpThP593BTomUpxGZbdHk { width:15.4375rem;height:4.87413125rem;top:47.8119597435rem;left:2.5000002384186rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuBI8TR05TDF39g80dPIdT5QvvTNGTid { width:15.8125rem;height:3.6556rem;top:37.502496242523rem;left:2.3746745586395rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGhTRTiZzRlZo1BDUxnD8VUOFtpTCNTD { width:16.1875rem;height:2.92535rem;top:34.187066555023rem;left:2.3746745586395rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVvLkZpfnbxd7hPRF03mOhRqXLSBhqxu { width:15.4375rem;height:1.5435125rem;top:45.874242305756rem;left:2.3746745586395rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtUeVu9qdB8mOUJPI9tOvfClClXT65GV { width:20rem;height:10.0625rem;top:10.311958312988rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTUX92tyI8f2TFKkan8z71cWUG0IelmF { width:20rem;height:9.8125rem;top:21.624351024628rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSZlRbLfmynozJcVZaDaFP8HBnhly1uq { width:15.6875rem;height:3.6556rem;top:14.873588562012rem;left:2.3746745586395rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqysyzAIsxNd8iVJAXlnePX7Vsfkh154 { width:16.25rem;height:3.6556rem;top:26.311525344849rem;left:2.3741321563721rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG5oc0EOEFvIPQzhnX984B5DuKw8dVT5 { width:15.875rem;height:1.462675rem;top:12.748807907104rem;left:2.3746745586395rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHB0DDT9JbHBzOqHnlPHwbLaTGmSdCsk { width:16.4375rem;height:1.5435125rem;top:24.061416625976rem;left:2.3746745586395rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPXZyRJL4ww7WS3Oep10JgFpcQ8eJJNH { width:19.8125rem;height:21rem;top:55.998593807221rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5haSaFVrJ2AioNeqqAhusyWWLaTdtFS { display:block; }#g5haSaFVrJ2AioNeqqAhusyWWLaTdtFS > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucuhMKR0TCepVXBEEuA3TlFC8KqRlCZE { width:17.874875rem;height:5.24956875rem;top:1.25rem;left:0.87424063682556rem;text-align:center;text-align-last:center;font-size:2.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BN3kszs4pqQBXTIMTnCSwNwp4hWTi8zC { width:20rem;height:2.11263125rem;top:6.6742625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4qVHNTJ1Z0UZcr6MaW4XoUUUT7clioN { width:19.5625rem;height:11rem;top:10.98633125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl3q7GdattC1ZVicRTWdubSMKP5xPqmA { width:20rem;height:2.43706875rem;top:23.048502683639rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSD0GqTFg74zzaTmwmD5HTVDqsTfyQgK { display:flex;width:3.125rem;height:3.125rem;top:15.298285748291rem;left:8.9368495941163rem; }
 }@media only screen and (max-width: 763px) { #F3r7XeAqg4uV6NMhukuAGyNxcXB1fPVw { width:20rem;height:3.87478125rem;top:28.21017742157rem;left:0rem;font-size:0.8125rem;box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.24) ;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt8f4Fnw6bpB8EFf7F7FCoWo3n8IDUHC { display:block; }
 }@media only screen and (max-width: 763px) { #ottmHvFycRJanfkzxQ1TglGTOgwWuh38 { display:block; }#ottmHvFycRJanfkzxQ1TglGTOgwWuh38 > .row .container { width:20rem;height:81.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRpecd3FLcUy5gmqBkC0tGJL3DNOHm8S { width:19.875rem;height:21.5rem;top:1.25rem;left:0.062391519546509rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSfbDXhzmwPuCJH6dmoHOiDUPd5UOaEn { width:17.1875rem;height:14.340825rem;top:6.4442291259762rem;left:1.8451607227326rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #xJoPCpQ0pUTZqMdd3ioStagUWxKTfOsC { width:15.1871875rem;height:1.462675rem;top:3.0425348281861rem;left:1.7830953598023rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuNuPZVwsLEFz9QBUftuDZxlIR7iL3ar { width:19.875rem;height:55.25rem;top:24.437393188476rem;left:0.062391519546509rem;display:block; }
 }@media only screen and (max-width: 763px) { #b50pXSTtioAZN5IXslOE3Z4K8K3JyTES { width:15.1248125rem;height:1.462675rem;top:26.604820251465rem;left:1.8451607227326rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBcUruVuzezTfTfKWoE2W2fJXU2OzlEz { width:17.3746875rem;height:5.19965625rem;top:58.5625rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD7T6VVq6WgSHkK1HShKJtJaNcTJqzTZ { width:16.9375rem;height:26.16695625rem;top:30.428060531616rem;left:1.7513022422791rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r29nGFpnxAH67TlglTLL7eDwc3yL3QGR { width:17.6248125rem;height:11.69925rem;top:66.5rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov5R2QlDmWphN7CWTfTaaohAQM65dvTF { display:block; }#ov5R2QlDmWphN7CWTfTaaohAQM65dvTF > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vB3eQLCUIP7ILKCQTLs0MGpsX7UB6b4a { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tFG8clBoyzvPTfSJrM00TvHVU8tUJByy { width:7.125rem;height:8.4375rem;top:5.849609375rem;left:1.374783039093rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJveRvb0Isfam1TSm4uxi9vd5aA7Ssqt { width:7.125rem;height:8.4375rem;top:5.849609375rem;left:10.874024391174rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG8mZNTopacspaPz231iC9W0LAP71OKt { width:8.4375rem;height:8.4375rem;top:17.661677122116rem;left:0.74945759773256rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBUGrIcGvRenbRTcqOyIPLTN2T7uQys9 { width:7.125rem;height:8.4375rem;top:17.661684513092rem;left:10.374349594116rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJs2MezbXFkfzMe0ZTuCch1qQ6PaT0Nr { width:9.2496875rem;height:9.2496875rem;top:29.473199367523rem;left:0.34342455863952rem;display:none; }
 }@media only screen and (max-width: 763px) { #JfL09H2XZBrznlTXQwERnVaPk6tLOVyE { display:block; }#JfL09H2XZBrznlTXQwERnVaPk6tLOVyE > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNpQAxOB8gdrSevpiIUaGEcoHqvku9An { width:17.5rem;height:2.11263125rem;top:6.3741455078125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmLgleTsTAfZhRF8CCKn6bRhLcfxUAnz { width:20rem;height:0.0625rem;top:5.7991638183594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uy8NLF5k3bDwJ2yri9An8TuNcOeo34tp { width:13.6246875rem;height:1.0563125rem;top:2.1875rem;left:3.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #W2aFn9VP36bTVLSGHaSMgru9GliMnt8X { width:13.6246875rem;height:1.5435125rem;top:3.25rem;left:3.1875rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }