.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:214,229,244;--color-primary-1:133,177,221;--color-primary-2:51,125,199;--color-primary-3:0,92,185;--color-primary-4:32,42,59;--color-secondary-0:247,242,229;--color-secondary-1:227,211,168;--color-secondary-2:199,167,81;--color-secondary-3:100,84,41;--color-secondary-4:30,25,12;--color-tertiary-0:255,255,255;--color-tertiary-1:239,239,239;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Playfair Display";--paragraphs-font-family:"Proxima Nova"; }@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;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .row > .video-iframe-container { display: none; }#Ia7OPDb8XbE4xNA8z2UUD9s1UGlurdCn > .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); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug { 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;position:relative;z-index:auto;display:block; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { background-color: transparent; background-image: none; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container > .video-iframe-container { display: none; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row > .video-iframe-container { display: none; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .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); }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { border-width: 0; border-radius: 0; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { width:75rem;height:7.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#FRV90piqF83DNRgdIEDT16SoIlvuM0Wq { 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:6.8125rem;width:7.5rem;top:0.3125rem;left:0.625rem;overflow:hidden;display:block; }
#lgQTdJSoDoCI62NqXt5nooAiRT72N2av { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.75rem;left:55.125rem; }
#NlhdgX4ExsTIfPf0rlxRWcLuzaSHbiTO { color:rgba(var(--color-primary-3),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.7623698711395rem;left:58.21745300293rem;height:2.5996125rem;font-style:normal;display:block; }
#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/823db2d8-365b-4c8c-a0d4-d75b102e293b/family03.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.adaptive-delivery-prevent-bg, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyload, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyloading { background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { background-color: transparent; background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.57); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.57); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .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); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { border-width: 0; border-radius: 0; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;position:relative;display:block; }#dmADKbXkO0JhQbTiR7hOTutTZsZotgpp { color:rgba(var(--color-tertiary-0),1);display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:16.486980438233rem;left:0rem;height:1.94986875rem;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; }
#bMb5LJ4qBVzlfXUyp3LbL9OJnOR1D2cD { color:rgba(var(--color-tertiary-0),1);display:block;width:17.561625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15002;line-height:3;letter-spacing:0;top:10.057983398438rem;left:0rem;height:0;font-style:normal;display:none; }#bMb5LJ4qBVzlfXUyp3LbL9OJnOR1D2cD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bMb5LJ4qBVzlfXUyp3LbL9OJnOR1D2cD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd63da8f80469e79fd0ae3e8dd844c708a7b98cb.svg); }
#zgfg35d2OPEwvUtJvlfVnonQDBwNTSP5 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.9375rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:6.246337890625rem;left:0rem;height:2.92419375rem;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:none; }
#SasRdTKLv8DlnfGVtTxoZELH0T6dTyco { color:rgba(var(--color-tertiary-0),1);display:block;width:46.9995rem;position:absolute;font-family:"ananda regukar";font-size:5rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:10.219116210938rem;left:0rem;height:13.999rem;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:none; }
#RcaxLIB7T5yh0AevirHQsymdCOkDAQbS { color:rgba(var(--color-tertiary-0),1);display:block;width:46.9995rem;position:absolute;font-family:"ananda regukar";font-size:5rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:10.219116210938rem;left:0rem;height:13.999rem;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:none; }
#Q9gmODA7z4tSlzVy7PtHmS3O7DCaP1Dt { color:rgba(var(--color-tertiary-0),1);display:block;width:38.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:21.125rem;left:0rem;height:8.25rem;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; }
#I7iRpLt6vT1d7yLFNTiomOnOZyJPq3WD { z-index:15005;top:32.389323711395rem;left:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:barlow;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#Lue8fHvJHy8McMipUOehGzNwXCpV0VSQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AVqfJT7XEM7NiBLsGUope5AQI4nPnsTZ { box-sizing:content-box;height:28.5rem;width:23.9375rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(206deg, rgba(var(--color-tertiary-4),0.3), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(206deg, rgba(var(--color-tertiary-4),0.3), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(206deg, rgba(var(--color-tertiary-4),0.3), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(206deg, rgba(var(--color-tertiary-4),0.3), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.3)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.3)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(206deg, rgba(var(--color-tertiary-4),0.3), rgba(var(--color-primary-3),1));background-size:auto !important;top:4.9694023132324rem;left:50.93815612793rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IqrHGCATF0ikGH13hnMibwUK0mC5Gc2z { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.7057294845581rem;left:54.18815612793rem;height:4.875rem;text-align:center;text-align-last:center;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; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .widget-form-header {  }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:20.625rem;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;vertical-align:top;text-align:left;text-align-last:left;line-height:1.6; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .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 rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);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:20.625rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top;line-height:1; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .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 rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);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:20.625rem;box-sizing:border-box;height:5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top;line-height:1; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);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:20.625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .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; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .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-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:#f2f9ff;width:20.625rem;height:3.125rem;font-family:var(--headlines-font-family);overflow:hidden;box-shadow: none; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 [class*="-text"]:-moz-placeholder { color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 [class*="-text"]::-moz-placeholder { color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.4375rem;overflow:hidden;font-style:normal;float:none; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .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; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .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:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .widget-container:first-of-type{padding-top:0;}#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .widget-container:last-of-type{padding-bottom:0;}#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:51.34423828125rem;top:9.849609375rem;z-index:15004;position:absolute; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.625rem;display:block;vertical-align:top; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 {display:block;}#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:51.34423828125rem;top:9.849609375rem;z-index:15004;position:absolute; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #lV10RKHMDZ7kMTNcSTRuHDdRPnUb6o4O { position:relative; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #lHVGFgKrgllMZ7gkpDCe3xl84hR2vkAB { position:relative;display:none; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #dHiKIaMwIJNmZBXGQ6zNOIhTH1R3C8iS { position:relative; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #kZfQlTq6EccUly4rK4H0MGCGPwxC0z01 { position:relative; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #mUmmpvGO5aCTN4TvwgzHV7y8ESdgy35Z { position:relative;display:none; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #L8D7hLKTdmynCCVvFAKrrscZPcVccH9R { position:relative; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #HglXrEP36ydWwvgmQrgk03y6F6g4kS7F { position:relative; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #M0iEokBVVKAvguMRbSPGgz6xGty2bCZI { position:relative;display:none; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #uRhOaJMT6wfGig3bc4sOBLxC8tSALN8r { position:relative; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #MD8cZ5uo5anuH1Tg8xJxWtagqhb6E4Mu { position:relative; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #PRJmeGrX7iLAPqgMc7mRmI7JruJaaU4L { position:relative;display:none; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #hWPCpAS4XaxezaZxglhySp8FTs2SBFZe { position:relative; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #eybXZGCEX5Dxqzzvh7HmNpKZqyR7S49b { position:relative; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #BmmwNux0EKvEtBsVnFt1HaUvo0WmvCsS { position:relative; }
#lGmlSzSMTfPdPA1swEcyUphzG1zzSwyB { color:rgba(var(--color-tertiary-1),1);display:block;width:42.6855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.2154951095581rem;left:0rem;height:9.75rem;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; }
#d6KWPDfh8PBO6DQ6XpNB94u8Zheut4va { color:rgba(var(--color-tertiary-0),1);display:block;width:62.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:36.40625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gc6x0b7VGkJL8qAXps9NP6Scu9uO13TN { color:rgba(var(--color-primary-3),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.7623698711395rem;left:58.21745300293rem;height:2.5996125rem;font-style:normal;display:none; }
#d8JeWUcTI1VnEyMpzeLNIG18IulOuydD { color:rgba(var(--color-primary-3),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.7623698711395rem;left:58.21745300293rem;height:2.5996125rem;font-style:normal;display:none; }
#dWH0Fk7l5dWMQqgWdVH82ryAvVKmxkwg { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ZmH84qftU4Jk6wUeE79y0OnKkwgUoNUZ { position:relative;display:block; }#ZmH84qftU4Jk6wUeE79y0OnKkwgUoNUZ { background-color: transparent; background-image: none; }#ZmH84qftU4Jk6wUeE79y0OnKkwgUoNUZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmH84qftU4Jk6wUeE79y0OnKkwgUoNUZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmH84qftU4Jk6wUeE79y0OnKkwgUoNUZ > .row .container > .video-iframe-container { display: none; }#ZmH84qftU4Jk6wUeE79y0OnKkwgUoNUZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZmH84qftU4Jk6wUeE79y0OnKkwgUoNUZ > .row > .video-iframe-container { display: none; }#ZmH84qftU4Jk6wUeE79y0OnKkwgUoNUZ > .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); }#ZmH84qftU4Jk6wUeE79y0OnKkwgUoNUZ { border-width: 0; border-radius: 0; }#ZmH84qftU4Jk6wUeE79y0OnKkwgUoNUZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZmH84qftU4Jk6wUeE79y0OnKkwgUoNUZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XHZciTT9F4A7zz2AosILsJ5dtmFU7W8S { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.9980473518372rem;left:0rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aSxslmOoHfaX1Nl511TrExohAAeb2Tmu { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31rem;left:26.875rem;display:block; }
#zqKctJEfTB7kcyMsBTdCuiGMHBpTeDxm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nCZXpNJlB7OSmBT22D863PHVrmWnDtz0 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.248046875rem;left:8.6875rem;height:14.625rem;text-align:left;text-align-last:left;display:block; }
#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl { position:relative;display:block; }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl { background-color: transparent; background-image: none; }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl > .row .container > .video-iframe-container { display: none; }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl > .row > .video-iframe-container { display: none; }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl > .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); }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl { border-width: 0; border-radius: 0; }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PLJ9hK5gB6n9VQ6JTZga7VKM2Qpe1SlX { color:rgba(var(--color-tertiary-4),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0099811553955rem;left:15.78125rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FwDCsg9Hc86OO7kg9bdfJFyKMtu8yrCQ { position:relative;display:block; }#FwDCsg9Hc86OO7kg9bdfJFyKMtu8yrCQ { background-color: transparent; background-image: none; }#FwDCsg9Hc86OO7kg9bdfJFyKMtu8yrCQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FwDCsg9Hc86OO7kg9bdfJFyKMtu8yrCQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FwDCsg9Hc86OO7kg9bdfJFyKMtu8yrCQ > .row .container > .video-iframe-container { display: none; }#FwDCsg9Hc86OO7kg9bdfJFyKMtu8yrCQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FwDCsg9Hc86OO7kg9bdfJFyKMtu8yrCQ > .row > .video-iframe-container { display: none; }#FwDCsg9Hc86OO7kg9bdfJFyKMtu8yrCQ > .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); }#FwDCsg9Hc86OO7kg9bdfJFyKMtu8yrCQ { border-width: 0; border-radius: 0; }#FwDCsg9Hc86OO7kg9bdfJFyKMtu8yrCQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FwDCsg9Hc86OO7kg9bdfJFyKMtu8yrCQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JI5aGym5o99xHNRQQ5sKq0XQvWR0168z { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.1875rem;width:24.375rem;top:1.3541669845581rem;left:0.3125rem;overflow:hidden;display:block; }
#iOaAal9QROu0gmao3pB0sAAFEIOoeS1m { box-sizing:content-box;height:3.37456875rem;width:24.375rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(287deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(287deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(287deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(287deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(287deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:16.6875rem;left:0.3125rem;display:block; }
#WbErRIEAx4xFP7PlNB6F6T3TTKwHy2sM { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:.8;letter-spacing:0;top:17.75rem;left:0.3125rem;height:1.19986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HJ0Sgy9ypUImcA7qbHLBhT0azZFWL1Ul { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:.8;letter-spacing:0;top:17.75rem;left:25.3125rem;height:1.19986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k3vNdlOLlsi0ztlVQ7NAgiiDcIFPAPad { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:.8;letter-spacing:0;top:17.75rem;left:50.3125rem;height:1.19986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#si1hd3RlXWQ3p2FFrl5z7vT9VNoFoegn { box-sizing:content-box;height:3.37456875rem;width:24.375rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(287deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(287deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(287deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(287deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(287deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:16.6875rem;left:25.3125rem;display:block; }
#QDHmevdMFQwBfgtDRmU5988z0KJibsaG { 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:15.4375rem;width:24.375rem;top:1.2916669845581rem;left:50.3125rem;overflow:hidden;display:block; }
#WST92J30RxPCCrAnvIBR1n0zunUndmIZ { box-sizing:content-box;height:3.37456875rem;width:24.375rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(287deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(287deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(287deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(287deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(287deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:16.6875rem;left:50.3125rem;display:block; }
#rOM6v4CaZ8AxiWGgQqI1A2KfV2yMnGWx { 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.4375rem;width:24.375rem;top:20.75rem;left:0.3125rem;overflow:hidden;display:block; }
#QzAkbrttSLu5DaADwmJ4TR26o9thaCDP { 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.4375rem;width:24.375rem;top:20.6875rem;left:25.3125rem;overflow:hidden;display:block; }
#rV4h1Xn8ZuaWyaZFQwoVkAT60pLJgsN5 { 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:16.1875rem;width:24.375rem;top:20.71875rem;left:50.3125rem;overflow:hidden;display:block; }
#O6m42rUqDxLJEu3yIXy7vBSkRtOPD41N { box-sizing:content-box;height:3.3740234375rem;width:24.375rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(287deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(287deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(287deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(287deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(287deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:36.125rem;left:0.3125rem;display:block; }
#Wzdkbp8Zu6A6TtxJspgTrqkToEp2fTXB { box-sizing:content-box;height:3.3740234375rem;width:24.375rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(287deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(287deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(287deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(287deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(287deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:36.125rem;left:25.3125rem;display:block; }
#ZMcx3fiGJy6eMkloB4gdu4Z2EgOSSVxd { box-sizing:content-box;height:3.3740234375rem;width:24.375rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(287deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(287deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(287deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(287deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(287deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:36.125rem;left:50.3125rem;display:block; }
#w6CJOTyxbyyqMVfqPoQTrMuLXvgLZZBD { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:.8;letter-spacing:0;top:37.1875rem;left:0.3125rem;height:1.19986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CyhlsCR95EFuGcoK6s1A75HITxyys2WQ { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:.8;letter-spacing:0;top:37.1875rem;left:25.625rem;height:1.19986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PBX4E3WwkRTQm9deWB1JntM4agFR4H9e { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:.8;letter-spacing:0;top:37.1875rem;left:50.3125rem;height:1.19986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yoCoBXupiWtN4XSRNXBWxm4eLt5bnXZ3 { 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.4375rem;width:24.375rem;top:1.2916669845581rem;left:25.3125rem;overflow:hidden;display:block; }
#L8iLwT6LbhCNIhmBNs6HCEI20fL5MSTr { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:44.8125rem;left:26.875rem;display:none; }
#nHUxC53VHrLm61MDqUJHaILHJUfqq6a0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd { 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; }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row .container { background-color: transparent; background-image: none; }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row .container > .video-iframe-container { display: none; }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row > .video-iframe-container { display: none; }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .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); }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row .container { border-width: 0; border-radius: 0; }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;position:relative;display:block; }#dWKo9B2q38TUVUbAk2OxAXa4Tm8Lnwsm { color:rgba(var(--color-tertiary-4),1);display:block;width:42.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:8.0696618556975rem;left:0rem;height:27rem;text-align:left;text-align-last:left;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; }
#CT0lcZJmdd1TV86fDADTNudNOBNaHord { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:38.625rem;width:31.4375rem;top:2.8717451095581rem;left:43.5625rem;overflow:hidden;display:block; }
#reh3zRUSvhkRmeC2y1QiMOL8ZQWqqQ5X { color:rgba(var(--color-tertiary-4),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8721789121628rem;left:0rem;height:3.73730625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fCo0y10gmL88l9s6zmKDPe1tZmOxTE56 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:37.788412094116rem;left:9.1875rem;display:block; }
#VTfTVKHBpgZJ3FRZC91llaTqKirWSFiJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);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; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container { background-color: transparent; background-image: none; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container > .video-iframe-container { display: none; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row > .video-iframe-container { display: none; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .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); }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container { border-width: 0; border-radius: 0; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#noUn1zoiGgPp7fVJvwrmFDPfeNVdXyTW { position:absolute;display:block;z-index:15005;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:39.3125rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#obLUurwoucZz2UAoOxGwxGO9yxDwu9Ad { position:absolute;display:block;z-index:15006;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:26.875rem;top:2.125rem;left:42rem;overflow:hidden;display:block; }
#in2x1yAtiqwfg2OEHb5LmPfTSB6vAXgv { position:absolute;display:block;z-index:15005;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:17.75rem;top:2.125rem;left:0rem;overflow:hidden;display:none; }
#XrGnzoiM16M2r3A1veyHfRhJOrliIPkM { position:absolute;display:block;z-index:15005;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:7.1875rem;top:2.125rem;left:0rem;overflow:hidden;display:none; }
#XK43OPbu1iVCrrpTN3bv4Ua28h7yHf8l { 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; }#XK43OPbu1iVCrrpTN3bv4Ua28h7yHf8l > .row .container { background-color: transparent; background-image: none; }#XK43OPbu1iVCrrpTN3bv4Ua28h7yHf8l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XK43OPbu1iVCrrpTN3bv4Ua28h7yHf8l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XK43OPbu1iVCrrpTN3bv4Ua28h7yHf8l > .row .container > .video-iframe-container { display: none; }#XK43OPbu1iVCrrpTN3bv4Ua28h7yHf8l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XK43OPbu1iVCrrpTN3bv4Ua28h7yHf8l > .row > .video-iframe-container { display: none; }#XK43OPbu1iVCrrpTN3bv4Ua28h7yHf8l > .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); }#XK43OPbu1iVCrrpTN3bv4Ua28h7yHf8l > .row .container { border-width: 0; border-radius: 0; }#XK43OPbu1iVCrrpTN3bv4Ua28h7yHf8l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XK43OPbu1iVCrrpTN3bv4Ua28h7yHf8l > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:75rem;position:relative;display:block; }#Jl1Whd6abmchCW6gCQGJ4AtbkerHDZr9 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.8125rem;left:4.25rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ds2xnUZMOvPu45uSnBnbX9NSFPczpnsP { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.837890625rem;left:22.4375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x2Nr1fpX7BayWlRlPMPG1lkCtCNS7IgM { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.837890625rem;left:41.1875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BBGlmKmAXNEDm3i0oJAGmoEDe5xB0Vql { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:11.837890625rem;left:60.28125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vgwqA7zJSiA8iiPHAQvdcROU1a6flE92 { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-primary-3),1), #00346c);background-image: -moz-linear-gradient(135deg, rgba(var(--color-primary-3),1), #00346c);background-image: -ms-linear-gradient(135deg, rgba(var(--color-primary-3),1), #00346c);background-image: -o-linear-gradient(135deg, rgba(var(--color-primary-3),1), #00346c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#00346c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#00346c' );";background-image: linear-gradient(135deg, rgba(var(--color-primary-3),1), #00346c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 2.1875rem rgba(5,11,38,0.4) ;height:14.0625rem;width:14.0625rem;top:9.2763671875rem;left:21.09375rem;display:block; }
#vpJFvEKUTNDrhQ9zyTLDT5JF7OqngUFF { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-primary-3),1), #00346c);background-image: -moz-linear-gradient(135deg, rgba(var(--color-primary-3),1), #00346c);background-image: -ms-linear-gradient(135deg, rgba(var(--color-primary-3),1), #00346c);background-image: -o-linear-gradient(135deg, rgba(var(--color-primary-3),1), #00346c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#00346c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#00346c' );";background-image: linear-gradient(135deg, rgba(var(--color-primary-3),1), #00346c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 2.1875rem rgba(5,11,38,0.4) ;height:14.0625rem;width:14.0625rem;top:9.25rem;left:2.375rem;display:block; }
#ze4Q0CbITCSTMitrRVMz1TNEvBzTJbf5 { position:absolute;display:block;z-index:14990;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-primary-3),1), #00346c);background-image: -moz-linear-gradient(135deg, rgba(var(--color-primary-3),1), #00346c);background-image: -ms-linear-gradient(135deg, rgba(var(--color-primary-3),1), #00346c);background-image: -o-linear-gradient(135deg, rgba(var(--color-primary-3),1), #00346c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#00346c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#00346c' );";background-image: linear-gradient(135deg, rgba(var(--color-primary-3),1), #00346c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 2.1875rem rgba(5,11,38,0.5) ;height:14.0625rem;width:14.0625rem;top:9.2763671875rem;left:39.84375rem;display:block; }
#gvDpV3T6fZZpdkCvdiOg7RTDAp1T5xXi { position:absolute;display:block;z-index:14988;background-color:transparent;background-image: -webkit-linear-gradient(135deg, rgba(var(--color-primary-3),1), #00346c);background-image: -moz-linear-gradient(135deg, rgba(var(--color-primary-3),1), #00346c);background-image: -ms-linear-gradient(135deg, rgba(var(--color-primary-3),1), #00346c);background-image: -o-linear-gradient(135deg, rgba(var(--color-primary-3),1), #00346c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#00346c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='#00346c' );";background-image: linear-gradient(135deg, rgba(var(--color-primary-3),1), #00346c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 2.1875rem rgba(5,11,38,0.4) ;height:14.0625rem;width:14.0625rem;top:9.2763671875rem;left:58.59375rem;display:block; }
#z6NTA9GS7lBleea1zqXpWONIPdNmStaJ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:3.73730625rem;text-align:center;text-align-last:center;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; }
#qMXxVwLH7hywDvET7Q86AXglEWG6kMzd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:17.837890625rem;left:44.84375rem; }
#MIIT6ulcvdXqyBH7GCKnoPNkESIB1CWl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:17.837890625rem;left:25.46875rem; }
#yUd1NI2oLzAflxRVoMg9cpObSBCyX91B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:18.025390625rem;left:7.53125rem; }
#aGVp7BkDZTQGqXM50PuOAtMUpmLpRNih { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:16.6875rem;left:65.5rem; }
#XSUsstfwINJ3hmUllkDqxtFETKC6EUHQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:17.8125rem;left:63.4375rem; }
#MWDFhueUh1X3qBTEiaiio4oMQrmC2Wom { position:relative;display:block; }#MWDFhueUh1X3qBTEiaiio4oMQrmC2Wom { background-color: transparent; background-image: none; }#MWDFhueUh1X3qBTEiaiio4oMQrmC2Wom::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWDFhueUh1X3qBTEiaiio4oMQrmC2Wom > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWDFhueUh1X3qBTEiaiio4oMQrmC2Wom > .row .container > .video-iframe-container { display: none; }#MWDFhueUh1X3qBTEiaiio4oMQrmC2Wom > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MWDFhueUh1X3qBTEiaiio4oMQrmC2Wom > .row > .video-iframe-container { display: none; }#MWDFhueUh1X3qBTEiaiio4oMQrmC2Wom > .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); }#MWDFhueUh1X3qBTEiaiio4oMQrmC2Wom { border-width: 0; border-radius: 0; }#MWDFhueUh1X3qBTEiaiio4oMQrmC2Wom > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MWDFhueUh1X3qBTEiaiio4oMQrmC2Wom > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iZUTe4U7RMM0rVlozyytW3NowHrXs2B7 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:3.4130859375rem;left:26.875rem;display:block; }
#zzwETeFz4sTEIEiTGGtV2mS1Rfcms9ei { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH { 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; }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .row .container { background-color: transparent; background-image: none; }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .row .container > .video-iframe-container { display: none; }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .row > .video-iframe-container { display: none; }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .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); }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .row .container { border-width: 0; border-radius: 0; }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;position:relative;display:block; }#nv65e3E5s84oGqGALP8tT9Bv0TVqeAXs { position:absolute;display:block;z-index:15000;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-primary-3),1) ;height:21.5625rem;width:22.3125rem;top:8.0381951332094rem;left:1.2727851867676rem;display:block; }
#UVx0T9UUeE3mRh1nHzEyKHxKAAI0wcVd { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:13.5625rem;left:3.0947265625rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gKXrTlCsAt8ZMSWprDZ6mnmB1ZXlDpvL { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-primary-3),1) ;height:21.5625rem;width:22.5rem;top:8.037109375rem;left:26.178386688233rem;display:block; }
#qEZdDveW6xhWdlC9VnrgzMacCWO3eSaa { position:absolute;display:block;z-index:15008;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-primary-3),1) ;height:21.5625rem;width:22.375rem;top:8.0620727539062rem;left:51.242408752441rem;display:block; }
#VPJtrTWLSpMTd8TDGv30ItMOS679C9Bt { color:rgba(var(--color-tertiary-4),1);display:block;width:19.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:13.5625rem;left:52.9375rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TCe37Piz4V1Gvw54DV7gJvEihP1UbQbK { color:rgba(var(--color-tertiary-4),1);display:block;width:19.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:13.5625rem;left:27.75rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KFRTiLUDLv7gUH2GVQuy8QXmzEXwK52b { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.62717103958131rem;left:0rem;height:3.73730625rem;text-align:center;text-align-last:center;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; }
#JBLNQwtq0dvJFTZS6caxxxCd9OZirMXG { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:9.375rem;top:10.125rem;left:7.8125rem;overflow:hidden;display:block; }
#K19ZQ41Dht3PeoIRzPfJFnLOfUtD37ar { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:9.375rem;top:10.125rem;left:32.8125rem;overflow:hidden;display:block; }
#OeMCaOz7h9CyNOeJb8sdFdhwbwvk67OR { 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:1.75rem;width:9.375rem;top:10.125rem;left:57.8125rem;overflow:hidden;display:block; }
#Tmq3hPWw0OpXBwxa15Q6uOxMonLFc8CX { position:relative;display:block; }#Tmq3hPWw0OpXBwxa15Q6uOxMonLFc8CX { background-color: transparent; background-image: none; }#Tmq3hPWw0OpXBwxa15Q6uOxMonLFc8CX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmq3hPWw0OpXBwxa15Q6uOxMonLFc8CX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmq3hPWw0OpXBwxa15Q6uOxMonLFc8CX > .row .container > .video-iframe-container { display: none; }#Tmq3hPWw0OpXBwxa15Q6uOxMonLFc8CX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmq3hPWw0OpXBwxa15Q6uOxMonLFc8CX > .row > .video-iframe-container { display: none; }#Tmq3hPWw0OpXBwxa15Q6uOxMonLFc8CX > .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); }#Tmq3hPWw0OpXBwxa15Q6uOxMonLFc8CX { border-width: 0; border-radius: 0; }#Tmq3hPWw0OpXBwxa15Q6uOxMonLFc8CX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Tmq3hPWw0OpXBwxa15Q6uOxMonLFc8CX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qm7ge53mRHDnWnFTulGGkcXMVq2gaAdJ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.873046875rem;left:0rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W8z9kuZtT9eMSc2d0mt2TTPLTH04x0MQ { color:rgba(var(--color-tertiary-4),1);display:block;width:57.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.419921875rem;left:8.6875rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#vxAV8t2TOtkpyL9WbGo8AdeoRCITwdhU { color:rgba(var(--color-tertiary-4),1);display:block;width:57.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.794921875rem;left:8.6875rem;height:11rem;text-align:left;text-align-last:left;display:block; }#vxAV8t2TOtkpyL9WbGo8AdeoRCITwdhU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vxAV8t2TOtkpyL9WbGo8AdeoRCITwdhU li:before{  }
#TROzGk1Vm7KJZ7qHviM4613fEhl7EEMe { color:rgba(var(--color-tertiary-4),1);display:block;width:57.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:32.607421875rem;left:8.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OAAf6VeMqntHg93JFGKrht0a6f8byhV9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#OAAf6VeMqntHg93JFGKrht0a6f8byhV9 > .row .container { background-color: transparent; background-image: none; }#OAAf6VeMqntHg93JFGKrht0a6f8byhV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAAf6VeMqntHg93JFGKrht0a6f8byhV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAAf6VeMqntHg93JFGKrht0a6f8byhV9 > .row .container > .video-iframe-container { display: none; }#OAAf6VeMqntHg93JFGKrht0a6f8byhV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAAf6VeMqntHg93JFGKrht0a6f8byhV9 > .row > .video-iframe-container { display: none; }#OAAf6VeMqntHg93JFGKrht0a6f8byhV9 > .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); }#OAAf6VeMqntHg93JFGKrht0a6f8byhV9 > .row .container { border-width: 0; border-radius: 0; }#OAAf6VeMqntHg93JFGKrht0a6f8byhV9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OAAf6VeMqntHg93JFGKrht0a6f8byhV9 > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;position:relative;display:block; }#KVLtTRWo9NGRAT9gF9ErRKm6n1RtAVet { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.8017578125rem;left:0rem;height:3.73730625rem;text-align:center;text-align-last:center;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; }
#ZauuFo0cA6sc14Iv2xbSywSx4XqwPnmn { color:rgba(var(--color-tertiary-0),1);display:block;width:41.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:11.875rem;left:16.65625rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g9c6NUTLc6OWmTWx79Vzz1PXDy8AxMd4 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:21.0380859375rem;left:26.875rem;display:block; }
#TFTeUbNFyzOhuk6RNKGOzrtJvK8NEMDt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row .container { background-color: transparent; background-image: none; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row .container > .video-iframe-container { display: none; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row > .video-iframe-container { display: none; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .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); }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row .container { border-width: 0; border-radius: 0; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#HE6QWhz1lEtVlg2Vdwg8s7XiIn8r33d8 { 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:11.6875rem;width:11.6875rem;top:2.8095703125rem;left:0rem;overflow:hidden;display:block; }
#KWXRcsF6OJyp7wu0MOOKJ6nCB0hyKFoN { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:2.8125rem;left:51.4375rem;height:3.75rem;display:block; }
#lOnwuGVWzEdwtcCT4EQAzueoDrxcHHQh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1240234375rem;width:2.1240234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.8095703125rem;left:29.9423828125rem; }
#lOnwuGVWzEdwtcCT4EQAzueoDrxcHHQh > img { max-width: 100%;max-height:100%; width:2.1240234375rem; height:2.1240234375rem; }#Z8Jvsn9P92aShS8wXVHHasQafKVb23dZ { color:rgba(var(--color-tertiary-4),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:20.8125rem;left:0rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#fDSxzeDPeLhC7yn6Wv3UE6UEcXMnTPeT { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:20.8125rem;left:47.8125rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#OHxRWzXxsTMy70VWQl9OwJCqMwO7dUX2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.12348125rem;width:2.12348125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.625rem;left:47.8125rem; }
#muXwQurLICezpuQpMlTSBX8IqhngoaBM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.8720703125rem;left:33.3095703125rem;height:2.03125rem;display:block; }
#WTm9uH52ZApaM43yZnNyg0TiBhfiiMOb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.123046875rem;width:2.123046875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:14.9375rem;left:47.8125rem; }
#y1eglEkhR46fIDeRGfMvP5cvKVAqfuZs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.123046875rem;width:2.123046875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:9.25rem;left:47.8125rem; }
#UHhPilTZThHMzk5u8A7COgTOpB5fH196 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:8.75rem;left:51.5625rem;height:3.75rem;display:block; }
#uDLHKgUnuNGOilFcr0FhoLO49hhATUKW { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:14.5rem;left:51.5625rem;height:3.75rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug { display:block; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRV90piqF83DNRgdIEDT16SoIlvuM0Wq { width:7.5rem;height:6.8125rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgQTdJSoDoCI62NqXt5nooAiRT72N2av { top:2.75rem;left:41.5rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlhdgX4ExsTIfPf0rlxRWcLuzaSHbiTO { top:2.75rem;left:33rem;width:14.75rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e { display:block; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmADKbXkO0JhQbTiR7hOTutTZsZotgpp { width:45.75rem;height:1.9375rem;top:16.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMb5LJ4qBVzlfXUyp3LbL9OJnOR1D2cD { width:17.5rem;height:;top:19.4375rem;left:0rem;font-size:1.1875rem;display:block; }#bMb5LJ4qBVzlfXUyp3LbL9OJnOR1D2cD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd63da8f80469e79fd0ae3e8dd844c708a7b98cb.svg); }
 }@media only screen and (max-width: 763px) { #zgfg35d2OPEwvUtJvlfVnonQDBwNTSP5 { width:20rem;height:;top:10.6875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SasRdTKLv8DlnfGVtTxoZELH0T6dTyco { width:20rem;height:;top:0.9375rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RcaxLIB7T5yh0AevirHQsymdCOkDAQbS { width:20rem;height:;top:3.875rem;left:0rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q9gmODA7z4tSlzVy7PtHmS3O7DCaP1Dt { top:21.125rem;left:0rem;width:38.5rem;height:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7iRpLt6vT1d7yLFNTiomOnOZyJPq3WD { top:32.375rem;left:0rem;width:19.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lue8fHvJHy8McMipUOehGzNwXCpV0VSQ { display:block; }
 }@media only screen and (max-width: 763px) { #AVqfJT7XEM7NiBLsGUope5AQI4nPnsTZ { top:4.9375rem;left:23.8125rem;width:23.9375rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqrHGCATF0ikGH13hnMibwUK0mC5Gc2z { top:5.6875rem;left:30.3125rem;width:17.4375rem;height:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .widget-regular-label { display:block;width:20.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .widget-input-text { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .widget-textarea { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .widget-input-select { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .widget-input-button { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .widget-checkbox-label { width:19.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1  { width:20.625rem;height:auto;top:9.8125rem;left:24.625rem; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .radio-container { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 {display:block;}#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 { width:20.625rem;height:auto;top:9.8125rem;left:24.625rem; }
 }@media only screen and (max-width: 763px) { #kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #lV10RKHMDZ7kMTNcSTRuHDdRPnUb6o4O {  }
 }@media only screen and (max-width: 763px) { #kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #lHVGFgKrgllMZ7gkpDCe3xl84hR2vkAB { display:block; }
 }@media only screen and (max-width: 763px) { #kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #dHiKIaMwIJNmZBXGQ6zNOIhTH1R3C8iS {  }
 }@media only screen and (max-width: 763px) { #kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #kZfQlTq6EccUly4rK4H0MGCGPwxC0z01 {  }
 }@media only screen and (max-width: 763px) { #kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #mUmmpvGO5aCTN4TvwgzHV7y8ESdgy35Z { display:block; }
 }@media only screen and (max-width: 763px) { #kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #L8D7hLKTdmynCCVvFAKrrscZPcVccH9R {  }
 }@media only screen and (max-width: 763px) { #kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #HglXrEP36ydWwvgmQrgk03y6F6g4kS7F {  }
 }@media only screen and (max-width: 763px) { #kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #M0iEokBVVKAvguMRbSPGgz6xGty2bCZI { display:block; }
 }@media only screen and (max-width: 763px) { #kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #uRhOaJMT6wfGig3bc4sOBLxC8tSALN8r {  }
 }@media only screen and (max-width: 763px) { #kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #MD8cZ5uo5anuH1Tg8xJxWtagqhb6E4Mu {  }
 }@media only screen and (max-width: 763px) { #kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #PRJmeGrX7iLAPqgMc7mRmI7JruJaaU4L { display:block; }
 }@media only screen and (max-width: 763px) { #kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #hWPCpAS4XaxezaZxglhySp8FTs2SBFZe {  }
 }@media only screen and (max-width: 763px) { #kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #eybXZGCEX5Dxqzzvh7HmNpKZqyR7S49b {  }
 }@media only screen and (max-width: 763px) { #kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #BmmwNux0EKvEtBsVnFt1HaUvo0WmvCsS {  }
 }@media only screen and (max-width: 763px) { #lGmlSzSMTfPdPA1swEcyUphzG1zzSwyB { width:42.625rem;height:9.75rem;top:5.1875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6KWPDfh8PBO6DQ6XpNB94u8Zheut4va { top:36.375rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc6x0b7VGkJL8qAXps9NP6Scu9uO13TN { top:2.75rem;left:33rem;width:14.75rem;height:2.625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #d8JeWUcTI1VnEyMpzeLNIG18IulOuydD { top:12.25rem;left:0rem;width:14.75rem;height:2.5625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dWH0Fk7l5dWMQqgWdVH82ryAvVKmxkwg { display:none; }
 }@media only screen and (max-width: 763px) { #ZmH84qftU4Jk6wUeE79y0OnKkwgUoNUZ { display:block; }#ZmH84qftU4Jk6wUeE79y0OnKkwgUoNUZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XHZciTT9F4A7zz2AosILsJ5dtmFU7W8S { top:4.9375rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSxslmOoHfaX1Nl511TrExohAAeb2Tmu { width:21.25rem;height:3.75rem;top:31rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqKctJEfTB7kcyMsBTdCuiGMHBpTeDxm { display:block; }
 }@media only screen and (max-width: 763px) { #nCZXpNJlB7OSmBT22D863PHVrmWnDtz0 { top:11.1875rem;left:0rem;width:47.75rem;height:16.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl { display:block; }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PLJ9hK5gB6n9VQ6JTZga7VKM2Qpe1SlX { top:3rem;left:2.15625rem;width:43.4375rem;height:3.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwDCsg9Hc86OO7kg9bdfJFyKMtu8yrCQ { display:block; }#FwDCsg9Hc86OO7kg9bdfJFyKMtu8yrCQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JI5aGym5o99xHNRQQ5sKq0XQvWR0168z { top:1.3125rem;left:0rem;width:24.375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOaAal9QROu0gmao3pB0sAAFEIOoeS1m { top:16.6875rem;left:0rem;width:24.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbErRIEAx4xFP7PlNB6F6T3TTKwHy2sM { top:17.75rem;left:0rem;width:24.375rem;height:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ0Sgy9ypUImcA7qbHLBhT0azZFWL1Ul { top:17.75rem;left:7.375rem;width:24.375rem;height:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3vNdlOLlsi0ztlVQ7NAgiiDcIFPAPad { top:17.75rem;left:23.25rem;width:24.375rem;height:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #si1hd3RlXWQ3p2FFrl5z7vT9VNoFoegn { top:16.6875rem;left:7.375rem;width:24.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDHmevdMFQwBfgtDRmU5988z0KJibsaG { top:1.25rem;left:23.25rem;width:24.375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WST92J30RxPCCrAnvIBR1n0zunUndmIZ { top:16.6875rem;left:23.25rem;width:24.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOM6v4CaZ8AxiWGgQqI1A2KfV2yMnGWx { top:20.75rem;left:0rem;width:24.375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzAkbrttSLu5DaADwmJ4TR26o9thaCDP { top:20.6875rem;left:7.375rem;width:24.375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV4h1Xn8ZuaWyaZFQwoVkAT60pLJgsN5 { top:20.6875rem;left:23.25rem;width:24.375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6m42rUqDxLJEu3yIXy7vBSkRtOPD41N { top:36.125rem;left:0rem;width:24.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzdkbp8Zu6A6TtxJspgTrqkToEp2fTXB { top:36.125rem;left:7.375rem;width:24.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMcx3fiGJy6eMkloB4gdu4Z2EgOSSVxd { top:36.125rem;left:23.25rem;width:24.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6CJOTyxbyyqMVfqPoQTrMuLXvgLZZBD { top:37.1875rem;left:0rem;width:24.375rem;height:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyhlsCR95EFuGcoK6s1A75HITxyys2WQ { top:37.1875rem;left:7.375rem;width:24.375rem;height:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBX4E3WwkRTQm9deWB1JntM4agFR4H9e { top:37.1875rem;left:23.25rem;width:24.375rem;height:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoCoBXupiWtN4XSRNXBWxm4eLt5bnXZ3 { top:1.25rem;left:7.375rem;width:24.375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8iLwT6LbhCNIhmBNs6HCEI20fL5MSTr { width:21.25rem;height:3.75rem;top:44.8125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHUxC53VHrLm61MDqUJHaILHJUfqq6a0 { display:block; }
 }@media only screen and (max-width: 763px) { #Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd { display:block; }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWKo9B2q38TUVUbAk2OxAXa4Tm8Lnwsm { width:42.875rem;height:27rem;top:8.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT0lcZJmdd1TV86fDADTNudNOBNaHord { top:2.8125rem;left:16.3125rem;width:31.4375rem;height:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #reh3zRUSvhkRmeC2y1QiMOL8ZQWqqQ5X { top:2.8125rem;left:0rem;width:43.4375rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCo0y10gmL88l9s6zmKDPe1tZmOxTE56 { width:21.25rem;height:3.75rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTfTVKHBpgZJ3FRZC91llaTqKirWSFiJ { display:block; }
 }@media only screen and (max-width: 763px) { #iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn { display:block; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #noUn1zoiGgPp7fVJvwrmFDPfeNVdXyTW { width:39.3125rem;height:6.5rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #obLUurwoucZz2UAoOxGwxGO9yxDwu9Ad { width:26.875rem;height:6.5rem;top:2.125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #in2x1yAtiqwfg2OEHb5LmPfTSB6vAXgv { width:17.75rem;height:6.5rem;top:2.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XrGnzoiM16M2r3A1veyHfRhJOrliIPkM { width:7.1875rem;height:6.5rem;top:2.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XK43OPbu1iVCrrpTN3bv4Ua28h7yHf8l { display:block; }#XK43OPbu1iVCrrpTN3bv4Ua28h7yHf8l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jl1Whd6abmchCW6gCQGJ4AtbkerHDZr9 { width:10.25rem;height:4.875rem;top:11.8125rem;left:0.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds2xnUZMOvPu45uSnBnbX9NSFPczpnsP { width:11.375rem;height:4.875rem;top:11.8125rem;left:12.21875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2Nr1fpX7BayWlRlPMPG1lkCtCNS7IgM { width:11.375rem;height:4.875rem;top:11.8125rem;left:24.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBGlmKmAXNEDm3i0oJAGmoEDe5xB0Vql { width:10.6875rem;height:3.25rem;top:11.8125rem;left:36.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgwqA7zJSiA8iiPHAQvdcROU1a6flE92 { width:14.0625rem;height:14.0625rem;top:9.25rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpJFvEKUTNDrhQ9zyTLDT5JF7OqngUFF { width:14.0625rem;height:14.0625rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze4Q0CbITCSTMitrRVMz1TNEvBzTJbf5 { width:14.0625rem;height:14.0625rem;top:9.25rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvDpV3T6fZZpdkCvdiOg7RTDAp1T5xXi { width:14.0625rem;height:14.0625rem;top:9.25rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6NTA9GS7lBleea1zqXpWONIPdNmStaJ { top:3.5rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMXxVwLH7hywDvET7Q86AXglEWG6kMzd { top:17.8125rem;left:27.8125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIIT6ulcvdXqyBH7GCKnoPNkESIB1CWl { top:17.8125rem;left:15.25rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUd1NI2oLzAflxRVoMg9cpObSBCyX91B { top:18rem;left:4.125rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGVp7BkDZTQGqXM50PuOAtMUpmLpRNih { top:16.6875rem;left:41.65625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSUsstfwINJ3hmUllkDqxtFETKC6EUHQ { top:17.8125rem;left:39.59375rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWDFhueUh1X3qBTEiaiio4oMQrmC2Wom { display:block; }#MWDFhueUh1X3qBTEiaiio4oMQrmC2Wom > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZUTe4U7RMM0rVlozyytW3NowHrXs2B7 { width:21.25rem;height:3.75rem;top:3.375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzwETeFz4sTEIEiTGGtV2mS1Rfcms9ei { display:block; }
 }@media only screen and (max-width: 763px) { #M3nnfNg35SiqPPNTTregDWIGxwf9tCGH { display:block; }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nv65e3E5s84oGqGALP8tT9Bv0TVqeAXs { width:22.3125rem;height:21.5625rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVx0T9UUeE3mRh1nHzEyKHxKAAI0wcVd { width:18.75rem;height:8.125rem;top:13.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKXrTlCsAt8ZMSWprDZ6mnmB1ZXlDpvL { width:22.5rem;height:21.5625rem;top:8rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEZdDveW6xhWdlC9VnrgzMacCWO3eSaa { width:22.375rem;height:21.5625rem;top:8rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPJtrTWLSpMTd8TDGv30ItMOS679C9Bt { width:19.0625rem;height:11.375rem;top:13.5625rem;left:28.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCe37Piz4V1Gvw54DV7gJvEihP1UbQbK { width:19.4375rem;height:9.75rem;top:13.5625rem;left:12.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFRTiLUDLv7gUH2GVQuy8QXmzEXwK52b { top:0.625rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBLNQwtq0dvJFTZS6caxxxCd9OZirMXG { top:10.125rem;left:3.25rem;width:9.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K19ZQ41Dht3PeoIRzPfJFnLOfUtD37ar { top:10.125rem;left:19.125rem;width:9.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeMCaOz7h9CyNOeJb8sdFdhwbwvk67OR { top:10.125rem;left:35rem;width:9.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmq3hPWw0OpXBwxa15Q6uOxMonLFc8CX { display:block; }#Tmq3hPWw0OpXBwxa15Q6uOxMonLFc8CX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qm7ge53mRHDnWnFTulGGkcXMVq2gaAdJ { top:3.8125rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8z9kuZtT9eMSc2d0mt2TTPLTH04x0MQ { top:10.375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxAV8t2TOtkpyL9WbGo8AdeoRCITwdhU { top:17.75rem;left:0rem;width:47.75rem;height:12.625rem;font-size:1.125rem;display:block; }#vxAV8t2TOtkpyL9WbGo8AdeoRCITwdhU li:before{  }
 }@media only screen and (max-width: 763px) { #TROzGk1Vm7KJZ7qHviM4613fEhl7EEMe { top:32.5625rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAAf6VeMqntHg93JFGKrht0a6f8byhV9 { display:block; }#OAAf6VeMqntHg93JFGKrht0a6f8byhV9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVLtTRWo9NGRAT9gF9ErRKm6n1RtAVet { top:4.75rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZauuFo0cA6sc14Iv2xbSywSx4XqwPnmn { width:41.6875rem;height:5.8125rem;top:11.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9c6NUTLc6OWmTWx79Vzz1PXDy8AxMd4 { width:21.25rem;height:3.75rem;top:21rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFTeUbNFyzOhuk6RNKGOzrtJvK8NEMDt { display:block; }
 }@media only screen and (max-width: 763px) { #mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l { display:block; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HE6QWhz1lEtVlg2Vdwg8s7XiIn8r33d8 { top:2.75rem;left:0rem;width:11.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWXRcsF6OJyp7wu0MOOKJ6nCB0hyKFoN { top:2.8125rem;left:25.625rem;width:22.125rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOnwuGVWzEdwtcCT4EQAzueoDrxcHHQh { top:3.75rem;left:16.3173828125rem;width:2.0625rem;height:2.0625rem;display:block; }
#lOnwuGVWzEdwtcCT4EQAzueoDrxcHHQh > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #Z8Jvsn9P92aShS8wXVHHasQafKVb23dZ { top:20.8125rem;left:0rem;width:24.1875rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDSxzeDPeLhC7yn6Wv3UE6UEcXMnTPeT { top:20.8125rem;left:25.5625rem;width:22.1875rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHxRWzXxsTMy70VWQl9OwJCqMwO7dUX2 { top:3.625rem;left:34.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #muXwQurLICezpuQpMlTSBX8IqhngoaBM { top:3.8125rem;left:19.684246063233rem;width:12.5rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTm9uH52ZApaM43yZnNyg0TiBhfiiMOb { top:14.9375rem;left:34.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1eglEkhR46fIDeRGfMvP5cvKVAqfuZs { top:9.25rem;left:34.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHhPilTZThHMzk5u8A7COgTOpB5fH196 { top:8.75rem;left:27.875rem;width:19.875rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDLHKgUnuNGOilFcr0FhoLO49hhATUKW { top:14.5rem;left:27.875rem;width:19.875rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug { position:relative;z-index:auto;display:block; }#KnbgwdyaRslNQ1pGdDDCafdhC5rqu7Ug > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRV90piqF83DNRgdIEDT16SoIlvuM0Wq { width:8.75rem;height:7.9375rem;top:0.1875rem;left:5.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lgQTdJSoDoCI62NqXt5nooAiRT72N2av { display:flex;width:2.625rem;height:2.625rem;top:10.341796875rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NlhdgX4ExsTIfPf0rlxRWcLuzaSHbiTO { width:14.75rem;height:0;top:10.353515625rem;left:5.25rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/56d66c25-a0d2-4d39-9069-b703c8a20f23/family01.crop_570x613_59,0.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.adaptive-delivery-prevent-bg, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyload, #xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e.lazyloading { background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { background-color: transparent; background-image: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.41); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.41); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row > .video-iframe-container { display: none; }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .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); }#xvpqZHVet3KVGCaFc0zC3FFQwHiTDd8e > .row .container { width:20rem;height:64.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmADKbXkO0JhQbTiR7hOTutTZsZotgpp { width:20rem;height:3.25rem;top:7.947265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bMb5LJ4qBVzlfXUyp3LbL9OJnOR1D2cD { width:19.4995rem;height:0;top:16.625rem;left:0.25rem;text-align:left;text-align-last:left;line-height:1.4;font-size:1.1875rem;display:none; }#bMb5LJ4qBVzlfXUyp3LbL9OJnOR1D2cD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd63da8f80469e79fd0ae3e8dd844c708a7b98cb.svg); }
 }@media only screen and (max-width: 763px) { #zgfg35d2OPEwvUtJvlfVnonQDBwNTSP5 { width:8.75rem;height:0;top:5.5rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;z-index:15001;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SasRdTKLv8DlnfGVtTxoZELH0T6dTyco { width:20rem;height:0;top:0.9368896484375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.75rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #RcaxLIB7T5yh0AevirHQsymdCOkDAQbS { width:20rem;height:0;top:3.9375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.2;font-size:2.375rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #Q9gmODA7z4tSlzVy7PtHmS3O7DCaP1Dt { width:20rem;height:10.5rem;top:18rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #I7iRpLt6vT1d7yLFNTiomOnOZyJPq3WD { top:26.9375rem;left:0.125rem;width:19.6875rem;height:3.75rem;font-size:1.125rem;background-color:#005cb9;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #Lue8fHvJHy8McMipUOehGzNwXCpV0VSQ { display:block; }
 }@media only screen and (max-width: 763px) { #AVqfJT7XEM7NiBLsGUope5AQI4nPnsTZ { width:20rem;height:26.0625rem;top:37rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(206deg, rgba(0,0,0,0.97), #005cb9);background-image: -moz-linear-gradient(206deg, rgba(0,0,0,0.97), #005cb9);background-image: -ms-linear-gradient(206deg, rgba(0,0,0,0.97), #005cb9);background-image: -o-linear-gradient(206deg, rgba(0,0,0,0.97), #005cb9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000f7', endColorstr='#005cb9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000f7', endColorstr='#005cb9' );";background-image: linear-gradient(206deg, rgba(0,0,0,0.97), #005cb9);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IqrHGCATF0ikGH13hnMibwUK0mC5Gc2z { width:20rem;height:1.7871125rem;top:38.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden;height:3.125rem; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 [class*="-text"]:-moz-placeholder { font-family:arial; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 [class*="-text"]::-moz-placeholder { font-family:arial; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 [class*="-text"]:-ms-input-placeholder { font-family:arial; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 [class*="-text"]::-webkit-input-placeholder { font-family:arial; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1  { width:17.5rem;height:auto;top:39.875rem;left:0rem;z-index:15009; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 {display:block;}#kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 { width:17.5rem;height:auto;top:39.875rem;left:0rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #lV10RKHMDZ7kMTNcSTRuHDdRPnUb6o4O {  }
 }@media only screen and (max-width: 763px) { #kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #lHVGFgKrgllMZ7gkpDCe3xl84hR2vkAB { display:none; }
 }@media only screen and (max-width: 763px) { #kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #dHiKIaMwIJNmZBXGQ6zNOIhTH1R3C8iS {  }
 }@media only screen and (max-width: 763px) { #kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #kZfQlTq6EccUly4rK4H0MGCGPwxC0z01 {  }
 }@media only screen and (max-width: 763px) { #kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #mUmmpvGO5aCTN4TvwgzHV7y8ESdgy35Z { display:none; }
 }@media only screen and (max-width: 763px) { #kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #L8D7hLKTdmynCCVvFAKrrscZPcVccH9R {  }
 }@media only screen and (max-width: 763px) { #kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #HglXrEP36ydWwvgmQrgk03y6F6g4kS7F {  }
 }@media only screen and (max-width: 763px) { #kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #M0iEokBVVKAvguMRbSPGgz6xGty2bCZI { display:none; }
 }@media only screen and (max-width: 763px) { #kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #uRhOaJMT6wfGig3bc4sOBLxC8tSALN8r {  }
 }@media only screen and (max-width: 763px) { #kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #MD8cZ5uo5anuH1Tg8xJxWtagqhb6E4Mu {  }
 }@media only screen and (max-width: 763px) { #kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #PRJmeGrX7iLAPqgMc7mRmI7JruJaaU4L { display:none; }
 }@media only screen and (max-width: 763px) { #kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #hWPCpAS4XaxezaZxglhySp8FTs2SBFZe {  }
 }@media only screen and (max-width: 763px) { #kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #eybXZGCEX5Dxqzzvh7HmNpKZqyR7S49b {  }
 }@media only screen and (max-width: 763px) { #kFTmvsT9aC5H5hDRl20kfDaSsCAkdcs1 #BmmwNux0EKvEtBsVnFt1HaUvo0WmvCsS {  }
 }@media only screen and (max-width: 763px) { #lGmlSzSMTfPdPA1swEcyUphzG1zzSwyB { width:20rem;height:5.3994125rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;line-height:1.2;font-size:2.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #d6KWPDfh8PBO6DQ6XpNB94u8Zheut4va { width:20rem;height:5.0625rem;top:30.869140625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gc6x0b7VGkJL8qAXps9NP6Scu9uO13TN { width:14.75rem;height:2.5996125rem;top:14.0625rem;left:2.8125rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15012;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #d8JeWUcTI1VnEyMpzeLNIG18IulOuydD { width:14.75rem;height:1.625rem;top:12.4375rem;left:2.5rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15013;color:#ffffff;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dWH0Fk7l5dWMQqgWdVH82ryAvVKmxkwg { top:29.9375rem;left:2.1875rem;width:15.625rem;height:0.125rem;z-index:15014;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZmH84qftU4Jk6wUeE79y0OnKkwgUoNUZ { display:block; }#ZmH84qftU4Jk6wUeE79y0OnKkwgUoNUZ > .row .container { width:20rem;height:51.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XHZciTT9F4A7zz2AosILsJ5dtmFU7W8S { width:20rem;height:4.875rem;top:2.1250076293945rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aSxslmOoHfaX1Nl511TrExohAAeb2Tmu { width:17.625rem;height:3.4375rem;top:43.8115234375rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqKctJEfTB7kcyMsBTdCuiGMHBpTeDxm { display:block; }
 }@media only screen and (max-width: 763px) { #nCZXpNJlB7OSmBT22D863PHVrmWnDtz0 { width:20rem;height:32.17285625rem;top:9.06201171875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl { display:block; }#f5SKK6dwBFIkRfLNKkdsfBsquNS77vnl > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PLJ9hK5gB6n9VQ6JTZga7VKM2Qpe1SlX { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FwDCsg9Hc86OO7kg9bdfJFyKMtu8yrCQ { display:block; }#FwDCsg9Hc86OO7kg9bdfJFyKMtu8yrCQ > .row .container { width:20rem;height:107.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JI5aGym5o99xHNRQQ5sKq0XQvWR0168z { width:20rem;height:13.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOaAal9QROu0gmao3pB0sAAFEIOoeS1m { width:20rem;height:3.3115234375rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbErRIEAx4xFP7PlNB6F6T3TTKwHy2sM { width:20rem;height:1rem;top:11.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJ0Sgy9ypUImcA7qbHLBhT0azZFWL1Ul { width:20rem;height:1rem;top:26.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3vNdlOLlsi0ztlVQ7NAgiiDcIFPAPad { width:20rem;height:1rem;top:90.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #si1hd3RlXWQ3p2FFrl5z7vT9VNoFoegn { width:20rem;height:3.3115234375rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDHmevdMFQwBfgtDRmU5988z0KJibsaG { width:19.9375rem;height:13.25rem;top:78.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WST92J30RxPCCrAnvIBR1n0zunUndmIZ { width:20rem;height:3.310546875rem;top:89.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOM6v4CaZ8AxiWGgQqI1A2KfV2yMnGWx { width:20rem;height:12.8125rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzAkbrttSLu5DaADwmJ4TR26o9thaCDP { width:20rem;height:13.3125rem;top:61.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV4h1Xn8ZuaWyaZFQwoVkAT60pLJgsN5 { width:20rem;height:13.75rem;top:45.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6m42rUqDxLJEu3yIXy7vBSkRtOPD41N { width:20rem;height:3.310546875rem;top:57rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Wzdkbp8Zu6A6TtxJspgTrqkToEp2fTXB { width:20rem;height:3.31055rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMcx3fiGJy6eMkloB4gdu4Z2EgOSSVxd { width:20rem;height:3.310546875rem;top:73.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6CJOTyxbyyqMVfqPoQTrMuLXvgLZZBD { width:20rem;height:1rem;top:58.125rem;left:0rem;font-size:1.25rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #CyhlsCR95EFuGcoK6s1A75HITxyys2WQ { width:20rem;height:1rem;top:74.5625rem;left:0rem;font-size:1.25rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #PBX4E3WwkRTQm9deWB1JntM4agFR4H9e { width:20rem;height:1.25rem;top:42.0625rem;left:0rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #yoCoBXupiWtN4XSRNXBWxm4eLt5bnXZ3 { width:20rem;height:12.4375rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8iLwT6LbhCNIhmBNs6HCEI20fL5MSTr { width:19rem;height:3.75rem;top:96.3125rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHUxC53VHrLm61MDqUJHaILHJUfqq6a0 { display:block; }
 }@media only screen and (max-width: 763px) { #Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd { display:block; }#Wk9rNr3AiVcXpbEo2XOfHRVoGie94UNd > .row .container { width:20rem;height:77.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWKo9B2q38TUVUbAk2OxAXa4Tm8Lnwsm { width:20rem;height:39.19734375rem;top:29.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;font-family:"proxima nova";line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CT0lcZJmdd1TV86fDADTNudNOBNaHord { width:16.75rem;height:20.5625rem;top:6.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #reh3zRUSvhkRmeC2y1QiMOL8ZQWqqQ5X { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;font-family:"playfair display";display:block; }
 }@media only screen and (max-width: 763px) { #fCo0y10gmL88l9s6zmKDPe1tZmOxTE56 { width:18.4375rem;height:3.4375rem;top:71.75rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTfTVKHBpgZJ3FRZC91llaTqKirWSFiJ { display:block; }
 }@media only screen and (max-width: 763px) { #iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn { display:block; }#iRoTruevZ50HXHXiTCNrbCuMEv6Anbpn > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #noUn1zoiGgPp7fVJvwrmFDPfeNVdXyTW { width:20rem;height:2.9375rem;top:0.6875rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #obLUurwoucZz2UAoOxGwxGO9yxDwu9Ad { width:20rem;height:4.8369125rem;top:0.63671875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #in2x1yAtiqwfg2OEHb5LmPfTSB6vAXgv { width:12.875rem;height:4.4375rem;top:5.5rem;left:0.5rem;overflow:hidden;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #XrGnzoiM16M2r3A1veyHfRhJOrliIPkM { width:5.4375rem;height:4.9375rem;top:5.5rem;left:14.0625rem;overflow:hidden;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #XK43OPbu1iVCrrpTN3bv4Ua28h7yHf8l { display:block; }#XK43OPbu1iVCrrpTN3bv4Ua28h7yHf8l > .row .container { width:20rem;height:31.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jl1Whd6abmchCW6gCQGJ4AtbkerHDZr9 { width:7.8125rem;height:3.8994125rem;top:7.625rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ds2xnUZMOvPu45uSnBnbX9NSFPczpnsP { width:7.125rem;height:3.8994125rem;top:7.625rem;left:11.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x2Nr1fpX7BayWlRlPMPG1lkCtCNS7IgM { width:8.3125rem;height:3.8994125rem;top:18.8125rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BBGlmKmAXNEDm3i0oJAGmoEDe5xB0Vql { width:8.0625rem;height:2.5996125rem;top:18.8125rem;left:11.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vgwqA7zJSiA8iiPHAQvdcROU1a6flE92 { width:9.8125rem;height:10.375rem;top:7rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpJFvEKUTNDrhQ9zyTLDT5JF7OqngUFF { width:9.8125rem;height:10.375rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze4Q0CbITCSTMitrRVMz1TNEvBzTJbf5 { width:9.8125rem;height:10.375rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvDpV3T6fZZpdkCvdiOg7RTDAp1T5xXi { width:9.8125rem;height:10.375rem;top:17.875rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6NTA9GS7lBleea1zqXpWONIPdNmStaJ { width:20rem;height:2.4375rem;top:2.3125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qMXxVwLH7hywDvET7Q86AXglEWG6kMzd { display:flex;width:4.0625rem;height:4.0625rem;top:23.1875rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #MIIT6ulcvdXqyBH7GCKnoPNkESIB1CWl { display:flex;width:4.0625rem;height:4.0625rem;top:12.25rem;left:13.0625rem; }
 }@media only screen and (max-width: 763px) { #yUd1NI2oLzAflxRVoMg9cpObSBCyX91B { display:flex;width:3.6875rem;height:3.6875rem;top:12.4375rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #aGVp7BkDZTQGqXM50PuOAtMUpmLpRNih { display:flex;width:2.3125rem;height:2.3125rem;top:22.75rem;left:14.875rem; }
 }@media only screen and (max-width: 763px) { #XSUsstfwINJ3hmUllkDqxtFETKC6EUHQ { display:flex;width:3.1875rem;height:3.1875rem;top:23.8125rem;left:12.5rem; }
 }@media only screen and (max-width: 763px) { #MWDFhueUh1X3qBTEiaiio4oMQrmC2Wom { display:block; }#MWDFhueUh1X3qBTEiaiio4oMQrmC2Wom > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZUTe4U7RMM0rVlozyytW3NowHrXs2B7 { width:19rem;height:3.75rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzwETeFz4sTEIEiTGGtV2mS1Rfcms9ei { display:block; }
 }@media only screen and (max-width: 763px) { #M3nnfNg35SiqPPNTTregDWIGxwf9tCGH { display:block; }#M3nnfNg35SiqPPNTTregDWIGxwf9tCGH > .row .container { width:20rem;height:65.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nv65e3E5s84oGqGALP8tT9Bv0TVqeAXs { width:19.875rem;height:16.1875rem;top:5.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVx0T9UUeE3mRh1nHzEyKHxKAAI0wcVd { width:16.3125rem;height:9.75rem;top:9.90625rem;left:1.84375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKXrTlCsAt8ZMSWprDZ6mnmB1ZXlDpvL { width:19.875rem;height:18rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEZdDveW6xhWdlC9VnrgzMacCWO3eSaa { width:19.875rem;height:18.1875rem;top:42.75rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(10,60,93,0.35) ;display:block; }
 }@media only screen and (max-width: 763px) { #VPJtrTWLSpMTd8TDGv30ItMOS679C9Bt { width:18.125rem;height:11.375rem;top:47.5625rem;left:0.875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCe37Piz4V1Gvw54DV7gJvEihP1UbQbK { width:16.6875rem;height:11.375rem;top:27.625rem;left:1.625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFRTiLUDLv7gUH2GVQuy8QXmzEXwK52b { width:20rem;height:2.4375rem;top:0.625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JBLNQwtq0dvJFTZS6caxxxCd9OZirMXG { width:9.375rem;height:1.75rem;top:7.310546875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K19ZQ41Dht3PeoIRzPfJFnLOfUtD37ar { width:9.375rem;height:1.75rem;top:24.75rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeMCaOz7h9CyNOeJb8sdFdhwbwvk67OR { width:9.375rem;height:1.75rem;top:44.5625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmq3hPWw0OpXBwxa15Q6uOxMonLFc8CX { display:block; }#Tmq3hPWw0OpXBwxa15Q6uOxMonLFc8CX > .row .container { width:20rem;height:52.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qm7ge53mRHDnWnFTulGGkcXMVq2gaAdJ { width:20rem;height:4.875rem;top:1.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W8z9kuZtT9eMSc2d0mt2TTPLTH04x0MQ { width:20rem;height:10.2368125rem;top:8.037109375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vxAV8t2TOtkpyL9WbGo8AdeoRCITwdhU { width:20rem;height:24.6484375rem;top:20.08203125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#vxAV8t2TOtkpyL9WbGo8AdeoRCITwdhU li:before{  }
 }@media only screen and (max-width: 763px) { #TROzGk1Vm7KJZ7qHviM4613fEhl7EEMe { width:20rem;height:2.92480625rem;top:46.16015625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OAAf6VeMqntHg93JFGKrht0a6f8byhV9 { display:block; }#OAAf6VeMqntHg93JFGKrht0a6f8byhV9 > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVLtTRWo9NGRAT9gF9ErRKm6n1RtAVet { width:20rem;height:4.875rem;top:3.375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZauuFo0cA6sc14Iv2xbSywSx4XqwPnmn { width:18.125rem;height:7.312rem;top:9.9375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9c6NUTLc6OWmTWx79Vzz1PXDy8AxMd4 { width:19rem;height:3.75rem;top:20.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFTeUbNFyzOhuk6RNKGOzrtJvK8NEMDt { display:block; }
 }@media only screen and (max-width: 763px) { #mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l { display:block; }#mGBbQXzcJhAmveLOXxMkqkv9qW1Bvh4l > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HE6QWhz1lEtVlg2Vdwg8s7XiIn8r33d8 { width:9.8125rem;height:9.8125rem;top:0rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWXRcsF6OJyp7wu0MOOKJ6nCB0hyKFoN { width:15rem;height:3rem;top:14.811198234558rem;left:3.9479169845581rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lOnwuGVWzEdwtcCT4EQAzueoDrxcHHQh { display:flex;width:1.875rem;height:1.875rem;top:11.03125rem;left:1.2395833730698rem;font-size:1.3125rem; }
#lOnwuGVWzEdwtcCT4EQAzueoDrxcHHQh > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Z8Jvsn9P92aShS8wXVHHasQafKVb23dZ { width:20rem;height:3rem;top:29.436199188233rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fDSxzeDPeLhC7yn6Wv3UE6UEcXMnTPeT { width:20rem;height:1.29980625rem;top:34.248699188233rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OHxRWzXxsTMy70VWQl9OwJCqMwO7dUX2 { display:flex;width:1.875rem;height:1.875rem;top:15.373698234558rem;left:1.2395833730698rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #muXwQurLICezpuQpMlTSBX8IqhngoaBM { width:8.25rem;height:1.625rem;top:11.15625rem;left:3.9479169845581rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WTm9uH52ZApaM43yZnNyg0TiBhfiiMOb { display:flex;width:1.875rem;height:1.875rem;top:24.936199188233rem;left:1.2395833730698rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #y1eglEkhR46fIDeRGfMvP5cvKVAqfuZs { display:flex;width:1.875rem;height:1.875rem;top:20.040365219116rem;left:1.2395833730698rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #UHhPilTZThHMzk5u8A7COgTOpB5fH196 { width:12.1875rem;height:3rem;top:19.477865219116rem;left:3.90625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uDLHKgUnuNGOilFcr0FhoLO49hhATUKW { width:12.1875rem;height:3rem;top:24.373699188233rem;left:3.90625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }