.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f4fcfe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;overflow:visible;position:relative;display:block; }#pte5hDFuMcXhTVK593Tq1IUai1oJhS5A { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:13.0625rem;top:2.40625rem;left:0rem;overflow:hidden;display:block; }
#y7bq60REQDszp9eAUscgzNiprqrM1a4l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fcfe;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; }#y7bq60REQDszp9eAUscgzNiprqrM1a4l > .row .container { background-color: transparent; background-image: none; }#y7bq60REQDszp9eAUscgzNiprqrM1a4l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7bq60REQDszp9eAUscgzNiprqrM1a4l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7bq60REQDszp9eAUscgzNiprqrM1a4l > .row .container > .video-iframe-container { display: none; }#y7bq60REQDszp9eAUscgzNiprqrM1a4l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7bq60REQDszp9eAUscgzNiprqrM1a4l > .row > .video-iframe-container { display: none; }#y7bq60REQDszp9eAUscgzNiprqrM1a4l > .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); }#y7bq60REQDszp9eAUscgzNiprqrM1a4l > .row .container { border-width: 0; border-radius: 0; }#y7bq60REQDszp9eAUscgzNiprqrM1a4l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y7bq60REQDszp9eAUscgzNiprqrM1a4l > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;position:relative;display:block; }#Jz7b9e4aB24XaZFwzoQucb4EZ9nKBn2h { color:#12263a;display:block;width:39.1875rem;position:absolute;font-family:lora;font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.1875rem;left:0rem;height:8.125rem;display:block; }
#EkWsq3tvTMqbp74wzBkOauXD1k04W4pi { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:9.9375rem;top:3.3125rem;left:33.25rem;overflow:hidden;display:block; }
#TOZmfiwWVLKQdAx0HaZUZHKzMsr44wVE { color:#12263a;display:block;width:33.75rem;position:absolute;font-family:"proxima nova";font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.25rem;left:0rem;height:3.8994125rem;display:block; }
#IQx9QRvn8PTRJEHTvMHCKkAb8yqUCJOu { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:21.5625rem;left:0rem;overflow:hidden;display:block; }
#TmUm6xgWiKOsm7ecvhmhV80tGQmyzxAH { color:#12263a;display:block;width:35.9375rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:22rem;left:3.375rem;height:1.625rem;font-style:normal;display:block; }
#aL0w5q0Gw3J9yRaTyK3ZWklckJNigMED { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:24.875rem;left:0rem;overflow:hidden;display:block; }
#WshUZQqTl6I9o5zydFLRWqWBV4hEwuet { color:#12263a;display:block;width:35.9375rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:25.3125rem;left:3.375rem;height:1.625rem;font-style:normal;display:block; }
#JI4SSJv7nVb5rUU1bOnD41wLEOyFkE4X { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:28.1875rem;left:0rem;overflow:hidden;display:block; }
#TqI7P95JcCk7THTXB7vAKrJ4hkvNh6aT { color:#12263a;display:block;width:35.9375rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:28.625rem;left:3.375rem;height:1.625rem;font-style:normal;display:block; }
#Ha4R6WUfhLmdppHeMEDfeRQCrdNVDKxK { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:31.6875rem;left:0rem;overflow:hidden;display:block; }
#F8kM0P9WSuTeBzUNSa0WFtuOr5VipA1A { color:#12263a;display:block;width:35.9375rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:32.125rem;left:3.375rem;height:1.625rem;font-style:normal;display:block; }
#slto2BkgLWcrrThfhwXH6JTBSTJklQ8d { background-color:#12263a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.625rem;height:5.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:37.1875rem;left:0rem;display:block; }
#xQcbvJ6OnTXToAAd9HcTKOTeQMXoXHxE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y5iVrU5XAUpASDsuLoR0dpef6ZtMl1gv { color:#12263a;display:block;width:27.625rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:43.25rem;left:0.5rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#mFTQgSR7zqvmJUMgTB4soOR70QPyO4pc { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5625rem;width:27.0625rem;top:4.375rem;left:44.2216796875rem;overflow:hidden;display:block; }
#oIerJplqhfJIXQdvpudEuDvnV8r1K67M { color:#007592;display:block;width:27.625rem;position:absolute;font-family:"proxima nova";font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:43.1875rem;left:43.9404296875rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#abe43QCCa6SR21ayw9kaZEN8uTsccmJ0 { position:relative;display:none; }#abe43QCCa6SR21ayw9kaZEN8uTsccmJ0 { border-width: 0; border-radius: 0; }#abe43QCCa6SR21ayw9kaZEN8uTsccmJ0 > .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; }#abe43QCCa6SR21ayw9kaZEN8uTsccmJ0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rzUNhpCMmymlB3VWxOA4y3t69DwlKaEk { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.375rem;left:23.6875rem;height:1.4624rem;text-align:center;text-align-last:center;display:none; }
#CbpCfM3ER2ln9nymiETJkTGPz9TiWRla { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:lora;font-size:2.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.125rem;left:13.75rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hg8ct2XFKS0HkXQxrp8NiVRkH1KdGAih { box-sizing:content-box;height:3.75rem;width:20.375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.9375rem;left:0rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:none; }
#eMe9DI4DxsmH4hMVOdo6fqntaGQFPTHK { color:#333333;display:block;width:14.125rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:1.0625rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#HJlBa9OTzEexm70ynCXfrJ5zTTdhArHz { box-sizing:content-box;height:3.75rem;width:53.8125rem;position:absolute;display:block;z-index:15007;background-color:#e5faff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.9375rem;left:21.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:none; }
#hT2POSuS32TT2BqTVe5kGD6Ia8cKyrJN { color:#333333;display:block;width:31.25rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.8125rem;left:22.3125rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#IiEQSMiszQtX0WJmGFsz8NO6l8LpdMRm { box-sizing:content-box;height:22.1875rem;width:20.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:none; }
#iappOTg9RZyD07FZuU5VxZnwiq1XxzIl { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:19.625rem;left:1.625rem;overflow:hidden;display:none; }
#CBQ5CdSOSLtTVkne94tszXKz3oI4mDQh { color:#007592;display:block;width:18.0625rem;position:absolute;font-family:"proxima nova";font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.8125rem;left:1.59375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#rvI3FEnuziO76Id9XtJ6kuFnVfWTgLid { color:#333333;display:block;width:17.9375rem;position:absolute;font-family:"proxima nova";font-size:1.75rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:27.5rem;left:1.5625rem;height:9.099625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#aAxAI63C42E1oXpRcHtd1qA12UzZDQrg { box-sizing:content-box;height:22.1875rem;width:26.3125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17rem;left:21.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:none; }
#saTW8RKTI3ci76l5kluSCsvCzlgpk686 { color:#007592;display:block;width:18.0625rem;position:absolute;font-family:"proxima nova";font-size:2rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:23.8125rem;left:22.875rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#SFo7v6woGNbUE54mC41JcnU3ayn15049 { color:#333333;display:block;width:23.3125rem;position:absolute;font-family:"proxima nova";font-size:1.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:27.5rem;left:22.8125rem;height:6.8246875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#GhpIp3RTfROUXAEBZTRK86bLSXuTxErG { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.125rem;top:19.625rem;left:22.875rem;overflow:hidden;display:none; }
#lTHlyRV4ZxFlOfXE5zKf4JcuORAFJCOs { box-sizing:content-box;height:22.1875rem;width:26.6875rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17rem;left:48.375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:none; }
#nyJZNndZ45omV28xUZwAFqA688peoJoz { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:19.625rem;left:50rem;overflow:hidden;display:none; }
#ZZWCF6BsGq1Z5WFvBOAbPrarDoMBtXNJ { color:#007592;display:block;width:18.0625rem;position:absolute;font-family:"proxima nova";font-size:2rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:23.8125rem;left:50rem;height:;text-align:left;text-align-last:left;font-style:normal;display:none; }
#zWQRS7iiGZ1TPN0ZKOvGTgAkh5uvwgip { color:#333333;display:block;width:23.3125rem;position:absolute;font-family:"proxima nova";font-size:1.75rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:27.5rem;left:49.9375rem;height:6.8246875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#SPO9Avkgq58LifO511pOtdmrBnxsK5Eo { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#EZhLRDMUlvIZLQpTqy8m28S0hTCdgtvL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a66948df-c379-4298-a1e7-52d559832b07/Rectangle243.png");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; }#EZhLRDMUlvIZLQpTqy8m28S0hTCdgtvL.adaptive-delivery-prevent-bg, #EZhLRDMUlvIZLQpTqy8m28S0hTCdgtvL.lazyload, #EZhLRDMUlvIZLQpTqy8m28S0hTCdgtvL.lazyloading { background-image: none; }#EZhLRDMUlvIZLQpTqy8m28S0hTCdgtvL > .row .container { background-color: transparent; background-image: none; }#EZhLRDMUlvIZLQpTqy8m28S0hTCdgtvL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZhLRDMUlvIZLQpTqy8m28S0hTCdgtvL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZhLRDMUlvIZLQpTqy8m28S0hTCdgtvL > .row .container > .video-iframe-container { display: none; }#EZhLRDMUlvIZLQpTqy8m28S0hTCdgtvL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZhLRDMUlvIZLQpTqy8m28S0hTCdgtvL > .row > .video-iframe-container { display: none; }#EZhLRDMUlvIZLQpTqy8m28S0hTCdgtvL > .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); }#EZhLRDMUlvIZLQpTqy8m28S0hTCdgtvL > .row .container { border-width: 0; border-radius: 0; }#EZhLRDMUlvIZLQpTqy8m28S0hTCdgtvL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EZhLRDMUlvIZLQpTqy8m28S0hTCdgtvL > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;position:relative;display:block; }#GKLHC9e6VP5c1q0oPaiu1Jr4UOv1mVOt { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.375rem;left:23.6875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#B4Hf4WRZO8o2P9B0gGRzT0MesnRXyL8d { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:lora;font-size:2.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:6.125rem;left:13.75rem;height:3.412475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rc1t7QZDFbyCuASILLlW3yPA1gcpraka { box-sizing:content-box;height:3.75rem;width:20.375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.9375rem;left:0rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#Gul5JGWnVK6pX5tyS7M393tnztT0Ncxm { color:#333333;display:block;width:14.125rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:1.0625rem;height:1.950075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wJ5CMHqddU3GsWMdbWf5wUIdNtrGSr52 { box-sizing:content-box;height:3.75rem;width:53.8125rem;position:absolute;display:block;z-index:15007;background-color:#e5faff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.9375rem;left:21.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#V65LPIk4tt4E2qAET0vWLITS1qXA4RNX { color:#333333;display:block;width:31.25rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.8125rem;left:22.3125rem;height:1.950075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qbgT1E1KVk5DEmaT16ktgTpt3AHvcmGy { box-sizing:content-box;height:22.1875rem;width:20.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#q1lpVrkGfaVCLfXwXe67xid8hOCFdTXV { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:19.625rem;left:1.625rem;overflow:hidden;display:block; }
#LsIqS4KFfERrwLvvEe2WsPKyKIZM9gly { color:#007592;display:block;width:18.0625rem;position:absolute;font-family:"proxima nova";font-size:2rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.8125rem;left:1.59375rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LmrXDlNilQTsQwMw2LwmJmJ7qHpv64dC { color:#333333;display:block;width:17.9375rem;position:absolute;font-family:"proxima nova";font-size:1.75rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:27.5rem;left:1.5625rem;height:9.099625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XNocWTcv6aJryh8PLU0vuTm9mcseK5ZV { box-sizing:content-box;height:22.1875rem;width:26.3125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17rem;left:21.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Ah5wGC26gH10rUluC8MyRIGbdIQ5xTWM { color:#007592;display:block;width:18.0625rem;position:absolute;font-family:"proxima nova";font-size:2rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:23.8125rem;left:22.875rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MRr7zgzMEF8bGUMdXpPGv3lVqCVkDKVG { color:#333333;display:block;width:23.3125rem;position:absolute;font-family:"proxima nova";font-size:1.75rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:27.5rem;left:22.8125rem;height:6.8246875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MIEDT4HIduItID3KBEIqd4vMWhqpkq1C { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.125rem;top:19.625rem;left:22.875rem;overflow:hidden;display:block; }
#hJ1pPz5murbsu3SXboUWtmMDTOlzaJ7T { box-sizing:content-box;height:22.1875rem;width:26.6875rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17rem;left:48.375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#rTbgHdAUDIHvxbff82Sa2ezl1aGyl8lZ { color:#007592;display:block;width:18.0625rem;position:absolute;font-family:"proxima nova";font-size:2rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:23.8125rem;left:50rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qXhKr1UqFu4vogb0qsiNM9roxiHRxZch { color:#333333;display:block;width:23.3125rem;position:absolute;font-family:"proxima nova";font-size:1.75rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:27.5rem;left:49.9375rem;height:6.8246875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xg7Xq2pqFAulaXVXSKHrG2JdzGc1kS0D { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.0625rem;top:19.625rem;left:50rem;overflow:hidden;display:block; }
#sSWKQ2p3MkpIwuyOUWyTqd5aaIiPtHvK { box-sizing:content-box;height:0.3125rem;width:30.3125rem;position:absolute;display:block;z-index:15000;background-color:#00ccff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.9375rem;left:19.65625rem;display:block; }
#r2JJgau21K5N60EAp8I6P7JT3nrA080L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fcfe;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; }#r2JJgau21K5N60EAp8I6P7JT3nrA080L > .row .container { background-color: transparent; background-image: none; }#r2JJgau21K5N60EAp8I6P7JT3nrA080L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2JJgau21K5N60EAp8I6P7JT3nrA080L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2JJgau21K5N60EAp8I6P7JT3nrA080L > .row .container > .video-iframe-container { display: none; }#r2JJgau21K5N60EAp8I6P7JT3nrA080L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2JJgau21K5N60EAp8I6P7JT3nrA080L > .row > .video-iframe-container { display: none; }#r2JJgau21K5N60EAp8I6P7JT3nrA080L > .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); }#r2JJgau21K5N60EAp8I6P7JT3nrA080L > .row .container { border-width: 0; border-radius: 0; }#r2JJgau21K5N60EAp8I6P7JT3nrA080L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r2JJgau21K5N60EAp8I6P7JT3nrA080L > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;position:relative;display:block; }#UTCU98Ow8iAhA4oRd1hDJ9NzPIbRHoVf { color:#007592;display:block;width:27.625rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.9375rem;left:23.6875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#ZsxUyw3k9cTWwtdp42y82AvTkP1dI6LE { color:#333333;display:block;width:47.5rem;position:absolute;font-family:lora;font-size:2.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.6875rem;left:13.75rem;height:3.412475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FmTKSvTX2dnBhLv6ITZ5DKXIDvV7kTIe { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:24.6875rem;top:11.0625rem;left:0rem;overflow:hidden;display:block; }
#ntxyamFZVblbhBys1BCLwt2oGM51stWW { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:24.375rem;top:11.125rem;left:25.3125rem;overflow:hidden;display:block; }
#zcNso7T5ppHOIS3lsU7Ld1VPpMNLlU88 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:24.6875rem;top:11.0625rem;left:50.3125rem;overflow:hidden;display:block; }
#ostZR9rlZq80NBAc1BFanF6e1HrsTO1f { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.1875rem;top:4.39892578125rem;left:11.25rem;overflow:hidden;display:block; }
#nZZihO38hcHGrVhUWXecp7pxa23q2LUh { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:2rem;top:7.224609375rem;left:60.6875rem;overflow:hidden;display:block; }
#TK6btydEBpFaDZWVB3db6xxa4D3bNpqT { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.3125rem;top:31.875rem;left:13.75rem;overflow:hidden;display:block; }
#xXanpSGRrznb8iVTF5f4dwl7AB53yHGf { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:2.125rem;top:31.875rem;left:56.53125rem;overflow:hidden;display:block; }
#I0snAXymlR3RpXh4rkeB7ynEmkq4XPsl { background-color:#12263a;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.625rem;height:5.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:33.125rem;left:23.1875rem;display:block; }
#rMzBn1VgmR0Pcz235SKK8lFGbFEEUy64 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GaWTqImFtiLzZOAw58JcswNXozr2dmrM { color:#12263a;display:block;width:27.625rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:39.1875rem;left:23.6875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#WWOH9G1wzmx3X2CWVMG4mftlnsWiyMOZ { color:#12263a;display:block;width:27.625rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:43.25rem;left:0.5rem;height:1.4624rem;text-align:center;text-align-last:center;display:none; }
#r1iVM3scMZbf0kAtrAFekhTooRZZhc9R { background-color:#12263a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.625rem;height:5.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:37.1875rem;left:0rem;display:none; }
#PBwSPS5vg012Xto5SozQOUvr6SiZiwPc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#noa5blVGXoaCiP8uXZXegJqAASkQwQaH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#007592;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; }#noa5blVGXoaCiP8uXZXegJqAASkQwQaH > .row .container { background-color: transparent; background-image: none; }#noa5blVGXoaCiP8uXZXegJqAASkQwQaH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noa5blVGXoaCiP8uXZXegJqAASkQwQaH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noa5blVGXoaCiP8uXZXegJqAASkQwQaH > .row .container > .video-iframe-container { display: none; }#noa5blVGXoaCiP8uXZXegJqAASkQwQaH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#noa5blVGXoaCiP8uXZXegJqAASkQwQaH > .row > .video-iframe-container { display: none; }#noa5blVGXoaCiP8uXZXegJqAASkQwQaH > .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); }#noa5blVGXoaCiP8uXZXegJqAASkQwQaH > .row .container { border-width: 0; border-radius: 0; }#noa5blVGXoaCiP8uXZXegJqAASkQwQaH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#noa5blVGXoaCiP8uXZXegJqAASkQwQaH > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:75rem;position:relative;display:block; }#G8HzixpTz35VGTroPk2vst1KSoeXK7Ak { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.0625rem;left:23.6875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#scTWARpDCqyaGXX8AGwUhKEIUU2iCdJJ { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:lora;font-size:2.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.8125rem;left:13.75rem;height:3.412475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gIaZJRWtPSq9Zu3neq02hDoJHgfkMWoS { box-sizing:content-box;height:20rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.5rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#XMbXldSKBb0JCdPoTvlaLdNPhMT3Sw17 { color:#333333;display:block;width:14.125rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.724609375rem;left:2.5rem;height:1.950075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qx63nv6XlGRykZa4HPKzrTlmXCleaNgE { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:17.84375rem;left:2.5rem;overflow:hidden;display:block; }
#kG3RLkeI0R8VDCpfTi9ntJqf2vMvdi4A { color:#333333;display:block;width:31rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:17.78125rem;left:4.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WweJoeXk38lXWvRcA08H8X4fbTirKbkc { color:#333333;display:block;width:31rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:20.9375rem;left:4.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EmzAWLGotEcykLmD7PrqGE9FyuyGOsUh { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:21rem;left:2.5rem;overflow:hidden;display:block; }
#X9wws9dE25QRMXxpzkm5QuWTS2dif19w { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:24.375rem;left:2.5rem;overflow:hidden;display:block; }
#TE6pvxazBg4nBzdZa3QOgez0BPH5H7Z2 { color:#333333;display:block;width:32.6875rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:24.3125rem;left:4.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I9fgakVKDv2HyUmX8T40OlCNwew3lSGy { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:17.875rem;left:39rem;overflow:hidden;display:block; }
#UFbCTnG4prTZhhfNCX3eXMprW3Z59XT9 { color:#333333;display:block;width:31rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:17.8125rem;left:41.1875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L6FvE4lepnEJd99M0Lvzpw2MaJSyeFpk { color:#333333;display:block;width:31rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:20.9375rem;left:41.1875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x6Tc1h0JZZdn9iFZLa0VTgxT6ISnxGD7 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:21rem;left:39rem;overflow:hidden;display:block; }
#G8S12kJgNLQeVoQ83EgXTQvs4BeOacJH { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:24.375rem;left:39rem;overflow:hidden;display:block; }
#NAvO5U9XOrIUkcheoMxHRiR8Z8rLnJgF { color:#333333;display:block;width:32.6875rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:24.3125rem;left:41.1875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KXVePJ3t8B0Npc3e2TTMxuTt1Mzq5rdq { color:#333333;display:block;width:14.125rem;position:absolute;font-family:lora;font-size:1.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:13.75rem;left:39rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TO2rkFlE3NG9p5HcLs7UmTaM8hoZkqLx { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:27.6875rem;left:39rem;overflow:hidden;display:block; }
#ZB6gdBqeHfso7yZ9cWWsdyihuRu4rHnQ { color:#333333;display:block;width:32.6875rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:27.625rem;left:41.1875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JMKG5JZNVDqKv7uToyFJ0cQ1z1dqJyH0 { background-color:#12263a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.625rem;height:5.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:34.5625rem;left:23.1875rem;display:block; }
#guAkEaJwF2Zupks56AOXIstdIr6whDTr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rCuRG1EvUKgxDtQWPyOSKABSemOHneSP { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:40.625rem;left:23.6875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#TWEG3QaJ2gqK2NZ7oM9bBblnClbvX1p6 { background-color:#12263a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.625rem;height:5.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:37.1875rem;left:0rem;display:none; }
#hTFttLrmvUaIBHHiuTOcvkMKtO7HDZkt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MNybVa7kz1bNUfpIy1lgxcWQaGWAHNTf { color:#12263a;display:block;width:27.625rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:43.25rem;left:0.5rem;height:1.4624rem;text-align:center;text-align-last:center;display:none; }
#GnInWFeXlTJQ6qChiK6xFweeMFdGoTZo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fcfe;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; }#GnInWFeXlTJQ6qChiK6xFweeMFdGoTZo > .row .container { background-color: transparent; background-image: none; }#GnInWFeXlTJQ6qChiK6xFweeMFdGoTZo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnInWFeXlTJQ6qChiK6xFweeMFdGoTZo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnInWFeXlTJQ6qChiK6xFweeMFdGoTZo > .row .container > .video-iframe-container { display: none; }#GnInWFeXlTJQ6qChiK6xFweeMFdGoTZo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnInWFeXlTJQ6qChiK6xFweeMFdGoTZo > .row > .video-iframe-container { display: none; }#GnInWFeXlTJQ6qChiK6xFweeMFdGoTZo > .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); }#GnInWFeXlTJQ6qChiK6xFweeMFdGoTZo > .row .container { border-width: 0; border-radius: 0; }#GnInWFeXlTJQ6qChiK6xFweeMFdGoTZo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GnInWFeXlTJQ6qChiK6xFweeMFdGoTZo > .row .container { font-size:0.875rem;font-family:arial;height:72.8125rem;width:75rem;position:relative;display:block; }#eJVeUhJSGT6T1u4vFn8SQKUKk0SL8nfg { color:#007592;display:block;width:27.625rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.5rem;left:23.6875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#iOl4mwBG36mH14coAVhuZTT1XPKAn2FX { color:#333333;display:block;width:47.5rem;position:absolute;font-family:lora;font-size:2.625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.25rem;left:13.75rem;height:3.412475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk .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:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c1c1c1;vertical-align:top; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk .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; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk .accordion-heading-text { display:block;position:relative;width:100%;font-family:"proxima nova";font-weight:700;font-size:1.75rem;color:#333333;height:auto;line-height:1.4;overflow:hidden; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk .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.25rem;font-family:"proxima nova";color:#333333;height:auto; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk .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://images.assets-landingi.com/uc/a810968a-28c6-4056-83ed-ecd49020e04d/Vector2.png");background-size:contain !important; }#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk .accordion-trigger.adaptive-delivery-prevent-bg, #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk .accordion-trigger.lazyload, #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk .accordion-trigger.lazyloading { background-image: none; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk { box-sizing:content-box;height:auto;width:59.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:12.9375rem;left:6.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #Maw33ZC4qrOZEAsGbFT7NKTcRzWlnfSu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #BN85QoqtAqJyMZAbKeRKGXF68zeAdKbL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #XFqEUT0wL9u4ffELt9kgWz5M36xTcfZW { display:block;position:relative; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #xR56mtz0z3PHFs8XJ9KWWO68RfhnRpp3 {  }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #gSq8uwCTu1X0JhGIbyC1NMe8HMO5vOLi {  }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #U0g7TE6A3r6OsUPkh9qvTJX7LsM46UqM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #pMvtrP3xfvKOFGsnRUoMzVXof4kL6dtb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #pDDGP30532RqFxaPHkli1StqQftp71oo { display:block;position:relative; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #fZ3bXKZrCcW4Eph26IAvLh9E6r5ySLiE {  }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #pefxPstqf7pHaOu5VMGqGlLK3tDnZe2s { display:none; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #B8WTuOoTGZcHpHeVksH1AJqxm7HHKJs5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #eGp8tCKrL4mzVNcphcUDiA5iaJdJ9UNF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #q33wcCAxCEBVbquGCIgJILoe4QCf9H4i { display:block;position:relative; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #cz7r5Oq0Unv1BT0K0SXTXBpFFxOp81iw {  }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #NThPyyG6VIyS49d8axe9opex8DTqKtBT { display:none; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #aN8RypgXnzDRhMsWTeTS3qT09KuoKOGw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #Bc3xeSTgeebMPdEOc3X321NJgA64ITFg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #UkdKbDQWKDcyg1yJnC0pXsdUdWAUaPfA { display:block;position:relative; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #AbpGJ8dTmn1RVlnWO3NwzZnQT9B1Tsyd {  }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #MRCTIfo75XiFDymcBlKNBhObWJVuU1oH { display:none; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #azQJBmcMvMgJF6iTxqO6G0w12xDJThN3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #ocdT3Zq1Roy8q8QTBLEovSdJD2sXTw6z { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #qGJ0l1qKf806JRtJyVFMnwPALwNu1Dfh { display:block;position:relative; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #RQo15zH2aZvgJm5QngcpXwFpI81saxwN {  }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #nBa0DlwTst9DnIzXwELTuaQloScxlDvb { display:none; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #ef7cC0TgMxeqQTDC0qGUG4GFCJOkDFfu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #hUiZmwLhWXgKxrdd8hihmBL5akgJzRSJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #yyLdkvgBF0DolnzLU0SD29EPznSZLzid { display:block;position:relative; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #P5OhTf25a1Uddk8QuUHEs5CywnpO4quy {  }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #cAtacfvd96eRcbvltAsI8BclvR0ApgdA { display:none; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #pA4z19gtVlmCT9fOXIdRHd9uT0SoFrQ2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #vlc1C1Hn5kP4a5gsDHbGVd6NwvCzAEDz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #A6k13a9TC0V2ToLITIrJ4uKHUQD9b283 { display:block;position:relative; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #y2Gb44iV89mas1yhG0PmPBu4KNC6TbK0 {  }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #te3rfUkh4APpPA8UdC9IgTE6JmFDtvSW { display:none; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #TtradPNMN7sba5ut0KJTxlRfqXp0NyvW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #LOOHhpUVGJuOlG14T87WBSTOEl3WAUKI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #RQ2X1R4GCMskrnN84K6ZVHzdERxiON5f { display:block;position:relative; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #SZ2hzP8Fl9KUJ1mZ85ctTtBJ91a77A7n {  }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #uLrABxatDGcT9p6WXVZ0sBi5cCV5JesP { display:none; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #Grt6bLNOVMge4Qvs3Q3Nh7mGQaWmNH7q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #ma0RJI8uxNTDrid1sJolZVphll2lnQ3n { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #Vn0SuaICtmP1tWPWHqFJXOgTs0xKxbFb { display:block;position:relative; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #o6DNGn1IxSBag2dcm1GBfcXhTq6F1GXa {  }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #KAuxhhQvQOqHg7eTcQ3n3AMFlduZoH6s { display:none; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #KCUr4ebVZl8iKuS97Ml0yIzLDVnysVDb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #ku4Xu4iGy5l762A1Th3ys5ANb7tqWD8J { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #LCmv6aOpkvIF1yRxXLp19KiIrxCN733r { display:block;position:relative; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #Iq03MlWBNanR3optbEQxqAm9btkisSfd {  }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #oA5isOCt7tTxqT6t2QdqfVFDaAruQocx { display:none; }
#gRRI8vQypr5xK0iyWEpAIJiV2wgwbayt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fcfe;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; }#gRRI8vQypr5xK0iyWEpAIJiV2wgwbayt > .row .container { background-color: transparent; background-image: none; }#gRRI8vQypr5xK0iyWEpAIJiV2wgwbayt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRRI8vQypr5xK0iyWEpAIJiV2wgwbayt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRRI8vQypr5xK0iyWEpAIJiV2wgwbayt > .row .container > .video-iframe-container { display: none; }#gRRI8vQypr5xK0iyWEpAIJiV2wgwbayt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRRI8vQypr5xK0iyWEpAIJiV2wgwbayt > .row > .video-iframe-container { display: none; }#gRRI8vQypr5xK0iyWEpAIJiV2wgwbayt > .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); }#gRRI8vQypr5xK0iyWEpAIJiV2wgwbayt > .row .container { border-width: 0; border-radius: 0; }#gRRI8vQypr5xK0iyWEpAIJiV2wgwbayt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gRRI8vQypr5xK0iyWEpAIJiV2wgwbayt > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:75rem;position:relative;display:block; }#GMcxNgATAbm820IU8SLfXkL23nAO0kq8 { box-sizing:content-box;height:30.875rem;width:59.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1875rem;left:7.5625rem;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#LzoNV4oN9C32N2vumsbs7dPB2QIQViGc { box-sizing:content-box;height:30.875rem;width:59.125rem;position:absolute;display:block;z-index:14999;background-color:#007592;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.25rem;left:8.3125rem;border-top-right-radius:62.5rem;border-bottom-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-top-left-radius:62.5rem;display:block; }
#xhdxdWqA0dqHBIiQM8tl8Cnp2UWN4rhh { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:10.8125rem;top:4.9375rem;left:32.09375rem;overflow:hidden;display:block; }
#FUEoyVJlh1uPRoJXiyWauWgvdEAVGrrX { color:#333333;display:block;width:47.5rem;position:absolute;font-family:lora;font-size:2.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:17.16845703125rem;left:13.75rem;height:3.412475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vlglTL38khTcKDBnJTUUEKuHg7AevVA9 { background-color:#12263a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.625rem;height:5.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:22.5rem;left:23.1875rem;display:block; }
#i9AQIRVN4rQU9RpNJEJB5kFgNSpnzA2f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wDIVxNs7sn9K5eiQiFTJROFuwCS3ZmXK { color:#12263a;display:block;width:27.625rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:28.5625rem;left:23.6875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#Ig4BsRDNlu55SiB6ZD8OmTQbPOaQpGTl { color:#12263a;display:block;width:27.625rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:43.25rem;left:0.5rem;height:1.4624rem;text-align:center;text-align-last:center;display:none; }
#qLIndJ3LpTqfIqMyqH0bpcsGJWbwJbI6 { background-color:#12263a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"proxima nova";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.625rem;height:5.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:37.1875rem;left:0rem;display:none; }
#nUVf5ToSg5JvdB0lqxllq1wXt4rqSGH5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ipeb5uoN8DCM8krTitWzzFyk3kc4hrz1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fcfe;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; }#Ipeb5uoN8DCM8krTitWzzFyk3kc4hrz1 > .row .container { background-color: transparent; background-image: none; }#Ipeb5uoN8DCM8krTitWzzFyk3kc4hrz1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipeb5uoN8DCM8krTitWzzFyk3kc4hrz1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipeb5uoN8DCM8krTitWzzFyk3kc4hrz1 > .row .container > .video-iframe-container { display: none; }#Ipeb5uoN8DCM8krTitWzzFyk3kc4hrz1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ipeb5uoN8DCM8krTitWzzFyk3kc4hrz1 > .row > .video-iframe-container { display: none; }#Ipeb5uoN8DCM8krTitWzzFyk3kc4hrz1 > .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); }#Ipeb5uoN8DCM8krTitWzzFyk3kc4hrz1 > .row .container { border-width: 0; border-radius: 0; }#Ipeb5uoN8DCM8krTitWzzFyk3kc4hrz1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ipeb5uoN8DCM8krTitWzzFyk3kc4hrz1 > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#DChHxQPsrUdLxrwGfWRhpJ0r4QARcyRw { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:10.1875rem;top:2.0625rem;left:32.40625rem;overflow:hidden;display:block; }
#qqdCvQXtcwmQmd1JLp4ohz48aBDePBv5 { color:#12263a;display:block;width:27.625rem;position:absolute;font-family:"proxima nova";font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.3623046875rem;left:23.6875rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pte5hDFuMcXhTVK593Tq1IUai1oJhS5A { top:2.375rem;left:0rem;width:13.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7bq60REQDszp9eAUscgzNiprqrM1a4l { display:block; }#y7bq60REQDszp9eAUscgzNiprqrM1a4l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz7b9e4aB24XaZFwzoQucb4EZ9nKBn2h { top:6.1875rem;left:0rem;width:39.1875rem;height:8.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkWsq3tvTMqbp74wzBkOauXD1k04W4pi { top:3.3125rem;left:19.625rem;width:9.9375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOZmfiwWVLKQdAx0HaZUZHKzMsr44wVE { top:15.25rem;left:0rem;width:33.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQx9QRvn8PTRJEHTvMHCKkAb8yqUCJOu { top:21.5625rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmUm6xgWiKOsm7ecvhmhV80tGQmyzxAH { top:22rem;left:0rem;width:35.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL0w5q0Gw3J9yRaTyK3ZWklckJNigMED { top:24.875rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WshUZQqTl6I9o5zydFLRWqWBV4hEwuet { top:25.3125rem;left:0rem;width:35.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI4SSJv7nVb5rUU1bOnD41wLEOyFkE4X { top:28.1875rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqI7P95JcCk7THTXB7vAKrJ4hkvNh6aT { top:28.625rem;left:0rem;width:35.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha4R6WUfhLmdppHeMEDfeRQCrdNVDKxK { top:31.6875rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8kM0P9WSuTeBzUNSa0WFtuOr5VipA1A { top:32.125rem;left:0rem;width:35.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #slto2BkgLWcrrThfhwXH6JTBSTJklQ8d { width:28.625rem;height:5.5rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQcbvJ6OnTXToAAd9HcTKOTeQMXoXHxE { display:block; }
 }@media only screen and (max-width: 763px) { #y5iVrU5XAUpASDsuLoR0dpef6ZtMl1gv { top:43.25rem;left:0rem;width:27.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFTQgSR7zqvmJUMgTB4soOR70QPyO4pc { top:4.375rem;left:20.6875rem;width:27.0625rem;height:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIerJplqhfJIXQdvpudEuDvnV8r1K67M { top:43.1875rem;left:20.125rem;width:27.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abe43QCCa6SR21ayw9kaZEN8uTsccmJ0 { display:none; }#abe43QCCa6SR21ayw9kaZEN8uTsccmJ0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rzUNhpCMmymlB3VWxOA4y3t69DwlKaEk { top:3.375rem;left:10.0625rem;width:27.625rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CbpCfM3ER2ln9nymiETJkTGPz9TiWRla { top:6.125rem;left:0.125rem;width:47.5rem;height:;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hg8ct2XFKS0HkXQxrp8NiVRkH1KdGAih { top:11.9375rem;left:0rem;width:20.375rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMe9DI4DxsmH4hMVOdo6fqntaGQFPTHK { top:12.8125rem;left:0rem;width:14.125rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJlBa9OTzEexm70ynCXfrJ5zTTdhArHz { top:11.9375rem;left:0rem;width:47.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hT2POSuS32TT2BqTVe5kGD6Ia8cKyrJN { top:12.8125rem;left:8.6875rem;width:31.25rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IiEQSMiszQtX0WJmGFsz8NO6l8LpdMRm { top:17rem;left:0rem;width:20.375rem;height:22.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iappOTg9RZyD07FZuU5VxZnwiq1XxzIl { top:19.625rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CBQ5CdSOSLtTVkne94tszXKz3oI4mDQh { top:23.8125rem;left:0rem;width:18.0625rem;height:2.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rvI3FEnuziO76Id9XtJ6kuFnVfWTgLid { top:27.5rem;left:0rem;width:17.9375rem;height:9.0625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aAxAI63C42E1oXpRcHtd1qA12UzZDQrg { top:17rem;left:7.625rem;width:26.3125rem;height:22.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #saTW8RKTI3ci76l5kluSCsvCzlgpk686 { top:23.8125rem;left:9.25rem;width:18.0625rem;height:2.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SFo7v6woGNbUE54mC41JcnU3ayn15049 { top:27.5rem;left:9.1875rem;width:23.3125rem;height:6.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GhpIp3RTfROUXAEBZTRK86bLSXuTxErG { top:19.625rem;left:9.25rem;width:3.125rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTHlyRV4ZxFlOfXE5zKf4JcuORAFJCOs { top:17rem;left:21.0625rem;width:26.6875rem;height:22.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nyJZNndZ45omV28xUZwAFqA688peoJoz { top:19.625rem;left:36.375rem;width:3.0625rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZWCF6BsGq1Z5WFvBOAbPrarDoMBtXNJ { top:23.8125rem;left:29.6875rem;width:18.0625rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zWQRS7iiGZ1TPN0ZKOvGTgAkh5uvwgip { top:27.5rem;left:24.4375rem;width:23.3125rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SPO9Avkgq58LifO511pOtdmrBnxsK5Eo { display:none; }
 }@media only screen and (max-width: 763px) { #EZhLRDMUlvIZLQpTqy8m28S0hTCdgtvL { display:block; }#EZhLRDMUlvIZLQpTqy8m28S0hTCdgtvL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKLHC9e6VP5c1q0oPaiu1Jr4UOv1mVOt { top:3.375rem;left:10.0625rem;width:27.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4Hf4WRZO8o2P9B0gGRzT0MesnRXyL8d { top:6.125rem;left:0.125rem;width:47.5rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc1t7QZDFbyCuASILLlW3yPA1gcpraka { top:11.9375rem;left:0rem;width:20.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gul5JGWnVK6pX5tyS7M393tnztT0Ncxm { top:12.8125rem;left:0rem;width:14.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ5CMHqddU3GsWMdbWf5wUIdNtrGSr52 { top:11.9375rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V65LPIk4tt4E2qAET0vWLITS1qXA4RNX { top:12.8125rem;left:8.6875rem;width:31.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbgT1E1KVk5DEmaT16ktgTpt3AHvcmGy { top:17rem;left:0rem;width:20.375rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1lpVrkGfaVCLfXwXe67xid8hOCFdTXV { top:19.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsIqS4KFfERrwLvvEe2WsPKyKIZM9gly { top:23.8125rem;left:0rem;width:18.0625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmrXDlNilQTsQwMw2LwmJmJ7qHpv64dC { top:27.5rem;left:0rem;width:17.9375rem;height:9.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNocWTcv6aJryh8PLU0vuTm9mcseK5ZV { top:17rem;left:7.625rem;width:26.3125rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah5wGC26gH10rUluC8MyRIGbdIQ5xTWM { top:23.8125rem;left:9.25rem;width:18.0625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRr7zgzMEF8bGUMdXpPGv3lVqCVkDKVG { top:27.5rem;left:9.1875rem;width:23.3125rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIEDT4HIduItID3KBEIqd4vMWhqpkq1C { top:19.625rem;left:9.25rem;width:3.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ1pPz5murbsu3SXboUWtmMDTOlzaJ7T { top:17rem;left:21.0625rem;width:26.6875rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTbgHdAUDIHvxbff82Sa2ezl1aGyl8lZ { top:23.8125rem;left:29.6875rem;width:18.0625rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXhKr1UqFu4vogb0qsiNM9roxiHRxZch { top:27.5rem;left:24.4375rem;width:23.3125rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xg7Xq2pqFAulaXVXSKHrG2JdzGc1kS0D { top:19.625rem;left:36.375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSWKQ2p3MkpIwuyOUWyTqd5aaIiPtHvK { top:27.9375rem;left:6.03125rem;width:30.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2JJgau21K5N60EAp8I6P7JT3nrA080L { display:block; }#r2JJgau21K5N60EAp8I6P7JT3nrA080L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTCU98Ow8iAhA4oRd1hDJ9NzPIbRHoVf { top:2.9375rem;left:10.0625rem;width:27.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsxUyw3k9cTWwtdp42y82AvTkP1dI6LE { top:5.6875rem;left:0.125rem;width:47.5rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmTKSvTX2dnBhLv6ITZ5DKXIDvV7kTIe { top:11.0625rem;left:0rem;width:24.6875rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntxyamFZVblbhBys1BCLwt2oGM51stWW { top:11.125rem;left:11.6875rem;width:24.375rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcNso7T5ppHOIS3lsU7Ld1VPpMNLlU88 { top:11.0625rem;left:23.0625rem;width:24.6875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ostZR9rlZq80NBAc1BFanF6e1HrsTO1f { top:4.375rem;left:0rem;width:2.1875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZZihO38hcHGrVhUWXecp7pxa23q2LUh { top:7.1875rem;left:45.75rem;width:2rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK6btydEBpFaDZWVB3db6xxa4D3bNpqT { top:31.875rem;left:0.125rem;width:1.3125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXanpSGRrznb8iVTF5f4dwl7AB53yHGf { top:31.875rem;left:42.90625rem;width:2.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0snAXymlR3RpXh4rkeB7ynEmkq4XPsl { width:28.625rem;height:5.5rem;top:33.125rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMzBn1VgmR0Pcz235SKK8lFGbFEEUy64 { display:block; }
 }@media only screen and (max-width: 763px) { #GaWTqImFtiLzZOAw58JcswNXozr2dmrM { top:39.1875rem;left:10.0625rem;width:27.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWOH9G1wzmx3X2CWVMG4mftlnsWiyMOZ { top:43.25rem;left:0rem;width:27.625rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r1iVM3scMZbf0kAtrAFekhTooRZZhc9R { width:28.625rem;height:5.5rem;top:37.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PBwSPS5vg012Xto5SozQOUvr6SiZiwPc { display:block; }
 }@media only screen and (max-width: 763px) { #noa5blVGXoaCiP8uXZXegJqAASkQwQaH { display:block; }#noa5blVGXoaCiP8uXZXegJqAASkQwQaH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8HzixpTz35VGTroPk2vst1KSoeXK7Ak { top:3.0625rem;left:10.0625rem;width:27.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scTWARpDCqyaGXX8AGwUhKEIUU2iCdJJ { top:5.8125rem;left:0.125rem;width:47.5rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIaZJRWtPSq9Zu3neq02hDoJHgfkMWoS { top:11.5rem;left:0rem;width:47.75rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMbXldSKBb0JCdPoTvlaLdNPhMT3Sw17 { top:13.6875rem;left:0rem;width:14.125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx63nv6XlGRykZa4HPKzrTlmXCleaNgE { top:17.8125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG3RLkeI0R8VDCpfTi9ntJqf2vMvdi4A { top:17.75rem;left:0rem;width:31rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WweJoeXk38lXWvRcA08H8X4fbTirKbkc { top:20.9375rem;left:0rem;width:31rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmzAWLGotEcykLmD7PrqGE9FyuyGOsUh { top:21rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9wws9dE25QRMXxpzkm5QuWTS2dif19w { top:24.375rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE6pvxazBg4nBzdZa3QOgez0BPH5H7Z2 { top:24.3125rem;left:0rem;width:32.6875rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9fgakVKDv2HyUmX8T40OlCNwew3lSGy { top:17.875rem;left:25.375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFbCTnG4prTZhhfNCX3eXMprW3Z59XT9 { top:17.8125rem;left:16.75rem;width:31rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6FvE4lepnEJd99M0Lvzpw2MaJSyeFpk { top:20.9375rem;left:16.75rem;width:31rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6Tc1h0JZZdn9iFZLa0VTgxT6ISnxGD7 { top:21rem;left:25.375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8S12kJgNLQeVoQ83EgXTQvs4BeOacJH { top:24.375rem;left:25.375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAvO5U9XOrIUkcheoMxHRiR8Z8rLnJgF { top:24.3125rem;left:15.0625rem;width:32.6875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXVePJ3t8B0Npc3e2TTMxuTt1Mzq5rdq { top:13.75rem;left:25.375rem;width:14.125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO2rkFlE3NG9p5HcLs7UmTaM8hoZkqLx { top:27.6875rem;left:25.375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB6gdBqeHfso7yZ9cWWsdyihuRu4rHnQ { top:27.625rem;left:15.0625rem;width:32.6875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMKG5JZNVDqKv7uToyFJ0cQ1z1dqJyH0 { width:28.625rem;height:5.5rem;top:34.5625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #guAkEaJwF2Zupks56AOXIstdIr6whDTr { display:block; }
 }@media only screen and (max-width: 763px) { #rCuRG1EvUKgxDtQWPyOSKABSemOHneSP { top:40.625rem;left:10.0625rem;width:27.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWEG3QaJ2gqK2NZ7oM9bBblnClbvX1p6 { width:28.625rem;height:5.5rem;top:37.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTFttLrmvUaIBHHiuTOcvkMKtO7HDZkt { display:block; }
 }@media only screen and (max-width: 763px) { #MNybVa7kz1bNUfpIy1lgxcWQaGWAHNTf { top:43.25rem;left:0rem;width:27.625rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GnInWFeXlTJQ6qChiK6xFweeMFdGoTZo { display:block; }#GnInWFeXlTJQ6qChiK6xFweeMFdGoTZo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJVeUhJSGT6T1u4vFn8SQKUKk0SL8nfg { top:3.5rem;left:10.0625rem;width:27.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOl4mwBG36mH14coAVhuZTT1XPKAn2FX { top:6.25rem;left:0.125rem;width:47.5rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk { display:flex;height:auto;width:45.25rem;top:22.1875rem;left:0rem; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #Maw33ZC4qrOZEAsGbFT7NKTcRzWlnfSu {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #BN85QoqtAqJyMZAbKeRKGXF68zeAdKbL {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #XFqEUT0wL9u4ffELt9kgWz5M36xTcfZW {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #xR56mtz0z3PHFs8XJ9KWWO68RfhnRpp3 {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #gSq8uwCTu1X0JhGIbyC1NMe8HMO5vOLi {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #U0g7TE6A3r6OsUPkh9qvTJX7LsM46UqM {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #pMvtrP3xfvKOFGsnRUoMzVXof4kL6dtb {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #pDDGP30532RqFxaPHkli1StqQftp71oo {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #fZ3bXKZrCcW4Eph26IAvLh9E6r5ySLiE {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #pefxPstqf7pHaOu5VMGqGlLK3tDnZe2s {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #B8WTuOoTGZcHpHeVksH1AJqxm7HHKJs5 {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #eGp8tCKrL4mzVNcphcUDiA5iaJdJ9UNF {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #q33wcCAxCEBVbquGCIgJILoe4QCf9H4i {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #cz7r5Oq0Unv1BT0K0SXTXBpFFxOp81iw {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #NThPyyG6VIyS49d8axe9opex8DTqKtBT {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #aN8RypgXnzDRhMsWTeTS3qT09KuoKOGw {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #Bc3xeSTgeebMPdEOc3X321NJgA64ITFg {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #UkdKbDQWKDcyg1yJnC0pXsdUdWAUaPfA {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #AbpGJ8dTmn1RVlnWO3NwzZnQT9B1Tsyd {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #MRCTIfo75XiFDymcBlKNBhObWJVuU1oH {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #azQJBmcMvMgJF6iTxqO6G0w12xDJThN3 {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #ocdT3Zq1Roy8q8QTBLEovSdJD2sXTw6z {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #qGJ0l1qKf806JRtJyVFMnwPALwNu1Dfh {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #RQo15zH2aZvgJm5QngcpXwFpI81saxwN {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #nBa0DlwTst9DnIzXwELTuaQloScxlDvb {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #ef7cC0TgMxeqQTDC0qGUG4GFCJOkDFfu {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #hUiZmwLhWXgKxrdd8hihmBL5akgJzRSJ {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #yyLdkvgBF0DolnzLU0SD29EPznSZLzid {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #P5OhTf25a1Uddk8QuUHEs5CywnpO4quy {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #cAtacfvd96eRcbvltAsI8BclvR0ApgdA {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #pA4z19gtVlmCT9fOXIdRHd9uT0SoFrQ2 {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #vlc1C1Hn5kP4a5gsDHbGVd6NwvCzAEDz {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #A6k13a9TC0V2ToLITIrJ4uKHUQD9b283 {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #y2Gb44iV89mas1yhG0PmPBu4KNC6TbK0 {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #te3rfUkh4APpPA8UdC9IgTE6JmFDtvSW {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #TtradPNMN7sba5ut0KJTxlRfqXp0NyvW {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #LOOHhpUVGJuOlG14T87WBSTOEl3WAUKI {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #RQ2X1R4GCMskrnN84K6ZVHzdERxiON5f {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #SZ2hzP8Fl9KUJ1mZ85ctTtBJ91a77A7n {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #uLrABxatDGcT9p6WXVZ0sBi5cCV5JesP {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #Grt6bLNOVMge4Qvs3Q3Nh7mGQaWmNH7q {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #ma0RJI8uxNTDrid1sJolZVphll2lnQ3n {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #Vn0SuaICtmP1tWPWHqFJXOgTs0xKxbFb {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #o6DNGn1IxSBag2dcm1GBfcXhTq6F1GXa {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #KAuxhhQvQOqHg7eTcQ3n3AMFlduZoH6s {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #KCUr4ebVZl8iKuS97Ml0yIzLDVnysVDb {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #ku4Xu4iGy5l762A1Th3ys5ANb7tqWD8J {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #LCmv6aOpkvIF1yRxXLp19KiIrxCN733r {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #Iq03MlWBNanR3optbEQxqAm9btkisSfd {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #oA5isOCt7tTxqT6t2QdqfVFDaAruQocx {  }
 }@media only screen and (max-width: 763px) { #gRRI8vQypr5xK0iyWEpAIJiV2wgwbayt { display:block; }#gRRI8vQypr5xK0iyWEpAIJiV2wgwbayt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMcxNgATAbm820IU8SLfXkL23nAO0kq8 { top:3.1875rem;left:0rem;width:47.75rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzoNV4oN9C32N2vumsbs7dPB2QIQViGc { top:4.25rem;left:0rem;width:47.75rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhdxdWqA0dqHBIiQM8tl8Cnp2UWN4rhh { top:4.9375rem;left:18.46875rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUEoyVJlh1uPRoJXiyWauWgvdEAVGrrX { top:17.125rem;left:0.125rem;width:47.5rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlglTL38khTcKDBnJTUUEKuHg7AevVA9 { width:28.625rem;height:5.5rem;top:22.5rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9AQIRVN4rQU9RpNJEJB5kFgNSpnzA2f { display:block; }
 }@media only screen and (max-width: 763px) { #wDIVxNs7sn9K5eiQiFTJROFuwCS3ZmXK { top:28.5625rem;left:10.0625rem;width:27.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig4BsRDNlu55SiB6ZD8OmTQbPOaQpGTl { top:43.25rem;left:0rem;width:27.625rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qLIndJ3LpTqfIqMyqH0bpcsGJWbwJbI6 { width:28.625rem;height:5.5rem;top:37.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nUVf5ToSg5JvdB0lqxllq1wXt4rqSGH5 { display:block; }
 }@media only screen and (max-width: 763px) { #Ipeb5uoN8DCM8krTitWzzFyk3kc4hrz1 { display:block; }#Ipeb5uoN8DCM8krTitWzzFyk3kc4hrz1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DChHxQPsrUdLxrwGfWRhpJ0r4QARcyRw { top:2.0625rem;left:18.78125rem;width:10.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqdCvQXtcwmQmd1JLp4ohz48aBDePBv5 { top:4.3125rem;left:10.0625rem;width:27.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pte5hDFuMcXhTVK593Tq1IUai1oJhS5A { width:8.25rem;height:1.375rem;top:2.34375rem;left:5.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y7bq60REQDszp9eAUscgzNiprqrM1a4l { display:block; }#y7bq60REQDszp9eAUscgzNiprqrM1a4l > .row .container { width:20rem;height:86.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz7b9e4aB24XaZFwzoQucb4EZ9nKBn2h { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EkWsq3tvTMqbp74wzBkOauXD1k04W4pi { width:9.9375rem;height:8.25rem;top:10.2983125rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOZmfiwWVLKQdAx0HaZUZHKzMsr44wVE { width:20rem;height:2.5996125rem;top:9.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IQx9QRvn8PTRJEHTvMHCKkAb8yqUCJOu { width:2.625rem;height:2.625rem;top:46.5625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmUm6xgWiKOsm7ecvhmhV80tGQmyzxAH { width:16.3125rem;height:3.25rem;top:49.875rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aL0w5q0Gw3J9yRaTyK3ZWklckJNigMED { width:2.625rem;height:2.625rem;top:54.875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WshUZQqTl6I9o5zydFLRWqWBV4hEwuet { width:20rem;height:1.625rem;top:58.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JI4SSJv7nVb5rUU1bOnD41wLEOyFkE4X { width:2.625rem;height:2.625rem;top:62rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqI7P95JcCk7THTXB7vAKrJ4hkvNh6aT { width:17.1875rem;height:3.25rem;top:65.1875rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ha4R6WUfhLmdppHeMEDfeRQCrdNVDKxK { width:2.625rem;height:2.625rem;top:70.875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8kM0P9WSuTeBzUNSa0WFtuOr5VipA1A { width:20rem;height:1.625rem;top:74.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #slto2BkgLWcrrThfhwXH6JTBSTJklQ8d { width:20rem;height:3.5rem;top:78.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQcbvJ6OnTXToAAd9HcTKOTeQMXoXHxE { display:block; }
 }@media only screen and (max-width: 763px) { #y5iVrU5XAUpASDsuLoR0dpef6ZtMl1gv { width:20rem;height:1.13769375rem;top:82.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFTQgSR7zqvmJUMgTB4soOR70QPyO4pc { width:20rem;height:27.7588125rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIerJplqhfJIXQdvpudEuDvnV8r1K67M { width:20rem;height:2.2744125rem;top:41.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abe43QCCa6SR21ayw9kaZEN8uTsccmJ0 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8c0563ae-166b-47d0-b2b3-b38fdf2cc440/Rectangle245.png");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#abe43QCCa6SR21ayw9kaZEN8uTsccmJ0.adaptive-delivery-prevent-bg, #abe43QCCa6SR21ayw9kaZEN8uTsccmJ0.lazyload, #abe43QCCa6SR21ayw9kaZEN8uTsccmJ0.lazyloading { background-image: none; }#abe43QCCa6SR21ayw9kaZEN8uTsccmJ0 > .row .container { background-color: transparent; background-image: none; }#abe43QCCa6SR21ayw9kaZEN8uTsccmJ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abe43QCCa6SR21ayw9kaZEN8uTsccmJ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abe43QCCa6SR21ayw9kaZEN8uTsccmJ0 > .row .container > .video-iframe-container { display: none; }#abe43QCCa6SR21ayw9kaZEN8uTsccmJ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abe43QCCa6SR21ayw9kaZEN8uTsccmJ0 > .row > .video-iframe-container { display: none; }#abe43QCCa6SR21ayw9kaZEN8uTsccmJ0 > .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); }#abe43QCCa6SR21ayw9kaZEN8uTsccmJ0 > .row .container { border-width: 0; border-radius: 0; }#abe43QCCa6SR21ayw9kaZEN8uTsccmJ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#abe43QCCa6SR21ayw9kaZEN8uTsccmJ0 > .row .container { width:20rem;height:86rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rzUNhpCMmymlB3VWxOA4y3t69DwlKaEk { width:20rem;height:1.13769375rem;top:2.9375rem;left:0rem;font-size:0.875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #CbpCfM3ER2ln9nymiETJkTGPz9TiWRla { width:20rem;height:5.19921875rem;top:5rem;left:0rem;font-size:2rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #hg8ct2XFKS0HkXQxrp8NiVRkH1KdGAih { width:20rem;height:3.75rem;top:11.75rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #eMe9DI4DxsmH4hMVOdo6fqntaGQFPTHK { width:14.125rem;height:1.950075rem;top:12.650390625rem;left:2.9375rem;font-size:1.5rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #HJlBa9OTzEexm70ynCXfrJ5zTTdhArHz { width:20rem;height:3.75rem;top:37.875rem;left:0rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #hT2POSuS32TT2BqTVe5kGD6Ia8cKyrJN { width:15.375rem;height:1.950075rem;top:38.75rem;left:2.3125rem;font-size:1.5rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #IiEQSMiszQtX0WJmGFsz8NO6l8LpdMRm { width:20rem;height:19.5rem;top:16.625rem;left:0rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #iappOTg9RZyD07FZuU5VxZnwiq1XxzIl { width:3.125rem;height:3.125rem;top:18.4375rem;left:8.4375rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #CBQ5CdSOSLtTVkne94tszXKz3oI4mDQh { width:18.0625rem;height:2.2749rem;top:22.3125rem;left:1rem;font-size:1.75rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #rvI3FEnuziO76Id9XtJ6kuFnVfWTgLid { width:16.8125rem;height:7.7988125rem;top:25.875rem;left:1.5625rem;font-size:1.5rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #aAxAI63C42E1oXpRcHtd1qA12UzZDQrg { width:20rem;height:19.875rem;top:42.9375rem;left:0rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #saTW8RKTI3ci76l5kluSCsvCzlgpk686 { width:18.0625rem;height:2.2749rem;top:49.25rem;left:1rem;font-size:1.75rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #SFo7v6woGNbUE54mC41JcnU3ayn15049 { width:16.6875rem;height:7.7988125rem;top:52.4375rem;left:1.625rem;font-size:1.5rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #GhpIp3RTfROUXAEBZTRK86bLSXuTxErG { width:3.125rem;height:3.0625rem;top:45.5625rem;left:8.4375rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #lTHlyRV4ZxFlOfXE5zKf4JcuORAFJCOs { width:20rem;height:17.9375rem;top:64.25rem;left:0rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #nyJZNndZ45omV28xUZwAFqA688peoJoz { width:3.0625rem;height:3.0625rem;top:66.875rem;left:8.5rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #ZZWCF6BsGq1Z5WFvBOAbPrarDoMBtXNJ { width:18.0625rem;height:2.2749rem;top:70.625rem;left:1rem;font-size:1.75rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #zWQRS7iiGZ1TPN0ZKOvGTgAkh5uvwgip { width:18.5rem;height:5.84911875rem;top:73.75rem;left:0.75rem;font-size:1.5rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #SPO9Avkgq58LifO511pOtdmrBnxsK5Eo { top:14.599609375rem;left:9.90625rem;width:0.1875rem;height:53.125rem;z-index:15019;background-color:#00ccff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EZhLRDMUlvIZLQpTqy8m28S0hTCdgtvL { display:none; }#EZhLRDMUlvIZLQpTqy8m28S0hTCdgtvL > .row .container { width:20rem;height:91.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GKLHC9e6VP5c1q0oPaiu1Jr4UOv1mVOt { width:20rem;height:1.13720625rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4Hf4WRZO8o2P9B0gGRzT0MesnRXyL8d { width:20rem;height:5.19921875rem;top:3.63671875rem;left:0rem;font-size:2rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rc1t7QZDFbyCuASILLlW3yPA1gcpraka { width:20rem;height:3.75rem;top:10.0859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gul5JGWnVK6pX5tyS7M393tnztT0Ncxm { width:14.125rem;height:1.94970625rem;top:10.9609375rem;left:1.0625rem;font-size:1.5rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wJ5CMHqddU3GsWMdbWf5wUIdNtrGSr52 { width:20rem;height:3.75rem;top:15.0859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V65LPIk4tt4E2qAET0vWLITS1qXA4RNX { width:20rem;height:1.94970625rem;top:15.9609375rem;left:0rem;font-size:1.5rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qbgT1E1KVk5DEmaT16ktgTpt3AHvcmGy { width:20rem;height:22.1875rem;top:20.0859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1lpVrkGfaVCLfXwXe67xid8hOCFdTXV { width:3.125rem;height:3.125rem;top:22.7109375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsIqS4KFfERrwLvvEe2WsPKyKIZM9gly { width:18.0625rem;height:2.5996125rem;top:26.8984375rem;left:1.59375rem;font-size:2rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LmrXDlNilQTsQwMw2LwmJmJ7qHpv64dC { width:17.9375rem;height:9.099625rem;top:30.5859375rem;left:1.5625rem;font-size:1.75rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XNocWTcv6aJryh8PLU0vuTm9mcseK5ZV { width:20rem;height:22.1875rem;top:45.0859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ah5wGC26gH10rUluC8MyRIGbdIQ5xTWM { width:18.0625rem;height:2.5996125rem;top:51.8984375rem;left:1.625rem;font-size:2rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MRr7zgzMEF8bGUMdXpPGv3lVqCVkDKVG { width:20rem;height:9.099625rem;top:55.5859375rem;left:0rem;font-size:1.75rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MIEDT4HIduItID3KBEIqd4vMWhqpkq1C { width:3.125rem;height:3.0625rem;top:47.7109375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ1pPz5murbsu3SXboUWtmMDTOlzaJ7T { width:20rem;height:22.1875rem;top:68.5234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTbgHdAUDIHvxbff82Sa2ezl1aGyl8lZ { width:18.0625rem;height:2.5996125rem;top:75.3359375rem;left:1.625rem;font-size:2rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qXhKr1UqFu4vogb0qsiNM9roxiHRxZch { width:20rem;height:9.099625rem;top:79.0234375rem;left:0rem;font-size:1.75rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xg7Xq2pqFAulaXVXSKHrG2JdzGc1kS0D { width:3.0625rem;height:3.0625rem;top:71.1484375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSWKQ2p3MkpIwuyOUWyTqd5aaIiPtHvK { width:20rem;height:0.3125rem;top:43.5234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2JJgau21K5N60EAp8I6P7JT3nrA080L { display:block; }#r2JJgau21K5N60EAp8I6P7JT3nrA080L > .row .container { width:20rem;height:69.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTCU98Ow8iAhA4oRd1hDJ9NzPIbRHoVf { width:20rem;height:1.13769375rem;top:2.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsxUyw3k9cTWwtdp42y82AvTkP1dI6LE { width:20rem;height:5.19921875rem;top:4.76171875rem;left:0rem;font-size:2rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FmTKSvTX2dnBhLv6ITZ5DKXIDvV7kTIe { width:20rem;height:15.746835443038rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntxyamFZVblbhBys1BCLwt2oGM51stWW { width:20rem;height:15.794871794872rem;top:28.2109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcNso7T5ppHOIS3lsU7Ld1VPpMNLlU88 { width:20rem;height:15.696202531646rem;top:44.50537109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ostZR9rlZq80NBAc1BFanF6e1HrsTO1f { width:1.625rem;height:2.1875rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZZihO38hcHGrVhUWXecp7pxa23q2LUh { width:1.5625rem;height:1.5rem;top:1.3125rem;left:17.4169921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK6btydEBpFaDZWVB3db6xxa4D3bNpqT { width:1.6875rem;height:1.625rem;top:60.201171875rem;left:17.3544921875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xXanpSGRrznb8iVTF5f4dwl7AB53yHGf { width:2.125rem;height:3.125rem;top:68.638671875rem;left:0.7294921875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I0snAXymlR3RpXh4rkeB7ynEmkq4XPsl { width:19rem;height:5.5rem;top:74.7011875rem;left:0.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rMzBn1VgmR0Pcz235SKK8lFGbFEEUy64 { display:block; }
 }@media only screen and (max-width: 763px) { #GaWTqImFtiLzZOAw58JcswNXozr2dmrM { width:20rem;height:0;top:85.8261875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WWOH9G1wzmx3X2CWVMG4mftlnsWiyMOZ { width:20rem;height:1.13769375rem;top:65.9375rem;left:0rem;font-size:0.875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #r1iVM3scMZbf0kAtrAFekhTooRZZhc9R { width:20rem;height:3.5rem;top:61.875rem;left:0rem;font-size:1.25rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #PBwSPS5vg012Xto5SozQOUvr6SiZiwPc { display:block; }
 }@media only screen and (max-width: 763px) { #noa5blVGXoaCiP8uXZXegJqAASkQwQaH { display:block; }#noa5blVGXoaCiP8uXZXegJqAASkQwQaH > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G8HzixpTz35VGTroPk2vst1KSoeXK7Ak { width:20rem;height:1.13769375rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scTWARpDCqyaGXX8AGwUhKEIUU2iCdJJ { width:20rem;height:5.19921875rem;top:3.63671875rem;left:0rem;font-size:2rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gIaZJRWtPSq9Zu3neq02hDoJHgfkMWoS { width:20rem;height:31.875rem;top:10.4609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMbXldSKBb0JCdPoTvlaLdNPhMT3Sw17 { width:14.125rem;height:1.950075rem;top:12.373046875rem;left:1rem;font-size:1.5rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qx63nv6XlGRykZa4HPKzrTlmXCleaNgE { width:1.5rem;height:1.5rem;top:15.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG3RLkeI0R8VDCpfTi9ntJqf2vMvdi4A { width:15.125rem;height:2.5996125rem;top:15.4375rem;left:3.125rem;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WweJoeXk38lXWvRcA08H8X4fbTirKbkc { width:15.25rem;height:2.5996125rem;top:19.0625rem;left:3.125rem;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EmzAWLGotEcykLmD7PrqGE9FyuyGOsUh { width:1.5rem;height:1.5rem;top:19.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9wws9dE25QRMXxpzkm5QuWTS2dif19w { width:1.5rem;height:1.5rem;top:22.67333984375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE6pvxazBg4nBzdZa3QOgez0BPH5H7Z2 { width:15.375rem;height:2.5996125rem;top:22.67333984375rem;left:3.125rem;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I9fgakVKDv2HyUmX8T40OlCNwew3lSGy { width:1.5rem;height:1.5rem;top:30.9609375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFbCTnG4prTZhhfNCX3eXMprW3Z59XT9 { width:15.625rem;height:1.29980625rem;top:31.06103515625rem;left:3.3125rem;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L6FvE4lepnEJd99M0Lvzpw2MaJSyeFpk { width:15.5625rem;height:2.5996125rem;top:33.5625rem;left:3.3125rem;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x6Tc1h0JZZdn9iFZLa0VTgxT6ISnxGD7 { width:1.5rem;height:1.5rem;top:33.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8S12kJgNLQeVoQ83EgXTQvs4BeOacJH { width:1.5rem;height:1.5rem;top:37.0234375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAvO5U9XOrIUkcheoMxHRiR8Z8rLnJgF { width:16.8125rem;height:1.29980625rem;top:37.12353515625rem;left:3.1875rem;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KXVePJ3t8B0Npc3e2TTMxuTt1Mzq5rdq { width:14.125rem;height:1.950075rem;top:27.7734375rem;left:1.0625rem;font-size:1.5rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TO2rkFlE3NG9p5HcLs7UmTaM8hoZkqLx { width:1.5rem;height:1.5rem;top:39.31005859375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB6gdBqeHfso7yZ9cWWsdyihuRu4rHnQ { width:16.8125rem;height:1.29980625rem;top:39.41015625rem;left:3.1875rem;font-size:1rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JMKG5JZNVDqKv7uToyFJ0cQ1z1dqJyH0 { width:19rem;height:5.5rem;top:34.5625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #guAkEaJwF2Zupks56AOXIstdIr6whDTr { display:block; }
 }@media only screen and (max-width: 763px) { #rCuRG1EvUKgxDtQWPyOSKABSemOHneSP { width:20rem;height:auto;top:40.625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWEG3QaJ2gqK2NZ7oM9bBblnClbvX1p6 { width:20rem;height:3.5rem;top:43.875rem;left:0rem;font-size:1.25rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #hTFttLrmvUaIBHHiuTOcvkMKtO7HDZkt { display:block; }
 }@media only screen and (max-width: 763px) { #MNybVa7kz1bNUfpIy1lgxcWQaGWAHNTf { width:20rem;height:1.13769375rem;top:47.9375rem;left:0rem;font-size:0.875rem;z-index:15007;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GnInWFeXlTJQ6qChiK6xFweeMFdGoTZo { display:block; }#GnInWFeXlTJQ6qChiK6xFweeMFdGoTZo > .row .container { width:20rem;height:80.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eJVeUhJSGT6T1u4vFn8SQKUKk0SL8nfg { width:20rem;height:1.13769375rem;top:2.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOl4mwBG36mH14coAVhuZTT1XPKAn2FX { width:20rem;height:5.19921875rem;top:5.25rem;left:0rem;font-size:2rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk .accordion-heading-text { font-size:1rem;height:auto;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk .accordion-desc-text { font-size:0.875rem;height:auto;line-height:1.4;overflow:hidden; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk { display:flex;height:auto;width:17.5rem;top:12.5rem;left:0rem; }
#NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #Maw33ZC4qrOZEAsGbFT7NKTcRzWlnfSu {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #BN85QoqtAqJyMZAbKeRKGXF68zeAdKbL {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #XFqEUT0wL9u4ffELt9kgWz5M36xTcfZW {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #xR56mtz0z3PHFs8XJ9KWWO68RfhnRpp3 {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #gSq8uwCTu1X0JhGIbyC1NMe8HMO5vOLi {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #U0g7TE6A3r6OsUPkh9qvTJX7LsM46UqM {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #pMvtrP3xfvKOFGsnRUoMzVXof4kL6dtb {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #pDDGP30532RqFxaPHkli1StqQftp71oo {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #fZ3bXKZrCcW4Eph26IAvLh9E6r5ySLiE {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #pefxPstqf7pHaOu5VMGqGlLK3tDnZe2s {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #B8WTuOoTGZcHpHeVksH1AJqxm7HHKJs5 {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #eGp8tCKrL4mzVNcphcUDiA5iaJdJ9UNF {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #q33wcCAxCEBVbquGCIgJILoe4QCf9H4i {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #cz7r5Oq0Unv1BT0K0SXTXBpFFxOp81iw {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #NThPyyG6VIyS49d8axe9opex8DTqKtBT {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #aN8RypgXnzDRhMsWTeTS3qT09KuoKOGw {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #Bc3xeSTgeebMPdEOc3X321NJgA64ITFg {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #UkdKbDQWKDcyg1yJnC0pXsdUdWAUaPfA {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #AbpGJ8dTmn1RVlnWO3NwzZnQT9B1Tsyd {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #MRCTIfo75XiFDymcBlKNBhObWJVuU1oH {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #azQJBmcMvMgJF6iTxqO6G0w12xDJThN3 {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #ocdT3Zq1Roy8q8QTBLEovSdJD2sXTw6z {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #qGJ0l1qKf806JRtJyVFMnwPALwNu1Dfh {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #RQo15zH2aZvgJm5QngcpXwFpI81saxwN {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #nBa0DlwTst9DnIzXwELTuaQloScxlDvb {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #ef7cC0TgMxeqQTDC0qGUG4GFCJOkDFfu {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #hUiZmwLhWXgKxrdd8hihmBL5akgJzRSJ {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #yyLdkvgBF0DolnzLU0SD29EPznSZLzid {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #P5OhTf25a1Uddk8QuUHEs5CywnpO4quy {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #cAtacfvd96eRcbvltAsI8BclvR0ApgdA {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #pA4z19gtVlmCT9fOXIdRHd9uT0SoFrQ2 {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #vlc1C1Hn5kP4a5gsDHbGVd6NwvCzAEDz {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #A6k13a9TC0V2ToLITIrJ4uKHUQD9b283 {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #y2Gb44iV89mas1yhG0PmPBu4KNC6TbK0 {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #te3rfUkh4APpPA8UdC9IgTE6JmFDtvSW {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #TtradPNMN7sba5ut0KJTxlRfqXp0NyvW {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #LOOHhpUVGJuOlG14T87WBSTOEl3WAUKI {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #RQ2X1R4GCMskrnN84K6ZVHzdERxiON5f {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #SZ2hzP8Fl9KUJ1mZ85ctTtBJ91a77A7n {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #uLrABxatDGcT9p6WXVZ0sBi5cCV5JesP {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #Grt6bLNOVMge4Qvs3Q3Nh7mGQaWmNH7q {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #ma0RJI8uxNTDrid1sJolZVphll2lnQ3n {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #Vn0SuaICtmP1tWPWHqFJXOgTs0xKxbFb {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #o6DNGn1IxSBag2dcm1GBfcXhTq6F1GXa {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #KAuxhhQvQOqHg7eTcQ3n3AMFlduZoH6s {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #KCUr4ebVZl8iKuS97Ml0yIzLDVnysVDb {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #ku4Xu4iGy5l762A1Th3ys5ANb7tqWD8J {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #LCmv6aOpkvIF1yRxXLp19KiIrxCN733r {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #Iq03MlWBNanR3optbEQxqAm9btkisSfd {  }
 }@media only screen and (max-width: 763px) { #NyX1twkW1sWvC4lH0xmAtb48HlS9lPNk #oA5isOCt7tTxqT6t2QdqfVFDaAruQocx {  }
 }@media only screen and (max-width: 763px) { #gRRI8vQypr5xK0iyWEpAIJiV2wgwbayt { display:block; }#gRRI8vQypr5xK0iyWEpAIJiV2wgwbayt > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMcxNgATAbm820IU8SLfXkL23nAO0kq8 { width:19.625rem;height:25.5rem;top:1.25rem;left:0rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzoNV4oN9C32N2vumsbs7dPB2QIQViGc { width:19.625rem;height:25.5rem;top:1.75rem;left:0.375rem;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhdxdWqA0dqHBIiQM8tl8Cnp2UWN4rhh { width:6.6875rem;height:6.6875rem;top:3.75rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUEoyVJlh1uPRoJXiyWauWgvdEAVGrrX { width:17.5625rem;height:4.54980625rem;top:12.3125rem;left:1.25rem;font-size:1.75rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vlglTL38khTcKDBnJTUUEKuHg7AevVA9 { width:19rem;height:5.5rem;top:23.375rem;left:1rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #i9AQIRVN4rQU9RpNJEJB5kFgNSpnzA2f { display:block; }
 }@media only screen and (max-width: 763px) { #wDIVxNs7sn9K5eiQiFTJROFuwCS3ZmXK { width:20rem;height:0;top:29.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ig4BsRDNlu55SiB6ZD8OmTQbPOaQpGTl { width:15.0625rem;height:2.2744125rem;top:22rem;left:2.5rem;font-size:0.875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #qLIndJ3LpTqfIqMyqH0bpcsGJWbwJbI6 { width:17.25rem;height:3.5rem;top:17.8125rem;left:1.375rem;font-size:1.25rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #nUVf5ToSg5JvdB0lqxllq1wXt4rqSGH5 { display:block; }
 }@media only screen and (max-width: 763px) { #Ipeb5uoN8DCM8krTitWzzFyk3kc4hrz1 { display:block; }#Ipeb5uoN8DCM8krTitWzzFyk3kc4hrz1 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DChHxQPsrUdLxrwGfWRhpJ0r4QARcyRw { width:10.1875rem;height:1.6875rem;top:1.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqdCvQXtcwmQmd1JLp4ohz48aBDePBv5 { width:20rem;height:1.13769375rem;top:3.875rem;left:0rem;font-size:0.875rem;display:block; }
 }