.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:227,230,234;--color-primary-1:173,193,209;--color-primary-2:115,130,149;--color-primary-3:67,94,118;--color-primary-4:22,47,78;--color-secondary-0:246,241,231;--color-secondary-1:186,181,170;--color-secondary-2:211,183,136;--color-secondary-3:183,114,80;--color-secondary-4:163,94,59;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Oswald";--paragraphs-font-family:"Oswald"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .row > .video-iframe-container { display: none; }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .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); }#mnLHWC2bJgBRnQyhAmrOszk6eXakdiRC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#mnLHWC2bJgBRnQyhAmrOszk6eXakdiRC > .row .container { background-color: transparent; background-image: none; }#mnLHWC2bJgBRnQyhAmrOszk6eXakdiRC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnLHWC2bJgBRnQyhAmrOszk6eXakdiRC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnLHWC2bJgBRnQyhAmrOszk6eXakdiRC > .row .container > .video-iframe-container { display: none; }#mnLHWC2bJgBRnQyhAmrOszk6eXakdiRC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnLHWC2bJgBRnQyhAmrOszk6eXakdiRC > .row > .video-iframe-container { display: none; }#mnLHWC2bJgBRnQyhAmrOszk6eXakdiRC > .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); }#mnLHWC2bJgBRnQyhAmrOszk6eXakdiRC > .row .container { border-width: 0; border-radius: 0; }#mnLHWC2bJgBRnQyhAmrOszk6eXakdiRC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mnLHWC2bJgBRnQyhAmrOszk6eXakdiRC > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:60rem;position:relative;display:block; }#V9BUyNfrEZRHAoIr49J7xMR81amlnN5p { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:9.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#fc7lymZsyydWmTpOP0mcPaPEmpzN8W78 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:2.25rem;left:23.6875rem; }
#VG8amVRiuXtsiCiIwcGuWh21kcHTqbl0 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:0.375rem;left:37.0625rem;overflow:hidden;display:block; }
#hVHJQ3GTTpx3zn6gsKGX15eyihqMZ1h6 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:0.3125rem;left:25.125rem;height:5.25rem;text-align:right;text-align-last:right;display:block; }
#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/80c1a5af-b27a-47bd-b300-0caeed9123bd/IMG_0272.JPG");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.adaptive-delivery-prevent-bg, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyload, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyloading { background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { background-color: transparent; background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.48); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.48); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .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); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { border-width: 0; border-radius: 0; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu::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; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:60rem;position:relative;display:block; }#oPtVsqBFWPdZEK1GMfUdmmBXSmQp4hSO { color:rgba(var(--color-tertiary-0),1);display:block;width:42.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:400;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.5);top:5.5rem;left:0.8125rem;height:14.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EadJcvNoKeFO30bD2pCXK3iSXrbsQ4Tk { color:rgba(var(--color-tertiary-0),1);display:block;width:27.6875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.5);top:17.591796875rem;left:0.8125rem;height:4.62890625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gTynxkQ2JBKQLt62R89Bf5RfRHp24Mrm { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:2.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:24.125rem;left:0.8125rem;display:block; }
#eTNbl5STIXbGLlf6gJ0fxqSx7h10PyA9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#leghSInQo3B6g5WhuVU9CrMJgzHK5LNu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#leghSInQo3B6g5WhuVU9CrMJgzHK5LNu > .row .container { background-color: transparent; background-image: none; }#leghSInQo3B6g5WhuVU9CrMJgzHK5LNu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leghSInQo3B6g5WhuVU9CrMJgzHK5LNu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leghSInQo3B6g5WhuVU9CrMJgzHK5LNu > .row .container > .video-iframe-container { display: none; }#leghSInQo3B6g5WhuVU9CrMJgzHK5LNu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leghSInQo3B6g5WhuVU9CrMJgzHK5LNu > .row > .video-iframe-container { display: none; }#leghSInQo3B6g5WhuVU9CrMJgzHK5LNu > .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); }#leghSInQo3B6g5WhuVU9CrMJgzHK5LNu > .row .container { border-width: 0; border-radius: 0; }#leghSInQo3B6g5WhuVU9CrMJgzHK5LNu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#leghSInQo3B6g5WhuVU9CrMJgzHK5LNu > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:60rem;position:relative;display:block; }#P7V5guR1DXIHr6SiDE7eygcCc24FdvJ6 { color:#3c3833;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IZK3BbfJbgMHRJuIwG4GF5w8oBfu1xPp { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.9375rem;top:6.1875rem;left:0rem;display:block; }
#d1rw30wDpJQKZnfh20losOLx5B0U2sXE { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.5625rem;left:1.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aPo9xPFDk1CIFJwo94uFN02ynOGVxrmK { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:18rem;left:1.0625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lsmMzWXB9SSQKPrfwM5cHQQ212NR7OrK { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.9375rem;top:6.1875rem;left:20.5625rem;display:block; }
#DTJq1WcTZEA9tJIpkXBlbEqiNl4qV4sr { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:18rem;left:21.5625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mLvb6bNQU3tdQETK0tph2MXsEPLqoTv6 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.5625rem;left:21.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N0RmXICdPWDBQeOcdTzUiQUlxegMJ4I2 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.9375rem;top:6.1875rem;left:41.0625rem;display:block; }
#fpGsOdzOUD5l53oDNxLDGrhVldApVF9F { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:18rem;left:42.0625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n5opbSlJ4bOp9KdOvvJSZzJHZcrDXBPm { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.5625rem;left:42.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LgIpmtRKXUf5fQHKPIpo3wSeEZE3Q6Bs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.8125rem;width:6.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:8.8125rem;left:6.0625rem; }
#Bt0R96ds9CfBCThdGtV6dygFCXxSoiWZ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:10.25rem;left:28.0625rem;overflow:hidden;display:block; }
#zfNwL1poc9XaABlX7OWMHMC7iqqvJock { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:10.3125rem;left:48.625rem;overflow:hidden;display:block; }
#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efecec;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; }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .row .container { background-color: transparent; background-image: none; }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .row .container > .video-iframe-container { display: none; }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .row > .video-iframe-container { display: none; }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .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); }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .row .container { border-width: 0; border-radius: 0; }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:60rem;position:relative;display:block; }#n4D5p4H5PgFNOFg1o5MKrGyKirwOStBF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:18.6875rem;top:9.0625rem;left:0rem;overflow:hidden;display:block; }
#D8Nb5rtkOLhGVs3FFxUqpx28IuBxPV0w { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:18.75rem;top:23.875rem;left:0rem;display:block; }
#i7ThTiC4i1HiB6VXiX5633fnu6cCr5yw { position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:18.625rem;top:29.6875rem;left:0rem;display:block; }
#sTytWn1Uw5Wh0HD4v4Ipvc3CHBvk7hXJ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:25.625rem;left:1.125rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sCuxHOG3g2ch4TsphDFr7KBTQRzSqg7v { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:30.875rem;left:1.0625rem;height:1.4619125rem;font-style:normal;display:block; }
#XnCcFOPy5ux4p34a6dRSnS7scyh8TKlZ { color:rgba(var(--color-primary-4),1);display:block;width:15.25rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:32.5625rem;left:1.0625rem;height:2.4375rem;font-style:normal;display:block; }
#QXu98DkAhLsPayqq6mkeCs7pNWBabEnT { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:2.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:36.5625rem;left:1.0625rem;display:block; }
#O1Hlw4EmtrSi3cbDPwG8FVTrS1EvV6ce { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QPC9bFzgKfuXDOMVUCXd49UXzoXyN4ov { position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;border-top:0.0625rem solid #748a89;border-left:0.0625rem solid #748a89;border-right:0.0625rem solid #748a89;border-bottom:0.0625rem solid #748a89;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:18.625rem;top:29.6875rem;left:20.625rem;display:block; }
#UQKulrR5ghkTXTiT9nTtOQ45buTBFl1c { color:rgba(var(--color-primary-4),1);display:block;width:16.25rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:32.5625rem;left:21.6875rem;height:2.4375rem;font-style:normal;display:block; }
#OQ542ArFBscKsbZhlzzq5hQKBquZBuCi { position:absolute;display:block;z-index:15010;background-color:#748a89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:18.75rem;top:23.875rem;left:20.625rem;display:block; }
#K17NSWhswuzXMwAKeQG2faI0AKEJbRT2 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:25.625rem;left:21.8125rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wRG1bT1dPgLxdZmE8G7DInlhPfo40ueZ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:18.6875rem;top:9.0625rem;left:20.625rem;overflow:hidden;display:block; }
#vOXgDHpTXIaq7tir1ODNrCWxGq6wWEVd { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:18.625rem;top:29.6875rem;left:41.25rem;display:block; }
#LZxCo1TbnZBEdwTN5uqWr8DiJuyU8sE2 { color:rgba(var(--color-primary-4),1);display:block;width:16rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:32.5625rem;left:42.3125rem;height:2.4375rem;font-style:normal;display:block; }
#iTCtEXfLe2phorPfGBrER2NMpEiDqR4g { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:18.75rem;top:23.9375rem;left:41.25rem;display:block; }
#l54Xz1cN7UEumPA4zO3OkRKruvsbxUSu { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:25.625rem;left:42.4375rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vwITbT16i6VwftX7NW1lv1x6gvwPwKhN { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:18.6875rem;top:9.0625rem;left:41.3125rem;overflow:hidden;display:block; }
#siUNq4wTGrCHXImX8yocglqg0mT0AzoP { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:0.875rem;left:14.375rem;height:7.1484375rem;text-align:center;text-align-last:center;display:block; }
#EgKadPCVXbIdxnfAERxvDhbsUfvqfmFo { color:rgba(var(--color-tertiary-4),1);display:block;width:58.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15047;line-height:1.5;letter-spacing:0;top:5.01171875rem;left:0.90625rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#Em8zfRMkX0Swx3PeKzSmaeb6aF3m7xgt { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:30.875rem;left:21.6875rem;height:1.4619125rem;font-style:normal;display:block; }
#mZdtf5XXwOFPziPQtOnvcXxzncb054B4 { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:30.875rem;left:42.3125rem;height:1.4619125rem;font-style:normal;display:block; }
#La1fhOfWcNhyQdF5qQVzITT3D5TtJPHy { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:2.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:36.5625rem;left:21.71875rem;display:block; }
#SN70ipfskx6E6HvgW2Lc9rVIm0f4lOHb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NeolhHSUqwP3W2hr4WqdT5PnNnTa8TPr { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:2.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:36.5625rem;left:42.34375rem;display:block; }
#RNZBTOeQuffi6uvwoFbG69i4UHJRihkc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c6TMmmLzM62TxTzecpx959fVNb29wATA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efecec;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; }#c6TMmmLzM62TxTzecpx959fVNb29wATA > .row .container { background-color: transparent; background-image: none; }#c6TMmmLzM62TxTzecpx959fVNb29wATA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6TMmmLzM62TxTzecpx959fVNb29wATA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6TMmmLzM62TxTzecpx959fVNb29wATA > .row .container > .video-iframe-container { display: none; }#c6TMmmLzM62TxTzecpx959fVNb29wATA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6TMmmLzM62TxTzecpx959fVNb29wATA > .row > .video-iframe-container { display: none; }#c6TMmmLzM62TxTzecpx959fVNb29wATA > .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); }#c6TMmmLzM62TxTzecpx959fVNb29wATA > .row .container { border-width: 0; border-radius: 0; }#c6TMmmLzM62TxTzecpx959fVNb29wATA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c6TMmmLzM62TxTzecpx959fVNb29wATA > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:60rem;position:relative;display:block; }#Q9pOcMqN8GTz9XSlOTbsnFDpBJeAXlbL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:18.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ASAGS76OLI1EJSfPpqUl3faolonHODDS { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:18.75rem;top:14.8125rem;left:0rem;display:block; }
#bVFhcOhc5TGFpFzoPbqz7gGedSMS9dTq { position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:18.625rem;top:20.625rem;left:0rem;display:block; }
#yFDWCLlMIVyracTSvfpKmTm7LexuwsWJ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:16.5rem;left:1.1875rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OeflXhgXiEl4NUfZbvKaTnQSo3PgJQHh { color:rgba(var(--color-primary-4),1);display:block;width:15.25rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:23.5rem;left:1.0625rem;height:2.4375rem;font-style:normal;display:block; }
#zURoU23Cgb0r76coNsJNzLm8FKCqtSgh { position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:18.625rem;top:20.625rem;left:20.625rem;display:block; }
#bFH0mgvEt2ldxyMsgGNwJhRBhdmaXPwU { color:rgba(var(--color-primary-4),1);display:block;width:16.5625rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:23.5rem;left:21.6875rem;height:2.4375rem;font-style:normal;display:block; }
#FLESdQGBpComl9UdZeO8sB8G8OXox9uB { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:18.75rem;top:14.8125rem;left:20.625rem;display:block; }
#cebE181G9LWw3guZCvxd2mk8txfSdvvq { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.5rem;left:21.8125rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zNEoz7TBHy8KEXHa6WKiJP7s6WZOfgoc { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:18.6875rem;top:0rem;left:20.6875rem;overflow:hidden;display:block; }
#f9F0sktixORw1iEixmkMNe3TvNFg4oWV { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.0625rem solid #6b6a64;border-left:0.0625rem solid #6b6a64;border-right:0.0625rem solid #6b6a64;border-bottom:0.0625rem solid #6b6a64;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:18.625rem;top:20.625rem;left:41.25rem;display:block; }
#bipTI6iSUlg32XV6OKdPrZGq8U52AhkX { color:rgba(var(--color-primary-4),1);display:block;width:15.1875rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:23.5rem;left:42.3125rem;height:2.4375rem;font-style:normal;display:block; }
#TZunD11dprPtyJDkFzBUVTWTs1sqVhKg { position:absolute;display:block;z-index:15021;background-color:#6b6a64;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:18.75rem;top:14.8125rem;left:41.25rem;display:block; }
#L4mM0MWviKGP6NaRdDpDaBQOIU6sTVB3 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:15.361328125rem;left:44.25rem;height:4.548825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BcBNIeq1aDZtNcxJ8KWTvctQhd53hvut { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:18.6875rem;top:0rem;left:41.3125rem;overflow:hidden;display:block; }
#fQ0rOyoIy1G8U2XbQ9ZKmStHhMQhqFNH { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:22.1015625rem;left:1.1875rem;height:1.4619125rem;font-style:normal;display:block; }
#mJVm6e15TQP5FmUhdDBcGA2oiuSZg2mw { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:22.1015625rem;left:21.6875rem;height:1.4619125rem;font-style:normal;display:block; }
#tdMReRCBtxVk7wzlGTxAHTcqHvoJkcxW { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:22.1015625rem;left:42.3125rem;height:1.4619125rem;font-style:normal;display:block; }
#VFnUmr7Pw9Zx6WMTaZ6vPS17nPs3cntn { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:2.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.4375rem;left:1.0625rem;display:block; }
#MrqbSGAWv3LXxFWueZVBRAvHdlcUVDJk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zD6lbHbguoXrUGecJc8oTbu6cwv72ABo { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:2.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:27.4375rem;left:21.71875rem;display:block; }
#G3FbU1EcEwQ8l2eqtEqoeWZ0qzs9LEoK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NTlR2MiOvXEJfL75wJgUngKE07m833vr { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:2.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:27.4375rem;left:42.34375rem;display:block; }
#oc8Oa8Hdb61MfOxwsCa7Pb3q8bMZw3tP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container { background-color: transparent; background-image: none; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container > .video-iframe-container { display: none; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row > .video-iframe-container { display: none; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .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); }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container { border-width: 0; border-radius: 0; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:60rem;position:relative;display:block; }#achuVo3QVOyZKP9V9MlObT4ZW3uJEnng { color:rgba(var(--color-primary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:6.5625rem;left:4.25rem;height:6.82425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uwvvLwHfRTrioTc6BeLp4TRKlIC3sUnC { color:rgba(var(--color-tertiary-4),1);display:block;width:28.625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:14.1904296875rem;left:0.6875rem;height:7.3095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OIhfeAvyqU8y135tfKSPCsx9privgawP { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:23.375rem;left:8.4375rem;display:block; }
#TdRq2GszmJtrIJ16Sv7O7p71VT8ZdDMi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yXmdX7UmTftKwnFlVnIKszptSOHK9P77 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:29.9375rem;top:7.8125rem;left:30.0625rem;overflow:hidden;display:block; }
#v8OhvhSHwLnJ3a0d6BoLmG2xLTBSbv46 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:0.125rem;top:3.921875rem;left:35.03125rem;display:block; }
#rv0fZaqu83LqEoT0PTzSWvPnf2x1BeBu { box-sizing:content-box;height:4.3125rem;width:4.3125rem;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:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fd2d9b89-70bb-42d2-904e-7eaca9484e19/IMG45721.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.25rem;left:31.625rem;display:block; }#rv0fZaqu83LqEoT0PTzSWvPnf2x1BeBu.adaptive-delivery-prevent-bg, #rv0fZaqu83LqEoT0PTzSWvPnf2x1BeBu.lazyload, #rv0fZaqu83LqEoT0PTzSWvPnf2x1BeBu.lazyloading { background-image: none; }
#kROCXx1sC4TyTgh2CTN0mDAoKTcV4zBD { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:0.125rem;top:21.5rem;left:40rem;display:block; }
#A0IuvzV5NuyL8rvNPWbbTtmG1U2LMo7z { box-sizing:content-box;height:4.3125rem;width:4.3125rem;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:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f27cdc3b-d709-4d00-ab92-45e505e4f771/IMG_0700cropped1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:25.25rem;left:39.375rem;display:block; }#A0IuvzV5NuyL8rvNPWbbTtmG1U2LMo7z.adaptive-delivery-prevent-bg, #A0IuvzV5NuyL8rvNPWbbTtmG1U2LMo7z.lazyload, #A0IuvzV5NuyL8rvNPWbbTtmG1U2LMo7z.lazyloading { background-image: none; }
#CDULGRPbNbKtdbVbQSXRxNt22wtXDTXT { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:0.125rem;top:21.4375rem;left:48rem;display:block; }
#NHaDQ8Fv5aeV0lo93NU834eEiWbaFfsS { box-sizing:content-box;height:4.3125rem;width:4.3125rem;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:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5344cb4d-b3ad-4395-8f45-79e6af3265a2/12GaugeBaseChannel1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:26.125rem;left:46.9375rem;display:block; }#NHaDQ8Fv5aeV0lo93NU834eEiWbaFfsS.adaptive-delivery-prevent-bg, #NHaDQ8Fv5aeV0lo93NU834eEiWbaFfsS.lazyload, #NHaDQ8Fv5aeV0lo93NU834eEiWbaFfsS.lazyloading { background-image: none; }
#pcavzWXKHLPTt6Px6npMGIPTHzUxvKyv { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:0.125rem;top:1.375rem;left:48rem;display:block; }
#LCyXOaIIJcX4DySWVVn2TWwOf19fQuik { box-sizing:content-box;height:4.3125rem;width:4.3125rem;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:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/94414c49-3bf1-4694-9231-298299a2e579/PXL_20240305_201547761.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0.5625rem;left:46.9375rem;display:block; }#LCyXOaIIJcX4DySWVVn2TWwOf19fQuik.adaptive-delivery-prevent-bg, #LCyXOaIIJcX4DySWVVn2TWwOf19fQuik.lazyload, #LCyXOaIIJcX4DySWVVn2TWwOf19fQuik.lazyloading { background-image: none; }
#wKIlCdfmDqz24Kw28wdCQEvNKFEETOWZ { color:rgba(var(--color-primary-3),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.025390625rem;left:35.9375rem;height:4.142575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qC00K8a1FWAUaZGuKNegxCERzZ01PpEV { color:rgba(var(--color-primary-3),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.375rem;left:51.375rem;height:4.142575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CV5o3R5ZETUcQ5R0vCkPmy3ETXpz1pS4 { color:rgba(var(--color-primary-3),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:26.208984375rem;left:51.375rem;height:4.142575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mha0Zpqfvksfn0DdQroaWwVxRIJNt7vc { color:rgba(var(--color-primary-3),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:25.9375rem;left:30.78125rem;height:4.142575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DCW4ibC3OnZ5eQb9TF5JnU34BNzTNuMx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DCW4ibC3OnZ5eQb9TF5JnU34BNzTNuMx > .row .container { background-color: transparent; background-image: none; }#DCW4ibC3OnZ5eQb9TF5JnU34BNzTNuMx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCW4ibC3OnZ5eQb9TF5JnU34BNzTNuMx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCW4ibC3OnZ5eQb9TF5JnU34BNzTNuMx > .row .container > .video-iframe-container { display: none; }#DCW4ibC3OnZ5eQb9TF5JnU34BNzTNuMx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCW4ibC3OnZ5eQb9TF5JnU34BNzTNuMx > .row > .video-iframe-container { display: none; }#DCW4ibC3OnZ5eQb9TF5JnU34BNzTNuMx > .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); }#DCW4ibC3OnZ5eQb9TF5JnU34BNzTNuMx > .row .container { border-width: 0; border-radius: 0; }#DCW4ibC3OnZ5eQb9TF5JnU34BNzTNuMx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCW4ibC3OnZ5eQb9TF5JnU34BNzTNuMx > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:60rem;position:relative;display:block; }#aqI8SCH7bicFI6KRzKiaB1wwsJk6BnlE { color:rgba(var(--color-tertiary-0),1);display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:6.82425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cNaLnhIAHa54lI65T9gcloBIkkB0m0Sd { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:8.375rem;left:0rem;display:block; }
#Nvl8OANtTVgRNnoSTohH53DVXngoJtOF { color:rgba(var(--color-tertiary-0),0.7);display:block;width:25.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15014;line-height:2.1;letter-spacing:0;top:10.1875rem;left:0rem;height:8.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZyyokWbQXEV3T2CkbJbQsLCtU7MWxast { position:absolute;display:block;z-index:15015;height:32.75rem;width:30rem;top:5.28125rem;left:30rem;display:block; }
#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efecec;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; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container { background-color: transparent; background-image: none; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container > .video-iframe-container { display: none; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row > .video-iframe-container { display: none; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .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); }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container { border-width: 0; border-radius: 0; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:60rem;position:relative;display:block; }#aiv2yqMfpLTdQQoNVAmzfPx2XgnRg9Uh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:0.625rem;left:4.875rem;overflow:hidden;display:block; }
#btvydT1nV2czQb6fzmgw6PP0rbwZNFwD { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:1.15625rem;left:21.28125rem;overflow:hidden;display:block; }
#Nx3We1TJTRl6KbHHSmCH5WgfNG8WpKE5 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:1.34375rem;left:37.25rem;overflow:hidden;display:block; }
#S7WHVl7FVqW7adciGcTT2EFGI6MuMUpa { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:1.40625rem;left:51.21875rem;overflow:hidden;display:block; }
#y7DtSQhCKIHP1aWOQwxaNJMcePostcRe { color:#434340;display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5rem;left:3.09375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eTUZwhwUWnB34kqJ7guHeHJopmmrQD9W { color:#434340;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:5rem;left:18.78125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fBAhufTDiAwHqn4VkgVaB9CBa6v20gdU { color:#434340;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:4.75rem;left:33.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TXV9XOXml3SzMTc5DggRfLyzpb3kUKtf { color:#434340;display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:5rem;left:47.21875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mnLHWC2bJgBRnQyhAmrOszk6eXakdiRC { display:block; }#mnLHWC2bJgBRnQyhAmrOszk6eXakdiRC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9BUyNfrEZRHAoIr49J7xMR81amlnN5p { top:0rem;left:0rem;width:9.875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc7lymZsyydWmTpOP0mcPaPEmpzN8W78 { top:2.25rem;left:17.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG8amVRiuXtsiCiIwcGuWh21kcHTqbl0 { top:0.375rem;left:30.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVHJQ3GTTpx3zn6gsKGX15eyihqMZ1h6 { top:0.3125rem;left:12.875rem;width:34.875rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { display:block; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPtVsqBFWPdZEK1GMfUdmmBXSmQp4hSO { width:42.4375rem;height:9.875rem;top:5.5rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EadJcvNoKeFO30bD2pCXK3iSXrbsQ4Tk { width:27.6875rem;height:4.625rem;top:17.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTynxkQ2JBKQLt62R89Bf5RfRHp24Mrm { width:17.0625rem;height:2.625rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTNbl5STIXbGLlf6gJ0fxqSx7h10PyA9 { display:block; }
 }@media only screen and (max-width: 763px) { #leghSInQo3B6g5WhuVU9CrMJgzHK5LNu { display:block; }#leghSInQo3B6g5WhuVU9CrMJgzHK5LNu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P7V5guR1DXIHr6SiDE7eygcCc24FdvJ6 { width:47.75rem;height:3.625rem;top:1rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZK3BbfJbgMHRJuIwG4GF5w8oBfu1xPp { width:18.9375rem;height:18.75rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1rw30wDpJQKZnfh20losOLx5B0U2sXE { width:16.875rem;height:2rem;top:15.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPo9xPFDk1CIFJwo94uFN02ynOGVxrmK { width:16.875rem;height:4.5rem;top:18rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsmMzWXB9SSQKPrfwM5cHQQ212NR7OrK { width:18.9375rem;height:18.75rem;top:6.1875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTJq1WcTZEA9tJIpkXBlbEqiNl4qV4sr { width:16.875rem;height:4.5rem;top:18rem;left:15.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLvb6bNQU3tdQETK0tph2MXsEPLqoTv6 { width:16.875rem;height:2rem;top:15.5625rem;left:15.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0RmXICdPWDBQeOcdTzUiQUlxegMJ4I2 { width:18.9375rem;height:18.75rem;top:6.1875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpGsOdzOUD5l53oDNxLDGrhVldApVF9F { width:16.875rem;height:4.5rem;top:18rem;left:30.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5opbSlJ4bOp9KdOvvJSZzJHZcrDXBPm { width:16.875rem;height:2rem;top:15.5625rem;left:30.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgIpmtRKXUf5fQHKPIpo3wSeEZE3Q6Bs { top:8.8125rem;left:0rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt0R96ds9CfBCThdGtV6dygFCXxSoiWZ { top:10.25rem;left:21.9375rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfNwL1poc9XaABlX7OWMHMC7iqqvJock { top:10.3125rem;left:42.5rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I { display:block; }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4D5p4H5PgFNOFg1o5MKrGyKirwOStBF { width:18.6875rem;height:14.875rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8Nb5rtkOLhGVs3FFxUqpx28IuBxPV0w { width:18.75rem;height:5.8125rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7ThTiC4i1HiB6VXiX5633fnu6cCr5yw { width:18.625rem;height:10.6875rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTytWn1Uw5Wh0HD4v4Ipvc3CHBvk7hXJ { width:16.4375rem;height:2.25rem;top:25.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCuxHOG3g2ch4TsphDFr7KBTQRzSqg7v { width:12.5rem;height:1.4375rem;top:30.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnCcFOPy5ux4p34a6dRSnS7scyh8TKlZ { width:15.25rem;height:2.4375rem;top:32.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXu98DkAhLsPayqq6mkeCs7pNWBabEnT { width:16.5625rem;height:2.375rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1Hlw4EmtrSi3cbDPwG8FVTrS1EvV6ce { display:block; }
 }@media only screen and (max-width: 763px) { #QPC9bFzgKfuXDOMVUCXd49UXzoXyN4ov { width:18.625rem;height:10.6875rem;top:29.6875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQKulrR5ghkTXTiT9nTtOQ45buTBFl1c { width:16.25rem;height:2.4375rem;top:32.5625rem;left:15.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ542ArFBscKsbZhlzzq5hQKBquZBuCi { width:18.75rem;height:5.8125rem;top:23.875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #K17NSWhswuzXMwAKeQG2faI0AKEJbRT2 { width:16.4375rem;height:2.25rem;top:25.625rem;left:15.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRG1bT1dPgLxdZmE8G7DInlhPfo40ueZ { width:18.6875rem;height:14.875rem;top:9.0625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOXgDHpTXIaq7tir1ODNrCWxGq6wWEVd { width:18.625rem;height:10.6875rem;top:29.6875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZxCo1TbnZBEdwTN5uqWr8DiJuyU8sE2 { width:16rem;height:2.4375rem;top:32.5625rem;left:31.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTCtEXfLe2phorPfGBrER2NMpEiDqR4g { width:18.75rem;height:5.8125rem;top:23.9375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l54Xz1cN7UEumPA4zO3OkRKruvsbxUSu { width:16.4375rem;height:2.25rem;top:25.625rem;left:31.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwITbT16i6VwftX7NW1lv1x6gvwPwKhN { width:18.6875rem;height:14.875rem;top:9.0625rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #siUNq4wTGrCHXImX8yocglqg0mT0AzoP { top:0.875rem;left:0rem;width:30.4375rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgKadPCVXbIdxnfAERxvDhbsUfvqfmFo { top:5rem;left:0rem;width:47.75rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em8zfRMkX0Swx3PeKzSmaeb6aF3m7xgt { width:12.5rem;height:1.4375rem;top:30.875rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZdtf5XXwOFPziPQtOnvcXxzncb054B4 { width:12.5rem;height:1.4375rem;top:30.875rem;left:32rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #La1fhOfWcNhyQdF5qQVzITT3D5TtJPHy { width:16.5625rem;height:2.375rem;top:36.5625rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SN70ipfskx6E6HvgW2Lc9rVIm0f4lOHb { display:block; }
 }@media only screen and (max-width: 763px) { #NeolhHSUqwP3W2hr4WqdT5PnNnTa8TPr { width:16.5625rem;height:2.375rem;top:36.5625rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNZBTOeQuffi6uvwoFbG69i4UHJRihkc { display:block; }
 }@media only screen and (max-width: 763px) { #c6TMmmLzM62TxTzecpx959fVNb29wATA { display:block; }#c6TMmmLzM62TxTzecpx959fVNb29wATA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9pOcMqN8GTz9XSlOTbsnFDpBJeAXlbL { width:18.6875rem;height:14.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASAGS76OLI1EJSfPpqUl3faolonHODDS { width:18.75rem;height:5.8125rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVFhcOhc5TGFpFzoPbqz7gGedSMS9dTq { width:18.625rem;height:10.6875rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFDWCLlMIVyracTSvfpKmTm7LexuwsWJ { width:16.4375rem;height:2.25rem;top:16.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeflXhgXiEl4NUfZbvKaTnQSo3PgJQHh { width:15.25rem;height:2.4375rem;top:23.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zURoU23Cgb0r76coNsJNzLm8FKCqtSgh { width:18.625rem;height:10.6875rem;top:20.625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFH0mgvEt2ldxyMsgGNwJhRBhdmaXPwU { width:16.5625rem;height:2.4375rem;top:23.5rem;left:15.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLESdQGBpComl9UdZeO8sB8G8OXox9uB { width:18.75rem;height:5.8125rem;top:14.8125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #cebE181G9LWw3guZCvxd2mk8txfSdvvq { width:16.4375rem;height:2.25rem;top:16.5rem;left:15.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNEoz7TBHy8KEXHa6WKiJP7s6WZOfgoc { width:18.6875rem;height:14.875rem;top:0rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9F0sktixORw1iEixmkMNe3TvNFg4oWV { width:18.625rem;height:10.6875rem;top:20.625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bipTI6iSUlg32XV6OKdPrZGq8U52AhkX { width:15.1875rem;height:2.4375rem;top:23.5rem;left:32rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZunD11dprPtyJDkFzBUVTWTs1sqVhKg { width:18.75rem;height:5.8125rem;top:14.8125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4mM0MWviKGP6NaRdDpDaBQOIU6sTVB3 { width:12.75rem;height:4.5rem;top:15.3125rem;left:33.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcBNIeq1aDZtNcxJ8KWTvctQhd53hvut { width:18.6875rem;height:14.875rem;top:0rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ0rOyoIy1G8U2XbQ9ZKmStHhMQhqFNH { width:12.5rem;height:1.4375rem;top:22.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJVm6e15TQP5FmUhdDBcGA2oiuSZg2mw { width:12.5rem;height:1.4375rem;top:22.0625rem;left:15.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdMReRCBtxVk7wzlGTxAHTcqHvoJkcxW { width:12.5rem;height:1.4375rem;top:22.0625rem;left:32rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFnUmr7Pw9Zx6WMTaZ6vPS17nPs3cntn { width:16.5625rem;height:2.375rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrqbSGAWv3LXxFWueZVBRAvHdlcUVDJk { display:block; }
 }@media only screen and (max-width: 763px) { #zD6lbHbguoXrUGecJc8oTbu6cwv72ABo { width:16.5625rem;height:2.375rem;top:27.4375rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3FbU1EcEwQ8l2eqtEqoeWZ0qzs9LEoK { display:block; }
 }@media only screen and (max-width: 763px) { #NTlR2MiOvXEJfL75wJgUngKE07m833vr { width:16.5625rem;height:2.375rem;top:27.4375rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc8Oa8Hdb61MfOxwsCa7Pb3q8bMZw3tP { display:block; }
 }@media only screen and (max-width: 763px) { #b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 { display:block; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #achuVo3QVOyZKP9V9MlObT4ZW3uJEnng { width:21.5rem;height:6.8125rem;top:6.5625rem;left:1.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwvvLwHfRTrioTc6BeLp4TRKlIC3sUnC { width:28.625rem;height:7.25rem;top:14.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIhfeAvyqU8y135tfKSPCsx9privgawP { width:13.125rem;height:2.5625rem;top:23.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdRq2GszmJtrIJ16Sv7O7p71VT8ZdDMi { display:block; }
 }@media only screen and (max-width: 763px) { #yXmdX7UmTftKwnFlVnIKszptSOHK9P77 { width:29.9375rem;height:16.5rem;top:7.8125rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8OhvhSHwLnJ3a0d6BoLmG2xLTBSbv46 { width:0.125rem;height:14.4375rem;top:3.875rem;left:25.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv0fZaqu83LqEoT0PTzSWvPnf2x1BeBu { top:2.25rem;left:23.875rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kROCXx1sC4TyTgh2CTN0mDAoKTcV4zBD { width:0.125rem;height:6.4375rem;top:21.5rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0IuvzV5NuyL8rvNPWbbTtmG1U2LMo7z { top:25.25rem;left:30.1875rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDULGRPbNbKtdbVbQSXRxNt22wtXDTXT { width:0.125rem;height:6.4375rem;top:21.4375rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHaDQ8Fv5aeV0lo93NU834eEiWbaFfsS { top:26.125rem;left:37.75rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcavzWXKHLPTt6Px6npMGIPTHzUxvKyv { width:0.125rem;height:14.4375rem;top:1.375rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCyXOaIIJcX4DySWVVn2TWwOf19fQuik { top:0.5625rem;left:37.75rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKIlCdfmDqz24Kw28wdCQEvNKFEETOWZ { width:9.5625rem;height:2.75rem;top:3rem;left:26.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC00K8a1FWAUaZGuKNegxCERzZ01PpEV { width:8.625rem;height:2.75rem;top:1.375rem;left:39.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV5o3R5ZETUcQ5R0vCkPmy3ETXpz1pS4 { width:8.625rem;height:4.125rem;top:26.1875rem;left:39.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mha0Zpqfvksfn0DdQroaWwVxRIJNt7vc { width:8.625rem;height:4.125rem;top:25.9375rem;left:23.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCW4ibC3OnZ5eQb9TF5JnU34BNzTNuMx { display:block; }#DCW4ibC3OnZ5eQb9TF5JnU34BNzTNuMx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqI8SCH7bicFI6KRzKiaB1wwsJk6BnlE { top:3.4375rem;left:0rem;width:30.0625rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNaLnhIAHa54lI65T9gcloBIkkB0m0Sd { top:8.375rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvl8OANtTVgRNnoSTohH53DVXngoJtOF { top:10.1875rem;left:0rem;width:25.8125rem;height:10.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyyokWbQXEV3T2CkbJbQsLCtU7MWxast { top:5.25rem;left:17.75rem;width:30rem;height:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH { display:block; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aiv2yqMfpLTdQQoNVAmzfPx2XgnRg9Uh { top:0.625rem;left:1.8125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btvydT1nV2czQb6fzmgw6PP0rbwZNFwD { top:1.125rem;left:18.21875rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx3We1TJTRl6KbHHSmCH5WgfNG8WpKE5 { top:1.3125rem;left:28.0625rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7WHVl7FVqW7adciGcTT2EFGI6MuMUpa { top:1.375rem;left:42.03125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7DtSQhCKIHP1aWOQwxaNJMcePostcRe { top:5rem;left:0.03125rem;width:7.9375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTUZwhwUWnB34kqJ7guHeHJopmmrQD9W { top:5rem;left:15.5625rem;width:8.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBAhufTDiAwHqn4VkgVaB9CBa6v20gdU { top:4.75rem;left:24.125rem;width:10.8125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXV9XOXml3SzMTc5DggRfLyzpb3kUKtf { top:5rem;left:36.9375rem;width:10.8125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mnLHWC2bJgBRnQyhAmrOszk6eXakdiRC { position:relative;z-index:auto;display:block; }#mnLHWC2bJgBRnQyhAmrOszk6eXakdiRC > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V9BUyNfrEZRHAoIr49J7xMR81amlnN5p { width:9.875rem;height:3.375rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc7lymZsyydWmTpOP0mcPaPEmpzN8W78 { display:flex;width:1.5625rem;height:1.5625rem;top:15.1875rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #VG8amVRiuXtsiCiIwcGuWh21kcHTqbl0 { width:1.5625rem;height:1.5625rem;top:12.375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVHJQ3GTTpx3zn6gsKGX15eyihqMZ1h6 { width:20rem;height:0;top:5.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/80c1a5af-b27a-47bd-b300-0caeed9123bd/IMG_0272.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.adaptive-delivery-prevent-bg, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyload, #CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu.lazyloading { background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { background-color: transparent; background-image: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row > .video-iframe-container { display: none; }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .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); }#CAfyzcJ1yfy1hv3F3od0RJ7kGdHST1Qu > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPtVsqBFWPdZEK1GMfUdmmBXSmQp4hSO { width:20rem;height:4.875rem;top:4.0625rem;left:0rem;font-size:2.4375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #EadJcvNoKeFO30bD2pCXK3iSXrbsQ4Tk { width:20rem;height:4.875rem;top:10.734375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gTynxkQ2JBKQLt62R89Bf5RfRHp24Mrm { width:15.9375rem;height:2.125rem;top:16.8125rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTNbl5STIXbGLlf6gJ0fxqSx7h10PyA9 { display:block; }
 }@media only screen and (max-width: 763px) { #leghSInQo3B6g5WhuVU9CrMJgzHK5LNu { display:block; }#leghSInQo3B6g5WhuVU9CrMJgzHK5LNu > .row .container { width:20rem;height:56.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P7V5guR1DXIHr6SiDE7eygcCc24FdvJ6 { width:20rem;height:4.875rem;top:0.7177734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZK3BbfJbgMHRJuIwG4GF5w8oBfu1xPp { width:15.1875rem;height:15.0625rem;top:6.6103515625rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1rw30wDpJQKZnfh20losOLx5B0U2sXE { width:16.25rem;height:1.625rem;top:13.4912109375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPo9xPFDk1CIFJwo94uFN02ynOGVxrmK { width:13.125rem;height:3.9375rem;top:16.1865234375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsmMzWXB9SSQKPrfwM5cHQQ212NR7OrK { width:15.1875rem;height:15rem;top:23.75rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTJq1WcTZEA9tJIpkXBlbEqiNl4qV4sr { width:12.5rem;height:3.9375rem;top:32.9990234375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLvb6bNQU3tdQETK0tph2MXsEPLqoTv6 { width:16.25rem;height:1.625rem;top:30.599609375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0RmXICdPWDBQeOcdTzUiQUlxegMJ4I2 { width:15.1875rem;height:15rem;top:40.5625rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpGsOdzOUD5l53oDNxLDGrhVldApVF9F { width:13.1875rem;height:3.9375rem;top:49.4990234375rem;left:3.40625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5opbSlJ4bOp9KdOvvJSZzJHZcrDXBPm { width:20rem;height:1.625rem;top:46.724609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgIpmtRKXUf5fQHKPIpo3wSeEZE3Q6Bs { display:flex;width:6.8125rem;height:6.8125rem;top:6.6103515625rem;left:6.59375rem; }
 }@media only screen and (max-width: 763px) { #Bt0R96ds9CfBCThdGtV6dygFCXxSoiWZ { width:3.9375rem;height:3.9375rem;top:25.5234375rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfNwL1poc9XaABlX7OWMHMC7iqqvJock { width:3.875rem;height:3.875rem;top:41.9375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I { display:block; }#JsTq2NyG7Pnl2Fi0ZmwgaJJ2qt8L1p6I > .row .container { width:20rem;height:117.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4D5p4H5PgFNOFg1o5MKrGyKirwOStBF { width:18.8125rem;height:14.875rem;top:18.13671875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8Nb5rtkOLhGVs3FFxUqpx28IuBxPV0w { width:18.75rem;height:6.8125rem;top:33rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7ThTiC4i1HiB6VXiX5633fnu6cCr5yw { width:18.625rem;height:10.6875rem;top:39.8125rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #sTytWn1Uw5Wh0HD4v4Ipvc3CHBvk7hXJ { width:16.4375rem;height:1.8681625rem;top:34.75rem;left:1.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sCuxHOG3g2ch4TsphDFr7KBTQRzSqg7v { width:12.5rem;height:1.4619125rem;top:40.5625rem;left:1.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XnCcFOPy5ux4p34a6dRSnS7scyh8TKlZ { width:14.6875rem;height:1.70605625rem;top:42.6875rem;left:1.6875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QXu98DkAhLsPayqq6mkeCs7pNWBabEnT { width:11.25rem;height:3.125rem;top:46.5rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1Hlw4EmtrSi3cbDPwG8FVTrS1EvV6ce { display:block; }
 }@media only screen and (max-width: 763px) { #QPC9bFzgKfuXDOMVUCXd49UXzoXyN4ov { width:18.625rem;height:10.6875rem;top:73.16015625rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #UQKulrR5ghkTXTiT9nTtOQ45buTBFl1c { width:12.875rem;height:1.70605625rem;top:76.22265625rem;left:1.75rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OQ542ArFBscKsbZhlzzq5hQKBquZBuCi { width:18.75rem;height:6.8125rem;top:66.34765625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K17NSWhswuzXMwAKeQG2faI0AKEJbRT2 { width:16.4375rem;height:1.8681625rem;top:68.8203125rem;left:1.78125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wRG1bT1dPgLxdZmE8G7DInlhPfo40ueZ { width:18.875rem;height:14.6875rem;top:51.72265625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOXgDHpTXIaq7tir1ODNrCWxGq6wWEVd { width:18.625rem;height:10.6875rem;top:106.78515625rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #LZxCo1TbnZBEdwTN5uqWr8DiJuyU8sE2 { width:11.4375rem;height:1.70605625rem;top:110.28515625rem;left:1.75rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iTCtEXfLe2phorPfGBrER2NMpEiDqR4g { width:18.75rem;height:6.8125rem;top:99.97265625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l54Xz1cN7UEumPA4zO3OkRKruvsbxUSu { width:16.4375rem;height:1.7871125rem;top:102.4853515625rem;left:1.78125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vwITbT16i6VwftX7NW1lv1x6gvwPwKhN { width:18.875rem;height:14.6875rem;top:85.28515625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #siUNq4wTGrCHXImX8yocglqg0mT0AzoP { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EgKadPCVXbIdxnfAERxvDhbsUfvqfmFo { width:20rem;height:9.1875rem;top:7.69921875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Em8zfRMkX0Swx3PeKzSmaeb6aF3m7xgt { width:12.5rem;height:1.4619125rem;top:73.97265625rem;left:1.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mZdtf5XXwOFPziPQtOnvcXxzncb054B4 { width:12.5rem;height:1.4619125rem;top:107.84765625rem;left:1.75rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #La1fhOfWcNhyQdF5qQVzITT3D5TtJPHy { width:11.25rem;height:3.125rem;top:79.72265625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SN70ipfskx6E6HvgW2Lc9rVIm0f4lOHb { display:block; }
 }@media only screen and (max-width: 763px) { #NeolhHSUqwP3W2hr4WqdT5PnNnTa8TPr { width:11.25rem;height:3.125rem;top:113.59765625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNZBTOeQuffi6uvwoFbG69i4UHJRihkc { display:block; }
 }@media only screen and (max-width: 763px) { #c6TMmmLzM62TxTzecpx959fVNb29wATA { display:block; }#c6TMmmLzM62TxTzecpx959fVNb29wATA > .row .container { width:20rem;height:99.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9pOcMqN8GTz9XSlOTbsnFDpBJeAXlbL { width:18.875rem;height:14.5rem;top:0rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASAGS76OLI1EJSfPpqUl3faolonHODDS { width:18.75rem;height:6.8125rem;top:14.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVFhcOhc5TGFpFzoPbqz7gGedSMS9dTq { width:18.625rem;height:10.6875rem;top:21.25rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #yFDWCLlMIVyracTSvfpKmTm7LexuwsWJ { width:16.4375rem;height:1.7871125rem;top:17.01171875rem;left:1.78125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OeflXhgXiEl4NUfZbvKaTnQSo3PgJQHh { width:10.8125rem;height:1.70605625rem;top:24.4375rem;left:1.8125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zURoU23Cgb0r76coNsJNzLm8FKCqtSgh { width:18.625rem;height:10.6875rem;top:54.4375rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #bFH0mgvEt2ldxyMsgGNwJhRBhdmaXPwU { width:10.875rem;height:1.70605625rem;top:57.75rem;left:1.78125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FLESdQGBpComl9UdZeO8sB8G8OXox9uB { width:18.75rem;height:6.8125rem;top:47.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cebE181G9LWw3guZCvxd2mk8txfSdvvq { width:16.4375rem;height:1.7871125rem;top:50.1376953125rem;left:1.78125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zNEoz7TBHy8KEXHa6WKiJP7s6WZOfgoc { width:18.875rem;height:14.6875rem;top:32.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9F0sktixORw1iEixmkMNe3TvNFg4oWV { width:18.625rem;height:10.6875rem;top:87.875rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #bipTI6iSUlg32XV6OKdPrZGq8U52AhkX { width:13.1875rem;height:1.70605625rem;top:91.1875rem;left:1.78125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TZunD11dprPtyJDkFzBUVTWTs1sqVhKg { width:18.75rem;height:6.8125rem;top:81.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4mM0MWviKGP6NaRdDpDaBQOIU6sTVB3 { width:16.4375rem;height:1.7871125rem;top:83.5751953125rem;left:1.78125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BcBNIeq1aDZtNcxJ8KWTvctQhd53hvut { width:18.875rem;height:14.75rem;top:66.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ0rOyoIy1G8U2XbQ9ZKmStHhMQhqFNH { width:12.5rem;height:1.4619125rem;top:22.2890625rem;left:1.78125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mJVm6e15TQP5FmUhdDBcGA2oiuSZg2mw { width:12.5rem;height:1.4619125rem;top:55.6015625rem;left:1.78125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tdMReRCBtxVk7wzlGTxAHTcqHvoJkcxW { width:12.5rem;height:1.4619125rem;top:89.0390625rem;left:1.78125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VFnUmr7Pw9Zx6WMTaZ6vPS17nPs3cntn { width:11.25rem;height:3.125rem;top:27.6875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrqbSGAWv3LXxFWueZVBRAvHdlcUVDJk { display:block; }
 }@media only screen and (max-width: 763px) { #zD6lbHbguoXrUGecJc8oTbu6cwv72ABo { width:11.25rem;height:3.125rem;top:61.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3FbU1EcEwQ8l2eqtEqoeWZ0qzs9LEoK { display:block; }
 }@media only screen and (max-width: 763px) { #NTlR2MiOvXEJfL75wJgUngKE07m833vr { width:11.25rem;height:3.125rem;top:94.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oc8Oa8Hdb61MfOxwsCa7Pb3q8bMZw3tP { display:block; }
 }@media only screen and (max-width: 763px) { #b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 { display:block; }#b3aviU1UkwfV57fEuS9fbCxdAlt5rPb6 > .row .container { width:20rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #achuVo3QVOyZKP9V9MlObT4ZW3uJEnng { width:17.4375rem;height:4.875rem;top:1.625rem;left:1.28125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uwvvLwHfRTrioTc6BeLp4TRKlIC3sUnC { width:18.375rem;height:9.098625rem;top:7.69921875rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OIhfeAvyqU8y135tfKSPCsx9privgawP { width:13.125rem;height:2.9375rem;top:17.45703125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdRq2GszmJtrIJ16Sv7O7p71VT8ZdDMi { display:block; }
 }@media only screen and (max-width: 763px) { #yXmdX7UmTftKwnFlVnIKszptSOHK9P77 { width:15.875rem;height:8.75rem;top:22.89453125rem;left:2.5929054054054rem;display:none; }
 }@media only screen and (max-width: 763px) { #v8OhvhSHwLnJ3a0d6BoLmG2xLTBSbv46 { width:0.0625rem;height:4.125rem;top:41.83203125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rv0fZaqu83LqEoT0PTzSWvPnf2x1BeBu { width:4.3125rem;height:4.3125rem;top:44.26953125rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kROCXx1sC4TyTgh2CTN0mDAoKTcV4zBD { width:0.125rem;height:6.4375rem;top:87.43456875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A0IuvzV5NuyL8rvNPWbbTtmG1U2LMo7z { width:4.3125rem;height:4.3125rem;top:81.87206875rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CDULGRPbNbKtdbVbQSXRxNt22wtXDTXT { width:0.125rem;height:6.4375rem;top:100.68456875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NHaDQ8Fv5aeV0lo93NU834eEiWbaFfsS { width:4.3125rem;height:4.3125rem;top:95.12206875rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pcavzWXKHLPTt6Px6npMGIPTHzUxvKyv { width:0.125rem;height:14.4375rem;top:56.78125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LCyXOaIIJcX4DySWVVn2TWwOf19fQuik { width:4.3125rem;height:4.3125rem;top:51.21875rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wKIlCdfmDqz24Kw28wdCQEvNKFEETOWZ { width:9.5625rem;height:0;top:47.20703125rem;left:5.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qC00K8a1FWAUaZGuKNegxCERzZ01PpEV { width:8.625rem;height:0;top:72.46875rem;left:5.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CV5o3R5ZETUcQ5R0vCkPmy3ETXpz1pS4 { width:8.625rem;height:0;top:108.37206875rem;left:5.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Mha0Zpqfvksfn0DdQroaWwVxRIJNt7vc { width:8.625rem;height:0;top:76.48046875rem;left:5.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DCW4ibC3OnZ5eQb9TF5JnU34BNzTNuMx { display:block; }#DCW4ibC3OnZ5eQb9TF5JnU34BNzTNuMx > .row .container { width:20rem;height:56.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqI8SCH7bicFI6KRzKiaB1wwsJk6BnlE { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cNaLnhIAHa54lI65T9gcloBIkkB0m0Sd { width:8.25rem;height:0.375rem;top:7.69921875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvl8OANtTVgRNnoSTohH53DVXngoJtOF { width:20rem;height:6.7480625rem;top:9.32421875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #ZyyokWbQXEV3T2CkbJbQsLCtU7MWxast { width:20rem;height:32.75rem;top:17.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH { display:block; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aiv2yqMfpLTdQQoNVAmzfPx2XgnRg9Uh { width:4.375rem;height:4.375rem;top:1.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btvydT1nV2czQb6fzmgw6PP0rbwZNFwD { width:3.3125rem;height:3.3125rem;top:6.5625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx3We1TJTRl6KbHHSmCH5WgfNG8WpKE5 { width:2.9375rem;height:2.9375rem;top:11.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7WHVl7FVqW7adciGcTT2EFGI6MuMUpa { width:2.8125rem;height:2.8125rem;top:17.375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7DtSQhCKIHP1aWOQwxaNJMcePostcRe { width:7.9375rem;height:2.4375rem;top:2.15625rem;left:10.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eTUZwhwUWnB34kqJ7guHeHJopmmrQD9W { width:8.3125rem;height:2.4375rem;top:7rem;left:10.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fBAhufTDiAwHqn4VkgVaB9CBa6v20gdU { width:10.8125rem;height:2.4375rem;top:12.125rem;left:9.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXV9XOXml3SzMTc5DggRfLyzpb3kUKtf { width:10.8125rem;height:2.4375rem;top:17.5625rem;left:9rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }