.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,235,243;--color-primary-1:140,194,219;--color-primary-2:63,154,195;--color-primary-3:32,62,146;--color-primary-4:24,57,123;--color-secondary-0:100,192,128;--color-secondary-1:71,199,75;--color-secondary-2:63,195,99;--color-secondary-3:71,161,98;--color-secondary-4:77,113,76;--color-tertiary-0:255,255,255;--color-tertiary-1:95,95,95;--color-tertiary-2:64,64,65;--color-tertiary-3:51,51,51;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#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); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001133;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; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { background-color: transparent; background-image: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container > .video-iframe-container { display: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row > .video-iframe-container { display: none; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .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); }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { border-width: 0; border-radius: 0; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:60rem;position:relative;display:block; }#rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { color:rgba(var(--color-tertiary-0),1);display:block;width:40.8123125rem;position:absolute;font-family:montserrat;font-size:3.5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:0.25rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.63);top:18.185369491577rem;left:8.6834144592288rem;height:7.698875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { color:#f5bb3e;display:block;width:53.18625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:28.741121292114rem;left:3.4055404663086rem;height:7.1990625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:15.875rem;top:3.3735795021057rem;left:21.154117584229rem;overflow:hidden;display:block; }
#LdcTRrc88ppw10nSBTdd7qPVHdXktFL8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LdcTRrc88ppw10nSBTdd7qPVHdXktFL8 > .row .container { background-color: transparent; background-image: none; }#LdcTRrc88ppw10nSBTdd7qPVHdXktFL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdcTRrc88ppw10nSBTdd7qPVHdXktFL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdcTRrc88ppw10nSBTdd7qPVHdXktFL8 > .row .container > .video-iframe-container { display: none; }#LdcTRrc88ppw10nSBTdd7qPVHdXktFL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdcTRrc88ppw10nSBTdd7qPVHdXktFL8 > .row > .video-iframe-container { display: none; }#LdcTRrc88ppw10nSBTdd7qPVHdXktFL8 > .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); }#LdcTRrc88ppw10nSBTdd7qPVHdXktFL8 > .row .container { border-width: 0; border-radius: 0; }#LdcTRrc88ppw10nSBTdd7qPVHdXktFL8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LdcTRrc88ppw10nSBTdd7qPVHdXktFL8 > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:60rem;position:relative;display:block; }#kmvBaNom4zroebw8WIqGUHJJLSGIyd8c { color:#001133;display:block;width:27.375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:3.7499961853027rem;left:0rem;height:2.19993125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vIUZ2iFLQoypVhKogTzRDuFJTIzhKOXR { color:#000000;display:block;width:30.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:7.3815689086912rem;left:0.000885009765625rem;height:23.9035875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iniK9CH5urttTSd1mfKTVdFqIqB3vrOU { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(206,35,174,0.15) ;height:32.125rem;width:28.125rem;top:4.0625rem;left:31.750001907349rem;overflow:hidden;display:block; }
#NdSMhgWNWdMrFlEC5BCtPl2wV7ItWOF7 { background-color:#e53b24;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.499286651611rem;left:0rem;display:block; }
#sKlQ7snVMIqTXTwcq0eDA2fQIstX57t0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zMok1X5eoffH10xfkxGdJfaiDGAyqR3r { background-color:#f5bb3e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.499286651611rem;left:11.437320709229rem;display:block; }
#h0XEidWMSJbQkOZyMXQx199KPe9A3tX0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001133;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; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container { background-color: transparent; background-image: none; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container > .video-iframe-container { display: none; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row > .video-iframe-container { display: none; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .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); }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container { border-width: 0; border-radius: 0; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:60rem;position:relative;display:block; }#ucRgUTlRIZFem6GdLWSXiMzlGLzuPH29 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.4375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:2.65625rem;left:0.0010414123535156rem;height:3.41264375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MBROpnS2XErqxvkh9g6cF8QIWqTWckQ8 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:32.3125rem;left:43.5rem;height:6.99575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#naVBy9FqyzoykyXZ82TQwfT4HwL4VUmc { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:32.9375rem;left:3.375rem;height:4.19744375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EqRmOvxuqXbGiKMuBitOunacnFcpk1iD { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:32.875rem;left:23.25rem;height:6.99575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hG5J0oVpdM4zBpuLyIWJRoNP2M6Bv8yN { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:14.75rem;left:43.4375rem;height:4.19744375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gIbkG6xv4QFMcGhIynb92v3Pnnw23PTv { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:16.4375rem;left:3.3125rem;height:8.394875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Flh2CVbxWHpEGVaAHW2SAxnenIgc2yyq { color:#f5bb3e;display:block;width:15.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.8125rem;left:3.3125rem;height:2.9243625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L7KwygRrmcCo72Wl9B8fEzegmFJT2Slq { color:#f5bb3e;display:block;width:15.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.6875rem;left:23.3125rem;height:2.9243625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bJqRPobTt2epr79VzrQavL4I8GiKOIcR { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:16.437321662903rem;left:23.279296875rem;height:8.394875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Xw1WaSxxX12wrM8b7QPuRELvZqkXZtsc { color:#f5bb3e;display:block;width:14.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.9375rem;left:43.375rem;height:1.46218125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G4s1dx3xX1euzvbBTTzv9g6TnJDPGoTC { color:#f5bb3e;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:29.5rem;left:3.5rem;height:2.9243625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oi8HhxvdpfmVMSK8i94FJgh1Q1axXx2I { color:#f5bb3e;display:block;width:14.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:29.5rem;left:23.25rem;height:2.9243625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cXoHTfWGObZMOqbrqf2BcH0tiKTRRO2B { color:#f5bb3e;display:block;width:16.06225rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:30rem;left:43.375rem;height:1.46218125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rRxK26AIJr5I6Rvb3Hl7c1eJ2TJ6yQTb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3117875rem;width:2.3117875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:12.494673728943rem;left:0rem; }
#sc4ploSzZtvZugdgRTChrMlkLqM040G8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3109rem;width:2.3109rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:29.530362129211rem;left:0rem; }
#i0oG2ksnS1itXSPRvlupckT9HbNifmTU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3109rem;width:2.3109rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:12.49644947052rem;left:20rem; }
#cePRZxoR4oZeDM41Vphe8aQU15ReNviJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3100125rem;width:2.3100125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:29.80557346344rem;left:20rem; }
#DG46rIsEZWHFwwKOgNyXz45aHF5uB3Rm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3100125rem;width:2.3100125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:12.497336387634rem;left:39.999111175537rem; }
#F2hK3nhImSDgBe6oubozBJrryK05ixuc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.309125rem;width:2.309125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:29.80557346344rem;left:39.999111175537rem; }
#PDXeqaLb3MbfnTpT4HbzINzXfzy41NmU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b98eac25-d059-4f3c-81cd-a36128de0961/herobusinessservices.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PDXeqaLb3MbfnTpT4HbzINzXfzy41NmU.adaptive-delivery-prevent-bg, #PDXeqaLb3MbfnTpT4HbzINzXfzy41NmU.lazyload, #PDXeqaLb3MbfnTpT4HbzINzXfzy41NmU.lazyloading { background-image: none; }#PDXeqaLb3MbfnTpT4HbzINzXfzy41NmU > .row .container { background-color: transparent; background-image: none; }#PDXeqaLb3MbfnTpT4HbzINzXfzy41NmU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,17,51,0.75); }#PDXeqaLb3MbfnTpT4HbzINzXfzy41NmU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDXeqaLb3MbfnTpT4HbzINzXfzy41NmU > .row .container > .video-iframe-container { display: none; }#PDXeqaLb3MbfnTpT4HbzINzXfzy41NmU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,17,51,0.75); }#PDXeqaLb3MbfnTpT4HbzINzXfzy41NmU > .row > .video-iframe-container { display: none; }#PDXeqaLb3MbfnTpT4HbzINzXfzy41NmU > .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); }#PDXeqaLb3MbfnTpT4HbzINzXfzy41NmU > .row .container { border-width: 0; border-radius: 0; }#PDXeqaLb3MbfnTpT4HbzINzXfzy41NmU::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; }#PDXeqaLb3MbfnTpT4HbzINzXfzy41NmU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PDXeqaLb3MbfnTpT4HbzINzXfzy41NmU > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#bP1W2PNON825r5m9Hrn7dE6CkzTRCsZS { background-color:#f5bb3e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;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:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.749625rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:7.0308017730712rem;left:36.687232971191rem;display:block; }
#qnRaqARciKosJZqpEpPxPFwSqwZu6vLd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xGWgK5wNLhtai6RKAFiUT6JO0NHlOzth { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9375rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:4.1184234619141rem;left:1.1248226165771rem;height:9.2605rem;font-style:normal;display:block; }
#fEQcaPUshBwTEeq3bh1o7PnQgTivGDu8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fEQcaPUshBwTEeq3bh1o7PnQgTivGDu8 > .row .container { background-color: transparent; background-image: none; }#fEQcaPUshBwTEeq3bh1o7PnQgTivGDu8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEQcaPUshBwTEeq3bh1o7PnQgTivGDu8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEQcaPUshBwTEeq3bh1o7PnQgTivGDu8 > .row .container > .video-iframe-container { display: none; }#fEQcaPUshBwTEeq3bh1o7PnQgTivGDu8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEQcaPUshBwTEeq3bh1o7PnQgTivGDu8 > .row > .video-iframe-container { display: none; }#fEQcaPUshBwTEeq3bh1o7PnQgTivGDu8 > .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); }#fEQcaPUshBwTEeq3bh1o7PnQgTivGDu8 > .row .container { border-width: 0; border-radius: 0; }#fEQcaPUshBwTEeq3bh1o7PnQgTivGDu8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fEQcaPUshBwTEeq3bh1o7PnQgTivGDu8 > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:60rem;position:relative;display:block; }#n85OkhcdZX4SKiZ6fQo5UT9zEqGREQhV { position:absolute;display:block;z-index:15004;background-color:#28365d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0rem;box-shadow: none;height:24rem;width:20rem;top:13.939541757107rem;left:0rem;display:block; }
#usxIW21LCl8UcOp0yccPVsPQJ1A0WP1Q { position:absolute;display:block;z-index:15005;background-color:#001133;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:28.5rem;width:20rem;top:12.4375rem;left:20rem;display:block; }
#IVtb4OIElEablZ5fEixDTdviaJoR4TaF { position:absolute;display:block;z-index:15003;background-color:#28365d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:21.3125rem;width:18.75rem;top:16.718748986721rem;left:39.9619140625rem;display:block; }
#A7x6f8gMTSvGN5Qlf2hM83sHHiNDIwPB { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.875rem;left:20.3125rem;height:1.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#axbEWfaxswsKLxp8raWLoqtzoN4Zd9Bf { color:#ffffff;display:block;width:15.5rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.875rem;left:20rem;height:4.874825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EhlCzwg73tvdGZKuTAW2mtXqEFmtVTMl { color:#ffffff;display:block;width:16.4373125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:22.449396073818rem;left:21.780895233154rem;height:15.537125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#EhlCzwg73tvdGZKuTAW2mtXqEFmtVTMl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EhlCzwg73tvdGZKuTAW2mtXqEFmtVTMl li:before{  }
#QJAhTT20sCTNUVVH523lUEnh8uHxzKDu { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:16.524324357509rem;left:0rem;height:1.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VmHwwvezvw38PI3iD5UoPluVXpvZAk18 { color:#ffffff;display:block;width:9.6249375rem;position:absolute;font-family:montserrat;font-size:3.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:19.905450761318rem;left:2.3069076538086rem;height:4.4686625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ACOGvoiOFoBsgTwy1craJZVGflsN2sqw { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:17.849342286587rem;left:39.96875rem;height:1.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cSoaFnNtPByz5a88i4GHsBaBT58PSTPV { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:montserrat;font-size:3.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:21.749822556973rem;left:40rem;height:4.4686625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JTrPc1BMgoVOLP8wnxO1KX6wWKPV1km5 { color:#001133;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0.0010414123535156rem;height:3.41264375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bFbIOeXtBaenDBm8WNZHraehQrkbx6J4 { position:absolute;display:block;z-index:15011;background-color:#f5bb3e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:6.25rem;left:25.875rem;display:block; }
#MmM0Q2Bbxh3h9mJA9Echzs1a5MZhQOTp { color:#001133;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5696906447413rem;left:-0.12517738342285rem;height:4.38654375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uLik6hS6IF3uD0XMXeBwsAKQq4d9bauz { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:36.918741226196rem;left:78.96875rem;height:9.15125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#uLik6hS6IF3uD0XMXeBwsAKQq4d9bauz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uLik6hS6IF3uD0XMXeBwsAKQq4d9bauz li:before{  }
#lu9fJ3qXuiHX0QscbIVOilAnfPNpAOqe { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:25.874910295009rem;left:2.3069076538086rem;height:8.7305rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#lu9fJ3qXuiHX0QscbIVOilAnfPNpAOqe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lu9fJ3qXuiHX0QscbIVOilAnfPNpAOqe li:before{  }
#Xk4dBNkJQTW0xy757RGfW47u54J5ioNV { background-color:#f5bb3e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;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:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.7491875rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:35.949040412903rem;left:2.6247348785401rem;display:block; }
#MSXcKQziuq8Li8XyTEfmaxySV3Unlgs8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ros5abizhzPt17EKcB4rrF3ioyUZk31H { color:#ffffff;display:block;width:4.81223125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:21.530982911587rem;left:11.875886917114rem;height:1.21848125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zOTSyOQNUhCJJhAx1kWkQyHxiJCvs05S { color:#ffffff;display:block;width:4.8117875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:18.702947556973rem;left:34.745029449463rem;height:1.21848125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pm9bTVpDulR2WkceMTwt2TahTdPlbGUC { background-color:#f5bb3e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;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:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.74875rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:39.386539399624rem;left:22.625175476074rem;display:block; }
#JdgTrXFoKaPNOn8IeADT8wiFtEr27Kkh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o2ZM670bTE4btO7FCqeBHCvKURVPM3e1 { background-color:#f5bb3e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;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:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.7483125rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:35.949039399624rem;left:41.96244430542rem;display:block; }
#pqSmrDOWpM1wT94oBVQ7JHUfqsRi2pJA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CawIE6Cmnm2Q0OENkHfnHc5KiWTDBQnA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/42428d3f-644f-4476-9ca7-873ab6c99ac1/14backgroundcropsimage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CawIE6Cmnm2Q0OENkHfnHc5KiWTDBQnA.adaptive-delivery-prevent-bg, #CawIE6Cmnm2Q0OENkHfnHc5KiWTDBQnA.lazyload, #CawIE6Cmnm2Q0OENkHfnHc5KiWTDBQnA.lazyloading { background-image: none; }#CawIE6Cmnm2Q0OENkHfnHc5KiWTDBQnA > .row .container { background-color: transparent; background-image: none; }#CawIE6Cmnm2Q0OENkHfnHc5KiWTDBQnA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#CawIE6Cmnm2Q0OENkHfnHc5KiWTDBQnA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CawIE6Cmnm2Q0OENkHfnHc5KiWTDBQnA > .row .container > .video-iframe-container { display: none; }#CawIE6Cmnm2Q0OENkHfnHc5KiWTDBQnA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#CawIE6Cmnm2Q0OENkHfnHc5KiWTDBQnA > .row > .video-iframe-container { display: none; }#CawIE6Cmnm2Q0OENkHfnHc5KiWTDBQnA > .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); }#CawIE6Cmnm2Q0OENkHfnHc5KiWTDBQnA > .row .container { border-width: 0; border-radius: 0; }#CawIE6Cmnm2Q0OENkHfnHc5KiWTDBQnA::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; }#CawIE6Cmnm2Q0OENkHfnHc5KiWTDBQnA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CawIE6Cmnm2Q0OENkHfnHc5KiWTDBQnA > .row .container { font-size:0.875rem;font-family:arial;height:58.0625rem;width:60rem;position:relative;display:block; }#q9iC0UGfk1IHgDSbaXpKtd50k7il0n3T { color:rgba(var(--color-tertiary-3),1);display:block;width:47.7499375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:7.0467872619631rem;left:6.1248226165771rem;height:6.7471875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o29GnXMd8eQhdwO7JuwJ6nCRV9JisUH8 { color:#28365d;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:2.3520832061767rem;left:0.0010414123535156rem;height:3.37446875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yaTqnCHGuQt2HzFVaxml4LMcg5fpSgNv { color:#000000;display:block;width:21.99975rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:18.625rem;left:7.875rem;height:8.7730625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BKQIuSTCMVeGmxOI3w71N1nxgCU6tqaL { position:absolute;display:block;z-index:15010;background-color:#28365d;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:3.25rem;width:3.25rem;top:18.625rem;left:3.5rem;display:block; }
#lDUV4Akyts2iwo1Zm0UncMtVdsAavGFu { color:#333333;display:block;width:19.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:18.625rem;left:36.5rem;height:4.04829375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NVFkqp9OEuxBPfR0HfWxmeCbINalJtNT { color:#333333;display:block;width:20.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:30.5625rem;left:7.875rem;height:4.04829375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uTkmGxHTlzQNCTrL3QuFMl9qSMffxouP { color:#333333;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:27.375rem;left:36.5rem;height:6.7471875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JeGRB8AOgzV5szffzbUMl5uu6M5dIrVx { color:#333333;display:block;width:21.06225rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:39.1875rem;left:7.875rem;height:8.0965625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aIAxXx6OpCH0aFOOiGM0m7kmT21kfzn1 { color:#333333;display:block;width:19.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:39.125rem;left:36.5rem;height:2.6988625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JrFowblgzZXonyd6mTTX86bplD4tGXVi { color:#28365d;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:51.6875rem;left:17.0625rem;height:2.843575rem;font-style:normal;display:block; }
#DuwEWrw9PInL4Od1GV5ivEnfdXcowlKr { color:#28365d;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:52.625rem;left:33.0625rem;height:1.46218125rem;display:block; }
#vpnqKhLwxG0F1J49mRO7fzI8NmcPwN0Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1249125rem;width:2.1249125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:19.1875rem;left:4.0625rem; }
#eXbkEkKf5gBWX3OGx9bzAb7wnJeGOOnK { position:absolute;display:block;z-index:15011;background-color:#28365d;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:3.24973125rem;width:3.24973125rem;top:30.5625rem;left:3.5rem;display:block; }
#KfIXc6QTrdcdelrdn8Bvu4SBo42CP4QI { position:absolute;display:block;z-index:15012;background-color:#28365d;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:3.2492875rem;width:3.2492875rem;top:39rem;left:3.5rem;display:block; }
#LQytR6TI1pOZhxzH5e5Sm9LBo0h88goc { position:absolute;display:block;z-index:15013;background-color:#28365d;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:3.24884375rem;width:3.24884375rem;top:18.4375rem;left:32.1875rem;display:block; }
#ioTk6TUa239QOWC8b9KeT4P37fAogDNq { position:absolute;display:block;z-index:15014;background-color:#28365d;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:3.2484rem;width:3.2484rem;top:27.375rem;left:32.1875rem;display:block; }
#i35eGbftQMToopZda1n5LVmBNFxplGdt { position:absolute;display:block;z-index:15015;background-color:#28365d;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:3.24795625rem;width:3.24795625rem;top:38.625rem;left:32.1875rem;display:block; }
#x03nI8kokutNaHy9pt1w5AZqOSU7lvcR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1249125rem;width:2.1249125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:31.0625rem;left:4rem; }
#P2lvQ2yHyP81IR9Vz2MRuKTqI8Vx269C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1249125rem;width:2.1249125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:39.5625rem;left:4.0625rem; }
#LpbP6OiiX1SIwOf4ZfPMB5f7sDkvE4Mt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1249125rem;width:2.1249125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:19.0625rem;left:32.8125rem; }
#PZpS1yOvgkQXyHBQTFMmA7ieWtbwMgRr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1249125rem;width:2.1249125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:27.875rem;left:32.8125rem; }
#pcSg3zhxy91vfEfN8yyMOwicNPgp0r37 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1249125rem;width:2.1249125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:39.1875rem;left:32.75rem; }
#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001133;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; }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .row .container { background-color: transparent; background-image: none; }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .row .container > .video-iframe-container { display: none; }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .row > .video-iframe-container { display: none; }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .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); }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .row .container { border-width: 0; border-radius: 0; }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#XD4ENKoxFA8ppudnPZMuHPtiuCdNfcSU { color:rgba(var(--color-tertiary-0),1);display:block;width:27.75rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.0560188293457rem;left:2.3122348785401rem;height:8.5306875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GEfwhAmky2zKINFHbKiual3XbCL2t81q { background-color:#f5bb3e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:6.8125rem;left:40.906251907349rem;display:block; }
#msQgOSTKzfznIpMphVsyVKrpwxI1UMEg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GvdMLuDBLn0g3dtcEfItW5BSkBVTDA52 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/42428d3f-644f-4476-9ca7-873ab6c99ac1/14backgroundcropsimage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GvdMLuDBLn0g3dtcEfItW5BSkBVTDA52.adaptive-delivery-prevent-bg, #GvdMLuDBLn0g3dtcEfItW5BSkBVTDA52.lazyload, #GvdMLuDBLn0g3dtcEfItW5BSkBVTDA52.lazyloading { background-image: none; }#GvdMLuDBLn0g3dtcEfItW5BSkBVTDA52 > .row .container { background-color: transparent; background-image: none; }#GvdMLuDBLn0g3dtcEfItW5BSkBVTDA52::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#GvdMLuDBLn0g3dtcEfItW5BSkBVTDA52 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GvdMLuDBLn0g3dtcEfItW5BSkBVTDA52 > .row .container > .video-iframe-container { display: none; }#GvdMLuDBLn0g3dtcEfItW5BSkBVTDA52 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#GvdMLuDBLn0g3dtcEfItW5BSkBVTDA52 > .row > .video-iframe-container { display: none; }#GvdMLuDBLn0g3dtcEfItW5BSkBVTDA52 > .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); }#GvdMLuDBLn0g3dtcEfItW5BSkBVTDA52 > .row .container { border-width: 0; border-radius: 0; }#GvdMLuDBLn0g3dtcEfItW5BSkBVTDA52::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; }#GvdMLuDBLn0g3dtcEfItW5BSkBVTDA52 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GvdMLuDBLn0g3dtcEfItW5BSkBVTDA52 > .row .container { font-size:0.875rem;font-family:arial;height:53.6875rem;width:60rem;position:relative;display:block; }#La25VZXL3aekyE0aNT0eplMLgTdkHaNZ { color:#28365d;display:block;width:37.1249375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:7.0392398834231rem;left:11.437322616577rem;height:3.5635625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XZwsJuzzf61hqM23V1okW6gdwAS4m8hV { color:#28365d;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:2.3520832061767rem;left:0.0010414123535156rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wO8XlLugDSOlAvZSvazZKEU6Katgq8fr { color:#001133;display:block;width:22rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.186790466309rem;left:5.9373207092285rem;height:11.6974375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vTMbKmIcSWEH9xSqWb10l6yITaTnvJVZ { color:#333333;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:20.811965942382rem;left:36.312320709229rem;height:6.7471875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UDu0uWw7eyeP9ofSQ8eBe3DyT37zbC73 { color:#333333;display:block;width:20.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:28.23152923584rem;left:5.9373207092285rem;height:9.446rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Nx4rKG7n1ehI7JSPEkDUbq8x49bAKMVG { color:#333333;display:block;width:18.3749375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:14.437141418457rem;left:36.249286651611rem;height:2.6988625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#I0b4WNTNzR8ihadAw8W5os54oqSecLg7 { color:#333333;display:block;width:19.749625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:39.892578125rem;left:5.9373207092285rem;height:2.6988625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RmT4bBtGsGiyFf3MXs1qN7WaQfCVfGZ9 { color:#333333;display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:30.437316894531rem;left:36.124996185302rem;height:6.7471875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xZwFm8bd9ukcAcupUQy8GVLKAxeVowk6 { color:#28365d;display:block;width:20.0625rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:48.6875rem;left:15.5625rem;height:3.086825rem;font-style:normal;display:block; }
#TxfTt3XhXT4rTisxG7KlV7hwmNaB4K2V { color:#28365d;display:block;width:5.8749125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:49.687231063843rem;left:35.186611175537rem;height:1.46218125rem;display:block; }
#k9r61kuUiuetKg4Mkx9B3BWxlF5kA6e7 { color:#333333;display:block;width:20.8123125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:39.988990783691rem;left:36.124996185302rem;height:2.6988625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VGuW9JDAtnQZ287FUDvJLaGW6iln3VXs { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74964375rem;width:2.1875rem;top:13.874289512634rem;left:2.6875rem;overflow:hidden;display:block; }
#pPLBTeWFBpESkdGtOUA3wlrU7imVcbJe { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74875625rem;width:2.1875rem;top:27.919034004211rem;left:2.6875rem;overflow:hidden;display:block; }
#F9c8Q1mRb0iTgoxBiCbAfcCEBr9PIKfu { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74786875rem;width:2.1875rem;top:39.516690254211rem;left:2.6875rem;overflow:hidden;display:block; }
#TRUWo2kSEoGX4EruVT584KsbyIu735Uw { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74875625rem;width:2.1875rem;top:14.186789512634rem;left:32.866649627686rem;overflow:hidden;display:block; }
#CyEWfenZ1d7R3h6mEXU5Pqn1egeEyHTo { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74786875rem;width:2.1875rem;top:20.567294120789rem;left:32.866649627686rem;overflow:hidden;display:block; }
#AQDOtdI2mwnxe2A5Z1Wty7mO9EZvDwD9 { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74698125rem;width:2.1875rem;top:30.203835487366rem;left:32.866649627686rem;overflow:hidden;display:block; }
#Id7AnttIHI7bovTvNWviiLXz6lTPczvs { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74698125rem;width:2.1875rem;top:39.641690254211rem;left:32.866649627686rem;overflow:hidden;display:block; }
#cvZh8raCSL63BFkt1etUKtHdkd0wTkJp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#28365d;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; }#cvZh8raCSL63BFkt1etUKtHdkd0wTkJp > .row .container { background-color: transparent; background-image: none; }#cvZh8raCSL63BFkt1etUKtHdkd0wTkJp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvZh8raCSL63BFkt1etUKtHdkd0wTkJp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvZh8raCSL63BFkt1etUKtHdkd0wTkJp > .row .container > .video-iframe-container { display: none; }#cvZh8raCSL63BFkt1etUKtHdkd0wTkJp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvZh8raCSL63BFkt1etUKtHdkd0wTkJp > .row > .video-iframe-container { display: none; }#cvZh8raCSL63BFkt1etUKtHdkd0wTkJp > .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); }#cvZh8raCSL63BFkt1etUKtHdkd0wTkJp > .row .container { border-width: 0; border-radius: 0; }#cvZh8raCSL63BFkt1etUKtHdkd0wTkJp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cvZh8raCSL63BFkt1etUKtHdkd0wTkJp > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:60rem;position:relative;display:block; }#fyuBJMRTLCkH9cCH931fQCdp1naBBawB { color:#ffffff;display:block;width:30.7493125rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:2.9989471435547rem;left:0.56818389892578rem;height:6.18608125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GxTEUXgSUE4Vdc7k3h26iafpLaAkqOqU { color:#ffffff;display:block;width:30.7493125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:10.874480247497rem;left:0.56818389892578rem;height:17.8178125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ES6UNrcxvoDrMpPfxiHZCx8Xn3BQp7gd { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(206,35,174,0.15) ;height:31rem;width:26.0625rem;top:0rem;left:33.846566733795rem;overflow:hidden;display:block; }
#MZAJ2Agolf2oIULCyhkQHrbGCbVvvOAe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001133;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; }#MZAJ2Agolf2oIULCyhkQHrbGCbVvvOAe > .row .container { background-color: transparent; background-image: none; }#MZAJ2Agolf2oIULCyhkQHrbGCbVvvOAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZAJ2Agolf2oIULCyhkQHrbGCbVvvOAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZAJ2Agolf2oIULCyhkQHrbGCbVvvOAe > .row .container > .video-iframe-container { display: none; }#MZAJ2Agolf2oIULCyhkQHrbGCbVvvOAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZAJ2Agolf2oIULCyhkQHrbGCbVvvOAe > .row > .video-iframe-container { display: none; }#MZAJ2Agolf2oIULCyhkQHrbGCbVvvOAe > .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); }#MZAJ2Agolf2oIULCyhkQHrbGCbVvvOAe > .row .container { border-width: 0; border-radius: 0; }#MZAJ2Agolf2oIULCyhkQHrbGCbVvvOAe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MZAJ2Agolf2oIULCyhkQHrbGCbVvvOAe > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:60rem;position:relative;display:block; }#NMJn4WdPwygRls7JzUTzFqODLNFnvCGa { background-color:#f5bb3e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.56125rem;height:3.8734rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:39.623578071594rem;left:5.9996452331543rem;display:block; }
#PwfZ5kH7A49rHQ7uH1HUIH6aHZn9d1LK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qyu7RDnq2OPXLwSpOwwgali0cPDMr1kv { color:rgba(var(--color-tertiary-0),1);display:block;width:49.124625rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:8.3096590042112rem;left:5.4367904663086rem;height:6.18608125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UsdMB92EN5t83emLIHE5y1RFblkGsfEU { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17.8125rem;left:6rem;height:3.41086875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AFW5U59qb1S1GOBTpTP3hEH6KQDXPTSD { color:rgba(var(--color-tertiary-0),1);display:block;width:9.124625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:17.812499523163rem;left:40.380855560302rem;height:3.41086875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NIT4DGtizrW4BvL1X35J0xdLHBRhTWkV { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:23.75rem;left:21.5rem;height:3.41086875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S9caEnPM0BAUm9oJqa5n3eWQXMlIvUoI { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:23.75rem;left:40.375rem;height:3.41086875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P17wbAVeevTHBAVZwTKCeCLUC9qChDA7 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.75rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:17.8125rem;left:21.5rem;height:3.41086875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dNnKTyM9s96Hf00ChTvBPF5sOW2LAOTk { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:23.75rem;left:6rem;height:3.41086875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CuszyOndBrg0PFVErd4lMOzGrB2FPmcw { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:30.1875rem;left:6rem;height:5.1163rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tXqLREtr7rB8httafSdIKGFdusVd1Dvx { color:rgba(var(--color-tertiary-0),1);display:block;width:7.7494375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:31.891865730286rem;left:21.497688293457rem;height:1.70543125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FHHzRcXLNgbuALVTC3wcOw5GEFpXgx8v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8117875rem;width:4.8117875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:4.7496452331543rem;left:1.7613639831543rem; }
#Rp3syCTcJha98oSOeV1wWeJ5gfV4b8rU { box-sizing:content-box;height:0.0625rem;width:43.625rem;position:absolute;display:block;z-index:15027;background-color:rgba(255,255,255,0.48);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.013493537903rem;left:5.9996452331543rem;display:block; }
#FGniwzNDTNfZkCTlQCsa4oDl9hrH9kfQ { box-sizing:content-box;height:0.062144875rem;width:43.6248125rem;position:absolute;display:block;z-index:15028;background-color:rgba(255,255,255,0.48);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.700284004211rem;left:5.9996452331543rem;display:block; }
#XcEEwXaiGcnEE2KGJcBvK0nXTZAh4COQ { box-sizing:content-box;height:0.062144875rem;width:43.6248125rem;position:absolute;display:block;z-index:15028;background-color:rgba(255,255,255,0.48);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.716973304749rem;left:5.9996452331543rem;display:block; }
#I7VSytiTBSgKawGEAKaFOwAkXsN9EXNp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I7VSytiTBSgKawGEAKaFOwAkXsN9EXNp > .row .container { background-color: transparent; background-image: none; }#I7VSytiTBSgKawGEAKaFOwAkXsN9EXNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7VSytiTBSgKawGEAKaFOwAkXsN9EXNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7VSytiTBSgKawGEAKaFOwAkXsN9EXNp > .row .container > .video-iframe-container { display: none; }#I7VSytiTBSgKawGEAKaFOwAkXsN9EXNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7VSytiTBSgKawGEAKaFOwAkXsN9EXNp > .row > .video-iframe-container { display: none; }#I7VSytiTBSgKawGEAKaFOwAkXsN9EXNp > .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); }#I7VSytiTBSgKawGEAKaFOwAkXsN9EXNp > .row .container { border-width: 0; border-radius: 0; }#I7VSytiTBSgKawGEAKaFOwAkXsN9EXNp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I7VSytiTBSgKawGEAKaFOwAkXsN9EXNp > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:60rem;position:relative;display:block; }#MJS8UmPq19AfQhKlfIJfg5g4IDHDriAE { color:#28365d;display:block;width:13rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:14.148880600929rem;left:31.374732971191rem;height:2.59765625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kGNaUw44pVUNUPOBpSNn3EMNVv12pn7T { color:#28365d;display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:14.147992730141rem;left:45.937496185302rem;height:2.59765625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q6xEewAB99CVvTcQPCP8O6AcTVQqZTrp { color:#28365d;display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14.799182534218rem;left:0rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U6naNVXF97dzkSAICBWFRXUywUa0CXD8 { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f5bb3e;border-left:0.0625rem solid #f5bb3e;border-right:0.0625rem solid #f5bb3e;border-bottom:0.0625rem solid #f5bb3e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:9rem;width:14.0625rem;top:8.43733215332rem;left:0rem;display:block; }
#dELu72l8BZ26nwv55ZIUqiB4Vq0aU2KD { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f5bb3e;border-left:0.0625rem solid #f5bb3e;border-right:0.0625rem solid #f5bb3e;border-bottom:0.0625rem solid #f5bb3e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:9rem;width:14.0625rem;top:8.5625rem;left:15.3125rem;display:block; }
#wKhuP17fLigRsHHEmsVTHuXa0zOZuxhF { color:#28365d;display:block;width:14.18725rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.148880600929rem;left:15.406162261963rem;height:2.59765625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rmwbSLdfNkvWU93ZxkntbNkGCMPcCSDs { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f5bb3e;border-left:0.0625rem solid #f5bb3e;border-right:0.0625rem solid #f5bb3e;border-bottom:0.0625rem solid #f5bb3e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:9rem;width:14.0625rem;top:8.6872406005863rem;left:30.687145233154rem;display:block; }
#iyEMciNeGUL5oTyo91dbiDsSQJGZHwUk { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f5bb3e;border-left:0.0625rem solid #f5bb3e;border-right:0.0625rem solid #f5bb3e;border-bottom:0.0625rem solid #f5bb3e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:9rem;width:14.0625rem;top:8.74983215332rem;left:45.937496185302rem;display:block; }
#fl5MHUIeuSw6QFrTGROw2zqufpp2iHTf { color:#28365d;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:2.75rem;left:0rem;height:3.58665rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ph4aIuNqUDuFsiaTwDPGre2KZZmM46Cm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:9.5435010194781rem;left:5.46875rem; }
#qoR31S23ZvDVTZZvcSXMkccgMw92UR0T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:9.5435011386869rem;left:20.9375rem; }
#iwfMWwd09lH2OcPRkKgJK324VUW1d3JE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:9.5435011386869rem;left:36.311698913574rem; }
#rvK42ilgxUQmfoJwK2KBcQ3PE9fG1v3s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:9.5434951782225rem;left:51.40580368042rem; }
#A5OvCnkoZBc0r6eg3KzI86nJHUxhuR5z { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f5bb3e;border-left:0.0625rem solid #f5bb3e;border-right:0.0625rem solid #f5bb3e;border-bottom:0.0625rem solid #f5bb3e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:9rem;width:14.0625rem;top:18.9375rem;left:0rem;display:block; }
#GaIhFmCzoSFzPhLJKGcxcgU38M1g481J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:20.0625rem;left:5.5rem; }
#EApTaTuxNFKsJvIE3pl5U7pauQk5AwLn { color:#28365d;display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:24.418760299682rem;left:0rem;height:2.59765625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OsnL7Zv7NzTlObPgNaetvviBW1SUHdNZ { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f5bb3e;border-left:0.0625rem solid #f5bb3e;border-right:0.0625rem solid #f5bb3e;border-bottom:0.0625rem solid #f5bb3e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:9rem;width:14.0625rem;top:19.0625rem;left:15.3125rem;display:block; }
#IvkeiHiW0Jwnt7bBJy7ycrJ402fhIL5f { color:#28365d;display:block;width:13.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:25.380859375rem;left:15.436965942382rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N48k5SU6e193AtTLc3DTzma6icXKkrP3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:20.062410593033rem;left:20.9375rem; }
#uazDcLbSmnhUrsS31rXlOfKdm8LU4xCU { color:#28365d;display:block;width:13rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:24.6875rem;left:31.25rem;height:2.59765625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e8QKhU34VUyoyscTMHRTTZZcgl1z8SU3 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f5bb3e;border-left:0.0625rem solid #f5bb3e;border-right:0.0625rem solid #f5bb3e;border-bottom:0.0625rem solid #f5bb3e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:9rem;width:14.0625rem;top:19.1875rem;left:30.6875rem;display:block; }
#XECnc2Z7dL08sCAfrz0H0dBZI2cAW8in { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:20.062410593033rem;left:36.311698913574rem; }
#oftaTSitVWM867IwZXOm4iahqgQ6Fb3n { color:#28365d;display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:25.6875rem;left:45.9375rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X89DZ35IxQ7sLiTvumU2PwWFvBU1rZPJ { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f5bb3e;border-left:0.0625rem solid #f5bb3e;border-right:0.0625rem solid #f5bb3e;border-bottom:0.0625rem solid #f5bb3e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:9rem;width:14.0625rem;top:19.25rem;left:45.9375rem;display:block; }
#bNB3hK78rzFF2a5FsCuJXBxImxFplIbS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:20.062410593033rem;left:51.40580368042rem; }
#lqqlKXnAFHimSWX4AUkP6g0Zya4r3Qse { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f5bb3e;border-left:0.0625rem solid #f5bb3e;border-right:0.0625rem solid #f5bb3e;border-bottom:0.0625rem solid #f5bb3e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:9rem;width:14.0625rem;top:29.5rem;left:0rem;display:block; }
#J7vtTwZUR4yGvlfpGk18DUiFLCCBfRK9 { color:#28365d;display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:36.125rem;left:0rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aDKQwUQ9qqwicaAWR4uKf8wg9zVq38ym { color:#28365d;display:block;width:14.18725rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:34.270504951477rem;left:15.3125rem;height:3.8964875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ylN0GN7ZGDSNwdPDiEXROV38EGOieWbe { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f5bb3e;border-left:0.0625rem solid #f5bb3e;border-right:0.0625rem solid #f5bb3e;border-bottom:0.0625rem solid #f5bb3e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:9rem;width:14.0625rem;top:29.625rem;left:15.3125rem;display:block; }
#miq54J3kqb4vlhkFFyxyeDyLabeTBwGJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:30.625rem;left:5.5rem; }
#SMiFcUrECTDPX9hdy7oinx6ud3ZB9oG4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:30.625rem;left:20.9375rem; }
#s8z2vW0seXIz3S03vpA3B8DQtvpE9mU1 { color:#28365d;display:block;width:13rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:36.25rem;left:31.25rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OHhXhPFpLwSfGSWv37TtWApnqpwksZmm { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f5bb3e;border-left:0.0625rem solid #f5bb3e;border-right:0.0625rem solid #f5bb3e;border-bottom:0.0625rem solid #f5bb3e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:9rem;width:14.0625rem;top:29.75rem;left:30.6875rem;display:block; }
#UTaSw7T7AHeLiFT1pTD8vJnJh8m2mF6C { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:30.625rem;left:36.3125rem; }
#Mqtgfs3MMAdDvdtxxqU5PVp51TAmkHTy { color:#28365d;display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:36.25rem;left:45.9375rem;height:1.298825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VVsHbXd3NPfiQ0ky6cNDnb9225vnGaoK { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f5bb3e;border-left:0.0625rem solid #f5bb3e;border-right:0.0625rem solid #f5bb3e;border-bottom:0.0625rem solid #f5bb3e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:9rem;width:14.0625rem;top:29.8125rem;left:45.9375rem;display:block; }
#kFyX4h2t0uDG8fZ4h9sHoEenc2Bk5Cfp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:30.625rem;left:51.375rem; }
#VbSdSDWB5FTUMxiefE1zOVtH3XFxfuPA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbSdSDWB5FTUMxiefE1zOVtH3XFxfuPA > .row .container { background-color: transparent; background-image: none; }#VbSdSDWB5FTUMxiefE1zOVtH3XFxfuPA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbSdSDWB5FTUMxiefE1zOVtH3XFxfuPA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbSdSDWB5FTUMxiefE1zOVtH3XFxfuPA > .row .container > .video-iframe-container { display: none; }#VbSdSDWB5FTUMxiefE1zOVtH3XFxfuPA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbSdSDWB5FTUMxiefE1zOVtH3XFxfuPA > .row > .video-iframe-container { display: none; }#VbSdSDWB5FTUMxiefE1zOVtH3XFxfuPA > .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); }#VbSdSDWB5FTUMxiefE1zOVtH3XFxfuPA > .row .container { border-width: 0; border-radius: 0; }#VbSdSDWB5FTUMxiefE1zOVtH3XFxfuPA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbSdSDWB5FTUMxiefE1zOVtH3XFxfuPA > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:60rem;position:relative;display:block; }#XfVFSgGM8z1fZwqbfWpiRThsM5PyD5EW { color:#28365d;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5rem;left:-0.0032558441162109rem;height:3.2492875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BE6RqG4KnhWotR9DCvSRwVzmnT03A728 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:7.875rem;width:7.875rem;top:10.540626525879rem;left:26.967708587646rem;overflow:hidden;display:block; }
#NeGi4ApG37wnRdo3UG4PpTVQTcKMgpPe { color:#28365d;display:block;width:46.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.750000953674rem;left:6.5581607818606rem;height:4.8739375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DsfqShhUeFf5rkDtuKRyPxPEv2M8dOLt { color:#28365d;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:25.730208396912rem;left:0.0010414123535156rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#cXLL0RSivQsyJZsVxFrFFX3QHpfd2TN7 { color:rgba(0,17,51,0.45);display:block;width:60rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:27.917708396912rem;left:0.0010414123535156rem;height:1.13725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H06knTR44S6r27XGMsDne5Ahk7EC97pp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:15.675000190735rem;left:3.25rem; }
#WmHPKOJFBI5xU995x5C0330DZbLDqWVq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WmHPKOJFBI5xU995x5C0330DZbLDqWVq > .row .container { background-color: transparent; background-image: none; }#WmHPKOJFBI5xU995x5C0330DZbLDqWVq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmHPKOJFBI5xU995x5C0330DZbLDqWVq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmHPKOJFBI5xU995x5C0330DZbLDqWVq > .row .container > .video-iframe-container { display: none; }#WmHPKOJFBI5xU995x5C0330DZbLDqWVq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmHPKOJFBI5xU995x5C0330DZbLDqWVq > .row > .video-iframe-container { display: none; }#WmHPKOJFBI5xU995x5C0330DZbLDqWVq > .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); }#WmHPKOJFBI5xU995x5C0330DZbLDqWVq > .row .container { border-width: 0; border-radius: 0; }#WmHPKOJFBI5xU995x5C0330DZbLDqWVq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WmHPKOJFBI5xU995x5C0330DZbLDqWVq > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:60rem;position:relative;display:block; }#D9FTAEnonUECz79r3du0TaU2Kc5PZNNS { color:#001133;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:14.561950683594rem;left:6.4373226165769rem;height:1.800425rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hfC7WXLIHBfK3suiyIG6ffo0n4EDaFh8 { color:rgba(0,17,51,0.5);display:block;width:10.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:13.125rem;left:6.4999122619631rem;height:1.13725rem;font-style:normal;display:block; }
#KqIQdqBQxyo6ikmUywP6RFP4gbKDXb3n { color:#28365d;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:11.5625rem;left:6.4373226165769rem;height:1.57404375rem;font-style:normal;display:block; }
#GNOoNn046lRbuhKsKrSNstQcuT3ipyVn { color:#28365d;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4363403320312rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#STQdT7BdX4qhgUWXkvDQdAKg294hsB2D { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.5rem;width:5.5rem;top:11.4990234375rem;left:0rem;overflow:hidden;display:block; }
#eWByMq3FWEPP3NS65R95EvXHPQF9IwA8 { color:#001133;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:24.812316894531rem;left:6.4373226165769rem;height:1.800425rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eXWFTUVFdzWoU9JifTWaoe9PTNpdqNZX { color:rgba(0,17,51,0.5);display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:23.311950683594rem;left:6.4999122619631rem;height:1.13725rem;font-style:normal;display:block; }
#xTux0sSTAJf9IqbI6SHyhPc7oK9wqkDF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:21.687316894531rem;left:0rem;overflow:hidden;display:block; }
#SeN3JbC4SNQZbvpa9rSP25g29a6UF5P1 { color:#28365d;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:21.749450683594rem;left:6.4373226165769rem;height:1.57404375rem;font-style:normal;display:block; }
#Bg4QMlpmRa481cNDx5RH5f2T9Jho10Rs { color:#001133;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:34.874450683594rem;left:6.4373226165769rem;height:1.800425rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D3yF9TzzQvGzorhc7MrvHV6OpvkTVwg4 { color:rgba(0,17,51,0.5);display:block;width:9.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15024;line-height:1.4;letter-spacing:0;top:33.4375rem;left:6.4999122619631rem;height:1.13725rem;font-style:normal;display:block; }
#ttc1XQMoyBP7g3fXQ5r2Fz0eW2eE4WcB { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:31.811950683594rem;left:0rem;overflow:hidden;display:block; }
#lzxEWNN3fZsZzAvTMs7O59qb9vX8srWI { color:#28365d;display:block;width:8.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:31.875rem;left:6.4373226165769rem;height:1.57404375rem;font-style:normal;display:block; }
#poBoavhTJmqFr5UnJi9XUTnbggX5SftD { color:#001133;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15027;line-height:1.2;letter-spacing:0;top:34.9375rem;left:26.062232971191rem;height:1.800425rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RybT4yRthr2t7RDk1FCiM9p1IC7TTkTi { color:rgba(0,17,51,0.5);display:block;width:9.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15036;line-height:1.4;letter-spacing:0;top:33.499633789062rem;left:26.124820709229rem;height:1.13725rem;font-style:normal;display:block; }
#e47MsPVmp6GlvTwAoRT9lsy9tae0osa5 { color:#28365d;display:block;width:10.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:31.937133789062rem;left:26.062232971191rem;height:1.57404375rem;font-style:normal;display:block; }
#MFRx64ZEHfo2AsmJKpRRz3zWzipVDc7M { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:31.875rem;left:19.624912261963rem;overflow:hidden;display:block; }
#wfNlMmFfLT8o2G4hH3DVupsFUyW5PVDe { color:#001133;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:24.874908447266rem;left:26.062232971191rem;height:1.800425rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mtVHEFVpLL9OxitVyuKct4BeywyUTyDE { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:21.749908447266rem;left:19.624912261963rem;overflow:hidden;display:block; }
#FkhC5a2KygsiegHiFRbOO48MSBN8Fqc3 { color:rgba(0,17,51,0.5);display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15032;line-height:1.4;letter-spacing:0;top:23.375rem;left:26.124820709229rem;height:1.13725rem;font-style:normal;display:block; }
#yJLUp3Qb0UvZBXVMS9GgItDyQ4v2hNal { color:#28365d;display:block;width:9.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:21.8125rem;left:26.062232971191rem;height:1.57404375rem;font-style:normal;display:block; }
#mRTn9FOe34RtpT1bwwgTCfJMi0zwbM25 { color:#001133;display:block;width:9.9375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:15.8125rem;left:26.062232971191rem;height:2.7006375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vX8tsZST3ABb6SlkBHRwQwdgcUuk4HLn { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:11.5625rem;left:19.624912261963rem;overflow:hidden;display:block; }
#bwChOefN4AZU5tS0ah7RlILeRgaPw5Wb { color:rgba(0,17,51,0.5);display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15028;line-height:1.2;letter-spacing:0;top:13.312133789062rem;left:26.124820709229rem;height:1.949575rem;font-style:normal;display:block; }
#zltKEbHm4Cf0gmgToeX4kAqq7zVTqnct { color:#28365d;display:block;width:10.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:11.624633789062rem;left:26.062232971191rem;height:1.57404375rem;font-style:normal;display:block; }
#WaC4wDZuPbdAdHB7WCBpcM9Cggqd5Zmb { color:#001133;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15039;line-height:1.2;letter-spacing:0;top:34.9375rem;left:46.812412261963rem;height:2.7006375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VnXNWuvVlEU54CzLKwfbEQCpaLxNFd9u { color:rgba(0,17,51,0.5);display:block;width:8.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15048;line-height:1.4;letter-spacing:0;top:33.499633789062rem;left:46.874996185302rem;height:1.13725rem;font-style:normal;display:block; }
#ekwK2yvlgn7cu7SvDd3gMhoeD9eyB1s6 { color:#28365d;display:block;width:7.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.4;letter-spacing:0;top:31.937133789062rem;left:46.812412261963rem;height:1.57404375rem;font-style:normal;display:block; }
#RRU1AQvBzSWMxJan2T9pV82RaIRksFMm { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:31.875rem;left:40.374645233154rem;overflow:hidden;display:block; }
#naff2RoqAuVQSMBRGt40F9rCJFk6WdAX { color:#001133;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15035;line-height:1.2;letter-spacing:0;top:24.874908447266rem;left:46.812412261963rem;height:1.800425rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IpelcLT68RxQaS3KAmk6rWraXTGX6Qon { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:21.749908447266rem;left:40.374645233154rem;overflow:hidden;display:block; }
#xytVplMME4u5QmtE6ESRim4kfm1nybUd { color:rgba(0,17,51,0.5);display:block;width:9.9375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15044;line-height:1.4;letter-spacing:0;top:23.375rem;left:46.874996185302rem;height:1.13725rem;font-style:normal;display:block; }
#R1mRFUkAS4cE9uesAeran59xUR6bs4lb { color:#28365d;display:block;width:9.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.4;letter-spacing:0;top:21.8125rem;left:46.812412261963rem;height:1.57404375rem;font-style:normal;display:block; }
#LUDDEhq1uKgxEd0GeTTHuCZ8VedRXg1H { color:#001133;display:block;width:10.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:300;z-index:15031;line-height:1.2;letter-spacing:0;top:14.625rem;left:46.812412261963rem;height:2.7006375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FDZxP6q5ZV3pl1TqvEhxW6v63pIcpau2 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.4375rem;width:5.4375rem;top:11.5625rem;left:40.374645233154rem;overflow:hidden;display:block; }
#Obgu6TA1qpWDeVR6G6miPVB2kOcCWThV { color:rgba(0,17,51,0.5);display:block;width:11.5625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15040;line-height:1.4;letter-spacing:0;top:13.187133789062rem;left:46.874996185302rem;height:1.13725rem;font-style:normal;display:block; }
#gzeQ84svBPaJgoEG5hfBvSWLsapeCqQc { color:#28365d;display:block;width:11.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:11.624633789062rem;left:46.812412261963rem;height:1.57404375rem;font-style:normal;display:block; }
#RvHOeNtTk09f2XgV1wGoHhG5P3kiqM1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#RvHOeNtTk09f2XgV1wGoHhG5P3kiqM1P > .row .container { background-color: transparent; background-image: none; }#RvHOeNtTk09f2XgV1wGoHhG5P3kiqM1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvHOeNtTk09f2XgV1wGoHhG5P3kiqM1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvHOeNtTk09f2XgV1wGoHhG5P3kiqM1P > .row .container > .video-iframe-container { display: none; }#RvHOeNtTk09f2XgV1wGoHhG5P3kiqM1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvHOeNtTk09f2XgV1wGoHhG5P3kiqM1P > .row > .video-iframe-container { display: none; }#RvHOeNtTk09f2XgV1wGoHhG5P3kiqM1P > .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); }#RvHOeNtTk09f2XgV1wGoHhG5P3kiqM1P > .row .container { border-width: 0; border-radius: 0; }#RvHOeNtTk09f2XgV1wGoHhG5P3kiqM1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RvHOeNtTk09f2XgV1wGoHhG5P3kiqM1P > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:60rem;position:relative;display:block; }#be623166664590f8fc752c0c9613a7e7 { color:#28365d;display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.9;letter-spacing:0;top:11.75rem;left:5rem;height:14.95825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vef4fef2f1e182268a90d202902022ad { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.562325rem;width:16.7498125rem;top:4.625rem;left:21.625rem;overflow:hidden;display:block; }
#bac3703567bb9cc34749a1e0ec43e35d { background-color:#28365d;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:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8123125rem;height:3.0624125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:30.5625rem;left:22.125rem;display:block; }
#c6ddddbc62829a9b9961ddecc8156714 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eyxeDP5yAgCX6wPkTenk7loL9ZJKz457 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e5e0a7fd-58e5-4a55-8862-d165a187b417/farmtablewheatbackground.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#eyxeDP5yAgCX6wPkTenk7loL9ZJKz457.adaptive-delivery-prevent-bg, #eyxeDP5yAgCX6wPkTenk7loL9ZJKz457.lazyload, #eyxeDP5yAgCX6wPkTenk7loL9ZJKz457.lazyloading { background-image: none; }#eyxeDP5yAgCX6wPkTenk7loL9ZJKz457 > .row .container { background-color: transparent; background-image: none; }#eyxeDP5yAgCX6wPkTenk7loL9ZJKz457::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #28365d; }#eyxeDP5yAgCX6wPkTenk7loL9ZJKz457 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyxeDP5yAgCX6wPkTenk7loL9ZJKz457 > .row .container > .video-iframe-container { display: none; }#eyxeDP5yAgCX6wPkTenk7loL9ZJKz457 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #28365d; }#eyxeDP5yAgCX6wPkTenk7loL9ZJKz457 > .row > .video-iframe-container { display: none; }#eyxeDP5yAgCX6wPkTenk7loL9ZJKz457 > .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); }#eyxeDP5yAgCX6wPkTenk7loL9ZJKz457 > .row .container { border-width: 0; border-radius: 0; }#eyxeDP5yAgCX6wPkTenk7loL9ZJKz457::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; }#eyxeDP5yAgCX6wPkTenk7loL9ZJKz457 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eyxeDP5yAgCX6wPkTenk7loL9ZJKz457 > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:60rem;position:relative;display:block; }#u2584182a2390284acf547dc251c85ea { color:rgba(255,255,255,0.81);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:19.7392578125rem;left:24.75rem;height:1.31214375rem;font-style:italic;display:block; }
#a8ed61ac60dc9f6882e8f77910a16cf6 { color:rgba(var(--color-tertiary-0),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:16.564582824707rem;left:5.3125rem;height:1.4875rem;font-style:normal;display:block; }
#zbc9c58ad84aa5843eb5960c85d2c522 { color:rgba(var(--color-tertiary-1),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:7.75rem;left:27.75rem;height:1.39915rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D68f473e7ab7ba215a9620a2f4238afb { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:4.125rem;left:24.75rem;height:1.66281875rem;font-style:normal;display:block; }
#d2df495267970e6f5181a0752064b395 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:7.6875rem;left:24.75rem; }
#d2df495267970e6f5181a0752064b395 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#l0101fc2914e4a43e81b052a77250ded { position:absolute;display:block;z-index:15033;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:2rem;width:7.4375rem;top:2.875rem;left:5.3125rem;overflow:hidden;display:block; }
#lb428e9bb757b46c231db248f16d17fd { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:10.8125rem;left:24.75rem; }
#lb428e9bb757b46c231db248f16d17fd > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#s2614ceff1a334097993af39d846b862 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.1;letter-spacing:0;top:10.8125rem;left:27.75rem;height:6.599075rem;display:block; }
#Se5e02fb7999e346b4d001dc2fc28c4a { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:18.169792175293rem;left:5.3125rem;height:3.3984375rem;font-style:normal;display:block; }
#m9ce88fcf03e84ca0880c1bd1ce0ad3b { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:29.75rem;top:6.3125rem;left:24.75rem;display:block; }
#f52ca0c8113df847b1301e91aacad620 { position:absolute;display:block;z-index:15034;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:2rem;width:2rem;top:7.4375rem;left:43.375rem;overflow:hidden;display:block; }
#E52601d4eb3b20a8e4df96dfd87d2db4 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2rem;top:7.5rem;left:46rem;overflow:hidden;display:block; }
#a0cf045091f94316d4e37dcc2b73d44a { position:absolute;display:block;z-index:15036;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:2rem;width:2rem;top:7.4375rem;left:48.625rem;overflow:hidden;display:block; }
#S1fa07254d69af6b464583c2caaef54c { position:absolute;display:block;z-index:15037;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:2rem;width:2rem;top:7.4375rem;left:51.25rem;overflow:hidden;display:block; }
#S6C6KHpyle4tzkqxrWMboGBTZ721GzZy { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13.875rem;top:6.3125rem;left:5.3125rem;display:block; }
#H6ph86e5eTgWNJJTBQt9M3lxffx1anWB { color:rgba(var(--color-tertiary-0),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:7.75rem;left:5.4375rem;height:6.796875rem;font-style:normal;display:block; }
#uHdg55T1BIdTz3xKPVxrAGsZ2S3tIpMk { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;top:14rem;left:24.75rem; }
#uHdg55T1BIdTz3xKPVxrAGsZ2S3tIpMk > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#m7XezPFetV7BNx8LtnFn1FL9WJNDwmPc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.1;letter-spacing:0;top:14.133333206177rem;left:27.75rem;height:2.19815rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 { display:block; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { top:18.125rem;left:2.5584144592285rem;width:40.75rem;height:7.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { top:28.6875rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { top:3.3125rem;left:15.029117584229rem;width:15.875rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdcTRrc88ppw10nSBTdd7qPVHdXktFL8 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#LdcTRrc88ppw10nSBTdd7qPVHdXktFL8 > .row .container { background-color: transparent; background-image: none; }#LdcTRrc88ppw10nSBTdd7qPVHdXktFL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdcTRrc88ppw10nSBTdd7qPVHdXktFL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdcTRrc88ppw10nSBTdd7qPVHdXktFL8 > .row .container > .video-iframe-container { display: none; }#LdcTRrc88ppw10nSBTdd7qPVHdXktFL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdcTRrc88ppw10nSBTdd7qPVHdXktFL8 > .row > .video-iframe-container { display: none; }#LdcTRrc88ppw10nSBTdd7qPVHdXktFL8 > .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); }#LdcTRrc88ppw10nSBTdd7qPVHdXktFL8 > .row .container { border-width: 0; border-radius: 0; }#LdcTRrc88ppw10nSBTdd7qPVHdXktFL8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmvBaNom4zroebw8WIqGUHJJLSGIyd8c { width:27.375rem;height:;top:3.6875rem;left:0rem;font-size:2rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vIUZ2iFLQoypVhKogTzRDuFJTIzhKOXR { width:30.625rem;height:23.875rem;top:7.375rem;left:0rem;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iniK9CH5urttTSd1mfKTVdFqIqB3vrOU { top:4.0625rem;left:19.5rem;width:28.125rem;height:32.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(206,35,174,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #NdSMhgWNWdMrFlEC5BCtPl2wV7ItWOF7 { width:10.4375rem;height:3.875rem;top:32.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKlQ7snVMIqTXTwcq0eDA2fQIstX57t0 { display:block; }
 }@media only screen and (max-width: 763px) { #zMok1X5eoffH10xfkxGdJfaiDGAyqR3r { width:10.4375rem;height:3.875rem;top:32.4375rem;left:5.3123207092285rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0XEidWMSJbQkOZyMXQx199KPe9A3tX0 { display:block; }
 }@media only screen and (max-width: 763px) { #BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI { display:block; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucRgUTlRIZFem6GdLWSXiMzlGLzuPH29 { width:47.75rem;height:3.375rem;top:2.625rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBROpnS2XErqxvkh9g6cF8QIWqTWckQ8 { width:14.25rem;height:7rem;top:32.3125rem;left:32.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #naVBy9FqyzoykyXZ82TQwfT4HwL4VUmc { width:15.125rem;height:4.1875rem;top:32.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqRmOvxuqXbGiKMuBitOunacnFcpk1iD { width:15.4375rem;height:7rem;top:32.875rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG5J0oVpdM4zBpuLyIWJRoNP2M6Bv8yN { width:12.6875rem;height:4.1875rem;top:14.75rem;left:33.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIbkG6xv4QFMcGhIynb92v3Pnnw23PTv { width:15.6875rem;height:8.375rem;top:16.4375rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flh2CVbxWHpEGVaAHW2SAxnenIgc2yyq { width:15.3125rem;height:2.875rem;top:12.8125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7KwygRrmcCo72Wl9B8fEzegmFJT2Slq { width:15.5625rem;height:2.9375rem;top:12.6875rem;left:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJqRPobTt2epr79VzrQavL4I8GiKOIcR { width:16.25rem;height:8.375rem;top:16.375rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw1WaSxxX12wrM8b7QPuRELvZqkXZtsc { width:14.5rem;height:1.4375rem;top:12.9375rem;left:33.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4s1dx3xX1euzvbBTTzv9g6TnJDPGoTC { width:16rem;height:2.875rem;top:29.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi8HhxvdpfmVMSK8i94FJgh1Q1axXx2I { width:14.125rem;height:2.9375rem;top:29.5rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXoHTfWGObZMOqbrqf2BcH0tiKTRRO2B { width:16rem;height:1.4375rem;top:30rem;left:31.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRxK26AIJr5I6Rvb3Hl7c1eJ2TJ6yQTb { top:12.4375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc4ploSzZtvZugdgRTChrMlkLqM040G8 { top:29.5rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0oG2ksnS1itXSPRvlupckT9HbNifmTU { top:12.4375rem;left:15.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cePRZxoR4oZeDM41Vphe8aQU15ReNviJ { top:29.75rem;left:15.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG46rIsEZWHFwwKOgNyXz45aHF5uB3Rm { top:12.4375rem;left:29.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2hK3nhImSDgBe6oubozBJrryK05ixuc { top:29.75rem;left:29.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDXeqaLb3MbfnTpT4HbzINzXfzy41NmU { display:block; }#PDXeqaLb3MbfnTpT4HbzINzXfzy41NmU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bP1W2PNON825r5m9Hrn7dE6CkzTRCsZS { width:14.6875rem;height:3.4375rem;top:7rem;left:27.499732971191rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnRaqARciKosJZqpEpPxPFwSqwZu6vLd { display:block; }
 }@media only screen and (max-width: 763px) { #xGWgK5wNLhtai6RKAFiUT6JO0NHlOzth { width:26.9375rem;height:9.25rem;top:4.0625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEQcaPUshBwTEeq3bh1o7PnQgTivGDu8 { display:block; }#fEQcaPUshBwTEeq3bh1o7PnQgTivGDu8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n85OkhcdZX4SKiZ6fQo5UT9zEqGREQhV { top:13.9375rem;left:0rem;width:20rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #usxIW21LCl8UcOp0yccPVsPQJ1A0WP1Q { top:12.4375rem;left:11.75rem;width:20rem;height:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVtb4OIElEablZ5fEixDTdviaJoR4TaF { top:16.6875rem;left:13rem;width:18.75rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7x6f8gMTSvGN5Qlf2hM83sHHiNDIwPB { top:13.875rem;left:12.375rem;width:19.375rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axbEWfaxswsKLxp8raWLoqtzoN4Zd9Bf { top:16.875rem;left:15.875rem;width:15.4375rem;height:4.8125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhlCzwg73tvdGZKuTAW2mtXqEFmtVTMl { top:22.4375rem;left:15.375rem;width:16.375rem;height:15.5rem;font-size:1rem;display:block; }#EhlCzwg73tvdGZKuTAW2mtXqEFmtVTMl li:before{  }
 }@media only screen and (max-width: 763px) { #QJAhTT20sCTNUVVH523lUEnh8uHxzKDu { top:16.5rem;left:0rem;width:18.75rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmHwwvezvw38PI3iD5UoPluVXpvZAk18 { top:19.875rem;left:0.24440765380859rem;width:9.5625rem;height:4.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACOGvoiOFoBsgTwy1craJZVGflsN2sqw { top:17.8125rem;left:13.3125rem;width:18.4375rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSoaFnNtPByz5a88i4GHsBaBT58PSTPV { top:21.6875rem;left:29.1875rem;width:18.4375rem;height:4.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTrPc1BMgoVOLP8wnxO1KX6wWKPV1km5 { top:2.0625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFbIOeXtBaenDBm8WNZHraehQrkbx6J4 { top:6.25rem;left:19.6875rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmM0Q2Bbxh3h9mJA9Echzs1a5MZhQOTp { top:7.5625rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLik6hS6IF3uD0XMXeBwsAKQq4d9bauz { top:37.5rem;left:30.4375rem;width:17.3125rem;height:8.9375rem;font-size:1rem;display:block; }#uLik6hS6IF3uD0XMXeBwsAKQq4d9bauz li:before{  }
 }@media only screen and (max-width: 763px) { #lu9fJ3qXuiHX0QscbIVOilAnfPNpAOqe { top:25.8125rem;left:0.24440765380859rem;width:14.375rem;height:8.6875rem;font-size:1rem;display:block; }#lu9fJ3qXuiHX0QscbIVOilAnfPNpAOqe li:before{  }
 }@media only screen and (max-width: 763px) { #Xk4dBNkJQTW0xy757RGfW47u54J5ioNV { width:14.6875rem;height:3.4375rem;top:35.9375rem;left:0.56223487854004rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSXcKQziuq8Li8XyTEfmaxySV3Unlgs8 { display:block; }
 }@media only screen and (max-width: 763px) { #ros5abizhzPt17EKcB4rrF3ioyUZk31H { top:21.5rem;left:9.8133869171144rem;width:4.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOTSyOQNUhCJJhAx1kWkQyHxiJCvs05S { top:18.6875rem;left:27rem;width:4.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm9bTVpDulR2WkceMTwt2TahTdPlbGUC { width:14.6875rem;height:3.4375rem;top:39.375rem;left:16.437675476074rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdgTrXFoKaPNOn8IeADT8wiFtEr27Kkh { display:block; }
 }@media only screen and (max-width: 763px) { #o2ZM670bTE4btO7FCqeBHCvKURVPM3e1 { width:14.6875rem;height:3.4375rem;top:35.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqSmrDOWpM1wT94oBVQ7JHUfqsRi2pJA { display:block; }
 }@media only screen and (max-width: 763px) { #CawIE6Cmnm2Q0OENkHfnHc5KiWTDBQnA { display:block; }#CawIE6Cmnm2Q0OENkHfnHc5KiWTDBQnA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9iC0UGfk1IHgDSbaXpKtd50k7il0n3T { top:7rem;left:0rem;width:47.6875rem;height:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o29GnXMd8eQhdwO7JuwJ6nCRV9JisUH8 { top:2.3125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaTqnCHGuQt2HzFVaxml4LMcg5fpSgNv { width:21.9375rem;height:8.75rem;top:18.625rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKQIuSTCMVeGmxOI3w71N1nxgCU6tqaL { top:18.625rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDUV4Akyts2iwo1Zm0UncMtVdsAavGFu { width:19.5625rem;height:4rem;top:18.625rem;left:28.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVFkqp9OEuxBPfR0HfWxmeCbINalJtNT { width:20.3125rem;height:4rem;top:30.5625rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTkmGxHTlzQNCTrL3QuFMl9qSMffxouP { width:20rem;height:6.6875rem;top:27.375rem;left:27.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeGRB8AOgzV5szffzbUMl5uu6M5dIrVx { width:21rem;height:8.0625rem;top:39.1875rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIAxXx6OpCH0aFOOiGM0m7kmT21kfzn1 { width:19.875rem;height:2.6875rem;top:39.125rem;left:27.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrFowblgzZXonyd6mTTX86bplD4tGXVi { top:51.6875rem;left:10.9375rem;width:20rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuwEWrw9PInL4Od1GV5ivEnfdXcowlKr { top:52.625rem;left:26.9375rem;width:12.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpnqKhLwxG0F1J49mRO7fzI8NmcPwN0Q { top:19.1875rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXbkEkKf5gBWX3OGx9bzAb7wnJeGOOnK { top:30.5625rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfIXc6QTrdcdelrdn8Bvu4SBo42CP4QI { top:39rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQytR6TI1pOZhxzH5e5Sm9LBo0h88goc { top:18.4375rem;left:26.0625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioTk6TUa239QOWC8b9KeT4P37fAogDNq { top:27.375rem;left:26.0625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i35eGbftQMToopZda1n5LVmBNFxplGdt { top:38.625rem;left:26.0625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x03nI8kokutNaHy9pt1w5AZqOSU7lvcR { top:31.0625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2lvQ2yHyP81IR9Vz2MRuKTqI8Vx269C { top:39.5625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpbP6OiiX1SIwOf4ZfPMB5f7sDkvE4Mt { top:19.0625rem;left:26.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZpS1yOvgkQXyHBQTFMmA7ieWtbwMgRr { top:27.875rem;left:26.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcSg3zhxy91vfEfN8yyMOwicNPgp0r37 { top:39.1875rem;left:26.625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A { display:block; }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XD4ENKoxFA8ppudnPZMuHPtiuCdNfcSU { width:27.6875rem;height:8.5rem;top:4rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEfwhAmky2zKINFHbKiual3XbCL2t81q { width:10.4375rem;height:3.875rem;top:6.8125rem;left:31.718751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #msQgOSTKzfznIpMphVsyVKrpwxI1UMEg { display:block; }
 }@media only screen and (max-width: 763px) { #GvdMLuDBLn0g3dtcEfItW5BSkBVTDA52 { display:block; }#GvdMLuDBLn0g3dtcEfItW5BSkBVTDA52 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #La25VZXL3aekyE0aNT0eplMLgTdkHaNZ { top:7rem;left:5.3123226165771rem;width:37.0625rem;height:3.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZwsJuzzf61hqM23V1okW6gdwAS4m8hV { top:2.3125rem;left:0rem;width:47.75rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO8XlLugDSOlAvZSvazZKEU6Katgq8fr { width:21.9375rem;height:11.6875rem;top:14.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTMbKmIcSWEH9xSqWb10l6yITaTnvJVZ { width:21.875rem;height:6.6875rem;top:20.75rem;left:25.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDu0uWw7eyeP9ofSQ8eBe3DyT37zbC73 { width:20.3125rem;height:9.4375rem;top:28.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx4rKG7n1ehI7JSPEkDUbq8x49bAKMVG { width:18.3125rem;height:2.6875rem;top:14.375rem;left:29.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0b4WNTNzR8ihadAw8W5os54oqSecLg7 { width:19.6875rem;height:2.6875rem;top:39.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmT4bBtGsGiyFf3MXs1qN7WaQfCVfGZ9 { width:22.1875rem;height:6.6875rem;top:30.375rem;left:25.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZwFm8bd9ukcAcupUQy8GVLKAxeVowk6 { top:48.6875rem;left:9.4375rem;width:20.0625rem;height:3.0625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxfTt3XhXT4rTisxG7KlV7hwmNaB4K2V { top:49.625rem;left:29.061611175537rem;width:5.8125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9r61kuUiuetKg4Mkx9B3BWxlF5kA6e7 { width:20.75rem;height:2.6875rem;top:39.9375rem;left:27rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGuW9JDAtnQZ287FUDvJLaGW6iln3VXs { top:13.8125rem;left:0rem;width:2.1875rem;height:4.74964375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPLBTeWFBpESkdGtOUA3wlrU7imVcbJe { top:27.875rem;left:0rem;width:2.1875rem;height:4.74875625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9c8Q1mRb0iTgoxBiCbAfcCEBr9PIKfu { top:39.5rem;left:0rem;width:2.1875rem;height:4.74786875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRUWo2kSEoGX4EruVT584KsbyIu735Uw { top:14.125rem;left:26.741649627686rem;width:2.1875rem;height:4.74875625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyEWfenZ1d7R3h6mEXU5Pqn1egeEyHTo { top:20.5625rem;left:26.741649627686rem;width:2.1875rem;height:4.74786875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQDOtdI2mwnxe2A5Z1Wty7mO9EZvDwD9 { top:30.1875rem;left:26.741649627686rem;width:2.1875rem;height:4.74698125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id7AnttIHI7bovTvNWviiLXz6lTPczvs { top:39.625rem;left:26.741649627686rem;width:2.1875rem;height:4.74698125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvZh8raCSL63BFkt1etUKtHdkd0wTkJp { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#cvZh8raCSL63BFkt1etUKtHdkd0wTkJp > .row .container { background-color: transparent; background-image: none; }#cvZh8raCSL63BFkt1etUKtHdkd0wTkJp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvZh8raCSL63BFkt1etUKtHdkd0wTkJp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvZh8raCSL63BFkt1etUKtHdkd0wTkJp > .row .container > .video-iframe-container { display: none; }#cvZh8raCSL63BFkt1etUKtHdkd0wTkJp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvZh8raCSL63BFkt1etUKtHdkd0wTkJp > .row > .video-iframe-container { display: none; }#cvZh8raCSL63BFkt1etUKtHdkd0wTkJp > .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); }#cvZh8raCSL63BFkt1etUKtHdkd0wTkJp > .row .container { border-width: 0; border-radius: 0; }#cvZh8raCSL63BFkt1etUKtHdkd0wTkJp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyuBJMRTLCkH9cCH931fQCdp1naBBawB { width:30.6875rem;height:6.125rem;top:2.9375rem;left:0rem;font-size:1.8125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #GxTEUXgSUE4Vdc7k3h26iafpLaAkqOqU { width:30.6875rem;height:17.8125rem;top:10.8125rem;left:0rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ES6UNrcxvoDrMpPfxiHZCx8Xn3BQp7gd { top:0rem;left:21.6875rem;width:26.0625rem;height:31rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(206,35,174,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #MZAJ2Agolf2oIULCyhkQHrbGCbVvvOAe { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#MZAJ2Agolf2oIULCyhkQHrbGCbVvvOAe > .row .container { background-color: transparent; background-image: none; }#MZAJ2Agolf2oIULCyhkQHrbGCbVvvOAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZAJ2Agolf2oIULCyhkQHrbGCbVvvOAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZAJ2Agolf2oIULCyhkQHrbGCbVvvOAe > .row .container > .video-iframe-container { display: none; }#MZAJ2Agolf2oIULCyhkQHrbGCbVvvOAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZAJ2Agolf2oIULCyhkQHrbGCbVvvOAe > .row > .video-iframe-container { display: none; }#MZAJ2Agolf2oIULCyhkQHrbGCbVvvOAe > .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); }#MZAJ2Agolf2oIULCyhkQHrbGCbVvvOAe > .row .container { border-width: 0; border-radius: 0; }#MZAJ2Agolf2oIULCyhkQHrbGCbVvvOAe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMJn4WdPwygRls7JzUTzFqODLNFnvCGa { width:12.5rem;height:3.8125rem;top:39.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwfZ5kH7A49rHQ7uH1HUIH6aHZn9d1LK { display:block; }
 }@media only screen and (max-width: 763px) { #qyu7RDnq2OPXLwSpOwwgali0cPDMr1kv { top:8.25rem;left:0rem;width:47.75rem;height:6.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsdMB92EN5t83emLIHE5y1RFblkGsfEU { top:17.8125rem;left:0rem;width:9.375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFW5U59qb1S1GOBTpTP3hEH6KQDXPTSD { top:17.75rem;left:34.255855560302rem;width:9.0625rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIT4DGtizrW4BvL1X35J0xdLHBRhTWkV { top:23.75rem;left:15.375rem;width:10.3125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9caEnPM0BAUm9oJqa5n3eWQXMlIvUoI { top:23.75rem;left:34.25rem;width:8.125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P17wbAVeevTHBAVZwTKCeCLUC9qChDA7 { top:17.8125rem;left:15.375rem;width:10.75rem;height:3.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNnKTyM9s96Hf00ChTvBPF5sOW2LAOTk { top:23.75rem;left:0rem;width:10.3125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuszyOndBrg0PFVErd4lMOzGrB2FPmcw { top:30.1875rem;left:0rem;width:12.5rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXqLREtr7rB8httafSdIKGFdusVd1Dvx { top:31.875rem;left:15.372688293457rem;width:7.6875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHHzRcXLNgbuALVTC3wcOw5GEFpXgx8v { top:4.6875rem;left:0rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp3syCTcJha98oSOeV1wWeJ5gfV4b8rU { top:22rem;left:0rem;width:43.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGniwzNDTNfZkCTlQCsa4oDl9hrH9kfQ { top:28.6875rem;left:0rem;width:43.5625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #XcEEwXaiGcnEE2KGJcBvK0nXTZAh4COQ { top:36.6875rem;left:0rem;width:43.5625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #I7VSytiTBSgKawGEAKaFOwAkXsN9EXNp { display:block; }#I7VSytiTBSgKawGEAKaFOwAkXsN9EXNp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJS8UmPq19AfQhKlfIJfg5g4IDHDriAE { width:13rem;height:2.625rem;top:14.125rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGNaUw44pVUNUPOBpSNn3EMNVv12pn7T { width:14.0625rem;height:2.5625rem;top:14.125rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6xEewAB99CVvTcQPCP8O6AcTVQqZTrp { width:14.0625rem;height:1.25rem;top:14.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6naNVXF97dzkSAICBWFRXUywUa0CXD8 { width:14.0625rem;height:9rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dELu72l8BZ26nwv55ZIUqiB4Vq0aU2KD { width:14.0625rem;height:9rem;top:8.5625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKhuP17fLigRsHHEmsVTHuXa0zOZuxhF { width:14.125rem;height:2.5625rem;top:14.125rem;left:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmwbSLdfNkvWU93ZxkntbNkGCMPcCSDs { width:14.0625rem;height:9rem;top:8.625rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyEMciNeGUL5oTyo91dbiDsSQJGZHwUk { width:14.0625rem;height:9rem;top:8.6875rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl5MHUIeuSw6QFrTGROw2zqufpp2iHTf { width:47.75rem;height:3.5625rem;top:2.6875rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph4aIuNqUDuFsiaTwDPGre2KZZmM46Cm { top:9.5rem;left:3.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoR31S23ZvDVTZZvcSXMkccgMw92UR0T { top:9.5rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwfMWwd09lH2OcPRkKgJK324VUW1d3JE { top:9.5rem;left:28.655448913574rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvK42ilgxUQmfoJwK2KBcQ3PE9fG1v3s { top:9.5rem;left:40.68705368042rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5OvCnkoZBc0r6eg3KzI86nJHUxhuR5z { width:14.0625rem;height:8.9375rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaIhFmCzoSFzPhLJKGcxcgU38M1g481J { top:20.0625rem;left:3.96875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EApTaTuxNFKsJvIE3pl5U7pauQk5AwLn { width:14.0625rem;height:2.5625rem;top:24.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsnL7Zv7NzTlObPgNaetvviBW1SUHdNZ { width:14.0625rem;height:8.9375rem;top:19.0625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvkeiHiW0Jwnt7bBJy7ycrJ402fhIL5f { width:13.875rem;height:1.3125rem;top:25.375rem;left:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N48k5SU6e193AtTLc3DTzma6icXKkrP3 { top:20rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uazDcLbSmnhUrsS31rXlOfKdm8LU4xCU { width:12.9375rem;height:;top:24.6875rem;left:22.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8QKhU34VUyoyscTMHRTTZZcgl1z8SU3 { width:14.0625rem;height:8.9375rem;top:19.1875rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XECnc2Z7dL08sCAfrz0H0dBZI2cAW8in { top:20rem;left:28.655448913574rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oftaTSitVWM867IwZXOm4iahqgQ6Fb3n { width:14.0625rem;height:;top:25.6875rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X89DZ35IxQ7sLiTvumU2PwWFvBU1rZPJ { width:14.0625rem;height:8.9375rem;top:19.25rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNB3hK78rzFF2a5FsCuJXBxImxFplIbS { top:20rem;left:40.68705368042rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqqlKXnAFHimSWX4AUkP6g0Zya4r3Qse { width:14.0625rem;height:8.9375rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7vtTwZUR4yGvlfpGk18DUiFLCCBfRK9 { width:14.0625rem;height:;top:36.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDKQwUQ9qqwicaAWR4uKf8wg9zVq38ym { width:14.125rem;height:3.875rem;top:34.25rem;left:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylN0GN7ZGDSNwdPDiEXROV38EGOieWbe { width:14.0625rem;height:8.9375rem;top:29.625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #miq54J3kqb4vlhkFFyxyeDyLabeTBwGJ { top:30.625rem;left:3.96875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMiFcUrECTDPX9hdy7oinx6ud3ZB9oG4 { top:30.625rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8z2vW0seXIz3S03vpA3B8DQtvpE9mU1 { width:12.9375rem;height:;top:36.25rem;left:22.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHhXhPFpLwSfGSWv37TtWApnqpwksZmm { width:14.0625rem;height:8.9375rem;top:29.75rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTaSw7T7AHeLiFT1pTD8vJnJh8m2mF6C { top:30.625rem;left:28.65625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqtgfs3MMAdDvdtxxqU5PVp51TAmkHTy { width:14.0625rem;height:;top:36.25rem;left:33.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVsHbXd3NPfiQ0ky6cNDnb9225vnGaoK { width:14.0625rem;height:8.9375rem;top:29.8125rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFyX4h2t0uDG8fZ4h9sHoEenc2Bk5Cfp { top:30.625rem;left:40.65625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbSdSDWB5FTUMxiefE1zOVtH3XFxfuPA { display:block; }#VbSdSDWB5FTUMxiefE1zOVtH3XFxfuPA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfVFSgGM8z1fZwqbfWpiRThsM5PyD5EW { width:47.75rem;height:3.25rem;top:5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BE6RqG4KnhWotR9DCvSRwVzmnT03A728 { width:7.875rem;height:7.875rem;top:10.5rem;left:20.842708587646rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeGi4ApG37wnRdo3UG4PpTVQTcKMgpPe { width:46.875rem;height:4.875rem;top:19.75rem;left:0.43333435058594rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsfqShhUeFf5rkDtuKRyPxPEv2M8dOLt { width:47.75rem;height:1.25rem;top:25.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXLL0RSivQsyJZsVxFrFFX3QHpfd2TN7 { width:47.75rem;height:1.125rem;top:27.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H06knTR44S6r27XGMsDne5Ahk7EC97pp { top:15.625rem;left:0rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmHPKOJFBI5xU995x5C0330DZbLDqWVq { display:block; }#WmHPKOJFBI5xU995x5C0330DZbLDqWVq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9FTAEnonUECz79r3du0TaU2Kc5PZNNS { top:14.5rem;left:3.3748226165771rem;width:10.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfC7WXLIHBfK3suiyIG6ffo0n4EDaFh8 { width:10.5625rem;height:1.125rem;top:13.125rem;left:3.4374122619629rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqIQdqBQxyo6ikmUywP6RFP4gbKDXb3n { width:10.1875rem;height:1.5625rem;top:11.5625rem;left:3.3748226165771rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNOoNn046lRbuhKsKrSNstQcuT3ipyVn { width:47.75rem;height:4.0625rem;top:2.375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STQdT7BdX4qhgUWXkvDQdAKg294hsB2D { width:5.5rem;height:5.5rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWByMq3FWEPP3NS65R95EvXHPQF9IwA8 { top:24.75rem;left:3.3748226165771rem;width:10.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXWFTUVFdzWoU9JifTWaoe9PTNpdqNZX { width:9.5rem;height:1.125rem;top:23.25rem;left:3.4374122619629rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTux0sSTAJf9IqbI6SHyhPc7oK9wqkDF { width:5.4375rem;height:5.4375rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeN3JbC4SNQZbvpa9rSP25g29a6UF5P1 { width:10.1875rem;height:1.5625rem;top:21.6875rem;left:3.3748226165771rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bg4QMlpmRa481cNDx5RH5f2T9Jho10Rs { top:34.8125rem;left:3.3748226165771rem;width:10.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3yF9TzzQvGzorhc7MrvHV6OpvkTVwg4 { width:9.9375rem;height:1.125rem;top:33.4375rem;left:3.4374122619629rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttc1XQMoyBP7g3fXQ5r2Fz0eW2eE4WcB { width:5.4375rem;height:5.4375rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzxEWNN3fZsZzAvTMs7O59qb9vX8srWI { width:8.75rem;height:1.5625rem;top:31.875rem;left:3.3748226165771rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #poBoavhTJmqFr5UnJi9XUTnbggX5SftD { top:34.9375rem;left:13.4375rem;width:10.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RybT4yRthr2t7RDk1FCiM9p1IC7TTkTi { width:9.5625rem;height:1.125rem;top:33.4375rem;left:14.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e47MsPVmp6GlvTwAoRT9lsy9tae0osa5 { width:10.0625rem;height:1.5625rem;top:31.875rem;left:13.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFRx64ZEHfo2AsmJKpRRz3zWzipVDc7M { width:5.4375rem;height:5.4375rem;top:31.875rem;left:16.562412261963rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfNlMmFfLT8o2G4hH3DVupsFUyW5PVDe { top:24.8125rem;left:13.4375rem;width:10.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtVHEFVpLL9OxitVyuKct4BeywyUTyDE { width:5.4375rem;height:5.4375rem;top:21.6875rem;left:16.562412261963rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkhC5a2KygsiegHiFRbOO48MSBN8Fqc3 { width:9.5rem;height:1.125rem;top:23.375rem;left:14.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJLUp3Qb0UvZBXVMS9GgItDyQ4v2hNal { width:9.75rem;height:1.5625rem;top:21.8125rem;left:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRTn9FOe34RtpT1bwwgTCfJMi0zwbM25 { top:15.8125rem;left:13.9375rem;width:9.9375rem;height:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX8tsZST3ABb6SlkBHRwQwdgcUuk4HLn { width:5.4375rem;height:5.4375rem;top:11.5625rem;left:16.562412261963rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwChOefN4AZU5tS0ah7RlILeRgaPw5Wb { width:10rem;height:1.9375rem;top:13.25rem;left:13.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zltKEbHm4Cf0gmgToeX4kAqq7zVTqnct { width:10.25rem;height:1.5625rem;top:11.5625rem;left:13.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaC4wDZuPbdAdHB7WCBpcM9Cggqd5Zmb { top:34.9375rem;left:37.3125rem;width:10.4375rem;height:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnXNWuvVlEU54CzLKwfbEQCpaLxNFd9u { width:8.5625rem;height:1.125rem;top:33.4375rem;left:37.687496185302rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekwK2yvlgn7cu7SvDd3gMhoeD9eyB1s6 { width:7.75rem;height:1.5625rem;top:31.875rem;left:37.624912261963rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRU1AQvBzSWMxJan2T9pV82RaIRksFMm { width:5.4375rem;height:5.4375rem;top:31.875rem;left:31.187145233154rem;display:block; }
 }@media only screen and (max-width: 763px) { #naff2RoqAuVQSMBRGt40F9rCJFk6WdAX { top:24.8125rem;left:37.3125rem;width:10.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpelcLT68RxQaS3KAmk6rWraXTGX6Qon { width:5.4375rem;height:5.4375rem;top:21.6875rem;left:31.187145233154rem;display:block; }
 }@media only screen and (max-width: 763px) { #xytVplMME4u5QmtE6ESRim4kfm1nybUd { width:9.9375rem;height:1.125rem;top:23.375rem;left:37.687496185302rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1mRFUkAS4cE9uesAeran59xUR6bs4lb { width:9.8125rem;height:1.5625rem;top:21.8125rem;left:37.624912261963rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUDDEhq1uKgxEd0GeTTHuCZ8VedRXg1H { top:14.625rem;left:37.3125rem;width:10.4375rem;height:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDZxP6q5ZV3pl1TqvEhxW6v63pIcpau2 { width:5.4375rem;height:5.4375rem;top:11.5625rem;left:31.187145233154rem;display:block; }
 }@media only screen and (max-width: 763px) { #Obgu6TA1qpWDeVR6G6miPVB2kOcCWThV { width:11.5625rem;height:1.125rem;top:13.125rem;left:36.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzeQ84svBPaJgoEG5hfBvSWLsapeCqQc { width:11.625rem;height:1.5625rem;top:11.5625rem;left:36.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvHOeNtTk09f2XgV1wGoHhG5P3kiqM1P { display:block; }#RvHOeNtTk09f2XgV1wGoHhG5P3kiqM1P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #be623166664590f8fc752c0c9613a7e7 { top:11.75rem;left:0rem;width:47.75rem;height:14.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vef4fef2f1e182268a90d202902022ad { top:4.625rem;left:7.1875rem;width:16.6875rem;height:4.5453522800628rem;display:block; }
 }@media only screen and (max-width: 763px) { #bac3703567bb9cc34749a1e0ec43e35d { width:15.75rem;height:3rem;top:30.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6ddddbc62829a9b9961ddecc8156714 { display:block; }
 }@media only screen and (max-width: 763px) { #eyxeDP5yAgCX6wPkTenk7loL9ZJKz457 { display:block; }#eyxeDP5yAgCX6wPkTenk7loL9ZJKz457 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2584182a2390284acf547dc251c85ea { top:19.6875rem;left:17.625rem;width:30.125rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8ed61ac60dc9f6882e8f77910a16cf6 { top:16.5625rem;left:0rem;width:11rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbc9c58ad84aa5843eb5960c85d2c522 { top:7.75rem;left:21.625rem;width:10.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D68f473e7ab7ba215a9620a2f4238afb { top:4.125rem;left:18.625rem;width:11.8125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2df495267970e6f5181a0752064b395 { top:7.6875rem;left:18.625rem;width:1.5625rem;height:1.5625rem;display:block; }
#d2df495267970e6f5181a0752064b395 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #l0101fc2914e4a43e81b052a77250ded { top:2.875rem;left:0rem;width:7.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb428e9bb757b46c231db248f16d17fd { top:10.8125rem;left:18.625rem;width:1.5625rem;height:1.5625rem;display:block; }
#lb428e9bb757b46c231db248f16d17fd > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #s2614ceff1a334097993af39d846b862 { top:10.8125rem;left:21.625rem;width:12.5rem;height:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se5e02fb7999e346b4d001dc2fc28c4a { top:18.125rem;left:0rem;width:12.4375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9ce88fcf03e84ca0880c1bd1ce0ad3b { top:6.3125rem;left:18rem;width:29.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f52ca0c8113df847b1301e91aacad620 { top:7.4375rem;left:37.25rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E52601d4eb3b20a8e4df96dfd87d2db4 { top:7.5rem;left:39.875rem;width:2rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0cf045091f94316d4e37dcc2b73d44a { top:7.4375rem;left:42.5rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1fa07254d69af6b464583c2caaef54c { top:7.4375rem;left:45.125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6C6KHpyle4tzkqxrWMboGBTZ721GzZy { top:6.3125rem;left:0rem;width:13.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6ph86e5eTgWNJJTBQt9M3lxffx1anWB { top:7.75rem;left:0rem;width:17rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHdg55T1BIdTz3xKPVxrAGsZ2S3tIpMk { top:14rem;left:18.625rem;width:1.5625rem;height:1.5625rem;display:block; }
#uHdg55T1BIdTz3xKPVxrAGsZ2S3tIpMk > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #m7XezPFetV7BNx8LtnFn1FL9WJNDwmPc { top:14.125rem;left:21.625rem;width:12.5rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 { display:block; }#cicBwAwOK2wOGtDl9slDlSo8XFThfhD8 > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKEf2LoewTLqpaut9HQ62a1gu02xJn2K { width:20rem;height:3.89915rem;top:7.1431107521056rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OtCJIkt0yfHkzbeWiDdMgentLpTcFkhT { width:17.8125rem;height:5.99786875rem;top:12.4365234375rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wnCeinsw7JpViSs2GGQFk6n7A8Ar2LR2 { width:7.1244375rem;height:4.6875rem;top:0.9987570643425rem;left:6.4364342689512rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdcTRrc88ppw10nSBTdd7qPVHdXktFL8 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#LdcTRrc88ppw10nSBTdd7qPVHdXktFL8 > .row .container { background-color: transparent; background-image: none; }#LdcTRrc88ppw10nSBTdd7qPVHdXktFL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdcTRrc88ppw10nSBTdd7qPVHdXktFL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdcTRrc88ppw10nSBTdd7qPVHdXktFL8 > .row .container > .video-iframe-container { display: none; }#LdcTRrc88ppw10nSBTdd7qPVHdXktFL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LdcTRrc88ppw10nSBTdd7qPVHdXktFL8 > .row > .video-iframe-container { display: none; }#LdcTRrc88ppw10nSBTdd7qPVHdXktFL8 > .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); }#LdcTRrc88ppw10nSBTdd7qPVHdXktFL8 > .row .container { border-width: 0; border-radius: 0; }#LdcTRrc88ppw10nSBTdd7qPVHdXktFL8 > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmvBaNom4zroebw8WIqGUHJJLSGIyd8c { width:20rem;height:1.37473125rem;top:10.249910831451rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#001133;display:block; }
 }@media only screen and (max-width: 763px) { #vIUZ2iFLQoypVhKogTzRDuFJTIzhKOXR { width:18.9373125rem;height:33.2563875rem;top:12.130237579346rem;left:0.53089487552643rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#000000;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #iniK9CH5urttTSd1mfKTVdFqIqB3vrOU { width:5.4375rem;height:6.25rem;top:1.3117007613182rem;left:7.2185726165769rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(206,35,174,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #NdSMhgWNWdMrFlEC5BCtPl2wV7ItWOF7 { width:7rem;height:2.5625rem;top:45.375rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKlQ7snVMIqTXTwcq0eDA2fQIstX57t0 { display:block; }
 }@media only screen and (max-width: 763px) { #zMok1X5eoffH10xfkxGdJfaiDGAyqR3r { width:7rem;height:2.5625rem;top:45.375rem;left:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0XEidWMSJbQkOZyMXQx199KPe9A3tX0 { display:block; }
 }@media only screen and (max-width: 763px) { #BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI { display:block; }#BLaqpDEd8GaTlz3p4I1fNTXmtcUJOneI > .row .container { width:20rem;height:89.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucRgUTlRIZFem6GdLWSXiMzlGLzuPH29 { width:20rem;height:4.6484375rem;top:2.3934669494629rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;color:#ffffff;font-family:montserrat;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MBROpnS2XErqxvkh9g6cF8QIWqTWckQ8 { width:20rem;height:5.94815625rem;top:65.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #naVBy9FqyzoykyXZ82TQwfT4HwL4VUmc { width:20rem;height:4.4611125rem;top:54rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #EqRmOvxuqXbGiKMuBitOunacnFcpk1iD { width:20rem;height:5.94815625rem;top:40.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #hG5J0oVpdM4zBpuLyIWJRoNP2M6Bv8yN { width:20rem;height:2.974075rem;top:29.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #gIbkG6xv4QFMcGhIynb92v3Pnnw23PTv { width:20rem;height:7.8701875rem;top:15rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #Flh2CVbxWHpEGVaAHW2SAxnenIgc2yyq { width:20rem;height:1.46218125rem;top:13.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L7KwygRrmcCo72Wl9B8fEzegmFJT2Slq { width:20rem;height:1.298825rem;top:52.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bJqRPobTt2epr79VzrQavL4I8GiKOIcR { width:19.875rem;height:7.4351875rem;top:78.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #Xw1WaSxxX12wrM8b7QPuRELvZqkXZtsc { width:20rem;height:1.298825rem;top:28.6875rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G4s1dx3xX1euzvbBTTzv9g6TnJDPGoTC { width:20rem;height:1.298825rem;top:63.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oi8HhxvdpfmVMSK8i94FJgh1Q1axXx2I { width:19.875rem;height:1.298825rem;top:38.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cXoHTfWGObZMOqbrqf2BcH0tiKTRRO2B { width:19.875rem;height:1.298825rem;top:76.625rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rRxK26AIJr5I6Rvb3Hl7c1eJ2TJ6yQTb { display:flex;width:2.25rem;height:2.25rem;top:10.4375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #sc4ploSzZtvZugdgRTChrMlkLqM040G8 { display:flex;width:2.25rem;height:2.25rem;top:26.0625rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #i0oG2ksnS1itXSPRvlupckT9HbNifmTU { display:flex;width:2.25rem;height:2.25rem;top:36.25rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #cePRZxoR4oZeDM41Vphe8aQU15ReNviJ { display:flex;width:2.25rem;height:2.25rem;top:60.9375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #DG46rIsEZWHFwwKOgNyXz45aHF5uB3Rm { display:flex;width:2.25rem;height:2.25rem;top:49.875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #F2hK3nhImSDgBe6oubozBJrryK05ixuc { display:flex;width:2.25rem;height:2.25rem;top:74.1875rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #PDXeqaLb3MbfnTpT4HbzINzXfzy41NmU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/756a5313-6287-4ee3-bdb4-090fdbadc310/9.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PDXeqaLb3MbfnTpT4HbzINzXfzy41NmU.adaptive-delivery-prevent-bg, #PDXeqaLb3MbfnTpT4HbzINzXfzy41NmU.lazyload, #PDXeqaLb3MbfnTpT4HbzINzXfzy41NmU.lazyloading { background-image: none; }#PDXeqaLb3MbfnTpT4HbzINzXfzy41NmU > .row .container { background-color: transparent; background-image: none; }#PDXeqaLb3MbfnTpT4HbzINzXfzy41NmU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,17,51,0.56); }#PDXeqaLb3MbfnTpT4HbzINzXfzy41NmU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PDXeqaLb3MbfnTpT4HbzINzXfzy41NmU > .row .container > .video-iframe-container { display: none; }#PDXeqaLb3MbfnTpT4HbzINzXfzy41NmU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,17,51,0.56); }#PDXeqaLb3MbfnTpT4HbzINzXfzy41NmU > .row > .video-iframe-container { display: none; }#PDXeqaLb3MbfnTpT4HbzINzXfzy41NmU > .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); }#PDXeqaLb3MbfnTpT4HbzINzXfzy41NmU > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bP1W2PNON825r5m9Hrn7dE6CkzTRCsZS { width:9.49975rem;height:2.62473125rem;top:12.247424125671rem;left:5.2494668960571rem;background-color:#f5bb3e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnRaqARciKosJZqpEpPxPFwSqwZu6vLd { display:block; }
 }@media only screen and (max-width: 763px) { #xGWgK5wNLhtai6RKAFiUT6JO0NHlOzth { width:20rem;height:7.0685625rem;top:2.6229581832886rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEQcaPUshBwTEeq3bh1o7PnQgTivGDu8 { display:block; }#fEQcaPUshBwTEeq3bh1o7PnQgTivGDu8 > .row .container { width:20rem;height:93.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n85OkhcdZX4SKiZ6fQo5UT9zEqGREQhV { width:20rem;height:14.625rem;top:76.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #usxIW21LCl8UcOp0yccPVsPQJ1A0WP1Q { width:20rem;height:26.1875rem;top:46.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVtb4OIElEablZ5fEixDTdviaJoR4TaF { width:20rem;height:25.3125rem;top:20.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7x6f8gMTSvGN5Qlf2hM83sHHiNDIwPB { width:20rem;height:1.46218125rem;top:48.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axbEWfaxswsKLxp8raWLoqtzoN4Zd9Bf { width:11rem;height:3.1685rem;top:51.125rem;left:2.375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhlCzwg73tvdGZKuTAW2mtXqEFmtVTMl { width:17.31225rem;height:14.23825rem;top:55.534004211426rem;left:1.3432171344757rem;font-size:1rem;display:block; }#EhlCzwg73tvdGZKuTAW2mtXqEFmtVTMl li:before{  }
 }@media only screen and (max-width: 763px) { #QJAhTT20sCTNUVVH523lUEnh8uHxzKDu { width:20rem;height:1.46218125rem;top:24rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmHwwvezvw38PI3iD5UoPluVXpvZAk18 { width:7.625rem;height:3.24973125rem;top:26.375rem;left:4.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACOGvoiOFoBsgTwy1craJZVGflsN2sqw { width:20rem;height:1.46218125rem;top:78.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSoaFnNtPByz5a88i4GHsBaBT58PSTPV { width:20rem;height:3.24973125rem;top:82rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTrPc1BMgoVOLP8wnxO1KX6wWKPV1km5 { width:20rem;height:4.39985625rem;top:1.4569396972656rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bFbIOeXtBaenDBm8WNZHraehQrkbx6J4 { width:8.25rem;height:0.375rem;top:6.349609375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmM0Q2Bbxh3h9mJA9Echzs1a5MZhQOTp { width:20rem;height:10.390625rem;top:8.2497272491456rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uLik6hS6IF3uD0XMXeBwsAKQq4d9bauz { width:17.31225rem;height:9.7168125rem;top:46.6875rem;left:1.3125rem;font-size:1rem;z-index:15002;display:block; }#uLik6hS6IF3uD0XMXeBwsAKQq4d9bauz li:before{  }
 }@media only screen and (max-width: 763px) { #lu9fJ3qXuiHX0QscbIVOilAnfPNpAOqe { width:14.375rem;height:8.7305rem;top:31.437321186066rem;left:2.8125rem;font-size:1rem;display:block; }#lu9fJ3qXuiHX0QscbIVOilAnfPNpAOqe li:before{  }
 }@media only screen and (max-width: 763px) { #Xk4dBNkJQTW0xy757RGfW47u54J5ioNV { width:10.9375rem;height:2.5rem;top:42.528852462769rem;left:4.4992895126342rem;background-color:#f5bb3e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSXcKQziuq8Li8XyTEfmaxySV3Unlgs8 { display:block; }
 }@media only screen and (max-width: 763px) { #ros5abizhzPt17EKcB4rrF3ioyUZk31H { width:4.7492rem;height:1.21848125rem;top:27.375rem;left:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOTSyOQNUhCJJhAx1kWkQyHxiJCvs05S { width:4.74875625rem;height:1.21848125rem;top:52.125rem;left:12.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm9bTVpDulR2WkceMTwt2TahTdPlbGUC { width:10.9375rem;height:3.4375rem;top:70.996535301206rem;left:4.53125rem;background-color:#f5bb3e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdgTrXFoKaPNOn8IeADT8wiFtEr27Kkh { display:block; }
 }@media only screen and (max-width: 763px) { #o2ZM670bTE4btO7FCqeBHCvKURVPM3e1 { width:10.9375rem;height:3.4375rem;top:88.99946165085rem;left:4.53125rem;background-color:#f5bb3e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqSmrDOWpM1wT94oBVQ7JHUfqsRi2pJA { display:block; }
 }@media only screen and (max-width: 763px) { #CawIE6Cmnm2Q0OENkHfnHc5KiWTDBQnA { display:block; }#CawIE6Cmnm2Q0OENkHfnHc5KiWTDBQnA > .row .container { width:20rem;height:105.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9iC0UGfk1IHgDSbaXpKtd50k7il0n3T { width:20rem;height:15.93575rem;top:8.4286174774169rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o29GnXMd8eQhdwO7JuwJ6nCRV9JisUH8 { width:20rem;height:4.7993625rem;top:1.8057632446289rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaTqnCHGuQt2HzFVaxml4LMcg5fpSgNv { width:20rem;height:8.7730625rem;top:43.437040328979rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKQIuSTCMVeGmxOI3w71N1nxgCU6tqaL { width:3.1875rem;height:3.1875rem;top:68.1875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDUV4Akyts2iwo1Zm0UncMtVdsAavGFu { width:20rem;height:4.04829375rem;top:71.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVFkqp9OEuxBPfR0HfWxmeCbINalJtNT { width:20rem;height:4.04829375rem;top:33.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTkmGxHTlzQNCTrL3QuFMl9qSMffxouP { width:20rem;height:6.7471875rem;top:90.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeGRB8AOgzV5szffzbUMl5uu6M5dIrVx { width:20rem;height:8.0965625rem;top:58rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIAxXx6OpCH0aFOOiGM0m7kmT21kfzn1 { width:20rem;height:2.6988625rem;top:81.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrFowblgzZXonyd6mTTX86bplD4tGXVi { width:14.4375rem;height:2.59943125rem;top:101.18608093262rem;left:0.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuwEWrw9PInL4Od1GV5ivEnfdXcowlKr { width:4.9375rem;height:1.2180375rem;top:102.25514221191rem;left:14.936612129211rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpnqKhLwxG0F1J49mRO7fzI8NmcPwN0Q { display:flex;width:2.062325rem;height:2.062325rem;top:68.75rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #eXbkEkKf5gBWX3OGx9bzAb7wnJeGOOnK { width:3.1875rem;height:3.1875rem;top:54.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfIXc6QTrdcdelrdn8Bvu4SBo42CP4QI { width:3.1875rem;height:3.1875rem;top:78.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQytR6TI1pOZhxzH5e5Sm9LBo0h88goc { width:3.1875rem;height:3.1875rem;top:29.5625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioTk6TUa239QOWC8b9KeT4P37fAogDNq { width:3.1875rem;height:3.1875rem;top:39.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i35eGbftQMToopZda1n5LVmBNFxplGdt { width:3.1875rem;height:3.1875rem;top:87.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x03nI8kokutNaHy9pt1w5AZqOSU7lvcR { display:flex;width:2.0625rem;height:2.0625rem;top:54.6875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #P2lvQ2yHyP81IR9Vz2MRuKTqI8Vx269C { display:flex;width:2.0625rem;height:2.0625rem;top:78.9375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #LpbP6OiiX1SIwOf4ZfPMB5f7sDkvE4Mt { display:flex;width:2.0625rem;height:2.0625rem;top:30.1875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #PZpS1yOvgkQXyHBQTFMmA7ieWtbwMgRr { display:flex;width:2.0625rem;height:2.0625rem;top:40.125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #pcSg3zhxy91vfEfN8yyMOwicNPgp0r37 { display:flex;width:2.0625rem;height:2.0625rem;top:87.875rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A { background-color:#001133;background-image:none;display:block; }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .row .container { background-color: transparent; background-image: none; }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .row .container > .video-iframe-container { display: none; }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .row > .video-iframe-container { display: none; }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .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); }#O8l4AVsaM2EbOfHn35KUE4NZ2Pcaw51A > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XD4ENKoxFA8ppudnPZMuHPtiuCdNfcSU { width:20rem;height:5.60369375rem;top:3.1874961853027rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #GEfwhAmky2zKINFHbKiual3XbCL2t81q { width:10.4375rem;height:3.875rem;top:12.524215698243rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #msQgOSTKzfznIpMphVsyVKrpwxI1UMEg { display:block; }
 }@media only screen and (max-width: 763px) { #GvdMLuDBLn0g3dtcEfItW5BSkBVTDA52 { display:block; }#GvdMLuDBLn0g3dtcEfItW5BSkBVTDA52 > .row .container { width:20rem;height:105.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #La25VZXL3aekyE0aNT0eplMLgTdkHaNZ { width:20rem;height:6.3743125rem;top:7.7050886154175rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XZwsJuzzf61hqM23V1okW6gdwAS4m8hV { width:20rem;height:2.400125rem;top:3.8179209232331rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO8XlLugDSOlAvZSvazZKEU6Katgq8fr { width:16.5625rem;height:16.084rem;top:25.096235275269rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #vTMbKmIcSWEH9xSqWb10l6yITaTnvJVZ { width:16.5625rem;height:10.7954375rem;top:65.49804496765rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #UDu0uWw7eyeP9ofSQ8eBe3DyT37zbC73 { width:16.5625rem;height:10.7954375rem;top:44.186787605286rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #Nx4rKG7n1ehI7JSPEkDUbq8x49bAKMVG { width:16.5625rem;height:4.04829375rem;top:57.935907363892rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #I0b4WNTNzR8ihadAw8W5os54oqSecLg7 { width:16.5rem;height:4.04829375rem;top:17.99893283844rem;left:3.5rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #RmT4bBtGsGiyFf3MXs1qN7WaQfCVfGZ9 { width:16.312125rem;height:9.446rem;top:79.354578018187rem;left:3.6887426376342rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #xZwFm8bd9ukcAcupUQy8GVLKAxeVowk6 { width:20rem;height:2.51775625rem;top:99.875rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxfTt3XhXT4rTisxG7KlV7hwmNaB4K2V { width:20rem;height:1.13725rem;top:102.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k9r61kuUiuetKg4Mkx9B3BWxlF5kA6e7 { width:16.0625rem;height:4.04829375rem;top:91.623752593994rem;left:3.8137426376342rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #VGuW9JDAtnQZ287FUDvJLaGW6iln3VXs { width:2.1875rem;height:4.74964375rem;top:57.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPLBTeWFBpESkdGtOUA3wlrU7imVcbJe { width:2.1875rem;height:4.74875625rem;top:78.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9c8Q1mRb0iTgoxBiCbAfcCEBr9PIKfu { width:2.1875rem;height:4.74786875rem;top:91rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRUWo2kSEoGX4EruVT584KsbyIu735Uw { width:2.1875rem;height:4.74875625rem;top:64.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyEWfenZ1d7R3h6mEXU5Pqn1egeEyHTo { width:2.1875rem;height:4.74786875rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQDOtdI2mwnxe2A5Z1Wty7mO9EZvDwD9 { width:2.1875rem;height:4.74698125rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id7AnttIHI7bovTvNWviiLXz6lTPczvs { width:2.1875rem;height:4.74698125rem;top:43.561782836914rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvZh8raCSL63BFkt1etUKtHdkd0wTkJp { background-color:#001133;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#cvZh8raCSL63BFkt1etUKtHdkd0wTkJp > .row .container { background-color: transparent; background-image: none; }#cvZh8raCSL63BFkt1etUKtHdkd0wTkJp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvZh8raCSL63BFkt1etUKtHdkd0wTkJp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvZh8raCSL63BFkt1etUKtHdkd0wTkJp > .row .container > .video-iframe-container { display: none; }#cvZh8raCSL63BFkt1etUKtHdkd0wTkJp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvZh8raCSL63BFkt1etUKtHdkd0wTkJp > .row > .video-iframe-container { display: none; }#cvZh8raCSL63BFkt1etUKtHdkd0wTkJp > .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); }#cvZh8raCSL63BFkt1etUKtHdkd0wTkJp > .row .container { border-width: 0; border-radius: 0; }#cvZh8raCSL63BFkt1etUKtHdkd0wTkJp > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fyuBJMRTLCkH9cCH931fQCdp1naBBawB { width:20rem;height:3.987925rem;top:15.181081771851rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GxTEUXgSUE4Vdc7k3h26iafpLaAkqOqU { width:20rem;height:18.5547rem;top:20.584147453308rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;line-height:1.8;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ES6UNrcxvoDrMpPfxiHZCx8Xn3BQp7gd { width:10rem;height:11.875rem;top:1.8714485168457rem;left:5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #MZAJ2Agolf2oIULCyhkQHrbGCbVvvOAe { background-color:#28365d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#MZAJ2Agolf2oIULCyhkQHrbGCbVvvOAe > .row .container { background-color: transparent; background-image: none; }#MZAJ2Agolf2oIULCyhkQHrbGCbVvvOAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZAJ2Agolf2oIULCyhkQHrbGCbVvvOAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZAJ2Agolf2oIULCyhkQHrbGCbVvvOAe > .row .container > .video-iframe-container { display: none; }#MZAJ2Agolf2oIULCyhkQHrbGCbVvvOAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MZAJ2Agolf2oIULCyhkQHrbGCbVvvOAe > .row > .video-iframe-container { display: none; }#MZAJ2Agolf2oIULCyhkQHrbGCbVvvOAe > .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); }#MZAJ2Agolf2oIULCyhkQHrbGCbVvvOAe > .row .container { border-width: 0; border-radius: 0; }#MZAJ2Agolf2oIULCyhkQHrbGCbVvvOAe > .row .container { width:20rem;height:62.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMJn4WdPwygRls7JzUTzFqODLNFnvCGa { width:12.1875rem;height:2.56125625rem;top:57.624283313751rem;left:3.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwfZ5kH7A49rHQ7uH1HUIH6aHZn9d1LK { display:block; }
 }@media only screen and (max-width: 763px) { #qyu7RDnq2OPXLwSpOwwgali0cPDMr1kv { width:20rem;height:5.9818875rem;top:6.4257974624631rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UsdMB92EN5t83emLIHE5y1RFblkGsfEU { width:7.625rem;height:3.2492875rem;top:15.25rem;left:5.875rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AFW5U59qb1S1GOBTpTP3hEH6KQDXPTSD { width:8.5rem;height:3.2492875rem;top:20.5rem;left:5.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NIT4DGtizrW4BvL1X35J0xdLHBRhTWkV { width:8.9375rem;height:3.2492875rem;top:25.625rem;left:6rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #S9caEnPM0BAUm9oJqa5n3eWQXMlIvUoI { width:8.5625rem;height:3.2492875rem;top:30.375rem;left:6rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #P17wbAVeevTHBAVZwTKCeCLUC9qChDA7 { width:10.5rem;height:3.2492875rem;top:40.6875rem;left:5.875rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dNnKTyM9s96Hf00ChTvBPF5sOW2LAOTk { width:9.25rem;height:3.2492875rem;top:35.6875rem;left:6rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CuszyOndBrg0PFVErd4lMOzGrB2FPmcw { width:12.5625rem;height:4.87393125rem;top:45.625rem;left:6rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tXqLREtr7rB8httafSdIKGFdusVd1Dvx { width:7.3748125rem;height:1.62464375rem;top:52.748579144478rem;left:5.99786901474rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FHHzRcXLNgbuALVTC3wcOw5GEFpXgx8v { display:flex;width:4.75rem;height:4.75rem;top:1.7329521179199rem;left:7.6242895126344rem; }
 }@media only screen and (max-width: 763px) { #Rp3syCTcJha98oSOeV1wWeJ5gfV4b8rU { width:20rem;height:0.0625rem;top:14.058073043823rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGniwzNDTNfZkCTlQCsa4oDl9hrH9kfQ { width:6.25rem;height:0.625rem;top:62.057880401611rem;left:5.8735795021057rem;background-color:#28365d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XcEEwXaiGcnEE2KGJcBvK0nXTZAh4COQ { width:18.9373125rem;height:0.12429rem;top:61.05823802948rem;left:0.53000700473786rem;background-color:#28365d;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #I7VSytiTBSgKawGEAKaFOwAkXsN9EXNp { display:block; }#I7VSytiTBSgKawGEAKaFOwAkXsN9EXNp > .row .container { width:20rem;height:134.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJS8UmPq19AfQhKlfIJfg5g4IDHDriAE { width:10.687125rem;height:2.59765625rem;top:35.18705368042rem;left:4.6559834480286rem;font-size:1rem;text-align:center;text-align-last:center;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #kGNaUw44pVUNUPOBpSNn3EMNVv12pn7T { width:10.999625rem;height:2.59765625rem;top:45.56214427948rem;left:4.4997334480286rem;font-size:1rem;text-align:center;text-align-last:center;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #q6xEewAB99CVvTcQPCP8O6AcTVQqZTrp { width:10.999625rem;height:1.298825rem;top:15.599704742432rem;left:4.4997334480286rem;font-size:1rem;text-align:center;text-align-last:center;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #U6naNVXF97dzkSAICBWFRXUywUa0CXD8 { width:16.625rem;height:8.875rem;top:9.2493786811831rem;left:1.5678265094757rem;display:block; }
 }@media only screen and (max-width: 763px) { #dELu72l8BZ26nwv55ZIUqiB4Vq0aU2KD { width:16.625rem;height:8.875rem;top:19.499909877777rem;left:1.5673828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKhuP17fLigRsHHEmsVTHuXa0zOZuxhF { width:11.37475rem;height:2.59765625rem;top:25.124466657639rem;left:4.3119668960571rem;font-size:1rem;text-align:center;text-align-last:center;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #rmwbSLdfNkvWU93ZxkntbNkGCMPcCSDs { width:16.6875rem;height:9rem;top:29.562068700791rem;left:1.5673828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyEMciNeGUL5oTyo91dbiDsSQJGZHwUk { width:16.625rem;height:9rem;top:39.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl5MHUIeuSw6QFrTGROw2zqufpp2iHTf { width:18.56225rem;height:5.60014375rem;top:1.7498345375061rem;left:0.71866118907931rem;text-align:center;text-align-last:center;font-size:2rem;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #ph4aIuNqUDuFsiaTwDPGre2KZZmM46Cm { display:flex;width:3.125rem;height:3.125rem;top:10.249022960663rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #qoR31S23ZvDVTZZvcSXMkccgMw92UR0T { display:flex;width:3.125rem;height:3.125rem;top:20.812321662903rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #iwfMWwd09lH2OcPRkKgJK324VUW1d3JE { display:flex;width:3.125rem;height:3.125rem;top:30.811433792114rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #rvK42ilgxUQmfoJwK2KBcQ3PE9fG1v3s { display:flex;width:3.125rem;height:3.125rem;top:41.123947143555rem;left:8.3735790252688rem; }
 }@media only screen and (max-width: 763px) { #A5OvCnkoZBc0r6eg3KzI86nJHUxhuR5z { width:16.625rem;height:9rem;top:50.437055587769rem;left:1.5673828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaIhFmCzoSFzPhLJKGcxcgU38M1g481J { display:flex;width:3.125rem;height:3.125rem;top:51.624910354614rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #EApTaTuxNFKsJvIE3pl5U7pauQk5AwLn { width:14.0625rem;height:2.59765625rem;top:56.249820709229rem;left:2.96875rem;font-size:1rem;text-align:center;text-align-last:center;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #OsnL7Zv7NzTlObPgNaetvviBW1SUHdNZ { width:16.625rem;height:9rem;top:60.749732971191rem;left:1.5673828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvkeiHiW0Jwnt7bBJy7ycrJ402fhIL5f { width:16.5625rem;height:1.298825rem;top:67.374378204344rem;left:1.6872334480286rem;font-size:1rem;text-align:center;text-align-last:center;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #N48k5SU6e193AtTLc3DTzma6icXKkrP3 { display:flex;width:3.125rem;height:3.125rem;top:62.31178855896rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #uazDcLbSmnhUrsS31rXlOfKdm8LU4xCU { width:14.749625rem;height:2.59765625rem;top:76.637250900269rem;left:2.5622334480286rem;font-size:1rem;text-align:center;text-align-last:center;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #e8QKhU34VUyoyscTMHRTTZZcgl1z8SU3 { width:16.625rem;height:9rem;top:70.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XECnc2Z7dL08sCAfrz0H0dBZI2cAW8in { display:flex;width:3.125rem;height:3.125rem;top:71.937144279481rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #oftaTSitVWM867IwZXOm4iahqgQ6Fb3n { width:16.8125rem;height:1.298825rem;top:87.6875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #X89DZ35IxQ7sLiTvumU2PwWFvBU1rZPJ { width:16.625rem;height:9rem;top:81.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNB3hK78rzFF2a5FsCuJXBxImxFplIbS { display:flex;width:3.125rem;height:3.125rem;top:82.124466896056rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #lqqlKXnAFHimSWX4AUkP6g0Zya4r3Qse { width:16.625rem;height:8.9375rem;top:91.550977706906rem;left:1.6299715042114rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7vtTwZUR4yGvlfpGk18DUiFLCCBfRK9 { width:14.0625rem;height:1.298825rem;top:98.238573875rem;left:2.9375rem;font-size:1rem;text-align:center;text-align-last:center;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #aDKQwUQ9qqwicaAWR4uKf8wg9zVq38ym { width:14.124625rem;height:3.8964875rem;top:106.56002770147rem;left:2.9375rem;font-size:1rem;text-align:center;text-align-last:center;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #ylN0GN7ZGDSNwdPDiEXROV38EGOieWbe { width:16.625rem;height:8.9375rem;top:101.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #miq54J3kqb4vlhkFFyxyeDyLabeTBwGJ { display:flex;width:3.125rem;height:3.125rem;top:92.738573875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #SMiFcUrECTDPX9hdy7oinx6ud3ZB9oG4 { display:flex;width:3.125rem;height:3.125rem;top:102.91452275rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #s8z2vW0seXIz3S03vpA3B8DQtvpE9mU1 { width:12.93725rem;height:1.298825rem;top:118.715471625rem;left:3.5rem;font-size:1rem;text-align:center;text-align-last:center;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #OHhXhPFpLwSfGSWv37TtWApnqpwksZmm { width:16.625rem;height:8.9375rem;top:112.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTaSw7T7AHeLiFT1pTD8vJnJh8m2mF6C { display:flex;width:3.125rem;height:3.125rem;top:113.090471625rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #Mqtgfs3MMAdDvdtxxqU5PVp51TAmkHTy { width:14.0625rem;height:1.298825rem;top:129.12908935547rem;left:2.96875rem;font-size:1rem;text-align:center;text-align-last:center;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #VVsHbXd3NPfiQ0ky6cNDnb9225vnGaoK { width:16.625rem;height:8.9375rem;top:122.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFyX4h2t0uDG8fZ4h9sHoEenc2Bk5Cfp { display:flex;width:3.125rem;height:3.125rem;top:123.3289205rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #VbSdSDWB5FTUMxiefE1zOVtH3XFxfuPA { display:block; }#VbSdSDWB5FTUMxiefE1zOVtH3XFxfuPA > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfVFSgGM8z1fZwqbfWpiRThsM5PyD5EW { width:16.5625rem;height:4.0625rem;top:2.0617187023163rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #BE6RqG4KnhWotR9DCvSRwVzmnT03A728 { width:6.125rem;height:6.125rem;top:7.375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeGi4ApG37wnRdo3UG4PpTVQTcKMgpPe { width:17.75rem;height:8.288375rem;top:17.886719226837rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #DsfqShhUeFf5rkDtuKRyPxPEv2M8dOLt { width:20rem;height:0.99964375rem;top:27.5625rem;left:-0.0625rem;text-align:center;text-align-last:center;font-family:montserrat;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #cXLL0RSivQsyJZsVxFrFFX3QHpfd2TN7 { width:20rem;height:1.298825rem;top:29.125rem;left:-0.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H06knTR44S6r27XGMsDne5Ahk7EC97pp { display:flex;width:3.25rem;height:3.25rem;top:14.174610614777rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #WmHPKOJFBI5xU995x5C0330DZbLDqWVq { display:block; }#WmHPKOJFBI5xU995x5C0330DZbLDqWVq > .row .container { width:20rem;height:139.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9FTAEnonUECz79r3du0TaU2Kc5PZNNS { width:20rem;height:0.9002125rem;top:16.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #hfC7WXLIHBfK3suiyIG6ffo0n4EDaFh8 { width:20rem;height:1.22514375rem;top:15.312072753906rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KqIQdqBQxyo6ikmUywP6RFP4gbKDXb3n { width:20rem;height:1.57404375rem;top:13.812164306641rem;left:0.062233686447144rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #GNOoNn046lRbuhKsKrSNstQcuT3ipyVn { width:20rem;height:2.6988625rem;top:2.4677734375rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1.2;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #STQdT7BdX4qhgUWXkvDQdAKg294hsB2D { width:5.375rem;height:5.375rem;top:7.4995555877688rem;left:7.3122329711912rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWByMq3FWEPP3NS65R95EvXHPQF9IwA8 { width:9.8748125rem;height:1.949575rem;top:62.937408447262rem;left:5.1247334480286rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #eXWFTUVFdzWoU9JifTWaoe9PTNpdqNZX { width:17.0623125rem;height:1.22514375rem;top:61.312164306641rem;left:1.49991106987rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTux0sSTAJf9IqbI6SHyhPc7oK9wqkDF { width:5.375rem;height:5.375rem;top:53.499664306641rem;left:7.3122329711912rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeN3JbC4SNQZbvpa9rSP25g29a6UF5P1 { width:17.0623125rem;height:1.57404375rem;top:59.749664306641rem;left:1.49991106987rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #Bg4QMlpmRa481cNDx5RH5f2T9Jho10Rs { width:12.249625rem;height:1.800425rem;top:106.1875rem;left:3.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #D3yF9TzzQvGzorhc7MrvHV6OpvkTVwg4 { width:19.8748125rem;height:1.22514375rem;top:104.4375rem;left:0.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ttc1XQMoyBP7g3fXQ5r2Fz0eW2eE4WcB { width:5.375rem;height:5.375rem;top:96.625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzxEWNN3fZsZzAvTMs7O59qb9vX8srWI { width:17.0623125rem;height:1.57404375rem;top:102.875rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #poBoavhTJmqFr5UnJi9XUTnbggX5SftD { width:10.43725rem;height:1.800425rem;top:120.6875rem;left:4.875rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #RybT4yRthr2t7RDk1FCiM9p1IC7TTkTi { width:9.561875rem;height:1.13725rem;top:118.75rem;left:5.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e47MsPVmp6GlvTwAoRT9lsy9tae0osa5 { width:10.062125rem;height:1.57404375rem;top:117.1875rem;left:5.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #MFRx64ZEHfo2AsmJKpRRz3zWzipVDc7M { width:5.375rem;height:5.375rem;top:110.8125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfNlMmFfLT8o2G4hH3DVupsFUyW5PVDe { width:8.9373125rem;height:1.800425rem;top:77.25rem;left:5.5624108314514rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #mtVHEFVpLL9OxitVyuKct4BeywyUTyDE { width:5.4375rem;height:5.4375rem;top:67.8125rem;left:7.24964427948rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkhC5a2KygsiegHiFRbOO48MSBN8Fqc3 { width:9.49975rem;height:1.13725rem;top:75.687408447262rem;left:5.2499108314514rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yJLUp3Qb0UvZBXVMS9GgItDyQ4v2hNal { width:9.749625rem;height:1.57404375rem;top:74.187255859375rem;left:5.18732213974rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #mRTn9FOe34RtpT1bwwgTCfJMi0zwbM25 { width:10.43725rem;height:2.7006375rem;top:32rem;left:4.75rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #vX8tsZST3ABb6SlkBHRwQwdgcUuk4HLn { width:5.4375rem;height:5.4375rem;top:21.5625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwChOefN4AZU5tS0ah7RlILeRgaPw5Wb { width:10rem;height:1.949575rem;top:29.4375rem;left:5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zltKEbHm4Cf0gmgToeX4kAqq7zVTqnct { width:19.875rem;height:1.57404375rem;top:27.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #WaC4wDZuPbdAdHB7WCBpcM9Cggqd5Zmb { width:11.8124375rem;height:1.800425rem;top:135.44902420044rem;left:4.0931282043457rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #VnXNWuvVlEU54CzLKwfbEQCpaLxNFd9u { width:8.56225rem;height:1.13725rem;top:133.625rem;left:5.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ekwK2yvlgn7cu7SvDd3gMhoeD9eyB1s6 { width:7.7499375rem;height:1.57404375rem;top:132.0625rem;left:6.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #RRU1AQvBzSWMxJan2T9pV82RaIRksFMm { width:5.4375rem;height:5.4375rem;top:125.8125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #naff2RoqAuVQSMBRGt40F9rCJFk6WdAX { width:8.4375rem;height:1.800425rem;top:91.937164306637rem;left:5.81232213974rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #IpelcLT68RxQaS3KAmk6rWraXTGX6Qon { width:5.4375rem;height:5.4375rem;top:82.25rem;left:7.3122329711912rem;display:block; }
 }@media only screen and (max-width: 763px) { #xytVplMME4u5QmtE6ESRim4kfm1nybUd { width:9.9374375rem;height:1.13725rem;top:90.0625rem;left:5.0621447563171rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R1mRFUkAS4cE9uesAeran59xUR6bs4lb { width:9.81225rem;height:1.57404375rem;top:88.5rem;left:5.1247334480286rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #LUDDEhq1uKgxEd0GeTTHuCZ8VedRXg1H { width:12.0623125rem;height:1.800425rem;top:47.999376296997rem;left:3.9683947563171rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #FDZxP6q5ZV3pl1TqvEhxW6v63pIcpau2 { width:5.4375rem;height:5.4375rem;top:37.9375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Obgu6TA1qpWDeVR6G6miPVB2kOcCWThV { width:11.5625rem;height:1.13725rem;top:46.1875rem;left:4.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gzeQ84svBPaJgoEG5hfBvSWLsapeCqQc { width:11.624625rem;height:1.57404375rem;top:44.625rem;left:4.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #RvHOeNtTk09f2XgV1wGoHhG5P3kiqM1P { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a2da984d-e76d-437e-8c37-572e3c0a910d/B2Bmarketingherofarmtable.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RvHOeNtTk09f2XgV1wGoHhG5P3kiqM1P.adaptive-delivery-prevent-bg, #RvHOeNtTk09f2XgV1wGoHhG5P3kiqM1P.lazyload, #RvHOeNtTk09f2XgV1wGoHhG5P3kiqM1P.lazyloading { background-image: none; }#RvHOeNtTk09f2XgV1wGoHhG5P3kiqM1P > .row .container { background-color: transparent; background-image: none; }#RvHOeNtTk09f2XgV1wGoHhG5P3kiqM1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#RvHOeNtTk09f2XgV1wGoHhG5P3kiqM1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RvHOeNtTk09f2XgV1wGoHhG5P3kiqM1P > .row .container > .video-iframe-container { display: none; }#RvHOeNtTk09f2XgV1wGoHhG5P3kiqM1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#RvHOeNtTk09f2XgV1wGoHhG5P3kiqM1P > .row > .video-iframe-container { display: none; }#RvHOeNtTk09f2XgV1wGoHhG5P3kiqM1P > .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); }#RvHOeNtTk09f2XgV1wGoHhG5P3kiqM1P > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #be623166664590f8fc752c0c9613a7e7 { width:16.5625rem;height:32.37575rem;top:10.566849708557rem;left:1.71875rem;font-size:1rem;line-height:1.8;text-align:center;text-align-last:center;color:#28365d;display:block; }
 }@media only screen and (max-width: 763px) { #Vef4fef2f1e182268a90d202902022ad { width:13.4375rem;height:3.937325rem;top:3.1875886917114rem;left:3.28125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bac3703567bb9cc34749a1e0ec43e35d { width:10.06125rem;height:2.4374125rem;top:45.42214012146rem;left:4.9689273834229rem;font-size:0.625rem;color:#ffffff;background-color:#28365d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #c6ddddbc62829a9b9961ddecc8156714 { display:block; }
 }@media only screen and (max-width: 763px) { #eyxeDP5yAgCX6wPkTenk7loL9ZJKz457 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3a398d8b-cfcf-4283-a42c-026b1979a6ad/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#eyxeDP5yAgCX6wPkTenk7loL9ZJKz457.adaptive-delivery-prevent-bg, #eyxeDP5yAgCX6wPkTenk7loL9ZJKz457.lazyload, #eyxeDP5yAgCX6wPkTenk7loL9ZJKz457.lazyloading { background-image: none; }#eyxeDP5yAgCX6wPkTenk7loL9ZJKz457 > .row .container { background-color: transparent; background-image: none; }#eyxeDP5yAgCX6wPkTenk7loL9ZJKz457::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #28365d; }#eyxeDP5yAgCX6wPkTenk7loL9ZJKz457 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyxeDP5yAgCX6wPkTenk7loL9ZJKz457 > .row .container > .video-iframe-container { display: none; }#eyxeDP5yAgCX6wPkTenk7loL9ZJKz457 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #28365d; }#eyxeDP5yAgCX6wPkTenk7loL9ZJKz457 > .row > .video-iframe-container { display: none; }#eyxeDP5yAgCX6wPkTenk7loL9ZJKz457 > .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); }#eyxeDP5yAgCX6wPkTenk7loL9ZJKz457 > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2584182a2390284acf547dc251c85ea { width:16.0625rem;height:2.45028125rem;top:5.751953125rem;left:1.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #a8ed61ac60dc9f6882e8f77910a16cf6 { width:12rem;height:1.39915rem;top:23.0625rem;left:3.875rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zbc9c58ad84aa5843eb5960c85d2c522 { width:11.375rem;height:1.39915rem;top:15.6875rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D68f473e7ab7ba215a9620a2f4238afb { width:8.375rem;height:1.39915rem;top:10.875rem;left:3.875rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #d2df495267970e6f5181a0752064b395 { width:1.5625rem;height:1.5625rem;top:15.625rem;left:3.875rem;display:block; }
#d2df495267970e6f5181a0752064b395 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #l0101fc2914e4a43e81b052a77250ded { width:11.5rem;height:3.0625rem;top:1.6745395660401rem;left:3.9994673728943rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lb428e9bb757b46c231db248f16d17fd { width:1.5625rem;height:1.5625rem;top:17.9375rem;left:3.875rem;display:block; }
#lb428e9bb757b46c231db248f16d17fd > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #s2614ceff1a334097993af39d846b862 { width:12.5rem;height:6.599075rem;top:18.1875rem;left:6.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se5e02fb7999e346b4d001dc2fc28c4a { width:11rem;height:3.18715rem;top:25rem;left:3.875rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #m9ce88fcf03e84ca0880c1bd1ce0ad3b { width:13.875rem;height:0.0625rem;top:9.5498046875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f52ca0c8113df847b1301e91aacad620 { width:2rem;height:2rem;top:29.625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E52601d4eb3b20a8e4df96dfd87d2db4 { width:2rem;height:1.9375rem;top:29.625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0cf045091f94316d4e37dcc2b73d44a { width:2rem;height:2rem;top:29.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1fa07254d69af6b464583c2caaef54c { width:2rem;height:2rem;top:29.625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6C6KHpyle4tzkqxrWMboGBTZ721GzZy { width:13.875rem;height:0.0625rem;top:21.4560546875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6ph86e5eTgWNJJTBQt9M3lxffx1anWB { width:14.125rem;height:6.37429375rem;top:32.875rem;left:3.75rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uHdg55T1BIdTz3xKPVxrAGsZ2S3tIpMk { width:1.5625rem;height:1.5625rem;top:13.125rem;left:3.875rem;display:block; }
#uHdg55T1BIdTz3xKPVxrAGsZ2S3tIpMk > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #m7XezPFetV7BNx8LtnFn1FL9WJNDwmPc { width:12.5rem;height:2.19815rem;top:13.557291984558rem;left:6.4375rem;font-size:1rem;display:block; }
 }