.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:251,244,217;--color-primary-1:243,220,128;--color-primary-2:230,184,0;--color-primary-3:115,92,0;--color-primary-4:35,28,0;--color-secondary-0:222,239,245;--color-secondary-1:146,202,222;--color-secondary-2:37,149,189;--color-secondary-3:19,75,95;--color-secondary-4:6,22,28;--color-tertiary-0:255,255,255;--color-tertiary-1:177,177,180;--color-tertiary-2:125,125,130;--color-tertiary-3:75,75,78;--color-tertiary-4:39,38,46;--headlines-font-family:"Museo Slab";--paragraphs-font-family:"Museo Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container { display: none; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .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); }#aFWne3wJFG55OSqp0xbPSGFwhy8U8zKR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64571994-5759-46ae-a78d-960e2566eaf0/back_landing.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#aFWne3wJFG55OSqp0xbPSGFwhy8U8zKR.adaptive-delivery-prevent-bg, #aFWne3wJFG55OSqp0xbPSGFwhy8U8zKR.lazyload, #aFWne3wJFG55OSqp0xbPSGFwhy8U8zKR.lazyloading { background-image: none; }#aFWne3wJFG55OSqp0xbPSGFwhy8U8zKR > .row .container { background-color: transparent; background-image: none; }#aFWne3wJFG55OSqp0xbPSGFwhy8U8zKR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFWne3wJFG55OSqp0xbPSGFwhy8U8zKR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFWne3wJFG55OSqp0xbPSGFwhy8U8zKR > .row .container > .video-iframe-container { display: none; }#aFWne3wJFG55OSqp0xbPSGFwhy8U8zKR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFWne3wJFG55OSqp0xbPSGFwhy8U8zKR > .row > .video-iframe-container { display: none; }#aFWne3wJFG55OSqp0xbPSGFwhy8U8zKR > .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); }#aFWne3wJFG55OSqp0xbPSGFwhy8U8zKR > .row .container { border-width: 0; border-radius: 0; }#aFWne3wJFG55OSqp0xbPSGFwhy8U8zKR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aFWne3wJFG55OSqp0xbPSGFwhy8U8zKR > .row .container { width:75rem;height:45.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#IuIpkKzq6WfMaODS5hODgs4ZJ4yurptt { color:#3c3c3c;display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:24.9375rem;left:4.1875rem;height:3.75rem;font-style:normal;display:block; }
#gz22SnTetm12bmxy6LQAt9JcZfSHJe7d { background-color:#e6b800;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#3c3c3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:30.8125rem;left:4.375rem;display:block; }
#mNAsJP5xlADIQv2nPt1PFopk4ITXNnlT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oaD3yExKG33pxfAuwnRJP14zCVUvXAxo { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:18.625rem;top:27.125rem;left:49.4375rem;display:block; }
#Eeg7gbJL5cf4qPKOd5yQV3WmasA0TcPQ { position:absolute;display:block;z-index:15005;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:26.4375rem;left:46.625rem;display:block; }
#LriwDOhUwnFz7ZWFIZeOq5BshL0f2FT2 { position:absolute;display:block;z-index:15010;background-color:#e6b800;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:16.5rem;left:46.625rem;display:block; }
#Jed15RK5kmT3fSANoqwm8yCfaS7aiTTz { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:18.875rem;top:17.1875rem;left:49.4375rem;display:block; }
#NFyBC5Dsh6mNaLFXNxqSr6eGsBx3lNFT { position:absolute;display:block;z-index:15014;background-color:#fafafa;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:18.625rem;top:22.1875rem;left:49.375rem;display:block; }
#i89UrkhqZuOuboho4AzPR0VQyZ3M5xXG { position:absolute;display:block;z-index:15015;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:21.5rem;left:46.5625rem;display:block; }
#VNhrh08EpiN13PaiB8lKnuU0mmFnm6oP { color:#3c3c3c;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:23.1875rem;left:51.8125rem;height:1.70605625rem;font-style:normal;display:block; }
#IX3QaumIx44aEBM6hOR4aAG1cyO2ANy8 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:16.5rem;left:46.625rem;display:block; }
#sozWuVwtQkxLhViFTZJZqxJk5ORw6MTV { color:#3c3c3c;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:18.25rem;left:51.8125rem;height:1.70605625rem;font-style:normal;display:block; }
#K8ALb7qUifSF7pZrTpywy3KKekyD184x { box-sizing:content-box;color:#fdfbf6;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:26.625rem;left:46.8125rem;display:block; }
#AqJhfWRoRoXJus9O9fEanwRbOkoEXKdJ { color:#3c3c3c;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:28.1875rem;left:51.8125rem;height:1.70605625rem;font-style:normal;display:block; }
#lR1F8Lm9dDTKJNQRB6a7co5gKtktgsW8 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:21.5rem;left:46.625rem;display:block; }
#dfs7bZVHKsgCKw5UgCnPl7kzwbP1I191 { color:#e6b800;display:block;width:24.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:13.26220703125rem;left:4.1875rem;height:6.8623125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PPURCoQ0sJwLWOE38nObyep6rrIXf0uk { color:#3c3c3c;display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:20.875rem;left:4.1875rem;height:2.41845625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DLoQghEq8h69ecMEM2ew7FRCfvSMw5ss { position:absolute;display:block;z-index:15023;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:8.5625rem;width:12.5rem;top:2.4375rem;left:4.1875rem;overflow:hidden;display:block; }
#ETDi9E73PmZLg288UCa7LXFGqkeeq23e { 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; }#ETDi9E73PmZLg288UCa7LXFGqkeeq23e > .row .container { background-color: transparent; background-image: none; }#ETDi9E73PmZLg288UCa7LXFGqkeeq23e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETDi9E73PmZLg288UCa7LXFGqkeeq23e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETDi9E73PmZLg288UCa7LXFGqkeeq23e > .row .container > .video-iframe-container { display: none; }#ETDi9E73PmZLg288UCa7LXFGqkeeq23e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETDi9E73PmZLg288UCa7LXFGqkeeq23e > .row > .video-iframe-container { display: none; }#ETDi9E73PmZLg288UCa7LXFGqkeeq23e > .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); }#ETDi9E73PmZLg288UCa7LXFGqkeeq23e > .row .container { border-width: 0; border-radius: 0; }#ETDi9E73PmZLg288UCa7LXFGqkeeq23e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETDi9E73PmZLg288UCa7LXFGqkeeq23e > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#neFrJBhz7x4L1ShaN1Lq0JDriBaXa118 { color:#3c3c3c;display:block;width:48.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:3.75rem;left:13.4375rem;height:2.88720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LIofVLX2naD9Zy43MQfQ8IhCw2bJAqpG { color:#3c3c3c;display:block;width:50.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:7.4375rem;left:12.125rem;height:2.23095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PJ7GvJQ72zwMErFITHm1wRpyLg3kAwUk { color:#3c3c3c;display:block;width:56.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:11.0625rem;left:9.34375rem;height:5.7363375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N0tTCFAAcX0XW6vnT1RxcRH76fvS0rVc { color:#3c3c3c;display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:17.875rem;left:10.03125rem;height:5.73633125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iJ7iQ0r1D0WFP9AkC49mpI7ggEZk8QBG { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#3c3c3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25.75rem;left:30.8125rem;display:block; }
#iyJ2ayXoeIuHdwe6AHl3EQqiTiTJT9TV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf8f3;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; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { background-color: transparent; background-image: none; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container > .video-iframe-container { display: none; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row > .video-iframe-container { display: none; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .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); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { border-width: 0; border-radius: 0; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#gDOc3Ja5rigLCFdnPNIVarlIEwaWT0gp { color:#3c3c3c;display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:15.75rem;left:40.625rem;height:6.798825rem;display:block; }
#u6Myhm1AQWw2v7iyWfXJD82wVlW69XXz { color:#3c3c3c;display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:12.8125rem;left:40.625rem;height:2.23095625rem;font-style:normal;display:block; }
#r7tJOihWzUiDeAqaLFHigX0T8mvCl6Di { color:#3c3c3c;display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:5.4375rem;left:40.625rem;height:6.599625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AgDqgFCT4eCTNhK70FZTChvDhnPLK6r3 { 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:31.875rem;width:37.5rem;top:1.46875rem;left:0rem;overflow:hidden;display:block; }
#EheTWfh6l2Ll7lyRMUWxe5KefSFNUEb5 { position:absolute;display:block;z-index:14999;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.0625rem;width:37.5625rem;top:1.375rem;left:37.5rem;display:block; }
#EqPVdMhNQnTR7a7P4fM0T1hmF8JBUPqv { color:#3c3c3c;display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:23.125rem;left:40.625rem;height:6.7988125rem;display:block; }
#HeJEJfnqvx4WPlodMLDW7nnd7xX7dhZM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf8f3;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; }#HeJEJfnqvx4WPlodMLDW7nnd7xX7dhZM > .row .container { background-color: transparent; background-image: none; }#HeJEJfnqvx4WPlodMLDW7nnd7xX7dhZM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HeJEJfnqvx4WPlodMLDW7nnd7xX7dhZM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HeJEJfnqvx4WPlodMLDW7nnd7xX7dhZM > .row .container > .video-iframe-container { display: none; }#HeJEJfnqvx4WPlodMLDW7nnd7xX7dhZM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HeJEJfnqvx4WPlodMLDW7nnd7xX7dhZM > .row > .video-iframe-container { display: none; }#HeJEJfnqvx4WPlodMLDW7nnd7xX7dhZM > .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); }#HeJEJfnqvx4WPlodMLDW7nnd7xX7dhZM > .row .container { border-width: 0; border-radius: 0; }#HeJEJfnqvx4WPlodMLDW7nnd7xX7dhZM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HeJEJfnqvx4WPlodMLDW7nnd7xX7dhZM > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#OzPVQwyTCUVZ54OfF9poXDpSM8i60ke8 { color:#3c3c3c;display:block;width:60.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:0.94970703125rem;left:7.40625rem;height:3.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mKQlkA8ul0XpNQZf0IlJAnZUN4kHhck9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf8f3;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; }#mKQlkA8ul0XpNQZf0IlJAnZUN4kHhck9 > .row .container { background-color: transparent; background-image: none; }#mKQlkA8ul0XpNQZf0IlJAnZUN4kHhck9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKQlkA8ul0XpNQZf0IlJAnZUN4kHhck9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKQlkA8ul0XpNQZf0IlJAnZUN4kHhck9 > .row .container > .video-iframe-container { display: none; }#mKQlkA8ul0XpNQZf0IlJAnZUN4kHhck9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mKQlkA8ul0XpNQZf0IlJAnZUN4kHhck9 > .row > .video-iframe-container { display: none; }#mKQlkA8ul0XpNQZf0IlJAnZUN4kHhck9 > .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); }#mKQlkA8ul0XpNQZf0IlJAnZUN4kHhck9 > .row .container { border-width: 0; border-radius: 0; }#mKQlkA8ul0XpNQZf0IlJAnZUN4kHhck9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mKQlkA8ul0XpNQZf0IlJAnZUN4kHhck9 > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:75rem;position:relative;display:block; }#St2prM5q8tH2G3IvZXGVEKZlz0O4zLr8 { 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:12.9375rem;width:23.0625rem;top:2.75rem;left:0.96875rem;overflow:hidden;display:block; }
#aInfzGLIGxqq05voQ0hdQnnAca6EeU39 { 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:12.9375rem;width:23.0625rem;top:2.75rem;left:26rem;overflow:hidden;display:block; }
#g83V6WV1avhPNCvlBlrSKT98TESVP3fq { 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:12.9375rem;width:23.0625rem;top:2.75rem;left:50.96875rem;overflow:hidden;display:block; }
#Qyp2GqPWet76voS1TVashmcwJkByu2o0 { color:#3c3c3c;display:block;width:23.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:16.875rem;left:0.96875rem;height:2.23095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RUM86rzgfXKPMoT89cL86xA89UghXyx9 { color:#3c3c3c;display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:16.875rem;left:25.90625rem;height:2.23095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t45FgTnBMTkaLzCramhPJPIEV9WxKRG2 { color:#3c3c3c;display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:16.875rem;left:50.9375rem;height:2.23095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aUloAu3mvg9q6Kzeyg7NTERtwgvsgxSy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#85b79c;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; }#aUloAu3mvg9q6Kzeyg7NTERtwgvsgxSy > .row .container { background-color: transparent; background-image: none; }#aUloAu3mvg9q6Kzeyg7NTERtwgvsgxSy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUloAu3mvg9q6Kzeyg7NTERtwgvsgxSy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUloAu3mvg9q6Kzeyg7NTERtwgvsgxSy > .row .container > .video-iframe-container { display: none; }#aUloAu3mvg9q6Kzeyg7NTERtwgvsgxSy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUloAu3mvg9q6Kzeyg7NTERtwgvsgxSy > .row > .video-iframe-container { display: none; }#aUloAu3mvg9q6Kzeyg7NTERtwgvsgxSy > .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); }#aUloAu3mvg9q6Kzeyg7NTERtwgvsgxSy > .row .container { border-width: 0; border-radius: 0; }#aUloAu3mvg9q6Kzeyg7NTERtwgvsgxSy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aUloAu3mvg9q6Kzeyg7NTERtwgvsgxSy > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#xnfwcPTbiwNGNLM9NCPPK7rKbeJMABGq { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:1.75rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#rZbDT9RkOBrJE1cTCGTLu3vptPNJX4Bp { color:#ffffff;display:block;width:43.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:4.5rem;left:11.9375rem;height:2.23095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GfWH1kGxzyoyfqtpl7ZzK8s1CAK7f7Th { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:5.9375rem;top:4.8125rem;left:49.0625rem;overflow:hidden;display:block; }
#GHoRkxx7oUd8tdFJQDEeL1dvMu6zUuCR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf8f3;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; }#GHoRkxx7oUd8tdFJQDEeL1dvMu6zUuCR > .row .container { background-color: transparent; background-image: none; }#GHoRkxx7oUd8tdFJQDEeL1dvMu6zUuCR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHoRkxx7oUd8tdFJQDEeL1dvMu6zUuCR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHoRkxx7oUd8tdFJQDEeL1dvMu6zUuCR > .row .container > .video-iframe-container { display: none; }#GHoRkxx7oUd8tdFJQDEeL1dvMu6zUuCR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHoRkxx7oUd8tdFJQDEeL1dvMu6zUuCR > .row > .video-iframe-container { display: none; }#GHoRkxx7oUd8tdFJQDEeL1dvMu6zUuCR > .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); }#GHoRkxx7oUd8tdFJQDEeL1dvMu6zUuCR > .row .container { border-width: 0; border-radius: 0; }#GHoRkxx7oUd8tdFJQDEeL1dvMu6zUuCR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GHoRkxx7oUd8tdFJQDEeL1dvMu6zUuCR > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#yAbJrm4OFEDiIT46TSTiATBAPDLH6RfH { color:#3c3c3c;display:block;width:59.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:2.0625rem;left:7.8125rem;height:4.25rem;text-align:center;text-align-last:center;display:block; }
#Ix7sglxAZTshwvpo7noBmHTokxFff9dF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf8f3;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; }#Ix7sglxAZTshwvpo7noBmHTokxFff9dF > .row .container { background-color: transparent; background-image: none; }#Ix7sglxAZTshwvpo7noBmHTokxFff9dF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ix7sglxAZTshwvpo7noBmHTokxFff9dF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ix7sglxAZTshwvpo7noBmHTokxFff9dF > .row .container > .video-iframe-container { display: none; }#Ix7sglxAZTshwvpo7noBmHTokxFff9dF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ix7sglxAZTshwvpo7noBmHTokxFff9dF > .row > .video-iframe-container { display: none; }#Ix7sglxAZTshwvpo7noBmHTokxFff9dF > .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); }#Ix7sglxAZTshwvpo7noBmHTokxFff9dF > .row .container { border-width: 0; border-radius: 0; }#Ix7sglxAZTshwvpo7noBmHTokxFff9dF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ix7sglxAZTshwvpo7noBmHTokxFff9dF > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;position:relative;display:block; }#tx8Mq92EvRsgtXpRmZnfnTNudoSTTeHL { 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:15.25rem;width:23.0625rem;top:2.6875rem;left:1rem;overflow:hidden;display:block; }
#SXOLrcEfcHugpeiA1LS05cHPw6nNDMOd { color:#3c3c3c;display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:22.75rem;left:2.125rem;height:3.1494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UvbTCk7AxSq8TvlEgPpeiSEzATxTMfHc { position:absolute;display:block;z-index:15001;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:23rem;top:17.9375rem;left:1rem;display:block; }
#q1rZ9BZAmLOegxb2lv7tp6SGy0PfD8zp { color:#85b79c;display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:19.5rem;left:2.125rem;height:2.125rem;font-style:normal;display:block; }
#TOsqcpllOZuTcKh2FmDZFr85zO4s5V1p { color:#3c3c3c;display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:26.25rem;left:2.125rem;height:6.7988125rem;display:block; }
#IpSXeDoPFaaNok2LRgM3JOaWPKi02MHi { 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:15.25rem;width:22.875rem;top:2.75rem;left:26rem;overflow:hidden;display:block; }
#oBkPQRZQkMLadGCb6b18Sx0DwPKcgQlW { color:#85b79c;display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:19.125rem;left:27.21875rem;height:3rem;font-style:normal;display:block; }
#wEaE5wsJrDzKP1zyhfm3GKs1eLbLeX3e { color:#3c3c3c;display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:23.72314453125rem;left:27.21875rem;height:3.1494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qTJ4kFrHMSd1m3XbtUrxs7gKvf5thDRP { color:#3c3c3c;display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:27.1845703125rem;left:27.125rem;height:5.09911875rem;display:block; }
#K0deX7v74w3JdeTl92WCpOoPMSn8cOnW { position:absolute;display:block;z-index:15002;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:23rem;top:18rem;left:26rem;display:block; }
#snz8pK9uMsAlpAVyqoxwfpSA8tEawyVK { 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:15.25rem;width:22.875rem;top:2.6875rem;left:51rem;overflow:hidden;display:block; }
#qxnhZWncRu0GWTDxX493D8vIVJaLNi1A { color:#85b79c;display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:19.5rem;left:51.75rem;height:2.125rem;font-style:normal;display:block; }
#tnQX19bUA8ksPKT6t9Gew4VHFfAe8ePO { color:#3c3c3c;display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:22.74951171875rem;left:51.75rem;height:3.1494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dm9lt5JfclU0meDaNqlpKEtNkE1723ds { color:#3c3c3c;display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:26.27392578125rem;left:51.75rem;height:5.09911875rem;display:block; }
#UVB6ndrdZuxJDeOthzQCpLU9JA8JGEt5 { position:absolute;display:block;z-index:15002;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:23rem;top:17.9375rem;left:51rem;display:block; }
#kX5IQo3dinbdg0ppFgxuzkdwWdkQTcT2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf8f3;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; }#kX5IQo3dinbdg0ppFgxuzkdwWdkQTcT2 > .row .container { background-color: transparent; background-image: none; }#kX5IQo3dinbdg0ppFgxuzkdwWdkQTcT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kX5IQo3dinbdg0ppFgxuzkdwWdkQTcT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kX5IQo3dinbdg0ppFgxuzkdwWdkQTcT2 > .row .container > .video-iframe-container { display: none; }#kX5IQo3dinbdg0ppFgxuzkdwWdkQTcT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kX5IQo3dinbdg0ppFgxuzkdwWdkQTcT2 > .row > .video-iframe-container { display: none; }#kX5IQo3dinbdg0ppFgxuzkdwWdkQTcT2 > .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); }#kX5IQo3dinbdg0ppFgxuzkdwWdkQTcT2 > .row .container { border-width: 0; border-radius: 0; }#kX5IQo3dinbdg0ppFgxuzkdwWdkQTcT2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kX5IQo3dinbdg0ppFgxuzkdwWdkQTcT2 > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;position:relative;display:block; }#G9pcvEJsXE6OpEK2Usp0JMBJK6dd6Sar { 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:15.25rem;width:22.875rem;top:2.75rem;left:0rem;overflow:hidden;display:block; }
#GmxWJVkrMtxPE0sakcuyLWbVTtuhwTfb { color:#3c3c3c;display:block;width:17.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:24.03857421875rem;left:1.15625rem;height:3.1494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b8ZHK467gpJr0eq0d3EGCIPrtgURITpf { position:absolute;display:block;z-index:15001;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:23rem;top:18rem;left:0rem;display:block; }
#ryFbBko6TnQkh1sByayOu4JdZpQufv3A { color:#85b79c;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:19.125rem;left:1.15625rem;height:3rem;font-style:normal;display:block; }
#BJfAHPEFxwM0SoNRX8TM8FTMmnbEc9Cc { color:#3c3c3c;display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:27.125rem;left:1.15625rem;height:5.09911875rem;display:block; }
#piShNRMDA9ZBP7zBWVVHJKXsEZtAbGR9 { 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:15.25rem;width:22.875rem;top:2.75rem;left:26rem;overflow:hidden;display:block; }
#b9k53tyxdXEOwMdbCOgK79M5C5HO0VfP { color:#85b79c;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:19.875rem;left:26.96875rem;height:1.5rem;font-style:normal;display:block; }
#cn6WkF9GNKmBB6ca2d2yD7LSOiyuQQ1x { color:#3c3c3c;display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:23.1865234375rem;left:26.96875rem;height:3.1494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yqIOQyXWp6VPqX4XsefTzBid1LBZmSgN { color:#3c3c3c;display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:26.39794921875rem;left:27.125rem;height:3.3994125rem;display:block; }
#l2ZCXwFDQHPA59DGpiDa8O1XdFTns5oA { position:absolute;display:block;z-index:15002;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:23rem;top:18rem;left:26rem;display:block; }
#sDM34srl4HAAFuU8snAZJgLPqZ38bm2U { 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:15.3125rem;width:23.0625rem;top:2.6875rem;left:51rem;overflow:hidden;display:block; }
#Kit3rzuoc0b5LTw73uUTzHDwuFF42yKs { color:#85b79c;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:19.5625rem;left:51.875rem;height:2.125rem;font-style:normal;display:block; }
#IawJfhV7SVXybI5oJ7Z9R8q18WGDG8nc { color:#3c3c3c;display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:23.25rem;left:51.875rem;height:3.1494125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qbgzpf0IpcSDswnQfNSUEmybt08ItgR7 { color:#3c3c3c;display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:26.4375rem;left:52.0625rem;height:5.09911875rem;display:block; }
#VusQqVeoMKkU7e0cbqv5RJVw1aa5INuR { position:absolute;display:block;z-index:15002;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:23rem;top:18rem;left:51rem;display:block; }
#PoqLWRyRVGzxEC7JqFWEdgTlMpem3uuF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf8f3;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; }#PoqLWRyRVGzxEC7JqFWEdgTlMpem3uuF > .row .container { background-color: transparent; background-image: none; }#PoqLWRyRVGzxEC7JqFWEdgTlMpem3uuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PoqLWRyRVGzxEC7JqFWEdgTlMpem3uuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PoqLWRyRVGzxEC7JqFWEdgTlMpem3uuF > .row .container > .video-iframe-container { display: none; }#PoqLWRyRVGzxEC7JqFWEdgTlMpem3uuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PoqLWRyRVGzxEC7JqFWEdgTlMpem3uuF > .row > .video-iframe-container { display: none; }#PoqLWRyRVGzxEC7JqFWEdgTlMpem3uuF > .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); }#PoqLWRyRVGzxEC7JqFWEdgTlMpem3uuF > .row .container { border-width: 0; border-radius: 0; }#PoqLWRyRVGzxEC7JqFWEdgTlMpem3uuF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PoqLWRyRVGzxEC7JqFWEdgTlMpem3uuF > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#PMIT1zwGC88IWxp9JpVwwohSLLpCOoH4 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#3c3c3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.0625rem;left:30.8125rem;display:block; }
#rXP9AoZcynFn7seUoDwaNMcR362OhNBM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#85b79c;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; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { background-color: transparent; background-image: none; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container > .video-iframe-container { display: none; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row > .video-iframe-container { display: none; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .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); }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { border-width: 0; border-radius: 0; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#UdSnU1VLTrRX0vcVyg5R1ofGFTEL4U7K { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wiL1ENtGlvKN6FhF3THXCN9eAk9d6ktN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf8f3;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; }#wiL1ENtGlvKN6FhF3THXCN9eAk9d6ktN > .row .container { background-color: transparent; background-image: none; }#wiL1ENtGlvKN6FhF3THXCN9eAk9d6ktN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiL1ENtGlvKN6FhF3THXCN9eAk9d6ktN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiL1ENtGlvKN6FhF3THXCN9eAk9d6ktN > .row .container > .video-iframe-container { display: none; }#wiL1ENtGlvKN6FhF3THXCN9eAk9d6ktN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiL1ENtGlvKN6FhF3THXCN9eAk9d6ktN > .row > .video-iframe-container { display: none; }#wiL1ENtGlvKN6FhF3THXCN9eAk9d6ktN > .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); }#wiL1ENtGlvKN6FhF3THXCN9eAk9d6ktN > .row .container { border-width: 0; border-radius: 0; }#wiL1ENtGlvKN6FhF3THXCN9eAk9d6ktN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wiL1ENtGlvKN6FhF3THXCN9eAk9d6ktN > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:block; }#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .widget-form-header {  }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:bold;color:#3c3c3c;width:33.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;text-align:left;text-align-last:left;line-height:1.6;vertical-align:top; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:33.9375rem;box-sizing:border-box;height:2rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .widget-input-text {padding-top: 0; padding-bottom: 0;}#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:33.9375rem;box-sizing:border-box;height:5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:33.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:lato;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .widget-input-select {padding-top: 0; padding-bottom: 0;}#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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: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:#3c3c3c;width:33.9375rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:0.875rem;text-align:left;text-align-last:left; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:0.875rem;text-align:left;text-align-last:left; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:lato;font-size:0.875rem;text-align:left;text-align-last:left; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:lato;font-size:0.875rem;text-align:left;text-align-last:left; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:32.6875rem;overflow:hidden;font-style:normal;float:none; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .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; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .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:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .widget-container:first-of-type{padding-top:0;}#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .widget-container:last-of-type{padding-bottom:0;}#zZXKi487NpcBOE2LVxvk219SUuKs9pdW  { background-color:rgba(var(--color-tertiary-0),0.78);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.27490234375rem;left:38.03125rem; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:33.9375rem;display:block;vertical-align:top; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .widget-info-text { display:block;height:auto;font-family:lato;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; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW {display:block;}#zZXKi487NpcBOE2LVxvk219SUuKs9pdW { background-color:rgba(var(--color-tertiary-0),0.78);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:33.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.27490234375rem;left:38.03125rem; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW #b5EDpQRxWI7kt0MLuTQiskpLTvgZkxKp { position:relative; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW #S77X4L9KL8P9vyKRThFUdH3hrpOp6oTr { position:relative;display:block; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW #swmP4BV0C5iAPCcUuPSqhUR0wNcmDVF9 { position:relative; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW #iddFIwuAFSLzg3XwSaT8NkbAGkbk3Vro { position:relative; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW #zPd2MvmORmwtsdx3xwZA8hmKCuoJpIeh { position:relative;display:block; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW #DyRQTugxXOLPzqn09T97z6ceHuUUzwEX { position:relative; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW #wtsdwxTRiwd8VFtR0SHaQHuiBaLQUqX9 { position:relative; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW #xb3hupnhHfSLOhQWQQsHUTSoTQStFwxJ { position:relative;display:block; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW #ofsLsH8X02nmnpUwl37m4vRA3C0B15x8 { position:relative; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW #W8c97w64MPZz1xtIwszCvHJvCa9t5B9K { position:relative; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW #McCvx43RwnURihHV3Jm1z4rzc1TTgpfF { position:relative;display:block; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW #LVKgJclblb4y8oQFENxB8rQJKxXDULUK { position:relative; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW #F81Cmrc8ISwB7hOWizSGyETyiZw6A5AM { position:relative; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW #WpgPLDWrWdOVWTlS0R4QURts58OPNNL5 { position:relative;display:block; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW #BKpLIIZpAhZODHGcNNMq9qlPAU8EN5Pi { position:relative; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW #oK3qZpk7ronzVy9iQVhg7Hdyl7XnE5wM { position:relative; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW #Z1SEdJqVoGPaK7NNZ6gEFJmC82e0GfPr { position:relative;z-index:2; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW #XllRcDPfxeWCuNrs8c3DVwTU6D8FkTx4 { position:relative; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW #X4W7tq5ACBB8VUcs9s8ZHglSXTQTx1eb { position:relative; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW #I0LINJ8K0IpM4vDpbxPm7ltV0CTmM0Nt { position:relative; }
#X01wXkzekM8W77xBGRAe60xs9Lk5P7rq { color:#3c3c3c;display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:21.375rem;left:4.9375rem;height:5.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sR92IBLXP5O7AppwicxGQZ9wLLZuvhPC { color:#3c3c3c;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:16.5625rem;left:7.4375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EFC9TTMUfTHVKnmMHOp36kkKOZbgkbKn { color:#85b79c;display:block;width:29.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:13.375rem;left:4.125rem;height:2.1308625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NDxza0E946DgZ0s8CKri133vqQcJou6G { 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:6.5rem;width:9.6875rem;top:4.8125rem;left:13.9375rem;overflow:hidden;display:block; }
#RiDGco6pPPuWgCr84NtU9gZA1hHpy9oN { color:#3c3c3c;display:block;width:25.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:28rem;left:5.875rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QklL2zEk69nZBNfXHenIXTiqoPmm3igR { 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; }#QklL2zEk69nZBNfXHenIXTiqoPmm3igR > .row .container { background-color: transparent; background-image: none; }#QklL2zEk69nZBNfXHenIXTiqoPmm3igR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QklL2zEk69nZBNfXHenIXTiqoPmm3igR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QklL2zEk69nZBNfXHenIXTiqoPmm3igR > .row .container > .video-iframe-container { display: none; }#QklL2zEk69nZBNfXHenIXTiqoPmm3igR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QklL2zEk69nZBNfXHenIXTiqoPmm3igR > .row > .video-iframe-container { display: none; }#QklL2zEk69nZBNfXHenIXTiqoPmm3igR > .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); }#QklL2zEk69nZBNfXHenIXTiqoPmm3igR > .row .container { border-width: 0; border-radius: 0; }#QklL2zEk69nZBNfXHenIXTiqoPmm3igR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QklL2zEk69nZBNfXHenIXTiqoPmm3igR > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:block; }#d1gRDEBPbks0kWuV5MiTLdy2lM6dk2y7 { position:absolute;display:block;z-index:15004;height:20.1875rem;width:75rem;top:2.96875rem;left:0rem;display:block; }
#WQm05G8hhc9hSFrS63oMBaKgZnOF7dBm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbf8f3;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; }#WQm05G8hhc9hSFrS63oMBaKgZnOF7dBm > .row .container { background-color: transparent; background-image: none; }#WQm05G8hhc9hSFrS63oMBaKgZnOF7dBm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQm05G8hhc9hSFrS63oMBaKgZnOF7dBm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQm05G8hhc9hSFrS63oMBaKgZnOF7dBm > .row .container > .video-iframe-container { display: none; }#WQm05G8hhc9hSFrS63oMBaKgZnOF7dBm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQm05G8hhc9hSFrS63oMBaKgZnOF7dBm > .row > .video-iframe-container { display: none; }#WQm05G8hhc9hSFrS63oMBaKgZnOF7dBm > .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); }#WQm05G8hhc9hSFrS63oMBaKgZnOF7dBm > .row .container { border-width: 0; border-radius: 0; }#WQm05G8hhc9hSFrS63oMBaKgZnOF7dBm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WQm05G8hhc9hSFrS63oMBaKgZnOF7dBm > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;position:relative;display:block; }#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#fbf8f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1);font-style:normal; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);font-weight:300;font-style:normal; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep .accordion-trigger.adaptive-delivery-prevent-bg, #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep .accordion-trigger.lazyload, #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep .accordion-trigger.lazyloading { background-image: none; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep { box-sizing:content-box;height:auto;width:71.875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#fbf8f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:8.375rem;left:1.5625rem; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #n3V61aywH2NdkaB1FywcrV6M9gUkQ7bz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #Xo60zHAKzKV26mIHpvZHtuFNlciKXTTp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #UQw08IASOWBqkHqE84r2aK7rKZ7qTLhG { display:block;position:relative; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #drugAkMyq5FgCtWCJWHBssgG8cuxQcZ0 {  }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #omJm11MgmK8kiKQmoGh4aQ5zccvBaqD9 {  }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #NpEWAAvvcsMPGReK2tJQSKFawsIoBaNN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #uiJI2zWv4oySbcLFHtXkovEzi6eJJJx5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #xGzJFJt5evM5wt7f1miEkzDgb6I85m4D { display:block;position:relative; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #mlLwEKbXx7Myx0c7tGBkKcJCTvbyREhT {  }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #nXTK7menu5NNqPdRZlvBpUkBbe4mXOyy { display:none; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #TG9LZFCuC5mNm12EK6d4ACQxJDXBDBbl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #VlF2RMC0geFG7SWyA5xk4eLreNZLPA33 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #PvfsoxW41h0kOEFMVWT5T4cMaIKk9Vld { display:block;position:relative; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #qPTEP119XrrOxzOfTTxCnzeMUO4PqCQp {  }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #i2sisV7WUU3b1TyJQZ7xkxRmvezI3MLV { display:none; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #uomdR06V2IchhyaFtVIOVBJyMInzTMKb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #OS07xWheThLU0NRHEphJUBaNXLdWba0f { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #zGXBepgd1OfnJ15OglZkAPvr5eWlvmXm { display:block;position:relative; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #J6do3teCzMRLvozcTKW7xWgIJu0pyFxw {  }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #seVl9TlXzlQ34EAR4eNPD1XmJV5NLWU2 { display:none; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #iQkvV3TXON3tp6KTzMrWznxwLQWluWOd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #KSW6mM6gkOu20WqQOuJPMXJp8DNSkBrn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #DhziAkcT0Oaln9dnvZGW7cnZuli08DCs { display:block;position:relative; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #KTMNMSh8nJX2QpP8MDxIXfr3Naw3bqcO {  }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #aRIfCTECkpnpasuGfzlTFCfOE6zGXX32 { display:none; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #tWLzCG5lI9NIHTUNTOmxAmvSOzHazoXf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #d6tq8nxwXsNLFEbCMCcv7QHILNDKASdg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #gsw6GwVn5WkXEzBJzzVn62EqTUcRSw82 { display:block;position:relative; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #prNHbWgVApDNlnQq9T5hgte9dM5yJUi5 {  }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #vS7X1OymCtJoWPU53JHtCrmvKu15s8Qd { display:none; }
#ZdE15BdbCTxbLgMv8msaOw5a81Ho0Gt5 { color:#3c3c3c;display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:1.9375rem;left:23.28125rem;height:3.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Dai7mAh3xueITVSr4qkfoxuk7TTCJOk3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#85b79c;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; }#Dai7mAh3xueITVSr4qkfoxuk7TTCJOk3 > .row .container { background-color: transparent; background-image: none; }#Dai7mAh3xueITVSr4qkfoxuk7TTCJOk3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dai7mAh3xueITVSr4qkfoxuk7TTCJOk3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dai7mAh3xueITVSr4qkfoxuk7TTCJOk3 > .row .container > .video-iframe-container { display: none; }#Dai7mAh3xueITVSr4qkfoxuk7TTCJOk3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dai7mAh3xueITVSr4qkfoxuk7TTCJOk3 > .row > .video-iframe-container { display: none; }#Dai7mAh3xueITVSr4qkfoxuk7TTCJOk3 > .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); }#Dai7mAh3xueITVSr4qkfoxuk7TTCJOk3 > .row .container { border-width: 0; border-radius: 0; }#Dai7mAh3xueITVSr4qkfoxuk7TTCJOk3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dai7mAh3xueITVSr4qkfoxuk7TTCJOk3 > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#dEs8sD9TWG7etyTxLCXWyq0q1y1PehOp { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NK44eSl2sEStdb5MFoTBiFXKqz5lzprI { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.8125rem;left:24.625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vT0534PTJu4c6eDXOLhQ4DelUnHx9z7Q { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:8.375rem;left:18.4375rem;height:2.0249rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#M2liKiTGQz6giTtoWrKoPPSOxIb5XCO0 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:8.375rem;left:40.125rem;height:2.0249rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#txPcrchPbIoSfTWglzLP8VePpZTUtpp1 { color:rgba(var(--color-tertiary-0),1);display:block;width:60.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.8;letter-spacing:0;top:5.125rem;left:7.125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TtqM0OPvbaNQ0C9sbqrdlCiu7FPR8AHQ { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:7.96875rem;left:22.5rem;display:block; }
#tHMNSWfxx5iKrJOXu0u2o3mfgLXERvR4 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:8.125rem;left:37.125rem;display:block; }
#JTkLIJUQtqCuptWIPkBO6vlzM3oSw3Er { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3c3c3c;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; }#JTkLIJUQtqCuptWIPkBO6vlzM3oSw3Er > .row .container { background-color: transparent; background-image: none; }#JTkLIJUQtqCuptWIPkBO6vlzM3oSw3Er::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTkLIJUQtqCuptWIPkBO6vlzM3oSw3Er > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTkLIJUQtqCuptWIPkBO6vlzM3oSw3Er > .row .container > .video-iframe-container { display: none; }#JTkLIJUQtqCuptWIPkBO6vlzM3oSw3Er > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTkLIJUQtqCuptWIPkBO6vlzM3oSw3Er > .row > .video-iframe-container { display: none; }#JTkLIJUQtqCuptWIPkBO6vlzM3oSw3Er > .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); }#JTkLIJUQtqCuptWIPkBO6vlzM3oSw3Er > .row .container { border-width: 0; border-radius: 0; }#JTkLIJUQtqCuptWIPkBO6vlzM3oSw3Er > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTkLIJUQtqCuptWIPkBO6vlzM3oSw3Er > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:block; }#lCny5ITk8ovfZTLwop1DIMalReSHfJqa { position:absolute;display:block;z-index:15012;height:1.6875rem;width:73.5rem;top:0.78125rem;left:0.75rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aFWne3wJFG55OSqp0xbPSGFwhy8U8zKR { display:block; }#aFWne3wJFG55OSqp0xbPSGFwhy8U8zKR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IuIpkKzq6WfMaODS5hODgs4ZJ4yurptt { width:24.1875rem;height:3.75rem;top:24.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz22SnTetm12bmxy6LQAt9JcZfSHJe7d { width:13.375rem;height:3.4375rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNAsJP5xlADIQv2nPt1PFopk4ITXNnlT { display:block; }
 }@media only screen and (max-width: 763px) { #oaD3yExKG33pxfAuwnRJP14zCVUvXAxo { width:18.625rem;height:3.75rem;top:27.125rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eeg7gbJL5cf4qPKOd5yQV3WmasA0TcPQ { width:3.75rem;height:3.75rem;top:26.4375rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #LriwDOhUwnFz7ZWFIZeOq5BshL0f2FT2 { width:3.75rem;height:3.75rem;top:16.5rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jed15RK5kmT3fSANoqwm8yCfaS7aiTTz { width:18.875rem;height:3.75rem;top:17.1875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFyBC5Dsh6mNaLFXNxqSr6eGsBx3lNFT { width:18.625rem;height:3.75rem;top:22.1875rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i89UrkhqZuOuboho4AzPR0VQyZ3M5xXG { width:3.75rem;height:3.75rem;top:21.5rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNhrh08EpiN13PaiB8lKnuU0mmFnm6oP { width:15.125rem;height:1.6875rem;top:23.1875rem;left:32.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX3QaumIx44aEBM6hOR4aAG1cyO2ANy8 { top:16.5rem;left:33rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sozWuVwtQkxLhViFTZJZqxJk5ORw6MTV { width:13.75rem;height:1.6875rem;top:18.25rem;left:34rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8ALb7qUifSF7pZrTpywy3KKekyD184x { top:26.625rem;left:33.1875rem;width:3.4375rem;height:3.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqJhfWRoRoXJus9O9fEanwRbOkoEXKdJ { width:15.75rem;height:1.6875rem;top:28.1875rem;left:32rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR1F8Lm9dDTKJNQRB6a7co5gKtktgsW8 { top:21.5rem;left:33rem;width:3.75rem;height:3.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfs7bZVHKsgCKw5UgCnPl7kzwbP1I191 { width:24.625rem;height:6.8125rem;top:13.25rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPURCoQ0sJwLWOE38nObyep6rrIXf0uk { width:29.3125rem;height:2.375rem;top:20.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLoQghEq8h69ecMEM2ew7FRCfvSMw5ss { top:2.4375rem;left:0rem;width:12.5rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETDi9E73PmZLg288UCa7LXFGqkeeq23e { display:block; }#ETDi9E73PmZLg288UCa7LXFGqkeeq23e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #neFrJBhz7x4L1ShaN1Lq0JDriBaXa118 { width:47.75rem;height:2.875rem;top:3.75rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIofVLX2naD9Zy43MQfQ8IhCw2bJAqpG { width:47.75rem;height:2.1875rem;top:7.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ7GvJQ72zwMErFITHm1wRpyLg3kAwUk { width:47.75rem;height:5.6875rem;top:11.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0tTCFAAcX0XW6vnT1RxcRH76fvS0rVc { width:47.75rem;height:5.6875rem;top:17.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ7iQ0r1D0WFP9AkC49mpI7ggEZk8QBG { width:13.375rem;height:3.4375rem;top:25.75rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyJ2ayXoeIuHdwe6AHl3EQqiTiTJT9TV { display:block; }
 }@media only screen and (max-width: 763px) { #WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC { display:block; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDOc3Ja5rigLCFdnPNIVarlIEwaWT0gp { width:29.9375rem;height:6.75rem;top:15.75rem;left:17.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6Myhm1AQWw2v7iyWfXJD82wVlW69XXz { width:28.125rem;height:2.1875rem;top:12.8125rem;left:19.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7tJOihWzUiDeAqaLFHigX0T8mvCl6Di { width:26.375rem;height:6.5625rem;top:5.4375rem;left:21.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgDqgFCT4eCTNhK70FZTChvDhnPLK6r3 { width:37.5rem;height:31.875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EheTWfh6l2Ll7lyRMUWxe5KefSFNUEb5 { top:1.375rem;left:10.1875rem;width:37.5625rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqPVdMhNQnTR7a7P4fM0T1hmF8JBUPqv { width:26.5625rem;height:6.75rem;top:23.125rem;left:21.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeJEJfnqvx4WPlodMLDW7nnd7xX7dhZM { display:block; }#HeJEJfnqvx4WPlodMLDW7nnd7xX7dhZM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OzPVQwyTCUVZ54OfF9poXDpSM8i60ke8 { width:47.75rem;height:3.25rem;top:0.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKQlkA8ul0XpNQZf0IlJAnZUN4kHhck9 { display:block; }#mKQlkA8ul0XpNQZf0IlJAnZUN4kHhck9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #St2prM5q8tH2G3IvZXGVEKZlz0O4zLr8 { width:23.0625rem;height:12.9375rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aInfzGLIGxqq05voQ0hdQnnAca6EeU39 { width:23.0625rem;height:12.9375rem;top:2.75rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g83V6WV1avhPNCvlBlrSKT98TESVP3fq { width:23.0625rem;height:12.9375rem;top:2.75rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qyp2GqPWet76voS1TVashmcwJkByu2o0 { width:23.0625rem;height:2.1875rem;top:16.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUM86rzgfXKPMoT89cL86xA89UghXyx9 { width:23.1875rem;height:2.1875rem;top:16.875rem;left:8.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t45FgTnBMTkaLzCramhPJPIEV9WxKRG2 { width:23.125rem;height:2.1875rem;top:16.875rem;left:24.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUloAu3mvg9q6Kzeyg7NTERtwgvsgxSy { display:block; }#aUloAu3mvg9q6Kzeyg7NTERtwgvsgxSy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xnfwcPTbiwNGNLM9NCPPK7rKbeJMABGq { width:47.75rem;height:;top:1.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZbDT9RkOBrJE1cTCGTLu3vptPNJX4Bp { width:43.9375rem;height:2.1875rem;top:4.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfWH1kGxzyoyfqtpl7ZzK8s1CAK7f7Th { top:4.8125rem;left:35.4375rem;width:5.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHoRkxx7oUd8tdFJQDEeL1dvMu6zUuCR { display:block; }#GHoRkxx7oUd8tdFJQDEeL1dvMu6zUuCR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yAbJrm4OFEDiIT46TSTiATBAPDLH6RfH { width:47.75rem;height:4.25rem;top:2.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix7sglxAZTshwvpo7noBmHTokxFff9dF { display:block; }#Ix7sglxAZTshwvpo7noBmHTokxFff9dF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tx8Mq92EvRsgtXpRmZnfnTNudoSTTeHL { width:23.0625rem;height:15.25rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXOLrcEfcHugpeiA1LS05cHPw6nNDMOd { width:17rem;height:3.125rem;top:22.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvbTCk7AxSq8TvlEgPpeiSEzATxTMfHc { top:17.9375rem;left:0rem;width:23rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1rZ9BZAmLOegxb2lv7tp6SGy0PfD8zp { width:20.4375rem;height:2.125rem;top:19.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOsqcpllOZuTcKh2FmDZFr85zO4s5V1p { width:20.75rem;height:6.75rem;top:26.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpSXeDoPFaaNok2LRgM3JOaWPKi02MHi { width:22.875rem;height:15.25rem;top:2.75rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBkPQRZQkMLadGCb6b18Sx0DwPKcgQlW { width:20.5625rem;height:3rem;top:19.125rem;left:11.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEaE5wsJrDzKP1zyhfm3GKs1eLbLeX3e { width:17rem;height:3.125rem;top:23.6875rem;left:14.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTJ4kFrHMSd1m3XbtUrxs7gKvf5thDRP { width:20.75rem;height:5.0625rem;top:27.125rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0deX7v74w3JdeTl92WCpOoPMSn8cOnW { top:18rem;left:8.75rem;width:23rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #snz8pK9uMsAlpAVyqoxwfpSA8tEawyVK { width:22.875rem;height:15.25rem;top:2.6875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxnhZWncRu0GWTDxX493D8vIVJaLNi1A { width:21.6875rem;height:2.125rem;top:19.5rem;left:25.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnQX19bUA8ksPKT6t9Gew4VHFfAe8ePO { width:17.875rem;height:3.125rem;top:22.6875rem;left:29.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm9lt5JfclU0meDaNqlpKEtNkE1723ds { width:19.625rem;height:5.0625rem;top:26.25rem;left:28rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVB6ndrdZuxJDeOthzQCpLU9JA8JGEt5 { top:17.9375rem;left:24.625rem;width:23rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX5IQo3dinbdg0ppFgxuzkdwWdkQTcT2 { display:block; }#kX5IQo3dinbdg0ppFgxuzkdwWdkQTcT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9pcvEJsXE6OpEK2Usp0JMBJK6dd6Sar { width:22.875rem;height:15.25rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmxWJVkrMtxPE0sakcuyLWbVTtuhwTfb { width:17.25rem;height:3.125rem;top:24rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8ZHK467gpJr0eq0d3EGCIPrtgURITpf { top:18rem;left:0rem;width:23rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryFbBko6TnQkh1sByayOu4JdZpQufv3A { width:14.25rem;height:3rem;top:19.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJfAHPEFxwM0SoNRX8TM8FTMmnbEc9Cc { width:20.75rem;height:5.0625rem;top:27.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #piShNRMDA9ZBP7zBWVVHJKXsEZtAbGR9 { width:22.875rem;height:15.25rem;top:2.75rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9k53tyxdXEOwMdbCOgK79M5C5HO0VfP { width:21.0625rem;height:1.5rem;top:19.875rem;left:10.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn6WkF9GNKmBB6ca2d2yD7LSOiyuQQ1x { width:17rem;height:3.125rem;top:23.125rem;left:14.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqIOQyXWp6VPqX4XsefTzBid1LBZmSgN { width:20.75rem;height:3.375rem;top:26.375rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2ZCXwFDQHPA59DGpiDa8O1XdFTns5oA { top:18rem;left:8.75rem;width:23rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDM34srl4HAAFuU8snAZJgLPqZ38bm2U { width:23.0625rem;height:15.3125rem;top:2.6875rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kit3rzuoc0b5LTw73uUTzHDwuFF42yKs { width:19.3125rem;height:2.125rem;top:19.5625rem;left:28.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IawJfhV7SVXybI5oJ7Z9R8q18WGDG8nc { width:17.375rem;height:3.125rem;top:23.25rem;left:30.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbgzpf0IpcSDswnQfNSUEmybt08ItgR7 { width:20.75rem;height:5.0625rem;top:26.4375rem;left:26.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VusQqVeoMKkU7e0cbqv5RJVw1aa5INuR { top:18rem;left:24.625rem;width:23rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoqLWRyRVGzxEC7JqFWEdgTlMpem3uuF { display:block; }#PoqLWRyRVGzxEC7JqFWEdgTlMpem3uuF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMIT1zwGC88IWxp9JpVwwohSLLpCOoH4 { width:13.375rem;height:3.4375rem;top:1.0625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXP9AoZcynFn7seUoDwaNMcR362OhNBM { display:block; }
 }@media only screen and (max-width: 763px) { #tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf { display:block; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdSnU1VLTrRX0vcVyg5R1ofGFTEL4U7K { width:47.75rem;height:3.625rem;top:0.6875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiL1ENtGlvKN6FhF3THXCN9eAk9d6ktN { display:block; }#wiL1ENtGlvKN6FhF3THXCN9eAk9d6ktN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW .widget-regular-label { width:33.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .widget-input-text { width:33.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .widget-input-text {padding-top: 0; padding-bottom: 0;}#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .widget-textarea { width:33.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .widget-input-select { width:33.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .widget-input-select {padding-top: 0; padding-bottom: 0;}#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .widget-input-button { width:33.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .widget-checkbox-label { width:32.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW  { width:33.9375rem;height:32.75rem;top:3.25rem;left:11.3125rem; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .radio-container { width:33.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW {display:block;}#zZXKi487NpcBOE2LVxvk219SUuKs9pdW { width:33.9375rem;height:32.75rem;top:3.25rem;left:11.3125rem; }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #b5EDpQRxWI7kt0MLuTQiskpLTvgZkxKp {  }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #S77X4L9KL8P9vyKRThFUdH3hrpOp6oTr { display:block; }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #swmP4BV0C5iAPCcUuPSqhUR0wNcmDVF9 {  }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #iddFIwuAFSLzg3XwSaT8NkbAGkbk3Vro {  }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #zPd2MvmORmwtsdx3xwZA8hmKCuoJpIeh {  }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #DyRQTugxXOLPzqn09T97z6ceHuUUzwEX {  }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #wtsdwxTRiwd8VFtR0SHaQHuiBaLQUqX9 {  }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #xb3hupnhHfSLOhQWQQsHUTSoTQStFwxJ { display:block; }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #ofsLsH8X02nmnpUwl37m4vRA3C0B15x8 {  }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #W8c97w64MPZz1xtIwszCvHJvCa9t5B9K {  }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #McCvx43RwnURihHV3Jm1z4rzc1TTgpfF { display:block; }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #LVKgJclblb4y8oQFENxB8rQJKxXDULUK {  }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #F81Cmrc8ISwB7hOWizSGyETyiZw6A5AM {  }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #WpgPLDWrWdOVWTlS0R4QURts58OPNNL5 { display:block; }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #BKpLIIZpAhZODHGcNNMq9qlPAU8EN5Pi {  }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #oK3qZpk7ronzVy9iQVhg7Hdyl7XnE5wM {  }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #Z1SEdJqVoGPaK7NNZ6gEFJmC82e0GfPr {  }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #XllRcDPfxeWCuNrs8c3DVwTU6D8FkTx4 {  }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #X4W7tq5ACBB8VUcs9s8ZHglSXTQTx1eb {  }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #I0LINJ8K0IpM4vDpbxPm7ltV0CTmM0Nt {  }
 }@media only screen and (max-width: 763px) { #X01wXkzekM8W77xBGRAe60xs9Lk5P7rq { width:27.6875rem;height:5.3125rem;top:21.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sR92IBLXP5O7AppwicxGQZ9wLLZuvhPC { width:22.625rem;height:3.25rem;top:16.5625rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFC9TTMUfTHVKnmMHOp36kkKOZbgkbKn { width:29.25rem;height:2.125rem;top:13.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDxza0E946DgZ0s8CKri133vqQcJou6G { top:4.8125rem;left:7.125rem;width:9.6875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiDGco6pPPuWgCr84NtU9gZA1hHpy9oN { width:25.8125rem;height:3.5625rem;top:28rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QklL2zEk69nZBNfXHenIXTiqoPmm3igR { display:block; }#QklL2zEk69nZBNfXHenIXTiqoPmm3igR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1gRDEBPbks0kWuV5MiTLdy2lM6dk2y7 { top:2.9375rem;left:0rem;width:47.75rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQm05G8hhc9hSFrS63oMBaKgZnOF7dBm { display:block; }#WQm05G8hhc9hSFrS63oMBaKgZnOF7dBm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep { display:flex;height:auto;width:45.25rem;top:7.625rem;left:0rem; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #n3V61aywH2NdkaB1FywcrV6M9gUkQ7bz {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #Xo60zHAKzKV26mIHpvZHtuFNlciKXTTp {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #UQw08IASOWBqkHqE84r2aK7rKZ7qTLhG {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #drugAkMyq5FgCtWCJWHBssgG8cuxQcZ0 {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #omJm11MgmK8kiKQmoGh4aQ5zccvBaqD9 {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #NpEWAAvvcsMPGReK2tJQSKFawsIoBaNN {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #uiJI2zWv4oySbcLFHtXkovEzi6eJJJx5 {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #xGzJFJt5evM5wt7f1miEkzDgb6I85m4D {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #mlLwEKbXx7Myx0c7tGBkKcJCTvbyREhT {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #nXTK7menu5NNqPdRZlvBpUkBbe4mXOyy {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #TG9LZFCuC5mNm12EK6d4ACQxJDXBDBbl {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #VlF2RMC0geFG7SWyA5xk4eLreNZLPA33 {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #PvfsoxW41h0kOEFMVWT5T4cMaIKk9Vld {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #qPTEP119XrrOxzOfTTxCnzeMUO4PqCQp {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #i2sisV7WUU3b1TyJQZ7xkxRmvezI3MLV {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #uomdR06V2IchhyaFtVIOVBJyMInzTMKb {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #OS07xWheThLU0NRHEphJUBaNXLdWba0f {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #zGXBepgd1OfnJ15OglZkAPvr5eWlvmXm {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #J6do3teCzMRLvozcTKW7xWgIJu0pyFxw {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #seVl9TlXzlQ34EAR4eNPD1XmJV5NLWU2 {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #iQkvV3TXON3tp6KTzMrWznxwLQWluWOd {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #KSW6mM6gkOu20WqQOuJPMXJp8DNSkBrn {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #DhziAkcT0Oaln9dnvZGW7cnZuli08DCs {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #KTMNMSh8nJX2QpP8MDxIXfr3Naw3bqcO {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #aRIfCTECkpnpasuGfzlTFCfOE6zGXX32 {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #tWLzCG5lI9NIHTUNTOmxAmvSOzHazoXf {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #d6tq8nxwXsNLFEbCMCcv7QHILNDKASdg {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #gsw6GwVn5WkXEzBJzzVn62EqTUcRSw82 {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #prNHbWgVApDNlnQq9T5hgte9dM5yJUi5 {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #vS7X1OymCtJoWPU53JHtCrmvKu15s8Qd {  }
 }@media only screen and (max-width: 763px) { #ZdE15BdbCTxbLgMv8msaOw5a81Ho0Gt5 { width:28.4375rem;height:3.25rem;top:1.9375rem;left:9.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dai7mAh3xueITVSr4qkfoxuk7TTCJOk3 { display:block; }#Dai7mAh3xueITVSr4qkfoxuk7TTCJOk3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEs8sD9TWG7etyTxLCXWyq0q1y1PehOp { width:47.75rem;height:2.8125rem;top:1rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK44eSl2sEStdb5MFoTBiFXKqz5lzprI { width:25.75rem;height:1.25rem;top:3.8125rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT0534PTJu4c6eDXOLhQ4DelUnHx9z7Q { top:8.375rem;left:4.8125rem;width:17.3125rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2liKiTGQz6giTtoWrKoPPSOxIb5XCO0 { top:8.375rem;left:26.5rem;width:17.5rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txPcrchPbIoSfTWglzLP8VePpZTUtpp1 { top:5.125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtqM0OPvbaNQ0C9sbqrdlCiu7FPR8AHQ { top:7.9375rem;left:8.875rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHMNSWfxx5iKrJOXu0u2o3mfgLXERvR4 { top:8.125rem;left:23.5rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTkLIJUQtqCuptWIPkBO6vlzM3oSw3Er { display:block; }#JTkLIJUQtqCuptWIPkBO6vlzM3oSw3Er > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lCny5ITk8ovfZTLwop1DIMalReSHfJqa { top:0.75rem;left:0rem;width:47.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container { display: none; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #aFWne3wJFG55OSqp0xbPSGFwhy8U8zKR { background-color:#fbf9f5;background-image:url("https://images.assets-landingi.com/uc/b448e680-6d74-4f67-8924-a99ce3909ce6/back_landing_mobile.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#aFWne3wJFG55OSqp0xbPSGFwhy8U8zKR.adaptive-delivery-prevent-bg, #aFWne3wJFG55OSqp0xbPSGFwhy8U8zKR.lazyload, #aFWne3wJFG55OSqp0xbPSGFwhy8U8zKR.lazyloading { background-image: none; }#aFWne3wJFG55OSqp0xbPSGFwhy8U8zKR > .row .container { background-color: transparent; background-image: none; }#aFWne3wJFG55OSqp0xbPSGFwhy8U8zKR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFWne3wJFG55OSqp0xbPSGFwhy8U8zKR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFWne3wJFG55OSqp0xbPSGFwhy8U8zKR > .row .container > .video-iframe-container { display: none; }#aFWne3wJFG55OSqp0xbPSGFwhy8U8zKR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aFWne3wJFG55OSqp0xbPSGFwhy8U8zKR > .row > .video-iframe-container { display: none; }#aFWne3wJFG55OSqp0xbPSGFwhy8U8zKR > .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); }#aFWne3wJFG55OSqp0xbPSGFwhy8U8zKR > .row .container { border-width: 0; border-radius: 0; }#aFWne3wJFG55OSqp0xbPSGFwhy8U8zKR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aFWne3wJFG55OSqp0xbPSGFwhy8U8zKR > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IuIpkKzq6WfMaODS5hODgs4ZJ4yurptt { width:17.375rem;height:4.986325rem;top:30.1875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.1875rem;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;line-height:1.4;color:#3c3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #gz22SnTetm12bmxy6LQAt9JcZfSHJe7d { width:13.375rem;height:3.125rem;top:51.5rem;left:3.3125rem;background-color:#e6b800;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mNAsJP5xlADIQv2nPt1PFopk4ITXNnlT { display:block; }
 }@media only screen and (max-width: 763px) { #oaD3yExKG33pxfAuwnRJP14zCVUvXAxo { width:15.25rem;height:2.5rem;top:46.5625rem;left:3.6875rem;background-color:#efedea;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Eeg7gbJL5cf4qPKOd5yQV3WmasA0TcPQ { width:3.125rem;height:3.125rem;top:46.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LriwDOhUwnFz7ZWFIZeOq5BshL0f2FT2 { width:3.125rem;height:3.125rem;top:37.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jed15RK5kmT3fSANoqwm8yCfaS7aiTTz { width:14.75rem;height:2.5rem;top:37.75rem;left:4.1875rem;background-color:#efedea;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NFyBC5Dsh6mNaLFXNxqSr6eGsBx3lNFT { width:14.8125rem;height:2.5rem;top:42.125rem;left:4.0625rem;background-color:#efedea;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #i89UrkhqZuOuboho4AzPR0VQyZ3M5xXG { width:3.125rem;height:3.125rem;top:41.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNhrh08EpiN13PaiB8lKnuU0mmFnm6oP { width:13.125rem;height:1.4624rem;top:42.625rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX3QaumIx44aEBM6hOR4aAG1cyO2ANy8 { width:3.125rem;height:3.125rem;top:37.4375rem;left:1.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sozWuVwtQkxLhViFTZJZqxJk5ORw6MTV { width:11.4375rem;height:1.4624rem;top:38.25rem;left:4.6875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8ALb7qUifSF7pZrTpywy3KKekyD184x { width:3.125rem;height:3.125rem;top:46.25rem;left:1.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqJhfWRoRoXJus9O9fEanwRbOkoEXKdJ { width:12.6875rem;height:1.4624rem;top:47.0625rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR1F8Lm9dDTKJNQRB6a7co5gKtktgsW8 { width:3.125rem;height:3.125rem;top:41.8125rem;left:1.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfs7bZVHKsgCKw5UgCnPl7kzwbP1I191 { width:20rem;height:4.94921875rem;top:6.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2.75rem;color:#e6b800;display:block; }
 }@media only screen and (max-width: 763px) { #PPURCoQ0sJwLWOE38nObyep6rrIXf0uk { width:19.6875rem;height:1.6875rem;top:12.38671875rem;left:0.15625rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#3c3c3c;display:block; }
 }@media only screen and (max-width: 763px) { #DLoQghEq8h69ecMEM2ew7FRCfvSMw5ss { width:5.6875rem;height:3.9375rem;top:1.5625rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETDi9E73PmZLg288UCa7LXFGqkeeq23e { display:block; }#ETDi9E73PmZLg288UCa7LXFGqkeeq23e > .row .container { width:20rem;height:49.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #neFrJBhz7x4L1ShaN1Lq0JDriBaXa118 { width:20rem;height:4.5rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LIofVLX2naD9Zy43MQfQ8IhCw2bJAqpG { width:17.875rem;height:4.63036875rem;top:7.38916015625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.3;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PJ7GvJQ72zwMErFITHm1wRpyLg3kAwUk { width:18.3125rem;height:11.89794375rem;top:13.3125rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #N0tTCFAAcX0XW6vnT1RxcRH76fvS0rVc { width:17.6875rem;height:13.5976625rem;top:26.4375rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #iJ7iQ0r1D0WFP9AkC49mpI7ggEZk8QBG { width:13.375rem;height:3.4375rem;top:41.75rem;left:3.3125rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #iyJ2ayXoeIuHdwe6AHl3EQqiTiTJT9TV { display:block; }
 }@media only screen and (max-width: 763px) { #WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC { display:block; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { width:20rem;height:58.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDOc3Ja5rigLCFdnPNIVarlIEwaWT0gp { width:17.25rem;height:11.89793125rem;top:27.71923828125rem;left:1.375rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6Myhm1AQWw2v7iyWfXJD82wVlW69XXz { width:20rem;height:1.75rem;top:24.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #r7tJOihWzUiDeAqaLFHigX0T8mvCl6Di { width:20rem;height:4.125rem;top:19.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgDqgFCT4eCTNhK70FZTChvDhnPLK6r3 { width:20rem;height:16.9375rem;top:1.1101190476191rem;left:0.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EheTWfh6l2Ll7lyRMUWxe5KefSFNUEb5 { width:20rem;height:37.1875rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqPVdMhNQnTR7a7P4fM0T1hmF8JBUPqv { width:17.125rem;height:11.8979375rem;top:41.0625rem;left:1.4375rem;text-align:center;text-align-last:center;line-height:1.6;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeJEJfnqvx4WPlodMLDW7nnd7xX7dhZM { display:block; }#HeJEJfnqvx4WPlodMLDW7nnd7xX7dhZM > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OzPVQwyTCUVZ54OfF9poXDpSM8i60ke8 { width:20rem;height:4.125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKQlkA8ul0XpNQZf0IlJAnZUN4kHhck9 { display:block; }#mKQlkA8ul0XpNQZf0IlJAnZUN4kHhck9 > .row .container { width:20rem;height:50.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #St2prM5q8tH2G3IvZXGVEKZlz0O4zLr8 { width:20rem;height:11.219512195122rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aInfzGLIGxqq05voQ0hdQnnAca6EeU39 { width:20rem;height:11.219512195122rem;top:17.09425rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g83V6WV1avhPNCvlBlrSKT98TESVP3fq { width:20rem;height:11.219512195122rem;top:32.9385rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qyp2GqPWet76voS1TVashmcwJkByu2o0 { width:20rem;height:2.125rem;top:13.71925rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUM86rzgfXKPMoT89cL86xA89UghXyx9 { width:20rem;height:2.125rem;top:29.5635rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t45FgTnBMTkaLzCramhPJPIEV9WxKRG2 { width:20rem;height:3.5rem;top:45.40775rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aUloAu3mvg9q6Kzeyg7NTERtwgvsgxSy { display:block; }#aUloAu3mvg9q6Kzeyg7NTERtwgvsgxSy > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xnfwcPTbiwNGNLM9NCPPK7rKbeJMABGq { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZbDT9RkOBrJE1cTCGTLu3vptPNJX4Bp { width:17.3125rem;height:3rem;top:5.63671875rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GfWH1kGxzyoyfqtpl7ZzK8s1CAK7f7Th { width:8rem;height:1.9375rem;top:9.63671875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHoRkxx7oUd8tdFJQDEeL1dvMu6zUuCR { display:block; }#GHoRkxx7oUd8tdFJQDEeL1dvMu6zUuCR > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yAbJrm4OFEDiIT46TSTiATBAPDLH6RfH { width:20rem;height:9.972625rem;top:1.013671875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix7sglxAZTshwvpo7noBmHTokxFff9dF { display:block; }#Ix7sglxAZTshwvpo7noBmHTokxFff9dF > .row .container { width:20rem;height:98.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tx8Mq92EvRsgtXpRmZnfnTNudoSTTeHL { width:20rem;height:13.25rem;top:1.25rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #SXOLrcEfcHugpeiA1LS05cHPw6nNDMOd { width:16.625rem;height:3rem;top:18.5625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvbTCk7AxSq8TvlEgPpeiSEzATxTMfHc { width:20rem;height:17.0625rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1rZ9BZAmLOegxb2lv7tp6SGy0PfD8zp { width:20rem;height:1.48730625rem;top:16.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TOsqcpllOZuTcKh2FmDZFr85zO4s5V1p { width:17rem;height:6.9995rem;top:22.5rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IpSXeDoPFaaNok2LRgM3JOaWPKi02MHi { width:20rem;height:13.333rem;top:34.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBkPQRZQkMLadGCb6b18Sx0DwPKcgQlW { width:16.75rem;height:2.9746125rem;top:49.8125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wEaE5wsJrDzKP1zyhfm3GKs1eLbLeX3e { width:17rem;height:3rem;top:53.8125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTJ4kFrHMSd1m3XbtUrxs7gKvf5thDRP { width:17.5625rem;height:4.19970625rem;top:57.75rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #K0deX7v74w3JdeTl92WCpOoPMSn8cOnW { width:20rem;height:16.375rem;top:47.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #snz8pK9uMsAlpAVyqoxwfpSA8tEawyVK { width:20rem;height:13.333rem;top:67.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxnhZWncRu0GWTDxX493D8vIVJaLNi1A { width:20rem;height:1.48730625rem;top:82.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tnQX19bUA8ksPKT6t9Gew4VHFfAe8ePO { width:16.5rem;height:3rem;top:84.6875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm9lt5JfclU0meDaNqlpKEtNkE1723ds { width:17.6875rem;height:4.19970625rem;top:88.6875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UVB6ndrdZuxJDeOthzQCpLU9JA8JGEt5 { width:20rem;height:14.9375rem;top:80.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX5IQo3dinbdg0ppFgxuzkdwWdkQTcT2 { display:block; }#kX5IQo3dinbdg0ppFgxuzkdwWdkQTcT2 > .row .container { width:20rem;height:91.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9pcvEJsXE6OpEK2Usp0JMBJK6dd6Sar { width:19.875rem;height:13.25rem;top:0.6875rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #GmxWJVkrMtxPE0sakcuyLWbVTtuhwTfb { width:16.625rem;height:3rem;top:18rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8ZHK467gpJr0eq0d3EGCIPrtgURITpf { width:20rem;height:14.125rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryFbBko6TnQkh1sByayOu4JdZpQufv3A { width:20rem;height:1.48730625rem;top:15.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BJfAHPEFxwM0SoNRX8TM8FTMmnbEc9Cc { width:17rem;height:4.19970625rem;top:21.9375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #piShNRMDA9ZBP7zBWVVHJKXsEZtAbGR9 { width:20rem;height:13.3125rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9k53tyxdXEOwMdbCOgK79M5C5HO0VfP { width:16.75rem;height:1.48730625rem;top:47rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cn6WkF9GNKmBB6ca2d2yD7LSOiyuQQ1x { width:17rem;height:3rem;top:49.75rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqIOQyXWp6VPqX4XsefTzBid1LBZmSgN { width:17.5625rem;height:4.19970625rem;top:53.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #l2ZCXwFDQHPA59DGpiDa8O1XdFTns5oA { width:20rem;height:14.625rem;top:44.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDM34srl4HAAFuU8snAZJgLPqZ38bm2U { width:20rem;height:13.3125rem;top:62.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kit3rzuoc0b5LTw73uUTzHDwuFF42yKs { width:20rem;height:1.48730625rem;top:77.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IawJfhV7SVXybI5oJ7Z9R8q18WGDG8nc { width:15.5625rem;height:3rem;top:80rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbgzpf0IpcSDswnQfNSUEmybt08ItgR7 { width:17.6875rem;height:5.5996125rem;top:84rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VusQqVeoMKkU7e0cbqv5RJVw1aa5INuR { width:20rem;height:14.9375rem;top:76.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoqLWRyRVGzxEC7JqFWEdgTlMpem3uuF { display:block; }#PoqLWRyRVGzxEC7JqFWEdgTlMpem3uuF > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMIT1zwGC88IWxp9JpVwwohSLLpCOoH4 { width:13.375rem;height:3.4375rem;top:3.162109375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXP9AoZcynFn7seUoDwaNMcR362OhNBM { display:block; }
 }@media only screen and (max-width: 763px) { #tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf { display:block; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdSnU1VLTrRX0vcVyg5R1ofGFTEL4U7K { width:18.9375rem;height:3.98730625rem;top:1.693359375rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wiL1ENtGlvKN6FhF3THXCN9eAk9d6ktN { display:block; }#wiL1ENtGlvKN6FhF3THXCN9eAk9d6ktN > .row .container { width:20rem;height:79.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.9;overflow:hidden;height:auto;display:block; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .widget-input-text {padding-top: 0; padding-bottom: 0;}#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .widget-input-select {padding-top: 0; padding-bottom: 0;}#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW  { width:17.5rem;height:auto;top:37.5rem;left:0rem; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zZXKi487NpcBOE2LVxvk219SUuKs9pdW {display:block;}#zZXKi487NpcBOE2LVxvk219SUuKs9pdW { width:17.5rem;height:auto;top:37.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #b5EDpQRxWI7kt0MLuTQiskpLTvgZkxKp {  }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #S77X4L9KL8P9vyKRThFUdH3hrpOp6oTr { display:block; }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #swmP4BV0C5iAPCcUuPSqhUR0wNcmDVF9 {  }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #iddFIwuAFSLzg3XwSaT8NkbAGkbk3Vro {  }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #zPd2MvmORmwtsdx3xwZA8hmKCuoJpIeh { display:block; }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #DyRQTugxXOLPzqn09T97z6ceHuUUzwEX {  }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #wtsdwxTRiwd8VFtR0SHaQHuiBaLQUqX9 {  }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #xb3hupnhHfSLOhQWQQsHUTSoTQStFwxJ { display:block; }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #ofsLsH8X02nmnpUwl37m4vRA3C0B15x8 {  }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #W8c97w64MPZz1xtIwszCvHJvCa9t5B9K {  }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #McCvx43RwnURihHV3Jm1z4rzc1TTgpfF { display:block; }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #LVKgJclblb4y8oQFENxB8rQJKxXDULUK {  }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #F81Cmrc8ISwB7hOWizSGyETyiZw6A5AM {  }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #WpgPLDWrWdOVWTlS0R4QURts58OPNNL5 { display:block; }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #BKpLIIZpAhZODHGcNNMq9qlPAU8EN5Pi {  }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #oK3qZpk7ronzVy9iQVhg7Hdyl7XnE5wM {  }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #Z1SEdJqVoGPaK7NNZ6gEFJmC82e0GfPr {  }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #XllRcDPfxeWCuNrs8c3DVwTU6D8FkTx4 {  }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #X4W7tq5ACBB8VUcs9s8ZHglSXTQTx1eb {  }
 }@media only screen and (max-width: 763px) { #zZXKi487NpcBOE2LVxvk219SUuKs9pdW #I0LINJ8K0IpM4vDpbxPm7ltV0CTmM0Nt {  }
 }@media only screen and (max-width: 763px) { #X01wXkzekM8W77xBGRAe60xs9Lk5P7rq { width:20rem;height:6.6484375rem;top:19.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sR92IBLXP5O7AppwicxGQZ9wLLZuvhPC { width:20rem;height:3.1494125rem;top:14.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EFC9TTMUfTHVKnmMHOp36kkKOZbgkbKn { width:20rem;height:4.125rem;top:10.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDxza0E946DgZ0s8CKri133vqQcJou6G { width:9.375rem;height:6.375rem;top:1.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiDGco6pPPuWgCr84NtU9gZA1hHpy9oN { width:20rem;height:4.986325rem;top:28.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QklL2zEk69nZBNfXHenIXTiqoPmm3igR { display:block; }#QklL2zEk69nZBNfXHenIXTiqoPmm3igR > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1gRDEBPbks0kWuV5MiTLdy2lM6dk2y7 { width:20rem;height:20.1875rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQm05G8hhc9hSFrS63oMBaKgZnOF7dBm { display:block; }#WQm05G8hhc9hSFrS63oMBaKgZnOF7dBm > .row .container { width:20rem;height:44.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep .accordion-element-container { background-color:transparent;background-image:none; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep .accordion-trigger { height:1.25rem;width:1.25rem;min-width:1.25rem; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep { display:flex;height:auto;width:20rem;top:6.125rem;left:0rem;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;gap:0.375rem; }
#vmw6lhrQZClquyf80Bo3XxWX8AHcVzep .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #n3V61aywH2NdkaB1FywcrV6M9gUkQ7bz {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #Xo60zHAKzKV26mIHpvZHtuFNlciKXTTp {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #UQw08IASOWBqkHqE84r2aK7rKZ7qTLhG {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #drugAkMyq5FgCtWCJWHBssgG8cuxQcZ0 {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #omJm11MgmK8kiKQmoGh4aQ5zccvBaqD9 {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #NpEWAAvvcsMPGReK2tJQSKFawsIoBaNN {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #uiJI2zWv4oySbcLFHtXkovEzi6eJJJx5 {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #xGzJFJt5evM5wt7f1miEkzDgb6I85m4D {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #mlLwEKbXx7Myx0c7tGBkKcJCTvbyREhT {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #nXTK7menu5NNqPdRZlvBpUkBbe4mXOyy {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #TG9LZFCuC5mNm12EK6d4ACQxJDXBDBbl {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #VlF2RMC0geFG7SWyA5xk4eLreNZLPA33 {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #PvfsoxW41h0kOEFMVWT5T4cMaIKk9Vld {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #qPTEP119XrrOxzOfTTxCnzeMUO4PqCQp {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #i2sisV7WUU3b1TyJQZ7xkxRmvezI3MLV {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #uomdR06V2IchhyaFtVIOVBJyMInzTMKb {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #OS07xWheThLU0NRHEphJUBaNXLdWba0f {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #zGXBepgd1OfnJ15OglZkAPvr5eWlvmXm {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #J6do3teCzMRLvozcTKW7xWgIJu0pyFxw {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #seVl9TlXzlQ34EAR4eNPD1XmJV5NLWU2 {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #iQkvV3TXON3tp6KTzMrWznxwLQWluWOd {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #KSW6mM6gkOu20WqQOuJPMXJp8DNSkBrn {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #DhziAkcT0Oaln9dnvZGW7cnZuli08DCs {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #KTMNMSh8nJX2QpP8MDxIXfr3Naw3bqcO {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #aRIfCTECkpnpasuGfzlTFCfOE6zGXX32 {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #tWLzCG5lI9NIHTUNTOmxAmvSOzHazoXf {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #d6tq8nxwXsNLFEbCMCcv7QHILNDKASdg {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #gsw6GwVn5WkXEzBJzzVn62EqTUcRSw82 {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #prNHbWgVApDNlnQq9T5hgte9dM5yJUi5 {  }
 }@media only screen and (max-width: 763px) { #vmw6lhrQZClquyf80Bo3XxWX8AHcVzep #vS7X1OymCtJoWPU53JHtCrmvKu15s8Qd {  }
 }@media only screen and (max-width: 763px) { #ZdE15BdbCTxbLgMv8msaOw5a81Ho0Gt5 { width:20rem;height:2.0625rem;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dai7mAh3xueITVSr4qkfoxuk7TTCJOk3 { background-color:#85b79c;background-image:none;display:block; }#Dai7mAh3xueITVSr4qkfoxuk7TTCJOk3 > .row .container { background-color: transparent; background-image: none; }#Dai7mAh3xueITVSr4qkfoxuk7TTCJOk3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dai7mAh3xueITVSr4qkfoxuk7TTCJOk3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dai7mAh3xueITVSr4qkfoxuk7TTCJOk3 > .row .container > .video-iframe-container { display: none; }#Dai7mAh3xueITVSr4qkfoxuk7TTCJOk3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dai7mAh3xueITVSr4qkfoxuk7TTCJOk3 > .row > .video-iframe-container { display: none; }#Dai7mAh3xueITVSr4qkfoxuk7TTCJOk3 > .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); }#Dai7mAh3xueITVSr4qkfoxuk7TTCJOk3 > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dEs8sD9TWG7etyTxLCXWyq0q1y1PehOp { width:20rem;height:1.92480625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NK44eSl2sEStdb5MFoTBiFXKqz5lzprI { width:20rem;height:0.9624rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vT0534PTJu4c6eDXOLhQ4DelUnHx9z7Q { width:12.25rem;height:2.0249rem;top:8rem;left:4.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M2liKiTGQz6giTtoWrKoPPSOxIb5XCO0 { width:15.375rem;height:2.0249rem;top:10.9375rem;left:3.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #txPcrchPbIoSfTWglzLP8VePpZTUtpp1 { width:20rem;height:2.0249rem;top:4.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TtqM0OPvbaNQ0C9sbqrdlCiu7FPR8AHQ { width:2.8125rem;height:2.8125rem;top:7.625rem;left:2.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHMNSWfxx5iKrJOXu0u2o3mfgLXERvR4 { width:2.5rem;height:2.5rem;top:10.6875rem;left:0.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTkLIJUQtqCuptWIPkBO6vlzM3oSw3Er { display:block; }#JTkLIJUQtqCuptWIPkBO6vlzM3oSw3Er > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lCny5ITk8ovfZTLwop1DIMalReSHfJqa { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;display:block; }
 }