.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#Vm2O8NRkIPMHVfLf5S0ARoF3AX200MPR { background-color:#f9f9f9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vm2O8NRkIPMHVfLf5S0ARoF3AX200MPR > .row .container { background-color: transparent; background-image: none; }#Vm2O8NRkIPMHVfLf5S0ARoF3AX200MPR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vm2O8NRkIPMHVfLf5S0ARoF3AX200MPR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vm2O8NRkIPMHVfLf5S0ARoF3AX200MPR > .row .container > .video-iframe-container { display: none; }#Vm2O8NRkIPMHVfLf5S0ARoF3AX200MPR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vm2O8NRkIPMHVfLf5S0ARoF3AX200MPR > .row > .video-iframe-container { display: none; }#Vm2O8NRkIPMHVfLf5S0ARoF3AX200MPR > .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); }#Vm2O8NRkIPMHVfLf5S0ARoF3AX200MPR > .row .container { border-width: 0; border-radius: 0; }#Vm2O8NRkIPMHVfLf5S0ARoF3AX200MPR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vm2O8NRkIPMHVfLf5S0ARoF3AX200MPR > .row .container { width:75rem;height:6.6875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#wnu5GGM7vEC9m4aUPQatepfFFTXCuuZV { 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:5rem;width:13.25rem;top:0.75rem;left:2.5190982818604rem;overflow:hidden;display:block; }
#FOpUhJukVdVloTTlpqqn0ifFaKQXNWlU { background-color:#848c8d;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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;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:"trajan pro";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:2.5rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:1.78125rem;left:58.972221374512rem;display:block; }
#a6DtfCeDvqLnHN6cgz1ZmI5EXverB5BB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/edb2485a-59c4-473e-a9e9-c8dfa561acae/hero101.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6.adaptive-delivery-prevent-bg, #Py86aM9LF6S0fwqOAx8oQACbJioGrJF6.lazyload, #Py86aM9LF6S0fwqOAx8oQACbJioGrJF6.lazyloading { background-image: none; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row .container { background-color: transparent; background-image: none; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(93,173,197,0.6); }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row .container > .video-iframe-container { display: none; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(93,173,197,0.6); }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row > .video-iframe-container { display: none; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .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); }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row .container { border-width: 0; border-radius: 0; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6::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; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:75rem;position:relative;display:block; }#i0Cti1nAV5Phd5CbaUZpgTGfh7Q830A7 { color:#000000;display:block;width:34.1875rem;position:absolute;font-family:"trajan pro";font-size:2.5rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:6.21875rem;left:4.75rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Rdh0SNt6DFWKFxxFe19FnnIZr36ShGGm { color:#000000;display:block;width:37.4375rem;position:absolute;font-family:"trajan pro";font-size:4.0625rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:9.90625rem;left:3.125rem;height:6.09375rem;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; }
#JZT7FSJ78a0FQi0VzTcAKbTpm7T0TgT0 { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:roundo;font-size:0.8125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:28.0625rem;left:8.9375rem;height:1.21875rem;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; }
#KVuF7SKakSdLrdNr3qp5BLNc779GNmCE { position:absolute;display:block;z-index:15052;height:21.75rem;width:29.5rem;top:0rem;left:45.5rem;display:block; }
#O3FN4X82EDe3CUM9n367J026xO9AxBsk { color:#000000;display:block;width:36.0625rem;position:absolute;font-family:"trajan pro";font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:17.1875rem;left:3.8125rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TGUnUWUbhFlUcbEX9Dn3PFTG9E1Kdqnd { color:#000000;display:block;width:39rem;position:absolute;font-family:"trajan pro";font-size:4.0625rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:20.9375rem;left:2.34375rem;height:6.09375rem;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; }
#f0XB5cIIRXvcug5Oscxb5ib77FEK6mJ9 { box-sizing:content-box;height:0.125rem;width:25rem;position:absolute;display:block;z-index:15056;background-color:#000000;background-image:none;top:15.90625rem;left:9.34375rem;display:block; }
#q35ALxCdnyfIgmctqX7trNPGh5Ph8Qsl { color:#000000;display:block;width:22.125rem;position:absolute;font-family:roundo;font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:2.5625rem;left:10.78125rem;height:1.875rem;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; }
#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm { 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; }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row .container { background-color: transparent; background-image: none; }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row .container > .video-iframe-container { display: none; }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row > .video-iframe-container { display: none; }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .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); }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row .container { border-width: 0; border-radius: 0; }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#KPbBsl1G8yh16DoFTtWpX5iXUvaR7DTV { color:#000000;display:block;width:23.625rem;position:absolute;font-family:roundo;font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:5.4755859375rem;left:25.6875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NSpAa4zmx8EQ5BggTpWp2nqWf35vsCCw { color:#000000;display:block;width:75rem;position:absolute;font-family:"trajan pro";font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:1.4763488769531rem;left:0rem;height:4rem;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; }
#QI9qTUesUOcF2PyWPSTt4UwIiKIubGHc { position:relative;display:block; }#QI9qTUesUOcF2PyWPSTt4UwIiKIubGHc { background-color: transparent; background-image: none; }#QI9qTUesUOcF2PyWPSTt4UwIiKIubGHc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QI9qTUesUOcF2PyWPSTt4UwIiKIubGHc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QI9qTUesUOcF2PyWPSTt4UwIiKIubGHc > .row .container > .video-iframe-container { display: none; }#QI9qTUesUOcF2PyWPSTt4UwIiKIubGHc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QI9qTUesUOcF2PyWPSTt4UwIiKIubGHc > .row > .video-iframe-container { display: none; }#QI9qTUesUOcF2PyWPSTt4UwIiKIubGHc > .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); }#QI9qTUesUOcF2PyWPSTt4UwIiKIubGHc { border-width: 0; border-radius: 0; }#QI9qTUesUOcF2PyWPSTt4UwIiKIubGHc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QI9qTUesUOcF2PyWPSTt4UwIiKIubGHc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:21.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XG2iTwySzscO6hPxlFZ7B3Uy7fEfKLCm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5625rem;width:20.5625rem;top:0.5rem;left:7.5rem;overflow:hidden;display:block; }
#e09TnLvfkl2i4HpDd2VVswSb6tpUOR5D { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:1.40625rem;left:28.125rem;overflow:hidden;display:block; }
#h2qzXGCdTzqIGaEQdxOfHOcQHXGCRg07 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:19.875rem;top:0.875rem;left:47rem;overflow:hidden;display:block; }
#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T { 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; }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .row .container { background-color: transparent; background-image: none; }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .row .container > .video-iframe-container { display: none; }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .row > .video-iframe-container { display: none; }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .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); }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .row .container { border-width: 0; border-radius: 0; }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#qZdqi7Kh2mNGueUe3W12LhgG5Dnvt7bf { color:#000000;display:block;width:34.625rem;position:absolute;font-family:"trajan pro";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:1.59375rem;left:20.1875rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#uNV7v7S1ymBJeM5selv5lf1xc3bhuQOf { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:roundo;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:4.9375rem;left:26.53125rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG { 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; }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .row .container { background-color: transparent; background-image: none; }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .row .container > .video-iframe-container { display: none; }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .row > .video-iframe-container { display: none; }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .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); }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .row .container { border-width: 0; border-radius: 0; }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;position:relative;display:block; }#cTWCPUhWqdbHdz9qavmXJgI2Owt2W7qQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.875rem;width:30.875rem;top:2.125rem;left:40.8125rem;overflow:hidden;display:block; }
#e4tNXLAT937ONGF1AJZfcRDfnInJ3qq2 { color:#000000;display:block;width:33.0625rem;position:absolute;font-family:roundo;font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.6875rem;left:2.21875rem;height:12.34378125rem;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; }
#bDQC9QhgbR8l58IFiBPxSUX72uUy8O8c { color:#000000;display:block;width:33.0625rem;position:absolute;font-family:roundo;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:13.6875rem;left:2.21875rem;height:17.9296875rem;display:block; }#bDQC9QhgbR8l58IFiBPxSUX72uUy8O8c li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bDQC9QhgbR8l58IFiBPxSUX72uUy8O8c li:before{  }
#u886beOABPBpK17CBG9uGqscqmVXXpKZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(236,240,243,0.66);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; }#u886beOABPBpK17CBG9uGqscqmVXXpKZ > .row .container { background-color: transparent; background-image: none; }#u886beOABPBpK17CBG9uGqscqmVXXpKZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u886beOABPBpK17CBG9uGqscqmVXXpKZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u886beOABPBpK17CBG9uGqscqmVXXpKZ > .row .container > .video-iframe-container { display: none; }#u886beOABPBpK17CBG9uGqscqmVXXpKZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u886beOABPBpK17CBG9uGqscqmVXXpKZ > .row > .video-iframe-container { display: none; }#u886beOABPBpK17CBG9uGqscqmVXXpKZ > .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); }#u886beOABPBpK17CBG9uGqscqmVXXpKZ > .row .container { border-width: 0; border-radius: 0; }#u886beOABPBpK17CBG9uGqscqmVXXpKZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u886beOABPBpK17CBG9uGqscqmVXXpKZ > .row .container { font-size:0.875rem;font-family:arial;height:33.0625rem;width:75rem;position:relative;display:block; }#FH7mUTgvhu53Bnaan0zyJwfirZr8reqA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.0625rem;width:22.5rem;top:1.5rem;left:45rem;overflow:hidden;display:block; }
#InU7cuJaQUV6WwHFnhkAaBeWd5GTMXsm { background-color:#000000;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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;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:roundo;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.75rem;height:2.5625rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:27.3125rem;left:5.875rem;display:block; }
#NV1uGs732zHay3uBNE4XVvRo01mnBu3T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#In7FmDKLTUxJPUf65mhvbKqETNnA8VIE { color:#000000;display:block;width:20.625rem;position:absolute;font-family:roundo;font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:1.5rem;left:2.21875rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ySVKHzFy1F0gwtx0IMHfwaqX3UGQdEt8 { color:#000000;display:block;width:33.0625rem;position:absolute;font-family:roundo;font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.625rem;left:2.21875rem;height:9.2578125rem;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; }
#fxZeC1f5cARAbUfFnr559yUlNqQc6IOU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:13.375rem;left:19.0625rem; }
#rTko3t5V8C7uPuRTrtKAbum9o3bzAxmh { color:#000000;display:block;width:12.5rem;position:absolute;font-family:roundo;font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.0625rem;left:4.1875rem;height:4.62890625rem;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; }
#qu1MqepNdBspGm10OPKsfNs4m9ig8Dr8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:13.375rem;left:2.4375rem; }
#IpXoMzy3kBITBCtTM4TyhyWWK63R45OP { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:roundo;font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.125rem;left:21.0625rem;height:4.62890625rem;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; }
#PcGK0qDTT6voWH04Ut6CTt8lUuuz8qx9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:16.25rem;left:19.0625rem; }
#ETEXLwUQHd4yLOlrycTb6xkCV9JCmy1y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:16.3125rem;left:2.4375rem; }
#xqnfeItAgcpN9OcsnX1eBWb4kTdCheFF { color:#202020;display:block;width:28.9375rem;position:absolute;font-family:roundo;font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21.8125rem;left:4.5rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ { 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; }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .row .container { background-color: transparent; background-image: none; }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .row .container > .video-iframe-container { display: none; }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .row > .video-iframe-container { display: none; }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .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); }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .row .container { border-width: 0; border-radius: 0; }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#hJnBtLga1BmS77mmFqto7g2bICcrgqmD { color:#000000;display:block;width:75rem;position:absolute;font-family:"trajan pro";font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:1rem;left:0rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FNgv2A49ZJifTpibJ9lFsTyHsoxDhTPB { color:#000000;display:block;width:23.625rem;position:absolute;font-family:roundo;font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:5rem;left:25.6875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 { position:relative;display:block; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 { background-color: transparent; background-image: none; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row .container > .video-iframe-container { display: none; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row > .video-iframe-container { display: none; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .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); }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 { border-width: 0; border-radius: 0; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ecf0f3;background-image:none;vertical-align:top; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-heading-text { display:block;position:relative;width:100%;font-weight:300;font-size:1.25rem;font-family:roundo;font-style:normal;color:#000000; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.4;overflow:hidden;height:auto;font-family:roundo;font-weight:300;font-style:normal;color:#000000; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-trigger.adaptive-delivery-prevent-bg, #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-trigger.lazyload, #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-trigger.lazyloading { background-image: none; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15006;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS { display:block;position:relative; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #dGSbWXohguowT8BTTmeIbBJ494qPqXng {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #fQUModkqVbPqTSftICOnCKWu1F4xFPTv { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #VXWDM5VeWtASlUFGO1dcfDHbTvtxh0n2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #hFTVx9rsayREeiLG9Umqyb6D37uBHLcU { display:block;position:relative; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #to27ieqIqHob4vbPZuTS9XkGTLAI4ATy {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #AJvFv4mBoABgSe5PooT8kN2xqWHAKDEe { display:none; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #C15DvGyTsO6p5lqLuiK9HU7JX3a6xJ2M { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #Es5l43iD7793aIq9wTCv2o9stm9WnKci { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #JVQmTEzmbfBukqxEXT8D7nvRVB4bxUnm { display:block;position:relative; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #wgswH9cGbGlUp3PUWHq5tuJudvNKqbOK {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #zRparKw6GeQozX5vupVWOVcqTSQ4B5GL { display:none; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #WAeHTR39FieM3w03rOMHq1ygehVF3gTR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT { display:block;position:relative; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB { display:none; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #Cmm8y8tbtXXwNTFVUt4MrtloKIBUAWAn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #oeu4A7Dnp094sM5IkhsWnwxxGSxTVWFK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #JS2tXdo3alxLiEcnclVEFn3gzcs1Qfhh { display:block;position:relative; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #xWLRIoG9CgGbuToH3vknhxCLfiATesuF {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #J3ZGC0Lkbr4LNmpTGXXWJsZppRrmQW1I { display:none; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #flgTwhKOyHpIDswiXE0aB2p58mkpSnae { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA { display:block;position:relative; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 { display:none; }
#hM5e9fvshdAra0hEk3m07sdy1z1zCTJo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(236,240,243,0.66);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; }#hM5e9fvshdAra0hEk3m07sdy1z1zCTJo > .row .container { background-color: transparent; background-image: none; }#hM5e9fvshdAra0hEk3m07sdy1z1zCTJo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hM5e9fvshdAra0hEk3m07sdy1z1zCTJo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hM5e9fvshdAra0hEk3m07sdy1z1zCTJo > .row .container > .video-iframe-container { display: none; }#hM5e9fvshdAra0hEk3m07sdy1z1zCTJo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hM5e9fvshdAra0hEk3m07sdy1z1zCTJo > .row > .video-iframe-container { display: none; }#hM5e9fvshdAra0hEk3m07sdy1z1zCTJo > .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); }#hM5e9fvshdAra0hEk3m07sdy1z1zCTJo > .row .container { border-width: 0; border-radius: 0; }#hM5e9fvshdAra0hEk3m07sdy1z1zCTJo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hM5e9fvshdAra0hEk3m07sdy1z1zCTJo > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:block; }#ey9sgnFdFvMEGEbz9fO8H7y9SyFaMoDb { background-color:#000000;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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;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:lato;font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.75rem;height:2.5625rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:29.3125rem;left:40rem;display:block; }
#SIwrNaVOXgL8ZMw58yMDUToUEt1n6M3C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N7gSfoJ2hFypsstxlSlKW9OvK6HaH5gI { color:#5dadc5;display:block;width:32.5625rem;position:absolute;font-family:roundo;font-size:1.875rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:7.75rem;left:40rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nboCDu6gvMtwreLrH4SXeah4cqFmzqD9 { position:absolute;display:block;z-index:15052;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:37.0625rem;width:36.875rem;top:2.5625rem;left:0.3125rem;overflow:hidden;display:block; }
#BRTOTH5LlEQi0xqs2q8duQqQHNMHrJEW { color:#000000;display:block;width:34.375rem;position:absolute;font-family:roundo;font-size:3.4375rem;font-weight:300;z-index:15012;line-height:1;letter-spacing:0;top:22.625rem;left:40rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ypusv74c0e8n7PIICxCETgEu4b8Phz6q { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:roundo;font-size:1.875rem;font-weight:300;z-index:15013;line-height:1;letter-spacing:0;top:20.8125rem;left:40rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vLNIiTS992eTb9dqSeiq7TOHqZ6XMzw3 { color:#000000;display:block;width:1.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:20.8125rem;left:62.8125rem;height:0.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UAOzpC9d1nvK4mihiBfOzRUNmxBeOOiB { color:#000000;display:block;width:34.375rem;position:absolute;font-family:roundo;font-size:3.4375rem;font-weight:300;z-index:15010;line-height:1;letter-spacing:0;top:15.375rem;left:40rem;height:3.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RrbV2G66TPiXUxyXx80A3cD5DkGm96Rs { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:roundo;font-size:1.875rem;font-weight:300;z-index:15011;line-height:1;letter-spacing:0;top:13.5625rem;left:40rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fivSQd1IWnvJLSTb6NmG4yl0CTyoLbC7 { color:#000000;display:block;width:1.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:13.5625rem;left:61.8125rem;height:0.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { background-color: transparent; background-image: none; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container > .video-iframe-container { display: none; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row > .video-iframe-container { display: none; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .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); }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { border-width: 0; border-radius: 0; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;overflow:visible;position:relative;display:block; }#usKiF3rbUVohS2nl7l08H2KILlCKdebA { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:10.4375rem;top:0.9375rem;left:32.28125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Vm2O8NRkIPMHVfLf5S0ARoF3AX200MPR { display:block; }#Vm2O8NRkIPMHVfLf5S0ARoF3AX200MPR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnu5GGM7vEC9m4aUPQatepfFFTXCuuZV { top:0.75rem;left:0rem;width:13.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOpUhJukVdVloTTlpqqn0ifFaKQXNWlU { width:15.25rem;height:2.5rem;top:1.75rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6DtfCeDvqLnHN6cgz1ZmI5EXverB5BB { display:block; }
 }@media only screen and (max-width: 763px) { #Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 { display:block; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0Cti1nAV5Phd5CbaUZpgTGfh7Q830A7 { top:6.1875rem;left:0rem;width:34.1875rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdh0SNt6DFWKFxxFe19FnnIZr36ShGGm { top:9.875rem;left:0rem;width:37.4375rem;height:6.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZT7FSJ78a0FQi0VzTcAKbTpm7T0TgT0 { top:28.0625rem;left:0rem;width:25.8125rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVuF7SKakSdLrdNr3qp5BLNc779GNmCE { top:0rem;left:9rem;width:29.5rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3FN4X82EDe3CUM9n367J026xO9AxBsk { top:17.1875rem;left:0rem;width:36.0625rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGUnUWUbhFlUcbEX9Dn3PFTG9E1Kdqnd { top:20.9375rem;left:0rem;width:39rem;height:6.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0XB5cIIRXvcug5Oscxb5ib77FEK6mJ9 { top:15.875rem;left:0rem;width:25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q35ALxCdnyfIgmctqX7trNPGh5Ph8Qsl { top:2.5625rem;left:0rem;width:22.125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZAra8tXtmc8DxMtgy78bfKTTz62kWBm { display:block; }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPbBsl1G8yh16DoFTtWpX5iXUvaR7DTV { width:23.625rem;height:1.5rem;top:5.4375rem;left:12.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSpAa4zmx8EQ5BggTpWp2nqWf35vsCCw { width:47.75rem;height:;top:1.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI9qTUesUOcF2PyWPSTt4UwIiKIubGHc { display:block; }#QI9qTUesUOcF2PyWPSTt4UwIiKIubGHc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XG2iTwySzscO6hPxlFZ7B3Uy7fEfKLCm { top:0.5rem;left:0rem;width:20.5625rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e09TnLvfkl2i4HpDd2VVswSb6tpUOR5D { top:1.375rem;left:14.5rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2qzXGCdTzqIGaEQdxOfHOcQHXGCRg07 { top:0.875rem;left:27.875rem;width:19.875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T { display:block; }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZdqi7Kh2mNGueUe3W12LhgG5Dnvt7bf { top:1.5625rem;left:6.5625rem;width:34.625rem;height:4rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNV7v7S1ymBJeM5selv5lf1xc3bhuQOf { top:4.9375rem;left:12.90625rem;width:21.9375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG { display:block; }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTWCPUhWqdbHdz9qavmXJgI2Owt2W7qQ { top:2.125rem;left:16.875rem;width:30.875rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4tNXLAT937ONGF1AJZfcRDfnInJ3qq2 { top:1.6875rem;left:0rem;width:33.0625rem;height:12rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDQC9QhgbR8l58IFiBPxSUX72uUy8O8c { top:13.6875rem;left:0rem;width:33.0625rem;height:20.5rem;font-size:1.1875rem;display:block; }#bDQC9QhgbR8l58IFiBPxSUX72uUy8O8c li:before{  }
 }@media only screen and (max-width: 763px) { #u886beOABPBpK17CBG9uGqscqmVXXpKZ { display:block; }#u886beOABPBpK17CBG9uGqscqmVXXpKZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FH7mUTgvhu53Bnaan0zyJwfirZr8reqA { top:1.5rem;left:24.5625rem;width:22.5rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InU7cuJaQUV6WwHFnhkAaBeWd5GTMXsm { width:25.75rem;height:2.5625rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV1uGs732zHay3uBNE4XVvRo01mnBu3T { display:block; }
 }@media only screen and (max-width: 763px) { #In7FmDKLTUxJPUf65mhvbKqETNnA8VIE { top:1.5rem;left:0rem;width:20.625rem;height:4rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySVKHzFy1F0gwtx0IMHfwaqX3UGQdEt8 { top:5.625rem;left:0rem;width:33.0625rem;height:9rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxZeC1f5cARAbUfFnr559yUlNqQc6IOU { top:13.375rem;left:12.25rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTko3t5V8C7uPuRTrtKAbum9o3bzAxmh { top:13.0625rem;left:0rem;width:12.5rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu1MqepNdBspGm10OPKsfNs4m9ig8Dr8 { top:13.375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpXoMzy3kBITBCtTM4TyhyWWK63R45OP { top:13.125rem;left:9.25rem;width:15.0625rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcGK0qDTT6voWH04Ut6CTt8lUuuz8qx9 { top:16.25rem;left:12.25rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETEXLwUQHd4yLOlrycTb6xkCV9JCmy1y { top:16.3125rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqnfeItAgcpN9OcsnX1eBWb4kTdCheFF { top:21.8125rem;left:0rem;width:28.9375rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ { display:block; }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJnBtLga1BmS77mmFqto7g2bICcrgqmD { width:47.75rem;height:4rem;top:1rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNgv2A49ZJifTpibJ9lFsTyHsoxDhTPB { width:23.625rem;height:1.5rem;top:5rem;left:12.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 { display:block; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #dGSbWXohguowT8BTTmeIbBJ494qPqXng {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #fQUModkqVbPqTSftICOnCKWu1F4xFPTv {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #VXWDM5VeWtASlUFGO1dcfDHbTvtxh0n2 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #hFTVx9rsayREeiLG9Umqyb6D37uBHLcU {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #to27ieqIqHob4vbPZuTS9XkGTLAI4ATy {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #AJvFv4mBoABgSe5PooT8kN2xqWHAKDEe {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #C15DvGyTsO6p5lqLuiK9HU7JX3a6xJ2M {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #Es5l43iD7793aIq9wTCv2o9stm9WnKci {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #JVQmTEzmbfBukqxEXT8D7nvRVB4bxUnm {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #wgswH9cGbGlUp3PUWHq5tuJudvNKqbOK {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #zRparKw6GeQozX5vupVWOVcqTSQ4B5GL {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #WAeHTR39FieM3w03rOMHq1ygehVF3gTR {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #Cmm8y8tbtXXwNTFVUt4MrtloKIBUAWAn {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #oeu4A7Dnp094sM5IkhsWnwxxGSxTVWFK {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #JS2tXdo3alxLiEcnclVEFn3gzcs1Qfhh {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #xWLRIoG9CgGbuToH3vknhxCLfiATesuF {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #J3ZGC0Lkbr4LNmpTGXXWJsZppRrmQW1I {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #flgTwhKOyHpIDswiXE0aB2p58mkpSnae {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 {  }
 }@media only screen and (max-width: 763px) { #hM5e9fvshdAra0hEk3m07sdy1z1zCTJo { display:block; }#hM5e9fvshdAra0hEk3m07sdy1z1zCTJo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ey9sgnFdFvMEGEbz9fO8H7y9SyFaMoDb { width:25.75rem;height:2.5625rem;top:29.3125rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIwrNaVOXgL8ZMw58yMDUToUEt1n6M3C { display:block; }
 }@media only screen and (max-width: 763px) { #N7gSfoJ2hFypsstxlSlKW9OvK6HaH5gI { width:32.5625rem;height:2.25rem;top:7.75rem;left:15.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nboCDu6gvMtwreLrH4SXeah4cqFmzqD9 { top:2.5625rem;left:0rem;width:36.875rem;height:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRTOTH5LlEQi0xqs2q8duQqQHNMHrJEW { width:34.375rem;height:3.4375rem;top:22.625rem;left:13.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypusv74c0e8n7PIICxCETgEu4b8Phz6q { width:22.8125rem;height:1.875rem;top:20.8125rem;left:23.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLNIiTS992eTb9dqSeiq7TOHqZ6XMzw3 { width:1.6875rem;height:0.875rem;top:20.8125rem;left:42.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAOzpC9d1nvK4mihiBfOzRUNmxBeOOiB { width:34.375rem;height:3.4375rem;top:15.375rem;left:13.375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrbV2G66TPiXUxyXx80A3cD5DkGm96Rs { width:22.8125rem;height:1.875rem;top:13.5625rem;left:23.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fivSQd1IWnvJLSTb6NmG4yl0CTyoLbC7 { width:1.6875rem;height:0.875rem;top:13.5625rem;left:41.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ { display:block; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usKiF3rbUVohS2nl7l08H2KILlCKdebA { top:0.9375rem;left:18.65625rem;width:10.4375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Vm2O8NRkIPMHVfLf5S0ARoF3AX200MPR { display:block; }#Vm2O8NRkIPMHVfLf5S0ARoF3AX200MPR { background-color: transparent; background-image: none; }#Vm2O8NRkIPMHVfLf5S0ARoF3AX200MPR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vm2O8NRkIPMHVfLf5S0ARoF3AX200MPR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vm2O8NRkIPMHVfLf5S0ARoF3AX200MPR > .row .container > .video-iframe-container { display: none; }#Vm2O8NRkIPMHVfLf5S0ARoF3AX200MPR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vm2O8NRkIPMHVfLf5S0ARoF3AX200MPR > .row > .video-iframe-container { display: none; }#Vm2O8NRkIPMHVfLf5S0ARoF3AX200MPR > .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); }#Vm2O8NRkIPMHVfLf5S0ARoF3AX200MPR > .row .container { width:20rem;height:8.75rem;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnu5GGM7vEC9m4aUPQatepfFFTXCuuZV { width:11.1875rem;height:4.25rem;top:0rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOpUhJukVdVloTTlpqqn0ifFaKQXNWlU { width:12.4375rem;height:1.9375rem;top:5.46875rem;left:3.78125rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6DtfCeDvqLnHN6cgz1ZmI5EXverB5BB { display:block; }
 }@media only screen and (max-width: 763px) { #Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/edb2485a-59c4-473e-a9e9-c8dfa561acae/hero101.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6.adaptive-delivery-prevent-bg, #Py86aM9LF6S0fwqOAx8oQACbJioGrJF6.lazyload, #Py86aM9LF6S0fwqOAx8oQACbJioGrJF6.lazyloading { background-image: none; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row .container { background-color: transparent; background-image: none; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(93,173,197,0.6); }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row .container > .video-iframe-container { display: none; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(93,173,197,0.6); }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row > .video-iframe-container { display: none; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .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); }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row .container { border-width: 0; border-radius: 0; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6::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; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0Cti1nAV5Phd5CbaUZpgTGfh7Q830A7 { width:20rem;height:1.5rem;top:3.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Rdh0SNt6DFWKFxxFe19FnnIZr36ShGGm { width:20rem;height:2.1875rem;top:5.3125rem;left:0rem;font-size:2rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JZT7FSJ78a0FQi0VzTcAKbTpm7T0TgT0 { width:20rem;height:0.9375rem;top:66.5625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KVuF7SKakSdLrdNr3qp5BLNc779GNmCE { width:20rem;height:21.75rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3FN4X82EDe3CUM9n367J026xO9AxBsk { width:20rem;height:1.5rem;top:9.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TGUnUWUbhFlUcbEX9Dn3PFTG9E1Kdqnd { width:20rem;height:2.1875rem;top:11.125rem;left:0rem;font-size:2rem;line-height:1.1;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #f0XB5cIIRXvcug5Oscxb5ib77FEK6mJ9 { width:20rem;height:0.1875rem;top:8.0625rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #q35ALxCdnyfIgmctqX7trNPGh5Ph8Qsl { width:20rem;height:1.5rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QZAra8tXtmc8DxMtgy78bfKTTz62kWBm { display:block; }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPbBsl1G8yh16DoFTtWpX5iXUvaR7DTV { width:17.6826171875rem;height:1.5rem;top:5.75rem;left:1.158203125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSpAa4zmx8EQ5BggTpWp2nqWf35vsCCw { width:20rem;height:4.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QI9qTUesUOcF2PyWPSTt4UwIiKIubGHc { display:block; }#QI9qTUesUOcF2PyWPSTt4UwIiKIubGHc > .row .container { width:20rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XG2iTwySzscO6hPxlFZ7B3Uy7fEfKLCm { width:18.3125rem;height:18.3125rem;top:1.2500000521541rem;left:0.84296876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #e09TnLvfkl2i4HpDd2VVswSb6tpUOR5D { width:15.9375rem;height:15.9375rem;top:19.56250076741rem;left:2.0312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2qzXGCdTzqIGaEQdxOfHOcQHXGCRg07 { width:18.5rem;height:18.3125rem;top:35.500000953674rem;left:0.74921876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T { display:block; }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZdqi7Kh2mNGueUe3W12LhgG5Dnvt7bf { width:20rem;height:3.1875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uNV7v7S1ymBJeM5selv5lf1xc3bhuQOf { width:20rem;height:1.5625rem;top:4.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG { display:block; }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTWCPUhWqdbHdz9qavmXJgI2Owt2W7qQ { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4tNXLAT937ONGF1AJZfcRDfnInJ3qq2 { width:20rem;height:12.5rem;top:21.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDQC9QhgbR8l58IFiBPxSUX72uUy8O8c { width:20rem;height:18.75rem;top:33.75rem;left:0rem;font-size:1rem;display:block; }#bDQC9QhgbR8l58IFiBPxSUX72uUy8O8c li:before{  }
 }@media only screen and (max-width: 763px) { #u886beOABPBpK17CBG9uGqscqmVXXpKZ { display:block; }#u886beOABPBpK17CBG9uGqscqmVXXpKZ > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FH7mUTgvhu53Bnaan0zyJwfirZr8reqA { width:11.4375rem;height:15.25rem;top:6.3125rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #InU7cuJaQUV6WwHFnhkAaBeWd5GTMXsm { width:19rem;height:2.5625rem;top:49.189453125rem;left:0.5rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV1uGs732zHay3uBNE4XVvRo01mnBu3T { display:block; }
 }@media only screen and (max-width: 763px) { #In7FmDKLTUxJPUf65mhvbKqETNnA8VIE { width:19.1875rem;height:3.1875rem;top:1.4375rem;left:0.40625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ySVKHzFy1F0gwtx0IMHfwaqX3UGQdEt8 { width:17.375rem;height:8.75rem;top:22.88623046875rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fxZeC1f5cARAbUfFnr559yUlNqQc6IOU { display:flex;width:1.1875rem;height:1.1875rem;top:41.3212890625rem;left:3.15625rem; }
 }@media only screen and (max-width: 763px) { #rTko3t5V8C7uPuRTrtKAbum9o3bzAxmh { width:12.5rem;height:3.75rem;top:38.671875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qu1MqepNdBspGm10OPKsfNs4m9ig8Dr8 { display:flex;width:1.1875rem;height:1.1875rem;top:38.671875rem;left:4.28125rem; }
 }@media only screen and (max-width: 763px) { #IpXoMzy3kBITBCtTM4TyhyWWK63R45OP { width:14.625rem;height:3.75rem;top:43.6337890625rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PcGK0qDTT6voWH04Ut6CTt8lUuuz8qx9 { display:flex;width:1.1875rem;height:1.1875rem;top:43.6337890625rem;left:2.03125rem; }
 }@media only screen and (max-width: 763px) { #ETEXLwUQHd4yLOlrycTb6xkCV9JCmy1y { display:flex;width:1.1875rem;height:1.1875rem;top:46.408203125rem;left:3.75rem; }
 }@media only screen and (max-width: 763px) { #xqnfeItAgcpN9OcsnX1eBWb4kTdCheFF { width:20rem;height:6rem;top:31.07763671875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ { display:block; }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJnBtLga1BmS77mmFqto7g2bICcrgqmD { width:20rem;height:4.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FNgv2A49ZJifTpibJ9lFsTyHsoxDhTPB { width:20rem;height:1.5rem;top:5.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 { display:block; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w { display:flex;height:auto;width:17.5rem;top:0rem;left:0rem; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #dGSbWXohguowT8BTTmeIbBJ494qPqXng {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #fQUModkqVbPqTSftICOnCKWu1F4xFPTv {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #VXWDM5VeWtASlUFGO1dcfDHbTvtxh0n2 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #hFTVx9rsayREeiLG9Umqyb6D37uBHLcU {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #to27ieqIqHob4vbPZuTS9XkGTLAI4ATy {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #AJvFv4mBoABgSe5PooT8kN2xqWHAKDEe {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #C15DvGyTsO6p5lqLuiK9HU7JX3a6xJ2M {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #Es5l43iD7793aIq9wTCv2o9stm9WnKci {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #JVQmTEzmbfBukqxEXT8D7nvRVB4bxUnm {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #wgswH9cGbGlUp3PUWHq5tuJudvNKqbOK {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #zRparKw6GeQozX5vupVWOVcqTSQ4B5GL {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #WAeHTR39FieM3w03rOMHq1ygehVF3gTR {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #Cmm8y8tbtXXwNTFVUt4MrtloKIBUAWAn {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #oeu4A7Dnp094sM5IkhsWnwxxGSxTVWFK {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #JS2tXdo3alxLiEcnclVEFn3gzcs1Qfhh {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #xWLRIoG9CgGbuToH3vknhxCLfiATesuF {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #J3ZGC0Lkbr4LNmpTGXXWJsZppRrmQW1I {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #flgTwhKOyHpIDswiXE0aB2p58mkpSnae {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 {  }
 }@media only screen and (max-width: 763px) { #hM5e9fvshdAra0hEk3m07sdy1z1zCTJo { display:block; }#hM5e9fvshdAra0hEk3m07sdy1z1zCTJo > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ey9sgnFdFvMEGEbz9fO8H7y9SyFaMoDb { width:17.5rem;height:3.4375rem;top:18.75rem;left:1.25rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIwrNaVOXgL8ZMw58yMDUToUEt1n6M3C { display:block; }
 }@media only screen and (max-width: 763px) { #N7gSfoJ2hFypsstxlSlKW9OvK6HaH5gI { width:12.8125rem;height:3.125rem;top:1.6875rem;left:3.59375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nboCDu6gvMtwreLrH4SXeah4cqFmzqD9 { width:20rem;height:20.125rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRTOTH5LlEQi0xqs2q8duQqQHNMHrJEW { width:20rem;height:1.9375rem;top:15.09375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypusv74c0e8n7PIICxCETgEu4b8Phz6q { width:18.9375rem;height:1.5rem;top:13.03125rem;left:0.09375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLNIiTS992eTb9dqSeiq7TOHqZ6XMzw3 { width:1.0625rem;height:0.875rem;top:13.03125rem;left:18.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAOzpC9d1nvK4mihiBfOzRUNmxBeOOiB { width:20rem;height:1.9375rem;top:8.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrbV2G66TPiXUxyXx80A3cD5DkGm96Rs { width:20rem;height:1.5rem;top:6.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fivSQd1IWnvJLSTb6NmG4yl0CTyoLbC7 { width:1rem;height:0.875rem;top:6.4375rem;left:18.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ { display:block; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usKiF3rbUVohS2nl7l08H2KILlCKdebA { width:10.4375rem;height:3.875rem;top:1.25rem;left:4.75rem;display:block; }
 }