.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:254,251,249;--color-primary-1:253,242,236;--color-primary-2:251,229,216;--color-primary-3:126,115,108;--color-primary-4:38,34,32;--color-secondary-0:227,223,224;--color-secondary-1:163,148,152;--color-secondary-2:71,40,48;--color-secondary-3:36,20,24;--color-secondary-4:11,6,7;--color-tertiary-0:227,223,224;--color-tertiary-1:163,148,152;--color-tertiary-2:71,40,48;--color-tertiary-3:36,20,24;--color-tertiary-4:11,6,7;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;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); }#KgtTUEsuKrQ5TTJhHxWF5cANUlx5Lc7N { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/28a2c5ac-76e6-4362-944e-e5340df57527/medicodetiromediotratandocaspa.preview.mirror.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#KgtTUEsuKrQ5TTJhHxWF5cANUlx5Lc7N.adaptive-delivery-prevent-bg, #KgtTUEsuKrQ5TTJhHxWF5cANUlx5Lc7N.lazyload, #KgtTUEsuKrQ5TTJhHxWF5cANUlx5Lc7N.lazyloading { background-image: none; }#KgtTUEsuKrQ5TTJhHxWF5cANUlx5Lc7N > .row .container { border-width: 0; border-radius: 0; }#KgtTUEsuKrQ5TTJhHxWF5cANUlx5Lc7N::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KgtTUEsuKrQ5TTJhHxWF5cANUlx5Lc7N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KgtTUEsuKrQ5TTJhHxWF5cANUlx5Lc7N > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:60rem;position:relative;display:none; }#uDZiUWsZyfm8exzXGQnW2HppBAOIrFbc { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:7rem;top:0.8125rem;left:26.5rem;overflow:hidden;display:block; }
#IITQkRsOPbv41R2TF8udmI7W1gXtnNgh { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.25rem;width:5.6875rem;top:0.5rem;left:27.1875rem;display:block; }
#DZ8ud4UwTwF9ECqzCCTaMZHU3IHfTnVt { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;background-color:rgba(var(--color-primary-2),0.84);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#DZ8ud4UwTwF9ECqzCCTaMZHU3IHfTnVt > .row .container { background-color: transparent; background-image: none; }#DZ8ud4UwTwF9ECqzCCTaMZHU3IHfTnVt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZ8ud4UwTwF9ECqzCCTaMZHU3IHfTnVt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZ8ud4UwTwF9ECqzCCTaMZHU3IHfTnVt > .row .container > .video-iframe-container { display: none; }#DZ8ud4UwTwF9ECqzCCTaMZHU3IHfTnVt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZ8ud4UwTwF9ECqzCCTaMZHU3IHfTnVt > .row > .video-iframe-container { display: none; }#DZ8ud4UwTwF9ECqzCCTaMZHU3IHfTnVt > .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); }#DZ8ud4UwTwF9ECqzCCTaMZHU3IHfTnVt > .row .container { border-width: 0; border-radius: 0; }#DZ8ud4UwTwF9ECqzCCTaMZHU3IHfTnVt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DZ8ud4UwTwF9ECqzCCTaMZHU3IHfTnVt > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;position:relative;display:block; }#xaaDeTN60yBPklhegb2e2Nq09Vsrzsnp { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:7rem;top:0.8125rem;left:26.5rem;overflow:hidden;display:block; }
#UzmwT2Nxq0wy9OioDT0rqm5U6GpMk6XU { position:absolute;display:block;z-index:15010;background-color:rgba(255,255,255,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.25rem;width:5.6875rem;top:0.5rem;left:27.1875rem;display:block; }
#cZiUleiUB7aMe1kGdJh6Hm8egsX7haAV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6b3cb5af-6013-4942-b879-2f26fb8b4f6b/noroot.crop_1280x592_0,64");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cZiUleiUB7aMe1kGdJh6Hm8egsX7haAV.adaptive-delivery-prevent-bg, #cZiUleiUB7aMe1kGdJh6Hm8egsX7haAV.lazyload, #cZiUleiUB7aMe1kGdJh6Hm8egsX7haAV.lazyloading { background-image: none; }#cZiUleiUB7aMe1kGdJh6Hm8egsX7haAV > .row .container { background-color: transparent; background-image: none; }#cZiUleiUB7aMe1kGdJh6Hm8egsX7haAV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZiUleiUB7aMe1kGdJh6Hm8egsX7haAV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZiUleiUB7aMe1kGdJh6Hm8egsX7haAV > .row .container > .video-iframe-container { display: none; }#cZiUleiUB7aMe1kGdJh6Hm8egsX7haAV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZiUleiUB7aMe1kGdJh6Hm8egsX7haAV > .row > .video-iframe-container { display: none; }#cZiUleiUB7aMe1kGdJh6Hm8egsX7haAV > .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); }#cZiUleiUB7aMe1kGdJh6Hm8egsX7haAV > .row .container { border-width: 0; border-radius: 0; }#cZiUleiUB7aMe1kGdJh6Hm8egsX7haAV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cZiUleiUB7aMe1kGdJh6Hm8egsX7haAV > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:60rem;position:relative;display:block; }#EumFFqik5BOhutzXLbPT3JkoKVTTAow3 { color:#000000;display:block;width:27.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:12.6875rem;left:1.125rem;height:6.32425rem;display:block; }
#dsLIZa1JNM1X83Fxvr6I8Tvhwgom00CF { color:rgba(var(--color-tertiary-2),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:20.468750476837rem;left:1.125rem;height:13.125rem;font-style:normal;display:block; }
#QGRHhnhv6PqnnyL4Rl2ZIV7SgDJTUV5V { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.9875rem;height:3.05rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:36.125000476837rem;left:1.125rem;display:block; }
#o5ZTysXUl0TlQxbfqOwCU2f9fBCX7vZb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gf9bVn0TJ7ORHaBJTc7ckawvWTzk6rNX { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5rem;width:30.8125rem;top:11.312500476837rem;left:0rem;display:block; }
#HOSVCt32WWiEJO16HeR9rF3zo0FyNgfH { color:#ffffff;display:block;width:32.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:12.500000476837rem;left:1.125rem;height:6.32425rem;display:block; }
#f7B7EzqzTgxkcOPAeenwgauDZGOa6yRi { 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; }#f7B7EzqzTgxkcOPAeenwgauDZGOa6yRi > .row .container { background-color: transparent; background-image: none; }#f7B7EzqzTgxkcOPAeenwgauDZGOa6yRi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7B7EzqzTgxkcOPAeenwgauDZGOa6yRi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7B7EzqzTgxkcOPAeenwgauDZGOa6yRi > .row .container > .video-iframe-container { display: none; }#f7B7EzqzTgxkcOPAeenwgauDZGOa6yRi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7B7EzqzTgxkcOPAeenwgauDZGOa6yRi > .row > .video-iframe-container { display: none; }#f7B7EzqzTgxkcOPAeenwgauDZGOa6yRi > .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); }#f7B7EzqzTgxkcOPAeenwgauDZGOa6yRi > .row .container { border-width: 0; border-radius: 0; }#f7B7EzqzTgxkcOPAeenwgauDZGOa6yRi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f7B7EzqzTgxkcOPAeenwgauDZGOa6yRi > .row .container { font-size:0.875rem;font-family:arial;height:135.25rem;width:60rem;position:relative;display:block; }#Z4o4zHprGnKxTXwuuGqLGr2f1Bry79sl { color:rgba(var(--color-tertiary-2),1);display:block;width:36.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0rem;height:3.25rem;display:block; }
#Tl9bSdNdBhQ55B8ROxMfTDPH6RyDh9dt { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:27.4375rem;top:8.0972213745119rem;left:0rem;display:block; }
#scz5rXhprlSG4Ga9SE3Lod9whzDE3dKp { color:rgba(var(--color-tertiary-2),1);display:block;width:34.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:4.8125019073486rem;left:0rem;height:3.25rem;display:block; }
#GGPZVAqGBZDB7n9QqT4JOeasoTs6oMnk { position:absolute;display:block;z-index:15020;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.375rem;width:27.8125rem;top:14.9375rem;left:0.625rem;overflow:hidden;display:block; }
#i4oJEW8u0s4khAKNVog2AerUCXUt5nH2 { position:absolute;display:block;z-index:15021;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.375rem;width:27.8125rem;top:14.9375rem;left:30.75rem;overflow:hidden;display:block; }
#HLGqUVfIl156J6SRGzlnqHzFQJaFfs4y { color:rgba(var(--color-tertiary-2),1);display:block;width:49.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:125.6875rem;left:5.5rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KTUn7A7O0fTw7uPFuhrS0bNSWnCZiB4t { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.9125rem;height:2.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:129.5625rem;left:14.75rem;display:block; }
#qmWPlAlIHRXPaqV7MheKJ8IIaxWTLBw7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G1N15H3lqlz9c1kTwGsnOnCrNsaOfHOC { position:absolute;display:block;z-index:15021;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.25rem;width:27.75rem;top:51.5498046875rem;left:0.625rem;overflow:hidden;display:block; }
#QtlHCEEWAQM1HPN3kPtv3X9Vah08bKxN { position:absolute;display:block;z-index:15022;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.125rem;width:27.625rem;top:87.9873046875rem;left:15.75rem;overflow:hidden;display:block; }
#oVKSyATEm9D9MQbrZ4dORABLucyhQtKR { position:absolute;display:block;z-index:15023;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.375rem;width:27.8125rem;top:51.5498046875rem;left:30.75rem;overflow:hidden;display:block; }
#HME8uBaCTDdTEnIP9J7qWzIufqocvmaV { color:rgba(var(--color-tertiary-2),1);display:block;width:37.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:125.6875rem;left:11.0625rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v52Wy98q6bTy4uEiDP6BFTvWsKnhBIU0 { color:rgba(var(--color-tertiary-2),1);display:block;width:50.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:11rem;left:0.625rem;height:2.125rem;font-style:normal;display:block; }
#B2BavdUIS9U4SfT2GVkdgB7zI9B77CcT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B2BavdUIS9U4SfT2GVkdgB7zI9B77CcT > .row .container { background-color: transparent; background-image: none; }#B2BavdUIS9U4SfT2GVkdgB7zI9B77CcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2BavdUIS9U4SfT2GVkdgB7zI9B77CcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2BavdUIS9U4SfT2GVkdgB7zI9B77CcT > .row .container > .video-iframe-container { display: none; }#B2BavdUIS9U4SfT2GVkdgB7zI9B77CcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2BavdUIS9U4SfT2GVkdgB7zI9B77CcT > .row > .video-iframe-container { display: none; }#B2BavdUIS9U4SfT2GVkdgB7zI9B77CcT > .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); }#B2BavdUIS9U4SfT2GVkdgB7zI9B77CcT > .row .container { border-width: 0; border-radius: 0; }#B2BavdUIS9U4SfT2GVkdgB7zI9B77CcT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B2BavdUIS9U4SfT2GVkdgB7zI9B77CcT > .row .container { font-size:0.875rem;font-family:arial;height:56rem;width:60rem;position:relative;display:block; }#ZZ1lEqE1xaKtssTzwmIzvIC4ac8Aepic { color:rgba(var(--color-tertiary-2),1);display:block;width:36.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.4739589691162rem;left:0rem;height:3.25rem;display:block; }
#KkbdoAyuBKdAaPk5ouwmnFBHh2lq0Q1b { color:rgba(var(--color-tertiary-2),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:16.3125rem;left:4.6875rem;height:6.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cxr6Ga8EV7Jm0ch3m08aTo7DEWfFWXRU { color:rgba(var(--color-tertiary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4722232818604rem;left:0rem;height:3.25rem;display:block; }
#QDNMvT0ZhyXPFw4OrWf1ws0WFwTQ5qTd { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:38.75rem;top:7.5920143127444rem;left:0rem;display:block; }
#XR7w0fTT5WIwFs72QtyunpfG1I9awUSd { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:26.875rem;top:26.4375rem;left:1.9375rem;overflow:hidden;display:block; }
#Q2Qw5ayqgONQqr25WyqKQ4xJmTUWXKDX { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15.625rem;width:27.9375rem;top:26.375rem;left:30.1875rem;display:block; }
#RLbrKh7PMGhGySIouV3BfEdm9i42TGzK { color:rgba(var(--color-tertiary-2),1);display:block;width:49.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:44.8125rem;left:5.6875rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dmereH6J9EGd0TwZUtRm4bp16BnzokJo { color:rgba(var(--color-tertiary-2),1);display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:44.8125rem;left:7.75rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MJHfHIKdDEHJXGxDX7ZoygV6UvX7XrJV { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.7152775rem;height:3.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:48.6875rem;left:15.625rem;display:block; }
#IUrOIRV4lM1CvtdTdbgMfZFRNSUf1Ol6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kAr2EASC6me6TJQ4PTgw1RovkcDQxykN { color:rgba(var(--color-tertiary-2),1);display:block;width:50.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:11rem;left:1.9375rem;height:4.25rem;font-style:normal;display:block; }
#lyd9nqwy4rHATPq7JV1dnrLBZis6dP35 { 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; }#lyd9nqwy4rHATPq7JV1dnrLBZis6dP35 > .row .container { background-color: transparent; background-image: none; }#lyd9nqwy4rHATPq7JV1dnrLBZis6dP35::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyd9nqwy4rHATPq7JV1dnrLBZis6dP35 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyd9nqwy4rHATPq7JV1dnrLBZis6dP35 > .row .container > .video-iframe-container { display: none; }#lyd9nqwy4rHATPq7JV1dnrLBZis6dP35 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyd9nqwy4rHATPq7JV1dnrLBZis6dP35 > .row > .video-iframe-container { display: none; }#lyd9nqwy4rHATPq7JV1dnrLBZis6dP35 > .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); }#lyd9nqwy4rHATPq7JV1dnrLBZis6dP35 > .row .container { border-width: 0; border-radius: 0; }#lyd9nqwy4rHATPq7JV1dnrLBZis6dP35 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lyd9nqwy4rHATPq7JV1dnrLBZis6dP35 > .row .container { font-size:0.875rem;font-family:arial;height:50.5rem;width:60rem;position:relative;display:block; }#XaEDrlUwyTDiqppqWrAKTPCJvDgqqnoT { color:rgba(var(--color-tertiary-2),1);display:block;width:48.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:3.25rem;display:block; }
#nFrEZNOSHWxBZIOLDDGaZAfdaQS6qSik { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.375rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5);top:16.6875rem;left:2.125rem;height:7.475rem;font-style:normal;display:block; }
#r6ueLeS5xVnySRweLSuI4M0kUsVPD2Wo { color:rgba(var(--color-tertiary-2),1);display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:19.375rem;left:11.875rem;height:2.125rem;font-style:normal;display:block; }
#d4GQLMFgfdziuVC5dq6Ehkz3bJMBIhDO { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:45rem;top:7.050000190735rem;left:0rem;display:block; }
#QlCpmikHpLAsyWOqTAHCZ5qxmAhMAUUC { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.0625rem;width:53.1875rem;top:16.875rem;left:0.875rem;display:block; }
#Il9QyC7RXPFKt5JzC0Aa3C9ELBq34JCP { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.0625rem;width:53.1875rem;top:25.1875rem;left:3.375rem;display:block; }
#iB0xOLwAFRzRTLxb1znSSbrDGz89cTPL { color:rgba(var(--color-tertiary-2),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:27.6875rem;left:14.375rem;height:2.125rem;font-style:normal;display:block; }
#t66kehKFNLcJiOfspa6lyXDlf5oCHRKt { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.0625rem;width:53.1875rem;top:33.5rem;left:5.9375rem;display:block; }
#O2pavAQ1QguFH2mRBVorqT5aLL6skbfU { color:rgba(var(--color-tertiary-2),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:36rem;left:16.875rem;height:2.125rem;font-style:normal;display:block; }
#qIQh8Rr9PcvkkKzvBRLN0Sc2SHeoPldf { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.375rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5);top:25rem;left:4.625rem;height:7.475rem;font-style:normal;display:block; }
#ow9UeF3LdOf9KMF70MWhfERiWEfTtIA3 { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.375rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-2),0.5);top:33.3125rem;left:7.1875rem;height:7.475rem;font-style:normal;display:block; }
#g0I12OgSD9eyu2ymqM5NEcuOogUOm4ML { color:rgba(var(--color-tertiary-2),1);display:block;width:42.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:3.25rem;display:block; }
#I3M3duMZ27OdFrRWRM7SeBT0TaSJDA59 { color:rgba(var(--color-tertiary-2),1);display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:10.125rem;left:0.875rem;height:4.25rem;font-style:normal;display:block; }
#V3UWzZmIIOqzaWCwAQDsARIuCS9i3cST { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.625rem;height:3.2777775rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:43.937501907349rem;left:15.6875rem;display:block; }
#qTJb5IHdxi4bP0WtQCaTl4bTPCXUUVPb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CeI4xrHEP6KzrAfIQGb85MRKDdoWfPMQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CeI4xrHEP6KzrAfIQGb85MRKDdoWfPMQ > .row .container { background-color: transparent; background-image: none; }#CeI4xrHEP6KzrAfIQGb85MRKDdoWfPMQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CeI4xrHEP6KzrAfIQGb85MRKDdoWfPMQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CeI4xrHEP6KzrAfIQGb85MRKDdoWfPMQ > .row .container > .video-iframe-container { display: none; }#CeI4xrHEP6KzrAfIQGb85MRKDdoWfPMQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CeI4xrHEP6KzrAfIQGb85MRKDdoWfPMQ > .row > .video-iframe-container { display: none; }#CeI4xrHEP6KzrAfIQGb85MRKDdoWfPMQ > .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); }#CeI4xrHEP6KzrAfIQGb85MRKDdoWfPMQ > .row .container { border-width: 0; border-radius: 0; }#CeI4xrHEP6KzrAfIQGb85MRKDdoWfPMQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CeI4xrHEP6KzrAfIQGb85MRKDdoWfPMQ > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:60rem;position:relative;display:block; }#vOR0sIs6MTNg4VTCtVJcdMOsnBprBAQ0 { color:rgba(var(--color-tertiary-2),1);display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:3.25rem;display:block; }
#ixXQnnAGzBEwGNqVREd4En31TnCQr5ut { color:rgba(var(--color-tertiary-2),1);display:block;width:59.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:10.000011444092rem;left:0.625rem;height:6.796875rem;font-style:normal;display:block; }
#wB0e7SFIebDxWiAsNLsrHBgqMCdpNRdo { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:31.25rem;top:7.0486145019531rem;left:0rem;display:block; }
#ueV9BeGULuSu0sKbWFgTh5Qq8O4OdxuW { color:#ffffff;display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:3.25rem;display:block; }
#XAa4gXDvutNfKkiyA5NJ94fHv1aHcHe8 { color:rgba(var(--color-tertiary-2),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:18.336806297302rem;left:2.1796875rem;height:9.3613125rem;font-style:normal;display:block; }#XAa4gXDvutNfKkiyA5NJ94fHv1aHcHe8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XAa4gXDvutNfKkiyA5NJ94fHv1aHcHe8 li:before{  }
#ATC1OPdOtxseDBurw3F6kZwQEEdcooeG { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.6180275rem;height:2.9375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:35.000017166138rem;left:15.641494750976rem;display:block; }
#luvJELUkv67MTG8DtN08Lf35lF2Lgb6i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qzRucRL2OXbkXpe4kcRg3DQ8N4TLzstD { color:rgba(var(--color-tertiary-2),1);display:block;width:49.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:30.373264789581rem;left:5.46875rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AfoqKuCotxpekaZJAv8qALMDk4mSQtIR { color:rgba(var(--color-tertiary-2),1);display:block;width:49.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:30.373264789581rem;left:5.46875rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AisSn9teoZZSDTsTAOiBR4TcJLERJaeO { 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; }#AisSn9teoZZSDTsTAOiBR4TcJLERJaeO > .row .container { background-color: transparent; background-image: none; }#AisSn9teoZZSDTsTAOiBR4TcJLERJaeO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AisSn9teoZZSDTsTAOiBR4TcJLERJaeO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AisSn9teoZZSDTsTAOiBR4TcJLERJaeO > .row .container > .video-iframe-container { display: none; }#AisSn9teoZZSDTsTAOiBR4TcJLERJaeO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AisSn9teoZZSDTsTAOiBR4TcJLERJaeO > .row > .video-iframe-container { display: none; }#AisSn9teoZZSDTsTAOiBR4TcJLERJaeO > .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); }#AisSn9teoZZSDTsTAOiBR4TcJLERJaeO > .row .container { border-width: 0; border-radius: 0; }#AisSn9teoZZSDTsTAOiBR4TcJLERJaeO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AisSn9teoZZSDTsTAOiBR4TcJLERJaeO > .row .container { font-size:0.875rem;font-family:arial;height:58.375rem;width:60rem;position:relative;display:block; }#KpUGLDmFzyLEn2kxR0PADzV3F5g5fagn { color:rgba(var(--color-tertiary-2),1);display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:3.25rem;display:block; }
#fcN1W80htiVidalQbe6oci7t6c1y8ALw { color:#ffffff;display:block;width:21rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:3.25rem;display:block; }
#gF1aCrpKl8zW4MaJoOX42023Rm1cu4r4 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:23.125rem;top:6.125rem;left:0rem;display:block; }
#Buba6pcuOWuuX3PEN2WtIo8rutxZQhpi { color:rgba(var(--color-tertiary-2),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:9rem;left:0.9375rem;height:18.69140625rem;font-style:normal;display:block; }
#HUtg6Bu0zfw5AVXEUbApKZPeJenDt51Z { position:absolute;display:block;z-index:14992;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.9375rem;width:16.375rem;top:31.875rem;left:0.9375rem;display:block; }
#JpJxSvRJW7yfLgWfPU6T43M7Q2D9w94q { position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.9375rem;width:16.125rem;top:31.875rem;left:21.8125rem;display:block; }
#l5Q4hsbmpB4ZKBwK1qEAvOVJxKmFoS2W { position:absolute;display:block;z-index:14990;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.9375rem;width:16.125rem;top:31.875rem;left:42.625rem;display:block; }
#zQlIidaZNGS3sJWOZb3zN6ptTow9bI5u { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:33.625rem;left:7.5625rem;overflow:hidden;display:block; }
#EqBLSV9UTVO4CZW00WuPi4MciUbLq9ed { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:33.75rem;left:28.1875rem;overflow:hidden;display:block; }
#inBx1VUREFGQUWCqcfmx9mV6dBIgEmeU { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:33.5625rem;left:49rem;overflow:hidden;display:block; }
#dDc84J9qXyViT0HWHwk777ka0XI5KnhE { color:rgba(var(--color-tertiary-2),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:38.6875rem;left:2.75rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#cQeBCswdT5rOEv0eokN9BSMy2orL8kZr { color:rgba(var(--color-tertiary-2),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:38.6875rem;left:23.4375rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#XTEkLIknBdJFNRbTVEzk3i8HTQSHTscO { color:rgba(var(--color-tertiary-2),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:38.6875rem;left:44.375rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#Z9op1elFVtpOfkBoENdzd59ksBhHFPRT { color:rgba(var(--color-tertiary-2),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:41.125rem;left:2.25rem;height:11.8945rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u650A19s4xC2tUqXWTGeJdU1dDnaFewr { color:rgba(var(--color-tertiary-2),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:41.125rem;left:22.875rem;height:8.49609375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UZlRvnkUtdDBvpqsTKQkErnT2BWuq7Tb { color:rgba(var(--color-tertiary-2),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:41.125rem;left:43.875rem;height:10.1953125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nvZdB3WZKJuD4gkVXG67ur2z7JMrBWuk { position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.375rem;width:5.375rem;top:32.6875rem;left:6.5625rem;display:block; }
#B3fDVlwmkSQ55Sd2RHcPENEvpS2ApGhq { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.375rem;width:5.375rem;top:32.6875rem;left:27.125rem;display:block; }
#TRpAflWewgim5dFkMvc9mZhnvyCiC0xe { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.375rem;width:5.375rem;top:32.6875rem;left:48.125rem;display:block; }
#OhTX8AfLpsg4UvpyfT5xZ6TFqWStaHL0 { position:absolute;display:block;z-index:15020;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:23.1875rem;top:7.80859375rem;left:33.0625rem;overflow:hidden;display:block; }
#UAoWTDT5Lgh0pTpvSGnOklCEumJtA1El { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:24.625rem;display:none; }
#bH1JvThLS0xK3r852crbBOTByDfcVELk { position:absolute;display:block;z-index:15021;height:1.9375rem;width:3.875rem;top:28.218752417713rem;left:52.625rem;display:block; }
#st5UkGQBlyUdp8mLodzeHspBRJbx3v3e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#st5UkGQBlyUdp8mLodzeHspBRJbx3v3e > .row .container { background-color: transparent; background-image: none; }#st5UkGQBlyUdp8mLodzeHspBRJbx3v3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#st5UkGQBlyUdp8mLodzeHspBRJbx3v3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#st5UkGQBlyUdp8mLodzeHspBRJbx3v3e > .row .container > .video-iframe-container { display: none; }#st5UkGQBlyUdp8mLodzeHspBRJbx3v3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#st5UkGQBlyUdp8mLodzeHspBRJbx3v3e > .row > .video-iframe-container { display: none; }#st5UkGQBlyUdp8mLodzeHspBRJbx3v3e > .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); }#st5UkGQBlyUdp8mLodzeHspBRJbx3v3e > .row .container { border-width: 0; border-radius: 0; }#st5UkGQBlyUdp8mLodzeHspBRJbx3v3e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#st5UkGQBlyUdp8mLodzeHspBRJbx3v3e > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:60rem;position:relative;display:block; }#X4NecVe8nKXqBd0CTyXifS0LssU8cxz7 { color:rgba(var(--color-tertiary-2),1);display:block;width:46.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:3.25rem;display:block; }
#iRwCR4lqR1AnNAUBPbBmwckmA1UOmtCQ { color:rgba(var(--color-tertiary-2),1);display:block;width:59.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:10.000011444092rem;left:0.625rem;height:10.1953125rem;font-style:normal;display:block; }
#iN8kHBdQTv4g7REyakQxz0SCxUrMUCGr { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:50rem;top:7.0486145019531rem;left:0rem;display:block; }
#PRdThXoKpPtFxSFTuoS3eMUnzm0tiWe9 { color:#ffffff;display:block;width:49.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:3.25rem;display:block; }
#CPPWk4aKGVLUU323KFB7TOSgWoiMTrAX { color:rgba(var(--color-tertiary-2),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:21.460065841675rem;left:2.5625rem;height:5.825rem;font-style:normal;display:block; }#CPPWk4aKGVLUU323KFB7TOSgWoiMTrAX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CPPWk4aKGVLUU323KFB7TOSgWoiMTrAX li:before{  }
#N9CrCTIDEtIBXQvhA1r4HK0TPlwLA30H { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.7152775rem;height:2.9375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:40.3125rem;left:15.625rem;display:block; }
#weq6S7okCPLE0TiyhIFR8Dtxo9KxdOaB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v4nA0ygvoBhHFWT42skX08xk4wPdofeW { color:rgba(var(--color-tertiary-2),1);display:block;width:49.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:36.4375rem;left:5.5rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sFut9edbNrFI5WcXnvifqMK6tKgzDDAG { color:rgba(var(--color-tertiary-2),1);display:block;width:59.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:29.625rem;left:0.625rem;height:1.7rem;font-style:normal;display:block; }
#l7q5gLNFfnJAGHsrR5byoLXwX9CXJKLa { color:rgba(var(--color-tertiary-2),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:32.3125rem;left:2.25rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rxEfwT1VOoZ959SU5Pi8nWmml24bqNKd { color:rgba(var(--color-tertiary-2),1);display:block;width:49.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:36.437499523163rem;left:5.5rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cnuy5obe1fDDTvKKHfdxfFfiXkNeonoR { background-color:rgba(var(--color-primary-2),1);background-image:none;z-index:;border-top:0.125rem solid rgba(var(--color-secondary-2),1);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; }#Cnuy5obe1fDDTvKKHfdxfFfiXkNeonoR > .row .container { background-color: transparent; background-image: none; }#Cnuy5obe1fDDTvKKHfdxfFfiXkNeonoR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cnuy5obe1fDDTvKKHfdxfFfiXkNeonoR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cnuy5obe1fDDTvKKHfdxfFfiXkNeonoR > .row .container > .video-iframe-container { display: none; }#Cnuy5obe1fDDTvKKHfdxfFfiXkNeonoR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cnuy5obe1fDDTvKKHfdxfFfiXkNeonoR > .row > .video-iframe-container { display: none; }#Cnuy5obe1fDDTvKKHfdxfFfiXkNeonoR > .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); }#Cnuy5obe1fDDTvKKHfdxfFfiXkNeonoR > .row .container { border-width: 0; border-radius: 0; }#Cnuy5obe1fDDTvKKHfdxfFfiXkNeonoR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Cnuy5obe1fDDTvKKHfdxfFfiXkNeonoR > .row .container { font-size:0.875rem;font-family:arial;height:10.38888875rem;width:60rem;overflow:visible;position:relative;display:block; }#TnbbSnzbkdRP6T8pJW6At6TUO9TpN0Te { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:7rem;top:4.3125rem;left:26.5rem;overflow:hidden;display:block; }
#CMVPVkBDfsyqlSShFaLxb6I7Xv7z43qv { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:5.25rem;width:5.6875rem;top:4rem;left:27.1875rem;display:block; }
#z1yylUvq5dlWOKun0ghdeoPWIIFyKBNU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:5.5625rem;left:57.0625rem; }
#z1yylUvq5dlWOKun0ghdeoPWIIFyKBNU > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#W0BKuI3cWGTdxzxmsusEHbeV4X7e5JcG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.5rem;left:53.6875rem; }
#W0BKuI3cWGTdxzxmsusEHbeV4X7e5JcG > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#FDzFzvghWl81w5M3w1ydFfIQEM4ROOD6 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:5.75rem;left:50.75rem; }
#FDzFzvghWl81w5M3w1ydFfIQEM4ROOD6 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#PAUelRQtmmeK8AfTJLNAEPM8wHOcKMNp { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.125rem;width:2.125rem;top:5.4375rem;left:50.375rem;display:block; }
#zE4fmUIawwv5k6WfO3IBND9AHXMq26wx { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.125rem;width:2.125rem;top:2.0625rem;left:51.1875rem;display:none; }
#Ohsu3tXavHwPQvQh5I7MxnUzs5EG98Ck { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.125rem;width:2.125rem;top:2.0625rem;left:51.1875rem;display:none; }
#yyBZhsWqpvv05Rxz2zPEMXLQTblkudPC { color:rgba(var(--color-tertiary-2),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:17.587493896484rem;left:1.5625rem;height:13.6rem;font-style:normal;display:none; }
#WTMewti3JuSZ3T3Jt4LRzmOyFkE2KogK { color:rgba(var(--color-tertiary-2),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:17.587493896484rem;left:1.5625rem;height:13.6rem;font-style:normal;display:none; }
#GP4Mvg0ub8OB9vpaaoHuufRIe0Jsas3L { color:rgba(var(--color-tertiary-2),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.7;letter-spacing:0;top:17.587493896484rem;left:1.5625rem;height:13.6rem;font-style:normal;display:none; }
#pmsInncZKrHl2057QGuEVs76B6BBGyhW { background-color:rgba(255,255,255,0.93);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.444465rem;height:2.207465rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:5.4375rem;left:0rem;display:block; }
#xlSB1fe7Sh7N4LRPbVWl9pAf0OtN3b3P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MAgOTPvxH4vOz3PBKo1JRvEyITqy1DiJ { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#E7Vehdgi5atShiBa4UvM22f3Nx0rpvIK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rnnO0Pxy24NCZFURU947ZQmlvFe9WHZF { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#pQrLmZsBBTqfyo0DknL48iLalzENmBNK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t9tium13Zxeg2gAqhy3qHvTsHK13UTpZ { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#QLFpTTTX3sLx0WRh5L8C8RX3KPW4bTOM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W6qUOT0o7nPFuznAswUS85i6KOU1iKBw { color:rgba(var(--color-tertiary-2),1);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:1.3888893127441rem;left:0.75rem;height:2.761725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KgtTUEsuKrQ5TTJhHxWF5cANUlx5Lc7N { display:none; }#KgtTUEsuKrQ5TTJhHxWF5cANUlx5Lc7N > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uDZiUWsZyfm8exzXGQnW2HppBAOIrFbc { top:0.8125rem;left:20.375rem;width:7rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IITQkRsOPbv41R2TF8udmI7W1gXtnNgh { top:0.5rem;left:21.0625rem;width:5.6875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ8ud4UwTwF9ECqzCCTaMZHU3IHfTnVt { display:block; }#DZ8ud4UwTwF9ECqzCCTaMZHU3IHfTnVt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaaDeTN60yBPklhegb2e2Nq09Vsrzsnp { top:0.8125rem;left:20.375rem;width:7rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzmwT2Nxq0wy9OioDT0rqm5U6GpMk6XU { top:0.5rem;left:21.0625rem;width:5.6875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZiUleiUB7aMe1kGdJh6Hm8egsX7haAV { display:block; }#cZiUleiUB7aMe1kGdJh6Hm8egsX7haAV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EumFFqik5BOhutzXLbPT3JkoKVTTAow3 { top:12.6875rem;left:0rem;width:27.625rem;height:6.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsLIZa1JNM1X83Fxvr6I8Tvhwgom00CF { top:20.4375rem;left:0rem;width:27.8125rem;height:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGRHhnhv6PqnnyL4Rl2ZIV7SgDJTUV5V { width:28.9375rem;height:3rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5ZTysXUl0TlQxbfqOwCU2f9fBCX7vZb { display:block; }
 }@media only screen and (max-width: 763px) { #gf9bVn0TJ7ORHaBJTc7ckawvWTzk6rNX { top:11.3125rem;left:0rem;width:30.8125rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOSVCt32WWiEJO16HeR9rF3zo0FyNgfH { top:12.5rem;left:0rem;width:32.4375rem;height:6.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7B7EzqzTgxkcOPAeenwgauDZGOa6yRi { display:block; }#f7B7EzqzTgxkcOPAeenwgauDZGOa6yRi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z4o4zHprGnKxTXwuuGqLGr2f1Bry79sl { top:4.8125rem;left:0rem;width:36.625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl9bSdNdBhQ55B8ROxMfTDPH6RyDh9dt { top:8.0625rem;left:0rem;width:27.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #scz5rXhprlSG4Ga9SE3Lod9whzDE3dKp { top:4.8125rem;left:0rem;width:34.8125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGPZVAqGBZDB7n9QqT4JOeasoTs6oMnk { top:14.9375rem;left:0rem;width:27.8125rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4oJEW8u0s4khAKNVog2AerUCXUt5nH2 { top:14.9375rem;left:19.5625rem;width:27.8125rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLGqUVfIl156J6SRGzlnqHzFQJaFfs4y { top:125.6875rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTUn7A7O0fTw7uPFuhrS0bNSWnCZiB4t { width:28.875rem;height:2.9375rem;top:129.5625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmWPlAlIHRXPaqV7MheKJ8IIaxWTLBw7 { display:block; }
 }@media only screen and (max-width: 763px) { #G1N15H3lqlz9c1kTwGsnOnCrNsaOfHOC { top:51.5rem;left:0rem;width:27.75rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtlHCEEWAQM1HPN3kPtv3X9Vah08bKxN { top:87.9375rem;left:9.625rem;width:27.625rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVKSyATEm9D9MQbrZ4dORABLucyhQtKR { top:51.5rem;left:19.5625rem;width:27.8125rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HME8uBaCTDdTEnIP9J7qWzIufqocvmaV { top:125.6875rem;left:4.9375rem;width:37.875rem;height:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v52Wy98q6bTy4uEiDP6BFTvWsKnhBIU0 { top:11rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2BavdUIS9U4SfT2GVkdgB7zI9B77CcT { display:block; }#B2BavdUIS9U4SfT2GVkdgB7zI9B77CcT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZZ1lEqE1xaKtssTzwmIzvIC4ac8Aepic { top:4.4375rem;left:0rem;width:36.3125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkbdoAyuBKdAaPk5ouwmnFBHh2lq0Q1b { top:16.3125rem;left:0rem;width:47.75rem;height:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxr6Ga8EV7Jm0ch3m08aTo7DEWfFWXRU { top:4.4375rem;left:0rem;width:34.375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDNMvT0ZhyXPFw4OrWf1ws0WFwTQ5qTd { top:7.5625rem;left:0rem;width:38.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR7w0fTT5WIwFs72QtyunpfG1I9awUSd { top:26.4375rem;left:0rem;width:26.875rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2Qw5ayqgONQqr25WyqKQ4xJmTUWXKDX { top:26.375rem;left:19.8125rem;width:27.9375rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLbrKh7PMGhGySIouV3BfEdm9i42TGzK { top:44.8125rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmereH6J9EGd0TwZUtRm4bp16BnzokJo { top:44.8125rem;left:1.625rem;width:45rem;height:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJHfHIKdDEHJXGxDX7ZoygV6UvX7XrJV { width:28.6875rem;height:3.3125rem;top:48.6875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUrOIRV4lM1CvtdTdbgMfZFRNSUf1Ol6 { display:block; }
 }@media only screen and (max-width: 763px) { #kAr2EASC6me6TJQ4PTgw1RovkcDQxykN { top:11rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyd9nqwy4rHATPq7JV1dnrLBZis6dP35 { display:block; }#lyd9nqwy4rHATPq7JV1dnrLBZis6dP35 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XaEDrlUwyTDiqppqWrAKTPCJvDgqqnoT { top:3.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFrEZNOSHWxBZIOLDDGaZAfdaQS6qSik { top:16.6875rem;left:0rem;width:7.25rem;height:7.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6ueLeS5xVnySRweLSuI4M0kUsVPD2Wo { top:19.375rem;left:5.75rem;width:39.375rem;height:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4GQLMFgfdziuVC5dq6Ehkz3bJMBIhDO { top:7rem;left:0rem;width:45rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlCpmikHpLAsyWOqTAHCZ5qxmAhMAUUC { top:16.875rem;left:0rem;width:47.75rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il9QyC7RXPFKt5JzC0Aa3C9ELBq34JCP { top:25.1875rem;left:0rem;width:47.75rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB0xOLwAFRzRTLxb1znSSbrDGz89cTPL { top:27.6875rem;left:8rem;width:39.75rem;height:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t66kehKFNLcJiOfspa6lyXDlf5oCHRKt { top:33.5rem;left:0rem;width:47.75rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2pavAQ1QguFH2mRBVorqT5aLL6skbfU { top:36rem;left:8rem;width:39.75rem;height:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIQh8Rr9PcvkkKzvBRLN0Sc2SHeoPldf { top:25rem;left:0rem;width:7.25rem;height:7.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow9UeF3LdOf9KMF70MWhfERiWEfTtIA3 { top:33.3125rem;left:1.0625rem;width:7.25rem;height:7.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0I12OgSD9eyu2ymqM5NEcuOogUOm4ML { top:3.875rem;left:0rem;width:42.25rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3M3duMZ27OdFrRWRM7SeBT0TaSJDA59 { top:10.125rem;left:0rem;width:47.75rem;height:4.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3UWzZmIIOqzaWCwAQDsARIuCS9i3cST { width:28.625rem;height:3.25rem;top:43.9375rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTJb5IHdxi4bP0WtQCaTl4bTPCXUUVPb { display:block; }
 }@media only screen and (max-width: 763px) { #CeI4xrHEP6KzrAfIQGb85MRKDdoWfPMQ { display:block; }#CeI4xrHEP6KzrAfIQGb85MRKDdoWfPMQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOR0sIs6MTNg4VTCtVJcdMOsnBprBAQ0 { top:3.875rem;left:0rem;width:30.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixXQnnAGzBEwGNqVREd4En31TnCQr5ut { top:10rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB0e7SFIebDxWiAsNLsrHBgqMCdpNRdo { top:7rem;left:0rem;width:31.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueV9BeGULuSu0sKbWFgTh5Qq8O4OdxuW { top:3.6875rem;left:0rem;width:30.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAa4gXDvutNfKkiyA5NJ94fHv1aHcHe8 { top:18.3125rem;left:0rem;width:47.75rem;height:;font-size:1.1875rem;display:block; }#XAa4gXDvutNfKkiyA5NJ94fHv1aHcHe8 li:before{  }
 }@media only screen and (max-width: 763px) { #ATC1OPdOtxseDBurw3F6kZwQEEdcooeG { width:28.625rem;height:2.9375rem;top:35rem;left:9.5164947509762rem;display:block; }
 }@media only screen and (max-width: 763px) { #luvJELUkv67MTG8DtN08Lf35lF2Lgb6i { display:block; }
 }@media only screen and (max-width: 763px) { #qzRucRL2OXbkXpe4kcRg3DQ8N4TLzstD { top:30.3125rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfoqKuCotxpekaZJAv8qALMDk4mSQtIR { top:30.3125rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AisSn9teoZZSDTsTAOiBR4TcJLERJaeO { display:block; }#AisSn9teoZZSDTsTAOiBR4TcJLERJaeO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KpUGLDmFzyLEn2kxR0PADzV3F5g5fagn { top:3rem;left:0rem;width:20.3125rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcN1W80htiVidalQbe6oci7t6c1y8ALw { top:3rem;left:0rem;width:21rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF1aCrpKl8zW4MaJoOX42023Rm1cu4r4 { top:6.125rem;left:0rem;width:23.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Buba6pcuOWuuX3PEN2WtIo8rutxZQhpi { top:9rem;left:0rem;width:30rem;height:18.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUtg6Bu0zfw5AVXEUbApKZPeJenDt51Z { top:31.875rem;left:0rem;width:16.375rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpJxSvRJW7yfLgWfPU6T43M7Q2D9w94q { top:31.875rem;left:15.6875rem;width:16.125rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5Q4hsbmpB4ZKBwK1qEAvOVJxKmFoS2W { top:31.875rem;left:31.25rem;width:16.125rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQlIidaZNGS3sJWOZb3zN6ptTow9bI5u { top:33.625rem;left:1.4375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqBLSV9UTVO4CZW00WuPi4MciUbLq9ed { top:33.75rem;left:22.0625rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inBx1VUREFGQUWCqcfmx9mV6dBIgEmeU { top:33.5625rem;left:42.875rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDc84J9qXyViT0HWHwk777ka0XI5KnhE { top:38.6875rem;left:0rem;width:12.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQeBCswdT5rOEv0eokN9BSMy2orL8kZr { top:38.6875rem;left:17.3125rem;width:12.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTEkLIknBdJFNRbTVEzk3i8HTQSHTscO { top:38.6875rem;left:34.9375rem;width:12.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9op1elFVtpOfkBoENdzd59ksBhHFPRT { top:41.125rem;left:0rem;width:14.1875rem;height:11.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u650A19s4xC2tUqXWTGeJdU1dDnaFewr { top:41.125rem;left:16.75rem;width:14.1875rem;height:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZlRvnkUtdDBvpqsTKQkErnT2BWuq7Tb { top:41.125rem;left:33.875rem;width:13.875rem;height:10.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvZdB3WZKJuD4gkVXG67ur2z7JMrBWuk { top:32.6875rem;left:0.4375rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3fDVlwmkSQ55Sd2RHcPENEvpS2ApGhq { top:32.6875rem;left:21rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRpAflWewgim5dFkMvc9mZhnvyCiC0xe { top:32.6875rem;left:42rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhTX8AfLpsg4UvpyfT5xZ6TFqWStaHL0 { top:7.75rem;left:24.1875rem;width:23.1875rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAoWTDT5Lgh0pTpvSGnOklCEumJtA1El { width:24.625rem;height:20.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bH1JvThLS0xK3r852crbBOTByDfcVELk { top:28.1875rem;left:43.875rem;width:3.875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #st5UkGQBlyUdp8mLodzeHspBRJbx3v3e { display:block; }#st5UkGQBlyUdp8mLodzeHspBRJbx3v3e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4NecVe8nKXqBd0CTyXifS0LssU8cxz7 { top:3.875rem;left:0rem;width:46.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRwCR4lqR1AnNAUBPbBmwckmA1UOmtCQ { top:9.9375rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN8kHBdQTv4g7REyakQxz0SCxUrMUCGr { top:7rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRdThXoKpPtFxSFTuoS3eMUnzm0tiWe9 { top:3.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPPWk4aKGVLUU323KFB7TOSgWoiMTrAX { top:21.4375rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.1875rem;display:block; }#CPPWk4aKGVLUU323KFB7TOSgWoiMTrAX li:before{  }
 }@media only screen and (max-width: 763px) { #N9CrCTIDEtIBXQvhA1r4HK0TPlwLA30H { width:28.625rem;height:2.9375rem;top:40.3125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #weq6S7okCPLE0TiyhIFR8Dtxo9KxdOaB { display:block; }
 }@media only screen and (max-width: 763px) { #v4nA0ygvoBhHFWT42skX08xk4wPdofeW { top:36.4375rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFut9edbNrFI5WcXnvifqMK6tKgzDDAG { top:29.625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7q5gLNFfnJAGHsrR5byoLXwX9CXJKLa { top:32.3125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxEfwT1VOoZ959SU5Pi8nWmml24bqNKd { top:36.375rem;left:0rem;width:47.75rem;height:2.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cnuy5obe1fDDTvKKHfdxfFfiXkNeonoR { display:block; }#Cnuy5obe1fDDTvKKHfdxfFfiXkNeonoR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnbbSnzbkdRP6T8pJW6At6TUO9TpN0Te { top:4.3125rem;left:20.375rem;width:7rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMVPVkBDfsyqlSShFaLxb6I7Xv7z43qv { top:4rem;left:21.0625rem;width:5.6875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1yylUvq5dlWOKun0ghdeoPWIIFyKBNU { top:5.5625rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
#z1yylUvq5dlWOKun0ghdeoPWIIFyKBNU > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #W0BKuI3cWGTdxzxmsusEHbeV4X7e5JcG { top:5.5rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
#W0BKuI3cWGTdxzxmsusEHbeV4X7e5JcG > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #FDzFzvghWl81w5M3w1ydFfIQEM4ROOD6 { top:5.75rem;left:44.625rem;width:1.375rem;height:1.375rem;display:block; }
#FDzFzvghWl81w5M3w1ydFfIQEM4ROOD6 > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #PAUelRQtmmeK8AfTJLNAEPM8wHOcKMNp { top:5.4375rem;left:44.25rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE4fmUIawwv5k6WfO3IBND9AHXMq26wx { top:2.0625rem;left:45.0625rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ohsu3tXavHwPQvQh5I7MxnUzs5EG98Ck { top:2.0625rem;left:45.0625rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yyBZhsWqpvv05Rxz2zPEMXLQTblkudPC { top:24.8125rem;left:0rem;width:17.6875rem;height:1.5625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTMewti3JuSZ3T3Jt4LRzmOyFkE2KogK { top:8.0625rem;left:0rem;width:13.1875rem;height:1.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GP4Mvg0ub8OB9vpaaoHuufRIe0Jsas3L { top:14.875rem;left:0rem;width:13.1875rem;height:1.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pmsInncZKrHl2057QGuEVs76B6BBGyhW { width:16.4375rem;height:2.1875rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlSB1fe7Sh7N4LRPbVWl9pAf0OtN3b3P { display:block; }
 }@media only screen and (max-width: 763px) { #MAgOTPvxH4vOz3PBKo1JRvEyITqy1DiJ { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #E7Vehdgi5atShiBa4UvM22f3Nx0rpvIK { display:block; }
 }@media only screen and (max-width: 763px) { #rnnO0Pxy24NCZFURU947ZQmlvFe9WHZF { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #pQrLmZsBBTqfyo0DknL48iLalzENmBNK { display:block; }
 }@media only screen and (max-width: 763px) { #t9tium13Zxeg2gAqhy3qHvTsHK13UTpZ { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #QLFpTTTX3sLx0WRh5L8C8RX3KPW4bTOM { display:block; }
 }@media only screen and (max-width: 763px) { #W6qUOT0o7nPFuznAswUS85i6KOU1iKBw { top:1.375rem;left:0rem;width:40rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;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) { #KgtTUEsuKrQ5TTJhHxWF5cANUlx5Lc7N { background-color:rgba(251,229,216,0.8);background-image:none;position:relative;z-index:auto;border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KgtTUEsuKrQ5TTJhHxWF5cANUlx5Lc7N > .row .container { background-color: transparent; background-image: none; }#KgtTUEsuKrQ5TTJhHxWF5cANUlx5Lc7N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgtTUEsuKrQ5TTJhHxWF5cANUlx5Lc7N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgtTUEsuKrQ5TTJhHxWF5cANUlx5Lc7N > .row .container > .video-iframe-container { display: none; }#KgtTUEsuKrQ5TTJhHxWF5cANUlx5Lc7N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KgtTUEsuKrQ5TTJhHxWF5cANUlx5Lc7N > .row > .video-iframe-container { display: none; }#KgtTUEsuKrQ5TTJhHxWF5cANUlx5Lc7N > .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); }#KgtTUEsuKrQ5TTJhHxWF5cANUlx5Lc7N > .row .container { border-width: 0; border-radius: 0; }#KgtTUEsuKrQ5TTJhHxWF5cANUlx5Lc7N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KgtTUEsuKrQ5TTJhHxWF5cANUlx5Lc7N > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDZiUWsZyfm8exzXGQnW2HppBAOIrFbc { width:6.9983125rem;height:4.56176875rem;top:1.685791015625rem;left:6.500244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IITQkRsOPbv41R2TF8udmI7W1gXtnNgh { width:5.68725625rem;height:5.249025rem;top:1.186767578125rem;left:6.99951171875rem;border-top:0.1875rem solid #472830;border-left:0.1875rem solid #472830;border-right:0.1875rem solid #472830;border-bottom:0.1875rem solid #472830;display:block; }
 }@media only screen and (max-width: 763px) { #DZ8ud4UwTwF9ECqzCCTaMZHU3IHfTnVt { position:relative;z-index:auto;display:none; }#DZ8ud4UwTwF9ECqzCCTaMZHU3IHfTnVt > .row .container { width:20rem;height:32.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xaaDeTN60yBPklhegb2e2Nq09Vsrzsnp { width:7rem;height:4.5625rem;top:10.625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzmwT2Nxq0wy9OioDT0rqm5U6GpMk6XU { width:5.6875rem;height:5.25rem;top:16.4375rem;left:7rem;border-top:0.1875rem solid #472830;border-left:0.1875rem solid #472830;border-right:0.1875rem solid #472830;border-bottom:0.1875rem solid #472830;display:block; }
 }@media only screen and (max-width: 763px) { #cZiUleiUB7aMe1kGdJh6Hm8egsX7haAV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3a466807-e91e-4bd9-8c2a-6795f235ec82/Designsemnome2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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;display:block; }#cZiUleiUB7aMe1kGdJh6Hm8egsX7haAV.adaptive-delivery-prevent-bg, #cZiUleiUB7aMe1kGdJh6Hm8egsX7haAV.lazyload, #cZiUleiUB7aMe1kGdJh6Hm8egsX7haAV.lazyloading { background-image: none; }#cZiUleiUB7aMe1kGdJh6Hm8egsX7haAV > .row .container { background-color: transparent; background-image: none; }#cZiUleiUB7aMe1kGdJh6Hm8egsX7haAV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZiUleiUB7aMe1kGdJh6Hm8egsX7haAV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZiUleiUB7aMe1kGdJh6Hm8egsX7haAV > .row .container > .video-iframe-container { display: none; }#cZiUleiUB7aMe1kGdJh6Hm8egsX7haAV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZiUleiUB7aMe1kGdJh6Hm8egsX7haAV > .row > .video-iframe-container { display: none; }#cZiUleiUB7aMe1kGdJh6Hm8egsX7haAV > .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); }#cZiUleiUB7aMe1kGdJh6Hm8egsX7haAV > .row .container { border-width: 0; border-radius: 0; }#cZiUleiUB7aMe1kGdJh6Hm8egsX7haAV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cZiUleiUB7aMe1kGdJh6Hm8egsX7haAV > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EumFFqik5BOhutzXLbPT3JkoKVTTAow3 { width:19.3103125rem;height:4.3984375rem;top:15.4375rem;left:0.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dsLIZa1JNM1X83Fxvr6I8Tvhwgom00CF { width:17.8735625rem;height:13.5rem;top:22.5rem;left:1.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QGRHhnhv6PqnnyL4Rl2ZIV7SgDJTUV5V { width:19.7111875rem;height:2.2868625rem;top:38.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5ZTysXUl0TlQxbfqOwCU2f9fBCX7vZb { display:block; }
 }@media only screen and (max-width: 763px) { #gf9bVn0TJ7ORHaBJTc7ckawvWTzk6rNX { width:20rem;height:28.3105625rem;top:14.25rem;left:0rem;background-color:rgba(251,229,216,0.91);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HOSVCt32WWiEJO16HeR9rF3zo0FyNgfH { width:20rem;height:4.3984375rem;top:15.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f7B7EzqzTgxkcOPAeenwgauDZGOa6yRi { display:block; }#f7B7EzqzTgxkcOPAeenwgauDZGOa6yRi > .row .container { width:20rem;height:151.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z4o4zHprGnKxTXwuuGqLGr2f1Bry79sl { width:20rem;height:2.6rem;top:5.09765625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tl9bSdNdBhQ55B8ROxMfTDPH6RyDh9dt { width:9.375rem;height:0.124511875rem;top:8.9453125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #scz5rXhprlSG4Ga9SE3Lod9whzDE3dKp { width:20rem;height:2.6rem;top:5.09765625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GGPZVAqGBZDB7n9QqT4JOeasoTs6oMnk { width:18.75rem;height:22.6233125rem;top:17.626955625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4oJEW8u0s4khAKNVog2AerUCXUt5nH2 { width:18.75rem;height:22.6245rem;top:41.812768125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLGqUVfIl156J6SRGzlnqHzFQJaFfs4y { width:20rem;height:4.0371125rem;top:140.74829101562rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KTUn7A7O0fTw7uPFuhrS0bNSWnCZiB4t { width:18.6284375rem;height:2.81665rem;top:145.5615234375rem;left:0.684814453125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmWPlAlIHRXPaqV7MheKJ8IIaxWTLBw7 { display:block; }
 }@media only screen and (max-width: 763px) { #G1N15H3lqlz9c1kTwGsnOnCrNsaOfHOC { width:18.75rem;height:22.6245rem;top:65.998580625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtlHCEEWAQM1HPN3kPtv3X9Vah08bKxN { width:18.75rem;height:22.6245rem;top:114.370205625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVKSyATEm9D9MQbrZ4dORABLucyhQtKR { width:18.75rem;height:22.6245rem;top:90.184393125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HME8uBaCTDdTEnIP9J7qWzIufqocvmaV { width:20rem;height:4.0371125rem;top:140.74829101562rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v52Wy98q6bTy4uEiDP6BFTvWsKnhBIU0 { width:20rem;height:6.0556625rem;top:10.319824375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B2BavdUIS9U4SfT2GVkdgB7zI9B77CcT { background-color:#fbe5d8;background-image:none;display:block; }#B2BavdUIS9U4SfT2GVkdgB7zI9B77CcT > .row .container { background-color: transparent; background-image: none; }#B2BavdUIS9U4SfT2GVkdgB7zI9B77CcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2BavdUIS9U4SfT2GVkdgB7zI9B77CcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2BavdUIS9U4SfT2GVkdgB7zI9B77CcT > .row .container > .video-iframe-container { display: none; }#B2BavdUIS9U4SfT2GVkdgB7zI9B77CcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B2BavdUIS9U4SfT2GVkdgB7zI9B77CcT > .row > .video-iframe-container { display: none; }#B2BavdUIS9U4SfT2GVkdgB7zI9B77CcT > .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); }#B2BavdUIS9U4SfT2GVkdgB7zI9B77CcT > .row .container { width:20rem;height:79.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZZ1lEqE1xaKtssTzwmIzvIC4ac8Aepic { width:20rem;height:5.2rem;top:2.624511875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KkbdoAyuBKdAaPk5ouwmnFBHh2lq0Q1b { width:19.4364375rem;height:12.1113375rem;top:22.687501907349rem;left:0.28020834922791rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cxr6Ga8EV7Jm0ch3m08aTo7DEWfFWXRU { width:20rem;height:5.2rem;top:2.62451171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QDNMvT0ZhyXPFw4OrWf1ws0WFwTQ5qTd { width:9.375rem;height:0.124511875rem;top:7.77587890625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR7w0fTT5WIwFs72QtyunpfG1I9awUSd { width:20rem;height:11.53125rem;top:37.500002861023rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2Qw5ayqgONQqr25WyqKQ4xJmTUWXKDX { height:11.2083125rem;width:20rem;top:54.000003814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLbrKh7PMGhGySIouV3BfEdm9i42TGzK { width:20rem;height:4.0371125rem;top:68.8203125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dmereH6J9EGd0TwZUtRm4bp16BnzokJo { width:20rem;height:4.0371125rem;top:68.8828125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MJHfHIKdDEHJXGxDX7ZoygV6UvX7XrJV { width:18.6853125rem;height:2.87475625rem;top:74.019775390625rem;left:0.65673828125rem;font-size:0.8125rem;line-height:1.1;text-align:center;text-align-last:center;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #IUrOIRV4lM1CvtdTdbgMfZFRNSUf1Ol6 { display:block; }
 }@media only screen and (max-width: 763px) { #kAr2EASC6me6TJQ4PTgw1RovkcDQxykN { width:20rem;height:8.07421875rem;top:11.812511444092rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lyd9nqwy4rHATPq7JV1dnrLBZis6dP35 { background-color:#ffffff;background-image:none;display:block; }#lyd9nqwy4rHATPq7JV1dnrLBZis6dP35 > .row .container { background-color: transparent; background-image: none; }#lyd9nqwy4rHATPq7JV1dnrLBZis6dP35::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyd9nqwy4rHATPq7JV1dnrLBZis6dP35 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyd9nqwy4rHATPq7JV1dnrLBZis6dP35 > .row .container > .video-iframe-container { display: none; }#lyd9nqwy4rHATPq7JV1dnrLBZis6dP35 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lyd9nqwy4rHATPq7JV1dnrLBZis6dP35 > .row > .video-iframe-container { display: none; }#lyd9nqwy4rHATPq7JV1dnrLBZis6dP35 > .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); }#lyd9nqwy4rHATPq7JV1dnrLBZis6dP35 > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XaEDrlUwyTDiqppqWrAKTPCJvDgqqnoT { width:20rem;height:5.2rem;top:2.624511875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nFrEZNOSHWxBZIOLDDGaZAfdaQS6qSik { width:3.374025rem;height:2.6rem;top:24.5rem;left:1.25rem;font-size:2rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r6ueLeS5xVnySRweLSuI4M0kUsVPD2Wo { width:13.6853125rem;height:6.05625rem;top:22.75rem;left:5rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d4GQLMFgfdziuVC5dq6Ehkz3bJMBIhDO { width:9.375rem;height:0.124511875rem;top:7.8125rem;left:4.749755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlCpmikHpLAsyWOqTAHCZ5qxmAhMAUUC { width:20rem;height:6.74925rem;top:22.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il9QyC7RXPFKt5JzC0Aa3C9ELBq34JCP { width:20rem;height:6.8115rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB0xOLwAFRzRTLxb1znSSbrDGz89cTPL { width:14.1858125rem;height:6.05625rem;top:31.3125rem;left:5rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t66kehKFNLcJiOfspa6lyXDlf5oCHRKt { width:20rem;height:6.74925rem;top:39.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2pavAQ1QguFH2mRBVorqT5aLL6skbfU { width:13.6853125rem;height:6.05625rem;top:40.25rem;left:5rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qIQh8Rr9PcvkkKzvBRLN0Sc2SHeoPldf { width:3.49975625rem;height:2.6rem;top:32.75rem;left:1.25rem;font-size:2rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ow9UeF3LdOf9KMF70MWhfERiWEfTtIA3 { width:3.93676875rem;height:2.6rem;top:42rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g0I12OgSD9eyu2ymqM5NEcuOogUOm4ML { width:20rem;height:5.2rem;top:2.62451171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I3M3duMZ27OdFrRWRM7SeBT0TaSJDA59 { width:20rem;height:10.09275rem;top:10.45654296875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #V3UWzZmIIOqzaWCwAQDsARIuCS9i3cST { width:20rem;height:2.87475625rem;top:49.515380859375rem;left:0rem;font-size:0.8125rem;line-height:1.1;text-align:center;text-align-last:center;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #qTJb5IHdxi4bP0WtQCaTl4bTPCXUUVPb { display:block; }
 }@media only screen and (max-width: 763px) { #CeI4xrHEP6KzrAfIQGb85MRKDdoWfPMQ { display:block; }#CeI4xrHEP6KzrAfIQGb85MRKDdoWfPMQ > .row .container { width:20rem;height:80.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOR0sIs6MTNg4VTCtVJcdMOsnBprBAQ0 { width:20rem;height:2.6rem;top:2.624511875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ixXQnnAGzBEwGNqVREd4En31TnCQr5ut { width:20rem;height:22.20416875rem;top:8.94482421875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wB0e7SFIebDxWiAsNLsrHBgqMCdpNRdo { width:9.375rem;height:0.124511875rem;top:5.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueV9BeGULuSu0sKbWFgTh5Qq8O4OdxuW { width:20rem;height:2.6rem;top:2.37451171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XAa4gXDvutNfKkiyA5NJ94fHv1aHcHe8 { width:20rem;height:29.3359375rem;top:33.279296875rem;left:0rem;font-size:1.1875rem;display:block; }#XAa4gXDvutNfKkiyA5NJ94fHv1aHcHe8 li:before{  }
 }@media only screen and (max-width: 763px) { #ATC1OPdOtxseDBurw3F6kZwQEEdcooeG { width:18.9978125rem;height:2.87475625rem;top:74.9169921875rem;left:0.50048828125rem;font-size:0.8125rem;line-height:1.1;text-align:center;text-align-last:center;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #luvJELUkv67MTG8DtN08Lf35lF2Lgb6i { display:block; }
 }@media only screen and (max-width: 763px) { #qzRucRL2OXbkXpe4kcRg3DQ8N4TLzstD { width:20rem;height:6.0556625rem;top:66.35986328125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AfoqKuCotxpekaZJAv8qALMDk4mSQtIR { width:20rem;height:6.0556625rem;top:66.35986328125rem;left:0rem;font-size:1.1875rem;z-index:15006;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AisSn9teoZZSDTsTAOiBR4TcJLERJaeO { background-color:#ffffff;background-image:none;display:block; }#AisSn9teoZZSDTsTAOiBR4TcJLERJaeO > .row .container { background-color: transparent; background-image: none; }#AisSn9teoZZSDTsTAOiBR4TcJLERJaeO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AisSn9teoZZSDTsTAOiBR4TcJLERJaeO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AisSn9teoZZSDTsTAOiBR4TcJLERJaeO > .row .container > .video-iframe-container { display: none; }#AisSn9teoZZSDTsTAOiBR4TcJLERJaeO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AisSn9teoZZSDTsTAOiBR4TcJLERJaeO > .row > .video-iframe-container { display: none; }#AisSn9teoZZSDTsTAOiBR4TcJLERJaeO > .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); }#AisSn9teoZZSDTsTAOiBR4TcJLERJaeO > .row .container { width:20rem;height:131.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KpUGLDmFzyLEn2kxR0PADzV3F5g5fagn { width:20rem;height:2.6rem;top:4.249267578125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fcN1W80htiVidalQbe6oci7t6c1y8ALw { width:20rem;height:2.6rem;top:4.249267578125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#472830;display:block; }
 }@media only screen and (max-width: 763px) { #gF1aCrpKl8zW4MaJoOX42023Rm1cu4r4 { width:9.375rem;height:0.124511875rem;top:6.800537109375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Buba6pcuOWuuX3PEN2WtIo8rutxZQhpi { width:20rem;height:32.29695rem;top:10.622924804688rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HUtg6Bu0zfw5AVXEUbApKZPeJenDt51Z { width:16.31225rem;height:20.18675rem;top:63.3125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpJxSvRJW7yfLgWfPU6T43M7Q2D9w94q { width:16.12425rem;height:20.18675rem;top:85.0625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5Q4hsbmpB4ZKBwK1qEAvOVJxKmFoS2W { width:16.12425rem;height:20.18675rem;top:106.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQlIidaZNGS3sJWOZb3zN6ptTow9bI5u { width:3.5620125rem;height:3.5620125rem;top:65.0625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqBLSV9UTVO4CZW00WuPi4MciUbLq9ed { width:3.31176875rem;height:3.31176875rem;top:86.9375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #inBx1VUREFGQUWCqcfmx9mV6dBIgEmeU { width:3.62426875rem;height:3.62426875rem;top:108.5rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDc84J9qXyViT0HWHwk777ka0XI5KnhE { width:12.8125rem;height:1.95rem;top:70.125rem;left:3.5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cQeBCswdT5rOEv0eokN9BSMy2orL8kZr { width:12.8125rem;height:1.95rem;top:91.875rem;left:3.5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTEkLIknBdJFNRbTVEzk3i8HTQSHTscO { width:12.8125rem;height:1.95rem;top:113.625rem;left:3.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z9op1elFVtpOfkBoENdzd59ksBhHFPRT { width:14.3115rem;height:9.5625rem;top:72.5625rem;left:3rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u650A19s4xC2tUqXWTGeJdU1dDnaFewr { width:14.187rem;height:7.96875rem;top:94.3125rem;left:2.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UZlRvnkUtdDBvpqsTKQkErnT2BWuq7Tb { width:13.8745rem;height:9.5625rem;top:116.0625rem;left:3.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nvZdB3WZKJuD4gkVXG67ur2z7JMrBWuk { width:5.37475625rem;height:5.37475625rem;top:64.125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3fDVlwmkSQ55Sd2RHcPENEvpS2ApGhq { width:5.37475625rem;height:5.37475625rem;top:85.875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRpAflWewgim5dFkMvc9mZhnvyCiC0xe { width:5.37475625rem;height:5.37475625rem;top:107.625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhTX8AfLpsg4UvpyfT5xZ6TFqWStaHL0 { width:19.625rem;height:16.027964959569rem;top:34.062507629394rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UAoWTDT5Lgh0pTpvSGnOklCEumJtA1El { top:44.316650390625rem;left:0rem;width:19.875rem;height:16.25rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bH1JvThLS0xK3r852crbBOTByDfcVELk { width:0.68725625rem;height:0.625rem;top:61.240478515625rem;left:19.312744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #st5UkGQBlyUdp8mLodzeHspBRJbx3v3e { display:block; }#st5UkGQBlyUdp8mLodzeHspBRJbx3v3e > .row .container { width:20rem;height:83.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4NecVe8nKXqBd0CTyXifS0LssU8cxz7 { width:20rem;height:7.7988125rem;top:2.624511875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iRwCR4lqR1AnNAUBPbBmwckmA1UOmtCQ { width:20rem;height:22.2040875rem;top:15.213562011719rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iN8kHBdQTv4g7REyakQxz0SCxUrMUCGr { width:9.375rem;height:0.124511875rem;top:10.3740234375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRdThXoKpPtFxSFTuoS3eMUnzm0tiWe9 { width:20rem;height:7.7988125rem;top:2.41943359375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CPPWk4aKGVLUU323KFB7TOSgWoiMTrAX { width:20rem;height:19.140625rem;top:38.3125rem;left:0rem;font-size:1.1875rem;display:block; }#CPPWk4aKGVLUU323KFB7TOSgWoiMTrAX li:before{  }
 }@media only screen and (max-width: 763px) { #N9CrCTIDEtIBXQvhA1r4HK0TPlwLA30H { width:18.9978125rem;height:2.87475625rem;top:77.725830078125rem;left:0.50048828125rem;font-size:0.8125rem;line-height:1.1;text-align:center;text-align-last:center;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #weq6S7okCPLE0TiyhIFR8Dtxo9KxdOaB { display:block; }
 }@media only screen and (max-width: 763px) { #v4nA0ygvoBhHFWT42skX08xk4wPdofeW { width:20rem;height:4.0371125rem;top:70.77392578125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sFut9edbNrFI5WcXnvifqMK6tKgzDDAG { width:20rem;height:2.01904375rem;top:59.4375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l7q5gLNFfnJAGHsrR5byoLXwX9CXJKLa { width:20rem;height:4.62890625rem;top:62.6875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rxEfwT1VOoZ959SU5Pi8nWmml24bqNKd { width:20rem;height:4.0371125rem;top:70.77392578125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cnuy5obe1fDDTvKKHfdxfFfiXkNeonoR { display:block; }#Cnuy5obe1fDDTvKKHfdxfFfiXkNeonoR > .row .container { width:20rem;height:27.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnbbSnzbkdRP6T8pJW6At6TUO9TpN0Te { width:6.9983125rem;height:4.56176875rem;top:1.5625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMVPVkBDfsyqlSShFaLxb6I7Xv7z43qv { width:5.68725625rem;height:5.249025rem;top:1.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1yylUvq5dlWOKun0ghdeoPWIIFyKBNU { display:flex;width:2.12395625rem;height:2.12395625rem;top:14.6875rem;left:2.3125rem; }
#z1yylUvq5dlWOKun0ghdeoPWIIFyKBNU > img { max-width: 100%;max-height:100%; width:2.12395625rem; height:2.12395625rem; } }@media only screen and (max-width: 763px) { #W0BKuI3cWGTdxzxmsusEHbeV4X7e5JcG { display:flex;width:2.12395625rem;height:2.12395625rem;top:11.375rem;left:2.3125rem; }
#W0BKuI3cWGTdxzxmsusEHbeV4X7e5JcG > img { max-width: 100%;max-height:100%; width:2.12395625rem; height:2.12395625rem; } }@media only screen and (max-width: 763px) { #FDzFzvghWl81w5M3w1ydFfIQEM4ROOD6 { display:flex;width:1.3745125rem;height:1.3745125rem;top:8.25rem;left:2.5625rem; }
#FDzFzvghWl81w5M3w1ydFfIQEM4ROOD6 > img { max-width: 100%;max-height:100%; width:1.3745125rem; height:1.3745125rem; } }@media only screen and (max-width: 763px) { #PAUelRQtmmeK8AfTJLNAEPM8wHOcKMNp { width:15.874rem;height:2.124025rem;top:7.875rem;left:2rem;border-top:0.0625rem solid #472830;border-left:0.0625rem solid #472830;border-right:0.0625rem solid #472830;border-bottom:0.0625rem solid #472830;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zE4fmUIawwv5k6WfO3IBND9AHXMq26wx { width:15.871875rem;height:2.12395625rem;top:14.625000476837rem;left:1.9958335161209rem;z-index:15002;border-top:0.0625rem solid #472830;border-left:0.0625rem solid #472830;border-right:0.0625rem solid #472830;border-bottom:0.0625rem solid #472830;display:block; }
 }@media only screen and (max-width: 763px) { #Ohsu3tXavHwPQvQh5I7MxnUzs5EG98Ck { width:15.871875rem;height:2.12395625rem;top:11.3125rem;left:2rem;z-index:15003;border-top:0.0625rem solid #472830;border-left:0.0625rem solid #472830;border-right:0.0625rem solid #472830;border-bottom:0.0625rem solid #472830;display:block; }
 }@media only screen and (max-width: 763px) { #yyBZhsWqpvv05Rxz2zPEMXLQTblkudPC { width:13.1864375rem;height:1.38125rem;top:11.75rem;left:4.4375rem;font-size:0.8125rem;z-index:15011;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WTMewti3JuSZ3T3Jt4LRzmOyFkE2KogK { width:13.1864375rem;height:1.38125rem;top:8.3125rem;left:3.4375rem;font-size:0.8125rem;z-index:15012;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GP4Mvg0ub8OB9vpaaoHuufRIe0Jsas3L { width:7.5rem;height:1.38125rem;top:15.058333873749rem;left:4.6854170560837rem;font-size:0.8125rem;z-index:15012;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pmsInncZKrHl2057QGuEVs76B6BBGyhW { width:16.53960375rem;height:2.352085rem;top:18.076041698456rem;left:1.7250000238419rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlSB1fe7Sh7N4LRPbVWl9pAf0OtN3b3P { display:block; }
 }@media only screen and (max-width: 763px) { #MAgOTPvxH4vOz3PBKo1JRvEyITqy1DiJ { top:14.561458110809rem;left:2.0625001192093rem;width:15.875rem;height:2.375rem;z-index:15019;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;color:rgba(0,0,0,0);background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #E7Vehdgi5atShiBa4UvM22f3Nx0rpvIK { display:block; }
 }@media only screen and (max-width: 763px) { #rnnO0Pxy24NCZFURU947ZQmlvFe9WHZF { top:11.375000476837rem;left:2.3104168176651rem;width:15.8739375rem;height:2.12395625rem;z-index:15020;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;color:rgba(0,0,0,0);background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pQrLmZsBBTqfyo0DknL48iLalzENmBNK { display:block; }
 }@media only screen and (max-width: 763px) { #t9tium13Zxeg2gAqhy3qHvTsHK13UTpZ { top:7.8739180564881rem;left:2.0635417699814rem;width:15.871875rem;height:2.12395625rem;z-index:15021;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QLFpTTTX3sLx0WRh5L8C8RX3KPW4bTOM { display:block; }
 }@media only screen and (max-width: 763px) { #W6qUOT0o7nPFuznAswUS85i6KOU1iKBw { width:19.7479375rem;height:4.14258125rem;top:22.081250667572rem;left:0.25104165077209rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }