.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:217,247,252;--color-primary-1:128,228,245;--color-primary-2:0,201,235;--color-primary-3:0,101,118;--color-primary-4:0,30,35;--color-secondary-0:230,230,230;--color-secondary-1:171,171,171;--color-secondary-2:87,86,86;--color-secondary-3:44,43,43;--color-secondary-4:13,13,13;--color-tertiary-0:255,255,255;--color-tertiary-1:251,251,251;--color-tertiary-2:243,243,243;--color-tertiary-3:122,122,122;--color-tertiary-4:24,24,24;--headlines-font-family:"Quicksand";--paragraphs-font-family:"Quicksand"; }@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(119,119,119,0.74);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;overflow:visible;position:relative;display:block; }#ixO9cy1KVx0ZqJJOqVXX90cpIBU8Z8JW { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.9375rem;left:63.71875rem;display:block; }
#hCPw2aHxeTL8Ex9WsyyGLN9TefxTiOJZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TdozMlz0O3A5EPzSoqsxA2IIZw4G1JFF { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.9375rem;left:39.3125rem;display:block; }
#SJQLAXmnzqAtZiXfdNFRtSOJEPxJDSft { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v0sGAt4u8RxFFuJIC2qAa5dspI8GOwwJ { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.9375rem;left:55.4375rem;display:block; }
#zZgnPaFeBOKiVc5d58VOsDEI9BWE1Grt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mrvUVeuA261TbtrNdxRKutGy4JIE6wsx { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.9375rem;left:48rem;display:block; }
#tJhq74qLMF19A2P3kcQCk1OT6M4xfrnb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cr4c4xQiQov4UN6F8RyVtmWR9nGUaKUZ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:8.9375rem;top:2.625rem;left:33.03125rem;overflow:hidden;display:none; }
#JfhBKT4fVQZ5kQL16UKaONqnkQfq0pGU { position:relative;display:none; }#JfhBKT4fVQZ5kQL16UKaONqnkQfq0pGU { border-width: 0; border-radius: 0; }#JfhBKT4fVQZ5kQL16UKaONqnkQfq0pGU > .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; }#JfhBKT4fVQZ5kQL16UKaONqnkQfq0pGU > .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:18.75rem;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:none; }#UMRvG8rhVFGiqHsFTr5CdyMAzoLLc3d4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/11ad7c33-9bb7-419f-84f8-2c57d3ff4399/galcamargo02.jpg");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; }#UMRvG8rhVFGiqHsFTr5CdyMAzoLLc3d4.adaptive-delivery-prevent-bg, #UMRvG8rhVFGiqHsFTr5CdyMAzoLLc3d4.lazyload, #UMRvG8rhVFGiqHsFTr5CdyMAzoLLc3d4.lazyloading { background-image: none; }#UMRvG8rhVFGiqHsFTr5CdyMAzoLLc3d4 > .row .container { background-color: transparent; background-image: none; }#UMRvG8rhVFGiqHsFTr5CdyMAzoLLc3d4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMRvG8rhVFGiqHsFTr5CdyMAzoLLc3d4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMRvG8rhVFGiqHsFTr5CdyMAzoLLc3d4 > .row .container > .video-iframe-container { display: none; }#UMRvG8rhVFGiqHsFTr5CdyMAzoLLc3d4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMRvG8rhVFGiqHsFTr5CdyMAzoLLc3d4 > .row > .video-iframe-container { display: none; }#UMRvG8rhVFGiqHsFTr5CdyMAzoLLc3d4 > .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); }#UMRvG8rhVFGiqHsFTr5CdyMAzoLLc3d4 > .row .container { border-width: 0; border-radius: 0; }#UMRvG8rhVFGiqHsFTr5CdyMAzoLLc3d4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UMRvG8rhVFGiqHsFTr5CdyMAzoLLc3d4 > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#qCgRb5tVO9uZiTZHabexuPzaFcwyLVdq { box-sizing:content-box;height:5rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.9375rem;left:5.75rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#lZkZGHOxZsuo7CdxTRJuQIKulyLTmvxH { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:14.875rem;top:9.375rem;left:7.6875rem;overflow:hidden;display:block; }
#GUpsOpTLHgAOKMiubwB500IPLzi8OXq9 { color:rgba(var(--color-secondary-2),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:14.31201171875rem;left:5.28125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TAoDyr8FoQIF0guW9SVfnHrwPmVal1Hw { color:rgba(var(--color-secondary-2),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:21rem;left:9.625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cFZiEK4AMvLZc1JWebQF58wx7pE9Mox4 { color:rgba(var(--color-secondary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:22.1875rem;left:10.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SB5ZwU2RvsWBPaCo3zmgp5IdAsQnLf3E { box-sizing:content-box;height:0.125rem;width:9.6875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.5rem;left:10.3125rem;display:block; }
#pArv6PGHX4E77ALNDUZVNS7MT8eoSge1 { color:rgba(var(--color-secondary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:26.375rem;left:6.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TxpWiviWbVuizkcVgFlOOxBpJOtPmsEs { color:rgba(var(--color-primary-2),1);display:block;width:17.125rem;position:absolute;font-family:"josefin sans";font-size:3.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:28.1875rem;left:6.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KINr8iZeOwCHVx5baTkFOvZgBLML3krP { color:rgba(var(--color-secondary-2),1);display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:32.875rem;left:7.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uCmeh3VcNmanHPaySwvM86Gfxb2S3neG { box-sizing:content-box;height:40rem;width:25.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-2),0.9);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:2.5625rem;display:block; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .widget-form-header {  }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),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:17.5rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;font-weight:400;font-style:normal; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .widget-input-text {padding-top: 0; padding-bottom: 0;}#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .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-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;font-weight:400;font-style:normal; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),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:17.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .widget-input-select {padding-top: 0; padding-bottom: 0;}#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .widget-input-button { 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:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-1),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .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; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .widget-container:first-of-type{padding-top:0;}#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .widget-container:last-of-type{padding-bottom:0;}#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM  { background-color:rgba(var(--color-tertiary-0),0.8);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:6.41796875rem;left:52.375rem; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;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; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM {display:block;}#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM { background-color:rgba(var(--color-tertiary-0),0.8);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:6.41796875rem;left:52.375rem; }
#y0h8TClM95SQmR8REl2ZzTJPp9v5kEZd { position:relative;display:block; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #Ms0NFS2PykgEBN5Lk3bUh0hT0nqPzpvd { position:relative; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #Wb1FWbTi5DTk9CZIEmoymVbkdUCDty30 { position:relative;display:block; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #drIVtTlzexMd6mFAOKbfodZDyUqw1Fz1 { position:relative; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #PSK4wUx0RhH0hiIDr0Ot5MzSHFTPpG96 { position:relative; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #DKPEiGeBBLKErzWqPKNcUxcnJTk7UGaH { position:relative;display:block; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #ARUU45Q69oaZdO6BIzf08DgwwR6sen29 { position:relative; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #Eoxx8gg24ufisUfhqrHootg8yWuBRIwM { position:relative; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #eJZrz1zg2NSX9XUI29vQIW9F804VQyom { position:relative;display:block; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #wFTqtq45TnaS2SnmUTE7qct4CzVRckXz { position:relative; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #wfSHCeiLuv1tkv8KeP1o5Wsng5X0eTEz { position:relative; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #rLswPMV7wVIWDWKCOlmq3sJ5oZb8ZKrn { position:relative;display:block; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #FxtxheLu4egOnHZQbLs3id94ZwUDQcA6 { position:relative; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #aFtmdyGlThlcSz8Akd4OO7wgN1NUMcX0 { position:relative; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #kZrPAAvRJTKxopZOSr8XdJpGNxLBGy01 { position:relative;display:block; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #Z34TIJPXs8mT3JDW1qQadHOaidUy7yHr { position:relative; }
#FOitqcRf4fSFphkacLvD5Rbti7GcCQmL { position:relative;display:block; }
#GKTWrSJQaBkKef4piPxGwmXOwLfNfrUP { position:relative;display:block; }
#U0kXBufT7z6ezXvAMc2UmS41xSZFOMuL { position:relative;display:block; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #BM0vC9bETuTeHHVzoh1JsPfw5opovcTK { position:relative; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #IQXi0mMRiKksryi7yF7eM2DKJ0wLNpMS { position:relative;display:block; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #EzA5vxvr5TDEVRLMhHnVfvX0JJUbSMDW { position:relative; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #CKcI4VSzmTZwWpr0ldw1InJDVrhZQvM2 { position:relative; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #eXU5QxP0gN30ZAQToFZW2TLLhtpQa5tg { position:relative; }
#QdJTgtADllPHAt9gTKhvfKZsdbttp9C8 { color:rgba(var(--color-secondary-2),1);display:block;width:22.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:17.1748046875rem;left:3.96875rem;height:1.9504625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#muSuDsa9BImuqB34viEJT5WREZ6rxzHN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#muSuDsa9BImuqB34viEJT5WREZ6rxzHN > .row .container { background-color: transparent; background-image: none; }#muSuDsa9BImuqB34viEJT5WREZ6rxzHN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#muSuDsa9BImuqB34viEJT5WREZ6rxzHN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#muSuDsa9BImuqB34viEJT5WREZ6rxzHN > .row .container > .video-iframe-container { display: none; }#muSuDsa9BImuqB34viEJT5WREZ6rxzHN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#muSuDsa9BImuqB34viEJT5WREZ6rxzHN > .row > .video-iframe-container { display: none; }#muSuDsa9BImuqB34viEJT5WREZ6rxzHN > .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); }#muSuDsa9BImuqB34viEJT5WREZ6rxzHN > .row .container { border-width: 0; border-radius: 0; }#muSuDsa9BImuqB34viEJT5WREZ6rxzHN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#muSuDsa9BImuqB34viEJT5WREZ6rxzHN > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#ndvsLTQz6TLVT81wDnKp2cWQCyr6T2I6 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:6.5rem;left:6.25rem;overflow:hidden;display:block; }
#RuxnJkX8SJD754cwJEUeFVeeA5cHPrqb { color:rgba(var(--color-secondary-2),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:10.125rem;left:2.75rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rhD07tOTACkQG0E7izmWuK5Ltm0o3ZKR { color:rgba(var(--color-secondary-2),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:10.125rem;left:12.6875rem;height:1.949575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IrA1oRwstkTo1dvSU1K9WlGT1ATiUHAF { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:6.5rem;left:16.25rem;overflow:hidden;display:block; }
#gT113tGx88GU6xu8Z5uPsIGWeSGMrW0T { color:rgba(var(--color-secondary-2),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:10.125rem;left:22.625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gZWra1N5k5BRrZrtfsdVCmzEtodtJrFI { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:6.5rem;left:26.1875rem;overflow:hidden;display:block; }
#p0Jy3dP6rdlQeXN7uTusfzxlU1Abf54W { color:rgba(var(--color-secondary-2),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:10.125rem;left:32.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ieq38xAJTZSlz8q0ZSM5fk9uyTGffmpe { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:6.5rem;left:36.125rem;overflow:hidden;display:block; }
#LnpKD5xSGloSluDdZ2tmi85g1EUBDAsq { color:rgba(var(--color-secondary-2),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:10.125rem;left:42.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Snm4VHiA7yMQ3TBzQthy8xLE4xTmsfAK { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:6.5rem;left:46.0625rem;overflow:hidden;display:block; }
#gUag04FnvcigDdvX3dGLe6rE2r7V4nUL { color:rgba(var(--color-secondary-2),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:10.125rem;left:52.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vIHFts9fW8wyDNlQwRrbbRZ0eTUTCZ64 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:6.5rem;left:56rem;overflow:hidden;display:block; }
#UBJhqrzcSGFhgeIQLktqtGgsP39E4otJ { color:rgba(var(--color-secondary-2),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:10.125rem;left:62.375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eVK30nx3y2Tody94dDh08JRSSd2361gz { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:6.5rem;left:65.9375rem;overflow:hidden;display:block; }
#il7mpV8z3L9hg6TLSdgC1mV1xILmypsN { color:#26324b;display:block;width:27.5rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.0625rem;left:23.75rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PmZgfwp6xZEsrgK8To68MhVJzZARHLIa { color:rgba(var(--color-secondary-2),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:19.75rem;left:27.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gqP85qP599oXSOWw5Lz98pSDHMogutnO { color:rgba(var(--color-secondary-2),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:19.75rem;left:7.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ivosSUKCPcxCFbwvTKRcTIH0xrKqdqc9 { color:rgba(var(--color-secondary-2),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:19.75rem;left:17.625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K0KyFMaWM2zmeQQaz7XsIMS9sGKqRBGR { color:rgba(var(--color-secondary-2),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:19.75rem;left:37.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nSeTqdMzGDkdEqUvppuOADlJ53yAEEMT { color:rgba(var(--color-secondary-2),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:19.75rem;left:47.4375rem;height:1.949575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ziZ75v0r06CRkKTn4Prwr555AU4vfJr5 { color:rgba(var(--color-secondary-2),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:19.75rem;left:57.375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iyGTDdAHDo0aSkG4Lny1MX3sTxdy1rVA { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:16.125rem;left:11.1875rem;overflow:hidden;display:block; }
#LCWb4JJ7cTbo46csVrV45EIuBhRnPs1M { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:16.125rem;left:21.1875rem;overflow:hidden;display:block; }
#luCkG10agyKp1yUUPDBUQCQa9VTmGi4a { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:16.125rem;left:31.125rem;overflow:hidden;display:block; }
#hX0yCUnd1y9IPL6QU5lO4fbVPr2roWJR { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:16.125rem;left:41.0625rem;overflow:hidden;display:block; }
#fHvJtbKoJoVmFLueAVKsrvCcV7tpoMSr { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:16.125rem;left:51rem;overflow:hidden;display:block; }
#WGIKF8Pahya5CA9nXGAu4usfwnmJ5zv7 { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:16.125rem;left:60.9375rem;overflow:hidden;display:block; }
#naqfwulO7CI2o0VxCASuBylKnfe5lx1F { position:relative;display:block; }#naqfwulO7CI2o0VxCASuBylKnfe5lx1F { background-color: transparent; background-image: none; }#naqfwulO7CI2o0VxCASuBylKnfe5lx1F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naqfwulO7CI2o0VxCASuBylKnfe5lx1F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naqfwulO7CI2o0VxCASuBylKnfe5lx1F > .row .container > .video-iframe-container { display: none; }#naqfwulO7CI2o0VxCASuBylKnfe5lx1F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naqfwulO7CI2o0VxCASuBylKnfe5lx1F > .row > .video-iframe-container { display: none; }#naqfwulO7CI2o0VxCASuBylKnfe5lx1F > .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); }#naqfwulO7CI2o0VxCASuBylKnfe5lx1F { border-width: 0; border-radius: 0; }#naqfwulO7CI2o0VxCASuBylKnfe5lx1F > .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; }#naqfwulO7CI2o0VxCASuBylKnfe5lx1F > .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:39.6875rem;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; }#p3k6xVdADW8S8dwT7TsplKolrc5MrMLz { color:#26324b;display:block;width:27.5rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.25rem;left:23.75rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iMhoiy8AmO5QWIll2xIHwJZ7TcHvVPPd { box-sizing:content-box;height:5rem;width:20.1875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.5625rem;left:4.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#VuqsPLTJHbcpabdhTWJG84CX9D8QA3z3 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:21.75rem;left:6.6875rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#FdcCa0EesNkVe9TxOTbLMKh55unpRBqs { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:"josefin sans";font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:23.1875rem;left:6.6875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dVk9Sh3QyeaMHmWZAPBcwlCyJ159qfDJ { box-sizing:content-box;height:12.875rem;width:20.1875rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/0b95b3fd-3ca9-4672-928c-620807edf9ce/D1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.75rem;left:4.375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.9375rem;display:block; }#dVk9Sh3QyeaMHmWZAPBcwlCyJ159qfDJ.adaptive-delivery-prevent-bg, #dVk9Sh3QyeaMHmWZAPBcwlCyJ159qfDJ.lazyload, #dVk9Sh3QyeaMHmWZAPBcwlCyJ159qfDJ.lazyloading { background-image: none; }
#ko5nVpPiTKeBTK5ztFK4grtZ8kdKEcfP { box-sizing:content-box;height:12.875rem;width:20.1875rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/7ae0d03d-e703-4860-bd42-c273cd64aade/C2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.125rem 0.125rem 0.375rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:27.375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.9375rem;display:block; }#ko5nVpPiTKeBTK5ztFK4grtZ8kdKEcfP.adaptive-delivery-prevent-bg, #ko5nVpPiTKeBTK5ztFK4grtZ8kdKEcfP.lazyload, #ko5nVpPiTKeBTK5ztFK4grtZ8kdKEcfP.lazyloading { background-image: none; }
#wtWNNqPvWP8Q7bJH64lHGZmHVCEI9wHq { box-sizing:content-box;height:16.75rem;width:20.1875rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.125rem 0.125rem 0.375rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.625rem;left:27.375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#f7X4pIXUFCblE63n3anAr5t9UlXX1JZN { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:21.8125rem;left:29.6875rem;height:;text-align:center;text-align-last:center;display:block; }
#lXFdxTNN3nMrSsuOsTBQcT9oITnRDnHr { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:"josefin sans";font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:23.25rem;left:29.6875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r7hPBkrE0rw0iBxnmOrhw0GIVGDgmMTx { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:"josefin sans";font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:25.0625rem;left:29.6875rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZpRxqcw6xJbb5rSFuTrER8qKu4HmKKuh { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:"josefin sans";font-size:1.625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:26.25rem;left:29.6875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ChT1S4qBwX8sSSqsJ0PG9hhOSLgwJIFq { box-sizing:content-box;height:0.125rem;width:7.5rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27rem;left:33.75rem;display:block; }
#ED5EoxU1JH5QtC6HNAkOxon8SKd7VNDI { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:"josefin sans";font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:28.75rem;left:29.6875rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FIJIe9KA2lGBGpRuJBgJ8BoqkTXqzFC4 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:"josefin sans";font-size:1.9375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:29.75rem;left:29.6875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PPt486SRF2zfvh8aAf7gZ16KXIcMzUw2 { background-color:#002e5d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.3125rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:33.4375rem;left:31.1875rem;display:block; }
#TLkDUf5vdIC77TQr8kt8SDkrIDOQkAGD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TuO4abfBQL8Zo6tfPO6IlPfpuuFLRBf1 { box-sizing:content-box;height:12.875rem;width:20.1875rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/55876851-acdb-43ab-a213-88c3eb1e591f/A2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: 0.125rem 0.125rem 0.375rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:50.5625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.9375rem;display:block; }#TuO4abfBQL8Zo6tfPO6IlPfpuuFLRBf1.adaptive-delivery-prevent-bg, #TuO4abfBQL8Zo6tfPO6IlPfpuuFLRBf1.lazyload, #TuO4abfBQL8Zo6tfPO6IlPfpuuFLRBf1.lazyloading { background-image: none; }
#EPVkl2gEMCVVQFsHMGtFPohKvHqwbht4 { box-sizing:content-box;height:16.75rem;width:20.1875rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.125rem 0.125rem 0.375rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.625rem;left:50.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#rkV48XRErpAKe7EiZvkXc23FPV9u5GfM { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:21.8125rem;left:52.875rem;height:;text-align:center;text-align-last:center;display:block; }
#vHGLuBCrKdNEy1c2nKs3RDT2R5hASB22 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:"josefin sans";font-size:0.875rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:23.25rem;left:52.875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UaBhgkHaf6kLDUQfXdlipFbPV3StPt6l { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:"josefin sans";font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:25.0625rem;left:52.875rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eBEqNQ6WpkEO0afLHacBhVBdvsDye8T6 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:"josefin sans";font-size:1.625rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:26.25rem;left:52.875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MO863OXvShxLdLNVWizf0CkGGkneoiuM { box-sizing:content-box;height:0.125rem;width:7.5rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27rem;left:56.9375rem;display:block; }
#kHKGVOtfIpzwwkt19Lfy0RJlIhJTyF0z { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:"josefin sans";font-size:0.875rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:28.75rem;left:52.875rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V8Q4u2apO64MHiaVEcZTOozfGrTlGgX7 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:"josefin sans";font-size:1.9375rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:29.75rem;left:52.875rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oKZhcE4VFUooNSgrNlZDQPNlTIkivhBk { background-color:#002e5d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.3125rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:33.4375rem;left:54.375rem;display:block; }
#STm5DUU0i6CQt3bRwrdVg1yOe4dHOq85 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vd48pwlIkPrsrfEJBT2AQ8MN0IDgOU6w { box-sizing:content-box;height:2.625rem;width:13.8125rem;position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.412109375rem;left:7.5625rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#k96N0yG1ocGk7chHoqPNnPdhUOtz2rIT { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:7.1806640625rem;left:6.6875rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#xlITX1GxBgP4Ir9sExJSbkQmdQc1zcIQ { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:7.1875rem;left:29.6875rem;height:;text-align:center;text-align-last:center;display:block; }
#OCfsWCTMQAfSmW7kHCoQOTcnq5hTsJvA { box-sizing:content-box;height:2.625rem;width:13.8125rem;position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.4375rem;left:30.5625rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#THDEQIKUlbFFn2Eay8NzZhk627Uvxz61 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:7.1875rem;left:52.875rem;height:;text-align:center;text-align-last:center;display:block; }
#BCQ1qyarTL5Lok6gyhlTA3yiyf5oipTz { box-sizing:content-box;height:2.625rem;width:13.8125rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.4375rem;left:53.75rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#brJ19M6S4ufLb3Zbiyvsi6Bs7P7QEKNT { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15061;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:43.6875rem;display:block; }
#kWsddHwsL1KiGzCkNnuo2NQWrOToD5on { color:#ffffff;display:block;width:3.125rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:9.6875rem;left:43.8125rem;height:;text-align:center;text-align-last:center;display:block; }
#muBSN4hpWZdUbcTi2QFqACV6rgSc1ac5 { color:#ffffff;display:block;width:3.125rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:10.8125rem;left:43.8125rem;height:1.298825rem;text-align:center;text-align-last:center;display:block; }
#g0DVRNsRy8slrbJo0hLLl00Nc0r0si54 { box-sizing:content-box;height:3.375rem;width:3.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15064;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.0625rem;left:66.875rem;display:block; }
#yUCiiA7TuzTy45bZFnn7PKy8gQ0QsAiM { color:#ffffff;display:block;width:3.125rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:9.6875rem;left:67rem;height:;text-align:center;text-align-last:center;display:block; }
#gi2KGV1gK1zc7tE6Z4xVGCvNgZG6k03G { color:#ffffff;display:block;width:3.125rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:10.8125rem;left:67rem;height:1.298825rem;text-align:center;text-align-last:center;display:block; }
#vdn0XqdsoUEvfoJGJgGvGLBMyPQLzE0n { box-sizing:content-box;height:12.875rem;width:20.1875rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),0.72);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.75rem;left:4.375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.9375rem;display:block; }
#di4Q7h9xUc9CdKP9N4y1xDKr57NMWPCA { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:13.4560546875rem;left:6.65625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FTT6PMgytud7TLGqnJpQl0s5DeTas7CO { position:relative;display:block; }#FTT6PMgytud7TLGqnJpQl0s5DeTas7CO { background-color: transparent; background-image: none; }#FTT6PMgytud7TLGqnJpQl0s5DeTas7CO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTT6PMgytud7TLGqnJpQl0s5DeTas7CO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTT6PMgytud7TLGqnJpQl0s5DeTas7CO > .row .container > .video-iframe-container { display: none; }#FTT6PMgytud7TLGqnJpQl0s5DeTas7CO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTT6PMgytud7TLGqnJpQl0s5DeTas7CO > .row > .video-iframe-container { display: none; }#FTT6PMgytud7TLGqnJpQl0s5DeTas7CO > .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); }#FTT6PMgytud7TLGqnJpQl0s5DeTas7CO { border-width: 0; border-radius: 0; }#FTT6PMgytud7TLGqnJpQl0s5DeTas7CO > .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; }#FTT6PMgytud7TLGqnJpQl0s5DeTas7CO > .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:23.4375rem;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; }#twdlnTlVSXLET20Eob9k9fpU8354QnkX { box-sizing:content-box;height:5rem;width:20.1875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.125rem;left:4.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#rJJwg8TaoWCAgbz6pS3lXuSxEg40zi5y { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.3125rem;left:6.625rem;height:;text-align:center;text-align-last:center;display:block; }
#zapfUGvyynUO9CaDyStgBSxJ9dkdOEvs { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:"josefin sans";font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:18.75rem;left:6.625rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TVmDI0BLbeiuvzKJk8CESkVAU22JbepT { box-sizing:content-box;height:12.875rem;width:20.1875rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/31f32e22-9935-43d8-940c-d608b4f08ec8/E1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.3125rem;left:4.3125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.9375rem;display:block; }#TVmDI0BLbeiuvzKJk8CESkVAU22JbepT.adaptive-delivery-prevent-bg, #TVmDI0BLbeiuvzKJk8CESkVAU22JbepT.lazyload, #TVmDI0BLbeiuvzKJk8CESkVAU22JbepT.lazyloading { background-image: none; }
#Tb6MVAlTIXHs6A81TLMn1fFu8c6uWUpQ { box-sizing:content-box;height:12.875rem;width:20.1875rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8cfc86d7-09a2-4596-a211-8aa03d20bbb8/A1patio.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.375rem;left:27.3125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.9375rem;display:block; }#Tb6MVAlTIXHs6A81TLMn1fFu8c6uWUpQ.adaptive-delivery-prevent-bg, #Tb6MVAlTIXHs6A81TLMn1fFu8c6uWUpQ.lazyload, #Tb6MVAlTIXHs6A81TLMn1fFu8c6uWUpQ.lazyloading { background-image: none; }
#Pt0IemCL4qBsglrpmd6xZ0BStRiAiBao { box-sizing:content-box;height:5rem;width:20.1875rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.1875rem;left:27.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#lMXA3Dw9DKT90savmvGElVoSZlq1Mu9a { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:17.375rem;left:29.625rem;height:;text-align:center;text-align-last:center;display:block; }
#o00ksUHp9t40xUFhk2Mab6FMRodF0okK { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:"josefin sans";font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:18.8125rem;left:29.625rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iGJZ47T5ldqnJ8JKR1bJp66fqSD5drXV { box-sizing:content-box;height:12.875rem;width:20.1875rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e0766b8a-98b2-4f32-958d-a3ec3422ac91/B4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.375rem;left:50.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.9375rem;display:block; }#iGJZ47T5ldqnJ8JKR1bJp66fqSD5drXV.adaptive-delivery-prevent-bg, #iGJZ47T5ldqnJ8JKR1bJp66fqSD5drXV.lazyload, #iGJZ47T5ldqnJ8JKR1bJp66fqSD5drXV.lazyloading { background-image: none; }
#tsTi9PAuX9cDTBu5aZrvXDvg3esMVURl { box-sizing:content-box;height:5rem;width:20.1875rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.1875rem;left:50.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#KccAdwnm2uLuttlziJkLqJaBgRKbsnuX { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:17.375rem;left:52.8125rem;height:;text-align:center;text-align-last:center;display:block; }
#rnmfdH8cWXz3nmcxxnZbXnT5JO1SXvNW { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:"josefin sans";font-size:0.875rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:18.8125rem;left:52.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wv9CmSH2k3LUTGLvImG2fy8slbxT2Uay { box-sizing:content-box;height:2.625rem;width:13.8125rem;position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2rem;left:7.5rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#Thmihtuko28L25RuWJmevqT1B01oF10m { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:2.75rem;left:6.625rem;height:;text-align:center;text-align-last:center;display:block; }
#zzbTJAoOwBalKLgkos1MqD3sJvO7eLTH { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:700;z-index:15055;line-height:1;letter-spacing:0;top:2.8125rem;left:29.6875rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#KvZWZqORCODKzV6z52kNlK4SaNoMQu9y { box-sizing:content-box;height:3.5rem;width:15.75rem;position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2rem;left:29.625rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#TKacZ3Zksd07FiBh9CZdmsK4wzbnKfVQ { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:2.75rem;left:52.8125rem;height:;text-align:center;text-align-last:center;display:block; }
#TtqeaoZXuoUXJ0sdru6ABbDLyDT4eIK3 { box-sizing:content-box;height:2.625rem;width:13.8125rem;position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2rem;left:53.6875rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#VKbRMsOEpl7N2LZiKiVLO8ecmBwuvB0m { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15069;line-height:1.3;letter-spacing:0;top:9rem;left:6.625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XWJIwxw9aw1TtWN5gJbkQBevs1zr1uQd { box-sizing:content-box;height:12.875rem;width:20.1875rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-2),0.72);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.3125rem;left:4.3125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.9375rem;display:block; }
#PngLclE06WST6A5gReW0169Ef7t98ag4 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;top:9rem;left:29.625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#shTQuoh9He4OWZfFzI13KIhXUnpW1qA1 { box-sizing:content-box;height:12.875rem;width:20.1875rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-2),0.72);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.3125rem;left:27.3125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.9375rem;display:block; }
#e3wswSZkXykBvUy21GfZIefS4hpTyeFB { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;top:9.125rem;left:52.8125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iVnbwl7pfi0UGIEyDTgs575VRiOfmJZJ { box-sizing:content-box;height:12.875rem;width:20.1875rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),0.72);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.4375rem;left:50.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.9375rem;display:block; }
#ARChU4MU4WigsRdc51RAVaTgMJsgP6lg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ARChU4MU4WigsRdc51RAVaTgMJsgP6lg > .row .container { background-color: transparent; background-image: none; }#ARChU4MU4WigsRdc51RAVaTgMJsgP6lg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARChU4MU4WigsRdc51RAVaTgMJsgP6lg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARChU4MU4WigsRdc51RAVaTgMJsgP6lg > .row .container > .video-iframe-container { display: none; }#ARChU4MU4WigsRdc51RAVaTgMJsgP6lg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ARChU4MU4WigsRdc51RAVaTgMJsgP6lg > .row > .video-iframe-container { display: none; }#ARChU4MU4WigsRdc51RAVaTgMJsgP6lg > .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); }#ARChU4MU4WigsRdc51RAVaTgMJsgP6lg > .row .container { border-width: 0; border-radius: 0; }#ARChU4MU4WigsRdc51RAVaTgMJsgP6lg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ARChU4MU4WigsRdc51RAVaTgMJsgP6lg > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#ybC0adxXKAPHoMlQ5TrKZezXJVgApFQH { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:7.625rem;left:6.25rem;overflow:hidden;display:block; }
#l596lARPG2LTnMFwKdLi1QU314s4FTO8 { color:rgba(var(--color-secondary-2),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.25rem;left:2.75rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iwXdKZnLMCaU4Tp524Ld1qy9e4CfVNa6 { color:rgba(var(--color-secondary-2),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:11.25rem;left:12.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTehlyiRk9U9NiRCqBV7N7wTFBuUuqes { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:7.625rem;left:16.25rem;overflow:hidden;display:block; }
#QBxBNbLznJ7syCSv3WsWPNTOebCT2bsL { color:rgba(var(--color-secondary-2),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.25rem;left:22.625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S7ehlNFXAc8EUkU2T0OUsm8tPkxWnUQQ { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:7.625rem;left:26.1875rem;overflow:hidden;display:block; }
#BzlwJ2PZqKeBrQ2RUDNSR6RHATnVkyRW { color:rgba(var(--color-secondary-2),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:11.25rem;left:32.5625rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RZZIdfsTwuT3LyVl3AAk9VQHWn5PPnJS { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:7.625rem;left:36.125rem;overflow:hidden;display:block; }
#TixP9EOO8tWJoCQEC3aDcKU3qEVCOp0T { color:rgba(var(--color-secondary-2),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:11.25rem;left:42.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qcHRFHXzyJhMerM8B0pU3r95Sox2n4ke { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:7.625rem;left:46.0625rem;overflow:hidden;display:block; }
#AT6VIZXuLS1PvL7rTuIvFpKRNUpDro2B { color:rgba(var(--color-secondary-2),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:11.25rem;left:52.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pP27rLLCJlN5XwqyM8uZgKmSRsDhuR3P { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:7.625rem;left:56rem;overflow:hidden;display:block; }
#Qx9OZGVe3CepBMTrgLI9MTELmugCEZsd { color:rgba(var(--color-secondary-2),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:11.25rem;left:62.375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P5z1MNMPxDVg0hs0xTTBLyEFIWGaSkH8 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:7.625rem;left:65.9375rem;overflow:hidden;display:block; }
#DqLnKwXxBm12SXR7SJshsRf75OMwxnXX { color:#26324b;display:block;width:27.5rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5rem;left:23.75rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f0V7W5NxFm6RM0xCT8rOc2kipNZ6FamV { color:rgba(var(--color-secondary-2),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:20.8125rem;left:42.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V6hCH3zGO2AzcApmqcCsehECg5dAn9NO { color:rgba(var(--color-secondary-2),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:20.8125rem;left:22.625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KnGiX3TTKT4nsVy2OzsMO7UvMRDTOuqZ { color:rgba(var(--color-secondary-2),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:20.8125rem;left:32.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZLJOFrw8ShxJcKgKwzn15r0Pd9ogIp6X { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:17.1875rem;left:26.125rem;overflow:hidden;display:block; }
#Kw4K5XXEvuTnQrPF31kyCLQ1yXpFc3ad { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:17.1875rem;left:36.125rem;overflow:hidden;display:block; }
#dlfAMEa0eJoEA7Sq1vumErqHuTp5GTMV { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:17.1875rem;left:46.0625rem;overflow:hidden;display:block; }
#p7CQeeTW4xUf5wZqdvE8pSzRXX7IlhP8 { position:relative;display:block; }#p7CQeeTW4xUf5wZqdvE8pSzRXX7IlhP8 { background-color: transparent; background-image: none; }#p7CQeeTW4xUf5wZqdvE8pSzRXX7IlhP8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7CQeeTW4xUf5wZqdvE8pSzRXX7IlhP8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7CQeeTW4xUf5wZqdvE8pSzRXX7IlhP8 > .row .container > .video-iframe-container { display: none; }#p7CQeeTW4xUf5wZqdvE8pSzRXX7IlhP8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p7CQeeTW4xUf5wZqdvE8pSzRXX7IlhP8 > .row > .video-iframe-container { display: none; }#p7CQeeTW4xUf5wZqdvE8pSzRXX7IlhP8 > .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); }#p7CQeeTW4xUf5wZqdvE8pSzRXX7IlhP8 { border-width: 0; border-radius: 0; }#p7CQeeTW4xUf5wZqdvE8pSzRXX7IlhP8 > .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; }#p7CQeeTW4xUf5wZqdvE8pSzRXX7IlhP8 > .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:44.625rem;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; }#TcZqasEEUeuBFCGS3f6rfKcvREugCGn9 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:14.375rem;top:1rem;left:0rem;overflow:hidden;display:block; }
#J9sTRPR5f17pEv4gZi2rPTxxqRBn1My9 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:14.375rem;top:1rem;left:15.1875rem;overflow:hidden;display:block; }
#eUFItSSssx1LevWBsV9bSNk50B4QDbPb { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:14.375rem;top:1rem;left:30.3125rem;overflow:hidden;display:block; }
#P6TmT3GSMVTGnQ9MsSAx7pFlXJMb8X4K { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:14.375rem;top:1rem;left:45.4375rem;overflow:hidden;display:block; }
#lfz7WqIOWUlZP7PgOD96H3aMt1gZrFW9 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:14.375rem;top:11.25rem;left:15.1875rem;overflow:hidden;display:block; }
#wvKnLc4Tmmde9Oefw9V9vVlcvqSXuc3N { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:14.25rem;top:11.25rem;left:30.3125rem;overflow:hidden;display:block; }
#fGFDu6TqJeNt7WS1iwo5zxS1dpTOIsnc { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:14.375rem;top:11.25rem;left:0rem;overflow:hidden;display:block; }
#hMzSMxPbJBsznt9JMXcyP5nl2gbU7n2a { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:14.375rem;top:1rem;left:60.625rem;overflow:hidden;display:block; }
#iIl55oLTCtPrRiXmEhKmdRENbcgbaXfb { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:14.25rem;top:11.25rem;left:45.5rem;overflow:hidden;display:block; }
#gcHoe6b3O5iI4OdyMeWzDfDUGdMM9h8h { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:14.25rem;top:11.25rem;left:60.75rem;overflow:hidden;display:block; }
#a28n4X2pkA5iMXVZebT18CoQdVNG9b3P { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:14.25rem;top:31.8125rem;left:45.5rem;overflow:hidden;display:block; }
#UIuTbCTIfe3bOTQlHQZ9MeKOvUZu6ebq { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:14.25rem;top:31.8125rem;left:60.75rem;overflow:hidden;display:block; }
#PNgrqCVyGtSqVfkhlVndDSEhN0Dpdwho { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:14.25rem;top:31.8125rem;left:30.3125rem;overflow:hidden;display:block; }
#HkcuBe9twI6vP17youbEpnMTtHygc2e8 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:14.125rem;top:21.5625rem;left:15.1875rem;overflow:hidden;display:block; }
#cerhft9NOHWXQCO09VEMhzmUyOVHuXDS { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:14.125rem;top:21.5625rem;left:30.3125rem;overflow:hidden;display:block; }
#sCMkh4McQbIQ8oB7ZNdZ1RzqN8hsqeHM { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:14.125rem;top:21.5625rem;left:45.4375rem;overflow:hidden;display:block; }
#oHrEIuseQpd7ADikQgJNDcWgGtzlZTSW { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:14.25rem;top:31.8125rem;left:15.1875rem;overflow:hidden;display:block; }
#dOrZIRU7DLQ18MHhoT2TM8L74oI1Rguk { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:14.125rem;top:21.5625rem;left:60.625rem;overflow:hidden;display:block; }
#Fb9Hn9llEiFyHsPReTmhLe0fTLgsenoT { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:14.125rem;top:21.5625rem;left:0rem;overflow:hidden;display:block; }
#wWvRt5nlZkTdmHnlfzwXIi1F57dem2Kk { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:14.25rem;top:31.8125rem;left:0rem;overflow:hidden;display:block; }
#BEiGbgOXoGFyVs1QJuJ19FTUthHvJB0F { color:rgba(var(--color-secondary-2),1);display:block;width:9.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:20.8125rem;left:32.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EPWKuiEdb2Tn3DHR0KJXCph1HRkW2Qkv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/11ad7c33-9bb7-419f-84f8-2c57d3ff4399/galcamargo02.jpg");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; }#EPWKuiEdb2Tn3DHR0KJXCph1HRkW2Qkv.adaptive-delivery-prevent-bg, #EPWKuiEdb2Tn3DHR0KJXCph1HRkW2Qkv.lazyload, #EPWKuiEdb2Tn3DHR0KJXCph1HRkW2Qkv.lazyloading { background-image: none; }#EPWKuiEdb2Tn3DHR0KJXCph1HRkW2Qkv > .row .container { background-color: transparent; background-image: none; }#EPWKuiEdb2Tn3DHR0KJXCph1HRkW2Qkv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.9); }#EPWKuiEdb2Tn3DHR0KJXCph1HRkW2Qkv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPWKuiEdb2Tn3DHR0KJXCph1HRkW2Qkv > .row .container > .video-iframe-container { display: none; }#EPWKuiEdb2Tn3DHR0KJXCph1HRkW2Qkv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.9); }#EPWKuiEdb2Tn3DHR0KJXCph1HRkW2Qkv > .row > .video-iframe-container { display: none; }#EPWKuiEdb2Tn3DHR0KJXCph1HRkW2Qkv > .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); }#EPWKuiEdb2Tn3DHR0KJXCph1HRkW2Qkv > .row .container { border-width: 0; border-radius: 0; }#EPWKuiEdb2Tn3DHR0KJXCph1HRkW2Qkv::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; }#EPWKuiEdb2Tn3DHR0KJXCph1HRkW2Qkv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EPWKuiEdb2Tn3DHR0KJXCph1HRkW2Qkv > .row .container { font-size:0.875rem;font-family:arial;height:51.625rem;width:75rem;position:relative;display:block; }#Pzp1xlvetTfNA8iCUbN1Z9gBJUT7p1qr { position:absolute;display:block;z-index:15000;height:31.8125rem;width:17.75rem;top:12rem;left:0rem;display:block; }
#crBfrGwqd31ABf9pWMRMlxPtJlCVwKAJ { position:absolute;display:block;z-index:15001;height:31.8125rem;width:17.75rem;top:12rem;left:19.1875rem;display:block; }
#kmGhhkfoNBzdwVdb88mpxQncxJHC09kT { position:absolute;display:block;z-index:15002;height:31.8125rem;width:17.75rem;top:12rem;left:38.25rem;display:block; }
#d7Kh1Q3TrdtvknV66wpQPaZuTlqKF2gP { position:absolute;display:block;z-index:15003;height:31.8125rem;width:17.75rem;top:12rem;left:57.25rem;display:block; }
#M3866aA05IPFk3m67TeQsyZMxxt4tAvw { color:#26324b;display:block;width:50rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.75rem;left:12.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eEn0UoEKdJF8UKVPiBwSBPbKhpRFnGeG { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.5rem;left:18.75rem;height:3.8964875rem;text-align:center;text-align-last:center;display:block; }
#RtSbGo1ardG8Z3TTCNqvG8rkfCDEHCMa { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:quicksand;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.75rem;height:4.8125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.125rem;left:23.125rem;display:block; }
#ze6CVgkxIgr8Sd73Asxra5dRcJMNo3Tp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fRAGItNQKTm1Bf2OpkKi73hpTyTf4J21 { position:relative;display:block; }#fRAGItNQKTm1Bf2OpkKi73hpTyTf4J21 { background-color: transparent; background-image: none; }#fRAGItNQKTm1Bf2OpkKi73hpTyTf4J21::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRAGItNQKTm1Bf2OpkKi73hpTyTf4J21 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRAGItNQKTm1Bf2OpkKi73hpTyTf4J21 > .row .container > .video-iframe-container { display: none; }#fRAGItNQKTm1Bf2OpkKi73hpTyTf4J21 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRAGItNQKTm1Bf2OpkKi73hpTyTf4J21 > .row > .video-iframe-container { display: none; }#fRAGItNQKTm1Bf2OpkKi73hpTyTf4J21 > .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); }#fRAGItNQKTm1Bf2OpkKi73hpTyTf4J21 { border-width: 0; border-radius: 0; }#fRAGItNQKTm1Bf2OpkKi73hpTyTf4J21 > .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; }#fRAGItNQKTm1Bf2OpkKi73hpTyTf4J21 > .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:31.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; }#HxQNuha2kuXMxAcyGTNmL3raGhvat9pm { position:absolute;display:block;z-index:15000;height:31.25rem;width:75rem;top:0rem;left:0rem;display:block; }
#VplavbpixgNRxHKyCAu8oWy6QhFh9ekm { position:relative;display:block; }#VplavbpixgNRxHKyCAu8oWy6QhFh9ekm { background-color: transparent; background-image: none; }#VplavbpixgNRxHKyCAu8oWy6QhFh9ekm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VplavbpixgNRxHKyCAu8oWy6QhFh9ekm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VplavbpixgNRxHKyCAu8oWy6QhFh9ekm > .row .container > .video-iframe-container { display: none; }#VplavbpixgNRxHKyCAu8oWy6QhFh9ekm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VplavbpixgNRxHKyCAu8oWy6QhFh9ekm > .row > .video-iframe-container { display: none; }#VplavbpixgNRxHKyCAu8oWy6QhFh9ekm > .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); }#VplavbpixgNRxHKyCAu8oWy6QhFh9ekm { border-width: 0; border-radius: 0; }#VplavbpixgNRxHKyCAu8oWy6QhFh9ekm > .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; }#VplavbpixgNRxHKyCAu8oWy6QhFh9ekm > .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:15.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; }#o3KziQC5MrlfewpJ2NvDpq0bB82vPHXE { box-sizing:content-box;height:12.4375rem;width:45rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.375rem;left:15rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#pWNmIcJ6IoSdfkaIewCVZZB8oPBaQHpQ { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3rem;left:23.75rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CAxLvVX4J12vrfwK07vFlP09R1kKJL6k { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.3125rem;top:5.9375rem;left:18.875rem;overflow:hidden;display:block; }
#B6WhpqUu5l66RSVRF41qaTZawb7tBOeX { color:rgba(var(--color-tertiary-2),1);display:block;width:6.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:9.875rem;left:17.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vQdlmnmTvyE9Ka5r6NRgf8nixIxHJWCV { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.3125rem;top:5.9375rem;left:27.3125rem;overflow:hidden;display:block; }
#Uu2piac4QKc5S5vrOuETQrldX5L9SBP7 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.875rem;left:25.625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PF1XrSDklLLblreqqL4XBav4Qt1X7Nb5 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.3125rem;top:5.9375rem;left:35.875rem;overflow:hidden;display:block; }
#lahB3AhR0MLFT936EIDn8xw19Tl1mGCn { color:rgba(var(--color-tertiary-2),1);display:block;width:6.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:9.875rem;left:34.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EDWTrfQVVX4UHHbRuTf4G4ns9adTZzya { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.3125rem;top:5.9375rem;left:44.3125rem;overflow:hidden;display:block; }
#B7WQ8zkUcTJXXMQZBnhzoDxwtzHi8s9L { color:rgba(var(--color-tertiary-2),1);display:block;width:6.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:9.875rem;left:42.625rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TyZpClch2TeyymnZMGsqbZi9IBAIZBVP { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.3125rem;top:5.9375rem;left:52.25rem;overflow:hidden;display:block; }
#e4mLy5up9wz5avRGTQT5GZdvCJB5Edh2 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:9.875rem;left:50.5625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kSAb0JvncFZFJHuscHO4IIAVAPzO2Mi3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002e4f;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; }#kSAb0JvncFZFJHuscHO4IIAVAPzO2Mi3 > .row .container { background-color: transparent; background-image: none; }#kSAb0JvncFZFJHuscHO4IIAVAPzO2Mi3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSAb0JvncFZFJHuscHO4IIAVAPzO2Mi3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSAb0JvncFZFJHuscHO4IIAVAPzO2Mi3 > .row .container > .video-iframe-container { display: none; }#kSAb0JvncFZFJHuscHO4IIAVAPzO2Mi3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kSAb0JvncFZFJHuscHO4IIAVAPzO2Mi3 > .row > .video-iframe-container { display: none; }#kSAb0JvncFZFJHuscHO4IIAVAPzO2Mi3 > .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); }#kSAb0JvncFZFJHuscHO4IIAVAPzO2Mi3 > .row .container { border-width: 0; border-radius: 0; }#kSAb0JvncFZFJHuscHO4IIAVAPzO2Mi3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kSAb0JvncFZFJHuscHO4IIAVAPzO2Mi3 > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#dbRkwnefEIblFBIi4vP1dKBmWKifrcMf { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:8.9375rem;top:2.625rem;left:33.03125rem;overflow:hidden;display:block; }
#sWlUkDhr6UixgqCmZN1XQmBCxIutxSbL { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.3125rem;left:0rem;display:block; }
#hJA4zdD7x7kbbUqezoLIcaWZVoIOLK40 { color:#ffffff;display:block;width:67.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.337890625rem;left:3.8125rem;height:13.39666875rem;text-align:center;text-align-last:center;display:block; }
#McwOgl4k4mEeDWTv2vWRx0U701CfJZRd { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#McwOgl4k4mEeDWTv2vWRx0U701CfJZRd { background-color: transparent; background-image: none; }#McwOgl4k4mEeDWTv2vWRx0U701CfJZRd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#McwOgl4k4mEeDWTv2vWRx0U701CfJZRd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#McwOgl4k4mEeDWTv2vWRx0U701CfJZRd > .row .container > .video-iframe-container { display: none; }#McwOgl4k4mEeDWTv2vWRx0U701CfJZRd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#McwOgl4k4mEeDWTv2vWRx0U701CfJZRd > .row > .video-iframe-container { display: none; }#McwOgl4k4mEeDWTv2vWRx0U701CfJZRd > .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); }#McwOgl4k4mEeDWTv2vWRx0U701CfJZRd { border-width: 0; border-radius: 0; }#McwOgl4k4mEeDWTv2vWRx0U701CfJZRd > .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; }#McwOgl4k4mEeDWTv2vWRx0U701CfJZRd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:3.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; }#M3CNuKAkMqEOxvw0eFNg22BOIEAVlV6v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:70rem; }
#M3CNuKAkMqEOxvw0eFNg22BOIEAVlV6v > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixO9cy1KVx0ZqJJOqVXX90cpIBU8Z8JW { width:9.375rem;height:3.125rem;top:0.9375rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCPw2aHxeTL8Ex9WsyyGLN9TefxTiOJZ { display:block; }
 }@media only screen and (max-width: 763px) { #TdozMlz0O3A5EPzSoqsxA2IIZw4G1JFF { width:8.75rem;height:3.125rem;top:0.9375rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJQLAXmnzqAtZiXfdNFRtSOJEPxJDSft { display:block; }
 }@media only screen and (max-width: 763px) { #v0sGAt4u8RxFFuJIC2qAa5dspI8GOwwJ { width:7.5rem;height:3.125rem;top:0.9375rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZgnPaFeBOKiVc5d58VOsDEI9BWE1Grt { display:block; }
 }@media only screen and (max-width: 763px) { #mrvUVeuA261TbtrNdxRKutGy4JIE6wsx { width:7.5rem;height:3.125rem;top:0.9375rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJhq74qLMF19A2P3kcQCk1OT6M4xfrnb { display:block; }
 }@media only screen and (max-width: 763px) { #cr4c4xQiQov4UN6F8RyVtmWR9nGUaKUZ { top:2.625rem;left:19.40625rem;width:8.9375rem;height:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JfhBKT4fVQZ5kQL16UKaONqnkQfq0pGU { display:none; }#JfhBKT4fVQZ5kQL16UKaONqnkQfq0pGU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UMRvG8rhVFGiqHsFTr5CdyMAzoLLc3d4 { display:block; }#UMRvG8rhVFGiqHsFTr5CdyMAzoLLc3d4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCgRb5tVO9uZiTZHabexuPzaFcwyLVdq { top:7.9375rem;left:0rem;width:18.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZkZGHOxZsuo7CdxTRJuQIKulyLTmvxH { top:9.375rem;left:0rem;width:14.875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUpsOpTLHgAOKMiubwB500IPLzi8OXq9 { top:14.25rem;left:0rem;width:19.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAoDyr8FoQIF0guW9SVfnHrwPmVal1Hw { top:21rem;left:0rem;width:11.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFZiEK4AMvLZc1JWebQF58wx7pE9Mox4 { top:22.1875rem;left:0rem;width:9.875rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB5ZwU2RvsWBPaCo3zmgp5IdAsQnLf3E { top:23.5rem;left:0rem;width:9.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pArv6PGHX4E77ALNDUZVNS7MT8eoSge1 { top:26.375rem;left:0rem;width:17.375rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxpWiviWbVuizkcVgFlOOxBpJOtPmsEs { top:28.1875rem;left:0rem;width:17.125rem;height:;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KINr8iZeOwCHVx5baTkFOvZgBLML3krP { top:32.875rem;left:0rem;width:14.875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCmeh3VcNmanHPaySwvM86Gfxb2S3neG { top:0rem;left:0rem;width:25.125rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .widget-input-text {padding-top: 0; padding-bottom: 0;}#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .widget-input-select {padding-top: 0; padding-bottom: 0;}#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM  { width:17.5rem;height:auto;top:6.375rem;left:27.75rem; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM {display:block;}#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM { width:17.5rem;height:auto;top:6.375rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #y0h8TClM95SQmR8REl2ZzTJPp9v5kEZd { display:block; }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #Ms0NFS2PykgEBN5Lk3bUh0hT0nqPzpvd {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #Wb1FWbTi5DTk9CZIEmoymVbkdUCDty30 {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #drIVtTlzexMd6mFAOKbfodZDyUqw1Fz1 {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #PSK4wUx0RhH0hiIDr0Ot5MzSHFTPpG96 {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #DKPEiGeBBLKErzWqPKNcUxcnJTk7UGaH {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #ARUU45Q69oaZdO6BIzf08DgwwR6sen29 {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #Eoxx8gg24ufisUfhqrHootg8yWuBRIwM {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #eJZrz1zg2NSX9XUI29vQIW9F804VQyom {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #wFTqtq45TnaS2SnmUTE7qct4CzVRckXz {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #wfSHCeiLuv1tkv8KeP1o5Wsng5X0eTEz {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #rLswPMV7wVIWDWKCOlmq3sJ5oZb8ZKrn {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #FxtxheLu4egOnHZQbLs3id94ZwUDQcA6 {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #aFtmdyGlThlcSz8Akd4OO7wgN1NUMcX0 {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #kZrPAAvRJTKxopZOSr8XdJpGNxLBGy01 {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #Z34TIJPXs8mT3JDW1qQadHOaidUy7yHr {  }
 }@media only screen and (max-width: 763px) { #FOitqcRf4fSFphkacLvD5Rbti7GcCQmL { display:block; }
 }@media only screen and (max-width: 763px) { #GKTWrSJQaBkKef4piPxGwmXOwLfNfrUP { display:block; }
 }@media only screen and (max-width: 763px) { #U0kXBufT7z6ezXvAMc2UmS41xSZFOMuL { display:block; }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #BM0vC9bETuTeHHVzoh1JsPfw5opovcTK {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #IQXi0mMRiKksryi7yF7eM2DKJ0wLNpMS {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #EzA5vxvr5TDEVRLMhHnVfvX0JJUbSMDW {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #CKcI4VSzmTZwWpr0ldw1InJDVrhZQvM2 {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #eXU5QxP0gN30ZAQToFZW2TLLhtpQa5tg {  }
 }@media only screen and (max-width: 763px) { #QdJTgtADllPHAt9gTKhvfKZsdbttp9C8 { top:17.125rem;left:0rem;width:22.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #muSuDsa9BImuqB34viEJT5WREZ6rxzHN { display:block; }#muSuDsa9BImuqB34viEJT5WREZ6rxzHN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndvsLTQz6TLVT81wDnKp2cWQCyr6T2I6 { top:6.5rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuxnJkX8SJD754cwJEUeFVeeA5cHPrqb { top:10.125rem;left:0rem;width:9.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhD07tOTACkQG0E7izmWuK5Ltm0o3ZKR { top:10.125rem;left:0rem;width:9.75rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrA1oRwstkTo1dvSU1K9WlGT1ATiUHAF { top:6.5rem;left:2.625rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT113tGx88GU6xu8Z5uPsIGWeSGMrW0T { top:10.125rem;left:9rem;width:9.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZWra1N5k5BRrZrtfsdVCmzEtodtJrFI { top:6.5rem;left:12.5625rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0Jy3dP6rdlQeXN7uTusfzxlU1Abf54W { top:10.125rem;left:18.9375rem;width:9.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ieq38xAJTZSlz8q0ZSM5fk9uyTGffmpe { top:6.5rem;left:22.5rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnpKD5xSGloSluDdZ2tmi85g1EUBDAsq { top:10.125rem;left:28.875rem;width:9.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Snm4VHiA7yMQ3TBzQthy8xLE4xTmsfAK { top:6.5rem;left:32.4375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUag04FnvcigDdvX3dGLe6rE2r7V4nUL { top:10.125rem;left:37.8125rem;width:9.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIHFts9fW8wyDNlQwRrbbRZ0eTUTCZ64 { top:6.5rem;left:42.375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBJhqrzcSGFhgeIQLktqtGgsP39E4otJ { top:10.125rem;left:37.8125rem;width:9.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVK30nx3y2Tody94dDh08JRSSd2361gz { top:6.5rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #il7mpV8z3L9hg6TLSdgC1mV1xILmypsN { top:2.0625rem;left:10.125rem;width:27.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmZgfwp6xZEsrgK8To68MhVJzZARHLIa { top:19.75rem;left:13.9375rem;width:9.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqP85qP599oXSOWw5Lz98pSDHMogutnO { top:19.75rem;left:0rem;width:9.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivosSUKCPcxCFbwvTKRcTIH0xrKqdqc9 { top:19.75rem;left:4rem;width:9.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0KyFMaWM2zmeQQaz7XsIMS9sGKqRBGR { top:19.75rem;left:23.875rem;width:9.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSeTqdMzGDkdEqUvppuOADlJ53yAEEMT { top:19.75rem;left:33.8125rem;width:9.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziZ75v0r06CRkKTn4Prwr555AU4vfJr5 { top:19.75rem;left:37.8125rem;width:9.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyGTDdAHDo0aSkG4Lny1MX3sTxdy1rVA { top:16.125rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCWb4JJ7cTbo46csVrV45EIuBhRnPs1M { top:16.125rem;left:7.5625rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #luCkG10agyKp1yUUPDBUQCQa9VTmGi4a { top:16.125rem;left:17.5rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX0yCUnd1y9IPL6QU5lO4fbVPr2roWJR { top:16.125rem;left:27.4375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHvJtbKoJoVmFLueAVKsrvCcV7tpoMSr { top:16.125rem;left:37.375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGIKF8Pahya5CA9nXGAu4usfwnmJ5zv7 { top:16.125rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #naqfwulO7CI2o0VxCASuBylKnfe5lx1F { display:block; }#naqfwulO7CI2o0VxCASuBylKnfe5lx1F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p3k6xVdADW8S8dwT7TsplKolrc5MrMLz { top:2.25rem;left:10.125rem;width:27.5rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMhoiy8AmO5QWIll2xIHwJZ7TcHvVPPd { top:20.5625rem;left:0rem;width:20.1875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuqsPLTJHbcpabdhTWJG84CX9D8QA3z3 { top:21.75rem;left:0rem;width:15.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdcCa0EesNkVe9TxOTbLMKh55unpRBqs { top:23.1875rem;left:0rem;width:15.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVk9Sh3QyeaMHmWZAPBcwlCyJ159qfDJ { top:7.75rem;left:0rem;width:20.1875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko5nVpPiTKeBTK5ztFK4grtZ8kdKEcfP { top:7.8125rem;left:13.75rem;width:20.1875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtWNNqPvWP8Q7bJH64lHGZmHVCEI9wHq { top:20.625rem;left:13.75rem;width:20.1875rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7X4pIXUFCblE63n3anAr5t9UlXX1JZN { top:21.8125rem;left:16.0625rem;width:15.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXFdxTNN3nMrSsuOsTBQcT9oITnRDnHr { top:23.25rem;left:16.0625rem;width:15.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7hPBkrE0rw0iBxnmOrhw0GIVGDgmMTx { top:25.0625rem;left:16.0625rem;width:15.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpRxqcw6xJbb5rSFuTrER8qKu4HmKKuh { top:26.25rem;left:16.0625rem;width:15.625rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChT1S4qBwX8sSSqsJ0PG9hhOSLgwJIFq { top:27rem;left:20.125rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED5EoxU1JH5QtC6HNAkOxon8SKd7VNDI { top:28.75rem;left:16.0625rem;width:15.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIJIe9KA2lGBGpRuJBgJ8BoqkTXqzFC4 { top:29.75rem;left:16.0625rem;width:15.625rem;height:;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPt486SRF2zfvh8aAf7gZ16KXIcMzUw2 { width:12.5rem;height:2.3125rem;top:33.4375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLkDUf5vdIC77TQr8kt8SDkrIDOQkAGD { display:block; }
 }@media only screen and (max-width: 763px) { #TuO4abfBQL8Zo6tfPO6IlPfpuuFLRBf1 { top:7.8125rem;left:27.5625rem;width:20.1875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPVkl2gEMCVVQFsHMGtFPohKvHqwbht4 { top:20.625rem;left:27.5625rem;width:20.1875rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkV48XRErpAKe7EiZvkXc23FPV9u5GfM { top:21.8125rem;left:32.125rem;width:15.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHGLuBCrKdNEy1c2nKs3RDT2R5hASB22 { top:23.25rem;left:32.125rem;width:15.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaBhgkHaf6kLDUQfXdlipFbPV3StPt6l { top:25.0625rem;left:32.125rem;width:15.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBEqNQ6WpkEO0afLHacBhVBdvsDye8T6 { top:26.25rem;left:32.125rem;width:15.625rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO863OXvShxLdLNVWizf0CkGGkneoiuM { top:27rem;left:40.25rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHKGVOtfIpzwwkt19Lfy0RJlIhJTyF0z { top:28.75rem;left:32.125rem;width:15.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8Q4u2apO64MHiaVEcZTOozfGrTlGgX7 { top:29.75rem;left:32.125rem;width:15.625rem;height:;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKZhcE4VFUooNSgrNlZDQPNlTIkivhBk { width:12.5rem;height:2.3125rem;top:33.4375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STm5DUU0i6CQt3bRwrdVg1yOe4dHOq85 { display:block; }
 }@media only screen and (max-width: 763px) { #Vd48pwlIkPrsrfEJBT2AQ8MN0IDgOU6w { top:6.375rem;left:0rem;width:13.8125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k96N0yG1ocGk7chHoqPNnPdhUOtz2rIT { top:7.125rem;left:0rem;width:15.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlITX1GxBgP4Ir9sExJSbkQmdQc1zcIQ { top:7.1875rem;left:16.0625rem;width:15.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCfsWCTMQAfSmW7kHCoQOTcnq5hTsJvA { top:6.4375rem;left:16.9375rem;width:13.8125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THDEQIKUlbFFn2Eay8NzZhk627Uvxz61 { top:7.1875rem;left:32.125rem;width:15.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCQ1qyarTL5Lok6gyhlTA3yiyf5oipTz { top:6.4375rem;left:33.9375rem;width:13.8125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #brJ19M6S4ufLb3Zbiyvsi6Bs7P7QEKNT { top:9.0625rem;left:30.0625rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWsddHwsL1KiGzCkNnuo2NQWrOToD5on { top:9.6875rem;left:30.1875rem;width:3.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #muBSN4hpWZdUbcTi2QFqACV6rgSc1ac5 { top:10.8125rem;left:30.1875rem;width:3.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0DVRNsRy8slrbJo0hLLl00Nc0r0si54 { top:9.0625rem;left:44.375rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUCiiA7TuzTy45bZFnn7PKy8gQ0QsAiM { top:9.6875rem;left:44.625rem;width:3.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi2KGV1gK1zc7tE6Z4xVGCvNgZG6k03G { top:10.8125rem;left:44.625rem;width:3.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdn0XqdsoUEvfoJGJgGvGLBMyPQLzE0n { top:7.75rem;left:0rem;width:20.1875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #di4Q7h9xUc9CdKP9N4y1xDKr57NMWPCA { top:13.4375rem;left:0rem;width:15.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTT6PMgytud7TLGqnJpQl0s5DeTas7CO { display:block; }#FTT6PMgytud7TLGqnJpQl0s5DeTas7CO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #twdlnTlVSXLET20Eob9k9fpU8354QnkX { top:16.125rem;left:0rem;width:20.1875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJJwg8TaoWCAgbz6pS3lXuSxEg40zi5y { top:17.3125rem;left:0rem;width:15.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zapfUGvyynUO9CaDyStgBSxJ9dkdOEvs { top:18.75rem;left:0rem;width:15.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVmDI0BLbeiuvzKJk8CESkVAU22JbepT { top:3.3125rem;left:0rem;width:20.1875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb6MVAlTIXHs6A81TLMn1fFu8c6uWUpQ { top:3.375rem;left:13.6875rem;width:20.1875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt0IemCL4qBsglrpmd6xZ0BStRiAiBao { top:16.1875rem;left:13.6875rem;width:20.1875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMXA3Dw9DKT90savmvGElVoSZlq1Mu9a { top:17.375rem;left:16rem;width:15.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o00ksUHp9t40xUFhk2Mab6FMRodF0okK { top:18.8125rem;left:16rem;width:15.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGJZ47T5ldqnJ8JKR1bJp66fqSD5drXV { top:3.375rem;left:27.5625rem;width:20.1875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsTi9PAuX9cDTBu5aZrvXDvg3esMVURl { top:16.1875rem;left:27.5625rem;width:20.1875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KccAdwnm2uLuttlziJkLqJaBgRKbsnuX { top:17.375rem;left:32.125rem;width:15.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnmfdH8cWXz3nmcxxnZbXnT5JO1SXvNW { top:18.8125rem;left:32.125rem;width:15.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv9CmSH2k3LUTGLvImG2fy8slbxT2Uay { top:2rem;left:0rem;width:13.8125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thmihtuko28L25RuWJmevqT1B01oF10m { top:2.75rem;left:0rem;width:15.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzbTJAoOwBalKLgkos1MqD3sJvO7eLTH { top:2.8125rem;left:16.0625rem;width:15.625rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvZWZqORCODKzV6z52kNlK4SaNoMQu9y { top:2rem;left:16rem;width:15.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKacZ3Zksd07FiBh9CZdmsK4wzbnKfVQ { top:2.75rem;left:32.125rem;width:15.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtqeaoZXuoUXJ0sdru6ABbDLyDT4eIK3 { top:2rem;left:33.9375rem;width:13.8125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKbRMsOEpl7N2LZiKiVLO8ecmBwuvB0m { top:9rem;left:0rem;width:15.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWJIwxw9aw1TtWN5gJbkQBevs1zr1uQd { top:3.3125rem;left:0rem;width:20.1875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PngLclE06WST6A5gReW0169Ef7t98ag4 { top:9rem;left:16rem;width:15.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shTQuoh9He4OWZfFzI13KIhXUnpW1qA1 { top:3.3125rem;left:13.6875rem;width:20.1875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3wswSZkXykBvUy21GfZIefS4hpTyeFB { top:9.125rem;left:32.125rem;width:15.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVnbwl7pfi0UGIEyDTgs575VRiOfmJZJ { top:3.4375rem;left:27.5625rem;width:20.1875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARChU4MU4WigsRdc51RAVaTgMJsgP6lg { display:block; }#ARChU4MU4WigsRdc51RAVaTgMJsgP6lg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybC0adxXKAPHoMlQ5TrKZezXJVgApFQH { top:7.625rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l596lARPG2LTnMFwKdLi1QU314s4FTO8 { top:11.25rem;left:0rem;width:9.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwXdKZnLMCaU4Tp524Ld1qy9e4CfVNa6 { top:11.25rem;left:0rem;width:9.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTehlyiRk9U9NiRCqBV7N7wTFBuUuqes { top:7.625rem;left:2.625rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBxBNbLznJ7syCSv3WsWPNTOebCT2bsL { top:11.25rem;left:9rem;width:9.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7ehlNFXAc8EUkU2T0OUsm8tPkxWnUQQ { top:7.625rem;left:12.5625rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzlwJ2PZqKeBrQ2RUDNSR6RHATnVkyRW { top:11.25rem;left:18.9375rem;width:9.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZZIdfsTwuT3LyVl3AAk9VQHWn5PPnJS { top:7.625rem;left:22.5rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TixP9EOO8tWJoCQEC3aDcKU3qEVCOp0T { top:11.25rem;left:28.875rem;width:9.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcHRFHXzyJhMerM8B0pU3r95Sox2n4ke { top:7.625rem;left:32.4375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT6VIZXuLS1PvL7rTuIvFpKRNUpDro2B { top:11.25rem;left:37.8125rem;width:9.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP27rLLCJlN5XwqyM8uZgKmSRsDhuR3P { top:7.625rem;left:42.375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx9OZGVe3CepBMTrgLI9MTELmugCEZsd { top:11.25rem;left:37.8125rem;width:9.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5z1MNMPxDVg0hs0xTTBLyEFIWGaSkH8 { top:7.625rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqLnKwXxBm12SXR7SJshsRf75OMwxnXX { top:2.5rem;left:10.125rem;width:27.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0V7W5NxFm6RM0xCT8rOc2kipNZ6FamV { top:20.8125rem;left:28.875rem;width:9.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6hCH3zGO2AzcApmqcCsehECg5dAn9NO { top:20.8125rem;left:9rem;width:9.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnGiX3TTKT4nsVy2OzsMO7UvMRDTOuqZ { top:20.8125rem;left:18.9375rem;width:9.9375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLJOFrw8ShxJcKgKwzn15r0Pd9ogIp6X { top:17.1875rem;left:12.5rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw4K5XXEvuTnQrPF31kyCLQ1yXpFc3ad { top:17.1875rem;left:22.5rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlfAMEa0eJoEA7Sq1vumErqHuTp5GTMV { top:17.1875rem;left:32.4375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7CQeeTW4xUf5wZqdvE8pSzRXX7IlhP8 { display:block; }#p7CQeeTW4xUf5wZqdvE8pSzRXX7IlhP8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcZqasEEUeuBFCGS3f6rfKcvREugCGn9 { top:1rem;left:0rem;width:14.375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9sTRPR5f17pEv4gZi2rPTxxqRBn1My9 { top:1rem;left:1.5625rem;width:14.375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUFItSSssx1LevWBsV9bSNk50B4QDbPb { top:1rem;left:16.6875rem;width:14.375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6TmT3GSMVTGnQ9MsSAx7pFlXJMb8X4K { top:1rem;left:31.8125rem;width:14.375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfz7WqIOWUlZP7PgOD96H3aMt1gZrFW9 { top:11.25rem;left:1.5625rem;width:14.375rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvKnLc4Tmmde9Oefw9V9vVlcvqSXuc3N { top:11.25rem;left:16.6875rem;width:14.25rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGFDu6TqJeNt7WS1iwo5zxS1dpTOIsnc { top:11.25rem;left:0rem;width:14.375rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMzSMxPbJBsznt9JMXcyP5nl2gbU7n2a { top:1rem;left:33.375rem;width:14.375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIl55oLTCtPrRiXmEhKmdRENbcgbaXfb { top:11.25rem;left:31.875rem;width:14.25rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcHoe6b3O5iI4OdyMeWzDfDUGdMM9h8h { top:11.25rem;left:33.5rem;width:14.25rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a28n4X2pkA5iMXVZebT18CoQdVNG9b3P { top:31.8125rem;left:31.875rem;width:14.25rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIuTbCTIfe3bOTQlHQZ9MeKOvUZu6ebq { top:31.8125rem;left:33.5rem;width:14.25rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNgrqCVyGtSqVfkhlVndDSEhN0Dpdwho { top:31.8125rem;left:16.6875rem;width:14.25rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkcuBe9twI6vP17youbEpnMTtHygc2e8 { top:21.5625rem;left:1.5625rem;width:14.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cerhft9NOHWXQCO09VEMhzmUyOVHuXDS { top:21.5625rem;left:16.6875rem;width:14.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCMkh4McQbIQ8oB7ZNdZ1RzqN8hsqeHM { top:21.5625rem;left:31.8125rem;width:14.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHrEIuseQpd7ADikQgJNDcWgGtzlZTSW { top:31.8125rem;left:1.5625rem;width:14.25rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOrZIRU7DLQ18MHhoT2TM8L74oI1Rguk { top:21.5625rem;left:33.375rem;width:14.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb9Hn9llEiFyHsPReTmhLe0fTLgsenoT { top:21.5625rem;left:0rem;width:14.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWvRt5nlZkTdmHnlfzwXIi1F57dem2Kk { top:31.8125rem;left:0rem;width:14.25rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEiGbgOXoGFyVs1QJuJ19FTUthHvJB0F { top:40.625rem;left:0rem;width:14.375rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EPWKuiEdb2Tn3DHR0KJXCph1HRkW2Qkv { display:block; }#EPWKuiEdb2Tn3DHR0KJXCph1HRkW2Qkv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pzp1xlvetTfNA8iCUbN1Z9gBJUT7p1qr { top:12rem;left:0rem;width:17.75rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crBfrGwqd31ABf9pWMRMlxPtJlCVwKAJ { top:12rem;left:5.5625rem;width:17.75rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmGhhkfoNBzdwVdb88mpxQncxJHC09kT { top:12rem;left:24.625rem;width:17.75rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7Kh1Q3TrdtvknV66wpQPaZuTlqKF2gP { top:12rem;left:30rem;width:17.75rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3866aA05IPFk3m67TeQsyZMxxt4tAvw { top:1.75rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEn0UoEKdJF8UKVPiBwSBPbKhpRFnGeG { top:5.5rem;left:5.125rem;width:37.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtSbGo1ardG8Z3TTCNqvG8rkfCDEHCMa { width:28.75rem;height:4.8125rem;top:45.125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze6CVgkxIgr8Sd73Asxra5dRcJMNo3Tp { display:block; }
 }@media only screen and (max-width: 763px) { #fRAGItNQKTm1Bf2OpkKi73hpTyTf4J21 { display:block; }#fRAGItNQKTm1Bf2OpkKi73hpTyTf4J21 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxQNuha2kuXMxAcyGTNmL3raGhvat9pm { top:0rem;left:0rem;width:47.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VplavbpixgNRxHKyCAu8oWy6QhFh9ekm { display:block; }#VplavbpixgNRxHKyCAu8oWy6QhFh9ekm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3KziQC5MrlfewpJ2NvDpq0bB82vPHXE { top:1.375rem;left:1.375rem;width:45rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWNmIcJ6IoSdfkaIewCVZZB8oPBaQHpQ { top:3rem;left:10.125rem;width:27.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAxLvVX4J12vrfwK07vFlP09R1kKJL6k { top:5.9375rem;left:5.25rem;width:3.3125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6WhpqUu5l66RSVRF41qaTZawb7tBOeX { top:9.875rem;left:3.5625rem;width:6.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQdlmnmTvyE9Ka5r6NRgf8nixIxHJWCV { top:5.9375rem;left:13.6875rem;width:3.3125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu2piac4QKc5S5vrOuETQrldX5L9SBP7 { top:9.875rem;left:12rem;width:6.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF1XrSDklLLblreqqL4XBav4Qt1X7Nb5 { top:5.9375rem;left:22.25rem;width:3.3125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lahB3AhR0MLFT936EIDn8xw19Tl1mGCn { top:9.875rem;left:20.5625rem;width:6.625rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDWTrfQVVX4UHHbRuTf4G4ns9adTZzya { top:5.9375rem;left:30.6875rem;width:3.3125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7WQ8zkUcTJXXMQZBnhzoDxwtzHi8s9L { top:9.875rem;left:29rem;width:6.625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyZpClch2TeyymnZMGsqbZi9IBAIZBVP { top:5.9375rem;left:38.625rem;width:3.3125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4mLy5up9wz5avRGTQT5GZdvCJB5Edh2 { top:9.875rem;left:36.9375rem;width:6.625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSAb0JvncFZFJHuscHO4IIAVAPzO2Mi3 { display:block; }#kSAb0JvncFZFJHuscHO4IIAVAPzO2Mi3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbRkwnefEIblFBIi4vP1dKBmWKifrcMf { top:2.625rem;left:19.40625rem;width:8.9375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWlUkDhr6UixgqCmZN1XQmBCxIutxSbL { top:9.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJA4zdD7x7kbbUqezoLIcaWZVoIOLK40 { top:12.3125rem;left:0rem;width:47.75rem;height:14.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #McwOgl4k4mEeDWTv2vWRx0U701CfJZRd { display:block; }#McwOgl4k4mEeDWTv2vWRx0U701CfJZRd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3CNuKAkMqEOxvw0eFNg22BOIEAVlV6v { top:0rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#M3CNuKAkMqEOxvw0eFNg22BOIEAVlV6v > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixO9cy1KVx0ZqJJOqVXX90cpIBU8Z8JW { width:9.375rem;height:3.125rem;top:1.0625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCPw2aHxeTL8Ex9WsyyGLN9TefxTiOJZ { display:block; }
 }@media only screen and (max-width: 763px) { #TdozMlz0O3A5EPzSoqsxA2IIZw4G1JFF { width:9.375rem;height:3.125rem;top:18.75rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SJQLAXmnzqAtZiXfdNFRtSOJEPxJDSft { display:block; }
 }@media only screen and (max-width: 763px) { #v0sGAt4u8RxFFuJIC2qAa5dspI8GOwwJ { width:7.5rem;height:3.125rem;top:5.625rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zZgnPaFeBOKiVc5d58VOsDEI9BWE1Grt { display:block; }
 }@media only screen and (max-width: 763px) { #mrvUVeuA261TbtrNdxRKutGy4JIE6wsx { width:7.5rem;height:3.125rem;top:1.25rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJhq74qLMF19A2P3kcQCk1OT6M4xfrnb { display:block; }
 }@media only screen and (max-width: 763px) { #cr4c4xQiQov4UN6F8RyVtmWR9nGUaKUZ { width:5.375rem;height:3.0625rem;top:1.09375rem;left:1.375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #JfhBKT4fVQZ5kQL16UKaONqnkQfq0pGU { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/11ad7c33-9bb7-419f-84f8-2c57d3ff4399/galcamargo02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JfhBKT4fVQZ5kQL16UKaONqnkQfq0pGU.adaptive-delivery-prevent-bg, #JfhBKT4fVQZ5kQL16UKaONqnkQfq0pGU.lazyload, #JfhBKT4fVQZ5kQL16UKaONqnkQfq0pGU.lazyloading { background-image: none; }#JfhBKT4fVQZ5kQL16UKaONqnkQfq0pGU > .row .container { background-color: transparent; background-image: none; }#JfhBKT4fVQZ5kQL16UKaONqnkQfq0pGU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfhBKT4fVQZ5kQL16UKaONqnkQfq0pGU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfhBKT4fVQZ5kQL16UKaONqnkQfq0pGU > .row .container > .video-iframe-container { display: none; }#JfhBKT4fVQZ5kQL16UKaONqnkQfq0pGU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfhBKT4fVQZ5kQL16UKaONqnkQfq0pGU > .row > .video-iframe-container { display: none; }#JfhBKT4fVQZ5kQL16UKaONqnkQfq0pGU > .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); }#JfhBKT4fVQZ5kQL16UKaONqnkQfq0pGU > .row .container { border-width: 0; border-radius: 0; }#JfhBKT4fVQZ5kQL16UKaONqnkQfq0pGU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JfhBKT4fVQZ5kQL16UKaONqnkQfq0pGU > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMRvG8rhVFGiqHsFTr5CdyMAzoLLc3d4 { background-color:rgba(var(--color-tertiary-2),1);background-image:none;display:block; }#UMRvG8rhVFGiqHsFTr5CdyMAzoLLc3d4 > .row .container { background-color: transparent; background-image: none; }#UMRvG8rhVFGiqHsFTr5CdyMAzoLLc3d4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMRvG8rhVFGiqHsFTr5CdyMAzoLLc3d4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMRvG8rhVFGiqHsFTr5CdyMAzoLLc3d4 > .row .container > .video-iframe-container { display: none; }#UMRvG8rhVFGiqHsFTr5CdyMAzoLLc3d4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMRvG8rhVFGiqHsFTr5CdyMAzoLLc3d4 > .row > .video-iframe-container { display: none; }#UMRvG8rhVFGiqHsFTr5CdyMAzoLLc3d4 > .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); }#UMRvG8rhVFGiqHsFTr5CdyMAzoLLc3d4 > .row .container { width:20rem;height:61.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCgRb5tVO9uZiTZHabexuPzaFcwyLVdq { width:18.75rem;height:3.6875rem;top:1.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZkZGHOxZsuo7CdxTRJuQIKulyLTmvxH { width:8.4375rem;height:1.3125rem;top:2.4375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUpsOpTLHgAOKMiubwB500IPLzi8OXq9 { width:20rem;height:2.923825rem;top:5.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAoDyr8FoQIF0guW9SVfnHrwPmVal1Hw { width:11.0625rem;height:1.4624rem;top:11.6875rem;left:4.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFZiEK4AMvLZc1JWebQF58wx7pE9Mox4 { width:9.875rem;height:2.5996125rem;top:13.1875rem;left:5.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB5ZwU2RvsWBPaCo3zmgp5IdAsQnLf3E { width:9.6875rem;height:0.125rem;top:14.4375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pArv6PGHX4E77ALNDUZVNS7MT8eoSge1 { width:17.375rem;height:1.54345625rem;top:16.625rem;left:1.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxpWiviWbVuizkcVgFlOOxBpJOtPmsEs { width:17.125rem;height:4.38720625rem;top:17.9375rem;left:1.4375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KINr8iZeOwCHVx5baTkFOvZgBLML3krP { width:14.875rem;height:2.923825rem;top:22.3125rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCmeh3VcNmanHPaySwvM86Gfxb2S3neG { width:20rem;height:28.125rem;top:6.724609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .widget-input-text {padding-top: 0; padding-bottom: 0;}#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .widget-input-select {padding-top: 0; padding-bottom: 0;}#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM  { width:17.5rem;height:auto;top:27.3125rem;left:0rem; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM {display:block;}#cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM { width:17.5rem;height:auto;top:27.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y0h8TClM95SQmR8REl2ZzTJPp9v5kEZd { display:block; }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #Ms0NFS2PykgEBN5Lk3bUh0hT0nqPzpvd {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #Wb1FWbTi5DTk9CZIEmoymVbkdUCDty30 {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #drIVtTlzexMd6mFAOKbfodZDyUqw1Fz1 {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #PSK4wUx0RhH0hiIDr0Ot5MzSHFTPpG96 {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #DKPEiGeBBLKErzWqPKNcUxcnJTk7UGaH {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #ARUU45Q69oaZdO6BIzf08DgwwR6sen29 {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #Eoxx8gg24ufisUfhqrHootg8yWuBRIwM {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #eJZrz1zg2NSX9XUI29vQIW9F804VQyom {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #wFTqtq45TnaS2SnmUTE7qct4CzVRckXz {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #wfSHCeiLuv1tkv8KeP1o5Wsng5X0eTEz {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #rLswPMV7wVIWDWKCOlmq3sJ5oZb8ZKrn {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #FxtxheLu4egOnHZQbLs3id94ZwUDQcA6 {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #aFtmdyGlThlcSz8Akd4OO7wgN1NUMcX0 {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #kZrPAAvRJTKxopZOSr8XdJpGNxLBGy01 {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #Z34TIJPXs8mT3JDW1qQadHOaidUy7yHr {  }
 }@media only screen and (max-width: 763px) { #FOitqcRf4fSFphkacLvD5Rbti7GcCQmL { display:block; }
 }@media only screen and (max-width: 763px) { #GKTWrSJQaBkKef4piPxGwmXOwLfNfrUP { display:block; }
 }@media only screen and (max-width: 763px) { #U0kXBufT7z6ezXvAMc2UmS41xSZFOMuL { display:block; }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #BM0vC9bETuTeHHVzoh1JsPfw5opovcTK {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #IQXi0mMRiKksryi7yF7eM2DKJ0wLNpMS {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #EzA5vxvr5TDEVRLMhHnVfvX0JJUbSMDW {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #CKcI4VSzmTZwWpr0ldw1InJDVrhZQvM2 {  }
 }@media only screen and (max-width: 763px) { #cHQUViNUQlUvbsSvC1udW8EWzh0BnoXM #eXU5QxP0gN30ZAQToFZW2TLLhtpQa5tg {  }
 }@media only screen and (max-width: 763px) { #QdJTgtADllPHAt9gTKhvfKZsdbttp9C8 { width:20rem;height:1.94970625rem;top:8.6123046875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #muSuDsa9BImuqB34viEJT5WREZ6rxzHN { display:block; }#muSuDsa9BImuqB34viEJT5WREZ6rxzHN > .row .container { width:20rem;height:79.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndvsLTQz6TLVT81wDnKp2cWQCyr6T2I6 { width:3.125rem;height:3.125rem;top:8.0625rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuxnJkX8SJD754cwJEUeFVeeA5cHPrqb { width:9.6875rem;height:3.41015625rem;top:11.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhD07tOTACkQG0E7izmWuK5Ltm0o3ZKR { width:9.6875rem;height:2.2744125rem;top:11.8125rem;left:10.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrA1oRwstkTo1dvSU1K9WlGT1ATiUHAF { width:3.125rem;height:3.125rem;top:8.0625rem;left:13.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT113tGx88GU6xu8Z5uPsIGWeSGMrW0T { width:9.6875rem;height:4.546875rem;top:21.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZWra1N5k5BRrZrtfsdVCmzEtodtJrFI { width:3.125rem;height:3.125rem;top:17.5625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0Jy3dP6rdlQeXN7uTusfzxlU1Abf54W { width:9.6875rem;height:2.2744125rem;top:21.625rem;left:10.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ieq38xAJTZSlz8q0ZSM5fk9uyTGffmpe { width:3.125rem;height:3.125rem;top:17.5625rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnpKD5xSGloSluDdZ2tmi85g1EUBDAsq { width:9.6875rem;height:1.13720625rem;top:32.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Snm4VHiA7yMQ3TBzQthy8xLE4xTmsfAK { width:3.125rem;height:3.125rem;top:28.0625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUag04FnvcigDdvX3dGLe6rE2r7V4nUL { width:9.6875rem;height:4.546875rem;top:32.125rem;left:10.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIHFts9fW8wyDNlQwRrbbRZ0eTUTCZ64 { width:3.125rem;height:3.125rem;top:28.0625rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBJhqrzcSGFhgeIQLktqtGgsP39E4otJ { width:9.6875rem;height:1.13720625rem;top:43rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVK30nx3y2Tody94dDh08JRSSd2361gz { width:3.125rem;height:3.125rem;top:38.625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #il7mpV8z3L9hg6TLSdgC1mV1xILmypsN { width:20rem;height:3.57421875rem;top:2.025390625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmZgfwp6xZEsrgK8To68MhVJzZARHLIa { width:9.6875rem;height:2.2744125rem;top:53.625rem;left:10.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqP85qP599oXSOWw5Lz98pSDHMogutnO { width:9.6875rem;height:4.546875rem;top:43rem;left:10.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivosSUKCPcxCFbwvTKRcTIH0xrKqdqc9 { width:9.6875rem;height:4.546875rem;top:53.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0KyFMaWM2zmeQQaz7XsIMS9sGKqRBGR { width:9.6875rem;height:2.2744125rem;top:64.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSeTqdMzGDkdEqUvppuOADlJ53yAEEMT { width:9.6875rem;height:3.41015625rem;top:64.0625rem;left:10.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziZ75v0r06CRkKTn4Prwr555AU4vfJr5 { width:9.6875rem;height:3.41015625rem;top:73.25rem;left:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyGTDdAHDo0aSkG4Lny1MX3sTxdy1rVA { width:2.875rem;height:2.875rem;top:38.75rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCWb4JJ7cTbo46csVrV45EIuBhRnPs1M { width:2.875rem;height:2.875rem;top:49.3125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #luCkG10agyKp1yUUPDBUQCQa9VTmGi4a { width:2.875rem;height:2.875rem;top:49.3125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX0yCUnd1y9IPL6QU5lO4fbVPr2roWJR { width:2.875rem;height:2.875rem;top:60rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHvJtbKoJoVmFLueAVKsrvCcV7tpoMSr { width:2.875rem;height:2.875rem;top:60rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGIKF8Pahya5CA9nXGAu4usfwnmJ5zv7 { width:2.875rem;height:2.875rem;top:69.5625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naqfwulO7CI2o0VxCASuBylKnfe5lx1F { display:block; }#naqfwulO7CI2o0VxCASuBylKnfe5lx1F > .row .container { width:20rem;height:93.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p3k6xVdADW8S8dwT7TsplKolrc5MrMLz { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMhoiy8AmO5QWIll2xIHwJZ7TcHvVPPd { width:20rem;height:5.3125rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuqsPLTJHbcpabdhTWJG84CX9D8QA3z3 { width:15.625rem;height:1.4624rem;top:21.75rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdcCa0EesNkVe9TxOTbLMKh55unpRBqs { width:15.625rem;height:1.13720625rem;top:23.1875rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVk9Sh3QyeaMHmWZAPBcwlCyJ159qfDJ { width:20rem;height:12.875rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko5nVpPiTKeBTK5ztFK4grtZ8kdKEcfP { width:20rem;height:12.875rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtWNNqPvWP8Q7bJH64lHGZmHVCEI9wHq { width:20rem;height:16.6875rem;top:42.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7X4pIXUFCblE63n3anAr5t9UlXX1JZN { width:15.625rem;height:1.4624rem;top:42.6875rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXFdxTNN3nMrSsuOsTBQcT9oITnRDnHr { width:15.625rem;height:1.13720625rem;top:44.8125rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7hPBkrE0rw0iBxnmOrhw0GIVGDgmMTx { width:15.625rem;height:1.13720625rem;top:46.625rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpRxqcw6xJbb5rSFuTrER8qKu4HmKKuh { width:15.625rem;height:2.11230625rem;top:47.8125rem;left:2.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChT1S4qBwX8sSSqsJ0PG9hhOSLgwJIFq { width:7.5rem;height:0.125rem;top:48.5625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED5EoxU1JH5QtC6HNAkOxon8SKd7VNDI { width:15.625rem;height:1.13720625rem;top:50.3125rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIJIe9KA2lGBGpRuJBgJ8BoqkTXqzFC4 { width:15.625rem;height:2.51855625rem;top:51.3125rem;left:2.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPt486SRF2zfvh8aAf7gZ16KXIcMzUw2 { width:12.5rem;height:2.3125rem;top:54.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLkDUf5vdIC77TQr8kt8SDkrIDOQkAGD { display:block; }
 }@media only screen and (max-width: 763px) { #TuO4abfBQL8Zo6tfPO6IlPfpuuFLRBf1 { width:20rem;height:12.875rem;top:62.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPVkl2gEMCVVQFsHMGtFPohKvHqwbht4 { width:20rem;height:17.125rem;top:74.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkV48XRErpAKe7EiZvkXc23FPV9u5GfM { width:15.625rem;height:1.4624rem;top:75.5rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHGLuBCrKdNEy1c2nKs3RDT2R5hASB22 { width:15.625rem;height:1.13720625rem;top:77.5rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaBhgkHaf6kLDUQfXdlipFbPV3StPt6l { width:15.625rem;height:1.13720625rem;top:79.3125rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBEqNQ6WpkEO0afLHacBhVBdvsDye8T6 { width:15.625rem;height:2.11230625rem;top:80.5rem;left:2.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO863OXvShxLdLNVWizf0CkGGkneoiuM { width:7.5rem;height:0.125rem;top:81.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHKGVOtfIpzwwkt19Lfy0RJlIhJTyF0z { width:15.625rem;height:1.13720625rem;top:83rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8Q4u2apO64MHiaVEcZTOozfGrTlGgX7 { width:15.625rem;height:2.51855625rem;top:84rem;left:2.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKZhcE4VFUooNSgrNlZDQPNlTIkivhBk { width:12.5rem;height:2.3125rem;top:87.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #STm5DUU0i6CQt3bRwrdVg1yOe4dHOq85 { display:block; }
 }@media only screen and (max-width: 763px) { #Vd48pwlIkPrsrfEJBT2AQ8MN0IDgOU6w { width:13.8125rem;height:2.625rem;top:6.375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k96N0yG1ocGk7chHoqPNnPdhUOtz2rIT { width:15.625rem;height:1.4624rem;top:7.125rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlITX1GxBgP4Ir9sExJSbkQmdQc1zcIQ { width:15.625rem;height:1.4624rem;top:28.75rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCfsWCTMQAfSmW7kHCoQOTcnq5hTsJvA { width:13.8125rem;height:2.625rem;top:28rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THDEQIKUlbFFn2Eay8NzZhk627Uvxz61 { width:15.625rem;height:1.4624rem;top:61.4375rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCQ1qyarTL5Lok6gyhlTA3yiyf5oipTz { width:13.8125rem;height:2.625rem;top:60.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brJ19M6S4ufLb3Zbiyvsi6Bs7P7QEKNT { width:3.375rem;height:3.375rem;top:30.5625rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWsddHwsL1KiGzCkNnuo2NQWrOToD5on { width:3.125rem;height:1.4624rem;top:31.1875rem;left:16.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #muBSN4hpWZdUbcTi2QFqACV6rgSc1ac5 { width:3.125rem;height:1.29980625rem;top:32.3125rem;left:16.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0DVRNsRy8slrbJo0hLLl00Nc0r0si54 { width:3.375rem;height:3.375rem;top:63.3125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUCiiA7TuzTy45bZFnn7PKy8gQ0QsAiM { width:3.125rem;height:1.4624rem;top:63.9375rem;left:16.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi2KGV1gK1zc7tE6Z4xVGCvNgZG6k03G { width:3.125rem;height:1.29980625rem;top:65.0625rem;left:16.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdn0XqdsoUEvfoJGJgGvGLBMyPQLzE0n { width:20rem;height:12.875rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #di4Q7h9xUc9CdKP9N4y1xDKr57NMWPCA { width:15.625rem;height:1.4624rem;top:13.4375rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTT6PMgytud7TLGqnJpQl0s5DeTas7CO { display:block; }#FTT6PMgytud7TLGqnJpQl0s5DeTas7CO > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #twdlnTlVSXLET20Eob9k9fpU8354QnkX { width:20rem;height:5.3125rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJJwg8TaoWCAgbz6pS3lXuSxEg40zi5y { width:15.625rem;height:1.4624rem;top:15.375rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zapfUGvyynUO9CaDyStgBSxJ9dkdOEvs { width:15.625rem;height:1.13720625rem;top:16.8125rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVmDI0BLbeiuvzKJk8CESkVAU22JbepT { width:20rem;height:12.875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb6MVAlTIXHs6A81TLMn1fFu8c6uWUpQ { width:20rem;height:12.875rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pt0IemCL4qBsglrpmd6xZ0BStRiAiBao { width:20rem;height:5.3125rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMXA3Dw9DKT90savmvGElVoSZlq1Mu9a { width:15.625rem;height:1.4624rem;top:35.8125rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o00ksUHp9t40xUFhk2Mab6FMRodF0okK { width:15.625rem;height:1.13720625rem;top:37.9375rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGJZ47T5ldqnJ8JKR1bJp66fqSD5drXV { width:20rem;height:12.875rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsTi9PAuX9cDTBu5aZrvXDvg3esMVURl { width:20rem;height:5.3125rem;top:56.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KccAdwnm2uLuttlziJkLqJaBgRKbsnuX { width:15.625rem;height:1.4624rem;top:57.3125rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnmfdH8cWXz3nmcxxnZbXnT5JO1SXvNW { width:15.625rem;height:1.13720625rem;top:59.3125rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv9CmSH2k3LUTGLvImG2fy8slbxT2Uay { width:13.8125rem;height:2.625rem;top:0rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thmihtuko28L25RuWJmevqT1B01oF10m { width:15.625rem;height:1.4624rem;top:0.75rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzbTJAoOwBalKLgkos1MqD3sJvO7eLTH { width:15.625rem;height:2.25rem;top:21.875rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvZWZqORCODKzV6z52kNlK4SaNoMQu9y { width:15rem;height:3.625rem;top:21rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKacZ3Zksd07FiBh9CZdmsK4wzbnKfVQ { width:15.625rem;height:1.4624rem;top:43.25rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtqeaoZXuoUXJ0sdru6ABbDLyDT4eIK3 { width:13.8125rem;height:2.625rem;top:42.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKbRMsOEpl7N2LZiKiVLO8ecmBwuvB0m { width:15.625rem;height:1.4624rem;top:7rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWJIwxw9aw1TtWN5gJbkQBevs1zr1uQd { width:20rem;height:12.875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PngLclE06WST6A5gReW0169Ef7t98ag4 { width:15.625rem;height:1.4624rem;top:28.1875rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shTQuoh9He4OWZfFzI13KIhXUnpW1qA1 { width:20rem;height:12.875rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3wswSZkXykBvUy21GfZIefS4hpTyeFB { width:15.625rem;height:1.4624rem;top:49.5625rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVnbwl7pfi0UGIEyDTgs575VRiOfmJZJ { width:20rem;height:12.875rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARChU4MU4WigsRdc51RAVaTgMJsgP6lg { display:block; }#ARChU4MU4WigsRdc51RAVaTgMJsgP6lg > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybC0adxXKAPHoMlQ5TrKZezXJVgApFQH { width:3.125rem;height:3.125rem;top:6.1875rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l596lARPG2LTnMFwKdLi1QU314s4FTO8 { width:9.9375rem;height:2.2744125rem;top:9.91162109375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwXdKZnLMCaU4Tp524Ld1qy9e4CfVNa6 { width:9.9375rem;height:1.13720625rem;top:9.912109375rem;left:10.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTehlyiRk9U9NiRCqBV7N7wTFBuUuqes { width:3.125rem;height:3.125rem;top:6.1875rem;left:13.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBxBNbLznJ7syCSv3WsWPNTOebCT2bsL { width:9.9375rem;height:3.41015625rem;top:17.9345703125rem;left:0.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7ehlNFXAc8EUkU2T0OUsm8tPkxWnUQQ { width:3.125rem;height:3.125rem;top:14.0625rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzlwJ2PZqKeBrQ2RUDNSR6RHATnVkyRW { width:9.9375rem;height:1.13720625rem;top:18.583984375rem;left:10.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZZIdfsTwuT3LyVl3AAk9VQHWn5PPnJS { width:3.125rem;height:3.125rem;top:14.0625rem;left:13.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TixP9EOO8tWJoCQEC3aDcKU3qEVCOp0T { width:9.9375rem;height:2.2744125rem;top:26.6572265625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcHRFHXzyJhMerM8B0pU3r95Sox2n4ke { width:3.125rem;height:3.125rem;top:22.5rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT6VIZXuLS1PvL7rTuIvFpKRNUpDro2B { width:9.9375rem;height:2.2744125rem;top:26.6572265625rem;left:10.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP27rLLCJlN5XwqyM8uZgKmSRsDhuR3P { width:3.125rem;height:3.125rem;top:22.5rem;left:13.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx9OZGVe3CepBMTrgLI9MTELmugCEZsd { width:9.9375rem;height:1.13720625rem;top:36.5556640625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5z1MNMPxDVg0hs0xTTBLyEFIWGaSkH8 { width:3.125rem;height:3.125rem;top:32.375rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqLnKwXxBm12SXR7SJshsRf75OMwxnXX { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0V7W5NxFm6RM0xCT8rOc2kipNZ6FamV { width:9.9375rem;height:3.41015625rem;top:44.53515625rem;left:10.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6hCH3zGO2AzcApmqcCsehECg5dAn9NO { width:9.9375rem;height:2.2744125rem;top:36.63671875rem;left:10.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnGiX3TTKT4nsVy2OzsMO7UvMRDTOuqZ { width:9.9375rem;height:3.41015625rem;top:44.4541015625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLJOFrw8ShxJcKgKwzn15r0Pd9ogIp6X { width:2.875rem;height:2.875rem;top:32.5rem;left:13.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw4K5XXEvuTnQrPF31kyCLQ1yXpFc3ad { width:2.875rem;height:2.875rem;top:40.4169921875rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlfAMEa0eJoEA7Sq1vumErqHuTp5GTMV { width:2.875rem;height:2.875rem;top:40.4169921875rem;left:13.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7CQeeTW4xUf5wZqdvE8pSzRXX7IlhP8 { display:block; }#p7CQeeTW4xUf5wZqdvE8pSzRXX7IlhP8 > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcZqasEEUeuBFCGS3f6rfKcvREugCGn9 { width:14.375rem;height:9.4375rem;top:0rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9sTRPR5f17pEv4gZi2rPTxxqRBn1My9 { width:14.375rem;height:9.4375rem;top:10.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUFItSSssx1LevWBsV9bSNk50B4QDbPb { width:14.375rem;height:9.4375rem;top:20.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6TmT3GSMVTGnQ9MsSAx7pFlXJMb8X4K { width:14.375rem;height:9.4375rem;top:33.3125rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lfz7WqIOWUlZP7PgOD96H3aMt1gZrFW9 { width:14.375rem;height:9.5rem;top:65.4375rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvKnLc4Tmmde9Oefw9V9vVlcvqSXuc3N { width:14.25rem;height:9.5rem;top:51rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fGFDu6TqJeNt7WS1iwo5zxS1dpTOIsnc { width:14.375rem;height:9.5rem;top:40.75rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hMzSMxPbJBsznt9JMXcyP5nl2gbU7n2a { width:14.375rem;height:9.4375rem;top:30.4375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIl55oLTCtPrRiXmEhKmdRENbcgbaXfb { width:14.25rem;height:9.5rem;top:61.0625rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gcHoe6b3O5iI4OdyMeWzDfDUGdMM9h8h { width:14.25rem;height:9.5rem;top:71.1875rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a28n4X2pkA5iMXVZebT18CoQdVNG9b3P { width:14.25rem;height:9.5rem;top:193.8125rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UIuTbCTIfe3bOTQlHQZ9MeKOvUZu6ebq { width:14.25rem;height:9.5rem;top:204.5625rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PNgrqCVyGtSqVfkhlVndDSEhN0Dpdwho { width:14.25rem;height:9.5rem;top:183.0625rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HkcuBe9twI6vP17youbEpnMTtHygc2e8 { width:14.125rem;height:9.375rem;top:119.0625rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cerhft9NOHWXQCO09VEMhzmUyOVHuXDS { width:14.125rem;height:9.375rem;top:129.6875rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sCMkh4McQbIQ8oB7ZNdZ1RzqN8hsqeHM { width:14.125rem;height:9.375rem;top:140.3125rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oHrEIuseQpd7ADikQgJNDcWgGtzlZTSW { width:14.25rem;height:9.5rem;top:172.3125rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOrZIRU7DLQ18MHhoT2TM8L74oI1Rguk { width:14.125rem;height:9.375rem;top:150.9375rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fb9Hn9llEiFyHsPReTmhLe0fTLgsenoT { width:14.125rem;height:9.375rem;top:108.4375rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wWvRt5nlZkTdmHnlfzwXIi1F57dem2Kk { width:14.25rem;height:9.5rem;top:161.5625rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BEiGbgOXoGFyVs1QJuJ19FTUthHvJB0F { width:14.375rem;height:;top:40.65234375rem;left:2.8125rem;font-size:0.875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #EPWKuiEdb2Tn3DHR0KJXCph1HRkW2Qkv { background-color:rgba(var(--color-tertiary-2),0.9);background-image:none;display:block; }#EPWKuiEdb2Tn3DHR0KJXCph1HRkW2Qkv > .row .container { background-color: transparent; background-image: none; }#EPWKuiEdb2Tn3DHR0KJXCph1HRkW2Qkv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPWKuiEdb2Tn3DHR0KJXCph1HRkW2Qkv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPWKuiEdb2Tn3DHR0KJXCph1HRkW2Qkv > .row .container > .video-iframe-container { display: none; }#EPWKuiEdb2Tn3DHR0KJXCph1HRkW2Qkv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPWKuiEdb2Tn3DHR0KJXCph1HRkW2Qkv > .row > .video-iframe-container { display: none; }#EPWKuiEdb2Tn3DHR0KJXCph1HRkW2Qkv > .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); }#EPWKuiEdb2Tn3DHR0KJXCph1HRkW2Qkv > .row .container { width:20rem;height:157.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pzp1xlvetTfNA8iCUbN1Z9gBJUT7p1qr { width:17.75rem;height:31.8125rem;top:18.69675rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crBfrGwqd31ABf9pWMRMlxPtJlCVwKAJ { width:17.75rem;height:31.8125rem;top:51.75925rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmGhhkfoNBzdwVdb88mpxQncxJHC09kT { width:17.75rem;height:31.8125rem;top:84.82175rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7Kh1Q3TrdtvknV66wpQPaZuTlqKF2gP { width:17.75rem;height:31.8125rem;top:117.88425rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3866aA05IPFk3m67TeQsyZMxxt4tAvw { width:20rem;height:5.361325rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEn0UoEKdJF8UKVPiBwSBPbKhpRFnGeG { width:20rem;height:7.7988125rem;top:9.6484375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtSbGo1ardG8Z3TTCNqvG8rkfCDEHCMa { width:19rem;height:4.875rem;top:150.9462890625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze6CVgkxIgr8Sd73Asxra5dRcJMNo3Tp { display:block; }
 }@media only screen and (max-width: 763px) { #fRAGItNQKTm1Bf2OpkKi73hpTyTf4J21 { display:block; }#fRAGItNQKTm1Bf2OpkKi73hpTyTf4J21 > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxQNuha2kuXMxAcyGTNmL3raGhvat9pm { width:20rem;height:31.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VplavbpixgNRxHKyCAu8oWy6QhFh9ekm { display:block; }#VplavbpixgNRxHKyCAu8oWy6QhFh9ekm > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3KziQC5MrlfewpJ2NvDpq0bB82vPHXE { width:18.5rem;height:27.1875rem;top:0.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWNmIcJ6IoSdfkaIewCVZZB8oPBaQHpQ { width:20rem;height:1.7871125rem;top:2.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAxLvVX4J12vrfwK07vFlP09R1kKJL6k { width:3.3125rem;height:3.375rem;top:5.8125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6WhpqUu5l66RSVRF41qaTZawb7tBOeX { width:6.625rem;height:2.2744125rem;top:9.75rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQdlmnmTvyE9Ka5r6NRgf8nixIxHJWCV { width:3.3125rem;height:3.375rem;top:5.8125rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu2piac4QKc5S5vrOuETQrldX5L9SBP7 { width:6.625rem;height:1.13720625rem;top:9.75rem;left:10.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF1XrSDklLLblreqqL4XBav4Qt1X7Nb5 { width:3.3125rem;height:3.375rem;top:13.0625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lahB3AhR0MLFT936EIDn8xw19Tl1mGCn { width:6.625rem;height:1.94921875rem;top:17.5625rem;left:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDWTrfQVVX4UHHbRuTf4G4ns9adTZzya { width:3.3125rem;height:3.375rem;top:13.0625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7WQ8zkUcTJXXMQZBnhzoDxwtzHi8s9L { width:6.625rem;height:0.9746125rem;top:17.5625rem;left:10.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyZpClch2TeyymnZMGsqbZi9IBAIZBVP { width:3.3125rem;height:3.375rem;top:20.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4mLy5up9wz5avRGTQT5GZdvCJB5Edh2 { width:6.625rem;height:1.13720625rem;top:24.75rem;left:6.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSAb0JvncFZFJHuscHO4IIAVAPzO2Mi3 { display:block; }#kSAb0JvncFZFJHuscHO4IIAVAPzO2Mi3 > .row .container { width:20rem;height:51.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbRkwnefEIblFBIi4vP1dKBmWKifrcMf { width:8.9375rem;height:5.1875rem;top:1.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWlUkDhr6UixgqCmZN1XQmBCxIutxSbL { width:20rem;height:0.0625rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJA4zdD7x7kbbUqezoLIcaWZVoIOLK40 { width:20rem;height:41.10353125rem;top:9rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #McwOgl4k4mEeDWTv2vWRx0U701CfJZRd { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#McwOgl4k4mEeDWTv2vWRx0U701CfJZRd > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3CNuKAkMqEOxvw0eFNg22BOIEAVlV6v { display:flex;width:3.125rem;height:3.125rem;top:0rem;left:16rem; }
#M3CNuKAkMqEOxvw0eFNg22BOIEAVlV6v > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }