.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:214,247,252;--color-primary-1:133,230,246;--color-primary-2:51,213,240;--color-primary-3:0,203,236;--color-primary-4:6,71,113;--color-secondary-0:255,255,255;--color-secondary-1:249,249,249;--color-secondary-2:227,227,227;--color-secondary-3:136,136,136;--color-secondary-4:45,45,45;--color-tertiary-0:255,255,255;--color-tertiary-1:184,189,191;--color-tertiary-2:137,145,149;--color-tertiary-3:108,117,123;--color-tertiary-4:0,0,0;--headlines-font-family:Lato;--paragraphs-font-family:Lato; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ededed;background-image:none;position:relative;display:block; }
#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .row > .video-iframe-container { display: none; }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .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); }#TVu3yREk4kaoEhqg7rfTVvU0buVKgdVX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TVu3yREk4kaoEhqg7rfTVvU0buVKgdVX > .row .container { background-color: transparent; background-image: none; }#TVu3yREk4kaoEhqg7rfTVvU0buVKgdVX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVu3yREk4kaoEhqg7rfTVvU0buVKgdVX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVu3yREk4kaoEhqg7rfTVvU0buVKgdVX > .row .container > .video-iframe-container { display: none; }#TVu3yREk4kaoEhqg7rfTVvU0buVKgdVX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVu3yREk4kaoEhqg7rfTVvU0buVKgdVX > .row > .video-iframe-container { display: none; }#TVu3yREk4kaoEhqg7rfTVvU0buVKgdVX > .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); }#TVu3yREk4kaoEhqg7rfTVvU0buVKgdVX > .row .container { border-width: 0; border-radius: 0; }#TVu3yREk4kaoEhqg7rfTVvU0buVKgdVX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVu3yREk4kaoEhqg7rfTVvU0buVKgdVX > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#B5dpmg8lDFl2FXSz2pPUDI4VDMLVN19y { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.497625rem;height:1.24921875rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:2.375rem;left:47.060157775879rem;display:block; }
#ffhE1SAGUqbcttTxXqXpVT2oAeKZkFJg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R6hs5uLDDhWRiBRTFslsLWGF0KiJa3nT { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:7.625rem;top:0.28125rem;left:0.70781326293944rem;overflow:hidden;display:block; }
#rBQiAi9zQn8wgQotCNkZqKeHK9zqQ8Ec { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;height:29.1875rem;width:60rem;top:8.125rem;left:0rem;display:block; }
#vtiC0A8ME2LfizQxpFVqTe45RhaeZOOg { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:1.4500000476837rem;left:45.55859375rem;height:0.97439375rem;text-align:center;text-align-last:center;display:block; }
#wQNOmtX7qs9xMIxlaT5aoSOuTCTImSHO { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:3.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.71875rem;left:33.234375rem;display:block; }
#L55tqFo4X7UmyRfISQHHFz0mX5gZFnhL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LnAv1ebopfHvCkFFx2ic1JL6lFqgdVbN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LnAv1ebopfHvCkFFx2ic1JL6lFqgdVbN > .row .container { background-color: transparent; background-image: none; }#LnAv1ebopfHvCkFFx2ic1JL6lFqgdVbN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LnAv1ebopfHvCkFFx2ic1JL6lFqgdVbN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LnAv1ebopfHvCkFFx2ic1JL6lFqgdVbN > .row .container > .video-iframe-container { display: none; }#LnAv1ebopfHvCkFFx2ic1JL6lFqgdVbN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LnAv1ebopfHvCkFFx2ic1JL6lFqgdVbN > .row > .video-iframe-container { display: none; }#LnAv1ebopfHvCkFFx2ic1JL6lFqgdVbN > .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); }#LnAv1ebopfHvCkFFx2ic1JL6lFqgdVbN > .row .container { border-width: 0; border-radius: 0; }#LnAv1ebopfHvCkFFx2ic1JL6lFqgdVbN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LnAv1ebopfHvCkFFx2ic1JL6lFqgdVbN > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;position:relative;display:block; }#KHa9cFQ7OiCXtmysaN6CZDWyUMcc7HWh { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.3125rem;left:26.75rem;height:1.1375rem;font-style:normal;display:block; }
#T8riATh486FHJuAZST2F988v6DmzeHSH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.3125rem;left:44rem;height:1.1375rem;font-style:normal;display:block; }
#T1AEbXl7Uw3WuwiPuEkQGZUnEBtGZv3I { color:rgba(var(--color-tertiary-4),1);display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.3125rem;left:5.125rem;height:1.1375rem;font-style:normal;display:block; }
#PiCuFoy5pyrWTfqTkMtxBTmtd8BC4ybC { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1.25rem;left:3.5rem; }
#rRf3ieHxCCveQROCWmnTE8smUMaUBTpS { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:1.25rem;left:25.125rem; }
#utUW5hFvQJ52Ut1aPS3yNy13WcL9LuWU { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:1.25rem;left:42.375rem; }
#olwfPXykMlnLauPpB4iQSH74cHnkyCUm { display:block; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm { background-color: transparent; background-image: none; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container > .video-iframe-container { display: none; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row > .video-iframe-container { display: none; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .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); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container { background-color:transparent;background-image:none;width:60rem;height:30.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#LBHyo8PGIN9wokfolBKwtgtAx31dH7Jh { color:#04253a;display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5rem;left:3.1875rem;height:1.95rem;font-style:normal;display:block; }
#HDFP0TWbCMn8aRNtaq704MxxCCD5s6Ok { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:7.4995660781863rem;left:3.1873931884766rem;height:7.5rem;font-style:normal;display:block; }
#GzKGL5Zw0BFb5ZyEIiC3w9fWx0y9nWsm { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:15.5625rem;left:3.1875rem;height:5.85rem;font-style:normal;display:block; }
#eTZuv5uivbxBElT7S1m94cFTrcWE0IVK { color:rgba(var(--color-tertiary-0),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:22.1875rem;left:3.1875rem;height:1.95rem;font-style:normal;display:block; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-form-header {  }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:27.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.375rem;box-sizing:border-box;height:3.4375rem;color:#04253a;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:300;font-style:normal; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-text {padding-top: 0; padding-bottom: 0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.375rem;box-sizing:border-box;height:4.375rem;color:#04253a;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:300;font-style:normal; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-select {padding-top: 0; padding-bottom: 0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#04253a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#f2f9ff;width:27.375rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd [class*="-text"]:-moz-placeholder { color:rgba(4,37,58,0.7);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd [class*="-text"]::-moz-placeholder { color:rgba(4,37,58,0.7);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd [class*="-text"]:-ms-input-placeholder { color:rgba(4,37,58,0.7);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd [class*="-text"]::-webkit-input-placeholder { color:rgba(4,37,58,0.7);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.79);vertical-align:top;width:26.3125rem;overflow:hidden;font-style:normal;line-height:1.8;float:none; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-container:first-of-type{padding-top:0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-container:last-of-type{padding-bottom:0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.5rem;left:30.125001907349rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.375rem;display:block;vertical-align:top; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd {display:block;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.5rem;left:30.125001907349rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #OtrtOu3gKNh1PXDEkTBkwhEhIdH8HJqN { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #R5MpArGn9Jwhyne9zTExnKNQtoWvI4AB { position:relative;display:none; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #UNinknofB9n9zLkXJGACbaGOG39k9I1n { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #INbf5vDfCztNodFLzoI6vWeN6hEdIrB0 { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #qDUPPo2BJ2o1RTyWPkNxN3Z1AyMktwTX { position:relative;display:none; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #wseL3xPlJZNw11yXlhwmkcVDAkfEemFn { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #hlaTNf4tV3xMChWBKqClTLAwSrzvN5mD { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #PBALu9gZzXp8VAb4LBGlgwoIDlcmKSkX { position:relative;display:none; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #OycEdMDKcex3BRUtHD6LQ1FeSIyONC86 { position:relative; }
#KFxUQAuWqGGAroFzABT5VKaLJwk0eWCE { position:relative;display:block;z-index:100000;display:block; }
#E5hwsihhpl4JmufLOGPuQb2o67RhoXHd { position:relative;display:block;z-index:100000;display:block; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #B3KQf6Neh03WZPDFe1SfEIsPsoWXuIVi { position:relative; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #yif5SRsJZvhPyXcrAEDvd7wyhen4PALo { position:relative; }
#ed37sxqOFJER2XQIA7OEztsvCs4w71mM { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;top:22.125rem;left:21.25rem; }
#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH { position:relative;display:block; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH { background-color: transparent; background-image: none; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row .container > .video-iframe-container { display: none; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row > .video-iframe-container { display: none; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .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); }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH { border-width: 0; border-radius: 0; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .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; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TDAhfnVobvSPFZFPqXizeuIHsgkNMrem { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:20rem;top:0rem;left:0rem;display:block; }
#vZm8ytpNeQhA54upgXWEIDaEBI41zQ6T { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.6875rem;left:1.5625rem;height:1.95rem;font-style:normal;display:block; }
#utMJXmVbmvwpWPkQBHRoymzLRGGr4avS { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.1875rem;left:1.5625rem;height:1.29936875rem;font-style:normal;display:block; }
#qqkIabDWHlZCoTipXko992nGAVrbfkw4 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.25rem;left:1.5625rem;height:1.29936875rem;font-style:normal;display:block; }
#EBXDS5DiXEhVbS73ld8p8gspbb5Vpfgh { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),0.7);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.875rem;top:10.4375rem;left:1.5625rem;display:block; }
#uvXRGqeGuqiFl66gdagveNdkf8oPDeWq { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),0.7);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.875rem;top:13.5rem;left:1.5625rem;display:block; }
#vcxVrerkUifEmyVykvgDwh8Dwu17yzTX { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:10.75rem;left:21.5625rem;height:2.99913125rem;font-style:normal;display:block; }
#FQs9Luf0KzBAN9KGp9LbF1XqMnf0c13I { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.6875rem;left:21.5625rem;height:1.95rem;font-style:normal;display:block; }
#ziyiVnD3TTGTTHiyDCdCNq5KElvIEyB1 { color:rgba(var(--color-primary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.875rem;left:21.5625rem;height:1.95rem;font-style:normal;display:block; }
#qFxshOIHepHqiSseTEXBlR65EP0f26Zk { position:absolute;display:block;z-index:15001;background-color:#0083d5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:20rem;top:0rem;left:20rem;display:block; }
#Lw5rhlQLw8EkfZySoTIsceASZzaWUoeQ { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:20rem;top:0rem;left:40rem;display:block; }
#KbUu0UccamTSq3wlu0ymvrnP3fiSbRuA { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.875rem;left:41.5625rem;height:2.9991375rem;font-style:normal;display:block; }
#m2S2SImsu4QTcA5TeVFMxoHchu2AgN5T { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.6875rem;left:41.5625rem;height:1.95rem;font-style:normal;display:block; }
#qBeFNAQJreSlQP8DK5lyci5gAlfncsGh { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:1.9375rem;left:1.5625rem; }
#aWOqOtvcRffL9zQTi2uNWSFUaF1Bq4Rb { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:1.9375rem;left:21.5625rem; }
#fSZblQaqXN5fJKS2cMDRATXz0F7sxpTg { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:1.9375rem;left:41.5625rem; }
#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container { background-color: transparent; background-image: none; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container > .video-iframe-container { display: none; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row > .video-iframe-container { display: none; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .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); }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container { border-width: 0; border-radius: 0; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#kZtKAhzMe8N3ORkvnU3TQ7QezJMHy88q { color:#04253a;display:block;width:56.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#hs6U6KkPEe6PitJC93ikz7pRbL00QHJZ { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#AAwvgBbA5izgqQPfCAm4iLT8Mfgd4cQr { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container { background-color: transparent; background-image: none; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container > .video-iframe-container { display: none; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row > .video-iframe-container { display: none; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .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); }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container { border-width: 0; border-radius: 0; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;position:relative;display:block; }#RgULqeKKRqAlnIgxDvndAh3JHn0BWR7y { color:#04253a;display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:1.1875rem;left:1.5625rem;height:11.99653125rem;font-style:normal;display:block; }
#hi26IrvOE9i13o1pF68vhENoQZaEQa4V { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:3rem;left:43.125rem;height:1.5rem;font-style:normal;display:block; }
#Ea5VIlNbocoGStk5TNA7ddIU91AdmF1R { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:5.75rem;left:43.125rem;height:1.5rem;font-style:normal;display:block; }
#Bzkebo7JqNR5D7I0nX6hlTVoFUG4bpLw { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:8.75rem;left:43.125rem;height:1.5rem;font-style:normal;display:block; }
#TnzNbpFfWX1P47yV9yGDAtvnmDmIKafL { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:2.875rem;left:40.875rem; }
#poaHmmlvkTVF2V3sv7oeg1LT9VJT1Bxy { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:5.8125rem;left:40.875rem; }
#WXqT43hveWBO9OL1Uc8rIzbCppkuFTHT { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:8.75rem;left:40.875rem; }
#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row .container { background-color: transparent; background-image: none; }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row .container > .video-iframe-container { display: none; }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row > .video-iframe-container { display: none; }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .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); }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row .container { border-width: 0; border-radius: 0; }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#kSV5F462w1U1ICwD33WmwSy1AlG9qxyK { color:#04253a;display:block;width:56.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#Xihr903VMxeStSFOWD3iVNFDl9Is31ND { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#UZm9RUE60CsiGXGZhCgp705seMrT0NmZ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW > .row .container { background-color: transparent; background-image: none; }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW > .row .container > .video-iframe-container { display: none; }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW > .row > .video-iframe-container { display: none; }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW > .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); }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW > .row .container { border-width: 0; border-radius: 0; }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:60rem;position:relative;display:block; }#ladHX8aeFtIk0M17XR1pxnzTfeoViePm { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.25rem;left:1.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GNU5FGWE4NsMkDSKxMZ4itQK1ef11a9v { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:7.9375rem;left:1.5625rem;height:2.99913125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pJzXpUWTXUR5WBGPw8zdtEmcZLupQpU2 { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.1875rem;left:21.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DvQSVT6tV0L2dThpW0eEf9ayQ8hKgIaC { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:7.9375rem;left:21.5625rem;height:2.99913125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XOT1v6P9IlVvdT06GNDfpNUtbKeQhHdR { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.1875rem;left:41.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b2Br76mUSuQZPmJNrdF3NRe5Uitkcpfi { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:7.9375rem;left:41.5625rem;height:2.99913125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XMWMUzivTCMxTlqS8znIsd0PzNIruBf9 { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:2.0625rem;left:8.6875rem; }
#vdTfcmHckWnrpek7wUoE5v36x7woiTUM { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:2.0625rem;left:28.6875rem; }
#nNwmVet2ABeanG8oHrONJXBlshrwVtCM { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:2.0625rem;left:48.6875rem; }
#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb > .row .container { background-color: transparent; background-image: none; }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb > .row .container > .video-iframe-container { display: none; }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb > .row > .video-iframe-container { display: none; }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb > .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); }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb > .row .container { border-width: 0; border-radius: 0; }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:60rem;position:relative;display:block; }#b5ZaAhdnrp4rBvlNZTn2PMcrHLrk0Rh2 { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.25rem;left:1.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ld863o6yBIpz0iZNPBntbIHRxHkTT5T0 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:7.9375rem;left:1.5625rem;height:2.99913125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tpnooM15wBPiJ7a93MWUwNDb23hNolf8 { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.1875rem;left:21.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#koLX1GeqwTbL5DTib2LakUr0aua2DPzw { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:7.9375rem;left:21.5625rem;height:2.99913125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SiTHRxQIGi6lKmQa2UcH8ICKGXdc9cRR { color:#04253a;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.1875rem;left:41.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f7RzdmZSA4AbF0UowM1Rqmcm4Zwg0b4s { color:rgba(var(--color-tertiary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:7.9375rem;left:41.5625rem;height:2.99913125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v5k21Z8P0Nwz3J5ZDNpbuVh5gMo96cNA { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:2.0625rem;left:28.6875rem; }
#ckWOGJ8uVaQpg3ZST4DFtVhEUxqioFiA { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:2.0625rem;left:48.6875rem; }
#v4tZ1NinTQVtMTd9EtzSoCuJh3VNzc2L { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:2.0625rem;left:8.6875rem; }
#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#03314e;background-image:url("https://images.assets-landingi.com/OCzODc4P/bg_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK.adaptive-delivery-prevent-bg, #L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK.lazyload, #L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK.lazyloading { background-image: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container { background-color: transparent; background-image: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container > .video-iframe-container { display: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row > .video-iframe-container { display: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .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); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container { border-width: 0; border-radius: 0; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#zuIt9qurpty4q1MADNfvPmrMrMhpAUBe { color:rgba(var(--color-tertiary-0),1);display:block;width:56.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#Txa2zz7ug4TPbB9f8azT4CS2nFv6TuNR { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#hg3RfT6rTGV8N80OKpIpAcmf7cxsww8I { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#03314e;background-image:url("https://images.assets-landingi.com/OCzODc4P/bg_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05.adaptive-delivery-prevent-bg, #L6atdgGho9rBXAREUIXDWPhqlIQMDT05.lazyload, #L6atdgGho9rBXAREUIXDWPhqlIQMDT05.lazyloading { background-image: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container { background-color: transparent; background-image: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container > .video-iframe-container { display: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row > .video-iframe-container { display: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .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); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container { border-width: 0; border-radius: 0; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:block; }#KnD1XkvZCkfZOOR759OodgnVIbMpqUTl { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/95d61068-b3b0-49fc-aa6a-c8b09274c806/DrJamesCutout.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:13.625rem;width:13.625rem;top:1.4375rem;left:13.1875rem;display:block; }#KnD1XkvZCkfZOOR759OodgnVIbMpqUTl.adaptive-delivery-prevent-bg, #KnD1XkvZCkfZOOR759OodgnVIbMpqUTl.lazyload, #KnD1XkvZCkfZOOR759OodgnVIbMpqUTl.lazyloading { background-image: none; }
#vlZDh9nmHEFuvER9vRvm5DTTfW91Etch { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.625rem;left:11.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ExSs2rwnD5E6FVmQC7XTGxLZOwWBwpKn { color:rgba(var(--color-primary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:19.125rem;left:11.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MxwDorcuUHMZE5N6hU9lb903hcgT9S7o { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/gjcAM8jc/05_05.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:13.625rem;width:13.625rem;top:1.4375rem;left:33.1875rem;display:block; }#MxwDorcuUHMZE5N6hU9lb903hcgT9S7o.adaptive-delivery-prevent-bg, #MxwDorcuUHMZE5N6hU9lb903hcgT9S7o.lazyload, #MxwDorcuUHMZE5N6hU9lb903hcgT9S7o.lazyloading { background-image: none; }
#RObBBpG1O7fnvyI5osJkAfL9TPvF4ehn { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.625rem;left:31.5625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xWVLCZxJ6pp62wMsVPmy01vXKI3JWTW0 { color:rgba(var(--color-primary-3),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:19.125rem;left:31.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container { background-color: transparent; background-image: none; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container > .video-iframe-container { display: none; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row > .video-iframe-container { display: none; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .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); }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container { border-width: 0; border-radius: 0; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#K10J8kSxkt0nmhq5RgthLRNh9iVhXhEU { color:#04253a;display:block;width:56.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#qp6ppilSKwQ49ituVZwh5raN0FEsJ6FF { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#ZT4H7pWX2FClVA4NpqVcKHMfqXsEwGX0 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container { background-color: transparent; background-image: none; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container > .video-iframe-container { display: none; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row > .video-iframe-container { display: none; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .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); }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container { border-width: 0; border-radius: 0; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:60rem;position:relative;display:block; }#tUdhQyxO7lLrU6FMLqVwCks7U6pFVMId { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:20rem;top:1.0625rem;left:0rem;display:block; }
#vfrFuQeJthosqq7sHDU8fDdleN8v6Z8c { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:16.875rem;left:1.5625rem;height:1.29936875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BRmcIfWTzqZhVl3i8B01hnMRVtnFbXTD { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:6.5625rem;left:1.5625rem;height:8.439125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#k03Vbusip3nJRrkLZSDWpSO5bX1mVeLr { position:absolute;display:block;z-index:15001;background-color:#0083d5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:20rem;top:1.0625rem;left:20rem;display:block; }
#fertDZfMwnE0PSEPxiKGnkSW6V68TJ07 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:6.5625rem;left:21.5625rem;height:8.439125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#wF4Hagyvfkes3wU1MM317Uz2Nbaq4Ibn { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.875rem;left:21.5625rem;height:1.29936875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ahX8kQTeSIybAaqyrTOrcRxqx46G4ff6 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:20rem;top:1.0625rem;left:40rem;display:block; }
#A9x1fkoIauChpBZyCnGbnVpm0is476mK { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:16.875rem;left:41.5625rem;height:1.29936875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MtDXrPkJQA3mVmHsIT5OZpJzUdGMdmtJ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:6.5625rem;left:41.5625rem;height:8.439125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Vs72R4eIUuanO12tCVi6pxy0CTJG9C3E { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:2.5rem;left:1.5625rem; }
#RIl2vzmTJuI9291i2JnCXrq5Xen4osDn { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:2.5rem;left:21.5625rem; }
#U1ExSdk0WatqACBe6p3TCBrfTAfxzwRq { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:2.5rem;left:41.5625rem; }
#K8F7hxBDC36zoICNUkREmQBcfaHqDVJx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K8F7hxBDC36zoICNUkREmQBcfaHqDVJx > .row .container { background-color: transparent; background-image: none; }#K8F7hxBDC36zoICNUkREmQBcfaHqDVJx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8F7hxBDC36zoICNUkREmQBcfaHqDVJx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8F7hxBDC36zoICNUkREmQBcfaHqDVJx > .row .container > .video-iframe-container { display: none; }#K8F7hxBDC36zoICNUkREmQBcfaHqDVJx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8F7hxBDC36zoICNUkREmQBcfaHqDVJx > .row > .video-iframe-container { display: none; }#K8F7hxBDC36zoICNUkREmQBcfaHqDVJx > .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); }#K8F7hxBDC36zoICNUkREmQBcfaHqDVJx > .row .container { border-width: 0; border-radius: 0; }#K8F7hxBDC36zoICNUkREmQBcfaHqDVJx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K8F7hxBDC36zoICNUkREmQBcfaHqDVJx > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#JZ4ETIo0lZAaBnrJghgJhkBQKLVbnqw7 { color:#04253a;display:block;width:56.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.5625rem;height:3.25rem;font-style:normal;display:block; }
#Se9lEDDO8WNyLaw8d88LPrL4QTHhWxs7 { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:56.875rem;top:7rem;left:1.5625rem;display:block; }
#SyuZFMsUFfb1E83RouIsWENvsrn4bcSA { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.75rem;top:6.9375rem;left:1.5625rem;display:block; }
#f44WPgUpdP6yXqVufIoMEBfxwcCrfPNz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f44WPgUpdP6yXqVufIoMEBfxwcCrfPNz > .row .container { background-color: transparent; background-image: none; }#f44WPgUpdP6yXqVufIoMEBfxwcCrfPNz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f44WPgUpdP6yXqVufIoMEBfxwcCrfPNz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f44WPgUpdP6yXqVufIoMEBfxwcCrfPNz > .row .container > .video-iframe-container { display: none; }#f44WPgUpdP6yXqVufIoMEBfxwcCrfPNz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f44WPgUpdP6yXqVufIoMEBfxwcCrfPNz > .row > .video-iframe-container { display: none; }#f44WPgUpdP6yXqVufIoMEBfxwcCrfPNz > .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); }#f44WPgUpdP6yXqVufIoMEBfxwcCrfPNz > .row .container { border-width: 0; border-radius: 0; }#f44WPgUpdP6yXqVufIoMEBfxwcCrfPNz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f44WPgUpdP6yXqVufIoMEBfxwcCrfPNz > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:60rem;position:relative;display:block; }#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 .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:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 .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; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:#04253a;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);font-weight:300;font-style:normal;line-height:1.6;overflow:hidden;height:auto; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_492876ccfa68eac4a0ab08835fe354d8287908dc.svg");background-size:contain !important; }#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 .accordion-trigger.adaptive-delivery-prevent-bg, #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 .accordion-trigger.lazyload, #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 .accordion-trigger.lazyloading { background-image: none; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 { box-sizing:content-box;height:auto;width:51.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15024;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.2234373092651rem;left:3.0750007629394rem;border-top:0.0625rem solid #04253a;border-left:0.0625rem solid #04253a;border-right:0.0625rem solid #04253a;border-bottom:0.0625rem solid #04253a; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #xWngq0kFsS1bTN0nNMXPBb0Jln8TCQeO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #M5TOfIH7q7fsiR4Z65TrBAHuuUZJvVKo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #UQvBgVfKHUTM7FS7vp0yVTAHq1sJiXue { display:block;position:relative; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #US3KDQ3ptVeTUzEhd4Z35T6V4RSScolo {  }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #p4ZCMlAgvOZQp7dLNdJ5xscot13Q2Jfq {  }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #Ff2dF48bNw7Vg4V2uV9sFDyCszaOrLrs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #lM5hDgITJ4EbJb63xO0OkEm50mKWrJ16 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #Mie689V1Tbllu9wZuWMfVLqHMb7UhVVg { display:block;position:relative; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #ASO75e9muCPruFkCefndHNZ0XCoxZr7d {  }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #xPBxaO4mOciCgTPMFXsTwFTbMsu7dE2s { display:none; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #ff9aS6GMZsyETUzoOVhumeL3b9Mk8k5e { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #ETTyxOtkh60r75TRZQAy3zbwS7t38U8v { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #sTAFB96tt7ZFiBpLDA6ooOl80z7Srq58 { display:block;position:relative; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #GhP2aU2L8uJF2wIAXxTMnGZBG3LKOHmh {  }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #OVpW7LRaiBreTm6xeE1VigghMOOQEsql { display:none; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #d04mfCC7R733uSEW63MpxBvh665AKiFb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #HvUUaRTvgBkFcFaCueKVPwtJ0zqpxqu7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #CftPTP9ierVSFb7sti0yMEg7gTFJPEGq { display:block;position:relative; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #ukLZ6gtGNgoDBNUaabpwpOmBIb3BDnyB {  }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #nIbnkVsskJobea0c7vayewOCwwT1T0q4 { display:none; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #HZJo948Czusrtgkpalhif5tCfFHiB0JT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #D7rnGNGVk9dDy35tKW2K1f0HWR0rbMpd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #PNn36gwIIsKbV2ApoBCl4U3DX8qnx7Py { display:block;position:relative; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #UenpFTpU1KtZwhmgZxXbguZDNZeU9wRG {  }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #BCxxcgXfKE3Z6qrMIaSeP3tdkw73AAJZ { display:none; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #hKvMov4g0p0LKOZABs7QqLL9NGpc1lGZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #EzcMIFAi1xvb0Dq90h3W5NW3JeqCqwJg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #d1LoCH7JDl0uAxfZsL0Hpyrp97zSsbZA { display:block;position:relative; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #PwSyKtam4znTt2T93FinUXfwPc0L0TvG {  }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #Uwo1QfhS2NogIMe02s7ok6rMQ6stUg4J { display:none; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #HUtpTvFw2rDyzrxqMf8H4HJ7AuTFgiHz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #MTDkp8k8AAXXtT6CURXysUHh0J5aig7z { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #MFKbskQTW6kqFGKycX1hVf3TdKfNNan0 { display:block;position:relative; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #Dri0HCdcS0429JvlPlP8yuaWvwim9pQ8 {  }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #qk7HRXQWnDLFu3H8dDmxqzBzw0aS2HST { display:none; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #Bs14Tl2H815h1PryzLoEOrTyBVnThGfV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #rOxsU8KcyBTmz6fSAOf9RSpfMq4sTUav { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #qmFMhzTe1uVU47bsz5QtmfPf5ls5GdDE { display:block;position:relative; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #myxyvVpnsSkDBNyzTrLIt3KqTyxx2sts {  }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #hFnxcwGBGPatMp6K4dgQpWk6NnHSAHVT { display:none; }
#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 { position:relative;display:block; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 { background-color: transparent; background-image: none; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container > .video-iframe-container { display: none; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row > .video-iframe-container { display: none; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .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); }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 { border-width: 0; border-radius: 0; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/95d61068-b3b0-49fc-aa6a-c8b09274c806/DrJamesCutout.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:33.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container.adaptive-delivery-prevent-bg, #ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container.lazyload, #ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container.lazyloading { background-image: none; }#OkbbwnV14FHs1eTFeS9ba4lF2z5Tk3XJ { color:#04253a;display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:5.375rem;left:0rem;height:7.5rem;font-style:normal;display:block; }
#AhdT1CxDITlPUfVcxxXQNLADC55DvtOQ { color:#04253a;display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.5rem;left:0rem;height:3.9rem;font-style:normal;display:block; }
#rS7dIJ5XVBBseTVCuic5zDEXZePFNHfW { color:#04253a;display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:26.625rem;left:0rem;height:1.95rem;font-style:normal;display:block; }
#Obw0swPb1cKlGVvM1KOEmuv44TZxT3Wy { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.5625rem;left:0rem;display:block; }
#QSZO30mEJDfExWVWwlCrTGWAd7eb3JxH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TIvNbeDnPc1A0MNIexwcmv43HI0kA9bn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TIvNbeDnPc1A0MNIexwcmv43HI0kA9bn > .row .container { background-color: transparent; background-image: none; }#TIvNbeDnPc1A0MNIexwcmv43HI0kA9bn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIvNbeDnPc1A0MNIexwcmv43HI0kA9bn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIvNbeDnPc1A0MNIexwcmv43HI0kA9bn > .row .container > .video-iframe-container { display: none; }#TIvNbeDnPc1A0MNIexwcmv43HI0kA9bn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIvNbeDnPc1A0MNIexwcmv43HI0kA9bn > .row > .video-iframe-container { display: none; }#TIvNbeDnPc1A0MNIexwcmv43HI0kA9bn > .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); }#TIvNbeDnPc1A0MNIexwcmv43HI0kA9bn > .row .container { border-width: 0; border-radius: 0; }#TIvNbeDnPc1A0MNIexwcmv43HI0kA9bn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIvNbeDnPc1A0MNIexwcmv43HI0kA9bn > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;position:relative;display:block; }#VnHIXwaWrGN0e5nCiMESJBqPDzMOUHyP { color:rgba(var(--color-secondary-2),1);display:block;width:55.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.2117195129394rem;left:0.18750190734863rem;height:0.97439375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TVu3yREk4kaoEhqg7rfTVvU0buVKgdVX { display:block; }#TVu3yREk4kaoEhqg7rfTVvU0buVKgdVX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5dpmg8lDFl2FXSz2pPUDI4VDMLVN19y { width:9.4375rem;height:1.1875rem;top:2.375rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffhE1SAGUqbcttTxXqXpVT2oAeKZkFJg { display:block; }
 }@media only screen and (max-width: 763px) { #R6hs5uLDDhWRiBRTFslsLWGF0KiJa3nT { top:0.25rem;left:0rem;width:7.625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBQiAi9zQn8wgQotCNkZqKeHK9zqQ8Ec { width:47.75rem;height:29.1875rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtiC0A8ME2LfizQxpFVqTe45RhaeZOOg { top:1.4375rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQNOmtX7qs9xMIxlaT5aoSOuTCTImSHO { width:13.25rem;height:3.1875rem;top:0.6875rem;left:27.109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L55tqFo4X7UmyRfISQHHFz0mX5gZFnhL { display:block; }
 }@media only screen and (max-width: 763px) { #LnAv1ebopfHvCkFFx2ic1JL6lFqgdVbN { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#LnAv1ebopfHvCkFFx2ic1JL6lFqgdVbN > .row .container { background-color: transparent; background-image: none; }#LnAv1ebopfHvCkFFx2ic1JL6lFqgdVbN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LnAv1ebopfHvCkFFx2ic1JL6lFqgdVbN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LnAv1ebopfHvCkFFx2ic1JL6lFqgdVbN > .row .container > .video-iframe-container { display: none; }#LnAv1ebopfHvCkFFx2ic1JL6lFqgdVbN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LnAv1ebopfHvCkFFx2ic1JL6lFqgdVbN > .row > .video-iframe-container { display: none; }#LnAv1ebopfHvCkFFx2ic1JL6lFqgdVbN > .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); }#LnAv1ebopfHvCkFFx2ic1JL6lFqgdVbN > .row .container { border-width: 0; border-radius: 0; }#LnAv1ebopfHvCkFFx2ic1JL6lFqgdVbN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHa9cFQ7OiCXtmysaN6CZDWyUMcc7HWh { top:1.3125rem;left:20.625rem;width:14.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8riATh486FHJuAZST2F988v6DmzeHSH { top:1.3125rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1AEbXl7Uw3WuwiPuEkQGZUnEBtGZv3I { top:1.3125rem;left:0rem;width:14.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiCuFoy5pyrWTfqTkMtxBTmtd8BC4ybC { top:1.25rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRf3ieHxCCveQROCWmnTE8smUMaUBTpS { top:1.25rem;left:19rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #utUW5hFvQJ52Ut1aPS3yNy13WcL9LuWU { top:1.25rem;left:36.25rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olwfPXykMlnLauPpB4iQSH74cHnkyCUm { display:block; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LBHyo8PGIN9wokfolBKwtgtAx31dH7Jh { width:27.8125rem;height:1.9375rem;top:8.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDFP0TWbCMn8aRNtaq704MxxCCD5s6Ok { width:27.8125rem;height:7.5rem;top:10.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzKGL5Zw0BFb5ZyEIiC3w9fWx0y9nWsm { width:27.8125rem;height:5.8125rem;top:19.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTZuv5uivbxBElT7S1m94cFTrcWE0IVK { width:27.8125rem;height:1.9375rem;top:27rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-regular-label { width:27.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-text { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-text {padding-top: 0; padding-bottom: 0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-textarea { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-select { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-select {padding-top: 0; padding-bottom: 0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-button { width:8.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-checkbox-label { width:26.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd  { width:27.375rem;height:auto;top:28.9375rem;left:1.5625rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .radio-container { width:27.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd {display:block;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd { width:27.375rem;height:auto;top:28.9375rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #OtrtOu3gKNh1PXDEkTBkwhEhIdH8HJqN {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #R5MpArGn9Jwhyne9zTExnKNQtoWvI4AB { display:none; }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #UNinknofB9n9zLkXJGACbaGOG39k9I1n {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #INbf5vDfCztNodFLzoI6vWeN6hEdIrB0 {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #qDUPPo2BJ2o1RTyWPkNxN3Z1AyMktwTX { display:none; }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #wseL3xPlJZNw11yXlhwmkcVDAkfEemFn {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #hlaTNf4tV3xMChWBKqClTLAwSrzvN5mD {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #PBALu9gZzXp8VAb4LBGlgwoIDlcmKSkX {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #OycEdMDKcex3BRUtHD6LQ1FeSIyONC86 {  }
 }@media only screen and (max-width: 763px) { #KFxUQAuWqGGAroFzABT5VKaLJwk0eWCE { display:block; }
 }@media only screen and (max-width: 763px) { #E5hwsihhpl4JmufLOGPuQb2o67RhoXHd { display:block; }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #B3KQf6Neh03WZPDFe1SfEIsPsoWXuIVi {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #yif5SRsJZvhPyXcrAEDvd7wyhen4PALo {  }
 }@media only screen and (max-width: 763px) { #ed37sxqOFJER2XQIA7OEztsvCs4w71mM { width:2.125rem;height:2.125rem;top:22.125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH { display:block; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDAhfnVobvSPFZFPqXizeuIHsgkNMrem { width:15.9375rem;height:16.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZm8ytpNeQhA54upgXWEIDaEBI41zQ6T { width:14.375rem;height:1.9375rem;top:4.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #utMJXmVbmvwpWPkQBHRoymzLRGGr4avS { width:14.375rem;height:1.25rem;top:8.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqkIabDWHlZCoTipXko992nGAVrbfkw4 { width:14.375rem;height:1.25rem;top:11.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBXDS5DiXEhVbS73ld8p8gspbb5Vpfgh { width:15.9375rem;height:0.0625rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvXRGqeGuqiFl66gdagveNdkf8oPDeWq { width:15.9375rem;height:0.0625rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcxVrerkUifEmyVykvgDwh8Dwu17yzTX { width:14.375rem;height:3rem;top:10.75rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQs9Luf0KzBAN9KGp9LbF1XqMnf0c13I { width:14.375rem;height:1.9375rem;top:4.6875rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziyiVnD3TTGTTHiyDCdCNq5KElvIEyB1 { width:14.375rem;height:1.9375rem;top:7.875rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFxshOIHepHqiSseTEXBlR65EP0f26Zk { width:15.9375rem;height:16.25rem;top:0rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw5rhlQLw8EkfZySoTIsceASZzaWUoeQ { width:15.9375rem;height:16.25rem;top:0rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbUu0UccamTSq3wlu0ymvrnP3fiSbRuA { width:14.375rem;height:3rem;top:8rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2S2SImsu4QTcA5TeVFMxoHchu2AgN5T { width:14.375rem;height:1.9375rem;top:4.6875rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBeFNAQJreSlQP8DK5lyci5gAlfncsGh { width:2.125rem;height:2.125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWOqOtvcRffL9zQTi2uNWSFUaF1Bq4Rb { width:2.125rem;height:2.125rem;top:1.9375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSZblQaqXN5fJKS2cMDRATXz0F7sxpTg { width:2.125rem;height:2.125rem;top:1.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 { display:block; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZtKAhzMe8N3ORkvnU3TQ7QezJMHy88q { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs6U6KkPEe6PitJC93ikz7pRbL00QHJZ { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAwvgBbA5izgqQPfCAm4iLT8Mfgd4cQr { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a { display:block; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container { width:47.75rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RgULqeKKRqAlnIgxDvndAh3JHn0BWR7y { width:29.5625rem;height:10.5rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi26IrvOE9i13o1pF68vhENoQZaEQa4V { width:14.375rem;height:1.5rem;top:1.1875rem;left:33.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Ea5VIlNbocoGStk5TNA7ddIU91AdmF1R { width:14.375rem;height:1.5rem;top:3.4375rem;left:33.375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Bzkebo7JqNR5D7I0nX6hlTVoFUG4bpLw { width:14.375rem;height:3rem;top:6.4375rem;left:33.375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #TnzNbpFfWX1P47yV9yGDAtvnmDmIKafL { width:1.375rem;height:1.375rem;top:2.875rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #poaHmmlvkTVF2V3sv7oeg1LT9VJT1Bxy { width:1.375rem;height:1.375rem;top:5.8125rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXqT43hveWBO9OL1Uc8rIzbCppkuFTHT { width:1.375rem;height:1.375rem;top:8.75rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa { display:block; }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSV5F462w1U1ICwD33WmwSy1AlG9qxyK { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xihr903VMxeStSFOWD3iVNFDl9Is31ND { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZm9RUE60CsiGXGZhCgp705seMrT0NmZ { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW { display:block; }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ladHX8aeFtIk0M17XR1pxnzTfeoViePm { width:16.875rem;height:1.9375rem;top:5.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNU5FGWE4NsMkDSKxMZ4itQK1ef11a9v { width:16.875rem;height:3rem;top:7.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJzXpUWTXUR5WBGPw8zdtEmcZLupQpU2 { width:16.875rem;height:1.9375rem;top:5.1875rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvQSVT6tV0L2dThpW0eEf9ayQ8hKgIaC { width:16.875rem;height:3rem;top:7.9375rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOT1v6P9IlVvdT06GNDfpNUtbKeQhHdR { width:16.875rem;height:1.9375rem;top:5.1875rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2Br76mUSuQZPmJNrdF3NRe5Uitkcpfi { width:16.875rem;height:3rem;top:7.9375rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMWMUzivTCMxTlqS8znIsd0PzNIruBf9 { width:2.625rem;height:2.625rem;top:2.0625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdTfcmHckWnrpek7wUoE5v36x7woiTUM { width:2.625rem;height:2.625rem;top:2.0625rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNwmVet2ABeanG8oHrONJXBlshrwVtCM { width:2.625rem;height:2.625rem;top:2.0625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb { display:block; }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5ZaAhdnrp4rBvlNZTn2PMcrHLrk0Rh2 { width:16.875rem;height:1.9375rem;top:5.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld863o6yBIpz0iZNPBntbIHRxHkTT5T0 { width:16.875rem;height:3rem;top:7.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpnooM15wBPiJ7a93MWUwNDb23hNolf8 { width:16.875rem;height:1.9375rem;top:5.1875rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #koLX1GeqwTbL5DTib2LakUr0aua2DPzw { width:16.875rem;height:3rem;top:7.9375rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiTHRxQIGi6lKmQa2UcH8ICKGXdc9cRR { width:16.875rem;height:1.9375rem;top:5.1875rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7RzdmZSA4AbF0UowM1Rqmcm4Zwg0b4s { width:16.875rem;height:3rem;top:7.9375rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5k21Z8P0Nwz3J5ZDNpbuVh5gMo96cNA { width:2.625rem;height:2.625rem;top:2.0625rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckWOGJ8uVaQpg3ZST4DFtVhEUxqioFiA { width:2.625rem;height:2.625rem;top:2.0625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4tZ1NinTQVtMTd9EtzSoCuJh3VNzc2L { width:2.625rem;height:2.625rem;top:2.0625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK { display:block; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuIt9qurpty4q1MADNfvPmrMrMhpAUBe { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txa2zz7ug4TPbB9f8azT4CS2nFv6TuNR { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg3RfT6rTGV8N80OKpIpAcmf7cxsww8I { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6atdgGho9rBXAREUIXDWPhqlIQMDT05 { display:block; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KnD1XkvZCkfZOOR759OodgnVIbMpqUTl { width:13.625rem;height:13.625rem;top:1.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlZDh9nmHEFuvER9vRvm5DTTfW91Etch { width:16.875rem;height:1.9375rem;top:16.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExSs2rwnD5E6FVmQC7XTGxLZOwWBwpKn { width:16.875rem;height:1.5rem;top:19.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxwDorcuUHMZE5N6hU9lb903hcgT9S7o { width:13.625rem;height:13.625rem;top:1.25rem;left:17.041666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #RObBBpG1O7fnvyI5osJkAfL9TPvF4ehn { width:16.875rem;height:1.9375rem;top:16.625rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWVLCZxJ6pp62wMsVPmy01vXKI3JWTW0 { width:16.875rem;height:1.5rem;top:19.125rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk { display:block; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K10J8kSxkt0nmhq5RgthLRNh9iVhXhEU { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp6ppilSKwQ49ituVZwh5raN0FEsJ6FF { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT4H7pWX2FClVA4NpqVcKHMfqXsEwGX0 { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v { display:block; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container { width:47.75rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUdhQyxO7lLrU6FMLqVwCks7U6pFVMId { width:15.9375rem;height:18.4375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfrFuQeJthosqq7sHDU8fDdleN8v6Z8c { width:14.375rem;height:1.25rem;top:16.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRmcIfWTzqZhVl3i8B01hnMRVtnFbXTD { width:14.375rem;height:8.4375rem;top:6.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k03Vbusip3nJRrkLZSDWpSO5bX1mVeLr { width:15.9375rem;height:18.4375rem;top:1.0625rem;left:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #fertDZfMwnE0PSEPxiKGnkSW6V68TJ07 { width:14.375rem;height:8.4375rem;top:6.5625rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF4Hagyvfkes3wU1MM317Uz2Nbaq4Ibn { width:14.375rem;height:1.25rem;top:16.25rem;left:16.666666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahX8kQTeSIybAaqyrTOrcRxqx46G4ff6 { width:15.9375rem;height:18.4375rem;top:1.0625rem;left:31.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9x1fkoIauChpBZyCnGbnVpm0is476mK { width:14.375rem;height:1.25rem;top:16.375rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtDXrPkJQA3mVmHsIT5OZpJzUdGMdmtJ { width:14.375rem;height:8.4375rem;top:6.5625rem;left:32.583333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs72R4eIUuanO12tCVi6pxy0CTJG9C3E { width:1.75rem;height:1.75rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIl2vzmTJuI9291i2JnCXrq5Xen4osDn { width:1.75rem;height:1.75rem;top:2.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1ExSdk0WatqACBe6p3TCBrfTAfxzwRq { width:1.75rem;height:1.75rem;top:2.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8F7hxBDC36zoICNUkREmQBcfaHqDVJx { display:block; }#K8F7hxBDC36zoICNUkREmQBcfaHqDVJx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZ4ETIo0lZAaBnrJghgJhkBQKLVbnqw7 { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se9lEDDO8WNyLaw8d88LPrL4QTHhWxs7 { width:47.75rem;height:0.0625rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyuZFMsUFfb1E83RouIsWENvsrn4bcSA { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f44WPgUpdP6yXqVufIoMEBfxwcCrfPNz { display:block; }#f44WPgUpdP6yXqVufIoMEBfxwcCrfPNz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 { display:flex;height:auto;width:27.8125rem;top:17.625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #xWngq0kFsS1bTN0nNMXPBb0Jln8TCQeO {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #M5TOfIH7q7fsiR4Z65TrBAHuuUZJvVKo {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #UQvBgVfKHUTM7FS7vp0yVTAHq1sJiXue {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #US3KDQ3ptVeTUzEhd4Z35T6V4RSScolo {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #p4ZCMlAgvOZQp7dLNdJ5xscot13Q2Jfq {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #Ff2dF48bNw7Vg4V2uV9sFDyCszaOrLrs {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #lM5hDgITJ4EbJb63xO0OkEm50mKWrJ16 {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #Mie689V1Tbllu9wZuWMfVLqHMb7UhVVg {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #ASO75e9muCPruFkCefndHNZ0XCoxZr7d {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #xPBxaO4mOciCgTPMFXsTwFTbMsu7dE2s {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #ff9aS6GMZsyETUzoOVhumeL3b9Mk8k5e {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #ETTyxOtkh60r75TRZQAy3zbwS7t38U8v {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #sTAFB96tt7ZFiBpLDA6ooOl80z7Srq58 {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #GhP2aU2L8uJF2wIAXxTMnGZBG3LKOHmh {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #OVpW7LRaiBreTm6xeE1VigghMOOQEsql {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #d04mfCC7R733uSEW63MpxBvh665AKiFb {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #HvUUaRTvgBkFcFaCueKVPwtJ0zqpxqu7 {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #CftPTP9ierVSFb7sti0yMEg7gTFJPEGq {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #ukLZ6gtGNgoDBNUaabpwpOmBIb3BDnyB {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #nIbnkVsskJobea0c7vayewOCwwT1T0q4 {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #HZJo948Czusrtgkpalhif5tCfFHiB0JT {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #D7rnGNGVk9dDy35tKW2K1f0HWR0rbMpd {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #PNn36gwIIsKbV2ApoBCl4U3DX8qnx7Py {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #UenpFTpU1KtZwhmgZxXbguZDNZeU9wRG {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #BCxxcgXfKE3Z6qrMIaSeP3tdkw73AAJZ {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #hKvMov4g0p0LKOZABs7QqLL9NGpc1lGZ {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #EzcMIFAi1xvb0Dq90h3W5NW3JeqCqwJg {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #d1LoCH7JDl0uAxfZsL0Hpyrp97zSsbZA {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #PwSyKtam4znTt2T93FinUXfwPc0L0TvG {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #Uwo1QfhS2NogIMe02s7ok6rMQ6stUg4J {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #HUtpTvFw2rDyzrxqMf8H4HJ7AuTFgiHz {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #MTDkp8k8AAXXtT6CURXysUHh0J5aig7z {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #MFKbskQTW6kqFGKycX1hVf3TdKfNNan0 {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #Dri0HCdcS0429JvlPlP8yuaWvwim9pQ8 {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #qk7HRXQWnDLFu3H8dDmxqzBzw0aS2HST {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #Bs14Tl2H815h1PryzLoEOrTyBVnThGfV {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #rOxsU8KcyBTmz6fSAOf9RSpfMq4sTUav {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #qmFMhzTe1uVU47bsz5QtmfPf5ls5GdDE {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #myxyvVpnsSkDBNyzTrLIt3KqTyxx2sts {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #hFnxcwGBGPatMp6K4dgQpWk6NnHSAHVT {  }
 }@media only screen and (max-width: 763px) { #ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 { display:block; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkbbwnV14FHs1eTFeS9ba4lF2z5Tk3XJ { width:27.8125rem;height:7.5rem;top:5.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhdT1CxDITlPUfVcxxXQNLADC55DvtOQ { width:27.8125rem;height:3.875rem;top:14.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS7dIJ5XVBBseTVCuic5zDEXZePFNHfW { width:27.8125rem;height:1.9375rem;top:26.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Obw0swPb1cKlGVvM1KOEmuv44TZxT3Wy { width:14rem;height:3.4375rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSZO30mEJDfExWVWwlCrTGWAd7eb3JxH { display:block; }
 }@media only screen and (max-width: 763px) { #TIvNbeDnPc1A0MNIexwcmv43HI0kA9bn { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TIvNbeDnPc1A0MNIexwcmv43HI0kA9bn > .row .container { background-color: transparent; background-image: none; }#TIvNbeDnPc1A0MNIexwcmv43HI0kA9bn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIvNbeDnPc1A0MNIexwcmv43HI0kA9bn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIvNbeDnPc1A0MNIexwcmv43HI0kA9bn > .row .container > .video-iframe-container { display: none; }#TIvNbeDnPc1A0MNIexwcmv43HI0kA9bn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIvNbeDnPc1A0MNIexwcmv43HI0kA9bn > .row > .video-iframe-container { display: none; }#TIvNbeDnPc1A0MNIexwcmv43HI0kA9bn > .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); }#TIvNbeDnPc1A0MNIexwcmv43HI0kA9bn > .row .container { border-width: 0; border-radius: 0; }#TIvNbeDnPc1A0MNIexwcmv43HI0kA9bn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnHIXwaWrGN0e5nCiMESJBqPDzMOUHyP { top:1.1875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TVu3yREk4kaoEhqg7rfTVvU0buVKgdVX { position:relative;z-index:auto;display:block; }#TVu3yREk4kaoEhqg7rfTVvU0buVKgdVX > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5dpmg8lDFl2FXSz2pPUDI4VDMLVN19y { width:9.5rem;height:1.25rem;top:8.925000190735rem;left:5.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffhE1SAGUqbcttTxXqXpVT2oAeKZkFJg { display:block; }
 }@media only screen and (max-width: 763px) { #R6hs5uLDDhWRiBRTFslsLWGF0KiJa3nT { width:7.625rem;height:4.0625rem;top:0rem;left:6.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBQiAi9zQn8wgQotCNkZqKeHK9zqQ8Ec { width:20rem;height:41.8125rem;top:0.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vtiC0A8ME2LfizQxpFVqTe45RhaeZOOg { width:12.5rem;height:0.975rem;top:7.9375rem;left:3.7500000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQNOmtX7qs9xMIxlaT5aoSOuTCTImSHO { width:11.1875rem;height:2.625rem;top:4.3125rem;left:4.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #L55tqFo4X7UmyRfISQHHFz0mX5gZFnhL { display:block; }
 }@media only screen and (max-width: 763px) { #LnAv1ebopfHvCkFFx2ic1JL6lFqgdVbN { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#LnAv1ebopfHvCkFFx2ic1JL6lFqgdVbN > .row .container { border-width: 0; border-radius: 0; }#LnAv1ebopfHvCkFFx2ic1JL6lFqgdVbN > .row .container { width:20rem;height:15.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KHa9cFQ7OiCXtmysaN6CZDWyUMcc7HWh { width:14.3125rem;height:1.1375rem;top:7.7625007629394rem;left:2.8437500596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8riATh486FHJuAZST2F988v6DmzeHSH { width:12.5rem;height:1.1375rem;top:12.524219512939rem;left:3.7500000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1AEbXl7Uw3WuwiPuEkQGZUnEBtGZv3I { width:14.3125rem;height:1.1375rem;top:3rem;left:2.8437500596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PiCuFoy5pyrWTfqTkMtxBTmtd8BC4ybC { display:flex;width:1.125rem;height:1.125rem;top:1.25rem;left:9.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #rRf3ieHxCCveQROCWmnTE8smUMaUBTpS { display:flex;width:1.125rem;height:1.125rem;top:6.0750007629394rem;left:9.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #utUW5hFvQJ52Ut1aPS3yNy13WcL9LuWU { display:flex;width:1.125rem;height:1.125rem;top:10.836719512939rem;left:9.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #olwfPXykMlnLauPpB4iQSH74cHnkyCUm { display:block; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm { background-color: transparent; background-image: none; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container > .video-iframe-container { display: none; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row > .video-iframe-container { display: none; }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .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); }#olwfPXykMlnLauPpB4iQSH74cHnkyCUm > .row .container { width:20rem;height:43.75rem;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LBHyo8PGIN9wokfolBKwtgtAx31dH7Jh { width:17.5rem;height:1.54375rem;top:1.6640625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDFP0TWbCMn8aRNtaq704MxxCCD5s6Ok { width:17.5rem;height:4.95rem;top:3.875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzKGL5Zw0BFb5ZyEIiC3w9fWx0y9nWsm { width:17.5rem;height:5.85rem;top:9.375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTZuv5uivbxBElT7S1m94cFTrcWE0IVK { width:20rem;height:1.95rem;top:15.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-text {padding-top: 0; padding-bottom: 0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-select {padding-top: 0; padding-bottom: 0;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd  { width:17.5rem;height:auto;top:18.875rem;left:0rem; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd {display:block;}#UgTp4taNgIiwPC7nIPuRdkHROgnWapcd { width:17.5rem;height:auto;top:18.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #OtrtOu3gKNh1PXDEkTBkwhEhIdH8HJqN {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #R5MpArGn9Jwhyne9zTExnKNQtoWvI4AB { display:none; }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #UNinknofB9n9zLkXJGACbaGOG39k9I1n {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #INbf5vDfCztNodFLzoI6vWeN6hEdIrB0 {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #qDUPPo2BJ2o1RTyWPkNxN3Z1AyMktwTX { display:none; }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #wseL3xPlJZNw11yXlhwmkcVDAkfEemFn {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #hlaTNf4tV3xMChWBKqClTLAwSrzvN5mD {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #PBALu9gZzXp8VAb4LBGlgwoIDlcmKSkX {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #OycEdMDKcex3BRUtHD6LQ1FeSIyONC86 {  }
 }@media only screen and (max-width: 763px) { #KFxUQAuWqGGAroFzABT5VKaLJwk0eWCE { display:block; }
 }@media only screen and (max-width: 763px) { #E5hwsihhpl4JmufLOGPuQb2o67RhoXHd { display:block; }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #B3KQf6Neh03WZPDFe1SfEIsPsoWXuIVi {  }
 }@media only screen and (max-width: 763px) { #UgTp4taNgIiwPC7nIPuRdkHROgnWapcd #yif5SRsJZvhPyXcrAEDvd7wyhen4PALo {  }
 }@media only screen and (max-width: 763px) { #ed37sxqOFJER2XQIA7OEztsvCs4w71mM { width:2.125rem;height:2.125rem;top:17.9375rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH { display:block; }#dgIyy53yQhvO1xOLN3QeSZTkxqxz8gnH > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDAhfnVobvSPFZFPqXizeuIHsgkNMrem { width:20rem;height:16.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZm8ytpNeQhA54upgXWEIDaEBI41zQ6T { width:16.875rem;height:1.3rem;top:5.9375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #utMJXmVbmvwpWPkQBHRoymzLRGGr4avS { width:16.875rem;height:1.3rem;top:9.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqkIabDWHlZCoTipXko992nGAVrbfkw4 { width:16.875rem;height:1.3rem;top:12.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBXDS5DiXEhVbS73ld8p8gspbb5Vpfgh { width:16.875rem;height:0.0625rem;top:11.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvXRGqeGuqiFl66gdagveNdkf8oPDeWq { width:16.875rem;height:0.0625rem;top:14.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcxVrerkUifEmyVykvgDwh8Dwu17yzTX { width:16.875rem;height:3rem;top:29.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQs9Luf0KzBAN9KGp9LbF1XqMnf0c13I { width:16.875rem;height:1.3rem;top:23.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziyiVnD3TTGTTHiyDCdCNq5KElvIEyB1 { width:16.875rem;height:1.3rem;top:26.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFxshOIHepHqiSseTEXBlR65EP0f26Zk { width:20rem;height:16.25rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw5rhlQLw8EkfZySoTIsceASZzaWUoeQ { width:20rem;height:16.25rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbUu0UccamTSq3wlu0ymvrnP3fiSbRuA { width:16.875rem;height:3rem;top:44.125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2S2SImsu4QTcA5TeVFMxoHchu2AgN5T { width:16.875rem;height:1.3rem;top:40.9375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBeFNAQJreSlQP8DK5lyci5gAlfncsGh { width:2.125rem;height:2.125rem;top:3.875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWOqOtvcRffL9zQTi2uNWSFUaF1Bq4Rb { width:2.125rem;height:2.125rem;top:21.375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSZblQaqXN5fJKS2cMDRATXz0F7sxpTg { width:2.125rem;height:2.125rem;top:38.875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 { display:block; }#kxqhK8iI5qpIxbkwkOMT1bP6eUvTb5s1 > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kZtKAhzMe8N3ORkvnU3TQ7QezJMHy88q { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs6U6KkPEe6PitJC93ikz7pRbL00QHJZ { width:20rem;height:0.0625rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAwvgBbA5izgqQPfCAm4iLT8Mfgd4cQr { width:3.75rem;height:0.1875rem;top:5.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a { display:block; }#iO1TOAkgDLO3uLzSuGb1M7BOB9pD996a > .row .container { width:20rem;height:34.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RgULqeKKRqAlnIgxDvndAh3JHn0BWR7y { width:18.75rem;height:14.4375rem;top:1.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi26IrvOE9i13o1pF68vhENoQZaEQa4V { width:16.875rem;height:1.5rem;top:19.375rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ea5VIlNbocoGStk5TNA7ddIU91AdmF1R { width:16.875rem;height:1.5rem;top:24.5625rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bzkebo7JqNR5D7I0nX6hlTVoFUG4bpLw { width:16.875rem;height:1.5rem;top:30rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnzNbpFfWX1P47yV9yGDAtvnmDmIKafL { width:1.375rem;height:1.375rem;top:17.5rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #poaHmmlvkTVF2V3sv7oeg1LT9VJT1Bxy { width:1.375rem;height:1.375rem;top:22.375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXqT43hveWBO9OL1Uc8rIzbCppkuFTHT { width:1.375rem;height:1.375rem;top:27.75rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa { display:block; }#M9zGvkU7m3C0P0yNMX1vaQes4wDI5Saa > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSV5F462w1U1ICwD33WmwSy1AlG9qxyK { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xihr903VMxeStSFOWD3iVNFDl9Is31ND { width:20rem;height:0.0625rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZm9RUE60CsiGXGZhCgp705seMrT0NmZ { width:3.75rem;height:0.1875rem;top:5.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW { display:block; }#riV5JqoM0lqIvp3cTaC6HmCK1ZbmcvWW > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ladHX8aeFtIk0M17XR1pxnzTfeoViePm { width:16.875rem;height:1.3rem;top:6.5625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNU5FGWE4NsMkDSKxMZ4itQK1ef11a9v { width:16.875rem;height:3rem;top:9.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJzXpUWTXUR5WBGPw8zdtEmcZLupQpU2 { width:16.875rem;height:1.3rem;top:19.3125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvQSVT6tV0L2dThpW0eEf9ayQ8hKgIaC { width:16.875rem;height:3rem;top:22.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOT1v6P9IlVvdT06GNDfpNUtbKeQhHdR { width:16.875rem;height:1.3rem;top:32.0625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2Br76mUSuQZPmJNrdF3NRe5Uitkcpfi { width:16.875rem;height:3rem;top:35.25rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMWMUzivTCMxTlqS8znIsd0PzNIruBf9 { width:2.625rem;height:2.625rem;top:2.875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdTfcmHckWnrpek7wUoE5v36x7woiTUM { width:2.625rem;height:2.625rem;top:15.25rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNwmVet2ABeanG8oHrONJXBlshrwVtCM { width:2.625rem;height:2.625rem;top:28.0625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb { display:block; }#DnDTbkPNWfIt7NUhI1Tszs5qAcbwuyVb > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5ZaAhdnrp4rBvlNZTn2PMcrHLrk0Rh2 { width:16.875rem;height:1.3rem;top:6.5625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld863o6yBIpz0iZNPBntbIHRxHkTT5T0 { width:16.875rem;height:3rem;top:9.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpnooM15wBPiJ7a93MWUwNDb23hNolf8 { width:16.875rem;height:1.3rem;top:19.3125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #koLX1GeqwTbL5DTib2LakUr0aua2DPzw { width:16.875rem;height:3rem;top:22.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiTHRxQIGi6lKmQa2UcH8ICKGXdc9cRR { width:16.875rem;height:1.3rem;top:32.0625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7RzdmZSA4AbF0UowM1Rqmcm4Zwg0b4s { width:16.875rem;height:3rem;top:35.25rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5k21Z8P0Nwz3J5ZDNpbuVh5gMo96cNA { width:2.625rem;height:2.625rem;top:15.4375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckWOGJ8uVaQpg3ZST4DFtVhEUxqioFiA { width:2.625rem;height:2.625rem;top:28.0625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4tZ1NinTQVtMTd9EtzSoCuJh3VNzc2L { width:2.625rem;height:2.625rem;top:2.625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK { background-color:#03314e;background-image:url("https://images.assets-landingi.com/MfXqXo2N/08_02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK.adaptive-delivery-prevent-bg, #L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK.lazyload, #L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK.lazyloading { background-image: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container { background-color: transparent; background-image: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container > .video-iframe-container { display: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row > .video-iframe-container { display: none; }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .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); }#L51phvA6sdOUKIIVQgCBG7IqL2BWFKrK > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zuIt9qurpty4q1MADNfvPmrMrMhpAUBe { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txa2zz7ug4TPbB9f8azT4CS2nFv6TuNR { width:20rem;height:0.0625rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg3RfT6rTGV8N80OKpIpAcmf7cxsww8I { width:3.75rem;height:0.1875rem;top:5.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6atdgGho9rBXAREUIXDWPhqlIQMDT05 { background-color:#03314e;background-image:url("https://images.assets-landingi.com/MfXqXo2N/08_02.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05.adaptive-delivery-prevent-bg, #L6atdgGho9rBXAREUIXDWPhqlIQMDT05.lazyload, #L6atdgGho9rBXAREUIXDWPhqlIQMDT05.lazyloading { background-image: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container { background-color: transparent; background-image: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container > .video-iframe-container { display: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row > .video-iframe-container { display: none; }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .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); }#L6atdgGho9rBXAREUIXDWPhqlIQMDT05 > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KnD1XkvZCkfZOOR759OodgnVIbMpqUTl { width:13.625rem;height:13.625rem;top:1.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlZDh9nmHEFuvER9vRvm5DTTfW91Etch { width:16.875rem;height:1.3rem;top:16.125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExSs2rwnD5E6FVmQC7XTGxLZOwWBwpKn { width:16.875rem;height:1.5rem;top:19.3125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxwDorcuUHMZE5N6hU9lb903hcgT9S7o { width:13.625rem;height:13.625rem;top:22.0625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RObBBpG1O7fnvyI5osJkAfL9TPvF4ehn { width:16.875rem;height:1.3rem;top:36.9375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWVLCZxJ6pp62wMsVPmy01vXKI3JWTW0 { width:16.875rem;height:1.5rem;top:40.125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk { display:block; }#tg9QQQgsJ4kCh6wh7GVwIc8e2QsCMauk > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K10J8kSxkt0nmhq5RgthLRNh9iVhXhEU { width:20rem;height:5.2rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp6ppilSKwQ49ituVZwh5raN0FEsJ6FF { width:20rem;height:0.0625rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT4H7pWX2FClVA4NpqVcKHMfqXsEwGX0 { width:3.75rem;height:0.1875rem;top:7.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v { display:block; }#ny5qWahIBkTbKKPcNrw2ovLTFBN6ML3v > .row .container { width:20rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUdhQyxO7lLrU6FMLqVwCks7U6pFVMId { width:20rem;height:19.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfrFuQeJthosqq7sHDU8fDdleN8v6Z8c { width:16.875rem;height:1.3rem;top:17.0625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRmcIfWTzqZhVl3i8B01hnMRVtnFbXTD { width:16.875rem;height:6rem;top:6.75rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k03Vbusip3nJRrkLZSDWpSO5bX1mVeLr { width:20rem;height:19.6875rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fertDZfMwnE0PSEPxiKGnkSW6V68TJ07 { width:16.875rem;height:6rem;top:27.6875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF4Hagyvfkes3wU1MM317Uz2Nbaq4Ibn { width:16.875rem;height:1.3rem;top:38rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahX8kQTeSIybAaqyrTOrcRxqx46G4ff6 { width:20rem;height:19.6875rem;top:43.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9x1fkoIauChpBZyCnGbnVpm0is476mK { width:16.875rem;height:1.3rem;top:58.9375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtDXrPkJQA3mVmHsIT5OZpJzUdGMdmtJ { width:16.875rem;height:6rem;top:48.625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs72R4eIUuanO12tCVi6pxy0CTJG9C3E { width:1.75rem;height:1.75rem;top:3.75rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIl2vzmTJuI9291i2JnCXrq5Xen4osDn { width:1.75rem;height:1.75rem;top:45.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1ExSdk0WatqACBe6p3TCBrfTAfxzwRq { width:1.75rem;height:1.75rem;top:24.5625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8F7hxBDC36zoICNUkREmQBcfaHqDVJx { display:block; }#K8F7hxBDC36zoICNUkREmQBcfaHqDVJx > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZ4ETIo0lZAaBnrJghgJhkBQKLVbnqw7 { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Se9lEDDO8WNyLaw8d88LPrL4QTHhWxs7 { width:20rem;height:0.0625rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyuZFMsUFfb1E83RouIsWENvsrn4bcSA { width:3.75rem;height:0.1875rem;top:7.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f44WPgUpdP6yXqVufIoMEBfxwcCrfPNz { display:block; }#f44WPgUpdP6yXqVufIoMEBfxwcCrfPNz > .row .container { width:20rem;height:74.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 { display:flex;height:auto;width:17.5rem;top:1.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #xWngq0kFsS1bTN0nNMXPBb0Jln8TCQeO {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #M5TOfIH7q7fsiR4Z65TrBAHuuUZJvVKo {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #UQvBgVfKHUTM7FS7vp0yVTAHq1sJiXue {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #US3KDQ3ptVeTUzEhd4Z35T6V4RSScolo {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #p4ZCMlAgvOZQp7dLNdJ5xscot13Q2Jfq {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #Ff2dF48bNw7Vg4V2uV9sFDyCszaOrLrs {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #lM5hDgITJ4EbJb63xO0OkEm50mKWrJ16 {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #Mie689V1Tbllu9wZuWMfVLqHMb7UhVVg {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #ASO75e9muCPruFkCefndHNZ0XCoxZr7d {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #xPBxaO4mOciCgTPMFXsTwFTbMsu7dE2s {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #ff9aS6GMZsyETUzoOVhumeL3b9Mk8k5e {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #ETTyxOtkh60r75TRZQAy3zbwS7t38U8v {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #sTAFB96tt7ZFiBpLDA6ooOl80z7Srq58 {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #GhP2aU2L8uJF2wIAXxTMnGZBG3LKOHmh {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #OVpW7LRaiBreTm6xeE1VigghMOOQEsql {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #d04mfCC7R733uSEW63MpxBvh665AKiFb {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #HvUUaRTvgBkFcFaCueKVPwtJ0zqpxqu7 {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #CftPTP9ierVSFb7sti0yMEg7gTFJPEGq {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #ukLZ6gtGNgoDBNUaabpwpOmBIb3BDnyB {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #nIbnkVsskJobea0c7vayewOCwwT1T0q4 {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #HZJo948Czusrtgkpalhif5tCfFHiB0JT {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #D7rnGNGVk9dDy35tKW2K1f0HWR0rbMpd {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #PNn36gwIIsKbV2ApoBCl4U3DX8qnx7Py {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #UenpFTpU1KtZwhmgZxXbguZDNZeU9wRG {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #BCxxcgXfKE3Z6qrMIaSeP3tdkw73AAJZ {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #hKvMov4g0p0LKOZABs7QqLL9NGpc1lGZ {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #EzcMIFAi1xvb0Dq90h3W5NW3JeqCqwJg {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #d1LoCH7JDl0uAxfZsL0Hpyrp97zSsbZA {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #PwSyKtam4znTt2T93FinUXfwPc0L0TvG {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #Uwo1QfhS2NogIMe02s7ok6rMQ6stUg4J {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #HUtpTvFw2rDyzrxqMf8H4HJ7AuTFgiHz {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #MTDkp8k8AAXXtT6CURXysUHh0J5aig7z {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #MFKbskQTW6kqFGKycX1hVf3TdKfNNan0 {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #Dri0HCdcS0429JvlPlP8yuaWvwim9pQ8 {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #qk7HRXQWnDLFu3H8dDmxqzBzw0aS2HST {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #Bs14Tl2H815h1PryzLoEOrTyBVnThGfV {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #rOxsU8KcyBTmz6fSAOf9RSpfMq4sTUav {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #qmFMhzTe1uVU47bsz5QtmfPf5ls5GdDE {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #myxyvVpnsSkDBNyzTrLIt3KqTyxx2sts {  }
 }@media only screen and (max-width: 763px) { #fo5IyzpmKeGCwxdH4fGODOEBckAGHTW4 #hFnxcwGBGPatMp6K4dgQpWk6NnHSAHVT {  }
 }@media only screen and (max-width: 763px) { #ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 { display:block; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 { background-color: transparent; background-image: none; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container > .video-iframe-container { display: none; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row > .video-iframe-container { display: none; }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .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); }#ceHxv8MHgZFyGT9Ot1Q6lzL8DEO5dkO8 > .row .container { width:20rem;height:22.125rem;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkbbwnV14FHs1eTFeS9ba4lF2z5Tk3XJ { width:20rem;height:5.1rem;top:3rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhdT1CxDITlPUfVcxxXQNLADC55DvtOQ { width:20rem;height:2.6rem;top:9.5625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rS7dIJ5XVBBseTVCuic5zDEXZePFNHfW { width:20rem;height:1.3rem;top:18.625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Obw0swPb1cKlGVvM1KOEmuv44TZxT3Wy { width:14rem;height:3.4375rem;top:13.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSZO30mEJDfExWVWwlCrTGWAd7eb3JxH { display:block; }
 }@media only screen and (max-width: 763px) { #TIvNbeDnPc1A0MNIexwcmv43HI0kA9bn { position:relative;z-index:auto;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#TIvNbeDnPc1A0MNIexwcmv43HI0kA9bn > .row .container { background-color: transparent; background-image: none; }#TIvNbeDnPc1A0MNIexwcmv43HI0kA9bn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIvNbeDnPc1A0MNIexwcmv43HI0kA9bn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIvNbeDnPc1A0MNIexwcmv43HI0kA9bn > .row .container > .video-iframe-container { display: none; }#TIvNbeDnPc1A0MNIexwcmv43HI0kA9bn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIvNbeDnPc1A0MNIexwcmv43HI0kA9bn > .row > .video-iframe-container { display: none; }#TIvNbeDnPc1A0MNIexwcmv43HI0kA9bn > .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); }#TIvNbeDnPc1A0MNIexwcmv43HI0kA9bn > .row .container { border-width: 0; border-radius: 0; }#TIvNbeDnPc1A0MNIexwcmv43HI0kA9bn > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VnHIXwaWrGN0e5nCiMESJBqPDzMOUHyP { width:16.1875rem;height:4.55rem;top:1.7562522888184rem;left:1.9062500596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }