.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:224,229,236;--color-primary-1:163,178,198;--color-primary-2:102,127,160;--color-primary-3:61,76,96;--color-primary-4:0,42,96;--color-secondary-0:248,242,232;--color-secondary-1:233,213,179;--color-secondary-2:210,171,102;--color-secondary-3:105,86,51;--color-secondary-4:32,26,15;--color-tertiary-0:255,255,255;--color-tertiary-1:246,246,255;--color-tertiary-2:195,195,195;--color-tertiary-3:117,117,117;--color-tertiary-4:0,0,0;--headlines-font-family:"ITC AvantGarde";--paragraphs-font-family:"ITC AvantGarde"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhInwakse1GkDtaX1QlCLXHt9MPPPLBc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#vhInwakse1GkDtaX1QlCLXHt9MPPPLBc > .row .container { background-color: transparent; background-image: none; }#vhInwakse1GkDtaX1QlCLXHt9MPPPLBc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhInwakse1GkDtaX1QlCLXHt9MPPPLBc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhInwakse1GkDtaX1QlCLXHt9MPPPLBc > .row .container > .video-iframe-container { display: none; }#vhInwakse1GkDtaX1QlCLXHt9MPPPLBc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhInwakse1GkDtaX1QlCLXHt9MPPPLBc > .row > .video-iframe-container { display: none; }#vhInwakse1GkDtaX1QlCLXHt9MPPPLBc > .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); }#vhInwakse1GkDtaX1QlCLXHt9MPPPLBc > .row .container { border-width: 0; border-radius: 0; }#vhInwakse1GkDtaX1QlCLXHt9MPPPLBc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vhInwakse1GkDtaX1QlCLXHt9MPPPLBc > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#DhAk7lT0HxWNVr1iRW72BrRkgyux1Tbf { 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.6875rem;width:11rem;top:0.5rem;left:0rem;overflow:hidden;display:block; }
#HOxaPX015n0prXzMrWFfoZkZxbUTmE2C { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.13671875rem;display:none; }
#Llu67Pys9qR6Xb02JPJrebcCyHinPDUU { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.75rem;left:50.125rem;height:1.13671875rem;font-style:normal;display:none; }
#tVTDQ2O5gdQp07TCWxmQF660WRLMEO7E { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.75rem;left:60.3125rem;height:1.13671875rem;font-style:normal;display:none; }
#s9uT7sUHSzX6ciQSrkVHkMPhqT8gkhfo { box-sizing:content-box;color:#be871a;font-size:1rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:1rem;left:66.125rem;display:block; }
#UXEblfsMWvKQwBU9W0XRNxTNuGewpMJw { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.0625rem;left:67.5rem;height:1.13671875rem;font-style:normal;display:block; }
#gT9TaZ8cai8qXNATDCXNyB51Wyfhc9rn { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1875rem;left:48.25rem;height:1.13671875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FDbTBMMLxo6HiMzxQI5FhIX8ut0p2vp3 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.5625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.6875rem;left:27.3125rem;display:block; }
#VBRgaLEUrL9vfQw3iu5MrXf3haC5FExv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DIMUrBDCM5aXBqeVsSiU60FvFIhC0yDX { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.5625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.6875rem;left:34.125rem;display:block; }
#P8E8AH0biuPmrnXZ6FSZO4RETd8r9Elo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ld7s9rQJh5u3HL2vaTCuDdfg5iA5pgat { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.5625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.6875rem;left:40.9375rem;display:block; }
#JFGtQIbBsblshtvGCl8pzQ734ATsrBJG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EbhUDQDnPlfmi3lqJQqlxLh8lEygsUIV { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.5625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.6875rem;left:47.75rem;display:block; }
#XDukZXa0nCMneNJU4mH6QR9tBlUquZcD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ilobv6KVfAyzTBV5IlcwoHhzkRtdbxqi { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.5625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:2.6875rem;left:54.5625rem;display:block; }
#ET8O09Sx2vmf4TxwcgmWdUTtSSsqDC5Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ueAILeOqw76kVQBiTPT49yHzDAr3tw8H { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.5625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:2.6875rem;left:61.375rem;display:block; }
#XPAOcHCmA7Moz7rABpZMa74nUQ3eBz78 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nhPSOR0Xq4N0A9sQUO9OKUy51PJn29wn { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.5625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:2.6875rem;left:68.1875rem;display:block; }
#ZPvAf2Snu6DaNSLeARSZ1DXNzlAfaIga { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZRTH2yW1LvTmvTK8nQqJfHDobMN8w4AT { 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:4.625rem;width:11.5rem;top:0.53125rem;left:11.71875rem;overflow:hidden;display:block; }
#lnumXnWBOX7dQl0gUIo2WSua04Mm8i5S { 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;z-index:auto;display:block; }#lnumXnWBOX7dQl0gUIo2WSua04Mm8i5S > .row .container { background-color: transparent; background-image: none; }#lnumXnWBOX7dQl0gUIo2WSua04Mm8i5S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnumXnWBOX7dQl0gUIo2WSua04Mm8i5S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnumXnWBOX7dQl0gUIo2WSua04Mm8i5S > .row .container > .video-iframe-container { display: none; }#lnumXnWBOX7dQl0gUIo2WSua04Mm8i5S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnumXnWBOX7dQl0gUIo2WSua04Mm8i5S > .row > .video-iframe-container { display: none; }#lnumXnWBOX7dQl0gUIo2WSua04Mm8i5S > .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); }#lnumXnWBOX7dQl0gUIo2WSua04Mm8i5S > .row .container { border-width: 0; border-radius: 0; }#lnumXnWBOX7dQl0gUIo2WSua04Mm8i5S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lnumXnWBOX7dQl0gUIo2WSua04Mm8i5S > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#Em4im12UDEuE0W81XrcK8xTBMPtTOsJm { 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.6875rem;width:11rem;top:0.5rem;left:0rem;overflow:hidden;display:block; }
#MM8tleLPO84FUT0VFWZgLxllqqLKAqGB { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.13671875rem;display:none; }
#fCkTy1xTuf1wGphyA5KAmEQ5WnPR5MNG { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.75rem;left:50.125rem;height:1.13671875rem;font-style:normal;display:none; }
#VuZIHwBBIee9y95gIAthLn8l5N5LRDxO { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.75rem;left:60.3125rem;height:1.13671875rem;font-style:normal;display:none; }
#S7WXrFzg8LwxAuZb4oU8vsZbS5ATfthS { box-sizing:content-box;color:#be871a;font-size:1rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:1rem;left:66.125rem;display:block; }
#rWo5tsuW4PlaxkIIpulvNNJCr9FWkVAC { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.0625rem;left:67.5rem;height:1.13671875rem;font-style:normal;display:block; }
#vElTXkN8okSNPE5TLTC7s3h0d1pGaEOe { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1875rem;left:48.25rem;height:1.13671875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#W4dizAAnn6E6srXvHIuXhtPKsUNOq13I { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.5625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:2.6875rem;left:27.3125rem;display:block; }
#fr6vTKEuPV5i5pTSEw2tHmnOib63taug { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tnbJL5k1q0hUy4Gq6RmAGAAqEL7NL0Fl { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.5625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:2.6875rem;left:34.125rem;display:block; }
#iwVreT6ClICi4rtONJ5fnnczf3QdhGOM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KORrOH4VsqNe6UDR32KcwUGRhCfVpBZv { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.5625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.6875rem;left:40.9375rem;display:block; }
#z2ZweQIpRB8m3JRUbUuLSP8wMNrGkysZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TG0bo8Gzelga4hgianKsofI6BwCtTkyW { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.5625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.6875rem;left:47.75rem;display:block; }
#ORl6VKvRBHRXu6R4GDW5GT5urclyrPKT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BWTC52b6smRRQZk8m5f3OTNe5JiHikmL { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.5625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:2.6875rem;left:54.5625rem;display:block; }
#luTTaJGHkVIpPMJNqqsSl43I0xiDEK9p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m5ZlyqcaRkIJnSUl2oC4qdHV426pn1Qz { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.5625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:2.6875rem;left:61.375rem;display:block; }
#ewsbHoGcEkJ1WGFHWMJWs4C6TKCsLtFe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TlopLMltK2srXvzGlyFeVok32J1Ohi32 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.5625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:2.6875rem;left:68.1875rem;display:block; }
#kiI0SiKpW6tpOssPQQ58xxOm267iZIzk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DgILp95hnEr9GK7gtM22FrE5Iqc9rNSI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a1635;background-image:url("https://images.assets-landingi.com/uc/cc186ab8-5cfd-4c5a-995d-caf15d332c1c/heroimage2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DgILp95hnEr9GK7gtM22FrE5Iqc9rNSI.adaptive-delivery-prevent-bg, #DgILp95hnEr9GK7gtM22FrE5Iqc9rNSI.lazyload, #DgILp95hnEr9GK7gtM22FrE5Iqc9rNSI.lazyloading { background-image: none; }#DgILp95hnEr9GK7gtM22FrE5Iqc9rNSI > .row .container { background-color: transparent; background-image: none; }#DgILp95hnEr9GK7gtM22FrE5Iqc9rNSI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgILp95hnEr9GK7gtM22FrE5Iqc9rNSI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgILp95hnEr9GK7gtM22FrE5Iqc9rNSI > .row .container > .video-iframe-container { display: none; }#DgILp95hnEr9GK7gtM22FrE5Iqc9rNSI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgILp95hnEr9GK7gtM22FrE5Iqc9rNSI > .row > .video-iframe-container { display: none; }#DgILp95hnEr9GK7gtM22FrE5Iqc9rNSI > .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); }#DgILp95hnEr9GK7gtM22FrE5Iqc9rNSI > .row .container { border-width: 0; border-radius: 0; }#DgILp95hnEr9GK7gtM22FrE5Iqc9rNSI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DgILp95hnEr9GK7gtM22FrE5Iqc9rNSI > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;position:relative;display:block; }#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-form-header { font-size:0.875rem; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:3.625rem;color:#161616;font-size:1.125rem;overflow:hidden;font-family:poppins;vertical-align:top; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-input-text {padding-top: 0; padding-bottom: 0;}#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1.125rem;overflow:hidden;font-family:poppins;vertical-align:top; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:3.625rem;color:rgba(var(--color-primary-4),1);font-family:poppins;font-size:1.0625rem;overflow:hidden;vertical-align:top; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-input-select {padding-top: 0; padding-bottom: 0;}#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#e4b673;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:400;color:#000000;width:25rem;height:3.4375rem;font-family:"dm serif display";overflow:hidden;font-style:normal; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-4),1);font-family:poppins;font-size:1rem; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-4),1);font-family:poppins;font-size:1rem; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-4),1);font-family:poppins;font-size:1rem; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-4),1);font-family:poppins;font-size:1rem; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:23.625rem;overflow:hidden;font-style:normal;float:none; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-container:first-of-type{padding-top:0;}#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-container:last-of-type{padding-bottom:0;}#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15002;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:9.373046875rem;left:47.15625rem;font-size:0.875rem; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem;display:block;vertical-align:top; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r {display:block;}#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15002;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:9.373046875rem;left:47.15625rem;font-size:0.875rem; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #lOXExgRV4r4ksPvkmVGHtpC83OHBX55D { position:relative; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #fao65EMG3soi8zC509Dgy9FvP8BFHrPO { position:relative;display:none; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #RC8TN5W45aucJ7pTgMRanJzxGygA0Icb { position:relative; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #oJ8Q0xvSTTdVh67bSk44afwszdnEPr2R { position:relative; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #uXV0uqu3HwzxMDC5XsPIZfTG5NN5AvD5 { position:relative;display:none; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #eOxiMM1XJkJmVg9pMNFDJJmk7fptG6n4 { position:relative; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #nQltB3TXpvygktQqtie7sO6aUJ2uGuA2 { position:relative; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #gBCX3USdCRCT3zAMIDpIi84dxw3MmH1s { position:relative;display:none; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #kXcz3AyV1phVAGshoWRA7sreMCDqROrz { position:relative; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #e2T65dtcWcPyJV9rrA3sHn1MtDRwfxI6 { position:relative; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #MK0knXv9CXT5WSucOQoQqXNLlOsJP54e { position:relative;display:none; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #qkZIrLJwkDvKUBmwgOfkx17bdbWgpzLB { position:relative; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #uJpB0sdXt6UFa1eTUKOpJZHiwxINGosZ { position:relative; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #vxANx6ZCSUc29sAN3GpTacaLLyZGQrGf { position:relative;display:none; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #pMhATJtzmGc94y0hfqa6QuBKpasdfKna { position:relative; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #WOfpVNdJPivnXDJFbL4V5TzUGUUgMrtr { position:relative; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #N6t7IU9bEHHaSOzhb7PQbMDnmc7gHeQi { position:relative; }
#TT7cetOxo2sy4fslQUHReSCkCvPqcGm0 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.375rem;position:absolute;font-family:adamina;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.25rem;left:0rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TNHtvuR4Ul3eI3sHiO29RT7IRb7gGMUV { color:#e4b673;display:block;width:21.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.185546875rem;left:50.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ztOHDSz0VnJvEpXEPQDg55wpbPbWRS0w { color:#e4b673;display:block;width:18.75rem;position:absolute;font-family:adamina;font-size:2.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.4990234375rem;left:0rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p5sHhToAZ2ctMgmbzizPr3uSnWdSamC1 { color:#e4b673;display:block;width:29.6875rem;position:absolute;font-family:"dm serif display";font-size:7.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.373046875rem;left:0rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dHAdv9a7ivN7cwVGiTDmTCwEudPTlvci { color:#ffffff;display:block;width:21.5rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.1826171875rem;left:0rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uhExvmviti3U8sNH3VuWMULDxDQRdr8Q { box-sizing:content-box;height:0.1875rem;width:6.25rem;position:absolute;display:block;z-index:15005;background-color:#e4b673;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.8125rem;left:0rem;display:block; }
#BNfDwb06E3QhrahUU7I1fGREFAEFD4cR { color:#ffffff;display:block;width:23rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:24.869140625rem;left:0rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#znnOzu544UQTW3cFOUAXiZwtug7ShnBO { color:#e4b673;display:block;width:19.125rem;position:absolute;font-family:poppins;font-size:2.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:26.818359375rem;left:0rem;height:3.33105625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XsHgqKd3qgrHmoH9s5QKRL7MCBhQq6NE { color:#ffffff;display:block;width:28.3125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:30.869140625rem;left:0rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i73Pv3qTMqKToTK44cG0U9I4EikcQ88a { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:36.89453125rem;left:2.9375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fo2CIIULHRXwa4Qook6gSx9Xh9hvePf5 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:40.224609375rem;left:2.9375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CVyhyq3pg9MupO8sZ1NIOSkZBxazrReA { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:36.6875rem;left:0rem; }
#FgsXg7LIfnN809PoRavD238G7fOXoolP { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:39.248046875rem;left:0rem; }
#zhtmULzNFHHWMlKTwr8TksQoX99ZJEcd { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:36.53125rem;left:17rem; }
#v0hu1k85WiTZ9yb9VUdNnxxDzvC9DUhA { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:36.89453125rem;left:20.625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QehpOcGrOXncztuVSrlBuUDC1zf852qV { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:39.861328125rem;left:17rem; }
#M8xMFFKzhoKXTnHGINJTIzDk65ZGMseZ { color:#ffffff;display:block;width:24.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:40.650390625rem;left:20.625rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T84ttdesAwwUSosUMbpQqvdoD2aeTq6L { color:rgba(var(--color-tertiary-0),1);display:block;width:23.375rem;position:absolute;font-family:adamina;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.25rem;left:0rem;height:1.9494625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#qfDWgPUJShIavAvKP3xslMtlNwXA9Ik1 { box-sizing:content-box;height:35.6875rem;width:27.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);top:4.375rem;left:46.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#UsUnixuZO2gnOyted2NxImS9lAq8w4Zq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a1635;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; }#UsUnixuZO2gnOyted2NxImS9lAq8w4Zq > .row .container { background-color: transparent; background-image: none; }#UsUnixuZO2gnOyted2NxImS9lAq8w4Zq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsUnixuZO2gnOyted2NxImS9lAq8w4Zq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsUnixuZO2gnOyted2NxImS9lAq8w4Zq > .row .container > .video-iframe-container { display: none; }#UsUnixuZO2gnOyted2NxImS9lAq8w4Zq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsUnixuZO2gnOyted2NxImS9lAq8w4Zq > .row > .video-iframe-container { display: none; }#UsUnixuZO2gnOyted2NxImS9lAq8w4Zq > .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); }#UsUnixuZO2gnOyted2NxImS9lAq8w4Zq > .row .container { border-width: 0; border-radius: 0; }#UsUnixuZO2gnOyted2NxImS9lAq8w4Zq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UsUnixuZO2gnOyted2NxImS9lAq8w4Zq > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#GQdzZKZCsk761HQRCtHzoFyq1P6ZTTDK { background-color:#e4b673;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#0a1635;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.75rem;height:4.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:3.04296875rem;left:0rem;display:block; }
#tED1HuBka2opbEQ1cqxg5LKSG84Pugzm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X83bLEBuAz9q10MbLpKZMs7CVZNDZfu5 { color:#e4b673;display:block;width:15.5625rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.208984375rem;left:22.5625rem;height:2.51855625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eL9ZoBaHC1P1Gu4IKLsfmKTlvKMXQ9TA { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.75rem;left:45.5rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#isW2AeDeeV0lm68pBPRv4caeMv3DShyB { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:3.3125rem;left:41rem; }
#NLqoKXV9OmiGz1asUpQcsv97MOe6CS6A { background-color:#e4b673;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#0a1635;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5rem;height:4.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:5.1875rem;left:7rem;display:none; }
#dDKhGJZ5vw1PBfTCLXQqMmDVR6Av74Vo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cSepovVtsh3xgRJXnT85D8Ngv3zJGEv5 { color:#ffffff;display:block;width:19rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:11.5625rem;left:49.9375rem;height:3.897575rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#W7Tg9RzJ8WZvKbltFLSvXn4z5TVbwCzt { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:3rem;left:61.4375rem; }
#inoURBhTCZH6RNP1QtywK00xD8xIy8pT { color:#ffffff;display:block;width:8.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:3.75rem;left:66.1875rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GVgfcx6lJyTdnyWcgSOSEGw3FAGlFmF3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a1635;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; }#GVgfcx6lJyTdnyWcgSOSEGw3FAGlFmF3 > .row .container { background-color: transparent; background-image: none; }#GVgfcx6lJyTdnyWcgSOSEGw3FAGlFmF3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVgfcx6lJyTdnyWcgSOSEGw3FAGlFmF3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVgfcx6lJyTdnyWcgSOSEGw3FAGlFmF3 > .row .container > .video-iframe-container { display: none; }#GVgfcx6lJyTdnyWcgSOSEGw3FAGlFmF3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GVgfcx6lJyTdnyWcgSOSEGw3FAGlFmF3 > .row > .video-iframe-container { display: none; }#GVgfcx6lJyTdnyWcgSOSEGw3FAGlFmF3 > .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); }#GVgfcx6lJyTdnyWcgSOSEGw3FAGlFmF3 > .row .container { border-width: 0; border-radius: 0; }#GVgfcx6lJyTdnyWcgSOSEGw3FAGlFmF3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GVgfcx6lJyTdnyWcgSOSEGw3FAGlFmF3 > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:block; }#Hdfm1uuKE4zNZZLiuhxFuWMnSxegtus1 { position:absolute;display:block;z-index:15000;border-top:0.125rem solid #e4b673;border-left:0.125rem solid #e4b673;border-right:0.125rem solid #e4b673;border-bottom:0.125rem solid #e4b673;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.8125rem;width:35.3125rem;top:2.8125rem;left:1.21875rem;overflow:hidden;display:block; }
#CPLHUr3XxRcTx6r68b7fw3a1DNdpMNTd { color:#e4b673;display:block;width:19.6875rem;position:absolute;font-family:adamina;font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.875rem;left:39.5rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pMF0nOoTB4Qf50OAcJXBaVzWLwPAvMSr { color:#e4b673;display:block;width:17.3125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.5rem;left:39.5rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QFke7kpFzOK0sNGMfhgea3dWIB4TstBx { box-sizing:content-box;height:0.0625rem;width:21.875rem;position:absolute;display:block;z-index:15007;background-color:#e4b673;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.25rem;left:39.5rem;display:block; }
#PZ3Ri1QRGVywcxWCySaPdt3psPDWib4f { color:#ffffff;display:block;width:33.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.9375rem;left:39.5rem;height:10.2334rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FQTss1NwWOhelHKTvoC9qfDJJ4b0NpIs { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e4b673;border-left:0.0625rem solid #e4b673;border-right:0.0625rem solid #e4b673;border-bottom:0.0625rem solid #e4b673;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:23.1875rem;left:39.5rem;display:block; }
#ZsNXX9ADDKz0H3K52VtvlyKO6bsi3HOS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XIxpZVPn91ZniBMDE66zXu50Bco0N78R { box-sizing:content-box;height:28.5625rem;width:74.6875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid #e4b673;border-left:0.125rem solid #e4b673;border-right:0.125rem solid #e4b673;border-bottom:0.125rem solid #e4b673;top:0.18750762939453rem;left:0.125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#qF0NbDox7Xqx5928ICv7OzcfUqFcDri0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a1635;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; }#qF0NbDox7Xqx5928ICv7OzcfUqFcDri0 > .row .container { background-color: transparent; background-image: none; }#qF0NbDox7Xqx5928ICv7OzcfUqFcDri0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qF0NbDox7Xqx5928ICv7OzcfUqFcDri0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qF0NbDox7Xqx5928ICv7OzcfUqFcDri0 > .row .container > .video-iframe-container { display: none; }#qF0NbDox7Xqx5928ICv7OzcfUqFcDri0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qF0NbDox7Xqx5928ICv7OzcfUqFcDri0 > .row > .video-iframe-container { display: none; }#qF0NbDox7Xqx5928ICv7OzcfUqFcDri0 > .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); }#qF0NbDox7Xqx5928ICv7OzcfUqFcDri0 > .row .container { border-width: 0; border-radius: 0; }#qF0NbDox7Xqx5928ICv7OzcfUqFcDri0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qF0NbDox7Xqx5928ICv7OzcfUqFcDri0 > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:75rem;position:relative;display:block; }#FkMohp7yPiln9WEBlW7IKgAnR1x4n6fv { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5625rem;position:absolute;font-family:adamina;font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6861953735351rem;left:20.9375rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bAJhAMyHMLz4FxTrmVlG7PPwTCWE4h5L { box-sizing:content-box;height:4.0625rem;width:4.0625rem;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:15003;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #e4b673;border-left:0.0625rem solid #e4b673;border-right:0.0625rem solid #e4b673;border-bottom:0.0625rem solid #e4b673;top:9.0625rem;left:1.1875rem;display:block; }
#w6gcgze3AaqSCqB7bhRtoRfCVDRvrSuX { color:#e4b673;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:9.6875rem;left:6.25rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ekh2Wa0OnvaKWklJfNZArCT6C5uvqHe6 { color:#e4b673;display:block;width:8.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:9.625rem;left:26.4375rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R1uWiK0JkX0BWocrFCiwz7nuZNiz3Uvd { box-sizing:content-box;height:4.5rem;width:4.5rem;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:15005;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #e4b673;border-left:0.0625rem solid #e4b673;border-right:0.0625rem solid #e4b673;border-bottom:0.0625rem solid #e4b673;top:8.75rem;left:20.9375rem;display:block; }
#gHkTS8ZQQtnthPnvrtT51xB3DNdwPyh9 { color:#e4b673;display:block;width:7.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:9.8125rem;left:46.125rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#opBvTVMZ3xxDg8OO7P2IBma4TCEZldg2 { box-sizing:content-box;height:4.5rem;width:4.5rem;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:15007;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #e4b673;border-left:0.0625rem solid #e4b673;border-right:0.0625rem solid #e4b673;border-bottom:0.0625rem solid #e4b673;top:8.9375rem;left:40.625rem;display:block; }
#ATUI4BBpMOynh83txlfLwFgNWBQ0Krpd { color:#e4b673;display:block;width:7.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:9.8125rem;left:64.75rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nrhfNKVJP9kdNVsGV3Qp465MP3JlPIrC { box-sizing:content-box;height:4.5rem;width:4.5rem;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:15009;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.0625rem solid #e4b673;border-left:0.0625rem solid #e4b673;border-right:0.0625rem solid #e4b673;border-bottom:0.0625rem solid #e4b673;top:8.9375rem;left:59.25rem;display:block; }
#vKx4IRSPRQUZrnoCqiG33bipWcDPFUKl { color:#ffffff;display:block;width:15.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:14.6640625rem;left:1.625rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bQw4GFT32FTs0b3JHVetSVnEvpVdqEF7 { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:14.6640625rem;left:20.4375rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vLODOs6g5Qy6XnSZqUZr8EaF19odfPbm { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:14.6640625rem;left:38.71875rem;height:5.84765rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pTKyFQWhXlV6C3axTkhWZ7gQ0UMq2pbx { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:14.6640625rem;left:57.46875rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#by65cr4c3UXqXrAxTnHPuCt4axQKbpEg { box-sizing:content-box;height:22.1875rem;width:17.1875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/cdea1d12-e143-4ff2-b817-40f96d221d89/14e0cd_c6595637e4624f218beff78cf93ad4c2mv2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.125rem solid #e4b673;border-left:0.125rem solid #e4b673;border-right:0.125rem solid #e4b673;border-bottom:0.125rem solid #e4b673;top:22.375rem;left:19.447917938233rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#by65cr4c3UXqXrAxTnHPuCt4axQKbpEg.adaptive-delivery-prevent-bg, #by65cr4c3UXqXrAxTnHPuCt4axQKbpEg.lazyload, #by65cr4c3UXqXrAxTnHPuCt4axQKbpEg.lazyloading { background-image: none; }
#ghhQQKeqcdqlnR05Lz3eA394EZgavwzG { box-sizing:content-box;height:22.1875rem;width:17.1875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/96b5451f-ef8e-49e7-aaf0-80943a5274a5/interior3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.125rem solid #e4b673;border-left:0.125rem solid #e4b673;border-right:0.125rem solid #e4b673;border-bottom:0.125rem solid #e4b673;top:22.375rem;left:0.69791793823244rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#ghhQQKeqcdqlnR05Lz3eA394EZgavwzG.adaptive-delivery-prevent-bg, #ghhQQKeqcdqlnR05Lz3eA394EZgavwzG.lazyload, #ghhQQKeqcdqlnR05Lz3eA394EZgavwzG.lazyloading { background-image: none; }
#gLy13yniLZ9uoarsWH9C5Z5oyqZOZWUi { box-sizing:content-box;height:22.1875rem;width:17.1875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/c00c5c46-83eb-4fc4-a913-67f567a8e557/Gallery023.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.125rem solid #e4b673;border-left:0.125rem solid #e4b673;border-right:0.125rem solid #e4b673;border-bottom:0.125rem solid #e4b673;top:22.375rem;left:38.19792175293rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#gLy13yniLZ9uoarsWH9C5Z5oyqZOZWUi.adaptive-delivery-prevent-bg, #gLy13yniLZ9uoarsWH9C5Z5oyqZOZWUi.lazyload, #gLy13yniLZ9uoarsWH9C5Z5oyqZOZWUi.lazyloading { background-image: none; }
#TCuGowoF1NUFJNs6keBXAGv7EywzPixl { box-sizing:content-box;height:22.1875rem;width:17.1875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/18ad90b7-4c8f-4bb0-8ebb-c0d2bf8f5502/restuarant.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.125rem solid #e4b673;border-left:0.125rem solid #e4b673;border-right:0.125rem solid #e4b673;border-bottom:0.125rem solid #e4b673;top:22.375rem;left:56.94792175293rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#TCuGowoF1NUFJNs6keBXAGv7EywzPixl.adaptive-delivery-prevent-bg, #TCuGowoF1NUFJNs6keBXAGv7EywzPixl.lazyload, #TCuGowoF1NUFJNs6keBXAGv7EywzPixl.lazyloading { background-image: none; }
#E3idUeI00UTLLm1UbsSZPpyr2zdKGaO6 { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15008;background-color:#e4b673;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.9375rem;left:25.0625rem;display:block; }
#C6pvQvNrfXU2bcGTWV4n12CH3CEXgTgc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:9.55078125rem;left:1.67578125rem; }
#yNqc31SBzGZ2ZBO4X1l0CmCK4VemgQNz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:9.55078125rem;left:21.645835876465rem; }
#Mbl8OTGJPrgiysLWRS2mThRQXJydXTGE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:9.55078125rem;left:41.333335876465rem; }
#atJSi5etuRZOihPplAFGEHTEmSuMVt4l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:9.55078125rem;left:59.958335876465rem; }
#IuwyQOo8Sl8cfcbD0b6rB9FKr4y28XOe { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5625rem;position:absolute;font-family:adamina;font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6861953735351rem;left:20.9375rem;height:1.9487875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#g9htTBlt2yI9tNMDzTzvkGFPxymx3cuF { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15008;background-color:#e4b673;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.9375rem;left:25.0625rem;display:none; }
#Cn2KcG9TqWT24QRFhqnIxuiJwwV68Kn7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a1635;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; }#Cn2KcG9TqWT24QRFhqnIxuiJwwV68Kn7 > .row .container { background-color: transparent; background-image: none; }#Cn2KcG9TqWT24QRFhqnIxuiJwwV68Kn7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cn2KcG9TqWT24QRFhqnIxuiJwwV68Kn7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cn2KcG9TqWT24QRFhqnIxuiJwwV68Kn7 > .row .container > .video-iframe-container { display: none; }#Cn2KcG9TqWT24QRFhqnIxuiJwwV68Kn7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cn2KcG9TqWT24QRFhqnIxuiJwwV68Kn7 > .row > .video-iframe-container { display: none; }#Cn2KcG9TqWT24QRFhqnIxuiJwwV68Kn7 > .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); }#Cn2KcG9TqWT24QRFhqnIxuiJwwV68Kn7 > .row .container { border-width: 0; border-radius: 0; }#Cn2KcG9TqWT24QRFhqnIxuiJwwV68Kn7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cn2KcG9TqWT24QRFhqnIxuiJwwV68Kn7 > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#amJJKO2bN7p39XyJ8D7UWkS9WXwo3p3F { color:rgba(var(--color-tertiary-0),1);display:block;width:42.0625rem;position:absolute;font-family:adamina;font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8098964691162rem;left:16.53125rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fnAq9lTt95WgQJ1CQ5MqhbvlVPJH1IyG { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:19.500001907349rem;left:3.51953125rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lXdBDppdzQoHp4ExB3O5gMAuKs35Ti4m { box-sizing:content-box;height:9rem;width:13.1875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/3102801f-730b-4d70-9ce9-74cd36cc3481/g6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.125rem solid #e4b673;border-left:0.125rem solid #e4b673;border-right:0.125rem solid #e4b673;border-bottom:0.125rem solid #e4b673;top:8.9375rem;left:1.4375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#lXdBDppdzQoHp4ExB3O5gMAuKs35Ti4m.adaptive-delivery-prevent-bg, #lXdBDppdzQoHp4ExB3O5gMAuKs35Ti4m.lazyload, #lXdBDppdzQoHp4ExB3O5gMAuKs35Ti4m.lazyloading { background-image: none; }
#u8KnOFdHXeur0uccUfn7ywCkRHkDJC3P { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15008;background-color:#e4b673;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.9375rem;left:25.0625rem;display:block; }
#Xw0QQMhH3RMihFL1Nt8H7mnX9RoM8edf { box-sizing:content-box;height:9rem;width:13.1875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/dbc88b08-5d9a-453b-ad54-3fabda718713/g1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.125rem solid #e4b673;border-left:0.125rem solid #e4b673;border-right:0.125rem solid #e4b673;border-bottom:0.125rem solid #e4b673;top:8.9375rem;left:16.125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#Xw0QQMhH3RMihFL1Nt8H7mnX9RoM8edf.adaptive-delivery-prevent-bg, #Xw0QQMhH3RMihFL1Nt8H7mnX9RoM8edf.lazyload, #Xw0QQMhH3RMihFL1Nt8H7mnX9RoM8edf.lazyloading { background-image: none; }
#TxadwXE0ngar8lnw0g5FMWlvyvBCN0mZ { box-sizing:content-box;height:9rem;width:13.1875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/3a6ee29e-ded9-4064-be2d-076a2cb9c7d8/g4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.125rem solid #e4b673;border-left:0.125rem solid #e4b673;border-right:0.125rem solid #e4b673;border-bottom:0.125rem solid #e4b673;top:8.9375rem;left:30.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#TxadwXE0ngar8lnw0g5FMWlvyvBCN0mZ.adaptive-delivery-prevent-bg, #TxadwXE0ngar8lnw0g5FMWlvyvBCN0mZ.lazyload, #TxadwXE0ngar8lnw0g5FMWlvyvBCN0mZ.lazyloading { background-image: none; }
#R3B0zP3QsRtAaFMk80asbi0LVccn00Gc { box-sizing:content-box;height:9rem;width:13.1875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/96b5451f-ef8e-49e7-aaf0-80943a5274a5/interior3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.125rem solid #e4b673;border-left:0.125rem solid #e4b673;border-right:0.125rem solid #e4b673;border-bottom:0.125rem solid #e4b673;top:8.9375rem;left:45.6875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#R3B0zP3QsRtAaFMk80asbi0LVccn00Gc.adaptive-delivery-prevent-bg, #R3B0zP3QsRtAaFMk80asbi0LVccn00Gc.lazyload, #R3B0zP3QsRtAaFMk80asbi0LVccn00Gc.lazyloading { background-image: none; }
#CtDXnr0rpyqGq93KrfSAtTUli5Zzn6HS { box-sizing:content-box;height:9rem;width:13.1875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/684d5612-03c9-4b37-97f9-6c16921bb2de/g7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.125rem solid #e4b673;border-left:0.125rem solid #e4b673;border-right:0.125rem solid #e4b673;border-bottom:0.125rem solid #e4b673;top:8.9375rem;left:60.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }#CtDXnr0rpyqGq93KrfSAtTUli5Zzn6HS.adaptive-delivery-prevent-bg, #CtDXnr0rpyqGq93KrfSAtTUli5Zzn6HS.lazyload, #CtDXnr0rpyqGq93KrfSAtTUli5Zzn6HS.lazyloading { background-image: none; }
#y6NNIhgKHmErQlv2lMFldnq8t5GG8KMq { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:19.5rem;left:17.364585876465rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q0mJCEAVrOr24N0FxcXvhIdRh48IT2Vx { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:19.5rem;left:30.875rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#urQkhv65sut6LJfHI6w4ATgSkcJdhhr2 { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:19.5rem;left:48.9375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DF1tl5PSGeZwF1K6lgOJCHCxnbZMogzn { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:19.5rem;left:61.989585876465rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gm7FSUrS32V2nnLGRdG3yRXwyQbytXT7 { box-sizing:content-box;height:24.875rem;width:74.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid #e4b673;border-left:0.125rem solid #e4b673;border-right:0.125rem solid #e4b673;border-bottom:0.125rem solid #e4b673;top:0.1875057220459rem;left:-0.125rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#RdwVzDdtG4CnGe2xERFvXgtXJgmterPG { color:#ffffff;display:block;width:8.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:19.5rem;left:48.9375rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#soFhQw5nWp4HHoTNQ9SAPegcLNdEfBdT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a1635;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; }#soFhQw5nWp4HHoTNQ9SAPegcLNdEfBdT > .row .container { background-color: transparent; background-image: none; }#soFhQw5nWp4HHoTNQ9SAPegcLNdEfBdT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soFhQw5nWp4HHoTNQ9SAPegcLNdEfBdT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soFhQw5nWp4HHoTNQ9SAPegcLNdEfBdT > .row .container > .video-iframe-container { display: none; }#soFhQw5nWp4HHoTNQ9SAPegcLNdEfBdT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#soFhQw5nWp4HHoTNQ9SAPegcLNdEfBdT > .row > .video-iframe-container { display: none; }#soFhQw5nWp4HHoTNQ9SAPegcLNdEfBdT > .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); }#soFhQw5nWp4HHoTNQ9SAPegcLNdEfBdT > .row .container { border-width: 0; border-radius: 0; }#soFhQw5nWp4HHoTNQ9SAPegcLNdEfBdT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#soFhQw5nWp4HHoTNQ9SAPegcLNdEfBdT > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#glf4NQFNvZdTRoqpEwVzhFfM26nkBgaD { color:rgba(var(--color-tertiary-0),1);display:block;width:21.6875rem;position:absolute;font-family:adamina;font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.93359375rem;left:26.71875rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BxOSdwcgR7HNQ4sf4Ay7BAGRaHJx6dyM { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:13.812501907349rem;left:1.89453125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AfTqIPo1mWNHzTvyNL55tD3QPhB8gyA3 { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15008;background-color:#e4b673;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.0625rem;left:25.0625rem;display:block; }
#ZzmESaL9mtmT4i11cPbiJP8lOZRvf9br { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:8.3333339691163rem;left:4.01953125rem; }
#c9yTi7t5EQbNVedhn8cP6o8JdbLy3PK2 { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:13.75rem;left:17.125rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KrV7pxNvpQmUDkf7IAKSf5wGEcSUrgAK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:8.3125rem;left:19.25rem; }
#w2kJz3AfG6G4vM6xK3xt7e73DDecToum { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:13.75rem;left:33.625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TFwBcgKUOFF1yCOR5P48wzpsxeTtKVXq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:8.3125rem;left:35.75rem; }
#JaMvlu1HQpEOWEcgainZGvfmBhdH4o0k { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:13.8125rem;left:63.9375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o3Dw3VIWuJdw93IlFKy6TbLei03eZTl8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:8.25rem;left:66.0625rem; }
#Lb88GEWlDu2twPXuW8gXhSctbEwB7A2O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:7.875rem;left:51.625rem; }
#BL2Z99v3Nt0nbgosFmrI8v4NUhhVchku { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:13.6875rem;left:49.5rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BD7XtlmLpFf9yQwbG7uckZkT8cBI473V { color:#ffffff;display:block;width:12rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:25.04296875rem;left:0.48828125rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lL9lprMay3trJ4fuwW1zfFmRlHPuOlJ6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:19.25rem;left:4.0625rem; }
#GDwi4VX4agoScPbryz5glHPGHs2ntrPo { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:25.04296875rem;left:16.5625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fy4rwaa9eAS7mfFo4nxe2gkk2xlgvEvT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:19.25rem;left:19.3125rem; }
#JVl991KWRrdHQXTCA77ZIs5KaW6SnIKe { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:25.04296875rem;left:32.15625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DKAI4wzDDEx10p8cxlbIKu53vFXeTmod { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:19.25rem;left:35.8125rem; }
#ekUcnnt9C8lSKPg9iKZAhVMcZLddptZX { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:24.625rem;left:49.5625rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iBrP7S2m5SNKuKCOyd9v738rGO1tAFbO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:19.1875rem;left:51.6875rem; }
#ZQiKTwTT8wThhnkZEhq57bmgwp1ly7oE { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:24.625rem;left:64rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yWKLkbVQ3VdGHxz7wCvLFzD6xxFIkyKk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:19.1875rem;left:66.125rem; }
#GZfy0bEVyEz4axtyUyM9bn2MLKpPrkln { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a1635;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; }#GZfy0bEVyEz4axtyUyM9bn2MLKpPrkln > .row .container { background-color: transparent; background-image: none; }#GZfy0bEVyEz4axtyUyM9bn2MLKpPrkln::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZfy0bEVyEz4axtyUyM9bn2MLKpPrkln > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZfy0bEVyEz4axtyUyM9bn2MLKpPrkln > .row .container > .video-iframe-container { display: none; }#GZfy0bEVyEz4axtyUyM9bn2MLKpPrkln > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZfy0bEVyEz4axtyUyM9bn2MLKpPrkln > .row > .video-iframe-container { display: none; }#GZfy0bEVyEz4axtyUyM9bn2MLKpPrkln > .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); }#GZfy0bEVyEz4axtyUyM9bn2MLKpPrkln > .row .container { border-width: 0; border-radius: 0; }#GZfy0bEVyEz4axtyUyM9bn2MLKpPrkln > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GZfy0bEVyEz4axtyUyM9bn2MLKpPrkln > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#VtPnTNen81fldGcBpn8LT3qqZcEON3HP { box-sizing:content-box;height:36.125rem;width:36.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid #e4b673;border-left:0.125rem solid #e4b673;border-right:0.125rem solid #e4b673;border-bottom:0.125rem solid #e4b673;top:0rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#sAbe0DCE9lnwSdbuUXgi7rL1mq4pb7pQ { box-sizing:content-box;height:36.125rem;width:36.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid #e4b673;border-left:0.125rem solid #e4b673;border-right:0.125rem solid #e4b673;border-bottom:0.125rem solid #e4b673;top:0rem;left:38.208335876465rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#esu6NEdvQFp7A6Qy8tydEczUgZvIC2dI { color:#e4b673;display:block;width:20.625rem;position:absolute;font-family:adamina;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.30859375rem;left:8.145835876465rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fDZ7MDNaOO3yLiF8PTTLFD324HozGSGC { color:#e4b673;display:block;width:8.9375rem;position:absolute;font-family:adamina;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.30859375rem;left:52.13542175293rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tIWbevuPvxLKm1T5zhr5I0L8ACXiSTti { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:7.0625rem;left:5.125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o5vrslexMD6P94a1FTzIaR6fsTHml99T { color:#ffffff;display:block;width:7.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:10.125rem;left:5.125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#guym2p0hnrwsu7WvWaPKEb0yZpwe1azr { color:#ffffff;display:block;width:18.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:13.1875rem;left:5.125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jz6hQspXp8F33HlnQyWZ4dupXsdC2fuy { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:16.3125rem;left:5.125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lleqVcOSLnpZp6pTObJJrRhac3KCS7dN { color:#ffffff;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:19.5625rem;left:5.125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LspmAiuJNxI2VT4kBNR4Q4dTTN2Zo5Ba { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:22.9375rem;left:5.125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A2JIudGuebDNKxBnq4souMm3Fhk9VQy2 { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:26rem;left:5.125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dLrETqcHcaFo4TAKyylG83w44h6VDzD1 { color:#ffffff;display:block;width:5.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:29.0625rem;left:5.125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NrBmDv52TqcMuoz3lWqUUrE5phT9Evp9 { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:32.0625rem;left:5.125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KZCfBLt4QcbvKggP6iDHRDfFlgI6M7f5 { box-sizing:content-box;height:0.0625rem;width:30rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.25rem;left:5.125rem;display:block; }
#Xpxv2z7FA4On4dfQEw7XDGBdu1w1HBB2 { box-sizing:content-box;height:0.0625rem;width:30rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.0625rem;left:5.125rem;display:block; }
#UIHT92JUo0TnTuRTcMt9HzdX8tqhfOUk { box-sizing:content-box;height:0.0625rem;width:30rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.3125rem;left:5.125rem;display:block; }
#dOamVoF48IGbvvZ0JXgSE8LwuJSh5xXR { box-sizing:content-box;height:0.0625rem;width:30rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.5rem;left:5.125rem;display:block; }
#X95bl1d0s6d2On621mLiGPmaLKcWK1FV { box-sizing:content-box;height:0.0625rem;width:30rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.0625rem;left:5.125rem;display:block; }
#PkQmpWNL6QMacJzFNE7x5U34UdEP21Un { box-sizing:content-box;height:0.0625rem;width:30rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.1875rem;left:5.125rem;display:block; }
#Wag7hV8B62OeOswUULxuS7kK122CQVtR { box-sizing:content-box;height:0.0625rem;width:30rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.25rem;left:5.125rem;display:block; }
#nAROczvRUM1DyHoToxKr11aseOO2uX3r { box-sizing:content-box;height:0.0625rem;width:30rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125rem;left:5.125rem;display:block; }
#Cfd2IoM6WT17TuuutqlgKBdiMF3TCtGB { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:7.0625rem;left:31.8125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JMwECrRSCHa5LCPG7ndQf4Qz5bLCJzqr { color:#ffffff;display:block;width:3.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:10.125rem;left:31.9375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mQ7ZdyptPtT8FpRS2xtmkFAXZN8w6AWk { color:#ffffff;display:block;width:3.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:13.1875rem;left:31.1875rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LbHA0CLnwRNEhCUoVWiMEEsaHq0iASxg { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:16.3125rem;left:31.375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ilIVzIDHV6ECWhhmorgezB5KPAGEiiCm { color:#ffffff;display:block;width:5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:19.5625rem;left:30.125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pMLbLHXtd2uGot36gMoId9o9holEFLsh { color:#ffffff;display:block;width:3.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:22.9375rem;left:31.375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#USyuDkUXPsBxPDoqUWFFzIevSrtoXhZF { color:#ffffff;display:block;width:3.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:26rem;left:31.875rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fmwMQezoENUoWPNVIWPPWTsMGRlcuKiO { color:#ffffff;display:block;width:4.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:29.0625rem;left:30.25rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z5DDlTU2JzAvvTfgUXPAKiIS8i6IK6NF { color:#ffffff;display:block;width:3.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:32.0625rem;left:31.8125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tTTf0wGiLDKsMqtpnATTTKpBPBEcX0Cr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:6.5rem;left:2rem; }
#ouu5wiAyg5Urbo3VSDs2SlJDdfeHW8yk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:9.8125rem;left:2.125rem; }
#psJsVy6fhcRWpi75u11Q27peIPORqbzQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:12.9375rem;left:2.125rem; }
#WdEV98pEKiPGzacelpenUA4v4PVNlVMy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:16.0625rem;left:2.125rem; }
#owiiTx3FTmQkIV67qLMAhhkUKSswWetm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:19.3125rem;left:2.125rem; }
#Z12AbhxJrfkxS9KANkQ8ATd8O7afq4z8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:22.5625rem;left:2.125rem; }
#bvkVo7pnRGMOFo95GHg4Getz4BeJqRsz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:25.75rem;left:2.125rem; }
#AII2EPOaWTgdisQSiSGUltlf3idSbNra { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:28.8125rem;left:2.125rem; }
#t0QMEm5QZoZWOZxTa9s5KxZKvkqTwLOn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:31.8125rem;left:2.125rem; }
#axlgB1HJrTPWLognRv8DeqOT26qz1EUI { position:absolute;display:block;z-index:15001;height:28rem;width:34.375rem;top:7.0625009536744rem;left:39.41667175293rem;display:block; }
#XMsE26vVyN4yNoOtPE6InH5PhnfwpGxi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a1635;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; }#XMsE26vVyN4yNoOtPE6InH5PhnfwpGxi > .row .container { background-color: transparent; background-image: none; }#XMsE26vVyN4yNoOtPE6InH5PhnfwpGxi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMsE26vVyN4yNoOtPE6InH5PhnfwpGxi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMsE26vVyN4yNoOtPE6InH5PhnfwpGxi > .row .container > .video-iframe-container { display: none; }#XMsE26vVyN4yNoOtPE6InH5PhnfwpGxi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMsE26vVyN4yNoOtPE6InH5PhnfwpGxi > .row > .video-iframe-container { display: none; }#XMsE26vVyN4yNoOtPE6InH5PhnfwpGxi > .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); }#XMsE26vVyN4yNoOtPE6InH5PhnfwpGxi > .row .container { border-width: 0; border-radius: 0; }#XMsE26vVyN4yNoOtPE6InH5PhnfwpGxi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XMsE26vVyN4yNoOtPE6InH5PhnfwpGxi > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:75rem;position:relative;display:block; }#yUt4NRwVpildDb9EX9CX1byxIx2XvVeh { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:adamina;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.1875rem;left:24.78125rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RkD9UFxoz1pA5KT0kxrFd9D362QT4W87 { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15010;background-color:#e4b673;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.125rem;left:25rem;display:block; }
#DJShQeH3gOt11EASOnT1raiDxLqg6TX5 { position:absolute;display:block;z-index:15003;border-top:0.0625rem solid #999999;border-left:0.0625rem solid #999999;border-right:0.0625rem solid #999999;border-bottom:0.0625rem solid #999999;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.0625rem;width:24.125rem;top:8.625rem;left:0.3125rem;overflow:hidden;display:block; }
#NDUfVWO54rRG99x4GBLxRdM6MS2OS16u { position:absolute;display:block;z-index:15006;border-top:0.0625rem solid #999999;border-left:0.0625rem solid #999999;border-right:0.0625rem solid #999999;border-bottom:0.0625rem solid #999999;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.0625rem;width:22.5rem;top:8.625rem;left:26.1875rem;overflow:hidden;display:block; }
#swUBKDcdxW6GZz8Q0Z73l0GqgKwSnfUK { position:absolute;display:block;z-index:15009;border-top:0.0625rem solid #999999;border-left:0.0625rem solid #999999;border-right:0.0625rem solid #999999;border-bottom:0.0625rem solid #999999;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.0625rem;width:24.125rem;top:8.6875rem;left:50.375rem;overflow:hidden;display:block; }
#iRLScMOytsETaBRhEBvovbKZUzqnErcQ { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:26.06120300293rem;left:7.020835876465rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IbRIcUpCzTlfTFuQZ16t9rJzOyXsofTW { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:26.061199188233rem;left:32.0625rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#izKeUMHTsXstvALSzBk85xQ7r84a4EKy { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:26.061197280884rem;left:56.489585876465rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lspi60yCH5Hlq2aTJmw8zGwuZaVihWdM { background-color:#e4b673;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#0a1635;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5205rem;height:4.20800625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:30.875rem;left:6.4375rem;display:block; }
#am8oScKcFiXmvNZXdMzgT14oDcEteOtd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q099u3JKgzTEQBC7XsOx47blibE1tQZB { color:#ffffff;display:block;width:3rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:32.25rem;left:36.5625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IN48lRyU47xT0vNDdnFn5sE3dcJIuWpQ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e4b673;border-left:0.125rem solid #e4b673;border-right:0.125rem solid #e4b673;border-bottom:0.125rem solid #e4b673;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#e4b673;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5205rem;height:4.20800625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:30.875rem;left:41rem;display:block; }
#FQZgC8g1263IbrduJX4hWWTMMXnyGCWh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vZFOlVTuJ3FaydEb5ENb6XdWtP8D0un0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a1635;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; }#vZFOlVTuJ3FaydEb5ENb6XdWtP8D0un0 > .row .container { background-color: transparent; background-image: none; }#vZFOlVTuJ3FaydEb5ENb6XdWtP8D0un0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZFOlVTuJ3FaydEb5ENb6XdWtP8D0un0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZFOlVTuJ3FaydEb5ENb6XdWtP8D0un0 > .row .container > .video-iframe-container { display: none; }#vZFOlVTuJ3FaydEb5ENb6XdWtP8D0un0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZFOlVTuJ3FaydEb5ENb6XdWtP8D0un0 > .row > .video-iframe-container { display: none; }#vZFOlVTuJ3FaydEb5ENb6XdWtP8D0un0 > .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); }#vZFOlVTuJ3FaydEb5ENb6XdWtP8D0un0 > .row .container { border-width: 0; border-radius: 0; }#vZFOlVTuJ3FaydEb5ENb6XdWtP8D0un0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vZFOlVTuJ3FaydEb5ENb6XdWtP8D0un0 > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#vvT5pqsUXPBgrxJiVKS91D76KG7eP891 { box-sizing:content-box;height:30.1245rem;width:36.8115rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid #e4b673;border-left:0.125rem solid #e4b673;border-right:0.125rem solid #e4b673;border-bottom:0.125rem solid #e4b673;top:1.25rem;left:0rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#yw9mmPmDJCS7STuMzH7l2mtDbFD7Wsby { color:#e4b673;display:block;width:24.625rem;position:absolute;font-family:adamina;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5625rem;left:6.4375rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ei1TgeWCd4v2bA4zrBJWvhzRgya8ugaQ { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:8.3125rem;left:2.3125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g0b5VuXxTJwTpSyT99NqG8411Z4Nou13 { color:#ffffff;display:block;width:4.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:14.25rem;left:2.3125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iUXnVsSnz0ISmoTTT3AI691TcX7xPFCq { color:#ffffff;display:block;width:5.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:17.5625rem;left:2.3125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SAbhWtwaPphO2t4Svnbq1myJ2CRBq0Uw { color:#ffffff;display:block;width:8.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:20.9375rem;left:2.3125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HUWyS1wsDMzUD82kyCDHqIKO4owN8JhG { color:#ffffff;display:block;width:5.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:24.1875rem;left:2.3125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qteKTom8urUU8tR2pvyyZTSJX6sT35Pi { color:#ffffff;display:block;width:6.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:27.25rem;left:2.3125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hhxxD15A2mrB5uaImmem6MTikTTCDACC { box-sizing:content-box;height:0.062255875rem;width:32.5rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.5rem;left:2.3125rem;display:block; }
#cidwLt9PWckAQX0Wfu7zLduyB5aQBMAd { box-sizing:content-box;height:0.062255875rem;width:33.125rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.4375rem;left:2rem;display:block; }
#lpCMrnVEignG30HG2cyPr8pICSe1ROWi { box-sizing:content-box;height:0.062255875rem;width:33.125rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.375rem;left:2rem;display:block; }
#vt1nv571UA5dxDPlNv637ydpUHoTDlyV { box-sizing:content-box;height:0.062255875rem;width:33.125rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.0625rem;left:2rem;display:block; }
#O75RKzs8fAnK47CBzXPcJsghluosHf38 { box-sizing:content-box;height:0.062255875rem;width:33.125rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.125rem;left:2rem;display:block; }
#RgDJWTmTfGzEx76vLdKzOHIRMvCdkQf2 { box-sizing:content-box;height:0.062255875rem;width:33.125rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.5625rem;left:2rem;display:block; }
#b5e6FBPeC8TRJzOyGopy3aTF4abqUoQw { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:8.3125rem;left:14.125rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QTnKt7uc52Esrovr2fnFt30BGsrAMOl6 { color:#ffffff;display:block;width:6.3745rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:11.375rem;left:27.75rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L99lwJRJnP1f2UJZ4h2vF8EOEVCmVc0K { color:#ffffff;display:block;width:7.37425rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:14.25rem;left:27.9375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RNeVMhKhISEZq0DMeaMcV00zTlwER1Tg { color:#ffffff;display:block;width:2rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:17.5625rem;left:27.9375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BA3Akiio6xc3p7Pxw42I1QxU4P5No79S { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:20.9375rem;left:27.75rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nMmMamI0giZ8QKOnPwpdeJW7wNiJCT0e { color:#ffffff;display:block;width:6.9995rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:27.25rem;left:27.875rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JTyzQhXmEP1g8DcNG1mOIOqCkEnZTysu { box-sizing:content-box;height:21.25rem;width:0.062255875rem;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.3125rem;left:13rem;display:block; }
#ARg7D2UJVsl2npg2IxbIM7HN2FMn0oQu { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:11.375rem;left:14.125rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H7RuKG4Dm5CwaCnEloi1oMmoL1FLppL8 { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:14.25rem;left:14.125rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NQNT03nX9bb896CuilgyfWI2kbrPBEgM { color:#ffffff;display:block;width:2.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:17.5625rem;left:14.125rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i0QFbVKnNwtS8mnoPAV5rIRv2AWFWhTT { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:20.9375rem;left:14.125rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bDPdtscq9iZpTofMFle0tIk5Dthw3QBK { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:24.1875rem;left:14.125rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S2T20RBRJNdv0TqFpuLOihEmWFBh357R { color:#ffffff;display:block;width:9.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:27.25rem;left:14.125rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X13nW6aZzgNz6dz2BeA0xEvIvqANByhX { color:#ffffff;display:block;width:4.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:8.3125rem;left:27.75rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tsTAi0OO2snylQJTpcg7AQO7CIKKMQMf { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:24.1875rem;left:27.75rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uTrGM21OSHphrTTneC3x8dKkslLZxTtS { box-sizing:content-box;height:30.1233125rem;width:36.8103125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0);background-image:none;box-shadow: none;border-top:0.125rem solid #e4b673;border-left:0.125rem solid #e4b673;border-right:0.125rem solid #e4b673;border-bottom:0.125rem solid #e4b673;top:1.25rem;left:38.0625rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#lUk3TRR1PScVMcvm09L3yabs3o4Q5y0R { color:#e4b673;display:block;width:29.624rem;position:absolute;font-family:adamina;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.5625rem;left:41.4375rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gNQePxaOEq9V2RQ4kpHQd7ieTStEWf01 { color:#ffffff;display:block;width:24.7485625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:12.3125rem;left:43.875rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lvIrantVJNTyqkg3T09RrUUUme6A3JWT { background-color:#e4b673;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#0a1635;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.62426875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:17.75rem;left:46.5625rem;display:block; }
#sIIqM8htXPCccnrb0T4NJiFsItoK95It { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TubUtr3oE0dqClf1lRw7uJT6T4TosuXV { color:#ffffff;display:block;width:4.936525rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:22.5rem;left:53.8125rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u4Va3Iuk7pwRCB7Uw65d78JJ20wzzfN9 { color:#ffffff;display:block;width:12.7478125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:24.9375rem;left:50.75rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HlKFHUo3aOZ0HKuyTZAXh0mABD5aTtxd { box-sizing:content-box;height:0.062255875rem;width:6.25rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.5rem;left:53.125rem;display:block; }
#IdvUGmTLPDqtLJBg7AiFzo98IQcRtLD7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3120125rem;width:2.3120125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:24.75rem;left:49rem; }
#RytSn40DPnbCfmB5NIdZWsG6F7Gdo4h5 { position:relative;display:none; }#RytSn40DPnbCfmB5NIdZWsG6F7Gdo4h5 { border-width: 0; border-radius: 0; }#RytSn40DPnbCfmB5NIdZWsG6F7Gdo4h5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RytSn40DPnbCfmB5NIdZWsG6F7Gdo4h5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#sDV42KPl5FhTF1A34pfhOfiSLu8vsxgC { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5rem;position:absolute;font-family:"dm serif display";font-size:3.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:17.75rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r6wmsIU9I94euMNI652RFgdZpFTfiB1S { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.25rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:1.8125rem;left:42.84375rem;display:block; }
#tAxVReclop0oXIVcyqkUfUeNdnUaLRpN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TugEvw9OPCb4BiSKJVqqEzxRcgPSqmWV { position:relative;display:none; }#TugEvw9OPCb4BiSKJVqqEzxRcgPSqmWV { border-width: 0; border-radius: 0; }#TugEvw9OPCb4BiSKJVqqEzxRcgPSqmWV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TugEvw9OPCb4BiSKJVqqEzxRcgPSqmWV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#oDDWcmiq40J0Ufi6zMxqkRKAc3AsVmUp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.6875rem;width:45.75rem;top:0.59375rem;left:14.625rem;display:block; }
#Mcw3LQMgG9sLFmz9eIh16WnwS6tAMJ8X { position:relative;display:block; }#Mcw3LQMgG9sLFmz9eIh16WnwS6tAMJ8X { background-color: transparent; background-image: none; }#Mcw3LQMgG9sLFmz9eIh16WnwS6tAMJ8X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mcw3LQMgG9sLFmz9eIh16WnwS6tAMJ8X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mcw3LQMgG9sLFmz9eIh16WnwS6tAMJ8X > .row .container > .video-iframe-container { display: none; }#Mcw3LQMgG9sLFmz9eIh16WnwS6tAMJ8X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mcw3LQMgG9sLFmz9eIh16WnwS6tAMJ8X > .row > .video-iframe-container { display: none; }#Mcw3LQMgG9sLFmz9eIh16WnwS6tAMJ8X > .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); }#Mcw3LQMgG9sLFmz9eIh16WnwS6tAMJ8X { border-width: 0; border-radius: 0; }#Mcw3LQMgG9sLFmz9eIh16WnwS6tAMJ8X > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mcw3LQMgG9sLFmz9eIh16WnwS6tAMJ8X > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#JOSyWkr5Pcnwta4i4JfczWgd1g8KJ06g { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:"dm serif display";font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4rem;left:46.875rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kdC7WFzWJv0z7PZEAS4s1GBSG7oMaHso { color:rgba(var(--color-tertiary-0),1);display:block;width:38.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.01171875rem;left:30.71875rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#QwLkgoxkKOt8xprThxITpFOrThVGiQOd { position:absolute;display:block;z-index:15004;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.625rem;width:11.5rem;top:5.25rem;left:5.96875rem;overflow:hidden;display:block; }
#vWHyTlvRbigmkcbIs891kbactmJOfwFe { box-sizing:content-box;height:13.6875rem;width:25.0625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#gU2TRBygKOHZsyC8JmOSDmFhByGRQVEN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#gU2TRBygKOHZsyC8JmOSDmFhByGRQVEN > .row .container { border-width: 0; border-radius: 0; }#gU2TRBygKOHZsyC8JmOSDmFhByGRQVEN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gU2TRBygKOHZsyC8JmOSDmFhByGRQVEN > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;position:relative;display:none; }#qbTrQ6WKBZtKCMO2G363xr3fLyhp1z3g { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:"dm serif display";font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.75rem;left:9.4375rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mokEBTi5x07a9DET6zcq4Iv4HhJ5u23f { color:rgba(var(--color-tertiary-0),1);display:block;width:5.75rem;position:absolute;font-family:"dm serif display";font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:35rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JflZB4aNJs46RTtTC2x8PTbqXf4DcFED { color:rgba(var(--color-tertiary-0),1);display:block;width:4.75rem;position:absolute;font-family:"dm serif display";font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.75rem;left:60.5rem;height:2.2744125rem;font-style:normal;display:block; }
#PWcxnhKOnwFO8o550dW7VE2dmbGc7la4 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.375rem;left:4.25rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#UsehGhWn7rRgdrlVNt7JWrZic0KNo48m { color:rgba(var(--color-tertiary-0),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.375rem;left:31.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#W0A4FB3tciuUCJKALJPeG9TuwT6yyEk9 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:7.375rem;left:54.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#LTTFOZES7NyUppheTKaFgDPixFXrL3Th { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#014091;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; }#LTTFOZES7NyUppheTKaFgDPixFXrL3Th > .row .container { background-color: transparent; background-image: none; }#LTTFOZES7NyUppheTKaFgDPixFXrL3Th::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTTFOZES7NyUppheTKaFgDPixFXrL3Th > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTTFOZES7NyUppheTKaFgDPixFXrL3Th > .row .container > .video-iframe-container { display: none; }#LTTFOZES7NyUppheTKaFgDPixFXrL3Th > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LTTFOZES7NyUppheTKaFgDPixFXrL3Th > .row > .video-iframe-container { display: none; }#LTTFOZES7NyUppheTKaFgDPixFXrL3Th > .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); }#LTTFOZES7NyUppheTKaFgDPixFXrL3Th > .row .container { border-width: 0; border-radius: 0; }#LTTFOZES7NyUppheTKaFgDPixFXrL3Th > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LTTFOZES7NyUppheTKaFgDPixFXrL3Th > .row .container { font-size:0.875rem;font-family:arial;height:2.75rem;width:75rem;position:relative;display:block; }#yWRhgCaXvIBW89druheT0aXqugwaxX4m { color:rgba(var(--color-tertiary-0),1);display:block;width:68.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0.66796875rem;left:3.125rem;height:1.13671875rem;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) { #vhInwakse1GkDtaX1QlCLXHt9MPPPLBc { display:block; }#vhInwakse1GkDtaX1QlCLXHt9MPPPLBc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhAk7lT0HxWNVr1iRW72BrRkgyux1Tbf { width:11rem;height:4.6875rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOxaPX015n0prXzMrWFfoZkZxbUTmE2C { width:10.5625rem;height:0.8125rem;top:1.125rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Llu67Pys9qR6Xb02JPJrebcCyHinPDUU { width:10.4375rem;height:1.4375rem;top:2rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tVTDQ2O5gdQp07TCWxmQF660WRLMEO7E { width:14.6875rem;height:1.125rem;top:6.9375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s9uT7sUHSzX6ciQSrkVHkMPhqT8gkhfo { width:1.4375rem;height:1.4375rem;top:1rem;left:46.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UXEblfsMWvKQwBU9W0XRNxTNuGewpMJw { width:7.5rem;height:1.125rem;top:1.0625rem;left:40.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gT9TaZ8cai8qXNATDCXNyB51Wyfhc9rn { width:17.1875rem;height:1.125rem;top:1.1875rem;left:30.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FDbTBMMLxo6HiMzxQI5FhIX8ut0p2vp3 { width:6.8125rem;height:2.5625rem;top:2.6875rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBRgaLEUrL9vfQw3iu5MrXf3haC5FExv { display:block; }
 }@media only screen and (max-width: 763px) { #DIMUrBDCM5aXBqeVsSiU60FvFIhC0yDX { width:6.8125rem;height:2.5625rem;top:2.6875rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8E8AH0biuPmrnXZ6FSZO4RETd8r9Elo { display:block; }
 }@media only screen and (max-width: 763px) { #Ld7s9rQJh5u3HL2vaTCuDdfg5iA5pgat { width:6.8125rem;height:2.5625rem;top:2.6875rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFGtQIbBsblshtvGCl8pzQ734ATsrBJG { display:block; }
 }@media only screen and (max-width: 763px) { #EbhUDQDnPlfmi3lqJQqlxLh8lEygsUIV { width:6.8125rem;height:2.5625rem;top:2.6875rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDukZXa0nCMneNJU4mH6QR9tBlUquZcD { display:block; }
 }@media only screen and (max-width: 763px) { #Ilobv6KVfAyzTBV5IlcwoHhzkRtdbxqi { width:6.8125rem;height:2.5625rem;top:2.6875rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET8O09Sx2vmf4TxwcgmWdUTtSSsqDC5Z { display:block; }
 }@media only screen and (max-width: 763px) { #ueAILeOqw76kVQBiTPT49yHzDAr3tw8H { width:6.8125rem;height:2.5625rem;top:2.6875rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPAOcHCmA7Moz7rABpZMa74nUQ3eBz78 { display:block; }
 }@media only screen and (max-width: 763px) { #nhPSOR0Xq4N0A9sQUO9OKUy51PJn29wn { width:6.8125rem;height:2.5625rem;top:2.6875rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPvAf2Snu6DaNSLeARSZ1DXNzlAfaIga { display:block; }
 }@media only screen and (max-width: 763px) { #ZRTH2yW1LvTmvTK8nQqJfHDobMN8w4AT { width:11.5rem;height:4.625rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnumXnWBOX7dQl0gUIo2WSua04Mm8i5S { display:none; }#lnumXnWBOX7dQl0gUIo2WSua04Mm8i5S > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Em4im12UDEuE0W81XrcK8xTBMPtTOsJm { width:11rem;height:4.6875rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM8tleLPO84FUT0VFWZgLxllqqLKAqGB { width:10.5625rem;height:0.8125rem;top:1.125rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fCkTy1xTuf1wGphyA5KAmEQ5WnPR5MNG { width:10.4375rem;height:1.4375rem;top:2rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VuZIHwBBIee9y95gIAthLn8l5N5LRDxO { width:14.6875rem;height:1.125rem;top:6.9375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S7WXrFzg8LwxAuZb4oU8vsZbS5ATfthS { width:1.4375rem;height:1.4375rem;top:1rem;left:46.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWo5tsuW4PlaxkIIpulvNNJCr9FWkVAC { width:7.5rem;height:1.125rem;top:1.0625rem;left:40.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vElTXkN8okSNPE5TLTC7s3h0d1pGaEOe { width:17.1875rem;height:1.125rem;top:1.1875rem;left:30.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W4dizAAnn6E6srXvHIuXhtPKsUNOq13I { width:6.8125rem;height:2.5625rem;top:2.6875rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr6vTKEuPV5i5pTSEw2tHmnOib63taug { display:block; }
 }@media only screen and (max-width: 763px) { #tnbJL5k1q0hUy4Gq6RmAGAAqEL7NL0Fl { width:6.8125rem;height:2.5625rem;top:2.6875rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwVreT6ClICi4rtONJ5fnnczf3QdhGOM { display:block; }
 }@media only screen and (max-width: 763px) { #KORrOH4VsqNe6UDR32KcwUGRhCfVpBZv { width:6.8125rem;height:2.5625rem;top:2.6875rem;left:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2ZweQIpRB8m3JRUbUuLSP8wMNrGkysZ { display:block; }
 }@media only screen and (max-width: 763px) { #TG0bo8Gzelga4hgianKsofI6BwCtTkyW { width:6.8125rem;height:2.5625rem;top:2.6875rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORl6VKvRBHRXu6R4GDW5GT5urclyrPKT { display:block; }
 }@media only screen and (max-width: 763px) { #BWTC52b6smRRQZk8m5f3OTNe5JiHikmL { width:6.8125rem;height:2.5625rem;top:2.6875rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #luTTaJGHkVIpPMJNqqsSl43I0xiDEK9p { display:block; }
 }@media only screen and (max-width: 763px) { #m5ZlyqcaRkIJnSUl2oC4qdHV426pn1Qz { width:6.8125rem;height:2.5625rem;top:2.6875rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewsbHoGcEkJ1WGFHWMJWs4C6TKCsLtFe { display:block; }
 }@media only screen and (max-width: 763px) { #TlopLMltK2srXvzGlyFeVok32J1Ohi32 { width:6.8125rem;height:2.5625rem;top:2.6875rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiI0SiKpW6tpOssPQQ58xxOm267iZIzk { display:block; }
 }@media only screen and (max-width: 763px) { #DgILp95hnEr9GK7gtM22FrE5Iqc9rNSI { display:block; }#DgILp95hnEr9GK7gtM22FrE5Iqc9rNSI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-input-text {padding-top: 0; padding-bottom: 0;}#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-input-select {padding-top: 0; padding-bottom: 0;}#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-checkbox-label { width:23.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r  { width:25rem;height:auto;top:9.3125rem;left:20.25rem; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r {display:block;}#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r { width:25rem;height:auto;top:9.3125rem;left:20.25rem; }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #lOXExgRV4r4ksPvkmVGHtpC83OHBX55D {  }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #fao65EMG3soi8zC509Dgy9FvP8BFHrPO { display:block; }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #RC8TN5W45aucJ7pTgMRanJzxGygA0Icb {  }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #oJ8Q0xvSTTdVh67bSk44afwszdnEPr2R {  }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #uXV0uqu3HwzxMDC5XsPIZfTG5NN5AvD5 { display:block; }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #eOxiMM1XJkJmVg9pMNFDJJmk7fptG6n4 {  }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #nQltB3TXpvygktQqtie7sO6aUJ2uGuA2 {  }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #gBCX3USdCRCT3zAMIDpIi84dxw3MmH1s {  }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #kXcz3AyV1phVAGshoWRA7sreMCDqROrz {  }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #e2T65dtcWcPyJV9rrA3sHn1MtDRwfxI6 {  }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #MK0knXv9CXT5WSucOQoQqXNLlOsJP54e {  }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #qkZIrLJwkDvKUBmwgOfkx17bdbWgpzLB {  }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #uJpB0sdXt6UFa1eTUKOpJZHiwxINGosZ {  }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #vxANx6ZCSUc29sAN3GpTacaLLyZGQrGf {  }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #pMhATJtzmGc94y0hfqa6QuBKpasdfKna {  }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #WOfpVNdJPivnXDJFbL4V5TzUGUUgMrtr {  }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #N6t7IU9bEHHaSOzhb7PQbMDnmc7gHeQi {  }
 }@media only screen and (max-width: 763px) { #TT7cetOxo2sy4fslQUHReSCkCvPqcGm0 { width:23.3125rem;height:1.94921875rem;top:5.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNHtvuR4Ul3eI3sHiO29RT7IRb7gGMUV { width:21.4375rem;height:1.29980625rem;top:6.125rem;left:26.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztOHDSz0VnJvEpXEPQDg55wpbPbWRS0w { width:18.75rem;height:1.625rem;top:7.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5sHhToAZ2ctMgmbzizPr3uSnWdSamC1 { width:29.6875rem;height:4.0625rem;top:9.3125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHAdv9a7ivN7cwVGiTDmTCwEudPTlvci { width:21.5rem;height:2.03125rem;top:18.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhExvmviti3U8sNH3VuWMULDxDQRdr8Q { width:6.25rem;height:0.1875rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNfDwb06E3QhrahUU7I1fGREFAEFD4cR { width:23rem;height:1.29980625rem;top:24.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #znnOzu544UQTW3cFOUAXiZwtug7ShnBO { width:19.125rem;height:2.03125rem;top:26.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsHgqKd3qgrHmoH9s5QKRL7MCBhQq6NE { width:28.3125rem;height:2.5996125rem;top:30.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i73Pv3qTMqKToTK44cG0U9I4EikcQ88a { width:14.1875rem;height:1.4619125rem;top:36.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo2CIIULHRXwa4Qook6gSx9Xh9hvePf5 { width:15.625rem;height:1.4619125rem;top:40.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVyhyq3pg9MupO8sZ1NIOSkZBxazrReA { width:1.875rem;height:1.875rem;top:36.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgsXg7LIfnN809PoRavD238G7fOXoolP { width:2.375rem;height:2.375rem;top:39.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhtmULzNFHHWMlKTwr8TksQoX99ZJEcd { width:2.1875rem;height:2.1875rem;top:36.5rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0hu1k85WiTZ9yb9VUdNnxxDzvC9DUhA { width:21.125rem;height:1.4619125rem;top:36.875rem;left:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QehpOcGrOXncztuVSrlBuUDC1zf852qV { width:2.1875rem;height:2.1875rem;top:39.8125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8xMFFKzhoKXTnHGINJTIzDk65ZGMseZ { width:24.5625rem;height:1.4619125rem;top:40.625rem;left:7rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T84ttdesAwwUSosUMbpQqvdoD2aeTq6L { width:23.3125rem;height:1.9375rem;top:5.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qfDWgPUJShIavAvKP3xslMtlNwXA9Ik1 { width:27.9375rem;height:35.6875rem;top:4.375rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsUnixuZO2gnOyted2NxImS9lAq8w4Zq { display:block; }#UsUnixuZO2gnOyted2NxImS9lAq8w4Zq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GQdzZKZCsk761HQRCtHzoFyq1P6ZTTDK { width:21.75rem;height:4.4375rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tED1HuBka2opbEQ1cqxg5LKSG84Pugzm { display:block; }
 }@media only screen and (max-width: 763px) { #X83bLEBuAz9q10MbLpKZMs7CVZNDZfu5 { width:15.5625rem;height:2.51855625rem;top:4.1875rem;left:8.3125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL9ZoBaHC1P1Gu4IKLsfmKTlvKMXQ9TA { width:14.75rem;height:2.923825rem;top:3.75rem;left:25.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #isW2AeDeeV0lm68pBPRv4caeMv3DShyB { width:3.75rem;height:3.75rem;top:3.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLqoKXV9OmiGz1asUpQcsv97MOe6CS6A { width:23.4375rem;height:4.375rem;top:5.1875rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dDKhGJZ5vw1PBfTCLXQqMmDVR6Av74Vo { display:block; }
 }@media only screen and (max-width: 763px) { #cSepovVtsh3xgRJXnT85D8Ngv3zJGEv5 { width:12.625rem;height:1.125rem;top:26.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W7Tg9RzJ8WZvKbltFLSvXn4z5TVbwCzt { width:3.75rem;height:3.75rem;top:3rem;left:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #inoURBhTCZH6RNP1QtywK00xD8xIy8pT { width:8.8125rem;height:2.923825rem;top:3.75rem;left:38.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVgfcx6lJyTdnyWcgSOSEGw3FAGlFmF3 { display:block; }#GVgfcx6lJyTdnyWcgSOSEGw3FAGlFmF3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hdfm1uuKE4zNZZLiuhxFuWMnSxegtus1 { width:35.3125rem;height:19.8125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPLHUr3XxRcTx6r68b7fw3a1DNdpMNTd { width:19.6875rem;height:1.625rem;top:4.875rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMF0nOoTB4Qf50OAcJXBaVzWLwPAvMSr { width:17.3125rem;height:1.4619125rem;top:2.5rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFke7kpFzOK0sNGMfhgea3dWIB4TstBx { width:21.875rem;height:0.0625rem;top:9.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZ3Ri1QRGVywcxWCySaPdt3psPDWib4f { width:33.5rem;height:6.8203125rem;top:10.9375rem;left:14.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQTss1NwWOhelHKTvoC9qfDJJ4b0NpIs { width:17.5rem;height:3.4375rem;top:23.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNXX9ADDKz0H3K52VtvlyKO6bsi3HOS { display:block; }
 }@media only screen and (max-width: 763px) { #XIxpZVPn91ZniBMDE66zXu50Bco0N78R { width:47.375rem;height:28.5625rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF0NbDox7Xqx5928ICv7OzcfUqFcDri0 { display:block; }#qF0NbDox7Xqx5928ICv7OzcfUqFcDri0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkMohp7yPiln9WEBlW7IKgAnR1x4n6fv { width:34.5625rem;height:1.94921875rem;top:2.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAJhAMyHMLz4FxTrmVlG7PPwTCWE4h5L { width:4.0625rem;height:4.0625rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6gcgze3AaqSCqB7bhRtoRfCVDRvrSuX { width:11.375rem;height:2.923825rem;top:9.6875rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ekh2Wa0OnvaKWklJfNZArCT6C5uvqHe6 { width:8.9375rem;height:2.923825rem;top:9.625rem;left:14.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1uWiK0JkX0BWocrFCiwz7nuZNiz3Uvd { width:4.5rem;height:4.5rem;top:8.75rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHkTS8ZQQtnthPnvrtT51xB3DNdwPyh9 { width:7.0625rem;height:2.923825rem;top:9.8125rem;left:28.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #opBvTVMZ3xxDg8OO7P2IBma4TCEZldg2 { width:4.5rem;height:4.5rem;top:8.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATUI4BBpMOynh83txlfLwFgNWBQ0Krpd { width:7.25rem;height:2.923825rem;top:9.8125rem;left:40.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrhfNKVJP9kdNVsGV3Qp465MP3JlPIrC { width:4.5rem;height:4.5rem;top:8.9375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKx4IRSPRQUZrnoCqiG33bipWcDPFUKl { width:15.5rem;height:3.8994125rem;top:14.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQw4GFT32FTs0b3JHVetSVnEvpVdqEF7 { width:15.375rem;height:3.8994125rem;top:14.625rem;left:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLODOs6g5Qy6XnSZqUZr8EaF19odfPbm { width:16.3125rem;height:5.199225rem;top:14.625rem;left:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTKyFQWhXlV6C3axTkhWZ7gQ0UMq2pbx { width:16.3125rem;height:3.8994125rem;top:14.625rem;left:31.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #by65cr4c3UXqXrAxTnHPuCt4axQKbpEg { width:17.1875rem;height:22.1875rem;top:22.375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghhQQKeqcdqlnR05Lz3eA394EZgavwzG { width:17.1875rem;height:22.1875rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLy13yniLZ9uoarsWH9C5Z5oyqZOZWUi { width:17.1875rem;height:22.1875rem;top:22.375rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCuGowoF1NUFJNs6keBXAGv7EywzPixl { width:17.1875rem;height:22.1875rem;top:22.375rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3idUeI00UTLLm1UbsSZPpyr2zdKGaO6 { width:25rem;height:0.0625rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6pvQvNrfXU2bcGTWV4n12CH3CEXgTgc { width:3.25rem;height:3.25rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNqc31SBzGZ2ZBO4X1l0CmCK4VemgQNz { width:3.25rem;height:3.25rem;top:9.5rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mbl8OTGJPrgiysLWRS2mThRQXJydXTGE { width:3.25rem;height:3.25rem;top:9.5rem;left:24.302085876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #atJSi5etuRZOihPplAFGEHTEmSuMVt4l { width:3.25rem;height:3.25rem;top:9.5rem;left:36.114585876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuwyQOo8Sl8cfcbD0b6rB9FKr4y28XOe { width:34.5625rem;height:1.9375rem;top:2.625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #g9htTBlt2yI9tNMDzTzvkGFPxymx3cuF { width:25rem;height:0.0625rem;top:5.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cn2KcG9TqWT24QRFhqnIxuiJwwV68Kn7 { display:block; }#Cn2KcG9TqWT24QRFhqnIxuiJwwV68Kn7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #amJJKO2bN7p39XyJ8D7UWkS9WXwo3p3F { width:42.0625rem;height:1.94921875rem;top:2.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnAq9lTt95WgQJ1CQ5MqhbvlVPJH1IyG { width:9.1875rem;height:1.29980625rem;top:19.5rem;left:0.11328125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXdBDppdzQoHp4ExB3O5gMAuKs35Ti4m { width:13.1875rem;height:9rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8KnOFdHXeur0uccUfn7ywCkRHkDJC3P { width:25rem;height:0.0625rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw0QQMhH3RMihFL1Nt8H7mnX9RoM8edf { width:13.1875rem;height:9rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxadwXE0ngar8lnw0g5FMWlvyvBCN0mZ { width:13.1875rem;height:9rem;top:8.9375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3B0zP3QsRtAaFMk80asbi0LVccn00Gc { width:13.1875rem;height:9rem;top:8.9375rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtDXnr0rpyqGq93KrfSAtTUli5Zzn6HS { width:13.1875rem;height:9rem;top:8.9375rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6NNIhgKHmErQlv2lMFldnq8t5GG8KMq { width:10.875rem;height:1.29980625rem;top:19.5rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0mJCEAVrOr24N0FxcXvhIdRh48IT2Vx { width:13.375rem;height:1.29980625rem;top:19.5rem;left:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #urQkhv65sut6LJfHI6w4ATgSkcJdhhr2 { width:8.0625rem;height:1.29980625rem;top:19.5rem;left:27.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF1tl5PSGeZwF1K6lgOJCHCxnbZMogzn { width:10.375rem;height:1.29980625rem;top:19.5rem;left:37.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm7FSUrS32V2nnLGRdG3yRXwyQbytXT7 { width:47.5rem;height:24.875rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdwVzDdtG4CnGe2xERFvXgtXJgmterPG { width:15.125rem;height:1.25rem;top:65.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #soFhQw5nWp4HHoTNQ9SAPegcLNdEfBdT { display:block; }#soFhQw5nWp4HHoTNQ9SAPegcLNdEfBdT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glf4NQFNvZdTRoqpEwVzhFfM26nkBgaD { width:21.6875rem;height:1.94921875rem;top:2.875rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxOSdwcgR7HNQ4sf4Ay7BAGRaHJx6dyM { width:9.1875rem;height:2.5996125rem;top:13.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfTqIPo1mWNHzTvyNL55tD3QPhB8gyA3 { width:25rem;height:0.0625rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzmESaL9mtmT4i11cPbiJP8lOZRvf9br { width:4.9375rem;height:4.9375rem;top:8.3125rem;left:0.61328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9yTi7t5EQbNVedhn8cP6o8JdbLy3PK2 { width:9.1875rem;height:1.29980625rem;top:13.75rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrV7pxNvpQmUDkf7IAKSf5wGEcSUrgAK { width:4.9375rem;height:4.9375rem;top:8.3125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2kJz3AfG6G4vM6xK3xt7e73DDecToum { width:9.1875rem;height:1.29980625rem;top:13.75rem;left:14.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFwBcgKUOFF1yCOR5P48wzpsxeTtKVXq { width:4.9375rem;height:4.9375rem;top:8.3125rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaMvlu1HQpEOWEcgainZGvfmBhdH4o0k { width:9.1875rem;height:1.29980625rem;top:13.8125rem;left:38.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3Dw3VIWuJdw93IlFKy6TbLei03eZTl8 { width:4.9375rem;height:4.9375rem;top:8.25rem;left:42.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb88GEWlDu2twPXuW8gXhSctbEwB7A2O { width:4.9375rem;height:4.9375rem;top:7.875rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL2Z99v3Nt0nbgosFmrI8v4NUhhVchku { width:9.1875rem;height:1.29980625rem;top:13.6875rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD7XtlmLpFf9yQwbG7uckZkT8cBI473V { width:12rem;height:1.29980625rem;top:25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL9lprMay3trJ4fuwW1zfFmRlHPuOlJ6 { width:4.9375rem;height:4.9375rem;top:19.25rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDwi4VX4agoScPbryz5glHPGHs2ntrPo { width:9.1875rem;height:1.29980625rem;top:25rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy4rwaa9eAS7mfFo4nxe2gkk2xlgvEvT { width:4.9375rem;height:4.9375rem;top:19.25rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVl991KWRrdHQXTCA77ZIs5KaW6SnIKe { width:12.0625rem;height:1.29980625rem;top:25rem;left:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKAI4wzDDEx10p8cxlbIKu53vFXeTmod { width:4.9375rem;height:4.9375rem;top:19.25rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekUcnnt9C8lSKPg9iKZAhVMcZLddptZX { width:9.1875rem;height:1.29980625rem;top:24.625rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBrP7S2m5SNKuKCOyd9v738rGO1tAFbO { width:4.9375rem;height:4.9375rem;top:19.1875rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQiKTwTT8wThhnkZEhq57bmgwp1ly7oE { width:9.1875rem;height:1.29980625rem;top:24.625rem;left:38.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWKLkbVQ3VdGHxz7wCvLFzD6xxFIkyKk { width:4.9375rem;height:4.9375rem;top:19.1875rem;left:42.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZfy0bEVyEz4axtyUyM9bn2MLKpPrkln { display:block; }#GZfy0bEVyEz4axtyUyM9bn2MLKpPrkln > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VtPnTNen81fldGcBpn8LT3qqZcEON3HP { width:36.75rem;height:36.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAbe0DCE9lnwSdbuUXgi7rL1mq4pb7pQ { width:36.625rem;height:36.125rem;top:0rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #esu6NEdvQFp7A6Qy8tydEczUgZvIC2dI { width:20.625rem;height:1.94921875rem;top:2.25rem;left:1.3333358764649rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDZ7MDNaOO3yLiF8PTTLFD324HozGSGC { width:8.9375rem;height:1.94921875rem;top:2.25rem;left:31.69792175293rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIWbevuPvxLKm1T5zhr5I0L8ACXiSTti { width:9.125rem;height:1.29980625rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5vrslexMD6P94a1FTzIaR6fsTHml99T { width:7.9375rem;height:1.29980625rem;top:10.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #guym2p0hnrwsu7WvWaPKEb0yZpwe1azr { width:18.5625rem;height:1.29980625rem;top:13.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz6hQspXp8F33HlnQyWZ4dupXsdC2fuy { width:15.9375rem;height:1.29980625rem;top:16.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lleqVcOSLnpZp6pTObJJrRhac3KCS7dN { width:14.6875rem;height:1.29980625rem;top:19.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LspmAiuJNxI2VT4kBNR4Q4dTTN2Zo5Ba { width:12.8125rem;height:1.29980625rem;top:22.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2JIudGuebDNKxBnq4souMm3Fhk9VQy2 { width:15.125rem;height:1.29980625rem;top:26rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLrETqcHcaFo4TAKyylG83w44h6VDzD1 { width:5.3125rem;height:1.29980625rem;top:29.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrBmDv52TqcMuoz3lWqUUrE5phT9Evp9 { width:16.3125rem;height:1.29980625rem;top:32.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZCfBLt4QcbvKggP6iDHRDfFlgI6M7f5 { width:30rem;height:0.0625rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xpxv2z7FA4On4dfQEw7XDGBdu1w1HBB2 { width:30rem;height:0.0625rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIHT92JUo0TnTuRTcMt9HzdX8tqhfOUk { width:30rem;height:0.0625rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOamVoF48IGbvvZ0JXgSE8LwuJSh5xXR { width:30rem;height:0.0625rem;top:18.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X95bl1d0s6d2On621mLiGPmaLKcWK1FV { width:30rem;height:0.0625rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkQmpWNL6QMacJzFNE7x5U34UdEP21Un { width:30rem;height:0.0625rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wag7hV8B62OeOswUULxuS7kK122CQVtR { width:30rem;height:0.0625rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAROczvRUM1DyHoToxKr11aseOO2uX3r { width:30rem;height:0.0625rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cfd2IoM6WT17TuuutqlgKBdiMF3TCtGB { width:3.3125rem;height:1.29980625rem;top:7.0625rem;left:20.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMwECrRSCHa5LCPG7ndQf4Qz5bLCJzqr { width:3.1875rem;height:1.29980625rem;top:10.125rem;left:20.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ7ZdyptPtT8FpRS2xtmkFAXZN8w6AWk { width:3.9375rem;height:1.29980625rem;top:13.1875rem;left:19.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbHA0CLnwRNEhCUoVWiMEEsaHq0iASxg { width:3.75rem;height:1.29980625rem;top:16.3125rem;left:20.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilIVzIDHV6ECWhhmorgezB5KPAGEiiCm { width:5rem;height:1.29980625rem;top:19.5625rem;left:18.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMLbLHXtd2uGot36gMoId9o9holEFLsh { width:3.75rem;height:1.29980625rem;top:22.9375rem;left:20.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #USyuDkUXPsBxPDoqUWFFzIevSrtoXhZF { width:3.25rem;height:1.29980625rem;top:26rem;left:20.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmwMQezoENUoWPNVIWPPWTsMGRlcuKiO { width:4.875rem;height:1.29980625rem;top:29.0625rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5DDlTU2JzAvvTfgUXPAKiIS8i6IK6NF { width:3.3125rem;height:1.29980625rem;top:32.0625rem;left:20.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTTf0wGiLDKsMqtpnATTTKpBPBEcX0Cr { width:2.25rem;height:2.25rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouu5wiAyg5Urbo3VSDs2SlJDdfeHW8yk { width:1.8125rem;height:1.8125rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #psJsVy6fhcRWpi75u11Q27peIPORqbzQ { width:1.9375rem;height:1.9375rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdEV98pEKiPGzacelpenUA4v4PVNlVMy { width:1.9375rem;height:1.9375rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #owiiTx3FTmQkIV67qLMAhhkUKSswWetm { width:1.9375rem;height:1.9375rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z12AbhxJrfkxS9KANkQ8ATd8O7afq4z8 { width:1.9375rem;height:1.9375rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvkVo7pnRGMOFo95GHg4Getz4BeJqRsz { width:1.9375rem;height:1.9375rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AII2EPOaWTgdisQSiSGUltlf3idSbNra { width:1.9375rem;height:1.9375rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0QMEm5QZoZWOZxTa9s5KxZKvkqTwLOn { width:1.9375rem;height:1.9375rem;top:31.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #axlgB1HJrTPWLognRv8DeqOT26qz1EUI { width:34.375rem;height:28rem;top:7.0625rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMsE26vVyN4yNoOtPE6InH5PhnfwpGxi { display:block; }#XMsE26vVyN4yNoOtPE6InH5PhnfwpGxi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUt4NRwVpildDb9EX9CX1byxIx2XvVeh { width:25.4375rem;height:1.94921875rem;top:3.1875rem;left:11.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkD9UFxoz1pA5KT0kxrFd9D362QT4W87 { width:25rem;height:0.0625rem;top:6.125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJShQeH3gOt11EASOnT1raiDxLqg6TX5 { width:24.125rem;height:16.0625rem;top:8.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDUfVWO54rRG99x4GBLxRdM6MS2OS16u { width:22.5rem;height:16.0625rem;top:8.625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #swUBKDcdxW6GZz8Q0Z73l0GqgKwSnfUK { width:24.125rem;height:16.0625rem;top:8.6875rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRLScMOytsETaBRhEBvovbKZUzqnErcQ { width:10.875rem;height:1.4619125rem;top:26rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbRIcUpCzTlfTFuQZ16t9rJzOyXsofTW { width:10.875rem;height:1.4619125rem;top:26rem;left:18.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izKeUMHTsXstvALSzBk85xQ7r84a4EKy { width:12.0625rem;height:1.4619125rem;top:26rem;left:35.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lspi60yCH5Hlq2aTJmw8zGwuZaVihWdM { width:27.5rem;height:4.1875rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #am8oScKcFiXmvNZXdMzgT14oDcEteOtd { display:block; }
 }@media only screen and (max-width: 763px) { #q099u3JKgzTEQBC7XsOx47blibE1tQZB { width:3rem;height:1.4619125rem;top:32.25rem;left:22.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN48lRyU47xT0vNDdnFn5sE3dcJIuWpQ { width:27.5rem;height:4.1875rem;top:30.875rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQZgC8g1263IbrduJX4hWWTMMXnyGCWh { display:block; }
 }@media only screen and (max-width: 763px) { #vZFOlVTuJ3FaydEb5ENb6XdWtP8D0un0 { display:block; }#vZFOlVTuJ3FaydEb5ENb6XdWtP8D0un0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vvT5pqsUXPBgrxJiVKS91D76KG7eP891 { width:36.75rem;height:30.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw9mmPmDJCS7STuMzH7l2mtDbFD7Wsby { width:24.5625rem;height:1.94921875rem;top:3.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei1TgeWCd4v2bA4zrBJWvhzRgya8ugaQ { width:9.0625rem;height:1.29980625rem;top:8.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0b5VuXxTJwTpSyT99NqG8411Z4Nou13 { width:4.25rem;height:1.4375rem;top:14.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUXnVsSnz0ISmoTTT3AI691TcX7xPFCq { width:5.75rem;height:1.4375rem;top:17.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAbhWtwaPphO2t4Svnbq1myJ2CRBq0Uw { width:8.75rem;height:1.4375rem;top:20.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUWyS1wsDMzUD82kyCDHqIKO4owN8JhG { width:5rem;height:1.4375rem;top:24.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qteKTom8urUU8tR2pvyyZTSJX6sT35Pi { width:6.125rem;height:1.4375rem;top:27.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhxxD15A2mrB5uaImmem6MTikTTCDACC { width:32.5rem;height:0;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cidwLt9PWckAQX0Wfu7zLduyB5aQBMAd { width:33.125rem;height:0;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpCMrnVEignG30HG2cyPr8pICSe1ROWi { width:33.125rem;height:0;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt1nv571UA5dxDPlNv637ydpUHoTDlyV { width:33.125rem;height:0;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O75RKzs8fAnK47CBzXPcJsghluosHf38 { width:33.125rem;height:0;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgDJWTmTfGzEx76vLdKzOHIRMvCdkQf2 { width:33.125rem;height:0;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5e6FBPeC8TRJzOyGopy3aTF4abqUoQw { width:9.375rem;height:1.4375rem;top:8.3125rem;left:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTnKt7uc52Esrovr2fnFt30BGsrAMOl6 { width:6.3125rem;height:1.4375rem;top:11.375rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L99lwJRJnP1f2UJZ4h2vF8EOEVCmVc0K { width:7.3125rem;height:1.4375rem;top:14.25rem;left:16.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNeVMhKhISEZq0DMeaMcV00zTlwER1Tg { width:1.9375rem;height:1.4375rem;top:17.5625rem;left:21.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA3Akiio6xc3p7Pxw42I1QxU4P5No79S { width:5.625rem;height:1.4375rem;top:20.9375rem;left:18.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMmMamI0giZ8QKOnPwpdeJW7wNiJCT0e { width:6.9375rem;height:1.4375rem;top:27.25rem;left:16.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTyzQhXmEP1g8DcNG1mOIOqCkEnZTysu { width:0;height:21.25rem;top:8.3125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARg7D2UJVsl2npg2IxbIM7HN2FMn0oQu { width:7.0625rem;height:1.4375rem;top:11.375rem;left:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7RuKG4Dm5CwaCnEloi1oMmoL1FLppL8 { width:7.3125rem;height:1.4375rem;top:14.25rem;left:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQNT03nX9bb896CuilgyfWI2kbrPBEgM { width:2.5625rem;height:1.4375rem;top:17.5625rem;left:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0QFbVKnNwtS8mnoPAV5rIRv2AWFWhTT { width:7rem;height:1.4375rem;top:20.9375rem;left:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDPdtscq9iZpTofMFle0tIk5Dthw3QBK { width:13.125rem;height:1.4375rem;top:24.1875rem;left:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2T20RBRJNdv0TqFpuLOihEmWFBh357R { width:9.8125rem;height:1.4375rem;top:27.25rem;left:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X13nW6aZzgNz6dz2BeA0xEvIvqANByhX { width:4.0625rem;height:1.29980625rem;top:8.3125rem;left:19.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsTAi0OO2snylQJTpcg7AQO7CIKKMQMf { width:5.0625rem;height:1.4375rem;top:24.1875rem;left:18.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTrGM21OSHphrTTneC3x8dKkslLZxTtS { width:36.75rem;height:30.0625rem;top:1.25rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUk3TRR1PScVMcvm09L3yabs3o4Q5y0R { width:29.5625rem;height:1.94921875rem;top:9.5625rem;left:18.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNQePxaOEq9V2RQ4kpHQd7ieTStEWf01 { width:24.6875rem;height:2.923825rem;top:12.3125rem;left:23.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvIrantVJNTyqkg3T09RrUUUme6A3JWT { width:19.375rem;height:3.5625rem;top:17.75rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIIqM8htXPCccnrb0T4NJiFsItoK95It { display:block; }
 }@media only screen and (max-width: 763px) { #TubUtr3oE0dqClf1lRw7uJT6T4TosuXV { width:4.875rem;height:1.4619125rem;top:22.5rem;left:33.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4Va3Iuk7pwRCB7Uw65d78JJ20wzzfN9 { width:12.6875rem;height:1.94921875rem;top:24.9375rem;left:30.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlKFHUo3aOZ0HKuyTZAXh0mABD5aTtxd { width:6.25rem;height:0;top:15.5rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdvUGmTLPDqtLJBg7AiFzo98IQcRtLD7 { width:2.25rem;height:2.25rem;top:24.75rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RytSn40DPnbCfmB5NIdZWsG6F7Gdo4h5 { display:none; }#RytSn40DPnbCfmB5NIdZWsG6F7Gdo4h5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sDV42KPl5FhTF1A34pfhOfiSLu8vsxgC { width:39.5rem;height:4.0625rem;top:3.375rem;left:4.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6wmsIU9I94euMNI652RFgdZpFTfiB1S { width:20.25rem;height:3.4375rem;top:2.4375rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAxVReclop0oXIVcyqkUfUeNdnUaLRpN { display:block; }
 }@media only screen and (max-width: 763px) { #TugEvw9OPCb4BiSKJVqqEzxRcgPSqmWV { display:none; }#TugEvw9OPCb4BiSKJVqqEzxRcgPSqmWV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oDDWcmiq40J0Ufi6zMxqkRKAc3AsVmUp { width:45.75rem;height:25.6875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcw3LQMgG9sLFmz9eIh16WnwS6tAMJ8X { display:block; }#Mcw3LQMgG9sLFmz9eIh16WnwS6tAMJ8X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JOSyWkr5Pcnwta4i4JfczWgd1g8KJ06g { width:5.75rem;height:2.25rem;top:4rem;left:26rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdC7WFzWJv0z7PZEAS4s1GBSG7oMaHso { width:38.0625rem;height:2.875rem;top:7rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwLkgoxkKOt8xprThxITpFOrThVGiQOd { width:11.5rem;height:4.625rem;top:5.25rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWHyTlvRbigmkcbIs891kbactmJOfwFe { width:25.0625rem;height:13.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU2TRBygKOHZsyC8JmOSDmFhByGRQVEN { display:none; }#gU2TRBygKOHZsyC8JmOSDmFhByGRQVEN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qbTrQ6WKBZtKCMO2G363xr3fLyhp1z3g { width:6.8125rem;height:2.25rem;top:3.75rem;left:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mokEBTi5x07a9DET6zcq4Iv4HhJ5u23f { width:5.75rem;height:2.25rem;top:3.75rem;left:21.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JflZB4aNJs46RTtTC2x8PTbqXf4DcFED { width:4.75rem;height:2.25rem;top:3.75rem;left:37.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWcxnhKOnwFO8o550dW7VE2dmbGc7la4 { width:17.1875rem;height:2.5625rem;top:7.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsehGhWn7rRgdrlVNt7JWrZic0KNo48m { width:13.0625rem;height:1.25rem;top:7.375rem;left:17.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0A4FB3tciuUCJKALJPeG9TuwT6yyEk9 { width:15.8125rem;height:1.25rem;top:7.375rem;left:31.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTTFOZES7NyUppheTKaFgDPixFXrL3Th { display:block; }#LTTFOZES7NyUppheTKaFgDPixFXrL3Th > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWRhgCaXvIBW89druheT0aXqugwaxX4m { width:47.75rem;height:0.9746125rem;top:0.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vhInwakse1GkDtaX1QlCLXHt9MPPPLBc { position:relative;z-index:auto;display:block; }#vhInwakse1GkDtaX1QlCLXHt9MPPPLBc > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhAk7lT0HxWNVr1iRW72BrRkgyux1Tbf { width:9.0625rem;height:3.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOxaPX015n0prXzMrWFfoZkZxbUTmE2C { width:10.5rem;height:0.8125rem;top:0.3125rem;left:9.0625rem;font-size:0.625rem;z-index:15001;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Llu67Pys9qR6Xb02JPJrebcCyHinPDUU { width:10.4375rem;height:1.4619125rem;top:4.125rem;left:9.5625rem;font-size:1.125rem;z-index:15003;text-align:right;text-align-last:right;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #tVTDQ2O5gdQp07TCWxmQF660WRLMEO7E { width:11.75rem;height:0;top:4.400390625rem;left:8.25rem;font-size:0.875rem;z-index:15004;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #s9uT7sUHSzX6ciQSrkVHkMPhqT8gkhfo { width:1.5rem;height:1.5rem;top:13.3359375rem;left:4.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UXEblfsMWvKQwBU9W0XRNxTNuGewpMJw { width:7.5rem;height:0;top:14.8359375rem;left:5.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gT9TaZ8cai8qXNATDCXNyB51Wyfhc9rn { width:16.9375rem;height:0;top:11.375rem;left:2.90625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FDbTBMMLxo6HiMzxQI5FhIX8ut0p2vp3 { width:3.875rem;height:2.5625rem;top:5.75rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBRgaLEUrL9vfQw3iu5MrXf3haC5FExv { display:block; }
 }@media only screen and (max-width: 763px) { #DIMUrBDCM5aXBqeVsSiU60FvFIhC0yDX { width:4.5625rem;height:2.5625rem;top:5.75rem;left:4.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8E8AH0biuPmrnXZ6FSZO4RETd8r9Elo { display:block; }
 }@media only screen and (max-width: 763px) { #Ld7s9rQJh5u3HL2vaTCuDdfg5iA5pgat { width:5.25rem;height:2.5625rem;top:5.75rem;left:9.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFGtQIbBsblshtvGCl8pzQ734ATsrBJG { display:block; }
 }@media only screen and (max-width: 763px) { #EbhUDQDnPlfmi3lqJQqlxLh8lEygsUIV { width:4.625rem;height:2.5625rem;top:5.75rem;left:15.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDukZXa0nCMneNJU4mH6QR9tBlUquZcD { display:block; }
 }@media only screen and (max-width: 763px) { #Ilobv6KVfAyzTBV5IlcwoHhzkRtdbxqi { width:6.125rem;height:2.5625rem;top:8.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET8O09Sx2vmf4TxwcgmWdUTtSSsqDC5Z { display:block; }
 }@media only screen and (max-width: 763px) { #ueAILeOqw76kVQBiTPT49yHzDAr3tw8H { width:6.8125rem;height:2.5625rem;top:8.3125rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPAOcHCmA7Moz7rABpZMa74nUQ3eBz78 { display:block; }
 }@media only screen and (max-width: 763px) { #nhPSOR0Xq4N0A9sQUO9OKUy51PJn29wn { width:5.75rem;height:2.5625rem;top:8.3125rem;left:14.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPvAf2Snu6DaNSLeARSZ1DXNzlAfaIga { display:block; }
 }@media only screen and (max-width: 763px) { #ZRTH2yW1LvTmvTK8nQqJfHDobMN8w4AT { width:7.4375rem;height:2.9375rem;top:1.125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnumXnWBOX7dQl0gUIo2WSua04Mm8i5S { position:relative;z-index:auto;display:none; }#lnumXnWBOX7dQl0gUIo2WSua04Mm8i5S > .row .container { width:20rem;height:13.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Em4im12UDEuE0W81XrcK8xTBMPtTOsJm { width:9.0625rem;height:3.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM8tleLPO84FUT0VFWZgLxllqqLKAqGB { width:10.9375rem;height:0.8125rem;top:1.125rem;left:9.0625rem;font-size:0.625rem;z-index:15001;font-weight:700;font-style:normal;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #fCkTy1xTuf1wGphyA5KAmEQ5WnPR5MNG { width:10.4375rem;height:1.462675rem;top:2rem;left:9.4375rem;font-size:1.125rem;z-index:15003;text-align:right;text-align-last:right;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #VuZIHwBBIee9y95gIAthLn8l5N5LRDxO { width:11.75rem;height:0;top:4.400390625rem;left:8.25rem;font-size:0.875rem;z-index:15004;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #S7WXrFzg8LwxAuZb4oU8vsZbS5ATfthS { width:1.5rem;height:1.5rem;top:13.3359375rem;left:4.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWo5tsuW4PlaxkIIpulvNNJCr9FWkVAC { width:7.5rem;height:0;top:14.8359375rem;left:5.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vElTXkN8okSNPE5TLTC7s3h0d1pGaEOe { width:16.9375rem;height:0;top:11.375rem;left:2.90625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #W4dizAAnn6E6srXvHIuXhtPKsUNOq13I { width:6.5625rem;height:2.5625rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr6vTKEuPV5i5pTSEw2tHmnOib63taug { display:block; }
 }@media only screen and (max-width: 763px) { #tnbJL5k1q0hUy4Gq6RmAGAAqEL7NL0Fl { width:6.8125rem;height:2.5625rem;top:5.375rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwVreT6ClICi4rtONJ5fnnczf3QdhGOM { display:block; }
 }@media only screen and (max-width: 763px) { #KORrOH4VsqNe6UDR32KcwUGRhCfVpBZv { width:6.8125rem;height:2.5625rem;top:5.375rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2ZweQIpRB8m3JRUbUuLSP8wMNrGkysZ { display:block; }
 }@media only screen and (max-width: 763px) { #TG0bo8Gzelga4hgianKsofI6BwCtTkyW { width:6.25rem;height:2.5625rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORl6VKvRBHRXu6R4GDW5GT5urclyrPKT { display:block; }
 }@media only screen and (max-width: 763px) { #BWTC52b6smRRQZk8m5f3OTNe5JiHikmL { width:6.125rem;height:2.5625rem;top:7.9375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #luTTaJGHkVIpPMJNqqsSl43I0xiDEK9p { display:block; }
 }@media only screen and (max-width: 763px) { #m5ZlyqcaRkIJnSUl2oC4qdHV426pn1Qz { width:6.8125rem;height:2.5625rem;top:7.9375rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewsbHoGcEkJ1WGFHWMJWs4C6TKCsLtFe { display:block; }
 }@media only screen and (max-width: 763px) { #TlopLMltK2srXvzGlyFeVok32J1Ohi32 { width:6.8125rem;height:2.5625rem;top:10.5rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiI0SiKpW6tpOssPQQ58xxOm267iZIzk { display:block; }
 }@media only screen and (max-width: 763px) { #DgILp95hnEr9GK7gtM22FrE5Iqc9rNSI { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0869586b-5c52-4466-8f71-d167db43b411/herotowers.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DgILp95hnEr9GK7gtM22FrE5Iqc9rNSI.adaptive-delivery-prevent-bg, #DgILp95hnEr9GK7gtM22FrE5Iqc9rNSI.lazyload, #DgILp95hnEr9GK7gtM22FrE5Iqc9rNSI.lazyloading { background-image: none; }#DgILp95hnEr9GK7gtM22FrE5Iqc9rNSI > .row .container { background-color: transparent; background-image: none; }#DgILp95hnEr9GK7gtM22FrE5Iqc9rNSI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.36); }#DgILp95hnEr9GK7gtM22FrE5Iqc9rNSI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgILp95hnEr9GK7gtM22FrE5Iqc9rNSI > .row .container > .video-iframe-container { display: none; }#DgILp95hnEr9GK7gtM22FrE5Iqc9rNSI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.36); }#DgILp95hnEr9GK7gtM22FrE5Iqc9rNSI > .row > .video-iframe-container { display: none; }#DgILp95hnEr9GK7gtM22FrE5Iqc9rNSI > .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); }#DgILp95hnEr9GK7gtM22FrE5Iqc9rNSI > .row .container { border-width: 0; border-radius: 0; }#DgILp95hnEr9GK7gtM22FrE5Iqc9rNSI::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; }#DgILp95hnEr9GK7gtM22FrE5Iqc9rNSI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DgILp95hnEr9GK7gtM22FrE5Iqc9rNSI > .row .container { width:20rem;height:72.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-family:"itc avantgarde"; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-input-text {padding-top: 0; padding-bottom: 0;}#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-input-select {padding-top: 0; padding-bottom: 0;}#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r  { width:17.5rem;height:auto;top:36.5625rem;left:0rem; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r {display:block;}#Iot5movGfHrWyU15rTeaIDLrvVO4uF9r { width:17.5rem;height:auto;top:36.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #lOXExgRV4r4ksPvkmVGHtpC83OHBX55D {  }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #fao65EMG3soi8zC509Dgy9FvP8BFHrPO { display:block; }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #RC8TN5W45aucJ7pTgMRanJzxGygA0Icb {  }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #oJ8Q0xvSTTdVh67bSk44afwszdnEPr2R {  }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #uXV0uqu3HwzxMDC5XsPIZfTG5NN5AvD5 { display:block; }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #eOxiMM1XJkJmVg9pMNFDJJmk7fptG6n4 {  }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #nQltB3TXpvygktQqtie7sO6aUJ2uGuA2 {  }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #gBCX3USdCRCT3zAMIDpIi84dxw3MmH1s {  }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #kXcz3AyV1phVAGshoWRA7sreMCDqROrz {  }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #e2T65dtcWcPyJV9rrA3sHn1MtDRwfxI6 {  }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #MK0knXv9CXT5WSucOQoQqXNLlOsJP54e {  }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #qkZIrLJwkDvKUBmwgOfkx17bdbWgpzLB {  }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #uJpB0sdXt6UFa1eTUKOpJZHiwxINGosZ {  }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #vxANx6ZCSUc29sAN3GpTacaLLyZGQrGf {  }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #pMhATJtzmGc94y0hfqa6QuBKpasdfKna {  }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #WOfpVNdJPivnXDJFbL4V5TzUGUUgMrtr {  }
 }@media only screen and (max-width: 763px) { #Iot5movGfHrWyU15rTeaIDLrvVO4uF9r #N6t7IU9bEHHaSOzhb7PQbMDnmc7gHeQi {  }
 }@media only screen and (max-width: 763px) { #TT7cetOxo2sy4fslQUHReSCkCvPqcGm0 { width:19.25rem;height:0;top:12.510986328125rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TNHtvuR4Ul3eI3sHiO29RT7IRb7gGMUV { width:19.8125rem;height:1.29980625rem;top:34.0126953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ztOHDSz0VnJvEpXEPQDg55wpbPbWRS0w { width:10.8730625rem;height:1.625rem;top:2.9248046875rem;left:4.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p5sHhToAZ2ctMgmbzizPr3uSnWdSamC1 { width:14.375rem;height:4.0625rem;top:4.2373046875rem;left:2.8125rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dHAdv9a7ivN7cwVGiTDmTCwEudPTlvci { width:11.75rem;height:2.03125rem;top:8.2998046875rem;left:4.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uhExvmviti3U8sNH3VuWMULDxDQRdr8Q { width:4.375rem;height:0.0625rem;top:10.8740234375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNfDwb06E3QhrahUU7I1fGREFAEFD4cR { width:15.374rem;height:1.29980625rem;top:12.1875rem;left:2.3115234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #znnOzu544UQTW3cFOUAXiZwtug7ShnBO { width:9.375rem;height:2.03125rem;top:14.0615234375rem;left:5.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XsHgqKd3qgrHmoH9s5QKRL7MCBhQq6NE { width:18.874rem;height:2.5996125rem;top:16.4677734375rem;left:0.5615234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i73Pv3qTMqKToTK44cG0U9I4EikcQ88a { width:10.2480625rem;height:1.13671875rem;top:20.931640625rem;left:3.40625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fo2CIIULHRXwa4Qook6gSx9Xh9hvePf5 { width:9.6875rem;height:1.13671875rem;top:23.775390625rem;left:3.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CVyhyq3pg9MupO8sZ1NIOSkZBxazrReA { display:flex;width:1.75rem;height:1.75rem;top:20.625rem;left:0.9375rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #FgsXg7LIfnN809PoRavD238G7fOXoolP { display:flex;width:2.1875rem;height:2.1875rem;top:23rem;left:0.75rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #zhtmULzNFHHWMlKTwr8TksQoX99ZJEcd { display:flex;width:1.875rem;height:1.875rem;top:25.875rem;left:0.9375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #v0hu1k85WiTZ9yb9VUdNnxxDzvC9DUhA { width:16.124rem;height:1.13671875rem;top:26.306640625rem;left:3.4384765625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QehpOcGrOXncztuVSrlBuUDC1zf852qV { display:flex;width:1.875rem;height:1.875rem;top:28.75rem;left:1rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #M8xMFFKzhoKXTnHGINJTIzDk65ZGMseZ { width:14.375rem;height:1.13671875rem;top:29.119140625rem;left:3.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T84ttdesAwwUSosUMbpQqvdoD2aeTq6L { width:15.8730625rem;height:1.29980625rem;top:1.375rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #qfDWgPUJShIavAvKP3xslMtlNwXA9Ik1 { width:19.75rem;height:36.75rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsUnixuZO2gnOyted2NxImS9lAq8w4Zq { display:block; }#UsUnixuZO2gnOyted2NxImS9lAq8w4Zq > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GQdzZKZCsk761HQRCtHzoFyq1P6ZTTDK { width:18.75rem;height:4.375rem;top:1.25rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tED1HuBka2opbEQ1cqxg5LKSG84Pugzm { display:block; }
 }@media only screen and (max-width: 763px) { #X83bLEBuAz9q10MbLpKZMs7CVZNDZfu5 { width:12.999125rem;height:1.94921875rem;top:7.375rem;left:4.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eL9ZoBaHC1P1Gu4IKLsfmKTlvKMXQ9TA { width:12.9365rem;height:2.2734375rem;top:11.92578125rem;left:5.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #isW2AeDeeV0lm68pBPRv4caeMv3DShyB { display:flex;width:2.5rem;height:2.5rem;top:11.8125rem;left:2.3115234375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #NLqoKXV9OmiGz1asUpQcsv97MOe6CS6A { width:17.04773625rem;height:3.8608925rem;top:2.4375rem;left:1.5rem;z-index:15001;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDKhGJZ5vw1PBfTCLXQqMmDVR6Av74Vo { display:block; }
 }@media only screen and (max-width: 763px) { #cSepovVtsh3xgRJXnT85D8Ngv3zJGEv5 { width:12.6865rem;height:1.13671875rem;top:15.9248046875rem;left:5.9228515625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #W7Tg9RzJ8WZvKbltFLSvXn4z5TVbwCzt { display:flex;width:2.5rem;height:2.5rem;top:14.9931640625rem;left:2.3115234375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #inoURBhTCZH6RNP1QtywK00xD8xIy8pT { width:8.8125rem;height:auto;top:3.75rem;left:5.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GVgfcx6lJyTdnyWcgSOSEGw3FAGlFmF3 { display:block; }#GVgfcx6lJyTdnyWcgSOSEGw3FAGlFmF3 > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hdfm1uuKE4zNZZLiuhxFuWMnSxegtus1 { width:17.3125rem;height:9.6875rem;top:3.6241321563721rem;left:1.2424046397209rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPLHUr3XxRcTx6r68b7fw3a1DNdpMNTd { width:10.3125rem;height:1.625rem;top:19.399740219116rem;left:1.2424046397209rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pMF0nOoTB4Qf50OAcJXBaVzWLwPAvMSr { width:12.875rem;height:1.462675rem;top:17.749567031861rem;left:1.2500000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QFke7kpFzOK0sNGMfhgea3dWIB4TstBx { width:9.375rem;height:0.060763875rem;top:21.832033157349rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZ3Ri1QRGVywcxWCySaPdt3psPDWib4f { width:16.875rem;height:12.50390625rem;top:22.997396469116rem;left:1.5625000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FQTss1NwWOhelHKTvoC9qfDJJ4b0NpIs { width:13.53429875rem;height:2.533855rem;top:37.058594226837rem;left:3.2313368916511rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNXX9ADDKz0H3K52VtvlyKO6bsi3HOS { display:block; }
 }@media only screen and (max-width: 763px) { #XIxpZVPn91ZniBMDE66zXu50Bco0N78R { width:19.625rem;height:39.4375rem;top:1.8732643127441rem;left:0.18663197755814rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF0NbDox7Xqx5928ICv7OzcfUqFcDri0 { display:block; }#qF0NbDox7Xqx5928ICv7OzcfUqFcDri0 > .row .container { width:20rem;height:167.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkMohp7yPiln9WEBlW7IKgAnR1x4n6fv { width:20rem;height:0;top:40.12206875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bAJhAMyHMLz4FxTrmVlG7PPwTCWE4h5L { width:4.0625rem;height:4.0625rem;top:9.375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6gcgze3AaqSCqB7bhRtoRfCVDRvrSuX { width:11.3736875rem;height:2.923825rem;top:14.4375rem;left:4.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ekh2Wa0OnvaKWklJfNZArCT6C5uvqHe6 { width:8.93675rem;height:2.923825rem;top:53rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R1uWiK0JkX0BWocrFCiwz7nuZNiz3Uvd { width:4.5rem;height:4.5rem;top:47.125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHkTS8ZQQtnthPnvrtT51xB3DNdwPyh9 { width:7.061625rem;height:2.923825rem;top:92.775613784787rem;left:6.4680994153025rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #opBvTVMZ3xxDg8OO7P2IBma4TCEZldg2 { width:4.5rem;height:4.5rem;top:86.9375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATUI4BBpMOynh83txlfLwFgNWBQ0Krpd { width:7.24975rem;height:2.923825rem;top:134.5rem;left:6.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nrhfNKVJP9kdNVsGV3Qp465MP3JlPIrC { width:4.5rem;height:4.5rem;top:128.625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKx4IRSPRQUZrnoCqiG33bipWcDPFUKl { width:17.6248125rem;height:2.599825rem;top:18rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bQw4GFT32FTs0b3JHVetSVnEvpVdqEF7 { width:15.37475rem;height:3.8997375rem;top:56.6875rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vLODOs6g5Qy6XnSZqUZr8EaF19odfPbm { width:15.5620625rem;height:5.199225rem;top:97.131082534787rem;left:2.2189670205116rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTKyFQWhXlV6C3axTkhWZ7gQ0UMq2pbx { width:18.0620625rem;height:2.599825rem;top:138.42448616028rem;left:0.96788197755812rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #by65cr4c3UXqXrAxTnHPuCt4axQKbpEg { width:17.1875rem;height:22.1875rem;top:62.062280654907rem;left:1.3357205986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghhQQKeqcdqlnR05Lz3eA394EZgavwzG { width:17.1875rem;height:22.1875rem;top:22.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLy13yniLZ9uoarsWH9C5Z5oyqZOZWUi { width:17.1875rem;height:22.1875rem;top:103.82920646668rem;left:1.3357205986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCuGowoF1NUFJNs6keBXAGv7EywzPixl { width:17.1875rem;height:22.1875rem;top:142.45661211014rem;left:1.3357205986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3idUeI00UTLLm1UbsSZPpyr2zdKGaO6 { width:20rem;height:0.0625rem;top:44.62158125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #C6pvQvNrfXU2bcGTWV4n12CH3CEXgTgc { display:flex;width:3.25rem;height:3.25rem;top:9.875rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #yNqc31SBzGZ2ZBO4X1l0CmCK4VemgQNz { display:flex;width:3.25rem;height:3.25rem;top:47.9375rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #Mbl8OTGJPrgiysLWRS2mThRQXJydXTGE { display:flex;width:3.25rem;height:3.25rem;top:87.5625rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #atJSi5etuRZOihPplAFGEHTEmSuMVt4l { display:flex;width:3.25rem;height:3.25rem;top:129.25rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #IuwyQOo8Sl8cfcbD0b6rB9FKr4y28XOe { width:20rem;height:3.25rem;top:2.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #g9htTBlt2yI9tNMDzTzvkGFPxymx3cuF { width:6.25rem;height:0.060763875rem;top:6.125rem;left:6.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Cn2KcG9TqWT24QRFhqnIxuiJwwV68Kn7 { display:block; }#Cn2KcG9TqWT24QRFhqnIxuiJwwV68Kn7 > .row .container { width:20rem;height:86.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #amJJKO2bN7p39XyJ8D7UWkS9WXwo3p3F { width:18.8748125rem;height:3.25rem;top:3.1790313720703rem;left:0.56206601858139rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fnAq9lTt95WgQJ1CQ5MqhbvlVPJH1IyG { width:8.3745625rem;height:1.2999125rem;top:20.498047828674rem;left:5.8127172589302rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lXdBDppdzQoHp4ExB3O5gMAuKs35Ti4m { width:13.186875rem;height:8.9995625rem;top:10.248480796814rem;left:3.3355038762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8KnOFdHXeur0uccUfn7ywCkRHkDJC3P { width:6.25rem;height:0.060763875rem;top:7.6864013671875rem;left:6.8750002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw0QQMhH3RMihFL1Nt8H7mnX9RoM8edf { width:13.186875rem;height:8.9985rem;top:70.08789253235rem;left:3.3355038762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxadwXE0ngar8lnw0g5FMWlvyvBCN0mZ { width:13.186875rem;height:8.9985rem;top:55.091150283814rem;left:3.3355038762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3B0zP3QsRtAaFMk80asbi0LVccn00Gc { width:13.186875rem;height:8.9985rem;top:40.181208610534rem;left:3.3355038762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtDXnr0rpyqGq93KrfSAtTUli5Zzn6HS { width:13.186875rem;height:8.9985rem;top:25.021702766419rem;left:3.3355038762093rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6NNIhgKHmErQlv2lMFldnq8t5GG8KMq { width:10.8735rem;height:1.2999125rem;top:35.532771587372rem;left:4.5627172589302rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q0mJCEAVrOr24N0FxcXvhIdRh48IT2Vx { width:13.3735rem;height:1.2999125rem;top:50.692286491394rem;left:3.3127172589302rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #urQkhv65sut6LJfHI6w4ATgSkcJdhhr2 { width:15.1875rem;height:0;top:67.999128341675rem;left:0.56206601858139rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DF1tl5PSGeZwF1K6lgOJCHCxnbZMogzn { width:9.0625rem;height:1.2999125rem;top:80.598960876462rem;left:5.4687502980232rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gm7FSUrS32V2nnLGRdG3yRXwyQbytXT7 { width:19.75rem;height:82.5rem;top:1.25rem;left:0.061848998069763rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdwVzDdtG4CnGe2xERFvXgtXJgmterPG { width:15.186625rem;height:1.29980625rem;top:65.602217674256rem;left:2.4066842198372rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #soFhQw5nWp4HHoTNQ9SAPegcLNdEfBdT { display:block; }#soFhQw5nWp4HHoTNQ9SAPegcLNdEfBdT > .row .container { width:20rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glf4NQFNvZdTRoqpEwVzhFfM26nkBgaD { width:20rem;height:1.625rem;top:1.041015625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BxOSdwcgR7HNQ4sf4Ay7BAGRaHJx6dyM { width:11.9375rem;height:1.29980625rem;top:5.505859375rem;left:5.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AfTqIPo1mWNHzTvyNL55tD3QPhB8gyA3 { width:20rem;height:0.0625rem;top:3.228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzmESaL9mtmT4i11cPbiJP8lOZRvf9br { display:flex;width:2.8125rem;height:2.8125rem;top:4.75rem;left:1.4375rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #c9yTi7t5EQbNVedhn8cP6o8JdbLy3PK2 { width:9.1855625rem;height:1.29980625rem;top:9.23828125rem;left:5.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KrV7pxNvpQmUDkf7IAKSf5wGEcSUrgAK { display:flex;width:2.8125rem;height:2.8125rem;top:8.5625rem;left:1.4375rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #w2kJz3AfG6G4vM6xK3xt7e73DDecToum { width:9.1855625rem;height:1.29980625rem;top:21.24609375rem;left:5.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TFwBcgKUOFF1yCOR5P48wzpsxeTtKVXq { display:flex;width:2.8125rem;height:2.8125rem;top:20.490234375rem;left:1.4375rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #JaMvlu1HQpEOWEcgainZGvfmBhdH4o0k { width:9.1855625rem;height:1.29980625rem;top:37.4150390625rem;left:5.40625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o3Dw3VIWuJdw93IlFKy6TbLei03eZTl8 { display:flex;width:2.8125rem;height:2.8125rem;top:36.6591796875rem;left:1.4375rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #Lb88GEWlDu2twPXuW8gXhSctbEwB7A2O { display:flex;width:2.8125rem;height:2.8125rem;top:28.8623046875rem;left:1.4375rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #BL2Z99v3Nt0nbgosFmrI8v4NUhhVchku { width:9.1855625rem;height:1.29980625rem;top:29.6181640625rem;left:5.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BD7XtlmLpFf9yQwbG7uckZkT8cBI473V { width:13.6875rem;height:1.29980625rem;top:13.130859375rem;left:5.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lL9lprMay3trJ4fuwW1zfFmRlHPuOlJ6 { display:flex;width:2.8125rem;height:2.8125rem;top:12.375rem;left:1.4375rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #GDwi4VX4agoScPbryz5glHPGHs2ntrPo { width:9.75rem;height:1.29980625rem;top:17.05078125rem;left:5.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fy4rwaa9eAS7mfFo4nxe2gkk2xlgvEvT { display:flex;width:2.8125rem;height:2.8125rem;top:16.375rem;left:1.4375rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #JVl991KWRrdHQXTCA77ZIs5KaW6SnIKe { width:10rem;height:1.29980625rem;top:25.4453125rem;left:5.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DKAI4wzDDEx10p8cxlbIKu53vFXeTmod { display:flex;width:2.8125rem;height:2.8125rem;top:24.6884765625rem;left:1.4375rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #ekUcnnt9C8lSKPg9iKZAhVMcZLddptZX { width:9.1855625rem;height:1.29980625rem;top:33.4375rem;left:5.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iBrP7S2m5SNKuKCOyd9v738rGO1tAFbO { display:flex;width:2.8125rem;height:2.8125rem;top:32.6875rem;left:1.4375rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #ZQiKTwTT8wThhnkZEhq57bmgwp1ly7oE { width:9.1855625rem;height:1.29980625rem;top:41.8134765625rem;left:5.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yWKLkbVQ3VdGHxz7wCvLFzD6xxFIkyKk { display:flex;width:2.8125rem;height:2.8125rem;top:41.0576171875rem;left:1.4375rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #GZfy0bEVyEz4axtyUyM9bn2MLKpPrkln { display:block; }#GZfy0bEVyEz4axtyUyM9bn2MLKpPrkln > .row .container { width:20rem;height:72.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VtPnTNen81fldGcBpn8LT3qqZcEON3HP { width:19.75rem;height:34.4375rem;top:0rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAbe0DCE9lnwSdbuUXgi7rL1mq4pb7pQ { width:19.75rem;height:33.625rem;top:35.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #esu6NEdvQFp7A6Qy8tydEczUgZvIC2dI { width:20rem;height:1.625rem;top:2rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fDZ7MDNaOO3yLiF8PTTLFD324HozGSGC { width:8.9365rem;height:1.625rem;top:37.4375rem;left:5.53125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tIWbevuPvxLKm1T5zhr5I0L8ACXiSTti { width:9.124rem;height:1.29980625rem;top:5.3125rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o5vrslexMD6P94a1FTzIaR6fsTHml99T { width:7.9365rem;height:1.29980625rem;top:8.375rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #guym2p0hnrwsu7WvWaPKEb0yZpwe1azr { width:11.3125rem;height:2.5996125rem;top:10.5625rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jz6hQspXp8F33HlnQyWZ4dupXsdC2fuy { width:9.625rem;height:2.5996125rem;top:13.9375rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lleqVcOSLnpZp6pTObJJrRhac3KCS7dN { width:10.5rem;height:2.5996125rem;top:17.1875rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LspmAiuJNxI2VT4kBNR4Q4dTTN2Zo5Ba { width:11.9375rem;height:1.29980625rem;top:21.25rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A2JIudGuebDNKxBnq4souMm3Fhk9VQy2 { width:9.25rem;height:2.5996125rem;top:23.75rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dLrETqcHcaFo4TAKyylG83w44h6VDzD1 { width:5.3125rem;height:1.29980625rem;top:27.5625rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NrBmDv52TqcMuoz3lWqUUrE5phT9Evp9 { width:9.75rem;height:2.5996125rem;top:29.8125rem;left:3.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KZCfBLt4QcbvKggP6iDHRDfFlgI6M7f5 { width:20rem;height:0.0625rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xpxv2z7FA4On4dfQEw7XDGBdu1w1HBB2 { width:20rem;height:0.0625rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIHT92JUo0TnTuRTcMt9HzdX8tqhfOUk { width:20rem;height:0.0625rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOamVoF48IGbvvZ0JXgSE8LwuJSh5xXR { width:20rem;height:0.0625rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X95bl1d0s6d2On621mLiGPmaLKcWK1FV { width:20rem;height:0.0625rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkQmpWNL6QMacJzFNE7x5U34UdEP21Un { width:20rem;height:0.0625rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wag7hV8B62OeOswUULxuS7kK122CQVtR { width:20rem;height:0.0625rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAROczvRUM1DyHoToxKr11aseOO2uX3r { width:20rem;height:0.0625rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cfd2IoM6WT17TuuutqlgKBdiMF3TCtGB { width:3.31176875rem;height:1.29980625rem;top:5.3125rem;left:16.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JMwECrRSCHa5LCPG7ndQf4Qz5bLCJzqr { width:3.18725625rem;height:1.29980625rem;top:8.375rem;left:16.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mQ7ZdyptPtT8FpRS2xtmkFAXZN8w6AWk { width:3.93676875rem;height:1.29980625rem;top:11.4375rem;left:16.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LbHA0CLnwRNEhCUoVWiMEEsaHq0iASxg { width:3.75rem;height:1.29980625rem;top:14.5625rem;left:16.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ilIVzIDHV6ECWhhmorgezB5KPAGEiiCm { width:5rem;height:1.29980625rem;top:17.8125rem;left:15rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pMLbLHXtd2uGot36gMoId9o9holEFLsh { width:3.75rem;height:1.29980625rem;top:21.375rem;left:16.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #USyuDkUXPsBxPDoqUWFFzIevSrtoXhZF { width:3.2495125rem;height:1.29980625rem;top:24.25rem;left:16.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fmwMQezoENUoWPNVIWPPWTsMGRlcuKiO { width:4.87426875rem;height:1.29980625rem;top:27.3125rem;left:15.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z5DDlTU2JzAvvTfgUXPAKiIS8i6IK6NF { width:3.31176875rem;height:1.29980625rem;top:30.3125rem;left:16.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tTTf0wGiLDKsMqtpnATTTKpBPBEcX0Cr { display:flex;width:2.25rem;height:2.25rem;top:4.8125rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #ouu5wiAyg5Urbo3VSDs2SlJDdfeHW8yk { display:flex;width:1.8125rem;height:1.8125rem;top:8.0625rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #psJsVy6fhcRWpi75u11Q27peIPORqbzQ { display:flex;width:1.9375rem;height:1.9375rem;top:11.1875rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #WdEV98pEKiPGzacelpenUA4v4PVNlVMy { display:flex;width:1.9375rem;height:1.9375rem;top:14.3125rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #owiiTx3FTmQkIV67qLMAhhkUKSswWetm { display:flex;width:1.9375rem;height:1.9375rem;top:17.5625rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #Z12AbhxJrfkxS9KANkQ8ATd8O7afq4z8 { display:flex;width:1.9375rem;height:1.9375rem;top:20.8125rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #bvkVo7pnRGMOFo95GHg4Getz4BeJqRsz { display:flex;width:1.9375rem;height:1.9375rem;top:24rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #AII2EPOaWTgdisQSiSGUltlf3idSbNra { display:flex;width:1.9375rem;height:1.9375rem;top:27rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #t0QMEm5QZoZWOZxTa9s5KxZKvkqTwLOn { display:flex;width:1.9375rem;height:1.9375rem;top:30.0625rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #axlgB1HJrTPWLognRv8DeqOT26qz1EUI { width:20rem;height:28rem;top:39.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMsE26vVyN4yNoOtPE6InH5PhnfwpGxi { display:block; }#XMsE26vVyN4yNoOtPE6InH5PhnfwpGxi > .row .container { width:20rem;height:75.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUt4NRwVpildDb9EX9CX1byxIx2XvVeh { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RkD9UFxoz1pA5KT0kxrFd9D362QT4W87 { width:20rem;height:0.0625rem;top:5.7495125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJShQeH3gOt11EASOnT1raiDxLqg6TX5 { width:19.875rem;height:13.232561995461rem;top:7.0620125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDUfVWO54rRG99x4GBLxRdM6MS2OS16u { width:19.875rem;height:14.1875rem;top:25.208984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #swUBKDcdxW6GZz8Q0Z73l0GqgKwSnfUK { width:19.875rem;height:13.2324375rem;top:43.919921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRLScMOytsETaBRhEBvovbKZUzqnErcQ { width:10.8730625rem;height:1.4619125rem;top:21.810546875rem;left:4.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IbRIcUpCzTlfTFuQZ16t9rJzOyXsofTW { width:10.8730625rem;height:1.4619125rem;top:40.9580078125rem;left:4rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #izKeUMHTsXstvALSzBk85xQ7r84a4EKy { width:12.0615rem;height:1.4619125rem;top:58.6689453125rem;left:3.9677734375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lspi60yCH5Hlq2aTJmw8zGwuZaVihWdM { width:19rem;height:4.1875rem;top:61.4423828125rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #am8oScKcFiXmvNZXdMzgT14oDcEteOtd { display:block; }
 }@media only screen and (max-width: 763px) { #q099u3JKgzTEQBC7XsOx47blibE1tQZB { width:2.99926875rem;height:1.4619125rem;top:67.1875rem;left:8.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IN48lRyU47xT0vNDdnFn5sE3dcJIuWpQ { width:18.75rem;height:4.1875rem;top:69.875rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQZgC8g1263IbrduJX4hWWTMMXnyGCWh { display:block; }
 }@media only screen and (max-width: 763px) { #vZFOlVTuJ3FaydEb5ENb6XdWtP8D0un0 { display:block; }#vZFOlVTuJ3FaydEb5ENb6XdWtP8D0un0 > .row .container { width:20rem;height:56.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vvT5pqsUXPBgrxJiVKS91D76KG7eP891 { width:19.75rem;height:30.0625rem;top:1.5rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #yw9mmPmDJCS7STuMzH7l2mtDbFD7Wsby { width:20rem;height:3.25rem;top:2.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ei1TgeWCd4v2bA4zrBJWvhzRgya8ugaQ { width:6.4375rem;height:2.5996125rem;top:7.6494140625rem;left:0.7177734375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g0b5VuXxTJwTpSyT99NqG8411Z4Nou13 { width:4.249025rem;height:1.21875rem;top:13.498046875rem;left:0.7177734375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iUXnVsSnz0ISmoTTT3AI691TcX7xPFCq { width:5rem;height:1.21875rem;top:17.568359375rem;left:0.8115234375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SAbhWtwaPphO2t4Svnbq1myJ2CRBq0Uw { width:6.875rem;height:2.4375rem;top:20.4375rem;left:0.7177734375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HUWyS1wsDMzUD82kyCDHqIKO4owN8JhG { width:5rem;height:1.21875rem;top:24.55078125rem;left:0.7177734375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qteKTom8urUU8tR2pvyyZTSJX6sT35Pi { width:5.25rem;height:1.21875rem;top:27.375rem;left:0.6865234375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hhxxD15A2mrB5uaImmem6MTikTTCDACC { width:20rem;height:0;top:56.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cidwLt9PWckAQX0Wfu7zLduyB5aQBMAd { width:20rem;height:0;top:59.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lpCMrnVEignG30HG2cyPr8pICSe1ROWi { width:20rem;height:0;top:62.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vt1nv571UA5dxDPlNv637ydpUHoTDlyV { width:20rem;height:0;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O75RKzs8fAnK47CBzXPcJsghluosHf38 { width:20rem;height:0;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgDJWTmTfGzEx76vLdKzOHIRMvCdkQf2 { width:20rem;height:0;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5e6FBPeC8TRJzOyGopy3aTF4abqUoQw { width:4.5rem;height:2.5996125rem;top:7.6494140625rem;left:7.1552734375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QTnKt7uc52Esrovr2fnFt30BGsrAMOl6 { width:6.3105625rem;height:1.13671875rem;top:11.2490234375rem;left:13.6884765625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L99lwJRJnP1f2UJZ4h2vF8EOEVCmVc0K { width:4.5625rem;height:2.2734375rem;top:13.498046875rem;left:13.6884765625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RNeVMhKhISEZq0DMeaMcV00zTlwER1Tg { width:1.936525rem;height:1.13671875rem;top:17.609375rem;left:13.6884765625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BA3Akiio6xc3p7Pxw42I1QxU4P5No79S { width:4.4375rem;height:1.13671875rem;top:20.4375rem;left:13.6884765625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nMmMamI0giZ8QKOnPwpdeJW7wNiJCT0e { width:5.5625rem;height:1.13671875rem;top:28.59375rem;left:13.6884765625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JTyzQhXmEP1g8DcNG1mOIOqCkEnZTysu { width:0;height:21.25rem;top:33.8125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARg7D2UJVsl2npg2IxbIM7HN2FMn0oQu { width:4.6875rem;height:1.13671875rem;top:11.2490234375rem;left:7.1552734375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H7RuKG4Dm5CwaCnEloi1oMmoL1FLppL8 { width:5.125rem;height:2.2734375rem;top:13.498046875rem;left:7.1552734375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NQNT03nX9bb896CuilgyfWI2kbrPBEgM { width:2.561525rem;height:1.13671875rem;top:17.609375rem;left:7.1552734375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i0QFbVKnNwtS8mnoPAV5rIRv2AWFWhTT { width:5.3125rem;height:1.13671875rem;top:20.4375rem;left:7.1552734375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bDPdtscq9iZpTofMFle0tIk5Dthw3QBK { width:5.75rem;height:2.2734375rem;top:24.55078125rem;left:7.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S2T20RBRJNdv0TqFpuLOihEmWFBh357R { width:6.5rem;height:2.2734375rem;top:27.375rem;left:7.1552734375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X13nW6aZzgNz6dz2BeA0xEvIvqANByhX { width:4.0625rem;height:1.29980625rem;top:7.6494140625rem;left:13.6884765625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tsTAi0OO2snylQJTpcg7AQO7CIKKMQMf { width:5.061525rem;height:1.13671875rem;top:24.591796875rem;left:13.6884765625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uTrGM21OSHphrTTneC3x8dKkslLZxTtS { width:19.75rem;height:20.9375rem;top:33.25rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #lUk3TRR1PScVMcvm09L3yabs3o4Q5y0R { width:17rem;height:3.25rem;top:35.125rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNQePxaOEq9V2RQ4kpHQd7ieTStEWf01 { width:20rem;height:2.923825rem;top:38.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lvIrantVJNTyqkg3T09RrUUUme6A3JWT { width:17.375rem;height:3.5625rem;top:42.9375rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIIqM8htXPCccnrb0T4NJiFsItoK95It { display:block; }
 }@media only screen and (max-width: 763px) { #TubUtr3oE0dqClf1lRw7uJT6T4TosuXV { width:4.874025rem;height:1.4619125rem;top:47.6875rem;left:7.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u4Va3Iuk7pwRCB7Uw65d78JJ20wzzfN9 { width:12.6865rem;height:1.94921875rem;top:50.125rem;left:4.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HlKFHUo3aOZ0HKuyTZAXh0mABD5aTtxd { width:6.25rem;height:0;top:47.5rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdvUGmTLPDqtLJBg7AiFzo98IQcRtLD7 { display:flex;width:1.9375rem;height:1.9375rem;top:50.125rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #RytSn40DPnbCfmB5NIdZWsG6F7Gdo4h5 { display:none; }#RytSn40DPnbCfmB5NIdZWsG6F7Gdo4h5 > .row .container { width:20rem;height:9.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sDV42KPl5FhTF1A34pfhOfiSLu8vsxgC { width:20rem;height:2.11230625rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r6wmsIU9I94euMNI652RFgdZpFTfiB1S { width:19rem;height:3.4375rem;top:4.61230625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAxVReclop0oXIVcyqkUfUeNdnUaLRpN { display:block; }
 }@media only screen and (max-width: 763px) { #TugEvw9OPCb4BiSKJVqqEzxRcgPSqmWV { display:none; }#TugEvw9OPCb4BiSKJVqqEzxRcgPSqmWV > .row .container { width:20rem;height:13.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oDDWcmiq40J0Ufi6zMxqkRKAc3AsVmUp { height:11.2295rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcw3LQMgG9sLFmz9eIh16WnwS6tAMJ8X { display:block; }#Mcw3LQMgG9sLFmz9eIh16WnwS6tAMJ8X > .row .container { width:20rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JOSyWkr5Pcnwta4i4JfczWgd1g8KJ06g { width:5.75rem;height:1.625rem;top:14.25rem;left:7.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kdC7WFzWJv0z7PZEAS4s1GBSG7oMaHso { width:20rem;height:2.03125rem;top:16.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QwLkgoxkKOt8xprThxITpFOrThVGiQOd { width:11.5rem;height:4.625rem;top:3.15625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWHyTlvRbigmkcbIs891kbactmJOfwFe { width:20rem;height:10.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU2TRBygKOHZsyC8JmOSDmFhByGRQVEN { display:none; }#gU2TRBygKOHZsyC8JmOSDmFhByGRQVEN > .row .container { width:20rem;height:17.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qbTrQ6WKBZtKCMO2G363xr3fLyhp1z3g { width:6.8125rem;height:1.4619125rem;top:1.25rem;left:6.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mokEBTi5x07a9DET6zcq4Iv4HhJ5u23f { width:5.75rem;height:1.4619125rem;top:7.484375rem;left:7.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JflZB4aNJs46RTtTC2x8PTbqXf4DcFED { width:4.75rem;height:1.4619125rem;top:12.58203125rem;left:7.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PWcxnhKOnwFO8o550dW7VE2dmbGc7la4 { width:17.1875rem;height:2.2734375rem;top:3.9609375rem;left:1.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UsehGhWn7rRgdrlVNt7JWrZic0KNo48m { width:13.0625rem;height:1.13671875rem;top:10.1953125rem;left:3.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W0A4FB3tciuUCJKALJPeG9TuwT6yyEk9 { width:13.0625rem;height:1.13671875rem;top:15.29296875rem;left:3.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTTFOZES7NyUppheTKaFgDPixFXrL3Th { display:block; }#LTTFOZES7NyUppheTKaFgDPixFXrL3Th > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWRhgCaXvIBW89druheT0aXqugwaxX4m { width:20rem;height:0.9747875rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }