.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:253,177,101;--color-primary-1:255,247,81;--color-primary-2:255,151,3;--color-primary-3:237,106,17;--color-primary-4:250,103,3;--color-secondary-0:225,219,219;--color-secondary-1:155,135,136;--color-secondary-2:55,15,17;--color-secondary-3:28,8,9;--color-secondary-4:8,2,3;--color-tertiary-0:255,255,255;--color-tertiary-1:255,109,116;--color-tertiary-2:255,12,24;--color-tertiary-3:153,7,14;--color-tertiary-4:56,10,22;--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:#fdf7eb;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); }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container { background-color: transparent; background-image: none; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container > .video-iframe-container { display: none; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row > .video-iframe-container { display: none; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .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); }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container { border-width: 0; border-radius: 0; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:60rem;position:relative;display:block; }#fCwyF73UuDvQVLeDm9CVeHWKT6fmQWsW { background-color:#28a745;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:2.9375rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:0.8125rem;left:19.781251907349rem;display:block; }
#fLM8rrMNTFpEIiJ8PQrXSgqhV1bGJUMl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Iqv1cPff5vsUz2FCT2GumCITEbO1Eoqs { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:4rem;left:5.5625rem;display:none; }
#bq0tDsTXovukcQFcnapdazWHEhOGOuH5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bq0tDsTXovukcQFcnapdazWHEhOGOuH5 > .row .container { border-width: 0; border-radius: 0; }#bq0tDsTXovukcQFcnapdazWHEhOGOuH5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bq0tDsTXovukcQFcnapdazWHEhOGOuH5 > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:60rem;position:relative;display:none; }#K7LPmxOGLyfzuWNRM3msblEqDSM2MMyU { 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:3.375rem;width:8.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#uUP7x9Z9bZenM8lkyQ82QZryUkHcL6Fk { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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: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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0rem;left:29.3125rem;display:block; }
#XustMqPNWQXu702sWJqTihFJ2C6DkrSw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qPzftVzw1Af9t2LzG5voo544APhA2PrZ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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: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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.125rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0rem;left:50.0625rem;display:block; }
#HVum5DMZVn7LWCaRJgNdnZ6brw5TkNb4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MZotULm0Gpp67MaE70V1TatbpFTTPbTv { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.6875rem;left:43.875rem;display:block; }
#KuAL5fVToF1UKwbzrlMbAFxp4pOIZh5I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nn8cUfgJi74xTZTfbRZforbzzxIT0TVi { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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: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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0rem;left:53.6875rem;display:block; }
#GXBszAwrkTors3ZpOdEtudMhl5DbdP6o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FSCQ8l1dfNvLOnyi7RJmk4U0rcT5oOUW { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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: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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0rem;left:36.25rem;display:block; }
#XbFWhqNmFMep27ueoGnNEvLNdXbeVKhr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ubP7901eMv6bnMd2dliPP6S7Q5WM6GA9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ubP7901eMv6bnMd2dliPP6S7Q5WM6GA9 > .row .container { border-width: 0; border-radius: 0; }#ubP7901eMv6bnMd2dliPP6S7Q5WM6GA9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ubP7901eMv6bnMd2dliPP6S7Q5WM6GA9 > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:60rem;position:relative;display:none; }#iDdbpMrhAMDMtnm5x6riJzyvoRyF9FMT { 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:3.375rem;width:8.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#AOLCHT41WaubTgIwzFirQSVxBVrC1Vek { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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: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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0rem;left:29.3125rem;display:block; }
#cUdahQxOKXsal58xzVnhUxNPbSEJaxzH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OQ0TMc8wL3rzxM1RUT3cZlq8fBPQMWUc { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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: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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.125rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0rem;left:50.0625rem;display:block; }
#AAqgX3RoQXmqFFOSK16i7ly5AyDczl6b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hSFeyIFlTNoCATOLbOdlPpP3yB4JqG2m { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.6875rem;left:43.875rem;display:block; }
#Td27sdaZUHF7mO250VLAzqaP3Brrhoi3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hiHgss6zlGtAWaSZkgTz9oNsDHqGEIy6 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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: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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0rem;left:53.6875rem;display:block; }
#ubn61RiPDOeFilh2HM8rNhiVaUrvyEcZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F383P6lC1fpMo5wJ4qvGfhD2nDA3SUTl { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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: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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0rem;left:36.25rem;display:block; }
#qwV7XRhnZaDWupIwfKT96i6xCh1nq64Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KUooUz5aQr1HOXAgaIRbc9IUhHp3bbtW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/849cd45e-c448-4369-9714-8d764f37957d/Dominika_Scheibinger15.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM.adaptive-delivery-prevent-bg, #WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM.lazyload, #WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM.lazyloading { background-image: none; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row .container { background-color: transparent; background-image: none; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,9,9,0.43); }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row .container > .video-iframe-container { display: none; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,9,9,0.43); }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row > .video-iframe-container { display: none; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .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); }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row .container { border-width: 0; border-radius: 0; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM::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; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:60rem;position:relative;display:block; }#L3OqJwXnwx16wz96llByyEUyQixdAU30 { color:#fdf7eb;display:block;width:28.9375rem;position:absolute;font-family:"chunk five ex";font-size:2.75rem;font-weight:400;z-index:15059;line-height:1.4;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.4375rem rgba(54,0,7,0.72);top:13.125rem;left:15.5625rem;height:3.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BNJ2mQJy7xurhL4G8EawgSfndPWDwRSW { color:#fdf7eb;display:block;width:54.9375rem;position:absolute;font-family:"chunk five ex";font-size:2.5rem;font-weight:400;z-index:15052;line-height:1.2;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.4375rem rgba(54,0,7,0.72);top:8.099609375rem;left:2.53125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pTBtvfQC7WRpvkXuyTB6wQHhMmlferop { position:absolute;display:block;z-index:15001;border-top:0.25rem solid rgba(var(--color-primary-4),1);border-left:0.25rem solid rgba(var(--color-primary-4),1);border-right:0.25rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.6875rem;width:7.9375rem;top:27rem;left:1.3125rem;overflow:hidden;display:block; }
#D4Ux0v6TSEGqL0czGLi5TTRnNZbZhmga { position:absolute;display:block;z-index:15000;border-top:0.25rem solid rgba(var(--color-primary-4),1);border-left:0.25rem solid rgba(var(--color-primary-4),1);border-right:0.25rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.6875rem;width:7.9375rem;top:27rem;left:20.625rem;overflow:hidden;display:block; }
#Nvb1TwX9GrT4aIznm2yUsxJ3HmFMdl7D { position:absolute;display:block;z-index:15002;border-top:0.25rem solid rgba(var(--color-primary-4),1);border-left:0.25rem solid rgba(var(--color-primary-4),1);border-right:0.25rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.625rem;width:7.9375rem;top:27rem;left:40rem;overflow:hidden;display:block; }
#h9NiH7PErxOs0rl5JHnrz4dASpyMdTmL { box-sizing:content-box;height:3.1875rem;width:9rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-primary-0),1);background-image:none;top:37.5rem;left:1rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-secondary-2),0.5) ;display:block; }
#zxKhHZdxUJ1EwNWFGLULLHvLzxcK9V1k { color:rgba(var(--color-secondary-2),1);display:block;width:9.125rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:37.9375rem;left:39.6875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#uO2AzMDvOxvnwTpMKDAlssqdOCWQFpA2 { box-sizing:content-box;height:4.1875rem;width:9.125rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-0),1);background-image:none;top:37.125rem;left:10.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-secondary-2),0.5) ;display:block; }
#fTgd9TGMHq72QRohHp5FTGU4LiDrkaQR { box-sizing:content-box;height:3.1875rem;width:9rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-0),1);background-image:none;top:37.5rem;left:20.4375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-secondary-2),0.5) ;display:block; }
#Iq60DxZrp1wSRFkPyni7tGCNtTyFM2Ky { color:rgba(var(--color-secondary-2),1);display:block;width:7.0625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15051;line-height:1;letter-spacing:0;top:37.6875rem;left:11.625rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#JT3sAbtVXh1AgNHDRap7S0AR7OZ0ipqt { color:rgba(var(--color-secondary-2),1);display:block;width:8.4375rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:38rem;left:1.3125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mUfzaPwBLaKHeStmTanyT9XBZfoPqc2y { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:17.6875rem;top:1.625rem;left:20.96875rem;overflow:hidden;display:block; }
#fsvzn4HwJr4Uetbw70AI1Uo7K5IKmR3s { box-sizing:content-box;height:4.6875rem;width:32.9375rem;position:absolute;display:block;z-index:15058;background-color:rgba(var(--color-primary-3),1);background-image:none;top:12.6875rem;left:13.5625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#pKAqd6MIG35qOzs6U1zy4S5LpsJcyc4q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TtBsZsDd97eETKyyH6WJI2SyrSI1kFMN { position:absolute;display:block;z-index:15060;height:4.4375rem;width:7.9375rem;top:3.5000891685486rem;left:8.62437915802rem;display:block; }
#IRtoGlTAxuUJOLTxPhQLlGxNm15LPXWL { position:absolute;display:block;z-index:15003;border-top:0.25rem solid rgba(var(--color-primary-4),1);border-left:0.25rem solid rgba(var(--color-primary-4),1);border-right:0.25rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.625rem;width:7.9375rem;top:27rem;left:30.375rem;overflow:hidden;display:block; }
#GJ9dxfzTqCoh8mrE0NWrbB3ChGL5TyJe { color:rgba(var(--color-secondary-2),1);display:block;width:10.25rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:37.9375rem;left:29.4375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#Jls06cUT1MpBpqXT6rkZfyGF0n8fpNJ4 { box-sizing:content-box;height:3.1875rem;width:9rem;position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-primary-0),1);background-image:none;top:37.4375rem;left:30.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-secondary-2),0.5) ;display:block; }
#GdkzkKeas26GCmWR6BPXUAwmpwVoSrNW { position:absolute;display:block;z-index:15001;border-top:0.25rem solid rgba(var(--color-primary-4),1);border-left:0.25rem solid rgba(var(--color-primary-4),1);border-right:0.25rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.6875rem;width:7.9375rem;top:27rem;left:10.9375rem;overflow:hidden;display:block; }
#Ol6xKHuUZ7QRbJrGXpaRUqPV6BOg994m { box-sizing:content-box;height:3.1875rem;width:9rem;position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-primary-0),1);background-image:none;top:37.4375rem;left:39.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-secondary-2),0.5) ;display:block; }
#Izf9NDnfDUIk3CcrDEG3EAvQsROUJNHK { color:rgba(var(--color-secondary-2),1);display:block;width:7.9375rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:38rem;left:21.0625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#ZTvJVvG3mikWUU508pkeNmeb9xwCuCSe { color:rgba(var(--color-secondary-2),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:39.0625rem;left:1rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GBtFX1FeU7hnlx7yeFmd4sff1LqDLPcx { color:rgba(var(--color-secondary-2),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:39.625rem;left:9.75rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lhlhUmQXUCSMINVTltOJwCAC6t0rzbtb { color:rgba(var(--color-secondary-2),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:39.0625rem;left:20.75rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RvDvnsTnoUlvLHQzNytJOeMgbESInmkd { color:rgba(var(--color-secondary-2),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:39rem;left:30.4375rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XvyvZVk9ZfkOmERanUmb0RVGTaaST4vM { color:rgba(var(--color-secondary-2),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:39rem;left:40.0625rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pbqs6GR217oRbJ1cElU8JqRTknQL83Zb { position:absolute;display:block;z-index:15004;border-top:0.25rem solid rgba(var(--color-primary-4),1);border-left:0.25rem solid rgba(var(--color-primary-4),1);border-right:0.25rem solid rgba(var(--color-primary-4),1);border-bottom:0.25rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.625rem;width:7.9375rem;top:27rem;left:49.875rem;overflow:hidden;display:block; }
#eQewbSvlTMk69Wg2QcDFHMZN1VFopyWI { color:rgba(var(--color-secondary-2),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:39.625rem;left:49.4375rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oLqlLWJlITWsx5FITzJEMbtuv9UFKRqW { box-sizing:content-box;height:4.1875rem;width:9.5rem;position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-primary-0),1);background-image:none;top:37.125rem;left:49.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-secondary-2),0.5) ;display:block; }
#gULTN3bNxHHlEUNXh248pqFuGzQSZ6HA { color:rgba(var(--color-secondary-2),1);display:block;width:9.875rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15054;line-height:1.1;letter-spacing:0;top:37.6875rem;left:49.125rem;height:1.925rem;text-align:center;text-align-last:center;display:block; }
#lzFAdOZrgNnOlR6bJdEbTgvmGOTX7CHp { background-color:#edeb11;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#370f11;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:4rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:21.000000476837rem;left:19.187501907349rem;display:block; }
#ZQUsrwGnC5wyJdgvQWCmevtXXNZaPW8c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#akRH1taVBsWQMCudsHobvk21VV5DmiFi { color:#fdf7eb;display:block;width:54.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15053;line-height:1.2;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.4375rem rgba(54,0,7,0.72);top:18.125rem;left:2.34375rem;height:1.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QW9rysy78BhybnFFk0Ddbh3dhldTV0My { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container { background-color: transparent; background-image: none; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container > .video-iframe-container { display: none; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row > .video-iframe-container { display: none; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .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); }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container { border-width: 0; border-radius: 0; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container { width:60rem;height:27.0625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#mhT41UASBc89F1hXTAr9qb910ghCapTc { position:absolute;display:block;z-index:15015;background-color:#fdf7eb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:20rem;top:0.5rem;left:0rem;display:block; }
#T0E3FbizqMPU5qmOVb09MzirhgWeOvUW { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-3),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.4375rem;width:48.6875rem;top:0.0625rem;left:-28.6875rem;display:block; }
#BOPi2g83RioTr6PmSuD9GiOLDg7P10iq { position:absolute;display:block;z-index:15017;background-color:#fdf7eb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:20rem;top:0.498046875rem;left:40rem;display:block; }
#oeJiZhnRvLEn0JxI8hpAkQdJv7OzQ4Fi { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-3),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.4375rem;width:49.625rem;top:0.0625rem;left:40rem;display:block; }
#Iiocc5rEe2RcHm7CszFiQKcRpipzHLvO { 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:13.1875rem;width:20.0625rem;top:0.5rem;left:20rem;overflow:hidden;display:block; }
#TbLTZfRerZsA1koTJqi0D1e6K3HWVXRO { position:absolute;display:block;z-index:15017;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:20rem;top:0.0625rem;left:20rem;display:block; }
#NSNHKaJqZg6ar2O4VEB2AfzZaNKXHS7T { color:rgba(var(--color-secondary-2),1);display:block;width:16.4375rem;position:absolute;font-family:"chunk five ex";font-size:3.625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:1.0625rem;left:41.8125rem;height:4.7125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qm7aT1shSbd5FpBhuiWa7ypDvTRLGaUA { position:absolute;display:block;z-index:15024;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:13.25rem;width:19.9375rem;top:13.750002384186rem;left:0.03125rem;overflow:hidden;display:block; }
#A9uLtf71J23Iy3B0tyNvLTqzPKoMa4SQ { color:rgba(var(--color-secondary-2),1);display:block;width:20.25rem;position:absolute;font-family:"chunk five ex";font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:7.375rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VlS0p3I4M8wdr3Kc9Vw42kUa3wiPdoWO { color:rgba(var(--color-secondary-2),1);display:block;width:14.8125rem;position:absolute;font-family:"chunk five ex";font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:7.375rem;left:42.59375rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O99sKsHC1aAypfQFFHWksexZ2nffhW7s { color:rgba(var(--color-secondary-2),1);display:block;width:16.4375rem;position:absolute;font-family:"chunk five ex";font-size:1.875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:4.6875rem;left:41.8125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V80EmaAcZFUp9Pk3bT5q2vKwcmgCcklw { color:rgba(var(--color-secondary-2),1);display:block;width:20.125rem;position:absolute;font-family:"chunk five ex";font-size:1.875rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:2.6875rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jrly6HZ260mDDe5EoFW5ogZByDHTzZuP { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#EZNerApp1STd3X1GTp9fkdUATfTrNv7m { position:absolute;display:block;z-index:15016;background-color:#fdf7eb;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:13.3125rem;width:20.6875rem;top:13.750000476837rem;left:19.562501907349rem;display:block; }
#qJ4lbyFy4buJFdPyM8DaNXVBRprWxx2B { color:rgba(var(--color-secondary-2),1);display:block;width:15.9375rem;position:absolute;font-family:"chunk five ex";font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:20.6875rem;left:22.0625rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JNoLx3IJK8kRIThF4l9QXIAhztMZsPZI { color:rgba(var(--color-secondary-2),1);display:block;width:19.25rem;position:absolute;font-family:"chunk five ex";font-size:1.875rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:15.9375rem;left:20.375rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FZcT4ma8GdiZbko0Av3FDwXkE6dJGAUl { position:absolute;display:block;z-index:15028;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:13.375rem;width:20.125rem;top:13.6875rem;left:40rem;overflow:hidden;display:block; }
#u5idWZPZd28L1oKwuSonp1B4RFmQhZpe { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#fOP7P5eIytkbnauMMeg3ZNfJx7ZDNQqz { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#XChCb26FQfaDbuzy8REgD3Im7C2amO57 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XChCb26FQfaDbuzy8REgD3Im7C2amO57 > .row .container { background-color: transparent; background-image: none; }#XChCb26FQfaDbuzy8REgD3Im7C2amO57::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XChCb26FQfaDbuzy8REgD3Im7C2amO57 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XChCb26FQfaDbuzy8REgD3Im7C2amO57 > .row .container > .video-iframe-container { display: none; }#XChCb26FQfaDbuzy8REgD3Im7C2amO57 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XChCb26FQfaDbuzy8REgD3Im7C2amO57 > .row > .video-iframe-container { display: none; }#XChCb26FQfaDbuzy8REgD3Im7C2amO57 > .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); }#XChCb26FQfaDbuzy8REgD3Im7C2amO57 > .row .container { border-width: 0; border-radius: 0; }#XChCb26FQfaDbuzy8REgD3Im7C2amO57 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XChCb26FQfaDbuzy8REgD3Im7C2amO57 > .row .container { font-size:0.875rem;font-family:arial;height:46.375rem;width:60rem;position:relative;display:block; }#nVf3PrfF6PngcI9lzfTCBr9gBNRkFSAE { color:rgba(var(--color-secondary-2),1);display:block;width:55.25rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:2.8115234375rem;left:2.375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dNMTwMIsoVAKqPS6IQ9MNZKpmTZbVgUS { color:rgba(var(--color-secondary-2),1);display:block;width:54rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:7.3564453125rem;left:3rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TJADl8N1SwMHgH1o9KTzJI0Oa6QHMdq9 { color:rgba(var(--color-secondary-2),1);display:block;width:54rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:14.293749809265rem;left:3rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D7oyibqXQHKUsbSxTTQUlbEL667RZkcX { color:rgba(var(--color-secondary-2),1);display:block;width:53.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:16.731249809265rem;left:3rem;height:13.1875rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#D7oyibqXQHKUsbSxTTQUlbEL667RZkcX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#D7oyibqXQHKUsbSxTTQUlbEL667RZkcX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/32dae0b3-d189-487d-966c-9631cd5f4e7e/Beztytuu150x150px7.png); }
#zq1PZXUFRZTmgXvLHg64I9XbmRfooDZm { color:rgba(var(--color-secondary-2),1);display:block;width:54rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:31.387499988079rem;left:3rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LLPEGkPyTaNdAOSz8DMO0eZZ86UPzxHa { background-color:#ed6a11;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.25rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:40.41250038147rem;left:19.875001907349rem;display:block; }
#XT2vJvvOrwsOUdVq56CtvyRlyzrAINrx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kWKTdRirIltiVebdmT3gWvHDr0m9poXh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .row .container { background-color: transparent; background-image: none; }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .row .container > .video-iframe-container { display: none; }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .row > .video-iframe-container { display: none; }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .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); }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .row .container { border-width: 0; border-radius: 0; }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .row .container { font-size:0.875rem;font-family:arial;height:51.125rem;width:60rem;position:relative;display:block; }#CHBstxifnTLuyva3Jwg5GGUw6DuJW6CW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.75rem;width:56.5625rem;top:15.8125rem;left:1.71875rem;display:block; }
#XvMvHT4I6gJ3bZ9H6WQqWxLTIEHbtUo6 { color:#fdf7eb;display:block;width:57.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:5.5625rem;left:1.375rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AKnuZFsUtvy0T4lOy43LGtSsvAwHqDG4 { color:#fdf7eb;display:block;width:55.25rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:2.125rem;left:2.375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zHJ3bIkGWWzSTK9Bx8STDk860uA63sl3 { color:#fdf7eb;display:block;width:55.25rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:11.375rem;left:2.375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EAoA58PQ4SiTAkzwPn2IoPnZ1GtTDJtp { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:15.5625rem;top:8.5625rem;left:22.21875rem;overflow:hidden;display:block; }
#cDTSqTAaW1NfIwbTV4UCiunL8L0l13du { 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; }#cDTSqTAaW1NfIwbTV4UCiunL8L0l13du > .row .container { background-color: transparent; background-image: none; }#cDTSqTAaW1NfIwbTV4UCiunL8L0l13du::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDTSqTAaW1NfIwbTV4UCiunL8L0l13du > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDTSqTAaW1NfIwbTV4UCiunL8L0l13du > .row .container > .video-iframe-container { display: none; }#cDTSqTAaW1NfIwbTV4UCiunL8L0l13du > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDTSqTAaW1NfIwbTV4UCiunL8L0l13du > .row > .video-iframe-container { display: none; }#cDTSqTAaW1NfIwbTV4UCiunL8L0l13du > .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); }#cDTSqTAaW1NfIwbTV4UCiunL8L0l13du > .row .container { border-width: 0; border-radius: 0; }#cDTSqTAaW1NfIwbTV4UCiunL8L0l13du > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cDTSqTAaW1NfIwbTV4UCiunL8L0l13du > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:60rem;position:relative;display:block; }#xHWXFPne4BmaZHDQOtVX3MV7MDuhx0nP { color:rgba(var(--color-secondary-2),1);display:block;width:55.25rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:1.6240234375rem;left:2.375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WtEICe5LDEOCa2aELvmuOaQTEILHCK7F { color:rgba(var(--color-secondary-2),1);display:block;width:56.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:16.3125rem;left:1.8125rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ux8Tn0MfnkpilQFz3zLbNsTQNc0xmyw1 { color:rgba(var(--color-secondary-2),1);display:block;width:56.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:6.375rem;left:1.9375rem;height:7.9375rem;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#Ux8Tn0MfnkpilQFz3zLbNsTQNc0xmyw1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ux8Tn0MfnkpilQFz3zLbNsTQNc0xmyw1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/32dae0b3-d189-487d-966c-9631cd5f4e7e/Beztytuu150x150px7.png); }
#v1o5PvOztomSLFyx0PaLdy5N2aH5tE0J { color:rgba(var(--color-secondary-2),1);display:block;width:56.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:5.875rem;left:1.8125rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CPX5OdeouR8FyIz9JymBKUygQcaChtlk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CPX5OdeouR8FyIz9JymBKUygQcaChtlk > .row .container { border-width: 0; border-radius: 0; }#CPX5OdeouR8FyIz9JymBKUygQcaChtlk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CPX5OdeouR8FyIz9JymBKUygQcaChtlk > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:60rem;position:relative;display:none; }#w8hL3CqLAAkrGVaPo7Ovadee3elTDMwS { color:rgba(var(--color-secondary-2),1);display:block;width:55.25rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:1.7490234375rem;left:2.375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h15WQhJTdarzXd0CgWvLNPHRhOQKgm4g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#h15WQhJTdarzXd0CgWvLNPHRhOQKgm4g > .row .container { border-width: 0; border-radius: 0; }#h15WQhJTdarzXd0CgWvLNPHRhOQKgm4g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h15WQhJTdarzXd0CgWvLNPHRhOQKgm4g > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:none; }#P1BA9eHq0x5z190mbbsqdE0iCiZreyUe { color:rgba(var(--color-secondary-2),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:7.0625rem;left:0rem;height:13.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T7cO6pqpAe5BVZZCvbfstMEX1LipBB8C { color:rgba(var(--color-secondary-2),1);display:block;width:30.0625rem;position:absolute;font-family:"chunk five ex";font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:1.9375rem;left:4.4375rem;height:4.225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OGgcGG79DH3V6xXzcbALRUQvXXNCeuOn { color:rgba(var(--color-primary-3),1);display:block;width:5.75rem;position:absolute;font-family:"chunk five ex";font-size:4.5625rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:5.93125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pbwd1W7pTKZssMRKO0EghBJxTbNTMN4v { position:absolute;display:block;z-index:15032;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.5rem;width:29.875rem;top:2.375rem;left:30rem;overflow:hidden;display:block; }
#lgHx3NXLtHOroeAl7ghuPTQ3PM4aPbOh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#lgHx3NXLtHOroeAl7ghuPTQ3PM4aPbOh > .row .container { border-width: 0; border-radius: 0; }#lgHx3NXLtHOroeAl7ghuPTQ3PM4aPbOh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lgHx3NXLtHOroeAl7ghuPTQ3PM4aPbOh > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:60rem;position:relative;display:none; }#bMvIl7iePVS0BckC0Wc7nndUnVAIvefL { color:rgba(var(--color-secondary-2),1);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:5.9296875rem;left:0rem;height:14.9625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BNT1DcNVtb4KMLtTxAOyOxtMCFU7nzni { color:rgba(var(--color-secondary-2),1);display:block;width:26.9375rem;position:absolute;font-family:"chunk five ex";font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:0.8125rem;left:4.4375rem;height:4.225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pMzl2Sdf31MqKIp3PRPATDGGGb93UQuw { color:rgba(var(--color-primary-3),1);display:block;width:4.625rem;position:absolute;font-family:"chunk five ex";font-size:4.5625rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:5.93125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mlqqHL4Mqepz2QHECL5PypMSXaEFgLZi { position:absolute;display:block;z-index:15032;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:21rem;width:30.0625rem;top:0.8125rem;left:29.9375rem;overflow:hidden;display:block; }
#oTzMnLT1bPBIwb6BJePO8kyKlchXWHq4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#oTzMnLT1bPBIwb6BJePO8kyKlchXWHq4 > .row .container { border-width: 0; border-radius: 0; }#oTzMnLT1bPBIwb6BJePO8kyKlchXWHq4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTzMnLT1bPBIwb6BJePO8kyKlchXWHq4 > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;position:relative;display:none; }#hkZdS0RyT4IWMuoVXQrz0u2aJ3L6PwHT { color:rgba(var(--color-secondary-2),1);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:5.9296875rem;left:0rem;height:14.9625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XzSPFxo6OcAFescCg0ALbPkoFfFWEGtP { color:rgba(var(--color-secondary-2),1);display:block;width:23.9375rem;position:absolute;font-family:"chunk five ex";font-size:1.625rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:0.8125rem;left:4.4375rem;height:4.225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QK30mUMD37fIdt8oUwEs7tzHIsK2qQCA { color:rgba(var(--color-primary-3),1);display:block;width:4.625rem;position:absolute;font-family:"chunk five ex";font-size:4.5625rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:5.93125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JqTX35qUfAVcNpZc2pSnSOxne1RKKswV { position:absolute;display:block;z-index:15032;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:21rem;width:30.0625rem;top:1.4375rem;left:29.9375rem;overflow:hidden;display:block; }
#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row .container { background-color: transparent; background-image: none; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row .container > .video-iframe-container { display: none; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row > .video-iframe-container { display: none; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .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); }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row .container { border-width: 0; border-radius: 0; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:60rem;position:relative;display:block; }#w8BgMzF1v1WvxB4iJ3xM119zkHhba8fk { color:#fdf7eb;display:block;width:20.3125rem;position:absolute;font-family:"chunk five ex";font-size:2.875rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:3.0498046875rem;left:20.71875rem;height:11.2125rem;display:block; }
#pnfzno5J190StLZk6MIXloZmv4paLPed { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { background-color: transparent; background-image: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container > .video-iframe-container { display: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container { display: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .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); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { border-width: 0; border-radius: 0; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#OsS6owN8f5TZFBJNOR74rGTKx9SOikHX { color:rgba(var(--color-secondary-2),1);display:block;width:59.875rem;position:absolute;font-family:"chunk five ex";font-size:2.375rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:2.4999971389771rem;left:0.0625rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf7eb;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; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row .container { background-color: transparent; background-image: none; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row .container > .video-iframe-container { display: none; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row > .video-iframe-container { display: none; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .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); }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row .container { border-width: 0; border-radius: 0; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;position:relative;display:block; }#O7yTrVlIgJSERMyLDJz3o1r7MBD5uvKp { color:rgba(var(--color-secondary-2),1);display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:4.91015625rem;left:18.46875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zsROd2ZT1hViv3ltQwDvoUD0pcFB5vuw { color:rgba(var(--color-primary-3),1);display:block;width:39rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:1.6865234375rem;left:18.5625rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p0xlAGSWkst9CHX50hkMW3SAhO53sEtZ { color:rgba(var(--color-secondary-2),1);display:block;width:39.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:13.9609375rem;left:18.46875rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PPXTssB08Kb9zZ6aALLSSTlcVhVLZrLH { position:absolute;display:block;z-index:15014;border-top:0.3125rem solid rgba(var(--color-primary-4),1);border-left:0.3125rem solid rgba(var(--color-primary-4),1);border-right:0.3125rem solid rgba(var(--color-primary-4),1);border-bottom:0.3125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:20.625rem;width:15.375rem;top:1.125rem;left:0.8125rem;overflow:hidden;display:block; }
#JLigmRcqpzHPT0EdcyM29gChoySeCLe8 { box-sizing:content-box;height:0.0625rem;width:8.5625rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-3),1);background-image:none;top:9.6875rem;left:18.46875rem;display:block; }
#KUCrRAAOnxH2LV5xsp87SMQCm1xDm4zd { background-color:rgba(var(--color-primary-0),0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:11.9375rem;height:2.25rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:17.875rem;left:18.46875rem;display:block; }
#cV5ovqJM29owGbuKivO7XD808kG6tDKa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iu2d730JI2gWAyXMFLpDz0NP9fMLWFUo { box-sizing:content-box;height:22.375rem;width:60rem;position:absolute;display:block;z-index:15011;background-color:#fdf7eb;background-image:none;top:0.5625rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#yLtJbT1Kv9lbSsq1D9LOTIFw15sCHlSa { color:rgba(var(--color-secondary-2),1);display:block;width:32.75rem;position:absolute;font-family:"chunk five ex";font-size:1.75rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:11.1875rem;left:18.46875rem;height:2.45rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 > .row .container { background-color: transparent; background-image: none; }#eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 > .row .container > .video-iframe-container { display: none; }#eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 > .row > .video-iframe-container { display: none; }#eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 > .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); }#eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 > .row .container { border-width: 0; border-radius: 0; }#eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;position:relative;display:block; }#fg4xao8rWSqWE8m8k4fTvoRThIGRvmKI { color:rgba(var(--color-secondary-2),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:4.91015625rem;left:18.46875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nMsmHiSuOQ4NbEo7oAiOqINFfCV8GKsR { color:rgba(var(--color-primary-3),1);display:block;width:39rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:1.6865234375rem;left:18.5625rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cchOaJiHOxTLMxzIsJicZL2cgO5L1nL7 { color:rgba(var(--color-secondary-2),1);display:block;width:41.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:13.6875rem;left:18.46875rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mnVPV0fb9ExSuJyxDVqFvfnkebwyofnA { position:absolute;display:block;z-index:15014;border-top:0.3125rem solid rgba(var(--color-primary-4),1);border-left:0.3125rem solid rgba(var(--color-primary-4),1);border-right:0.3125rem solid rgba(var(--color-primary-4),1);border-bottom:0.3125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:20.625rem;width:15.375rem;top:1.125rem;left:0.75rem;overflow:hidden;display:block; }
#lWHOkLFHsd0LZqEnmaM665gnGDl9ZHkr { box-sizing:content-box;height:0.0625rem;width:8.5625rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-3),1);background-image:none;top:9.75rem;left:18.46875rem;display:block; }
#ymyD6542fI9G7x5KZIDLczTHl4htdRA1 { background-color:rgba(var(--color-primary-0),0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:11.9375rem;height:2.3125rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:18.0625rem;left:18.46875rem;display:block; }
#PrAhyJwPQ2uTPudK5rb7Dpmn44pTuVAK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FJOo2NeLHb1MCNZff6syAuIz93Am4CrM { box-sizing:content-box;height:22.5rem;width:60rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;top:0.5rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#WxKTEdVyuZQViPVBXDI0Ra31Zbq6OyZo { color:rgba(var(--color-secondary-2),1);display:block;width:33.5625rem;position:absolute;font-family:"chunk five ex";font-size:1.75rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:11.125rem;left:18.5rem;height:2.45rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf7eb;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; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row .container { background-color: transparent; background-image: none; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row .container > .video-iframe-container { display: none; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row > .video-iframe-container { display: none; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .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); }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row .container { border-width: 0; border-radius: 0; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;position:relative;display:block; }#QLgOMorfsponbMQZzTgCJD4OfXVKuc4p { color:rgba(var(--color-secondary-2),1);display:block;width:39.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:4.91015625rem;left:18.46875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TPiN1G2iBAB2tJ3E3lAlafseB2N9g04Q { color:rgba(var(--color-primary-3),1);display:block;width:39rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:1.6865234375rem;left:18.5625rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FPKhXupkdprvmpGM6Xk9krapBoR2RWJL { color:rgba(var(--color-secondary-2),1);display:block;width:36.5625rem;position:absolute;font-family:"chunk five ex";font-size:1.75rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:11.75rem;left:18.46875rem;height:2.45rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w6CAX3MU6Xd24ZVs0vrPFtqA44BoECJp { position:absolute;display:block;z-index:15014;border-top:0.3125rem solid rgba(var(--color-primary-4),1);border-left:0.3125rem solid rgba(var(--color-primary-4),1);border-right:0.3125rem solid rgba(var(--color-primary-4),1);border-bottom:0.3125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:20.625rem;width:15.4375rem;top:1.125rem;left:0.6875rem;overflow:hidden;display:block; }
#T9yFPo5ASTuFUFOfb9pztOCwcBoGCks6 { box-sizing:content-box;height:0.0625rem;width:8.5625rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-3),1);background-image:none;top:10.4375rem;left:18.5rem;display:block; }
#myTKFCL5nHoRlddxhk1tazfsSMgIICVr { background-color:rgba(var(--color-primary-0),0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:11.9375rem;height:2.3125rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:18.0625rem;left:18.46875rem;display:block; }
#hWJHTnQXcIJsp44UpHWfnO0hoUwMNKg3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kNHL6Xcro8deTgDZ15yITBVpmSkylvvo { box-sizing:content-box;height:22.375rem;width:60rem;position:absolute;display:block;z-index:15010;background-color:#fdf7eb;background-image:none;top:0.5rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#FXQSIFmlT0bpbFWcfByMbXiTNqsfx8ER { color:rgba(var(--color-secondary-2),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:14.19921875rem;left:18.46875rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row .container { background-color: transparent; background-image: none; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row .container > .video-iframe-container { display: none; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row > .video-iframe-container { display: none; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .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); }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row .container { border-width: 0; border-radius: 0; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;position:relative;display:block; }#MNScdkHCeAEtHShELegw2OMpx99TTDkw { color:rgba(var(--color-secondary-2),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:4.91015625rem;left:18.468751907349rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K1Jof6D0TtyA9IdePP8hNhBXUGv6XnGr { color:rgba(var(--color-primary-3),1);display:block;width:39rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:1.6865234375rem;left:18.5625rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ydiIqaE7aQemquVzMSJs2oy77edeuAba { color:rgba(var(--color-secondary-2),1);display:block;width:36.5625rem;position:absolute;font-family:"chunk five ex";font-size:1.75rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:12.5625rem;left:18.5rem;height:2.45rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G3LhyzzZUvky8oOvwkkPFwE7cLsSs9w5 { position:absolute;display:block;z-index:15014;border-top:0.3125rem solid rgba(var(--color-primary-4),1);border-left:0.3125rem solid rgba(var(--color-primary-4),1);border-right:0.3125rem solid rgba(var(--color-primary-4),1);border-bottom:0.3125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:20.625rem;width:15.375rem;top:1.125rem;left:0.6875rem;overflow:hidden;display:block; }
#MKgOXTe63afdfQySRgbWiWRWV7LpESbF { box-sizing:content-box;height:0.0625rem;width:8.5625rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-3),1);background-image:none;top:11.71875rem;left:18.468751907349rem;display:block; }
#IlqCLzBOvmo6qktAxzVyMX0RZcudK38F { background-color:rgba(var(--color-primary-0),0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:11.9375rem;height:2.3125rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:18.0625rem;left:18.46875rem;display:block; }
#iakLlDPDBuyaHcwIFNOczIFPQaSnaTKA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VP8MkHzyUlTrU7UFZnVQs1f8SciwWhxo { box-sizing:content-box;height:22.375rem;width:60rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.5rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#XQc4LfUw1qIPuVfak2PLwl4gmdLHtTVk { color:rgba(var(--color-secondary-2),1);display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:15rem;left:18.5rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vEWunH4TgOaJ8h2Tzkc69Jm8eKWHlUVb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf7eb;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; }#vEWunH4TgOaJ8h2Tzkc69Jm8eKWHlUVb > .row .container { background-color: transparent; background-image: none; }#vEWunH4TgOaJ8h2Tzkc69Jm8eKWHlUVb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vEWunH4TgOaJ8h2Tzkc69Jm8eKWHlUVb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vEWunH4TgOaJ8h2Tzkc69Jm8eKWHlUVb > .row .container > .video-iframe-container { display: none; }#vEWunH4TgOaJ8h2Tzkc69Jm8eKWHlUVb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vEWunH4TgOaJ8h2Tzkc69Jm8eKWHlUVb > .row > .video-iframe-container { display: none; }#vEWunH4TgOaJ8h2Tzkc69Jm8eKWHlUVb > .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); }#vEWunH4TgOaJ8h2Tzkc69Jm8eKWHlUVb > .row .container { border-width: 0; border-radius: 0; }#vEWunH4TgOaJ8h2Tzkc69Jm8eKWHlUVb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vEWunH4TgOaJ8h2Tzkc69Jm8eKWHlUVb > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:block; }#ntTIhw8MtSuFXQs7MTVCXmBgMQooR39I { color:rgba(var(--color-secondary-2),1);display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:4.91015625rem;left:18.46875rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IPQBsi4n9ez9UD2f5WPTVBqhTcg0GHzV { color:rgba(var(--color-primary-3),1);display:block;width:39rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:1.6865234375rem;left:18.5625rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VOVQI3Ne1ukxNnSdfol2v0NgM2GRC5KX { color:rgba(var(--color-secondary-2),1);display:block;width:36.4375rem;position:absolute;font-family:"chunk five ex";font-size:1.75rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:11.75rem;left:18.46875rem;height:2.45rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WVvArJq70w7T5kuT32SQn5rJPzch1Emo { position:absolute;display:block;z-index:15014;border-top:0.3125rem solid rgba(var(--color-primary-4),1);border-left:0.3125rem solid rgba(var(--color-primary-4),1);border-right:0.3125rem solid rgba(var(--color-primary-4),1);border-bottom:0.3125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:20.625rem;width:15.375rem;top:1.125rem;left:0.8125rem;overflow:hidden;display:block; }
#KUC7z3MUsKMk36E3Oz5hBb9dA8F1TmA2 { box-sizing:content-box;height:0.0625rem;width:8.5625rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-3),1);background-image:none;top:10.8125rem;left:18.46875rem;display:block; }
#IffvvwlVwgTJJCMbnycH3z9Kguw1UuCR { background-color:rgba(var(--color-primary-0),0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:11.9375rem;height:2.4375rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:18.0625rem;left:18.46875rem;display:block; }
#lTEJ5QwahyZE8xWEDnN8yT11FtcywIFG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gb7hlPEkUaDb0UX469lUQOafTZSive1b { box-sizing:content-box;height:22.5rem;width:60rem;position:absolute;display:block;z-index:15010;background-color:rgba(253,247,235,0.5);background-image:none;top:0.5rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#IpLFr2xcJpseL6CrPO3FBzXSzJm1WskK { color:rgba(var(--color-secondary-2),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:14.19921875rem;left:18.46875rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SCDWLyVhNV1LGTOg78gA0pMSmgcXtFfM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SCDWLyVhNV1LGTOg78gA0pMSmgcXtFfM > .row .container { background-color: transparent; background-image: none; }#SCDWLyVhNV1LGTOg78gA0pMSmgcXtFfM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCDWLyVhNV1LGTOg78gA0pMSmgcXtFfM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCDWLyVhNV1LGTOg78gA0pMSmgcXtFfM > .row .container > .video-iframe-container { display: none; }#SCDWLyVhNV1LGTOg78gA0pMSmgcXtFfM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCDWLyVhNV1LGTOg78gA0pMSmgcXtFfM > .row > .video-iframe-container { display: none; }#SCDWLyVhNV1LGTOg78gA0pMSmgcXtFfM > .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); }#SCDWLyVhNV1LGTOg78gA0pMSmgcXtFfM > .row .container { border-width: 0; border-radius: 0; }#SCDWLyVhNV1LGTOg78gA0pMSmgcXtFfM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SCDWLyVhNV1LGTOg78gA0pMSmgcXtFfM > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:60rem;position:relative;display:block; }#qRprAIp2w5qJhJKzJ8HgfzLppQCscD0A { color:rgba(var(--color-secondary-2),1);display:block;width:40.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:4.91015625rem;left:18.46875rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dKfofxyKe9IxvrSBFVHQaT1oOtSUTfO9 { color:rgba(var(--color-primary-3),1);display:block;width:39rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:1.6865234375rem;left:18.5625rem;height:2.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r7N4blsMkdB51zK2tDTVKVzkgZr6mV1y { color:rgba(var(--color-secondary-2),1);display:block;width:36.4375rem;position:absolute;font-family:"chunk five ex";font-size:1.75rem;font-weight:400;z-index:15048;line-height:1.4;letter-spacing:0;top:12.41015625rem;left:18.46875rem;height:2.45rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CCnKBs3HOpvi28XvmO07CXa2GPO8TOiT { position:absolute;display:block;z-index:15014;border-top:0.3125rem solid rgba(var(--color-primary-4),1);border-left:0.3125rem solid rgba(var(--color-primary-4),1);border-right:0.3125rem solid rgba(var(--color-primary-4),1);border-bottom:0.3125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:20.625rem;width:15.375rem;top:1.125rem;left:0.8125rem;overflow:hidden;display:block; }
#lgdwhG1d44WZa86q7wUPp0Q53dGAUCoq { box-sizing:content-box;height:0.0625rem;width:8.5625rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-3),1);background-image:none;top:10.91015625rem;left:18.46875rem;display:block; }
#vssUvd76KEWCOIFcrkMpbJs5thKrIgza { background-color:rgba(var(--color-primary-0),0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:11.9375rem;height:2.3125rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:18.625rem;left:18.46875rem;display:block; }
#W1UcFUtbNAdWAwUPinmNiMLX19IHzT1Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RoPL5sT9Fsiphhf53UQCvk982UTosFVl { box-sizing:content-box;height:22.5rem;width:60rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;top:0.5rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#ULNXIEHwqafy9dp67vpbZRltUlJByKpL { color:rgba(var(--color-secondary-2),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:15rem;left:18.46875rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h > .row .container { background-color: transparent; background-image: none; }#VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h > .row .container > .video-iframe-container { display: none; }#VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h > .row > .video-iframe-container { display: none; }#VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h > .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); }#VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h > .row .container { border-width: 0; border-radius: 0; }#VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:60rem;position:relative;display:block; }#dqbhPJgsz7KZ8GgPMLmS6TTwDX10wzhD { color:rgba(var(--color-primary-3),1);display:block;width:22.0625rem;position:absolute;font-family:"chunk five ex";font-size:2.1875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:8.25rem;left:5.25rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t0GJa6K0u0m6U8F7FI4RM1LGNVhyk31u { color:#fdf7eb;display:block;width:24.625rem;position:absolute;font-family:"chunk five ex";font-size:2.1875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:8.25rem;left:21.4375rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HLla8BNDxoxlV8gdScy3G9lLbkH6gWHc { color:rgba(var(--color-primary-3),1);display:block;width:12.3125rem;position:absolute;font-family:"chunk five ex";font-size:2.1875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:8.25rem;left:42.4375rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R1eEL15bzV0Rr2OApdXpI8OGui6GhkR8 { color:rgba(var(--color-primary-3),1);display:block;width:20.5625rem;position:absolute;font-family:"chunk five ex";font-size:5.625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:2.375rem;left:6rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iN9V098kkxwdDMCTbITIkgT384TxCAqs { color:rgba(var(--color-primary-3),1);display:block;width:12.3125rem;position:absolute;font-family:"chunk five ex";font-size:5.625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:2.375rem;left:42.4375rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KvG5ybVWtNVIdailzeX2t8eEOpZ9KvXO { color:#fdf7eb;display:block;width:21.375rem;position:absolute;font-family:"chunk five ex";font-size:5.625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:2.375rem;left:23.0625rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k > .row .container { border-width: 0; border-radius: 0; }#QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k > .row .container { font-size:0.875rem;font-family:arial;height:74.25rem;width:60rem;position:relative;display:none; }#ChUGTn5xlKSO9IsP7gaDqN1CIeDn5hTw { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.75);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: 0.0625rem 0.5625rem 4.625rem rgba(var(--color-secondary-2),0.1) ;height:72.0625rem;width:60rem;top:0rem;left:0rem;display:none; }
#wMrlEC5KsZ4zZdgq7wZvweDDehwmSri7 { color:rgba(var(--color-secondary-2),1);display:block;width:15.25rem;position:absolute;font-family:ubuntu;font-size:1.9375rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:11.5625rem;left:6rem;height:2.13125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#OTyQx0sFGo7q5sWSngC4JhaKTk4LxyTv { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:"chunk five ex";font-size:1.875rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:13.625rem;left:8.8125rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#kWyL4A82b7JhJvNw6LUDH03HtTXEcahb { position:absolute;display:block;z-index:15037;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:11.5625rem;left:22.875rem;display:block; }
#QdiMHESkK8U2n8SDykzgZB5TBRd49dyW { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:12.25rem;left:23.5625rem;overflow:hidden;display:block; }
#OyqgrT0ZUIodfORVtQ307mhTR1QymUZU { position:absolute;display:block;z-index:15039;background-color:#fdf7eb;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:28.8125rem;left:22.875rem;display:block; }
#L21hRDus9syyy2ET2mTIqKbHFqXaSOH2 { color:rgba(var(--color-secondary-2),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:29.5625rem;left:29.1875rem;height:1.78125rem;text-align:left;text-align-last:left;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; }
#ZOiXSclXPXsJJRmAfJEVwGZebi7V8QKz { position:absolute;display:block;z-index:15043;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:53.875rem;left:22.8125rem;display:block; }
#Tfa6xTCKaH12p7e1KwTK3wNe6qwIqITq { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:54.5rem;left:23.5rem;overflow:hidden;display:block; }
#pGO1mapTsn2rv0ehtN2dZWa6DkS6JSl5 { position:absolute;display:block;z-index:15045;background-color:#fdf7eb;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:68.5rem;left:22.875rem;display:block; }
#udKFxW6AtzrBsxtq5014aREpR3ifqqUJ { color:rgba(var(--color-secondary-2),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15039;line-height:1.5;letter-spacing:0;top:69.125rem;left:29.1875rem;height:1.78125rem;text-align:left;text-align-last:left;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; }
#eqXKLoZJKHWsn9GIEJckAB0Jbdi4kXxr { position:absolute;display:block;z-index:15043;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:33.3125rem;left:22.8125rem;display:block; }
#v4vtm763G3mTbBTEseUeT060wgXbewzg { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:34.0625rem;left:23.5rem;overflow:hidden;display:block; }
#qXQuIP0vKROm4NUATvqIZd9GiD0DsJml { color:rgba(var(--color-secondary-2),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:14rem;left:29.1875rem;height:5.34375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZuSpv4Zc8TAE91vJnXTJGAQTZo804rkD { color:rgba(var(--color-secondary-2),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:50.0625rem;left:29rem;height:1.78125rem;text-align:left;text-align-last:left;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; }
#QlQBaZNKO4xRfJK6sQeL3O54gawNsGKT { position:absolute;display:block;z-index:15036;background-color:#fdf7eb;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:59.5rem;width:0.1875rem;top:9.1875rem;left:24.250001907349rem;display:block; }
#iNSE2xoDvXTH7syZyDauztgUszW6Cz2I { color:rgba(var(--color-secondary-2),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:7.109360694885rem;left:29.125rem;height:1.78125rem;text-align:left;text-align-last:left;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; }
#HFyOJbiQtyLxICIK9DwTMG6UzGDEnioE { color:rgba(var(--color-primary-3),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:33.5625rem;left:27rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }#HFyOJbiQtyLxICIK9DwTMG6UzGDEnioE li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#HFyOJbiQtyLxICIK9DwTMG6UzGDEnioE li:before{  }
#woznlyd3dDwqA539DlWhcycUEqDDEfnr { color:rgba(var(--color-secondary-2),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15044;line-height:1.5;letter-spacing:0;top:56.875rem;left:29.1875rem;height:3.5625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E51DniUl4Imzd1zvtWVT9nFG2hZsz1qg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:29.375rem;left:23.4375rem; }
#wwdIe8oHKkxCThT1lD2H0vodkRnaJdT9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:49.9375rem;left:23.4375rem; }
#Xe8EA3L60HLg873vfePzLaz5ddkQuV8i { position:absolute;display:block;z-index:15040;background-color:#fdf7eb;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:49.4375rem;left:22.875rem;display:block; }
#ZCHSQgTyPGJ8S2tKQ12dSbE7mke9DeSZ { position:absolute;display:block;z-index:15040;background-color:#fdf7eb;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;height:3rem;width:3rem;top:6.5rem;left:22.8125rem;display:block; }
#Hg2C4TLFDZvnDXSzDaTuDey45DT0KZEV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:69.125rem;left:23.5rem; }
#p7PycXJTdMzpBqbrNHPNHSgQ2e5DU7vH { color:rgba(var(--color-secondary-2),1);display:block;width:55.75rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.005859375rem;left:2.125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wFU56N9Qici0lsAphCC24VpZV2Tk2VJb { color:#ffab54;display:block;width:12.5rem;position:absolute;font-family:"chunk five ex";font-size:1.875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:68.75rem;left:8.8125rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QKaH1Lg9Xs6fc1vBm4GzDbzAonEqcxaF { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:"chunk five ex";font-size:1.875rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:6.7803821563719rem;left:8.6180553436281rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wHHsZW4QTGSW75SnhynIpUsnGVAOfkSA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:7.12326335907rem;left:23.40625rem; }
#CNZSNXm1gyVWLJgfXDlGJbRdNEac9QBn { color:rgba(var(--color-secondary-2),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:36.125rem;left:29.125rem;height:5.34375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mUq7POXWOGBdTWXH75hJ4ToC9hoNBHqB { color:rgba(var(--color-secondary-2),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15040;line-height:1.5;letter-spacing:0;top:44.6875rem;left:29.125rem;height:3.5625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s2w49tcgR59ZA5zuybGzf3OggmVQFx1C { color:rgba(var(--color-primary-3),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:42rem;left:27rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }#s2w49tcgR59ZA5zuybGzf3OggmVQFx1C li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#s2w49tcgR59ZA5zuybGzf3OggmVQFx1C li:before{  }
#dq52rOHMUFV7xzz3NU9VhWRhlWJTyfWq { color:rgba(var(--color-primary-3),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15040;line-height:1.5;letter-spacing:0;top:11.5625rem;left:27rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }#dq52rOHMUFV7xzz3NU9VhWRhlWJTyfWq li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#dq52rOHMUFV7xzz3NU9VhWRhlWJTyfWq li:before{  }
#iiZTJqg7tqZKHuCFyM111Z78gJLbpLRm { color:rgba(var(--color-secondary-2),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15044;line-height:1.5;letter-spacing:0;top:22.5rem;left:29.1875rem;height:5.34375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#svhoyEx6nlbqrP3feCbMK2Pxds9yip5C { color:rgba(var(--color-primary-3),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:20rem;left:27.0625rem;height:;text-align:left;text-align-last:left;display:block; }#svhoyEx6nlbqrP3feCbMK2Pxds9yip5C li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#svhoyEx6nlbqrP3feCbMK2Pxds9yip5C li:before{  }
#rLW1wBTByrU6osFuXNr0qy7RmdmJ52TV { color:rgba(var(--color-secondary-2),1);display:block;width:15.25rem;position:absolute;font-family:ubuntu;font-size:1.9375rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:33.75rem;left:6rem;height:2.13125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#xQfDO8xzb3qUIv7ngWIXtrlLUeEQehSh { color:rgba(var(--color-secondary-2),1);display:block;width:15.25rem;position:absolute;font-family:ubuntu;font-size:1.9375rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:54.3125rem;left:6rem;height:2.13125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#tSkpeFE8w98Go3w2AAAsN1wuGRgEnCIV { color:rgba(var(--color-primary-3),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:54.25rem;left:27.1875rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }#tSkpeFE8w98Go3w2AAAsN1wuGRgEnCIV li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#tSkpeFE8w98Go3w2AAAsN1wuGRgEnCIV li:before{  }
#clH3ATUUFEpTVLidQ78Cbqu9IkQld8gH { color:rgba(var(--color-primary-3),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:61.375rem;left:27.1875rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }#clH3ATUUFEpTVLidQ78Cbqu9IkQld8gH li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#clH3ATUUFEpTVLidQ78Cbqu9IkQld8gH li:before{  }
#yfhHoh5A7sOXq8IwaZdXuSkBPbPIPUeH { color:rgba(var(--color-secondary-2),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15046;line-height:1.5;letter-spacing:0;top:63.875rem;left:29.1875rem;height:3.5625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wnG9goTFFfPRswhhoZOyXulRTkTSymfA { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:"chunk five ex";font-size:1.875rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:29.09375rem;left:8.8000011444094rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#X0o59wEpZaKtLdP2sA43WJSv3pV7Dis2 { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:"chunk five ex";font-size:1.875rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:35.90625rem;left:8.8000011444094rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#RF9Jp6Tlqme6hcCCgkcf5wuk6lIxBJZP { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:"chunk five ex";font-size:1.875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:49.734375rem;left:8.8000011444094rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#E4GdTBbT3UuMnQPgFLBrIwHxIsgmxgNi { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:"chunk five ex";font-size:1.875rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:56.4375rem;left:8.8000011444094rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Baq6JIaf5C9qav0ZLh84WWMTyvrOO12I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/21bed76d-01a1-48da-a7d6-f727b067a930/priscilladupreezrf5UIXqxzgunsplash1.jpg");background-position:center !important;background-repeat: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:none; }#Baq6JIaf5C9qav0ZLh84WWMTyvrOO12I.adaptive-delivery-prevent-bg, #Baq6JIaf5C9qav0ZLh84WWMTyvrOO12I.lazyload, #Baq6JIaf5C9qav0ZLh84WWMTyvrOO12I.lazyloading { background-image: none; }#Baq6JIaf5C9qav0ZLh84WWMTyvrOO12I > .row .container { border-width: 0; border-radius: 0; }#Baq6JIaf5C9qav0ZLh84WWMTyvrOO12I::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; }#Baq6JIaf5C9qav0ZLh84WWMTyvrOO12I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Baq6JIaf5C9qav0ZLh84WWMTyvrOO12I > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:60rem;position:relative;display:none; }#OXCHl4hZUdL8zaOtVAe2TltrXppag04t { color:rgba(var(--color-secondary-2),1);display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:5.7822265625rem;left:2.25rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iOANssfo3eH4tRRU2KkEVhJbkmbyIRCB { color:rgba(var(--color-primary-3),1);display:block;width:42.375rem;position:absolute;font-family:"chunk five ex";font-size:2.75rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:1.6865234375rem;left:2.25rem;height:3.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gy4kqgiInxaM3yvz5EZN2OTmBvLJ1HNA { color:rgba(var(--color-secondary-2),1);display:block;width:39.875rem;position:absolute;font-family:"chunk five ex";font-size:1.875rem;font-weight:400;z-index:15049;line-height:1.4;letter-spacing:0;top:14.9912109375rem;left:2.25rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gwJW7y3gBO2eTtgZAwycEI8uG7B9CePh { color:rgba(var(--color-secondary-2),1);display:block;width:55.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:25.23046875rem;left:2.25rem;height:14.959rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#knM0JkrxBBNvAdRhTOrLBrUnGa84UZiQ { box-sizing:content-box;height:42.25rem;width:60rem;position:absolute;display:block;z-index:15013;background-color:rgba(253,247,235,0.81);background-image:none;top:0rem;left:0rem;display:block; }
#OH6k51mTEOroVFumt3NSWzbTZnVv0AFd { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:"chunk five ex";font-size:1.5rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:12.269088745118rem;left:2.25rem;height:2.099825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q5TTx9RtkVeW2psurJ3hlkZH0Aa42biN { box-sizing:content-box;height:8.5625rem;width:40.75rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-primary-0),0.7);background-image:none;top:14.8037109375rem;left:1.4375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-secondary-2),0.5) ;display:block; }
#Bu1L9OH2iUmp3MXiHCeBACfb2pQQxNz9 { position:absolute;display:block;z-index:15018;border-top:0.1875rem solid rgba(var(--color-primary-4),1);border-left:0.1875rem solid rgba(var(--color-primary-4),1);border-right:0.1875rem solid rgba(var(--color-primary-4),1);border-bottom:0.1875rem solid rgba(var(--color-primary-4),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:22.0625rem;width:16.5rem;top:0rem;left:43.25rem;overflow:hidden;display:block; }
#raFc9fWk623fnMcNTczqxL3ryK7vAB9i { 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; }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .row .container { background-color: transparent; background-image: none; }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .row .container > .video-iframe-container { display: none; }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .row > .video-iframe-container { display: none; }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .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); }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .row .container { border-width: 0; border-radius: 0; }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:60rem;position:relative;display:block; }#T3lmkto08bhkcDd0XIEAluQdHpTNLH3z { color:#370f11;display:block;width:40.1875rem;position:absolute;font-family:"chunk five ex";font-size:2.375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:1.5rem;left:9.90625rem;height:2.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IWZKOKKleNWfiaKCiHGD0h633el3mH3L { color:#370f11;display:block;width:52.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:4.88671875rem;left:3.6875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AgW88V5oFNor6RTSc5fbdxbBH20C156r { 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; }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .row .container { background-color: transparent; background-image: none; }#AgW88V5oFNor6RTSc5fbdxbBH20C156r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .row .container > .video-iframe-container { display: none; }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .row > .video-iframe-container { display: none; }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .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); }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .row .container { border-width: 0; border-radius: 0; }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;position:relative;display:block; }#omGg3Ts1iJy8sxvQXFmTuWk9DPL47vnQ { position:absolute;display:block;z-index:15000;height:15.6875rem;width:60rem;top:0rem;left:0rem;display:block; }
#XUI9ao92sUvoUQtXKHlMiJfSZwwvMAgc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XUI9ao92sUvoUQtXKHlMiJfSZwwvMAgc > .row .container { border-width: 0; border-radius: 0; }#XUI9ao92sUvoUQtXKHlMiJfSZwwvMAgc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XUI9ao92sUvoUQtXKHlMiJfSZwwvMAgc > .row .container { font-size:0.875rem;font-family:arial;height:1.8125rem;width:60rem;position:relative;display:none; }#mKPeOJuSyy5AMvW8iF7C1KtW0gaEeCHi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mKPeOJuSyy5AMvW8iF7C1KtW0gaEeCHi > .row .container { border-width: 0; border-radius: 0; }#mKPeOJuSyy5AMvW8iF7C1KtW0gaEeCHi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mKPeOJuSyy5AMvW8iF7C1KtW0gaEeCHi > .row .container { font-size:0.875rem;font-family:arial;height:59.0625rem;width:60rem;position:relative;display:none; }#HTtlSmOZ1ez2MnQCuXnzkyBKrcGMR8zT { 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:21.125rem;width:20.8125rem;top:1.28125rem;left:5.28125rem;overflow:hidden;display:block; }
#W0GvhZVw7fuGCib2fx3BoW90y4MQT5SX { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:24.4375rem;top:2.09375rem;left:32.78125rem;overflow:hidden;display:block; }
#wuenJDypzpbGXT406IoNwqIbdLNXEFQU { 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:23.0625rem;width:21.375rem;top:23.8125rem;left:5rem;overflow:hidden;display:block; }
#KDu6m4e3RVdgGCwFRtZHCokQarzDDz7J { 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:18.125rem;width:24.75rem;top:23.8125rem;left:32.625rem;overflow:hidden;display:block; }
#nc2CuSIJO2l5uaHGzUVT3ZIpmGGHA2iy { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:29.0625rem;top:44.21875rem;left:30.46875rem;overflow:hidden;display:block; }
#dokhTiZSC63H5AWrrlzKxQATvUV3oBiN { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:22.5625rem;top:49.03125rem;left:4.40625rem;overflow:hidden;display:block; }
#OJRvimC0gNIHfQUG0XqifJlOEMsW9rTu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:29.25rem;top:49.90625rem;left:30.375rem;overflow:hidden;display:block; }
#zQX4Nw727AgS3ro4E7MwUgOXKKwfMubh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zQX4Nw727AgS3ro4E7MwUgOXKKwfMubh > .row .container { border-width: 0; border-radius: 0; }#zQX4Nw727AgS3ro4E7MwUgOXKKwfMubh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zQX4Nw727AgS3ro4E7MwUgOXKKwfMubh > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:60rem;position:relative;display:none; }#T5lEC1Hyv4Ez7i2qw9shr0T7uqhaeTRC { 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:21.125rem;width:20.8125rem;top:1.28125rem;left:5.28125rem;overflow:hidden;display:block; }
#ncQNW3sJ3Kunu8a8XMd9Z7loEzPCud9X { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:24.4375rem;top:2.09375rem;left:32.78125rem;overflow:hidden;display:block; }
#oEayPy2dy0LkhVRv8H6TR48LRXA9EFGO { 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:23.0625rem;width:21.375rem;top:23.8125rem;left:5rem;overflow:hidden;display:block; }
#sZPi99aGbTmyg54AUqUzgsOdexbF35Iy { 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:18.125rem;width:24.75rem;top:23.8125rem;left:32.625rem;overflow:hidden;display:block; }
#VsnluNAGZ7rfXyJ8SfS5M3OF4KPcTQ8z { position:absolute;display:block;z-index:15005;height:1.875rem;width:56.75rem;top:47.75rem;left:1.59375rem;display:block; }
#a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(55,15,17,0.89);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; }#a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z > .row .container { background-color: transparent; background-image: none; }#a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z > .row .container > .video-iframe-container { display: none; }#a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z > .row > .video-iframe-container { display: none; }#a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z > .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); }#a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z > .row .container { border-width: 0; border-radius: 0; }#a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;position:relative;display:block; }#LqAXKfZulty3StrWJy7WcE4DBO4kmh1a { background-color:#ed6a11;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.25rem;height:3.4375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:2.1250009536743rem;left:19.875001907349rem;display:block; }
#o0MOXhs1PtiBq4fRsmlzuNWvdkZFSFT6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SVLhKEo1ifDJ1JDCmpgATqLgKTJdgSbB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(253,247,235,0.89);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; }#SVLhKEo1ifDJ1JDCmpgATqLgKTJdgSbB > .row .container { background-color: transparent; background-image: none; }#SVLhKEo1ifDJ1JDCmpgATqLgKTJdgSbB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVLhKEo1ifDJ1JDCmpgATqLgKTJdgSbB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVLhKEo1ifDJ1JDCmpgATqLgKTJdgSbB > .row .container > .video-iframe-container { display: none; }#SVLhKEo1ifDJ1JDCmpgATqLgKTJdgSbB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVLhKEo1ifDJ1JDCmpgATqLgKTJdgSbB > .row > .video-iframe-container { display: none; }#SVLhKEo1ifDJ1JDCmpgATqLgKTJdgSbB > .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); }#SVLhKEo1ifDJ1JDCmpgATqLgKTJdgSbB > .row .container { border-width: 0; border-radius: 0; }#SVLhKEo1ifDJ1JDCmpgATqLgKTJdgSbB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SVLhKEo1ifDJ1JDCmpgATqLgKTJdgSbB > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:60rem;position:relative;display:block; }#Co7wvZKCf1EfNb791KVl5btGD1Ou5hAW { color:rgba(var(--color-secondary-2),1);display:block;width:59.875rem;position:absolute;font-family:"chunk five ex";font-size:2.5rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:2.3671875rem;left:0.125rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(253,247,235,0.89);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; }#MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg > .row .container { background-color: transparent; background-image: none; }#MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg > .row .container > .video-iframe-container { display: none; }#MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg > .row > .video-iframe-container { display: none; }#MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg > .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); }#MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg > .row .container { border-width: 0; border-radius: 0; }#MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:60rem;position:relative;display:block; }#Tlxfokea5ZfFUmBcym9Vw57rTxw3T1l8 { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:16.873266220092rem;left:20rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TdnHgteVhXJx9KPw68k9D8bDWehb39vg { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.625rem;width:10.1875rem;top:1.5625rem;left:4.6875rem;overflow:hidden;display:block; }
#e6NNqDsRIDqcJ4i3BAverLOT7IpyayDy { box-sizing:content-box;height:2.1875rem;width:12.625rem;position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-0),1);background-image:none;top:13.875rem;left:3.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-secondary-2),0.5) ;display:block; }
#zxJ2xP7MhGNG3Ea1ZtEwOEmBuR4ulshT { color:rgba(var(--color-secondary-2),1);display:block;width:13.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15074;line-height:1;letter-spacing:0;top:14.4375rem;left:23.375001907349rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#eXoPMi4AcztbmzL0b5KdpiMKiZFXSLn4 { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:16.874111175537rem;left:40rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xrm8KquN8wrTKnACON0RdiATgXEC7k4R { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.625rem;width:10.1875rem;top:1.5625rem;left:24.90625rem;overflow:hidden;display:block; }
#gCPI8dyQGoUVrqxl1aquhLcV3FUcVCQv { box-sizing:content-box;height:2.1875rem;width:12.625rem;position:absolute;display:block;z-index:15066;background-color:rgba(var(--color-primary-0),1);background-image:none;top:13.875rem;left:23.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-secondary-2),0.5) ;display:block; }
#ApOV180LUMpX5xDnprfFLBCym8SvaF24 { color:rgba(var(--color-secondary-2),1);display:block;width:13.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15073;line-height:1;letter-spacing:0;top:14.4375rem;left:43.375rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#VsuXbWGgExrybhWlniVdG29fqSkns5J9 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:13.625rem;width:10.1875rem;top:1.4375rem;left:44.6875rem;overflow:hidden;display:block; }
#EPLQIk3mWBDacJdQftlrr8WPT03yRrTo { box-sizing:content-box;height:2.1875rem;width:12.625rem;position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-primary-0),1);background-image:none;top:13.875rem;left:43.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-secondary-2),0.5) ;display:block; }
#POGtFIi9c5FeOsJoqeDnHvdetTBtXuJ2 { color:rgba(var(--color-secondary-2),1);display:block;width:13.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15072;line-height:1;letter-spacing:0;top:14.4375rem;left:3.375rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#gGEzSJTeqcbofZVSc7yRJo4FoB3xsrIB { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:16.873266220092rem;left:0rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kVTqrim6vkL94hs0HXkg2fxrT2TWl9Mm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kVTqrim6vkL94hs0HXkg2fxrT2TWl9Mm > .row .container { border-width: 0; border-radius: 0; }#kVTqrim6vkL94hs0HXkg2fxrT2TWl9Mm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kVTqrim6vkL94hs0HXkg2fxrT2TWl9Mm > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:60rem;position:relative;display:none; }#iIuXJSZ1TG8ozixzcH5ty6KRfyeZ9S2y { position:absolute;display:block;z-index:15001;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:5.4375rem;width:53.9375rem;top:3.0625rem;left:3rem;display:block; }
#zwAfxxvz7XeF8p5Hghc4KAXTFnMVCHvo { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#fdf7eb;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.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:4.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:18.684028208256rem;left:22.34375rem;display:block; }
#GNm3xXnxxnOXNhZIwv84WM5b5OhWcvDM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0.9175rem;padding-right:0.7975rem;padding-bottom:0.9175rem;padding-left:0.7975rem;display:block;align-items:center;width:4.785625rem;min-width:4.785625rem;height:4.93125rem;position:relative;font-family:"open sans";font-size:3.67rem;font-weight:700;line-height:78.9px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-secondary-2),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.57375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:6.378125rem;height:1.949375rem;position:relative;font-family:"open sans";font-size:1.37625rem;font-weight:400;line-height:31.19px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:29.5rem;height:9.2890625rem;padding-top:1.14625rem;padding-right:1.13875rem;padding-bottom:1.14625rem;padding-left:1.13875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:7.1032987236975rem;left:14.110244750976rem;z-index:15004; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #m3tXaggqlhRAdJfI97079X4f7G1gC7z3 { display:flex;position:relative;top:0rem;left:0rem; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #pJHGAshPRbyk6TIgP2gDnLr4r6LDcvmP { width:auto; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #Twb5huESNiflNIVvbAQinSetvGQPRFDW {  }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #nrTaqae0hoc9UyO0gBRyXAWZldsZaNti { display:flex;position:relative;top:0rem;left:0rem; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #JBGM9uXQR7tceIR8cSMCkZHW4kaElFMT {  }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #V6Guv99Wkpo6SnWJtIShvTPKKLxCHMd0 {  }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #cC7U3tUlasCpHkhDBzG6lpW4kgtI3hrX { display:flex;position:relative;top:0rem;left:0rem; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #HBrifRHVTCr8T9HK8kDqoxWm0Z6FGJrQ {  }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #kOskF8LXOST4NTrpghXuTEEIMQRdZu00 {  }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #mduiIWchL2Mo8qHHO5wT33KEqfD9P2d7 { display:flex;position:relative;top:0rem;left:0rem; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #gZ3aXXo4qSo1h8LVOKIsZdRe0wy3s7WE {  }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #rVvfTeVU2y9Px0LNfbH2EV5EV2udK73L {  }
#TkF6P0Fw0CTxVUIcemmH2c3iNuTzmVJy { color:#fdf7eb;display:block;width:55.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5798780620098rem;left:2.25rem;height:5.524675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L064orHKVwJN1NslUxfqrGBC2LF4xxOq { box-sizing:content-box;height:14.3125rem;width:45.5625rem;position:absolute;display:block;z-index:15000;background-color:#fdf7eb;background-image:none;top:5.1241316795349rem;left:7.21875rem;display:block; }
#Bih1nBlIH3eigTQJzycdulLvNodl2AWE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .row .container { background-color: transparent; background-image: none; }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .row .container > .video-iframe-container { display: none; }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .row > .video-iframe-container { display: none; }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .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); }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .row .container { border-width: 0; border-radius: 0; }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:60rem;position:relative;display:block; }#AFCSXH1xRqqoadBSiTGW7hfJA6dnC9wc { color:#fdf7eb;display:block;width:59.875rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:2.060546875rem;left:0rem;height:2.2500875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dbgTDZFJ5vMRPnxJ6Se16lw5neRlvTkC { background-color:#fdf7eb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color: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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:24.8125rem;left:21.28125rem;display:block; }
#T21gmKUMe6p48MTeW3d8TSrQDhFL6smF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wDFlcnnp7kt5P3SexgBtB4CSRQbHHtgU { color:#fdf7eb;display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:6.4365234375rem;left:6.1875rem;height:15.75rem;text-align:center;text-align-last:center;display:block; }
#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z { background-color:#fdf7eb;background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .row .container { background-color: transparent; background-image: none; }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .row .container > .video-iframe-container { display: none; }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .row > .video-iframe-container { display: none; }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .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); }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .row .container { border-width: 0; border-radius: 0; }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#ghIUKxvSfFFyfQUME21OX39m2h5Aw6lU { color:rgba(var(--color-secondary-2),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:33rem;left:16.1875rem;height:1.38139375rem;font-style:normal;display:block; }
#FW0PecsOdwSQpLZPnNTXsg3P9D3nu91z { color:rgba(var(--color-secondary-2),1);display:block;width:29.5rem;position:absolute;font-family:"chunk five ex";font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.3125rem;left:15.25rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#xs0w3WPwCKFPTIwbPQxktdkruxa03eo8 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;top:32.9375rem;left:39.8125rem; }
#xs0w3WPwCKFPTIwbPQxktdkruxa03eo8 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#T3NRFTVwH2Fzv3keVxSJgbtLMxMbt92n { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;top:32.6875rem;left:41.875rem; }
#T3NRFTVwH2Fzv3keVxSJgbtLMxMbt92n > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-form-header {  }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-secondary-2),1);width:26.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-text {padding-top: 0; padding-bottom: 0;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-select {padding-top: 0; padding-bottom: 0;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-button { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:26.125rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:24.75rem;overflow:hidden;font-style:normal; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-container:first-of-type{padding-top:0;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-container:last-of-type{padding-bottom:0;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy  { background-color:#fdf7eb;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15047;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;position:absolute;top:9.46875rem;left:16.1875rem; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.125rem; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy {display:block;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy { background-color:#fdf7eb;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15047;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;position:absolute;top:9.46875rem;left:16.1875rem; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #wFy5kDTmiR09wK9NbgNi2KSQGBsB9ZAf { position:relative; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #SUclRCylOnZE73VusSFxAdQMcqW99bnq { position:relative;display:block; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #lAQDCndAnGKSxb8valcWvDQN1QMEp1NX { position:relative; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #Gts8BCa3Rc7DIRNVnInAw3g4lQyPilG0 { position:relative; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #wuh2mw3FVNWwTLT54TIngVmEa3VG64D5 { position:relative;display:block; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #aZXdqcxrZP3VLzIduECg7Ca8TQJ259Ap { position:relative; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #ReZGctkcWzGpzTNK8AWyU5aes93VeWlP { position:relative; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #Wmsdrm6T3I8tecyA0NE9wKXecm6RHdCz { position:relative;display:block; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #dEND2GHsy76bMFEglUngd47K4q9BZ7TO { position:relative; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #vlfTr4nMGpz5FSEq0As1sxiQB0EvRoRl { position:relative; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #daZTxMNtPJ2WgudynJh7OzMUNOG1cdFR { position:relative; }
#eVTel7HzvkKFDpcoo9r385RTaqe42Mhu { color:rgba(var(--color-secondary-2),1);display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:5rem;left:6.1875rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdf7eb;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; }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .row .container { background-color: transparent; background-image: none; }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .row .container > .video-iframe-container { display: none; }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .row > .video-iframe-container { display: none; }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .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); }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .row .container { border-width: 0; border-radius: 0; }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:60rem;position:relative;display:block; }#qXILCumovTi9Umyktdc0vyPR75uOrfbW { color:rgba(var(--color-secondary-2),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:2.8125rem;left:16.125rem;height:1.12526875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VQGgndPI1PMBJHpt5QFTGS9QlyQ0oAGH { color:rgba(var(--color-tertiary-2),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:0.75rem;left:19.5rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zyykpi492cm9RLrJwcI7xCr6OINZECb2 { color:rgba(var(--color-secondary-2),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:0.75rem;left:27.3125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mABgK1RWQNDAiXAbaEHKJ93xwZMkV2tT { color:rgba(var(--color-secondary-2),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:2.8125rem;left:31.3125rem;height:1.12526875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 { display:none; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fCwyF73UuDvQVLeDm9CVeHWKT6fmQWsW { width:20.4375rem;height:2.9375rem;top:0.8125rem;left:13.656251907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLM8rrMNTFpEIiJ8PQrXSgqhV1bGJUMl { display:block; }
 }@media only screen and (max-width: 763px) { #Iqv1cPff5vsUz2FCT2GumCITEbO1Eoqs { width:12.5rem;height:1.25rem;top:4rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bq0tDsTXovukcQFcnapdazWHEhOGOuH5 { display:none; }#bq0tDsTXovukcQFcnapdazWHEhOGOuH5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K7LPmxOGLyfzuWNRM3msblEqDSM2MMyU { width:8.6875rem;height:3.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUP7x9Z9bZenM8lkyQ82QZryUkHcL6Fk { width:7.875rem;height:3.4375rem;top:0rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XustMqPNWQXu702sWJqTihFJ2C6DkrSw { display:block; }
 }@media only screen and (max-width: 763px) { #qPzftVzw1Af9t2LzG5voo544APhA2PrZ { width:4.125rem;height:3.4375rem;top:0rem;left:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVum5DMZVn7LWCaRJgNdnZ6brw5TkNb4 { display:block; }
 }@media only screen and (max-width: 763px) { #MZotULm0Gpp67MaE70V1TatbpFTTPbTv { width:5.625rem;height:2.0625rem;top:0.6875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuAL5fVToF1UKwbzrlMbAFxp4pOIZh5I { display:block; }
 }@media only screen and (max-width: 763px) { #nn8cUfgJi74xTZTfbRZforbzzxIT0TVi { width:6.3125rem;height:3.4375rem;top:0rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXBszAwrkTors3ZpOdEtudMhl5DbdP6o { display:block; }
 }@media only screen and (max-width: 763px) { #FSCQ8l1dfNvLOnyi7RJmk4U0rcT5oOUW { width:7.875rem;height:3.4375rem;top:0rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbFWhqNmFMep27ueoGnNEvLNdXbeVKhr { display:block; }
 }@media only screen and (max-width: 763px) { #ubP7901eMv6bnMd2dliPP6S7Q5WM6GA9 { display:none; }#ubP7901eMv6bnMd2dliPP6S7Q5WM6GA9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iDdbpMrhAMDMtnm5x6riJzyvoRyF9FMT { width:8.6875rem;height:3.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOLCHT41WaubTgIwzFirQSVxBVrC1Vek { width:7.875rem;height:3.4375rem;top:0rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUdahQxOKXsal58xzVnhUxNPbSEJaxzH { display:block; }
 }@media only screen and (max-width: 763px) { #OQ0TMc8wL3rzxM1RUT3cZlq8fBPQMWUc { width:4.125rem;height:3.4375rem;top:0rem;left:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAqgX3RoQXmqFFOSK16i7ly5AyDczl6b { display:block; }
 }@media only screen and (max-width: 763px) { #hSFeyIFlTNoCATOLbOdlPpP3yB4JqG2m { width:5.625rem;height:2.0625rem;top:0.6875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td27sdaZUHF7mO250VLAzqaP3Brrhoi3 { display:block; }
 }@media only screen and (max-width: 763px) { #hiHgss6zlGtAWaSZkgTz9oNsDHqGEIy6 { width:6.3125rem;height:3.4375rem;top:0rem;left:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubn61RiPDOeFilh2HM8rNhiVaUrvyEcZ { display:block; }
 }@media only screen and (max-width: 763px) { #F383P6lC1fpMo5wJ4qvGfhD2nDA3SUTl { width:7.875rem;height:3.4375rem;top:0rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwV7XRhnZaDWupIwfKT96i6xCh1nq64Z { display:block; }
 }@media only screen and (max-width: 763px) { #KUooUz5aQr1HOXAgaIRbc9IUhHp3bbtW { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM { display:block; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3OqJwXnwx16wz96llByyEUyQixdAU30 { width:28.9375rem;height:3.8125rem;top:13.125rem;left:9.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNJ2mQJy7xurhL4G8EawgSfndPWDwRSW { width:47.75rem;height:2.9375rem;top:8.0625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTBtvfQC7WRpvkXuyTB6wQHhMmlferop { width:7.9375rem;height:10.6875rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4Ux0v6TSEGqL0czGLi5TTRnNZbZhmga { width:7.9375rem;height:10.6875rem;top:27rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvb1TwX9GrT4aIznm2yUsxJ3HmFMdl7D { width:7.9375rem;height:10.625rem;top:27rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9NiH7PErxOs0rl5JHnrz4dASpyMdTmL { width:9rem;height:3.1875rem;top:37.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxKhHZdxUJ1EwNWFGLULLHvLzxcK9V1k { width:9.125rem;height:1.1875rem;top:37.9375rem;left:33.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO2AzMDvOxvnwTpMKDAlssqdOCWQFpA2 { width:9.125rem;height:4.1875rem;top:37.125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTgd9TGMHq72QRohHp5FTGU4LiDrkaQR { width:9rem;height:3.1875rem;top:37.5rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq60DxZrp1wSRFkPyni7tGCNtTyFM2Ky { width:7.0625rem;height:1.875rem;top:37.6875rem;left:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT3sAbtVXh1AgNHDRap7S0AR7OZ0ipqt { width:8.4375rem;height:1.1875rem;top:38rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUfzaPwBLaKHeStmTanyT9XBZfoPqc2y { width:17.6875rem;height:6.375rem;top:1.625rem;left:14.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsvzn4HwJr4Uetbw70AI1Uo7K5IKmR3s { width:32.9375rem;height:4.6875rem;top:12.6875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKAqd6MIG35qOzs6U1zy4S5LpsJcyc4q { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtBsZsDd97eETKyyH6WJI2SyrSI1kFMN { width:7.9375rem;height:4.4375rem;top:3.5rem;left:2.49937915802rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRtoGlTAxuUJOLTxPhQLlGxNm15LPXWL { width:7.9375rem;height:10.625rem;top:27rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ9dxfzTqCoh8mrE0NWrbB3ChGL5TyJe { width:10.25rem;height:1.1875rem;top:37.9375rem;left:23.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jls06cUT1MpBpqXT6rkZfyGF0n8fpNJ4 { width:9rem;height:3.1875rem;top:37.4375rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdkzkKeas26GCmWR6BPXUAwmpwVoSrNW { width:7.9375rem;height:10.6875rem;top:27rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol6xKHuUZ7QRbJrGXpaRUqPV6BOg994m { width:9rem;height:3.1875rem;top:37.4375rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Izf9NDnfDUIk3CcrDEG3EAvQsROUJNHK { width:7.9375rem;height:1.1875rem;top:38rem;left:14.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTvJVvG3mikWUU508pkeNmeb9xwCuCSe { width:8.4375rem;height:1rem;top:39.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBtFX1FeU7hnlx7yeFmd4sff1LqDLPcx { width:10.6875rem;height:1rem;top:39.625rem;left:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhlhUmQXUCSMINVTltOJwCAC6t0rzbtb { width:8.4375rem;height:1rem;top:39.0625rem;left:14.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvDvnsTnoUlvLHQzNytJOeMgbESInmkd { width:8.4375rem;height:1rem;top:39rem;left:24.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvyvZVk9ZfkOmERanUmb0RVGTaaST4vM { width:8.4375rem;height:1rem;top:39rem;left:33.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pbqs6GR217oRbJ1cElU8JqRTknQL83Zb { width:7.9375rem;height:10.625rem;top:27rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQewbSvlTMk69Wg2QcDFHMZN1VFopyWI { width:9.25rem;height:0.9375rem;top:39.625rem;left:38.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLqlLWJlITWsx5FITzJEMbtuv9UFKRqW { width:9.5rem;height:4.1875rem;top:37.125rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gULTN3bNxHHlEUNXh248pqFuGzQSZ6HA { width:9.875rem;height:1.875rem;top:37.6875rem;left:37.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzFAdOZrgNnOlR6bJdEbTgvmGOTX7CHp { width:21.625rem;height:4rem;top:21rem;left:13.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQUsrwGnC5wyJdgvQWCmevtXXNZaPW8c { display:block; }
 }@media only screen and (max-width: 763px) { #akRH1taVBsWQMCudsHobvk21VV5DmiFi { width:47.75rem;height:1.3125rem;top:18.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW9rysy78BhybnFFk0Ddbh3dhldTV0My { display:block; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhT41UASBc89F1hXTAr9qb910ghCapTc { width:20rem;height:13.625rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0E3FbizqMPU5qmOVb09MzirhgWeOvUW { width:47.75rem;height:0.4375rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOPi2g83RioTr6PmSuD9GiOLDg7P10iq { width:20rem;height:13.375rem;top:0.4375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeJiZhnRvLEn0JxI8hpAkQdJv7OzQ4Fi { width:47.75rem;height:0.4375rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iiocc5rEe2RcHm7CszFiQKcRpipzHLvO { width:20.0625rem;height:13.1875rem;top:0.5rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbLTZfRerZsA1koTJqi0D1e6K3HWVXRO { width:20rem;height:0.4375rem;top:0.0625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSNHKaJqZg6ar2O4VEB2AfzZaNKXHS7T { width:16.4375rem;height:4.6875rem;top:1.0625rem;left:31.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm7aT1shSbd5FpBhuiWa7ypDvTRLGaUA { width:19.9375rem;height:13.25rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9uLtf71J23Iy3B0tyNvLTqzPKoMa4SQ { width:20.25rem;height:;top:7.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlS0p3I4M8wdr3Kc9Vw42kUa3wiPdoWO { width:14.8125rem;height:;top:7.375rem;left:32.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O99sKsHC1aAypfQFFHWksexZ2nffhW7s { width:16.4375rem;height:1.62464375rem;top:4.6875rem;left:31.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V80EmaAcZFUp9Pk3bT5q2vKwcmgCcklw { width:20.125rem;height:1.4999125rem;top:2.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jrly6HZ260mDDe5EoFW5ogZByDHTzZuP { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZNerApp1STd3X1GTp9fkdUATfTrNv7m { width:20.6875rem;height:13.3125rem;top:13.75rem;left:13.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ4lbyFy4buJFdPyM8DaNXVBRprWxx2B { width:15.9375rem;height:;top:20.6875rem;left:15.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNoLx3IJK8kRIThF4l9QXIAhztMZsPZI { width:19.25rem;height:1.4999125rem;top:15.9375rem;left:14.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZcT4ma8GdiZbko0Av3FDwXkE6dJGAUl { width:20.125rem;height:13.375rem;top:13.6875rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5idWZPZd28L1oKwuSonp1B4RFmQhZpe { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fOP7P5eIytkbnauMMeg3ZNfJx7ZDNQqz { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XChCb26FQfaDbuzy8REgD3Im7C2amO57 { display:block; }#XChCb26FQfaDbuzy8REgD3Im7C2amO57 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVf3PrfF6PngcI9lzfTCBr9gBNRkFSAE { width:47.75rem;height:2.875rem;top:2.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNMTwMIsoVAKqPS6IQ9MNZKpmTZbVgUS { width:47.75rem;height:5.25rem;top:7.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJADl8N1SwMHgH1o9KTzJI0Oa6QHMdq9 { width:47.75rem;height:1.75rem;top:14.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7oyibqXQHKUsbSxTTQUlbEL667RZkcX { width:47.75rem;height:13.1875rem;top:16.6875rem;left:0rem;font-size:1rem;display:block; }#D7oyibqXQHKUsbSxTTQUlbEL667RZkcX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/32dae0b3-d189-487d-966c-9631cd5f4e7e/Beztytuu150x150px7.png); }
 }@media only screen and (max-width: 763px) { #zq1PZXUFRZTmgXvLHg64I9XbmRfooDZm { width:47.75rem;height:5.25rem;top:31.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLPEGkPyTaNdAOSz8DMO0eZZ86UPzxHa { width:20.25rem;height:3.4375rem;top:40.375rem;left:13.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT2vJvvOrwsOUdVq56CtvyRlyzrAINrx { display:block; }
 }@media only screen and (max-width: 763px) { #kWKTdRirIltiVebdmT3gWvHDr0m9poXh { display:block; }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CHBstxifnTLuyva3Jwg5GGUw6DuJW6CW { width:47.75rem;height:26.803314917127rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvMvHT4I6gJ3bZ9H6WQqWxLTIEHbtUo6 { width:47.75rem;height:1.31214375rem;top:5.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKnuZFsUtvy0T4lOy43LGtSsvAwHqDG4 { width:47.75rem;height:2.2745rem;top:2.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHJ3bIkGWWzSTK9Bx8STDk860uA63sl3 { width:47.75rem;height:2.92480625rem;top:11.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAoA58PQ4SiTAkzwPn2IoPnZ1GtTDJtp { width:15.5625rem;height:2.25rem;top:8.5625rem;left:16.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDTSqTAaW1NfIwbTV4UCiunL8L0l13du { display:block; }#cDTSqTAaW1NfIwbTV4UCiunL8L0l13du > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHWXFPne4BmaZHDQOtVX3MV7MDuhx0nP { width:47.75rem;height:2.875rem;top:1.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtEICe5LDEOCa2aELvmuOaQTEILHCK7F { width:47.75rem;height:10.5rem;top:16.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux8Tn0MfnkpilQFz3zLbNsTQNc0xmyw1 { width:47.75rem;height:7.9375rem;top:6.375rem;left:0rem;font-size:1.25rem;display:block; }#Ux8Tn0MfnkpilQFz3zLbNsTQNc0xmyw1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/32dae0b3-d189-487d-966c-9631cd5f4e7e/Beztytuu150x150px7.png); }
 }@media only screen and (max-width: 763px) { #v1o5PvOztomSLFyx0PaLdy5N2aH5tE0J { width:47.75rem;height:1.75rem;top:5.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPX5OdeouR8FyIz9JymBKUygQcaChtlk { display:none; }#CPX5OdeouR8FyIz9JymBKUygQcaChtlk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w8hL3CqLAAkrGVaPo7Ovadee3elTDMwS { width:47.75rem;height:2.599875rem;top:1.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h15WQhJTdarzXd0CgWvLNPHRhOQKgm4g { display:none; }#h15WQhJTdarzXd0CgWvLNPHRhOQKgm4g > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P1BA9eHq0x5z190mbbsqdE0iCiZreyUe { width:28.625rem;height:13.25rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7cO6pqpAe5BVZZCvbfstMEX1LipBB8C { width:30.0625rem;height:4.1875rem;top:1.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGgcGG79DH3V6xXzcbALRUQvXXNCeuOn { width:5.75rem;height:3.5746625rem;top:1.125rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbwd1W7pTKZssMRKO0EghBJxTbNTMN4v { width:29.875rem;height:20.5rem;top:2.375rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgHx3NXLtHOroeAl7ghuPTQ3PM4aPbOh { display:none; }#lgHx3NXLtHOroeAl7ghuPTQ3PM4aPbOh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bMvIl7iePVS0BckC0Wc7nndUnVAIvefL { width:29.1875rem;height:14.9375rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNT1DcNVtb4KMLtTxAOyOxtMCFU7nzni { width:26.9375rem;height:4.1875rem;top:0.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMzl2Sdf31MqKIp3PRPATDGGGb93UQuw { width:4.625rem;height:3.5746625rem;top:0rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlqqHL4Mqepz2QHECL5PypMSXaEFgLZi { width:30.0625rem;height:21rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTzMnLT1bPBIwb6BJePO8kyKlchXWHq4 { display:none; }#oTzMnLT1bPBIwb6BJePO8kyKlchXWHq4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hkZdS0RyT4IWMuoVXQrz0u2aJ3L6PwHT { width:29.1875rem;height:14.9375rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzSPFxo6OcAFescCg0ALbPkoFfFWEGtP { width:23.9375rem;height:4.1875rem;top:0.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK30mUMD37fIdt8oUwEs7tzHIsK2qQCA { width:4.625rem;height:3.5746625rem;top:0rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqTX35qUfAVcNpZc2pSnSOxne1RKKswV { width:30.0625rem;height:21rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF { display:block; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8BgMzF1v1WvxB4iJ3xM119zkHhba8fk { width:20.3125rem;height:11.1875rem;top:3rem;left:14.59375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnfzno5J190StLZk6MIXloZmv4paLPed { display:none; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OsS6owN8f5TZFBJNOR74rGTKx9SOikHX { width:47.75rem;height:2.375rem;top:2.4375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF { display:none; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O7yTrVlIgJSERMyLDJz3o1r7MBD5uvKp { width:37.0625rem;height:3rem;top:4.875rem;left:10.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsROd2ZT1hViv3ltQwDvoUD0pcFB5vuw { width:39rem;height:2.6875rem;top:1.625rem;left:8.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0xlAGSWkst9CHX50hkMW3SAhO53sEtZ { width:39.125rem;height:1.5625rem;top:13.9375rem;left:8.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPXTssB08Kb9zZ6aALLSSTlcVhVLZrLH { width:15.375rem;height:20.625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLigmRcqpzHPT0EdcyM29gChoySeCLe8 { width:8.5625rem;height:0.0625rem;top:9.6875rem;left:12.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUCrRAAOnxH2LV5xsp87SMQCm1xDm4zd { width:11.9375rem;height:2.25rem;top:17.875rem;left:12.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV5ovqJM29owGbuKivO7XD808kG6tDKa { display:block; }
 }@media only screen and (max-width: 763px) { #iu2d730JI2gWAyXMFLpDz0NP9fMLWFUo { width:47.75rem;height:22.375rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLtJbT1Kv9lbSsq1D9LOTIFw15sCHlSa { width:32.75rem;height:2.4375rem;top:11.1875rem;left:12.34375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 { display:none; }#eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fg4xao8rWSqWE8m8k4fTvoRThIGRvmKI { width:32.0625rem;height:3rem;top:4.875rem;left:12.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMsmHiSuOQ4NbEo7oAiOqINFfCV8GKsR { width:39rem;height:2.6875rem;top:1.625rem;left:8.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cchOaJiHOxTLMxzIsJicZL2cgO5L1nL7 { width:41.125rem;height:1.5625rem;top:13.6875rem;left:6.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnVPV0fb9ExSuJyxDVqFvfnkebwyofnA { width:15.375rem;height:20.625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWHOkLFHsd0LZqEnmaM665gnGDl9ZHkr { width:8.5625rem;height:0.0625rem;top:9.75rem;left:12.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymyD6542fI9G7x5KZIDLczTHl4htdRA1 { width:11.9375rem;height:2.3125rem;top:18.0625rem;left:12.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrAhyJwPQ2uTPudK5rb7Dpmn44pTuVAK { display:block; }
 }@media only screen and (max-width: 763px) { #FJOo2NeLHb1MCNZff6syAuIz93Am4CrM { width:47.75rem;height:22.5rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxKTEdVyuZQViPVBXDI0Ra31Zbq6OyZo { width:33.5625rem;height:2.4375rem;top:11.125rem;left:12.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV { display:none; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QLgOMorfsponbMQZzTgCJD4OfXVKuc4p { width:39.1875rem;height:3rem;top:4.875rem;left:8.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPiN1G2iBAB2tJ3E3lAlafseB2N9g04Q { width:39rem;height:2.6875rem;top:1.625rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPKhXupkdprvmpGM6Xk9krapBoR2RWJL { width:36.5625rem;height:2.4375rem;top:11.75rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6CAX3MU6Xd24ZVs0vrPFtqA44BoECJp { width:15.4375rem;height:20.625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9yFPo5ASTuFUFOfb9pztOCwcBoGCks6 { width:8.5625rem;height:0.0625rem;top:10.4375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #myTKFCL5nHoRlddxhk1tazfsSMgIICVr { width:15.0625rem;height:2.3125rem;top:18.0625rem;left:12.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWJHTnQXcIJsp44UpHWfnO0hoUwMNKg3 { display:block; }
 }@media only screen and (max-width: 763px) { #kNHL6Xcro8deTgDZ15yITBVpmSkylvvo { width:47.75rem;height:22.375rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXQSIFmlT0bpbFWcfByMbXiTNqsfx8ER { width:36.5625rem;height:1.5625rem;top:14.1875rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC { display:none; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MNScdkHCeAEtHShELegw2OMpx99TTDkw { width:40.625rem;height:6rem;top:4.875rem;left:7.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1Jof6D0TtyA9IdePP8hNhBXUGv6XnGr { width:39rem;height:2.6875rem;top:1.625rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydiIqaE7aQemquVzMSJs2oy77edeuAba { width:36.5625rem;height:2.4375rem;top:12.5625rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3LhyzzZUvky8oOvwkkPFwE7cLsSs9w5 { width:15.375rem;height:20.625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKgOXTe63afdfQySRgbWiWRWV7LpESbF { width:8.5625rem;height:0.0625rem;top:11.6875rem;left:12.343751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlqCLzBOvmo6qktAxzVyMX0RZcudK38F { width:15.0625rem;height:2.3125rem;top:18.0625rem;left:12.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iakLlDPDBuyaHcwIFNOczIFPQaSnaTKA { display:block; }
 }@media only screen and (max-width: 763px) { #VP8MkHzyUlTrU7UFZnVQs1f8SciwWhxo { width:47.75rem;height:22.375rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQc4LfUw1qIPuVfak2PLwl4gmdLHtTVk { width:36.5625rem;height:1.5625rem;top:15rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEWunH4TgOaJ8h2Tzkc69Jm8eKWHlUVb { display:none; }#vEWunH4TgOaJ8h2Tzkc69Jm8eKWHlUVb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ntTIhw8MtSuFXQs7MTVCXmBgMQooR39I { width:39.25rem;height:4.5rem;top:4.875rem;left:7.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPQBsi4n9ez9UD2f5WPTVBqhTcg0GHzV { width:39rem;height:2.6875rem;top:1.625rem;left:8.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOVQI3Ne1ukxNnSdfol2v0NgM2GRC5KX { width:36.4375rem;height:2.4375rem;top:11.75rem;left:11.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVvArJq70w7T5kuT32SQn5rJPzch1Emo { width:15.375rem;height:20.625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUC7z3MUsKMk36E3Oz5hBb9dA8F1TmA2 { width:8.5625rem;height:0.0625rem;top:10.8125rem;left:12.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IffvvwlVwgTJJCMbnycH3z9Kguw1UuCR { width:15.0625rem;height:2.4375rem;top:18.0625rem;left:12.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTEJ5QwahyZE8xWEDnN8yT11FtcywIFG { display:block; }
 }@media only screen and (max-width: 763px) { #Gb7hlPEkUaDb0UX469lUQOafTZSive1b { width:47.75rem;height:22.5rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpLFr2xcJpseL6CrPO3FBzXSzJm1WskK { width:36.4375rem;height:1.5625rem;top:14.1875rem;left:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCDWLyVhNV1LGTOg78gA0pMSmgcXtFfM { display:none; }#SCDWLyVhNV1LGTOg78gA0pMSmgcXtFfM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qRprAIp2w5qJhJKzJ8HgfzLppQCscD0A { width:40.125rem;height:6rem;top:4.875rem;left:7.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKfofxyKe9IxvrSBFVHQaT1oOtSUTfO9 { width:39rem;height:2.6875rem;top:1.625rem;left:8.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7N4blsMkdB51zK2tDTVKVzkgZr6mV1y { width:36.4375rem;height:2.4375rem;top:12.375rem;left:11.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCnKBs3HOpvi28XvmO07CXa2GPO8TOiT { width:15.375rem;height:20.625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgdwhG1d44WZa86q7wUPp0Q53dGAUCoq { width:8.5625rem;height:0.0625rem;top:10.875rem;left:12.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vssUvd76KEWCOIFcrkMpbJs5thKrIgza { width:11.9375rem;height:2.3125rem;top:18.625rem;left:12.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1UcFUtbNAdWAwUPinmNiMLX19IHzT1Z { display:block; }
 }@media only screen and (max-width: 763px) { #RoPL5sT9Fsiphhf53UQCvk982UTosFVl { width:47.75rem;height:22.5rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULNXIEHwqafy9dp67vpbZRltUlJByKpL { width:36.4375rem;height:1.5625rem;top:15rem;left:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h { display:block; }#VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dqbhPJgsz7KZ8GgPMLmS6TTwDX10wzhD { width:22.0625rem;height:2.8125rem;top:8.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0GJa6K0u0m6U8F7FI4RM1LGNVhyk31u { width:24.625rem;height:2.8125rem;top:8.25rem;left:7.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLla8BNDxoxlV8gdScy3G9lLbkH6gWHc { width:12.3125rem;height:2.8125rem;top:8.25rem;left:32.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1eEL15bzV0Rr2OApdXpI8OGui6GhkR8 { width:20.5625rem;height:7.3125rem;top:2.375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN9V098kkxwdDMCTbITIkgT384TxCAqs { width:12.3125rem;height:7.3125rem;top:2.375rem;left:32.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvG5ybVWtNVIdailzeX2t8eEOpZ9KvXO { width:21.375rem;height:7.3125rem;top:2.375rem;left:10.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k { display:none; }#QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ChUGTn5xlKSO9IsP7gaDqN1CIeDn5hTw { width:47.75rem;height:72.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMrlEC5KsZ4zZdgq7wZvweDDehwmSri7 { width:15.25rem;height:2.125rem;top:11.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTyQx0sFGo7q5sWSngC4JhaKTk4LxyTv { width:12.5rem;height:2.4375rem;top:13.625rem;left:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWyL4A82b7JhJvNw6LUDH03HtTXEcahb { width:3rem;height:3rem;top:11.5625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdiMHESkK8U2n8SDykzgZB5TBRd49dyW { width:1.5625rem;height:1.5625rem;top:12.25rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyqgrT0ZUIodfORVtQ307mhTR1QymUZU { width:3rem;height:3rem;top:28.8125rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L21hRDus9syyy2ET2mTIqKbHFqXaSOH2 { width:23.0625rem;height:1.75rem;top:29.5625rem;left:23.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOiXSclXPXsJJRmAfJEVwGZebi7V8QKz { width:3rem;height:3rem;top:53.875rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfa6xTCKaH12p7e1KwTK3wNe6qwIqITq { width:1.5625rem;height:1.5625rem;top:54.5rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGO1mapTsn2rv0ehtN2dZWa6DkS6JSl5 { width:3rem;height:3rem;top:68.5rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #udKFxW6AtzrBsxtq5014aREpR3ifqqUJ { width:23.0625rem;height:1.75rem;top:69.125rem;left:23.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqXKLoZJKHWsn9GIEJckAB0Jbdi4kXxr { width:3rem;height:3rem;top:33.3125rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4vtm763G3mTbBTEseUeT060wgXbewzg { width:1.5625rem;height:1.5625rem;top:34.0625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXQuIP0vKROm4NUATvqIZd9GiD0DsJml { width:22.9375rem;height:5.3125rem;top:14rem;left:23.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuSpv4Zc8TAE91vJnXTJGAQTZo804rkD { width:23.0625rem;height:1.75rem;top:50.0625rem;left:22.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlQBaZNKO4xRfJK6sQeL3O54gawNsGKT { width:0.1875rem;height:59.5rem;top:9.1875rem;left:18.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNSE2xoDvXTH7syZyDauztgUszW6Cz2I { width:23.0625rem;height:1.3125rem;top:7.0625rem;left:23rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFyOJbiQtyLxICIK9DwTMG6UzGDEnioE { width:30.9375rem;height:2.25rem;top:33.5625rem;left:16.8125rem;font-size:1.125rem;display:block; }#HFyOJbiQtyLxICIK9DwTMG6UzGDEnioE li:before{  }
 }@media only screen and (max-width: 763px) { #woznlyd3dDwqA539DlWhcycUEqDDEfnr { width:26.1875rem;height:3.5625rem;top:56.875rem;left:21.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E51DniUl4Imzd1zvtWVT9nFG2hZsz1qg { width:1.9375rem;height:1.9375rem;top:29.375rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwdIe8oHKkxCThT1lD2H0vodkRnaJdT9 { width:1.9375rem;height:1.9375rem;top:49.9375rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe8EA3L60HLg873vfePzLaz5ddkQuV8i { width:3rem;height:3rem;top:49.4375rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCHSQgTyPGJ8S2tKQ12dSbE7mke9DeSZ { width:3rem;height:3rem;top:6.5rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg2C4TLFDZvnDXSzDaTuDey45DT0KZEV { width:1.75rem;height:1.75rem;top:69.125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7PycXJTdMzpBqbrNHPNHSgQ2e5DU7vH { width:47.75rem;height:3.375rem;top:1rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFU56N9Qici0lsAphCC24VpZV2Tk2VJb { width:12.5rem;height:2.4375rem;top:68.75rem;left:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKaH1Lg9Xs6fc1vBm4GzDbzAonEqcxaF { width:12.5rem;height:2.4375rem;top:6.75rem;left:2.4929695129394rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHHsZW4QTGSW75SnhynIpUsnGVAOfkSA { width:1.6875rem;height:1.6875rem;top:7.0625rem;left:17.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNZSNXm1gyVWLJgfXDlGJbRdNEac9QBn { width:28.0625rem;height:5.3125rem;top:36.125rem;left:19.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUq7POXWOGBdTWXH75hJ4ToC9hoNBHqB { width:25.5rem;height:3.5625rem;top:44.6875rem;left:22.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2w49tcgR59ZA5zuybGzf3OggmVQFx1C { width:30.9375rem;height:2.25rem;top:42rem;left:16.8125rem;font-size:1.125rem;display:block; }#s2w49tcgR59ZA5zuybGzf3OggmVQFx1C li:before{  }
 }@media only screen and (max-width: 763px) { #dq52rOHMUFV7xzz3NU9VhWRhlWJTyfWq { width:30.9375rem;height:2.25rem;top:11.5625rem;left:16.8125rem;font-size:1.125rem;display:block; }#dq52rOHMUFV7xzz3NU9VhWRhlWJTyfWq li:before{  }
 }@media only screen and (max-width: 763px) { #iiZTJqg7tqZKHuCFyM111Z78gJLbpLRm { width:30.3125rem;height:5.3125rem;top:22.5rem;left:17.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svhoyEx6nlbqrP3feCbMK2Pxds9yip5C { width:30.9375rem;height:;top:20rem;left:16.8125rem;font-size:1.125rem;display:block; }#svhoyEx6nlbqrP3feCbMK2Pxds9yip5C li:before{  }
 }@media only screen and (max-width: 763px) { #rLW1wBTByrU6osFuXNr0qy7RmdmJ52TV { width:15.25rem;height:2.125rem;top:33.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQfDO8xzb3qUIv7ngWIXtrlLUeEQehSh { width:15.25rem;height:2.125rem;top:54.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSkpeFE8w98Go3w2AAAsN1wuGRgEnCIV { width:30.9375rem;height:2.25rem;top:54.25rem;left:16.8125rem;font-size:1.125rem;display:block; }#tSkpeFE8w98Go3w2AAAsN1wuGRgEnCIV li:before{  }
 }@media only screen and (max-width: 763px) { #clH3ATUUFEpTVLidQ78Cbqu9IkQld8gH { width:30.9375rem;height:2.25rem;top:61.375rem;left:16.8125rem;font-size:1.125rem;display:block; }#clH3ATUUFEpTVLidQ78Cbqu9IkQld8gH li:before{  }
 }@media only screen and (max-width: 763px) { #yfhHoh5A7sOXq8IwaZdXuSkBPbPIPUeH { width:30.3125rem;height:3.5625rem;top:63.875rem;left:17.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnG9goTFFfPRswhhoZOyXulRTkTSymfA { width:12.5rem;height:2.4375rem;top:29.0625rem;left:2.6750011444092rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0o59wEpZaKtLdP2sA43WJSv3pV7Dis2 { width:12.5rem;height:2.4375rem;top:35.875rem;left:2.6750011444092rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF9Jp6Tlqme6hcCCgkcf5wuk6lIxBJZP { width:12.5rem;height:2.4375rem;top:49.6875rem;left:2.6750011444092rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4GdTBbT3UuMnQPgFLBrIwHxIsgmxgNi { width:12.5rem;height:2.4375rem;top:56.4375rem;left:2.6750011444092rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Baq6JIaf5C9qav0ZLh84WWMTyvrOO12I { display:none; }#Baq6JIaf5C9qav0ZLh84WWMTyvrOO12I > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OXCHl4hZUdL8zaOtVAe2TltrXppag04t { width:40.3125rem;height:2.0625rem;top:5.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOANssfo3eH4tRRU2KkEVhJbkmbyIRCB { width:42.375rem;height:3.25rem;top:1.625rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy4kqgiInxaM3yvz5EZN2OTmBvLJ1HNA { width:39.875rem;height:7.875rem;top:14.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwJW7y3gBO2eTtgZAwycEI8uG7B9CePh { width:47.75rem;height:14.9375rem;top:25.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knM0JkrxBBNvAdRhTOrLBrUnGa84UZiQ { width:47.75rem;height:42.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH6k51mTEOroVFumt3NSWzbTZnVv0AFd { width:37.5rem;height:1.39930625rem;top:12.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5TTx9RtkVeW2psurJ3hlkZH0Aa42biN { width:40.75rem;height:8.5625rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu1L9OH2iUmp3MXiHCeBACfb2pQQxNz9 { width:16.5rem;height:22.0625rem;top:0rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #raFc9fWk623fnMcNTczqxL3ryK7vAB9i { display:block; }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3lmkto08bhkcDd0XIEAluQdHpTNLH3z { width:40.125rem;height:2.8125rem;top:1.4375rem;left:3.7808933258057rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWZKOKKleNWfiaKCiHGD0h633el3mH3L { width:47.75rem;height:1.4375rem;top:4.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgW88V5oFNor6RTSc5fbdxbBH20C156r { display:block; }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omGg3Ts1iJy8sxvQXFmTuWk9DPL47vnQ { width:47.75rem;height:15.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUI9ao92sUvoUQtXKHlMiJfSZwwvMAgc { display:none; }#XUI9ao92sUvoUQtXKHlMiJfSZwwvMAgc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mKPeOJuSyy5AMvW8iF7C1KtW0gaEeCHi { display:none; }#mKPeOJuSyy5AMvW8iF7C1KtW0gaEeCHi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HTtlSmOZ1ez2MnQCuXnzkyBKrcGMR8zT { width:20.8125rem;height:21.125rem;top:1.25rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0GvhZVw7fuGCib2fx3BoW90y4MQT5SX { width:24.4375rem;height:19.5rem;top:2.0625rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuenJDypzpbGXT406IoNwqIbdLNXEFQU { width:21.375rem;height:23.0625rem;top:23.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDu6m4e3RVdgGCwFRtZHCokQarzDDz7J { width:24.75rem;height:18.125rem;top:23.8125rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc2CuSIJO2l5uaHGzUVT3ZIpmGGHA2iy { width:29.0625rem;height:3.5rem;top:44.1875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dokhTiZSC63H5AWrrlzKxQATvUV3oBiN { width:22.5625rem;height:6.1875rem;top:49rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJRvimC0gNIHfQUG0XqifJlOEMsW9rTu { width:29.25rem;height:4.4375rem;top:49.875rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQX4Nw727AgS3ro4E7MwUgOXKKwfMubh { display:none; }#zQX4Nw727AgS3ro4E7MwUgOXKKwfMubh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T5lEC1Hyv4Ez7i2qw9shr0T7uqhaeTRC { width:20.8125rem;height:21.125rem;top:1.25rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncQNW3sJ3Kunu8a8XMd9Z7loEzPCud9X { width:24.4375rem;height:19.5rem;top:2.0625rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEayPy2dy0LkhVRv8H6TR48LRXA9EFGO { width:21.375rem;height:23.0625rem;top:23.8125rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZPi99aGbTmyg54AUqUzgsOdexbF35Iy { width:24.75rem;height:18.125rem;top:23.8125rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsnluNAGZ7rfXyJ8SfS5M3OF4KPcTQ8z { width:47.75rem;height:1.875rem;top:47.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z { display:block; }#a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LqAXKfZulty3StrWJy7WcE4DBO4kmh1a { width:20.25rem;height:3.4375rem;top:2.125rem;left:13.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0MOXhs1PtiBq4fRsmlzuNWvdkZFSFT6 { display:block; }
 }@media only screen and (max-width: 763px) { #SVLhKEo1ifDJ1JDCmpgATqLgKTJdgSbB { display:block; }#SVLhKEo1ifDJ1JDCmpgATqLgKTJdgSbB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Co7wvZKCf1EfNb791KVl5btGD1Ou5hAW { width:47.75rem;height:2.000175rem;top:2.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg { display:block; }#MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tlxfokea5ZfFUmBcym9Vw57rTxw3T1l8 { width:20rem;height:1.4000375rem;top:16.8125rem;left:13.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdnHgteVhXJx9KPw68k9D8bDWehb39vg { width:10.1875rem;height:13.625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6NNqDsRIDqcJ4i3BAverLOT7IpyayDy { width:12.625rem;height:2.1875rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxJ2xP7MhGNG3Ea1ZtEwOEmBuR4ulshT { width:13.25rem;height:1rem;top:14.4375rem;left:17.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXoPMi4AcztbmzL0b5KdpiMKiZFXSLn4 { width:20rem;height:2.75rem;top:16.8125rem;left:27.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xrm8KquN8wrTKnACON0RdiATgXEC7k4R { width:10.1875rem;height:13.625rem;top:1.5625rem;left:18.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCPI8dyQGoUVrqxl1aquhLcV3FUcVCQv { width:12.625rem;height:2.1875rem;top:13.875rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApOV180LUMpX5xDnprfFLBCym8SvaF24 { width:13.25rem;height:1rem;top:14.4375rem;left:34.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsuXbWGgExrybhWlniVdG29fqSkns5J9 { width:10.1875rem;height:13.625rem;top:1.4375rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPLQIk3mWBDacJdQftlrr8WPT03yRrTo { width:12.625rem;height:2.1875rem;top:13.875rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POGtFIi9c5FeOsJoqeDnHvdetTBtXuJ2 { width:13.25rem;height:1rem;top:14.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGEzSJTeqcbofZVSc7yRJo4FoB3xsrIB { width:20rem;height:2.75rem;top:16.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVTqrim6vkL94hs0HXkg2fxrT2TWl9Mm { display:block; }#kVTqrim6vkL94hs0HXkg2fxrT2TWl9Mm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIuXJSZ1TG8ozixzcH5ty6KRfyeZ9S2y { width:47.75rem;height:5.4375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwAfxxvz7XeF8p5Hghc4KAXTFnMVCHvo { width:15.3125rem;height:4.125rem;top:18.625rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNm3xXnxxnOXNhZIwv84WM5b5OhWcvDM { display:block; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf { display:flex;width:18rem;height:5.0625rem;top:3.125rem;left:7.7999992370606rem; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #m3tXaggqlhRAdJfI97079X4f7G1gC7z3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #pJHGAshPRbyk6TIgP2gDnLr4r6LDcvmP {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #Twb5huESNiflNIVvbAQinSetvGQPRFDW {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #nrTaqae0hoc9UyO0gBRyXAWZldsZaNti { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #JBGM9uXQR7tceIR8cSMCkZHW4kaElFMT {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #V6Guv99Wkpo6SnWJtIShvTPKKLxCHMd0 {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #cC7U3tUlasCpHkhDBzG6lpW4kgtI3hrX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #HBrifRHVTCr8T9HK8kDqoxWm0Z6FGJrQ {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #kOskF8LXOST4NTrpghXuTEEIMQRdZu00 {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #mduiIWchL2Mo8qHHO5wT33KEqfD9P2d7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #gZ3aXXo4qSo1h8LVOKIsZdRe0wy3s7WE {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #rVvfTeVU2y9Px0LNfbH2EV5EV2udK73L {  }
 }@media only screen and (max-width: 763px) { #TkF6P0Fw0CTxVUIcemmH2c3iNuTzmVJy { width:47.75rem;height:3.89915rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L064orHKVwJN1NslUxfqrGBC2LF4xxOq { width:45.5625rem;height:14.3125rem;top:5.0625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bih1nBlIH3eigTQJzycdulLvNodl2AWE { display:block; }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFCSXH1xRqqoadBSiTGW7hfJA6dnC9wc { width:47.75rem;height:2.000175rem;top:2rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbgTDZFJ5vMRPnxJ6Se16lw5neRlvTkC { width:17.4375rem;height:3.4375rem;top:24.8125rem;left:15.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T21gmKUMe6p48MTeW3d8TSrQDhFL6smF { display:block; }
 }@media only screen and (max-width: 763px) { #wDFlcnnp7kt5P3SexgBtB4CSRQbHHtgU { width:47.625rem;height:9.80025rem;top:6.375rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z { display:block; }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghIUKxvSfFFyfQUME21OX39m2h5Aw6lU { width:23.0625rem;height:1.38139375rem;top:33rem;left:10.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW0PecsOdwSQpLZPnNTXsg3P9D3nu91z { width:29.5rem;height:2.599875rem;top:1.3125rem;left:9.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs0w3WPwCKFPTIwbPQxktdkruxa03eo8 { top:32.9375rem;left:33.6875rem;width:1.5rem;height:1.5rem;display:block; }
#xs0w3WPwCKFPTIwbPQxktdkruxa03eo8 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #T3NRFTVwH2Fzv3keVxSJgbtLMxMbt92n { top:32.6875rem;left:35.75rem;width:2rem;height:2rem;display:block; }
#T3NRFTVwH2Fzv3keVxSJgbtLMxMbt92n > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-regular-label { width:26.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-text { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-text {padding-top: 0; padding-bottom: 0;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-textarea { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-select { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-select {padding-top: 0; padding-bottom: 0;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-button { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-checkbox-label { width:24.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy  { width:26.125rem;height:auto;top:9.4375rem;left:10.0625rem; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .radio-container { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy {display:block;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy { width:26.125rem;height:auto;top:9.4375rem;left:10.0625rem; }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #wFy5kDTmiR09wK9NbgNi2KSQGBsB9ZAf {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #SUclRCylOnZE73VusSFxAdQMcqW99bnq {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #lAQDCndAnGKSxb8valcWvDQN1QMEp1NX {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #Gts8BCa3Rc7DIRNVnInAw3g4lQyPilG0 {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #wuh2mw3FVNWwTLT54TIngVmEa3VG64D5 {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #aZXdqcxrZP3VLzIduECg7Ca8TQJ259Ap {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #ReZGctkcWzGpzTNK8AWyU5aes93VeWlP {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #Wmsdrm6T3I8tecyA0NE9wKXecm6RHdCz {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #dEND2GHsy76bMFEglUngd47K4q9BZ7TO {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #vlfTr4nMGpz5FSEq0As1sxiQB0EvRoRl {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #daZTxMNtPJ2WgudynJh7OzMUNOG1cdFR {  }
 }@media only screen and (max-width: 763px) { #eVTel7HzvkKFDpcoo9r385RTaqe42Mhu { width:47.625rem;height:2.800075rem;top:5rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui { display:block; }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXILCumovTi9Umyktdc0vyPR75uOrfbW { width:15.375rem;height:1.125rem;top:2.8125rem;left:10rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQGgndPI1PMBJHpt5QFTGS9QlyQ0oAGH { width:7.6875rem;height:1.21848125rem;top:0.75rem;left:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyykpi492cm9RLrJwcI7xCr6OINZECb2 { width:13.1875rem;height:1.21848125rem;top:0.75rem;left:21.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mABgK1RWQNDAiXAbaEHKJ93xwZMkV2tT { width:12.5625rem;height:1.125rem;top:2.8125rem;left:25.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #848484;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; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container { background-color: transparent; background-image: none; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container > .video-iframe-container { display: none; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row > .video-iframe-container { display: none; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .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); }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container { border-width: 0; border-radius: 0; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hT7o2hdHi7llPgiTEOy7HunkM9mcAgH1 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCwyF73UuDvQVLeDm9CVeHWKT6fmQWsW { width:18.4375rem;height:3rem;top:0.84375002235175rem;left:0.78046876192094rem;font-size:1.125rem;color:#fdf7eb;z-index:15048;background-color:#28a745;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) { #fLM8rrMNTFpEIiJ8PQrXSgqhV1bGJUMl { display:block; }
 }@media only screen and (max-width: 763px) { #Iqv1cPff5vsUz2FCT2GumCITEbO1Eoqs { top:-33.749645233154rem;left:-28.573594212532rem;width:12.5rem;height:1.1375rem;z-index:15049;font-size:0.875rem;font-family:ubuntu;color:#5b5b5b;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bq0tDsTXovukcQFcnapdazWHEhOGOuH5 { display:none; }#bq0tDsTXovukcQFcnapdazWHEhOGOuH5 > .row .container { width:20rem;height:19.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K7LPmxOGLyfzuWNRM3msblEqDSM2MMyU { width:6.9375rem;height:2.625rem;top:1.1875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUP7x9Z9bZenM8lkyQ82QZryUkHcL6Fk { width:7.875rem;height:3.4375rem;top:5.25rem;left:6.0625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #XustMqPNWQXu702sWJqTihFJ2C6DkrSw { display:block; }
 }@media only screen and (max-width: 763px) { #qPzftVzw1Af9t2LzG5voo544APhA2PrZ { width:4.125rem;height:3.4375rem;top:12.875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVum5DMZVn7LWCaRJgNdnZ6brw5TkNb4 { display:block; }
 }@media only screen and (max-width: 763px) { #MZotULm0Gpp67MaE70V1TatbpFTTPbTv { width:5.625rem;height:2.0625rem;top:10.8125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuAL5fVToF1UKwbzrlMbAFxp4pOIZh5I { display:block; }
 }@media only screen and (max-width: 763px) { #nn8cUfgJi74xTZTfbRZforbzzxIT0TVi { width:6.3125rem;height:3.4375rem;top:15.125rem;left:6.875rem;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) { #GXBszAwrkTors3ZpOdEtudMhl5DbdP6o { display:block; }
 }@media only screen and (max-width: 763px) { #FSCQ8l1dfNvLOnyi7RJmk4U0rcT5oOUW { width:7.875rem;height:3.4375rem;top:7.4375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbFWhqNmFMep27ueoGnNEvLNdXbeVKhr { display:block; }
 }@media only screen and (max-width: 763px) { #ubP7901eMv6bnMd2dliPP6S7Q5WM6GA9 { display:none; }#ubP7901eMv6bnMd2dliPP6S7Q5WM6GA9 > .row .container { width:20rem;height:19.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iDdbpMrhAMDMtnm5x6riJzyvoRyF9FMT { width:6.9366875rem;height:2.6242875rem;top:1.1838598251343rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOLCHT41WaubTgIwzFirQSVxBVrC1Vek { width:7.875rem;height:3.4375rem;top:4.8125rem;left:12.0625rem;z-index:14999;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #cUdahQxOKXsal58xzVnhUxNPbSEJaxzH { display:block; }
 }@media only screen and (max-width: 763px) { #OQ0TMc8wL3rzxM1RUT3cZlq8fBPQMWUc { width:4.12464375rem;height:3.4375rem;top:12.4375rem;left:15.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #AAqgX3RoQXmqFFOSK16i7ly5AyDczl6b { display:block; }
 }@media only screen and (max-width: 763px) { #hSFeyIFlTNoCATOLbOdlPpP3yB4JqG2m { width:5.9375rem;height:2.0625rem;top:10.375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td27sdaZUHF7mO250VLAzqaP3Brrhoi3 { display:block; }
 }@media only screen and (max-width: 763px) { #hiHgss6zlGtAWaSZkgTz9oNsDHqGEIy6 { width:6.312125rem;height:3.4375rem;top:14.75rem;left:13.6875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ubn61RiPDOeFilh2HM8rNhiVaUrvyEcZ { display:block; }
 }@media only screen and (max-width: 763px) { #F383P6lC1fpMo5wJ4qvGfhD2nDA3SUTl { width:7.875rem;height:3.4375rem;top:7rem;left:12.0625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #qwV7XRhnZaDWupIwfKT96i6xCh1nq64Z { display:block; }
 }@media only screen and (max-width: 763px) { #KUooUz5aQr1HOXAgaIRbc9IUhHp3bbtW { display:flex;top:1.24689245224rem;left:17.499998450279rem;width:2.5rem;height:2.5rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/199ddf38-0355-431a-9d28-a83f1e58ecc1/4.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM.adaptive-delivery-prevent-bg, #WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM.lazyload, #WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM.lazyloading { background-image: none; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row .container { background-color: transparent; background-image: none; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row .container > .video-iframe-container { display: none; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row > .video-iframe-container { display: none; }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .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); }#WDFSNuOrIQ71o0zNUpQ4hveiyTV7p6bM > .row .container { width:20rem;height:53rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3OqJwXnwx16wz96llByyEUyQixdAU30 { width:15.6875rem;height:2.1rem;top:15.168750762939rem;left:2.1562500596046rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #BNJ2mQJy7xurhL4G8EawgSfndPWDwRSW { width:17.625rem;height:5.7rem;top:7.0601568222044rem;left:1.1867187619209rem;font-size:2.375rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #pTBtvfQC7WRpvkXuyTB6wQHhMmlferop { width:5.625rem;height:7.5625rem;top:27rem;left:7rem;border-top:0.1875rem solid #fa6703;border-left:0.1875rem solid #fa6703;border-right:0.1875rem solid #fa6703;border-bottom:0.1875rem solid #fa6703;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #D4Ux0v6TSEGqL0czGLi5TTRnNZbZhmga { width:5.625rem;height:7.5rem;top:27rem;left:0.3125rem;border-top:0.1875rem solid #fa6703;border-left:0.1875rem solid #fa6703;border-right:0.1875rem solid #fa6703;border-bottom:0.1875rem solid #fa6703;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Nvb1TwX9GrT4aIznm2yUsxJ3HmFMdl7D { width:5.625rem;height:7.5625rem;top:37.8125rem;left:6.75rem;border-top:0.1875rem solid #fa6703;border-left:0.1875rem solid #fa6703;border-right:0.1875rem solid #fa6703;border-bottom:0.1875rem solid #fa6703;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #h9NiH7PErxOs0rl5JHnrz4dASpyMdTmL { width:6.375rem;height:3.0625rem;top:33.5rem;left:0.125rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(55,15,17,0.5) ;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxKhHZdxUJ1EwNWFGLULLHvLzxcK9V1k { width:5.375rem;height:1.05625rem;top:45.4375rem;left:7.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #uO2AzMDvOxvnwTpMKDAlssqdOCWQFpA2 { width:6.375rem;height:3.0625rem;top:33.5rem;left:6.8125rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(55,15,17,0.5) ;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTgd9TGMHq72QRohHp5FTGU4LiDrkaQR { width:6.375rem;height:3.5rem;top:33.5rem;left:13.4375rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(55,15,17,0.5) ;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq60DxZrp1wSRFkPyni7tGCNtTyFM2Ky { width:5.125rem;height:1.625rem;top:33.6875rem;left:14.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JT3sAbtVXh1AgNHDRap7S0AR7OZ0ipqt { width:6.0625rem;height:1.625rem;top:33.6875rem;left:7.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mUfzaPwBLaKHeStmTanyT9XBZfoPqc2y { width:10.375rem;height:3.75rem;top:1.169921875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsvzn4HwJr4Uetbw70AI1Uo7K5IKmR3s { width:18.4375rem;height:3.3125rem;top:14.5625rem;left:0.78046876192094rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #pKAqd6MIG35qOzs6U1zy4S5LpsJcyc4q { display:flex;top:0.5419921875rem;left:16.900301337242rem;width:2.1875rem;height:2.1875rem;z-index:15058;opacity:1;display:none; }
 }@media only screen and (max-width: 763px) { #TtBsZsDd97eETKyyH6WJI2SyrSI1kFMN { width:7.9375rem;height:4.4375rem;top:2.623046875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRtoGlTAxuUJOLTxPhQLlGxNm15LPXWL { width:5.625rem;height:7.5rem;top:37.8125rem;left:13.8125rem;border-top:0.1875rem solid #fa6703;border-left:0.1875rem solid #fa6703;border-right:0.1875rem solid #fa6703;border-bottom:0.1875rem solid #fa6703;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GJ9dxfzTqCoh8mrE0NWrbB3ChGL5TyJe { width:4.125rem;height:1.625rem;top:45.125rem;left:14.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15055;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Jls06cUT1MpBpqXT6rkZfyGF0n8fpNJ4 { width:6.375rem;height:3.0625rem;top:44.9375rem;left:13.4375rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(55,15,17,0.5) ;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdkzkKeas26GCmWR6BPXUAwmpwVoSrNW { width:5.625rem;height:7.5rem;top:27rem;left:13.75rem;border-top:0.1875rem solid #fa6703;border-left:0.1875rem solid #fa6703;border-right:0.1875rem solid #fa6703;border-bottom:0.1875rem solid #fa6703;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ol6xKHuUZ7QRbJrGXpaRUqPV6BOg994m { width:6.625rem;height:3.0625rem;top:44.9375rem;left:6.4375rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(55,15,17,0.5) ;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Izf9NDnfDUIk3CcrDEG3EAvQsROUJNHK { width:5.25rem;height:1.05625rem;top:34.0625rem;left:0.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #ZTvJVvG3mikWUU508pkeNmeb9xwCuCSe { width:6.375rem;height:0.75rem;top:35.4375rem;left:6.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #GBtFX1FeU7hnlx7yeFmd4sff1LqDLPcx { width:6.3125rem;height:1.5rem;top:35.375rem;left:13.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lhlhUmQXUCSMINVTltOJwCAC6t0rzbtb { width:6.375rem;height:0.75rem;top:35.125rem;left:0.125rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RvDvnsTnoUlvLHQzNytJOeMgbESInmkd { width:5.5rem;height:0.75rem;top:46.8125rem;left:13.875rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XvyvZVk9ZfkOmERanUmb0RVGTaaST4vM { width:8.4375rem;height:0.75rem;top:46.5rem;left:5.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Pbqs6GR217oRbJ1cElU8JqRTknQL83Zb { width:5.625rem;height:7.5rem;top:37.8125rem;left:0.1875rem;border-top:0.1875rem solid #fa6703;border-left:0.1875rem solid #fa6703;border-right:0.1875rem solid #fa6703;border-bottom:0.1875rem solid #fa6703;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eQewbSvlTMk69Wg2QcDFHMZN1VFopyWI { width:5.8125rem;height:1.375rem;top:47.375rem;left:0.1875rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #oLqlLWJlITWsx5FITzJEMbtuv9UFKRqW { width:6.1875rem;height:4.5625rem;top:44.625rem;left:0rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(55,15,17,0.5) ;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gULTN3bNxHHlEUNXh248pqFuGzQSZ6HA { width:5.0625rem;height:2.475rem;top:44.75rem;left:0.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lzFAdOZrgNnOlR6bJdEbTgvmGOTX7CHp { width:16.3125rem;height:3.4375rem;top:21.012500762939rem;left:1.8437500596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQUsrwGnC5wyJdgvQWCmevtXXNZaPW8c { display:block; }
 }@media only screen and (max-width: 763px) { #akRH1taVBsWQMCudsHobvk21VV5DmiFi { width:20rem;height:1.05rem;top:18.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #QW9rysy78BhybnFFk0Ddbh3dhldTV0My { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container { background-color: transparent; background-image: none; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container > .video-iframe-container { display: none; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row > .video-iframe-container { display: none; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .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); }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container { border-width: 0; border-radius: 0; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QW9rysy78BhybnFFk0Ddbh3dhldTV0My > .row .container { width:20rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhT41UASBc89F1hXTAr9qb910ghCapTc { width:20rem;height:5.25rem;top:32.810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0E3FbizqMPU5qmOVb09MzirhgWeOvUW { width:0.4375rem;height:13.25rem;top:68.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BOPi2g83RioTr6PmSuD9GiOLDg7P10iq { width:20rem;height:5.625rem;top:51.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeJiZhnRvLEn0JxI8hpAkQdJv7OzQ4Fi { width:0.4375rem;height:13.25rem;top:95.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iiocc5rEe2RcHm7CszFiQKcRpipzHLvO { width:20rem;height:13.3125rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbLTZfRerZsA1koTJqi0D1e6K3HWVXRO { width:0.4375rem;height:13.25rem;top:81.8125rem;left:0rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #NSNHKaJqZg6ar2O4VEB2AfzZaNKXHS7T { width:1.5625rem;height:1.625rem;top:52.875rem;left:6.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qm7aT1shSbd5FpBhuiWa7ypDvTRLGaUA { width:19.875rem;height:13.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9uLtf71J23Iy3B0tyNvLTqzPKoMa4SQ { width:20rem;height:1.35rem;top:16.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VlS0p3I4M8wdr3Kc9Vw42kUa3wiPdoWO { width:19.375rem;height:1.35rem;top:54.4375rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #O99sKsHC1aAypfQFFHWksexZ2nffhW7s { width:5.5625rem;height:1.625rem;top:52.875rem;left:8rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V80EmaAcZFUp9Pk3bT5q2vKwcmgCcklw { width:20rem;height:1.5rem;top:14.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jrly6HZ260mDDe5EoFW5ogZByDHTzZuP { top:38.0625rem;left:0rem;width:20rem;height:0.3125rem;z-index:15049;background-color:#f16255;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EZNerApp1STd3X1GTp9fkdUATfTrNv7m { width:20rem;height:5.6875rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ4lbyFy4buJFdPyM8DaNXVBRprWxx2B { width:14.375rem;height:1.35rem;top:35.3125rem;left:2.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JNoLx3IJK8kRIThF4l9QXIAhztMZsPZI { width:20rem;height:1.5rem;top:33.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FZcT4ma8GdiZbko0Av3FDwXkE6dJGAUl { width:19.75rem;height:13.1875rem;top:38.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5idWZPZd28L1oKwuSonp1B4RFmQhZpe { top:18.9375rem;left:0rem;width:20rem;height:0.3125rem;z-index:15051;background-color:#ff9703;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fOP7P5eIytkbnauMMeg3ZNfJx7ZDNQqz { top:0rem;left:0rem;width:20rem;height:0.3125rem;z-index:15049;background-color:#f16255;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XChCb26FQfaDbuzy8REgD3Im7C2amO57 { display:block; }#XChCb26FQfaDbuzy8REgD3Im7C2amO57 > .row .container { width:20rem;height:59.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVf3PrfF6PngcI9lzfTCBr9gBNRkFSAE { width:19.0625rem;height:3.6rem;top:1.4375rem;left:0.46875rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dNMTwMIsoVAKqPS6IQ9MNZKpmTZbVgUS { width:20rem;height:10.5rem;top:6.1218757629394rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TJADl8N1SwMHgH1o9KTzJI0Oa6QHMdq9 { width:20rem;height:1.6rem;top:17.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #D7oyibqXQHKUsbSxTTQUlbEL667RZkcX { width:19.3125rem;height:23.4375rem;top:19.684375762939rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }#D7oyibqXQHKUsbSxTTQUlbEL667RZkcX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/32dae0b3-d189-487d-966c-9631cd5f4e7e/Beztytuu150x150px7.png); }
 }@media only screen and (max-width: 763px) { #zq1PZXUFRZTmgXvLHg64I9XbmRfooDZm { width:20rem;height:7.5rem;top:44.95859336853rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LLPEGkPyTaNdAOSz8DMO0eZZ86UPzxHa { width:18.0625rem;height:2.6875rem;top:54.583595275879rem;left:0.96796876192094rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT2vJvvOrwsOUdVq56CtvyRlyzrAINrx { display:block; }
 }@media only screen and (max-width: 763px) { #kWKTdRirIltiVebdmT3gWvHDr0m9poXh { display:block; }#kWKTdRirIltiVebdmT3gWvHDr0m9poXh > .row .container { width:20rem;height:28.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CHBstxifnTLuyva3Jwg5GGUw6DuJW6CW { height:11.224625rem;width:20rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvMvHT4I6gJ3bZ9H6WQqWxLTIEHbtUo6 { width:20rem;height:1.3125rem;top:5.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AKnuZFsUtvy0T4lOy43LGtSsvAwHqDG4 { width:13.75rem;height:4.2rem;top:1rem;left:3.125rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zHJ3bIkGWWzSTK9Bx8STDk860uA63sl3 { width:20rem;height:1.65rem;top:9.875rem;left:0rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EAoA58PQ4SiTAkzwPn2IoPnZ1GtTDJtp { width:13.1875rem;height:1.8125rem;top:8.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDTSqTAaW1NfIwbTV4UCiunL8L0l13du { display:block; }#cDTSqTAaW1NfIwbTV4UCiunL8L0l13du > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xHWXFPne4BmaZHDQOtVX3MV7MDuhx0nP { width:19.0625rem;height:2.400125rem;top:0.8125rem;left:0.46875rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WtEICe5LDEOCa2aELvmuOaQTEILHCK7F { width:20rem;height:16.5rem;top:20.859375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ux8Tn0MfnkpilQFz3zLbNsTQNc0xmyw1 { width:19.625rem;height:12.9375rem;top:6.3544921875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }#Ux8Tn0MfnkpilQFz3zLbNsTQNc0xmyw1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/32dae0b3-d189-487d-966c-9631cd5f4e7e/Beztytuu150x150px7.png); }
 }@media only screen and (max-width: 763px) { #v1o5PvOztomSLFyx0PaLdy5N2aH5tE0J { width:20rem;height:3rem;top:4.3369140625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CPX5OdeouR8FyIz9JymBKUygQcaChtlk { display:none; }#CPX5OdeouR8FyIz9JymBKUygQcaChtlk > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w8hL3CqLAAkrGVaPo7Ovadee3elTDMwS { width:19.0625rem;height:2.400125rem;top:0.76953125rem;left:0.46875rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #h15WQhJTdarzXd0CgWvLNPHRhOQKgm4g { display:none; }#h15WQhJTdarzXd0CgWvLNPHRhOQKgm4g > .row .container { width:20rem;height:35.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P1BA9eHq0x5z190mbbsqdE0iCiZreyUe { width:20rem;height:16rem;top:5.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #T7cO6pqpAe5BVZZCvbfstMEX1LipBB8C { width:17.3125rem;height:3.3rem;top:0.9482421875rem;left:2.6875rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OGgcGG79DH3V6xXzcbALRUQvXXNCeuOn { width:1.625rem;height:3.3rem;top:0.6484375rem;left:0rem;font-size:2.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pbwd1W7pTKZssMRKO0EghBJxTbNTMN4v { width:20rem;height:13.7216875rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgHx3NXLtHOroeAl7ghuPTQ3PM4aPbOh { display:none; }#lgHx3NXLtHOroeAl7ghuPTQ3PM4aPbOh > .row .container { width:20rem;height:33.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bMvIl7iePVS0BckC0Wc7nndUnVAIvefL { width:20rem;height:17.6rem;top:4.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #BNT1DcNVtb4KMLtTxAOyOxtMCFU7nzni { width:16.5rem;height:3.3rem;top:0.5625rem;left:2.8125rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pMzl2Sdf31MqKIp3PRPATDGGGb93UQuw { width:2.375rem;height:3.3rem;top:0rem;left:0rem;font-size:2.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mlqqHL4Mqepz2QHECL5PypMSXaEFgLZi { width:20rem;height:13.96975rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTzMnLT1bPBIwb6BJePO8kyKlchXWHq4 { display:none; }#oTzMnLT1bPBIwb6BJePO8kyKlchXWHq4 > .row .container { width:20rem;height:40.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hkZdS0RyT4IWMuoVXQrz0u2aJ3L6PwHT { width:20rem;height:17.6rem;top:6.62109375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #XzSPFxo6OcAFescCg0ALbPkoFfFWEGtP { width:16.9375rem;height:3.3rem;top:0.875rem;left:3.0625rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QK30mUMD37fIdt8oUwEs7tzHIsK2qQCA { width:4.625rem;height:3.3rem;top:0.25rem;left:0rem;font-size:2.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JqTX35qUfAVcNpZc2pSnSOxne1RKKswV { width:20rem;height:13.96975rem;top:25.189453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF { background-color:#370f11;background-image:none;display:block; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row .container { background-color: transparent; background-image: none; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row .container > .video-iframe-container { display: none; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row > .video-iframe-container { display: none; }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .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); }#i4ICFIRBWXQgIPNK8DyfuyxiiJVviNfF > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8BgMzF1v1WvxB4iJ3xM119zkHhba8fk { width:10.875rem;height:6.825rem;top:1.3046875rem;left:4.5625rem;font-size:1.75rem;color:#fdf7eb;display:block; }
 }@media only screen and (max-width: 763px) { #pnfzno5J190StLZk6MIXloZmv4paLPed { background-color:#ffffff;background-image:none;display:block; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { background-color: transparent; background-image: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container > .video-iframe-container { display: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container { display: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .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); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsS6owN8f5TZFBJNOR74rGTKx9SOikHX { width:20rem;height:2.000175rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF { background-color:#fdf7eb;background-image:none;display:block; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row .container { background-color: transparent; background-image: none; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row .container > .video-iframe-container { display: none; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row > .video-iframe-container { display: none; }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .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); }#nXQlwTHG5b3F3B4TZH57Nm6zA5dn2ToF > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7yTrVlIgJSERMyLDJz3o1r7MBD5uvKp { width:20rem;height:3.15rem;top:18rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zsROd2ZT1hViv3ltQwDvoUD0pcFB5vuw { width:20rem;height:1.8rem;top:15.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0xlAGSWkst9CHX50hkMW3SAhO53sEtZ { width:15.9375rem;height:2.1rem;top:25.3271484375rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PPXTssB08Kb9zZ6aALLSSTlcVhVLZrLH { width:10.1875rem;height:13.625rem;top:0.8515625rem;left:4.9062498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLigmRcqpzHPT0EdcyM29gChoySeCLe8 { width:8.5625rem;height:0.0625rem;top:22.3125rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUCrRAAOnxH2LV5xsp87SMQCm1xDm4zd { width:12rem;height:2rem;top:28.437501907349rem;left:4.0000000596046rem;font-size:0.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV5ovqJM29owGbuKivO7XD808kG6tDKa { display:block; }
 }@media only screen and (max-width: 763px) { #iu2d730JI2gWAyXMFLpDz0NP9fMLWFUo { width:20rem;height:29.125rem;top:0rem;left:0rem;background-color:#fdf7eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yLtJbT1Kv9lbSsq1D9LOTIFw15sCHlSa { width:20rem;height:1.65rem;top:23.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 { background-color:#ffffff;background-image:none;display:block; }#eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 > .row .container { background-color: transparent; background-image: none; }#eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 > .row .container > .video-iframe-container { display: none; }#eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 > .row > .video-iframe-container { display: none; }#eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 > .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); }#eLkFe9sl6dlUknhNpbq35nZ3UlFydAk1 > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fg4xao8rWSqWE8m8k4fTvoRThIGRvmKI { width:19.25rem;height:2.1rem;top:17.9375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nMsmHiSuOQ4NbEo7oAiOqINFfCV8GKsR { width:20rem;height:1.8rem;top:15.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cchOaJiHOxTLMxzIsJicZL2cgO5L1nL7 { width:17rem;height:2.1rem;top:24.4375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mnVPV0fb9ExSuJyxDVqFvfnkebwyofnA { width:10.1875rem;height:13.625rem;top:0.8515625rem;left:4.9062498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWHOkLFHsd0LZqEnmaM665gnGDl9ZHkr { width:8.5625rem;height:0.0625rem;top:21.125rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymyD6542fI9G7x5KZIDLczTHl4htdRA1 { width:12rem;height:2rem;top:27.500001907349rem;left:4.0000000596046rem;font-size:0.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrAhyJwPQ2uTPudK5rb7Dpmn44pTuVAK { display:block; }
 }@media only screen and (max-width: 763px) { #FJOo2NeLHb1MCNZff6syAuIz93Am4CrM { width:20rem;height:27.625rem;top:0.4375rem;left:0rem;background-color:rgba(255,255,255,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WxKTEdVyuZQViPVBXDI0Ra31Zbq6OyZo { width:20rem;height:1.65rem;top:22.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV { background-color:#fdf7eb;background-image:none;display:block; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row .container { background-color: transparent; background-image: none; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row .container > .video-iframe-container { display: none; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row > .video-iframe-container { display: none; }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .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); }#mXJQP4Trn5O1aQW8IK4nl7quNVrXksgV > .row .container { width:20rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QLgOMorfsponbMQZzTgCJD4OfXVKuc4p { width:20rem;height:2.1rem;top:17.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TPiN1G2iBAB2tJ3E3lAlafseB2N9g04Q { width:20rem;height:1.65rem;top:15.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPKhXupkdprvmpGM6Xk9krapBoR2RWJL { width:17.9375rem;height:1.65rem;top:21.3125rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #w6CAX3MU6Xd24ZVs0vrPFtqA44BoECJp { width:10.1875rem;height:13.625rem;top:0.8515625rem;left:4.9062498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9yFPo5ASTuFUFOfb9pztOCwcBoGCks6 { width:8.5625rem;height:0.0625rem;top:20.5rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #myTKFCL5nHoRlddxhk1tazfsSMgIICVr { width:12rem;height:2rem;top:25.499225616455rem;left:4.0000000596046rem;font-size:0.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWJHTnQXcIJsp44UpHWfnO0hoUwMNKg3 { display:block; }
 }@media only screen and (max-width: 763px) { #kNHL6Xcro8deTgDZ15yITBVpmSkylvvo { width:20rem;height:27.6875rem;top:0.3125rem;left:0rem;background-color:#fdf7eb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FXQSIFmlT0bpbFWcfByMbXiTNqsfx8ER { width:20rem;height:1.05rem;top:23.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC { background-color:#ffffff;background-image:none;display:block; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row .container { background-color: transparent; background-image: none; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row .container > .video-iframe-container { display: none; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row > .video-iframe-container { display: none; }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .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); }#hNhbd9V61yM5QoIbyDvhEyJdufiJwEZC > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNScdkHCeAEtHShELegw2OMpx99TTDkw { width:20rem;height:6.3rem;top:17.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #K1Jof6D0TtyA9IdePP8hNhBXUGv6XnGr { width:20rem;height:1.65rem;top:15.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydiIqaE7aQemquVzMSJs2oy77edeuAba { width:17.9375rem;height:1.65rem;top:26rem;left:1.0304687619209rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #G3LhyzzZUvky8oOvwkkPFwE7cLsSs9w5 { width:10.1875rem;height:13.625rem;top:0.8515625rem;left:4.9062498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKgOXTe63afdfQySRgbWiWRWV7LpESbF { width:8.5625rem;height:0.0625rem;top:25.237501144409rem;left:5.7187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlqCLzBOvmo6qktAxzVyMX0RZcudK38F { width:12rem;height:2rem;top:31.4375rem;left:4.0000000596046rem;font-size:0.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iakLlDPDBuyaHcwIFNOczIFPQaSnaTKA { display:block; }
 }@media only screen and (max-width: 763px) { #VP8MkHzyUlTrU7UFZnVQs1f8SciwWhxo { width:20rem;height:24.375rem;top:0.3125rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XQc4LfUw1qIPuVfak2PLwl4gmdLHtTVk { width:20rem;height:2.1rem;top:28.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vEWunH4TgOaJ8h2Tzkc69Jm8eKWHlUVb { background-color:#fdf7eb;background-image:none;display:block; }#vEWunH4TgOaJ8h2Tzkc69Jm8eKWHlUVb > .row .container { background-color: transparent; background-image: none; }#vEWunH4TgOaJ8h2Tzkc69Jm8eKWHlUVb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vEWunH4TgOaJ8h2Tzkc69Jm8eKWHlUVb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vEWunH4TgOaJ8h2Tzkc69Jm8eKWHlUVb > .row .container > .video-iframe-container { display: none; }#vEWunH4TgOaJ8h2Tzkc69Jm8eKWHlUVb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vEWunH4TgOaJ8h2Tzkc69Jm8eKWHlUVb > .row > .video-iframe-container { display: none; }#vEWunH4TgOaJ8h2Tzkc69Jm8eKWHlUVb > .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); }#vEWunH4TgOaJ8h2Tzkc69Jm8eKWHlUVb > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntTIhw8MtSuFXQs7MTVCXmBgMQooR39I { width:20rem;height:4.2rem;top:17.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #IPQBsi4n9ez9UD2f5WPTVBqhTcg0GHzV { width:20rem;height:1.8rem;top:15.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOVQI3Ne1ukxNnSdfol2v0NgM2GRC5KX { width:19.5625rem;height:1.65rem;top:23.4375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WVvArJq70w7T5kuT32SQn5rJPzch1Emo { width:10.1875rem;height:13.625rem;top:0.8515625rem;left:4.9062498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUC7z3MUsKMk36E3Oz5hBb9dA8F1TmA2 { width:8.5625rem;height:0.0625rem;top:22.57421875rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IffvvwlVwgTJJCMbnycH3z9Kguw1UuCR { width:12rem;height:2.0625rem;top:27.675001144409rem;left:4.0000000596046rem;font-size:0.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTEJ5QwahyZE8xWEDnN8yT11FtcywIFG { display:block; }
 }@media only screen and (max-width: 763px) { #Gb7hlPEkUaDb0UX469lUQOafTZSive1b { width:20rem;height:29.3125rem;top:0.375rem;left:0rem;background-color:rgba(253,247,235,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IpLFr2xcJpseL6CrPO3FBzXSzJm1WskK { width:20rem;height:1.05rem;top:25.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SCDWLyVhNV1LGTOg78gA0pMSmgcXtFfM { background-color:#ffffff;background-image:none;display:block; }#SCDWLyVhNV1LGTOg78gA0pMSmgcXtFfM > .row .container { background-color: transparent; background-image: none; }#SCDWLyVhNV1LGTOg78gA0pMSmgcXtFfM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCDWLyVhNV1LGTOg78gA0pMSmgcXtFfM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCDWLyVhNV1LGTOg78gA0pMSmgcXtFfM > .row .container > .video-iframe-container { display: none; }#SCDWLyVhNV1LGTOg78gA0pMSmgcXtFfM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SCDWLyVhNV1LGTOg78gA0pMSmgcXtFfM > .row > .video-iframe-container { display: none; }#SCDWLyVhNV1LGTOg78gA0pMSmgcXtFfM > .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); }#SCDWLyVhNV1LGTOg78gA0pMSmgcXtFfM > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qRprAIp2w5qJhJKzJ8HgfzLppQCscD0A { width:19.25rem;height:5.25rem;top:17.4375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dKfofxyKe9IxvrSBFVHQaT1oOtSUTfO9 { width:20rem;height:1.8rem;top:15.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7N4blsMkdB51zK2tDTVKVzkgZr6mV1y { width:19.25rem;height:3.3rem;top:23.6875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CCnKBs3HOpvi28XvmO07CXa2GPO8TOiT { width:10.1875rem;height:13.625rem;top:0.8515625rem;left:4.9062498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgdwhG1d44WZa86q7wUPp0Q53dGAUCoq { width:8.5625rem;height:0.0625rem;top:22.6865234375rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vssUvd76KEWCOIFcrkMpbJs5thKrIgza { width:12rem;height:2.0625rem;top:29.624219417572rem;left:4.0000000596046rem;font-size:0.75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W1UcFUtbNAdWAwUPinmNiMLX19IHzT1Z { display:block; }
 }@media only screen and (max-width: 763px) { #RoPL5sT9Fsiphhf53UQCvk982UTosFVl { width:20rem;height:2.375rem;top:0.8515625rem;left:0rem;background-color:rgba(253,247,235,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ULNXIEHwqafy9dp67vpbZRltUlJByKpL { width:19.375rem;height:1.05rem;top:27.3125rem;left:0.25rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h { display:block; }#VmGeRdOqgkwodeH3WvVd12PbPMT5TZ4h > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dqbhPJgsz7KZ8GgPMLmS6TTwDX10wzhD { width:14.8115rem;height:1.625rem;top:3.5rem;left:2.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t0GJa6K0u0m6U8F7FI4RM1LGNVhyk31u { width:14.9355625rem;height:1.625rem;top:8.875rem;left:2.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HLla8BNDxoxlV8gdScy3G9lLbkH6gWHc { width:9.6230625rem;height:1.625rem;top:14rem;left:5.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R1eEL15bzV0Rr2OApdXpI8OGui6GhkR8 { width:11.124rem;height:4.0625rem;top:0rem;left:4.4375rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iN9V098kkxwdDMCTbITIkgT384TxCAqs { width:8.3105625rem;height:4.0625rem;top:10.5rem;left:5.875rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KvG5ybVWtNVIdailzeX2t8eEOpZ9KvXO { width:10.6855625rem;height:4.0625rem;top:5.125rem;left:4.6875rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k { background-color:#ffffff;background-image:none;display:none; }#QB6HchdF3pkSeKDem4WxGxRcDaJnHd1k > .row .container { width:20rem;height:73.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ChUGTn5xlKSO9IsP7gaDqN1CIeDn5hTw { width:20rem;height:61.25rem;top:4.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMrlEC5KsZ4zZdgq7wZvweDDehwmSri7 { width:12.875rem;height:1.375rem;top:9.625rem;left:3.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OTyQx0sFGo7q5sWSngC4JhaKTk4LxyTv { width:14.375rem;height:1.625rem;top:11.0625rem;left:3.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kWyL4A82b7JhJvNw6LUDH03HtTXEcahb { width:2.375rem;height:2.375rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdiMHESkK8U2n8SDykzgZB5TBRd49dyW { width:1.25rem;height:1.25rem;top:9.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyqgrT0ZUIodfORVtQ307mhTR1QymUZU { width:2.375rem;height:2.375rem;top:4.25rem;left:0rem;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #L21hRDus9syyy2ET2mTIqKbHFqXaSOH2 { width:13.5rem;height:1.3125rem;top:29.1875rem;left:3.2500000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZOiXSclXPXsJJRmAfJEVwGZebi7V8QKz { width:2.375rem;height:2.375rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfa6xTCKaH12p7e1KwTK3wNe6qwIqITq { width:1.25rem;height:1.25rem;top:31.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGO1mapTsn2rv0ehtN2dZWa6DkS6JSl5 { width:2.375rem;height:2.375rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udKFxW6AtzrBsxtq5014aREpR3ifqqUJ { width:14.5rem;height:1.3125rem;top:70.3125rem;left:3.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eqXKLoZJKHWsn9GIEJckAB0Jbdi4kXxr { width:2.375rem;height:2.375rem;top:52.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4vtm763G3mTbBTEseUeT060wgXbewzg { width:1.25rem;height:1.25rem;top:52.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXQuIP0vKROm4NUATvqIZd9GiD0DsJml { width:15.625rem;height:3.9375rem;top:15.3125rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuSpv4Zc8TAE91vJnXTJGAQTZo804rkD { width:14.1875rem;height:1.3125rem;top:48.375rem;left:3.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QlQBaZNKO4xRfJK6sQeL3O54gawNsGKT { width:0.125rem;height:62.3125rem;top:6.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNSE2xoDvXTH7syZyDauztgUszW6Cz2I { width:11.8125rem;height:1.3125rem;top:6.25rem;left:3.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HFyOJbiQtyLxICIK9DwTMG6UzGDEnioE { width:16.8125rem;height:1.6875rem;top:35.875rem;left:1.75rem;font-size:1.125rem;display:block; }#HFyOJbiQtyLxICIK9DwTMG6UzGDEnioE li:before{  }
 }@media only screen and (max-width: 763px) { #woznlyd3dDwqA539DlWhcycUEqDDEfnr { width:15.125rem;height:3.9375rem;top:58.3125rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E51DniUl4Imzd1zvtWVT9nFG2hZsz1qg { display:flex;width:1.5rem;height:1.5rem;top:27.5625rem;left:0.5rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #wwdIe8oHKkxCThT1lD2H0vodkRnaJdT9 { display:flex;width:1.5rem;height:1.5rem;top:48.25rem;left:0.5625rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #Xe8EA3L60HLg873vfePzLaz5ddkQuV8i { width:2.375rem;height:2.375rem;top:47.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCHSQgTyPGJ8S2tKQ12dSbE7mke9DeSZ { width:2.375rem;height:2.375rem;top:68.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hg2C4TLFDZvnDXSzDaTuDey45DT0KZEV { display:flex;width:1.5rem;height:1.5rem;top:68.875rem;left:0.4375rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #p7PycXJTdMzpBqbrNHPNHSgQ2e5DU7vH { width:20rem;height:3.00026875rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFU56N9Qici0lsAphCC24VpZV2Tk2VJb { width:12.5rem;height:1.625rem;top:68.75rem;left:3.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QKaH1Lg9Xs6fc1vBm4GzDbzAonEqcxaF { width:12.5rem;height:1.625rem;top:4.625rem;left:3.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wHHsZW4QTGSW75SnhynIpUsnGVAOfkSA { display:flex;width:1.375rem;height:1.375rem;top:4.75rem;left:0.5625rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #CNZSNXm1gyVWLJgfXDlGJbRdNEac9QBn { width:15.5rem;height:3.9375rem;top:37.5625rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUq7POXWOGBdTWXH75hJ4ToC9hoNBHqB { width:16.4375rem;height:2.625rem;top:43.9375rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2w49tcgR59ZA5zuybGzf3OggmVQFx1C { width:17.9375rem;height:1.6875rem;top:42.25rem;left:1.75rem;font-size:1.125rem;display:block; }#s2w49tcgR59ZA5zuybGzf3OggmVQFx1C li:before{  }
 }@media only screen and (max-width: 763px) { #dq52rOHMUFV7xzz3NU9VhWRhlWJTyfWq { width:17.1875rem;height:1.6875rem;top:13.625rem;left:1.625rem;font-size:1.125rem;display:block; }#dq52rOHMUFV7xzz3NU9VhWRhlWJTyfWq li:before{  }
 }@media only screen and (max-width: 763px) { #iiZTJqg7tqZKHuCFyM111Z78gJLbpLRm { width:15.5625rem;height:3.9375rem;top:22.125rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #svhoyEx6nlbqrP3feCbMK2Pxds9yip5C { width:17.3125rem;height:1.6875rem;top:20.3125rem;left:1.625rem;font-size:1.125rem;display:block; }#svhoyEx6nlbqrP3feCbMK2Pxds9yip5C li:before{  }
 }@media only screen and (max-width: 763px) { #rLW1wBTByrU6osFuXNr0qy7RmdmJ52TV { width:15.25rem;height:1.375rem;top:31.8125rem;left:3.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xQfDO8xzb3qUIv7ngWIXtrlLUeEQehSh { width:15.25rem;height:1.375rem;top:52.625rem;left:3.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tSkpeFE8w98Go3w2AAAsN1wuGRgEnCIV { width:12rem;height:1.6875rem;top:56.625rem;left:1.75rem;font-size:1.125rem;display:block; }#tSkpeFE8w98Go3w2AAAsN1wuGRgEnCIV li:before{  }
 }@media only screen and (max-width: 763px) { #clH3ATUUFEpTVLidQ78Cbqu9IkQld8gH { width:15.375rem;height:1.6875rem;top:62.875rem;left:1.75rem;font-size:1.125rem;display:block; }#clH3ATUUFEpTVLidQ78Cbqu9IkQld8gH li:before{  }
 }@media only screen and (max-width: 763px) { #yfhHoh5A7sOXq8IwaZdXuSkBPbPIPUeH { width:14.3125rem;height:2.625rem;top:64.5625rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnG9goTFFfPRswhhoZOyXulRTkTSymfA { width:12.5rem;height:1.625rem;top:27.500002861023rem;left:3.1250000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X0o59wEpZaKtLdP2sA43WJSv3pV7Dis2 { width:12.5rem;height:1.625rem;top:33.25rem;left:3.1250000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RF9Jp6Tlqme6hcCCgkcf5wuk6lIxBJZP { width:12.5rem;height:1.625rem;top:49.687501907349rem;left:3.1250000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E4GdTBbT3UuMnQPgFLBrIwHxIsgmxgNi { width:12.5rem;height:1.625rem;top:54.125rem;left:3.1250000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Baq6JIaf5C9qav0ZLh84WWMTyvrOO12I { background-color:#fdf7eb;background-image:none;display:none; }#Baq6JIaf5C9qav0ZLh84WWMTyvrOO12I > .row .container { width:20rem;height:54.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OXCHl4hZUdL8zaOtVAe2TltrXppag04t { width:20rem;height:1.04980625rem;top:19.09375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iOANssfo3eH4tRRU2KkEVhJbkmbyIRCB { width:20rem;height:3.5996125rem;top:14.9931640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy4kqgiInxaM3yvz5EZN2OTmBvLJ1HNA { width:19.5625rem;height:5.3984375rem;top:23.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gwJW7y3gBO2eTtgZAwycEI8uG7B9CePh { width:20rem;height:22.043rem;top:30.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knM0JkrxBBNvAdRhTOrLBrUnGa84UZiQ { width:20rem;height:53.3125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH6k51mTEOroVFumt3NSWzbTZnVv0AFd { width:20rem;height:1.3994125rem;top:21.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5TTx9RtkVeW2psurJ3hlkZH0Aa42biN { width:20rem;height:6.375rem;top:23.25rem;left:0rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(55,15,17,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Bu1L9OH2iUmp3MXiHCeBACfb2pQQxNz9 { width:10.125rem;height:13.5625rem;top:0.7430765628815rem;left:4.7387154698372rem;display:block; }
 }@media only screen and (max-width: 763px) { #raFc9fWk623fnMcNTczqxL3ryK7vAB9i { display:block; }#raFc9fWk623fnMcNTczqxL3ryK7vAB9i > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3lmkto08bhkcDd0XIEAluQdHpTNLH3z { width:20rem;height:2.400125rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWZKOKKleNWfiaKCiHGD0h633el3mH3L { width:20rem;height:1.2rem;top:4.0234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgW88V5oFNor6RTSc5fbdxbBH20C156r { display:block; }#AgW88V5oFNor6RTSc5fbdxbBH20C156r > .row .container { width:20rem;height:26.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #omGg3Ts1iJy8sxvQXFmTuWk9DPL47vnQ { top:0rem;left:0rem;width:20rem;height:24.375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #XUI9ao92sUvoUQtXKHlMiJfSZwwvMAgc { display:none; }#XUI9ao92sUvoUQtXKHlMiJfSZwwvMAgc > .row .container { width:20rem;height:2.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mKPeOJuSyy5AMvW8iF7C1KtW0gaEeCHi { display:none; }#mKPeOJuSyy5AMvW8iF7C1KtW0gaEeCHi > .row .container { width:20rem;height:85.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HTtlSmOZ1ez2MnQCuXnzkyBKrcGMR8zT { width:17.75rem;height:18rem;top:0.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0GvhZVw7fuGCib2fx3BoW90y4MQT5SX { width:17.3125rem;height:13.8125rem;top:53.4375rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuenJDypzpbGXT406IoNwqIbdLNXEFQU { width:17.375rem;height:18.75rem;top:19.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDu6m4e3RVdgGCwFRtZHCokQarzDDz7J { width:17.3125rem;height:12.625rem;top:39.6875rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc2CuSIJO2l5uaHGzUVT3ZIpmGGHA2iy { width:20rem;height:2.375rem;top:68.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dokhTiZSC63H5AWrrlzKxQATvUV3oBiN { width:20rem;height:5.484375rem;top:77.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJRvimC0gNIHfQUG0XqifJlOEMsW9rTu { width:20rem;height:3.03418125rem;top:72.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQX4Nw727AgS3ro4E7MwUgOXKKwfMubh { display:none; }#zQX4Nw727AgS3ro4E7MwUgOXKKwfMubh > .row .container { width:20rem;height:70rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T5lEC1Hyv4Ez7i2qw9shr0T7uqhaeTRC { width:17.75rem;height:18rem;top:0.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncQNW3sJ3Kunu8a8XMd9Z7loEzPCud9X { width:17.3125rem;height:13.8125rem;top:53.4375rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEayPy2dy0LkhVRv8H6TR48LRXA9EFGO { width:17.375rem;height:18.75rem;top:19.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZPi99aGbTmyg54AUqUzgsOdexbF35Iy { width:17.3125rem;height:12.625rem;top:39.6875rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsnluNAGZ7rfXyJ8SfS5M3OF4KPcTQ8z { width:20rem;height:1.375rem;top:68.359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z { background-color:#370f11;background-image:none;display:block; }#a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z > .row .container { background-color: transparent; background-image: none; }#a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z > .row .container > .video-iframe-container { display: none; }#a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z > .row > .video-iframe-container { display: none; }#a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z > .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); }#a6dQRaf5VOFv3WHgQ4tGGiSOqTo5cE3Z > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LqAXKfZulty3StrWJy7WcE4DBO4kmh1a { width:18.0625rem;height:2.6875rem;top:1.28125rem;left:0.96796876192094rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0MOXhs1PtiBq4fRsmlzuNWvdkZFSFT6 { display:block; }
 }@media only screen and (max-width: 763px) { #SVLhKEo1ifDJ1JDCmpgATqLgKTJdgSbB { background-color:#fdf7eb;background-image:none;display:block; }#SVLhKEo1ifDJ1JDCmpgATqLgKTJdgSbB > .row .container { background-color: transparent; background-image: none; }#SVLhKEo1ifDJ1JDCmpgATqLgKTJdgSbB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVLhKEo1ifDJ1JDCmpgATqLgKTJdgSbB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVLhKEo1ifDJ1JDCmpgATqLgKTJdgSbB > .row .container > .video-iframe-container { display: none; }#SVLhKEo1ifDJ1JDCmpgATqLgKTJdgSbB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVLhKEo1ifDJ1JDCmpgATqLgKTJdgSbB > .row > .video-iframe-container { display: none; }#SVLhKEo1ifDJ1JDCmpgATqLgKTJdgSbB > .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); }#SVLhKEo1ifDJ1JDCmpgATqLgKTJdgSbB > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Co7wvZKCf1EfNb791KVl5btGD1Ou5hAW { width:20rem;height:2rem;top:1.4374661445618rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg { background-color:#fdf7eb;background-image:none;display:block; }#MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg > .row .container { background-color: transparent; background-image: none; }#MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg > .row .container > .video-iframe-container { display: none; }#MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg > .row > .video-iframe-container { display: none; }#MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg > .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); }#MvBChrvTmTO7xF5kHRah8LWaAvqB5pMg > .row .container { width:20rem;height:55.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tlxfokea5ZfFUmBcym9Vw57rTxw3T1l8 { width:20rem;height:1.4000375rem;top:14.562500953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdnHgteVhXJx9KPw68k9D8bDWehb39vg { width:9.3125rem;height:12.5rem;top:17.5rem;left:5.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e6NNqDsRIDqcJ4i3BAverLOT7IpyayDy { width:12.625rem;height:2.1875rem;top:11.78125rem;left:3.6875000596046rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(55,15,17,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #zxJ2xP7MhGNG3Ea1ZtEwOEmBuR4ulshT { width:13.25rem;height:1.125rem;top:12.3125rem;left:3.3750000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eXoPMi4AcztbmzL0b5KdpiMKiZFXSLn4 { width:20rem;height:2.4rem;top:50.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Xrm8KquN8wrTKnACON0RdiATgXEC7k4R { width:9.125rem;height:12.25rem;top:0.11802864074707rem;left:5.3124998211861rem;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gCPI8dyQGoUVrqxl1aquhLcV3FUcVCQv { width:12.625rem;height:2.1875rem;top:29.0625rem;left:3.6875rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(55,15,17,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ApOV180LUMpX5xDnprfFLBCym8SvaF24 { width:13.25rem;height:1.125rem;top:48.343751907349rem;left:3.3750000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VsuXbWGgExrybhWlniVdG29fqSkns5J9 { width:9.3125rem;height:12.5rem;top:36.125rem;left:5.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #EPLQIk3mWBDacJdQftlrr8WPT03yRrTo { width:12.625rem;height:2.1875rem;top:47.8125rem;left:3.6875rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(55,15,17,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #POGtFIi9c5FeOsJoqeDnHvdetTBtXuJ2 { width:13.25rem;height:1.125rem;top:29.625rem;left:3.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gGEzSJTeqcbofZVSc7yRJo4FoB3xsrIB { width:20rem;height:2.4rem;top:32.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kVTqrim6vkL94hs0HXkg2fxrT2TWl9Mm { display:none; }#kVTqrim6vkL94hs0HXkg2fxrT2TWl9Mm > .row .container { width:20rem;height:19.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iIuXJSZ1TG8ozixzcH5ty6KRfyeZ9S2y { width:18.0625rem;height:4.4375rem;top:3.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwAfxxvz7XeF8p5Hghc4KAXTFnMVCHvo { width:12.375rem;height:2.875rem;top:14.528645515442rem;left:3.8124998211861rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNm3xXnxxnOXNhZIwv84WM5b5OhWcvDM { display:block; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf .widget-text.counter-number { padding-top:0.413125rem;padding-right:0.36rem;padding-bottom:0.413125rem;padding-left:0.36rem;width:2.159375rem;min-width:2.159375rem;height:2.21875rem;font-size:1.65125rem;line-height:35.5px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.258125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.879375rem;height:0.8775rem;font-size:0.619375rem;line-height:14.04px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf { display:flex;width:15.5rem;height:4.18055625rem;top:8.0000009536744rem;left:1.4687500596046rem;padding-top:0.785625rem;padding-right:0.78125rem;padding-bottom:0.785625rem;padding-left:0.78125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #m3tXaggqlhRAdJfI97079X4f7G1gC7z3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #pJHGAshPRbyk6TIgP2gDnLr4r6LDcvmP {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #Twb5huESNiflNIVvbAQinSetvGQPRFDW {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #nrTaqae0hoc9UyO0gBRyXAWZldsZaNti { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #JBGM9uXQR7tceIR8cSMCkZHW4kaElFMT {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #V6Guv99Wkpo6SnWJtIShvTPKKLxCHMd0 {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #cC7U3tUlasCpHkhDBzG6lpW4kgtI3hrX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #HBrifRHVTCr8T9HK8kDqoxWm0Z6FGJrQ {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #kOskF8LXOST4NTrpghXuTEEIMQRdZu00 {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #mduiIWchL2Mo8qHHO5wT33KEqfD9P2d7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #gZ3aXXo4qSo1h8LVOKIsZdRe0wy3s7WE {  }
 }@media only screen and (max-width: 763px) { #HJuRLf6TbRbdTVaVVk8xy1A6KGm5ZsNf #rVvfTeVU2y9Px0LNfbH2EV5EV2udK73L {  }
 }@media only screen and (max-width: 763px) { #TkF6P0Fw0CTxVUIcemmH2c3iNuTzmVJy { width:14.9375rem;height:5.848725rem;top:0.95662498474119rem;left:2.5312500596046rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L064orHKVwJN1NslUxfqrGBC2LF4xxOq { width:18.5625rem;height:7.1875rem;top:8.0000009536744rem;left:0.71788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bih1nBlIH3eigTQJzycdulLvNodl2AWE { display:block; }#Bih1nBlIH3eigTQJzycdulLvNodl2AWE > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFCSXH1xRqqoadBSiTGW7hfJA6dnC9wc { width:20rem;height:2.000175rem;top:1.177734375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbgTDZFJ5vMRPnxJ6Se16lw5neRlvTkC { width:13rem;height:2.5rem;top:29.873046875rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T21gmKUMe6p48MTeW3d8TSrQDhFL6smF { display:block; }
 }@media only screen and (max-width: 763px) { #wDFlcnnp7kt5P3SexgBtB4CSRQbHHtgU { width:20rem;height:24rem;top:4.37109375rem;left:0rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z { position:relative;z-index:auto;display:block; }#wxWKag4sDKkCeFOPI6K3Jh2noXPcv62z > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ghIUKxvSfFFyfQUME21OX39m2h5Aw6lU { width:15.25rem;height:2.76278125rem;top:33.0625rem;left:2.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FW0PecsOdwSQpLZPnNTXsg3P9D3nu91z { width:15.5rem;height:4.80025rem;top:0.92578125rem;left:2.25rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xs0w3WPwCKFPTIwbPQxktdkruxa03eo8 { width:1.5rem;height:1.5rem;top:36.6875rem;left:7.9375rem;font-size:0.75rem;display:block; }
#xs0w3WPwCKFPTIwbPQxktdkruxa03eo8 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #T3NRFTVwH2Fzv3keVxSJgbtLMxMbt92n { width:2rem;height:2rem;top:36.4375rem;left:10.0625rem;font-size:1rem;display:block; }
#T3NRFTVwH2Fzv3keVxSJgbtLMxMbt92n > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-regular-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-text {padding-top: 0; padding-bottom: 0;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-select {padding-top: 0; padding-bottom: 0;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-input-button { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy  { width:17.4375rem;height:auto;top:10.0625rem;left:0rem; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy {display:block;}#TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy { width:17.4375rem;height:auto;top:10.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #wFy5kDTmiR09wK9NbgNi2KSQGBsB9ZAf {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #SUclRCylOnZE73VusSFxAdQMcqW99bnq {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #lAQDCndAnGKSxb8valcWvDQN1QMEp1NX {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #Gts8BCa3Rc7DIRNVnInAw3g4lQyPilG0 {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #wuh2mw3FVNWwTLT54TIngVmEa3VG64D5 {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #aZXdqcxrZP3VLzIduECg7Ca8TQJ259Ap {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #ReZGctkcWzGpzTNK8AWyU5aes93VeWlP {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #Wmsdrm6T3I8tecyA0NE9wKXecm6RHdCz {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #dEND2GHsy76bMFEglUngd47K4q9BZ7TO {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #vlfTr4nMGpz5FSEq0As1sxiQB0EvRoRl {  }
 }@media only screen and (max-width: 763px) { #TGUlf9XK4Fu9WUSDtp1myuzKDBU9yHiy #daZTxMNtPJ2WgudynJh7OzMUNOG1cdFR {  }
 }@media only screen and (max-width: 763px) { #eVTel7HzvkKFDpcoo9r385RTaqe42Mhu { width:20rem;height:2.800075rem;top:6.4521484375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui { display:block; }#OTsioaZ2rKxNlP911o8E6RxnH7OEh9ui > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXILCumovTi9Umyktdc0vyPR75uOrfbW { width:19.625rem;height:0.9375rem;top:3.3125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VQGgndPI1PMBJHpt5QFTGS9QlyQ0oAGH { width:7.624rem;height:1.21875rem;top:1.125rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zyykpi492cm9RLrJwcI7xCr6OINZECb2 { width:10.8125rem;height:1.21875rem;top:1.125rem;left:8.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mABgK1RWQNDAiXAbaEHKJ93xwZMkV2tT { width:13.125rem;height:0.9375rem;top:4.25rem;left:3.3125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }